Changeset 56fac50 in sasmodels for sasmodels/data.py


Ignore:
Timestamp:
Mar 14, 2016 6:35:17 AM (8 years ago)
Author:
smk78
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
cf95788
Parents:
4b0e1f3 (diff), 6869ceb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of https://github.com/SasView/sasmodels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/data.py

    rd18582e r7824276  
    548548    #plottable = Iq 
    549549    plottable = masked_array(image, ~valid | data.mask) 
     550    # Divide range by 10 to convert from angstroms to nanometers 
    550551    xmin, xmax = min(data.qx_data)/10, max(data.qx_data)/10 
    551552    ymin, ymax = min(data.qy_data)/10, max(data.qy_data)/10 
Note: See TracChangeset for help on using the changeset viewer.