Changeset 7824276 in sasmodels
- Timestamp:
- Mar 11, 2016 7:34:34 PM (9 years ago)
- 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:
- 6869ceb
- Parents:
- 15d2285
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/data.py
rd18582e r7824276 548 548 #plottable = Iq 549 549 plottable = masked_array(image, ~valid | data.mask) 550 # Divide range by 10 to convert from angstroms to nanometers 550 551 xmin, xmax = min(data.qx_data)/10, max(data.qx_data)/10 551 552 ymin, ymax = min(data.qy_data)/10, max(data.qy_data)/10
Note: See TracChangeset
for help on using the changeset viewer.