Changeset 74b0495 in sasmodels for example/oriented_usans.py


Ignore:
Timestamp:
Oct 10, 2017 11:39:39 AM (7 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
09141ff
Parents:
b76191e
Message:

update oriented sesans and simultaneous fit examples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • example/oriented_usans.py

    r1cd24b4 r74b0495  
    66 
    77# Spherical particle data, not ellipsoids 
    8 sans, usans = load_data('../../sasview/sasview/test/1d_data/latex_smeared.xml') 
     8sans, usans = load_data('latex_smeared.xml', index='all') 
    99usans.qmin, usans.qmax = np.min(usans.x), np.max(usans.x) 
    1010usans.mask = (usans.x < 0.0) 
Note: See TracChangeset for help on using the changeset viewer.