Changeset 767dca8 in sasmodels for sasmodels/details.py


Ignore:
Timestamp:
Oct 27, 2017 10:00:07 AM (7 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:
da5536f
Parents:
a9bc435
Message:

use alternative jitter, which maintains constant arc length for the phi distribution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/details.py

    r2bccb5a r767dca8  
    234234    # skipping scale and background when building values and weights 
    235235    values, dispersity, weights = zip(*mesh[2:npars+2]) if npars else ((), (), ()) 
    236     weights = correct_theta_weights(kernel.info.parameters, dispersity, weights) 
     236    #weights = correct_theta_weights(kernel.info.parameters, dispersity, weights) 
    237237    length = np.array([len(w) for w in weights]) 
    238238    offset = np.cumsum(np.hstack((0, length))) 
Note: See TracChangeset for help on using the changeset viewer.