- Timestamp:
- Jul 11, 2014 1:40:30 PM (10 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fit.py
r496b252 r8a21ba3 25 25 """ 26 26 27 """ 27 28 28 model = SasModel(data, GpuEllipse, scale=.027, radius_a=60, radius_b=180, sldEll=.297e-6, sldSolv=5.773e-6, background=4.9, 29 29 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, 30 30 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, 31 31 axis_phi_pd_n=6, axis_phi_pd_nsigma=3, dtype='float') 32 """ 32 33 33 34 34 """ … … 37 37 """ 38 38 39 39 """ 40 40 model = SasModel(data, GpuCoreShellCylinder, scale=1, radius=64.1, thickness=1, length=266.96, core_sld=1e-6, shell_sld=4e-6, 41 41 solvent_sld=1e-6, background=0, axis_theta=0, axis_phi=0, radius_pd=0.1, radius_pd_n=10, radius_pd_nsigma=3, … … 43 43 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, 44 44 axis_phi_pd_nsigma=3, dtype='float') 45 45 """ 46 46 47 47
Note: See TracChangeset
for help on using the changeset viewer.