Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • example/oriented_usans.py

    r1cd24b4 rea75043  
    1919    scale=0.08, background=0, 
    2020    sld=.291, sld_solvent=7.105, 
    21     radius_polar=1800, radius_polar_pd=0.222296, radius_polar_pd_n=0, 
    22     radius_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, 
    2323    theta=60, theta_pd=0, theta_pd_n=0, 
    2424    phi=60, phi_pd=0, phi_pd_n=0, 
     
    2626 
    2727# SET THE FITTING PARAMETERS 
    28 model.radius_polar.range(1000, 10000) 
    29 model.radius_equatorial.range(1000, 10000) 
     28model.r_polar.range(1000, 10000) 
     29model.r_equatorial.range(1000, 10000) 
    3030model.theta.range(0, 360) 
    3131model.phi.range(0, 360) 
Note: See TracChangeset for help on using the changeset viewer.