Changeset 8f04da4 in sasmodels for sasmodels/models/sc_paracrystal.py


Ignore:
Timestamp:
Aug 2, 2017 2:53:56 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:
bd21b12
Parents:
1511c37c
Message:

tuned random model generation for more models

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/sc_paracrystal.py

    r1511c37c r8f04da4  
    144144    d_factor = 10**np.random.uniform(-2, -0.7)  # sigma_d in 0.01-0.7 
    145145    dnn_fraction = np.random.beta(a=10, b=1) 
    146     dnn = radius*4/np.sqrt(3)/dnn_fraction 
     146    dnn = radius*4/np.sqrt(4)/dnn_fraction 
    147147    pars = dict( 
    148148        #sld=1, sld_solvent=0, scale=1, background=1e-32, 
Note: See TracChangeset for help on using the changeset viewer.