Changeset 6ce1a29 in sasmodels


Ignore:
Timestamp:
Sep 4, 2014 8:44:19 AM (10 years ago)
Author:
Paul Kienzle <pkienzle@…>
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
Message:

include data for example

Location:
example
Files:
2 added
1 moved

Legend:

Unmodified
Added
Removed
  • example/fit.py

    rabb22f4 r6ce1a29  
    77 
    88""" IMPORT THE DATA USED """ 
    9 radial_data = sas.load_data('December/DEC07267.DAT') 
     9radial_data = sas.load_data('DEC07267.DAT') 
    1010sas.set_beam_stop(radial_data, 0.00669, outer=0.025) 
    1111sas.set_top(radial_data, -.0185) 
    1212 
    13 tan_data = sas.load_data('December/DEC07266.DAT') 
     13tan_data = sas.load_data('DEC07266.DAT') 
    1414sas.set_beam_stop(tan_data, 0.00669, outer=0.025) 
    1515sas.set_top(tan_data, -.0185) 
Note: See TracChangeset for help on using the changeset viewer.