Changeset 6ce1a29 in sasmodels
- Timestamp:
- Sep 4, 2014 10:44:19 AM (10 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:
- 5d3d7b4
- Parents:
- 0496031
- Location:
- example
- Files:
-
- 2 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
example/fit.py
rabb22f4 r6ce1a29 7 7 8 8 """ IMPORT THE DATA USED """ 9 radial_data = sas.load_data('D ecember/DEC07267.DAT')9 radial_data = sas.load_data('DEC07267.DAT') 10 10 sas.set_beam_stop(radial_data, 0.00669, outer=0.025) 11 11 sas.set_top(radial_data, -.0185) 12 12 13 tan_data = sas.load_data('D ecember/DEC07266.DAT')13 tan_data = sas.load_data('DEC07266.DAT') 14 14 sas.set_beam_stop(tan_data, 0.00669, outer=0.025) 15 15 sas.set_top(tan_data, -.0185)
Note: See TracChangeset
for help on using the changeset viewer.