source: sasmodels/sasmodels/conversion_table.py @ 68425bf

core_shell_microgelscostrafo411magnetic_modelticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change on this file since 68425bf was 68425bf, checked in by Paul Kienzle <pkienzle@…>, 8 years ago

elliptical_cylinder: use ORIENT macros and simplify code

  • Property mode set to 100644
File size: 22.4 KB
Line 
1"""
2Parameter conversion table
3
4*CONVERSION_TABLE* gives the old model name and a dictionary of old parameter
5names for each parameter in sasmodels.  This is used by :mod:`convert` to
6determine the equivalent parameter set when comparing a sasmodels model to
7the models defined in SasView 3.1.
8"""
9
10
11CONVERSION_TABLE = {
12    "adsorbed_layer": [
13        "Core2ndMomentModel",
14        {
15            "scale": "scale",
16            "second_moment": "second_moment",
17            "density_shell": "density_poly",
18            "sld_solvent": "sld_solv",
19            "radius": "radius_core",
20            "volfraction": "volf_cores",
21            "background": "background",
22            "adsorbed_amount": "ads_amount",
23            "sld_shell": "sld_poly"
24        }
25    ],
26    "barbell": [
27        "BarBellModel",
28        {
29            "sld": "sld_barbell",
30            "length": "len_bar",
31            "radius_bell": "rad_bell",
32            "radius": "rad_bar",
33            "sld_solvent": "sld_solv"
34        }
35    ],
36    "bcc_paracrystal": [
37        "BCCrystalModel",
38        {
39            "sld": "sldSph",
40            "sld_solvent": "sldSolv"
41        }
42    ],
43    "be_polyelectrolyte": [
44        "BEPolyelectrolyte",
45        {
46            "ionization_degree": "alpha",
47            "polymer_concentration": "c",
48            "salt_concentration": "cs",
49            "virial_param": "h",
50            "background": "background",
51            "contrast_factor": "k",
52            "bjerrum_length": "lb",
53            "monomer_length": "b"
54        }
55    ],
56    "binary_hard_sphere": [
57        "BinaryHSModel",
58        {
59            "sld_sm": "ss_sld",
60            "sld_lg": "ls_sld",
61            "volfraction_sm": "vol_frac_ss",
62            "radius_lg": "l_radius",
63            "radius_sm": "s_radius",
64            "volfraction_lg": "vol_frac_ls",
65            "sld_solvent": "solvent_sld"
66        }
67    ],
68    "broad_peak": [
69        "BroadPeakModel",
70        {
71            "peak_pos": "q_peak",
72            "scale": None,
73            "lorentz_length": "length_l",
74            "porod_scale": "scale_p",
75            "lorentz_exp": "exponent_l",
76            "lorentz_scale": "scale_l",
77            "porod_exp": "exponent_p"
78        }
79    ],
80    "capped_cylinder": [
81        "CappedCylinderModel",
82        {
83            "sld": "sld_capcyl",
84            "length": "len_cyl",
85            "radius_cap": "rad_cap",
86            "radius": "rad_cyl",
87            "sld_solvent": "sld_solv"
88        }
89    ],
90    "core_multi_shell": [
91        "CoreMultiShellModel",
92        {
93            "thickness": "thick_shell",
94            "sld": "sld_shell",
95            "radius": "rad_core0",
96            "sld_core": "sld_core0",
97            "sld_solvent": "sld_solv",
98            "n": "n_shells",
99            "M0:sld_core": "M0_sld_core0",
100            "mtheta:sld_core": "M_theta_core0",
101            "mphi:sld_core": "M_phi_core0",
102            "M0:sld1": "M0_sld_shell1",
103            "mtheta:sld1": "M_theta_shell1",
104            "mphi:sld1": "M_phi_shell1",
105            "M0:sld2": "M0_sld_shell2",
106            "mtheta:sld2": "M_theta_shell2",
107            "mphi:sld2": "M_phi_shell2",
108            "M0:sld3": "M0_sld_shell3",
109            "mtheta:sld3": "M_theta_shell3",
110            "mphi:sld3": "M_phi_shell3",
111            "M0:sld4": "M0_sld_shell4",
112            "mtheta:sld4": "M_theta_shell4",
113            "mphi:sld4": "M_phi_shell4",
114            "M0:sld_solvent": "M0_sld_solv",
115            "mtheta:sld_solvent": "M_theta_solv",
116            "mphi:sld_solvent": "M_phi_solv",
117            "up:frac_i": "Up_frac_i",
118            "up:frac_f": "Up_frac_f",
119            "up:angle": "Up_theta",
120        }
121    ],
122    "core_shell_bicelle": [
123        "CoreShellBicelleModel",
124        {
125            "phi": "axis_phi",
126            "sld_core": "core_sld",
127            "sld_rim": "rim_sld",
128            "thick_face": "face_thick",
129            "sld_solvent": "solvent_sld",
130            "thick_rim": "rim_thick",
131            "sld_face": "face_sld",
132            "theta": "axis_theta"
133        }
134    ],
135    "core_shell_cylinder": [
136        "CoreShellCylinderModel",
137        {
138            "theta": "axis_theta",
139            "phi": "axis_phi",
140            "sld_shell": "shell_sld",
141            "sld_solvent": "solvent_sld",
142            "sld_core": "core_sld"
143        }
144    ],
145    "core_shell_ellipsoid": [
146        "CoreShellEllipsoidModel",
147        {
148            "phi": "axis_phi",
149            "sld_core": "sld_core",
150            "polar_shell": "polar_shell",
151            "sld_solvent": "sld_solvent",
152            "equat_shell": "equat_shell",
153            "equat_core": "equat_core",
154            "theta": "axis_theta",
155            "polar_core": "polar_core",
156            "sld_shell": "sld_shell"
157        }
158    ],
159    "core_shell_ellipsoid": [
160        "CoreShellEllipsoidXTModel",
161        {
162            "phi": "axis_phi",
163            "sld_core": "sld_core",
164            "x_core": "X_core",
165            "sld_solvent": "sld_solvent",
166            "thick_shell": "T_shell",
167            "x_polar_shell": "XpolarShell",
168            "theta": "axis_theta",
169            "sld_shell": "sld_shell"
170        }
171    ],
172    "core_shell_parallelepiped": [
173        "CSParallelepipedModel",
174        {
175            "sld_core": "sld_pcore",
176            "sld_a": "sld_rimA",
177            "sld_b": "sld_rimB",
178            "sld_c": "sld_rimC",
179            "sld_solvent": "sld_solv",
180            "length_a": "shortA",
181            "length_b": "midB",
182            "length_c": "longC",
183            "thick_rim_a": "rimA",
184            "thick_rim_c": "rimC",
185            "thick_rim_b": "rimB",
186            "theta": "parallel_theta",
187            "phi": "parallel_phi",
188            "psi": "parallel_psi",
189        }
190    ],
191    "core_shell_sphere": [
192        "CoreShellModel",
193        {
194            "sld_core": "core_sld",
195            "sld_shell": "shell_sld",
196            "sld_solvent": "solvent_sld",
197            "M0:sld_core": "M0_sld_core",
198            "mtheta:sld_core": "M_theta_core",
199            "mphi:sld_core": "M_phi_core",
200            "M0:sld_shell": "M0_sld_shell",
201            "mtheta:sld_shell": "M_theta_shell",
202            "mphi:sld_shell": "M_phi_shell",
203            "M0:sld_solvent": "M0_sld_solv",
204            "mtheta:sld_solvent": "M_theta_solv",
205            "mphi:sld_solvent": "M_phi_solv",
206            "up:frac_i": "Up_frac_i",
207            "up:frac_f": "Up_frac_f",
208            "up:angle": "Up_theta"
209        }
210    ],
211    "correlation_length": [
212        "CorrLengthModel",
213        {
214            "porod_scale": "scale_p",
215            "lorentz_scale": "scale_l",
216            "porod_exp": "exponent_p",
217            "lorentz_exp": "exponent_l",
218            "cor_length": "length_l"
219        }
220    ],
221    "cylinder": [
222        "CylinderModel",
223        {
224            "sld": "sldCyl",
225            "theta": "cyl_theta",
226            "phi": "cyl_phi",
227            "sld_solvent": "sldSolv",
228            "M0:sld": "M0_sld_cyl",
229            "mtheta:sld": "M_theta_cyl",
230            "mphi:sld": "M_phi_cyl",
231            "M0:sld_solvent": "M0_sld_solv",
232            "mtheta:sld_solvent": "M_theta_solv",
233            "mphi:sld_solvent": "M_phi_solv",
234            "up:frac_i": "Up_frac_i",
235            "up:frac_f": "Up_frac_f",
236            "up:angle": "Up_theta"
237        }
238    ],
239    "dab": [
240        "DABModel",
241        {
242            "length": "length"
243        }
244    ],
245    "ellipsoid": [
246        "EllipsoidModel",
247        {
248            "phi": "axis_phi",
249            "radius_equatorial": "radius_b",
250            "sld": "sldEll",
251            "theta": "axis_theta",
252            "radius_polar": "radius_a",
253            "sld_solvent": "sldSolv"
254        }
255    ],
256    "elliptical_cylinder": [
257        "EllipticalCylinderModel",
258        {
259            "axis_ratio": "r_ratio",
260            "radius_minor": "r_minor",
261            "sld": "sldCyl",
262            "sld_solvent": "sldSolv",
263            "theta": "cyl_theta",
264            "phi": "cyl_phi",
265            "psi": "cyl_psi",
266        }
267    ],
268    "fcc_paracrystal": [
269        "FCCrystalModel",
270        {
271            "sld": "sldSph",
272            "sld_solvent": "sldSolv"
273        }
274    ],
275    "flexible_cylinder": [
276        "FlexibleCylinderModel",
277        {
278            "sld": "sldCyl",
279            "sld_solvent": "sldSolv"
280        }
281    ],
282    "flexible_cylinder_elliptical": [
283        "FlexCylEllipXModel",
284        {
285            "sld": "sldCyl",
286            "sld_solvent": "sldSolv"
287        }
288    ],
289    "fractal": [
290        "FractalModel",
291        {
292            "sld_block": "sldBlock",
293            "radius": "radius",
294            "cor_length": "cor_length",
295            "sld_solvent": "sldSolv",
296            "fractal_dim": "fractal_dim"
297        }
298    ],
299    "fractal_core_shell": [
300        "FractalCoreShellModel",
301        {
302            "sld_shell": "shell_sld",
303            "sld_solvent": "solvent_sld",
304            "sld_core": "core_sld"
305        }
306    ],
307    "fuzzy_sphere": [
308        "FuzzySphereModel",
309        {
310            "sld": "sldSph",
311            "fuzziness": "fuzziness",
312            "radius": "radius",
313            "sld_solvent": "sldSolv"
314        }
315    ],
316    "gauss_lorentz_gel": [
317        "GaussLorentzGelModel",
318        {
319            "gauss_scale": "scale_g",
320            "cor_length_dynamic": "dyn_colength",
321            "cor_length_static": "stat_colength",
322            "background": "background",
323            "lorentz_scale": "scale_l"
324        }
325    ],
326    "gaussian_peak": [
327        "PeakGaussModel",
328        {
329            "sigma": "B"
330        }
331    ],
332    "gel_fit": [
333        "GelFitModel",
334        {
335            "rg": "radius",
336            "lorentz_scale": "lScale",
337            "fractal_dim": "FractalExp",
338            "cor_length": "zeta",
339            "guinier_scale": "gScale"
340        }
341    ],
342    "guinier": [
343        "GuinierModel",
344        {
345            "rg": "rg"
346        }
347    ],
348    "guinier_porod": [
349        "GuinierPorodModel",
350        {
351            "s": "dim",
352            "rg": "rg",
353            "m": "m",
354            "scale": "scale",
355            "background": "background"
356        }
357    ],
358    "hardsphere": [
359        "HardsphereStructure",
360        {
361            "radius_effective_pd": "effect_radius_pd",
362            "radius_effective": "effect_radius",
363            "radius_effective_pd_n": "effect_radius_pd_n"
364        }
365    ],
366    "hayter_msa": [
367        "HayterMSAStructure",
368        {
369            "salt_concentration": "saltconc",
370            "radius_effective_pd": "effect_radius_pd",
371            "radius_effective": "effect_radius",
372            "radius_effective_pd_n": "effect_radius_pd_n"
373        }
374    ],
375    "hollow_cylinder": [
376        "HollowCylinderModel",
377        {
378            "phi": "axis_phi",
379            "scale": "scale",
380            "radius_core": "core_radius",
381            "sld_solvent": "sldSolv",
382            "length": "length",
383            "radius": "radius",
384            "background": "background",
385            "sld": "sldCyl",
386            "theta": "axis_theta"
387        }
388    ],
389    "hollow_rectangular_prism": [
390        "RectangularHollowPrismModel",
391        {
392            "b2a_ratio": "b2a_ratio",
393            "length_a": "short_side",
394            "sld": "sldPipe",
395            "length_c": "c2a_ratio",
396            "sld_solvent": "sldSolv",
397            "thickness": "thickness"
398        }
399    ],
400    "hollow_rectangular_prism_thin_walls": [
401        "RectangularHollowPrismInfThinWallsModel",
402        {
403            "sld": "sldPipe",
404            "b2a_ratio": "b2a_ratio",
405            "length_a": "short_side",
406            "length_c": "c2a_ratio",
407            "sld_solvent": "sldSolv"
408        }
409    ],
410    "lamellar": [
411        "LamellarModel",
412        {
413            "sld": "sld_bi",
414            "sld_solvent": "sld_sol",
415            "thickness": "bi_thick"
416        }
417    ],
418    "lamellar_hg": [
419        "LamellarFFHGModel",
420        {
421            "sld": "sld_tail",
422            "sld_solvent": "sld_solvent",
423            "sld_head": "sld_head",
424            "length_tail": "t_length",
425            "length_head": "h_thickness"
426        }
427    ],
428    "lamellar_hg_stack_caille": [
429        "LamellarPSHGModel",
430        {
431            "Caille_parameter": "caille",
432            "Nlayers": "n_plates",
433            "sld_head": "sld_head",
434            "length_tail": "deltaT",
435            "length_head": "deltaH",
436            "sld": "sld_tail",
437            "sld_solvent": "sld_solvent"
438        }
439    ],
440    "lamellar_stack_caille": [
441        "LamellarPSModel",
442        {
443            "sld": "sld_bi",
444            "Caille_parameter": "caille",
445            "Nlayers": "N_plates",
446            "sld_solvent": "sld_sol",
447            "thickness": "delta"
448        }
449    ],
450    "lamellar_stack_paracrystal": [
451        "LamellarPCrystalModel",
452        {
453            "sld": "sld_layer",
454            "sigma_d": "pd_spacing",
455            "sld_solvent": "sld_solvent"
456        }
457    ],
458    "line": [
459        "LineModel",
460        {
461            "slope": "B",
462            "scale": None,
463            "background": None,
464            "intercept": "A"
465        }
466    ],
467    "linear_pearls": [
468        "LinearPearlsModel",
469        {
470            "sld": "sld_pearl",
471            "sld_solvent": "sld_solv",
472            "edge_sep": "edge_separation"
473        }
474    ],
475    "lorentz": [
476        "LorentzModel",
477        {
478            "cor_length": "length"
479        }
480    ],
481    "mass_fractal": [
482        "MassFractalModel",
483        {
484            "cutoff_length": "co_length",
485            "radius": "radius",
486            "fractal_dim_mass": "mass_dim"
487        }
488    ],
489    "mass_surface_fractal": [
490        "MassSurfaceFractal",
491        {
492            "rg_cluster": "cluster_rg",
493            "fractal_dim_mass": "mass_dim",
494            "radius": "radius",
495            "fractal_dim_surf": "surface_dim",
496            "rg_primary": "primary_rg"
497        }
498    ],
499    "mono_gauss_coil": [
500        "DebyeModel",
501        {
502            "rg": "rg",
503            "scale": "scale",
504            "background": "background"
505        }
506    ],
507    "multilayer_vesicle": [
508        "MultiShellModel",
509        {
510            "radius": "core_radius",
511            "sld_solvent": "core_sld",
512            "n_pairs": "n_pairs",
513            "thick_shell": "s_thickness",
514            "sld": "shell_sld",
515            "thick_solvent": "w_thickness",
516        }
517    ],
518    "onion": [
519        "OnionExpShellModel",
520        {
521            "n_shells": "n_shells",
522            "A": "A_shell",
523            "sld_core": "sld_core0",
524            "radius_core": "rad_core0",
525            "sld_solvent": "sld_solv",
526            "thickness": "thick_shell",
527            "sld_in": "sld_in_shell",
528            "sld_out": "sld_out_shell"
529        }
530    ],
531    "parallelepiped": [
532        "ParallelepipedModel",
533        {
534            "phi": "parallel_phi",
535            "psi": "parallel_psi",
536            "sld_solvent": "sldSolv",
537            "length_a": "short_a",
538            "length_b": "short_b",
539            "sld": "sldPipe",
540            "theta": "parallel_theta",
541            "length_c": "long_c",
542            "M0:sld": "M0_sld_pipe",
543            "mtheta:sld": "M_theta_pipe",
544            "mphi:sld": "M_phi_pipe",
545            "M0:sld_solvent": "M0_sld_solv",
546            "mtheta:sld_solvent": "M_theta_solv",
547            "mphi:sld_solvent": "M_phi_solv",
548            "up:frac_i": "Up_frac_i",
549            "up:frac_f": "Up_frac_f",
550            "up:angle": "Up_theta",
551        }
552    ],
553    "peak_lorentz": [
554        "PeakLorentzModel",
555        {
556            "peak_pos": "q0",
557            "peak_hwhm": "B"
558        }
559    ],
560    "pearl_necklace": [
561        "PearlNecklaceModel",
562        {
563            "scale": "scale",
564            "thick_string": "thick_string",
565            "sld_string": "sld_string",
566            "sld_solvent": "sld_solv",
567            "edge_sep": "edge_separation",
568            "num_pearls": "num_pearls",
569            "radius": "radius",
570            "background": "background",
571            "sld": "sld_pearl"
572        }
573    ],
574    "poly_gauss_coil": [
575        "Poly_GaussCoil",
576        {
577            "rg": "rg",
578            "polydispersity": "poly_m",
579            "scale": "scale",
580            "background": "background"
581        }
582    ],
583    "polymer_excl_volume": [
584        "PolymerExclVolume",
585        {
586            "rg": "rg",
587            "scale": "scale",
588            "background": "background",
589            "porod_exp": "m"
590        }
591    ],
592    "polymer_micelle": [
593        "MicelleSphCoreModel",
594        {
595            "sld_corona": "rho_corona",
596            "sld_solvent": "rho_solv",
597            "sld_core": "rho_core"
598        }
599    ],
600    "porod": [
601        "PorodModel",
602        {
603            "scale": "scale",
604            "background": "background"
605        }
606    ],
607    "power_law": [
608        "PowerLawAbsModel",
609        {
610            "scale": "scale",
611            "background": "background",
612            "power": "m"
613        }
614    ],
615    "pringle": [
616        "PringlesModel",
617        {
618            "scale": "scale",
619            "solvent_sld": "sld_solvent",
620            "thickness": "thickness",
621            "beta": "beta",
622            "radius": "radius",
623            "background": "background",
624            "alpha": "alpha",
625            "sld": "sld_pringle"
626        }
627    ],
628    "raspberry": [
629        "RaspBerryModel",
630        {
631            "volfraction_lg": "volf_Lsph",
632            "volfraction_sm": "volf_Ssph",
633            "radius_sm": "radius_Ssph",
634            "radius_lg": "radius_Lsph",
635            "sld_lg": "sld_Lsph",
636            "sld_sm": "sld_Ssph",
637            "sld_solvent": "sld_solv",
638            "surface_fraction": "surfrac_Ssph",
639            "penetration": "delta_Ssph"
640        }
641    ],
642    "rectangular_prism": [
643        "RectangularPrismModel",
644        {
645            "sld": "sldPipe",
646            "b2a_ratio": "b2a_ratio",
647            "length_a": "short_side",
648            "length_c": "c2a_ratio",
649            "sld_solvent": "sldSolv"
650        }
651    ],
652    "rpa": [
653        "RPA10Model",
654        {
655            "K12": "Kab", "K13": "Kac", "K14": "Kad",
656            "K23": "Kbc", "K24": "Kbd", "K34": "Kcd",
657            "N1": "Na", "N2": "Nb", "N3": "Nc", "N4": "Nd",
658            "L1": "La", "L2": "Lb", "L3": "Lc", "L4": "Ld",
659            "v1": "va", "v2": "vb", "v3": "vc", "v4": "vd",
660            "b1": "ba", "b2": "bb", "b3": "bc", "b4": "bd",
661            "Phi1": "Phia", "Phi2": "Phib", "Phi3": "Phic", "Phi4": "Phid",
662            "case_num": "lcase_n"
663        }
664    ],
665    "sc_paracrystal": [
666        "SCCrystalModel",
667        {
668            "sld": "sldSph",
669            "sld_solvent": "sldSolv"
670        }
671    ],
672    "sphere": [
673        "SphereModel",
674        {
675            "sld": "sldSph",
676            "radius": "radius",
677            "sld_solvent": "sldSolv",
678            "M0:sld": "M0_sld_sph",
679            "mtheta:sld": "M_theta_sph",
680            "mphi:sld": "M_phi_sph",
681            "M0:sld_solvent": "M0_sld_solv",
682            "mtheta:sld_solvent": "M_theta_solv",
683            "mphi:sld_solvent": "M_phi_solv",
684            "up:frac_i": "Up_frac_i",
685            "up:frac_f": "Up_frac_f",
686            "up:angle": "Up_theta"
687        }
688    ],
689    "spherical_sld": [
690        "SphericalSLDModel",
691        # Be lazy and use a generator expression to define
692        #    sld1: sld_flat0, ...
693        #    thickness1: thick_flat0, ...
694        #    interface1: thick_inter0, ...
695        #    shape1: func_inter0, ...
696        #    nu1: nu_inter0, ...
697        # but override thickness1 => rad_cor0 and sld1 => sld_core0.
698        # Note: explicit key,value pairs given by **{...} override the
699        # keys from the gnerator expression ((k,v) for k,v in seq) when
700        # used as dict((generator), **{...})
701        dict(((field_new+str(index+1), field_old+str(index))
702              for field_new, field_old in [("sld", "sld_flat"),
703                                           ("thickness", "thick_flat"),
704                                           ("interface", "thick_inter"),
705                                           ("shape", "func_inter"),
706                                           ("nu", "nu_inter"),]
707              for index in range(11)),
708             **{
709                   "n_shells": "n_shells",
710                   "n_steps": "npts_inter",
711                   "sld_solvent": "sld_solv",
712                   "thickness1": "rad_core0",
713                   "sld1": "sld_core0",
714               })
715    ],
716    "squarewell": [
717        "SquareWellStructure",
718        {
719            "radius_effective_pd": "effect_radius_pd",
720            "radius_effective": "effect_radius",
721            "radius_effective_pd_n": "effect_radius_pd_n"
722        }
723    ],
724    "stacked_disks": [
725        "StackedDisksModel",
726        {
727            "phi": "axis_phi",
728            "sld_layer": "layer_sld",
729            "sld_core": "core_sld",
730            "theta": "axis_theta",
731            "sld_solvent": "solvent_sld",
732            "n_stacking": "n_stacking",
733            "thick_layer": "layer_thick",
734            "thick_core": "core_thick",
735        }
736    ],
737    "star_polymer": [
738        "StarPolymer",
739        {
740            "arms": "arms",
741            "rg_squared": "R2"
742        }
743    ],
744    "stickyhardsphere": [
745        "StickyHSStructure",
746        {
747            "radius_effective_pd": "effect_radius_pd",
748            "radius_effective": "effect_radius",
749            "radius_effective_pd_n": "effect_radius_pd_n"
750        }
751    ],
752    "surface_fractal": [
753        "SurfaceFractalModel",
754        {
755            "cutoff_length": "co_length",
756            "radius": "radius",
757            "fractal_dim_surf": "surface_dim"
758        }
759    ],
760    "teubner_strey": [
761        "TeubnerStreyModel",
762        {
763            "a2": "scale"
764        }
765    ],
766    "triaxial_ellipsoid": [
767        "TriaxialEllipsoidModel",
768        {
769            "phi": "axis_phi",
770            "radius_equat_minor": "semi_axisA",
771            "radius_polar": "semi_axisC",
772            "radius_equat_major": "semi_axisB",
773            "sld_solvent": "sldSolv",
774            "psi": "axis_psi",
775            "sld": "sldEll",
776            "theta": "axis_theta"
777        }
778    ],
779    "two_lorentzian": [
780        "TwoLorentzianModel",
781        {
782            "lorentz_scale_1": "scale_1",
783            "lorentz_scale_2": "scale_2",
784            "lorentz_exp_1": "exponent_1",
785            "lorentz_exp_2": "exponent_2",
786            "lorentz_length_2": "length_2",
787            "lorentz_length_1": "length_1",
788            "background": "background"
789        }
790    ],
791    "two_power_law": [
792        "TwoPowerLawModel",
793        {
794            "coefficent_1": "coef_A",
795            "power_2": "power2",
796            "power_1": "power1",
797            "background": "background",
798            "crossover": "qc"
799        }
800    ],
801    "unified_power_Rg": [
802        "UnifiedPowerRgModel",
803        {
804        }
805    ],
806    "vesicle": [
807        "VesicleModel",
808        {
809            "sld": "shell_sld",
810            "sld_solvent": "solv_sld"
811        }
812    ]
813}
Note: See TracBrowser for help on using the repository browser.