Changes in example/oriented_usans.py [1cd24b4:ea75043] in sasmodels
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
example/oriented_usans.py
r1cd24b4 rea75043 19 19 scale=0.08, background=0, 20 20 sld=.291, sld_solvent=7.105, 21 r adius_polar=1800, radius_polar_pd=0.222296, radius_polar_pd_n=0,22 r adius_equatorial=2600, radius_equatorial_pd=0.28, radius_equatorial_pd_n=0,21 r_polar=1800, r_polar_pd=0.222296, r_polar_pd_n=0, 22 r_equatorial=2600, r_equatorial_pd=0.28, r_equatorial_pd_n=0, 23 23 theta=60, theta_pd=0, theta_pd_n=0, 24 24 phi=60, phi_pd=0, phi_pd_n=0, … … 26 26 27 27 # SET THE FITTING PARAMETERS 28 model.r adius_polar.range(1000, 10000)29 model.r adius_equatorial.range(1000, 10000)28 model.r_polar.range(1000, 10000) 29 model.r_equatorial.range(1000, 10000) 30 30 model.theta.range(0, 360) 31 31 model.phi.range(0, 360)
Note: See TracChangeset
for help on using the changeset viewer.