- Timestamp:
- Aug 8, 2014 2:55:23 PM (11 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:
- a953943
- Parents:
- 1726b21
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fit.py
r1726b21 rae7d639 8 8 from Models.code_cylinder_f import GpuCylinder 9 9 #from Models.code_cylinder import GpuCylinder, OneDGpuCylinder 10 from Models.code_ellipse import GpuEllipse10 from Models.code_ellipse_f import GpuEllipse 11 11 from Models.code_lamellar import GpuLamellar 12 12 from Models.code_triaxialellipse import GpuTriEllipse … … 31 31 32 32 33 if 0:33 if 1: 34 34 model = SasModel(data, GpuEllipse, 35 35 scale=0.08, … … 41 41 radius_a_pd=0.222296, radius_a_pd_n=1, radius_a_pd_nsigma=0, 42 42 radius_b_pd=.000128, radius_b_pd_n=1, radius_b_pd_nsigma=0, 43 axis_phi_pd=2.63698e-05, axis_phi_pd_n=20, axis_phi_pd_nsigma= 0,43 axis_phi_pd=2.63698e-05, axis_phi_pd_n=20, axis_phi_pd_nsigma=3, 44 44 dtype='float32') 45 45 46 46 47 47 # SET THE FITTING PARAMETERS 48 model.radius_a.range(15, 1000)49 model.radius_b.range(15, 1000)48 #model.radius_a.range(15, 1000) 49 #model.radius_b.range(15, 1000) 50 50 #model.axis_theta_pd.range(0, 360) 51 51 #model.background.range(0,1000) 52 #model.scale.range(0, 1)52 model.scale.range(0, 1) 53 53 54 54 … … 70 70 71 71 72 if 1:72 if 0: 73 73 """ 74 74 pars = dict(scale=0.0023, radius=92.5, length=798.3,
Note: See TracChangeset
for help on using the changeset viewer.