Changeset 8a21ba3 in sasmodels for fit.py


Ignore:
Timestamp:
Jul 11, 2014 1:40:30 PM (10 years ago)
Author:
HMP1 <helen.park@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
09e15be
Parents:
496b252
Message:

Fixed Ellipse code, update comparison file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fit.py

    r496b252 r8a21ba3  
    2525""" 
    2626 
    27 """ 
     27 
    2828model = SasModel(data, GpuEllipse, scale=.027, radius_a=60, radius_b=180, sldEll=.297e-6, sldSolv=5.773e-6, background=4.9, 
    2929                 axis_theta=0, axis_phi=90, radius_a_pd=0.1, radius_a_pd_n=10, radius_a_pd_nsigma=3, radius_b_pd=0.1, radius_b_pd_n=10, 
    3030                 radius_b_pd_nsigma=3, axis_theta_pd=0.1, axis_theta_pd_n=6, axis_theta_pd_nsigma=3, axis_phi_pd=0.1, 
    3131                 axis_phi_pd_n=6, axis_phi_pd_nsigma=3, dtype='float') 
    32 """ 
     32 
    3333 
    3434""" 
     
    3737""" 
    3838 
    39  
     39""" 
    4040model = SasModel(data, GpuCoreShellCylinder, scale=1, radius=64.1, thickness=1, length=266.96, core_sld=1e-6, shell_sld=4e-6, 
    4141                 solvent_sld=1e-6, background=0, axis_theta=0, axis_phi=0, radius_pd=0.1, radius_pd_n=10, radius_pd_nsigma=3, 
     
    4343                 axis_theta_pd=0.1, axis_theta_pd_n=2, axis_theta_pd_nsigma=3, axis_phi_pd=0.1, axis_phi_pd_n=2, 
    4444                 axis_phi_pd_nsigma=3, dtype='float') 
    45  
     45""" 
    4646 
    4747 
Note: See TracChangeset for help on using the changeset viewer.