Changeset e44432d in sasmodels for sasmodels/sasview_model.py


Ignore:
Timestamp:
Oct 19, 2018 3:46:26 PM (6 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
be43e39
Parents:
2586ab72
Message:

support hollow models in structure factor calculations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/sasview_model.py

    r9ae0d2e re44432d  
    847847    P = _make_standard_model('cylinder')() 
    848848    model = MultiplicationModel(P, S) 
     849    model.setParam('radius_effective_mode', 1.0) 
    849850    value = model.evalDistribution([0.1, 0.1]) 
    850851    if np.isnan(value): 
Note: See TracChangeset for help on using the changeset viewer.