source: sasmodels/sasmodels/conversion_table.py @ f1765a2

core_shell_microgelscostrafo411magnetic_modelrelease_v0.94release_v0.95ticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change on this file since f1765a2 was f1765a2, checked in by Paul Kienzle <pkienzle@…>, 8 years ago

Support magnetism in sasmodels:sasview-3.1 comparison

  • Property mode set to 100644
File size: 21.8 KB
Line 
1CONVERSION_TABLE = {
2    "adsorbed_layer": [
3        "Core2ndMomentModel",
4        {
5            "scale": "scale",
6            "second_moment": "second_moment",
7            "density_shell": "density_poly",
8            "sld_solvent": "sld_solv",
9            "radius": "radius_core",
10            "volfraction": "volf_cores",
11            "background": "background",
12            "adsorbed_amount": "ads_amount",
13            "sld_shell": "sld_poly"
14        }
15    ],
16    "barbell": [
17        "BarBellModel",
18        {
19            "sld": "sld_barbell",
20            "length": "len_bar",
21            "bell_radius": "rad_bell",
22            "radius": "rad_bar",
23            "sld_solvent": "sld_solv"
24        }
25    ],
26    "bcc_paracrystal": [
27        "BCCrystalModel",
28        {
29            "sld": "sldSph",
30            "sld_solvent": "sldSolv"
31        }
32    ],
33    "be_polyelectrolyte": [
34        "BEPolyelectrolyte",
35        {
36            "ionization_degree": "alpha",
37            "polymer_concentration": "c",
38            "salt_concentration": "cs",
39            "virial_param": "h",
40            "background": "background",
41            "contrast_factor": "k",
42            "bjerrum_length": "lb",
43            "monomer_length": "b"
44        }
45    ],
46    "binary_hard_sphere": [
47        "BinaryHSModel",
48        {
49            "sld_sm": "ss_sld",
50            "sld_lg": "ls_sld",
51            "volfraction_sm": "vol_frac_ss",
52            "radius_lg": "l_radius",
53            "radius_sm": "s_radius",
54            "volfraction_lg": "vol_frac_ls",
55            "sld_solvent": "solvent_sld"
56        }
57    ],
58    "broad_peak": [
59        "BroadPeakModel",
60        {
61            "peak_pos": "q_peak",
62            "scale": None,
63            "lorentz_length": "length_l",
64            "porod_scale": "scale_p",
65            "lorentz_exp": "exponent_l",
66            "lorentz_scale": "scale_l",
67            "porod_exp": "exponent_p"
68        }
69    ],
70    "capped_cylinder": [
71        "CappedCylinderModel",
72        {
73            "sld": "sld_capcyl",
74            "length": "len_cyl",
75            "cap_radius": "rad_cap",
76            "radius": "rad_cyl",
77            "sld_solvent": "sld_solv"
78        }
79    ],
80    "core_multi_shell": [
81        "CoreMultiShellModel",
82        {
83            "thickness": "thick_shell",
84            "sld": "sld_shell",
85            "radius": "rad_core0",
86            "sld_core": "sld_core0",
87            "sld_solvent": "sld_solv",
88            "n": "n_shells",
89            "M0:sld_core": "M0_sld_core0",
90            "mtheta:sld_core": "M_theta_core0",
91            "mphi:sld_core": "M_phi_core0",
92            "M0:sld1": "M0_sld_shell1",
93            "mtheta:sld1": "M_theta_shell1",
94            "mphi:sld1": "M_phi_shell1",
95            "M0:sld2": "M0_sld_shell2",
96            "mtheta:sld2": "M_theta_shell2",
97            "mphi:sld2": "M_phi_shell2",
98            "M0:sld3": "M0_sld_shell3",
99            "mtheta:sld3": "M_theta_shell3",
100            "mphi:sld3": "M_phi_shell3",
101            "M0:sld4": "M0_sld_shell4",
102            "mtheta:sld4": "M_theta_shell4",
103            "mphi:sld4": "M_phi_shell4",
104            "M0:sld_solvent": "M0_sld_solv",
105            "mtheta:sld_solvent": "M_theta_solv",
106            "mphi:sld_solvent": "M_phi_solv",
107            "up:frac_i": "Up_frac_i",
108            "up:frac_f": "Up_frac_f",
109            "up:angle": "Up_theta",
110        }
111    ],
112    "core_shell_bicelle": [
113        "CoreShellBicelleModel",
114        {
115            "phi": "axis_phi",
116            "sld_core": "core_sld",
117            "sld_rim": "rim_sld",
118            "face_thickness": "face_thick",
119            "sld_solvent": "solvent_sld",
120            "rim_thickness": "rim_thick",
121            "sld_face": "face_sld",
122            "theta": "axis_theta"
123        }
124    ],
125    "core_shell_cylinder": [
126        "CoreShellCylinderModel",
127        {
128            "theta": "axis_theta",
129            "phi": "axis_phi",
130            "sld_shell": "shell_sld",
131            "sld_solvent": "solvent_sld",
132            "sld_core": "core_sld"
133        }
134    ],
135    "core_shell_ellipsoid": [
136        "CoreShellEllipsoidModel",
137        {
138            "phi": "axis_phi",
139            "sld_core": "sld_core",
140            "polar_shell": "polar_shell",
141            "sld_solvent": "sld_solvent",
142            "equat_shell": "equat_shell",
143            "equat_core": "equat_core",
144            "theta": "axis_theta",
145            "polar_core": "polar_core",
146            "sld_shell": "sld_shell"
147        }
148    ],
149    "core_shell_ellipsoid_xt": [
150        "CoreShellEllipsoidXTModel",
151        {
152            "phi": "axis_phi",
153            "sld_core": "sld_core",
154            "x_core": "X_core",
155            "sld_solvent": "sld_solvent",
156            "t_shell": "T_shell",
157            "x_polar_shell": "XpolarShell",
158            "theta": "axis_theta",
159            "sld_shell": "sld_shell"
160        }
161    ],
162    "core_shell_parallelepiped": [
163        "CSParallelepipedModel",
164        {
165            "phi": "parallel_phi",
166            "psi": "parallel_psi",
167            "sld_core": "sld_pcore",
168            "sld_c": "sld_rimC",
169            "sld_b": "sld_rimB",
170            "sld_solvent": "sld_solv",
171            "a_side": "shortA",
172            "sld_a": "sld_rimA",
173            "b_side": "midB",
174            "crim_thickness": "rimC",
175            "theta": "parallel_theta",
176            "arim_thickness": "rimA",
177            "c_side": "longC",
178            "brim_thickness": "rimB"
179        }
180    ],
181    "core_shell_sphere": [
182        "CoreShellModel",
183        {
184            "sld_core": "core_sld",
185            "sld_shell": "shell_sld",
186            "sld_solvent": "solvent_sld",
187            "M0:sld_core": "M0_sld_core",
188            "mtheta:sld_core": "M_theta_core",
189            "mphi:sld_core": "M_phi_core",
190            "M0:sld_shell": "M0_sld_shell",
191            "mtheta:sld_shell": "M_theta_shell",
192            "mphi:sld_shell": "M_phi_shell",
193            "M0:sld_solvent": "M0_sld_solv",
194            "mtheta:sld_solvent": "M_theta_solv",
195            "mphi:sld_solvent": "M_phi_solv",
196            "up:frac_i": "Up_frac_i",
197            "up:frac_f": "Up_frac_f",
198            "up:angle": "Up_theta"
199        }
200    ],
201    "correlation_length": [
202        "CorrLengthModel",
203        {
204            "porod_scale": "scale_p",
205            "lorentz_scale": "scale_l",
206            "exponent_p": "exponent_p",
207            "exponent_l": "exponent_l",
208            "cor_length": "length_l"
209        }
210    ],
211    "cylinder": [
212        "CylinderModel",
213        {
214            "sld": "sldCyl",
215            "theta": "cyl_theta",
216            "phi": "cyl_phi",
217            "sld_solvent": "sldSolv",
218            "M0:sld": "M0_sld_cyl",
219            "mtheta:sld": "M_theta_cyl",
220            "mphi:sld": "M_phi_cyl",
221            "M0:sld_solvent": "M0_sld_solv",
222            "mtheta:sld_solvent": "M_theta_solv",
223            "mphi:sld_solvent": "M_phi_solv",
224            "up:frac_i": "Up_frac_i",
225            "up:frac_f": "Up_frac_f",
226            "up:angle": "Up_theta"
227        }
228    ],
229    "dab": [
230        "DABModel",
231        {
232            "length": "length"
233        }
234    ],
235    "ellipsoid": [
236        "EllipsoidModel",
237        {
238            "phi": "axis_phi",
239            "r_equatorial": "radius_b",
240            "sld": "sldEll",
241            "theta": "axis_theta",
242            "r_polar": "radius_a",
243            "sld_solvent": "sldSolv"
244        }
245    ],
246    "elliptical_cylinder": [
247        "EllipticalCylinderModel",
248        {
249            "phi": "cyl_phi",
250            "psi": "cyl_psi",
251            "theta": "cyl_theta",
252            "sld": "sldCyl",
253            "axis_ratio": "r_ratio",
254            "sld_solvent": "sldSolv"
255        }
256    ],
257    "fcc_paracrystal": [
258        "FCCrystalModel",
259        {
260            "sld": "sldSph",
261            "sld_solvent": "sldSolv"
262        }
263    ],
264    "flexible_cylinder": [
265        "FlexibleCylinderModel",
266        {
267            "sld": "sldCyl",
268            "sld_solvent": "sldSolv"
269        }
270    ],
271    "flexible_cylinder_elliptical": [
272        "FlexCylEllipXModel",
273        {
274            "sld": "sldCyl",
275            "sld_solvent": "sldSolv"
276        }
277    ],
278    "fractal": [
279        "FractalModel",
280        {
281            "sld_block": "sldBlock",
282            "radius": "radius",
283            "cor_length": "cor_length",
284            "sld_solvent": "sldSolv",
285            "fractal_dim": "fractal_dim"
286        }
287    ],
288    "fractal_core_shell": [
289        "FractalCoreShellModel",
290        {
291            "sld_shell": "shell_sld",
292            "sld_solvent": "solvent_sld",
293            "sld_core": "core_sld"
294        }
295    ],
296    "fuzzy_sphere": [
297        "FuzzySphereModel",
298        {
299            "sld": "sldSph",
300            "fuzziness": "fuzziness",
301            "radius": "radius",
302            "sld_solvent": "sldSolv"
303        }
304    ],
305    "gauss_lorentz_gel": [
306        "GaussLorentzGelModel",
307        {
308            "gauss_scale_factor": "scale_g",
309            "dynamic_cor_length": "dyn_colength",
310            "static_cor_length": "stat_colength",
311            "background": "background",
312            "lorentz_scale_factor": "scale_l"
313        }
314    ],
315    "gaussian_peak": [
316        "PeakGaussModel",
317        {
318            "sigma": "B"
319        }
320    ],
321    "gel_fit": [
322        "GelFitModel",
323        {
324            "gyration_radius": "radius",
325            "lorentzian_scale": "lScale",
326            "fractal_exp": "FractalExp",
327            "cor_length": "zeta",
328            "guinier_scale": "gScale"
329        }
330    ],
331    "guinier": [
332        "GuinierModel",
333        {
334            "rg": "rg"
335        }
336    ],
337    "guinier_porod": [
338        "GuinierPorodModel",
339        {
340            "s": "dim",
341            "rg": "rg",
342            "m": "m",
343            "scale": "scale",
344            "background": "background"
345        }
346    ],
347    "hardsphere": [
348        "HardsphereStructure",
349        {
350            "radius_effective_pd": "effect_radius_pd",
351            "radius_effective": "effect_radius",
352            "radius_effective_pd_n": "effect_radius_pd_n"
353        }
354    ],
355    "hardsphere2": [
356        "HardsphereStructure",
357        {}
358    ],
359    "hardsphere3": [
360        "HardsphereStructure",
361        {}
362    ],
363    "hardsphere4": [
364        "HardsphereStructure",
365        {}
366    ],
367    "hayter_msa": [
368        "HayterMSAStructure",
369        {
370            "salt_concentration": "saltconc",
371            "radius_effective_pd": "effect_radius_pd",
372            "radius_effective": "effect_radius",
373            "radius_effective_pd_n": "effect_radius_pd_n"
374        }
375    ],
376    "hollow_cylinder": [
377        "HollowCylinderModel",
378        {
379            "phi": "axis_phi",
380            "scale": "scale",
381            "core_radius": "core_radius",
382            "sld_solvent": "sldSolv",
383            "length": "length",
384            "radius": "radius",
385            "background": "background",
386            "sld": "sldCyl",
387            "theta": "axis_theta"
388        }
389    ],
390    "hollow_rectangular_prism": [
391        "RectangularHollowPrismModel",
392        {
393            "b2a_ratio": "b2a_ratio",
394            "a_side": "short_side",
395            "sld": "sldPipe",
396            "c_side": "c2a_ratio",
397            "sld_solvent": "sldSolv",
398            "thickness": "thickness"
399        }
400    ],
401    "hollow_rectangular_prism_thin_walls": [
402        "RectangularHollowPrismInfThinWallsModel",
403        {
404            "sld": "sldPipe",
405            "b2a_ratio": "b2a_ratio",
406            "a_side": "short_side",
407            "c_side": "c2a_ratio",
408            "sld_solvent": "sldSolv"
409        }
410    ],
411    "lamellar": [
412        "LamellarModel",
413        {
414            "sld": "sld_bi",
415            "sld_solvent": "sld_sol",
416            "thickness": "bi_thick"
417        }
418    ],
419    "lamellar_hg": [
420        "LamellarFFHGModel",
421        {
422            "sld": "sld_tail",
423            "sld_solvent": "sld_solvent",
424            "sld_head": "sld_head",
425            "tail_length": "t_length",
426            "head_length": "h_thickness"
427        }
428    ],
429    "lamellar_hg_stack_caille": [
430        "LamellarPSHGModel",
431        {
432            "Caille_parameter": "caille",
433            "Nlayers": "n_plates",
434            "sld_head": "sld_head",
435            "tail_length": "deltaT",
436            "head_length": "deltaH",
437            "sld": "sld_tail",
438            "sld_solvent": "sld_solvent"
439        }
440    ],
441    "lamellar_stack_caille": [
442        "LamellarPSModel",
443        {
444            "sld": "sld_bi",
445            "Caille_parameter": "caille",
446            "Nlayers": "N_plates",
447            "sld_solvent": "sld_sol",
448            "thickness": "delta"
449        }
450    ],
451    "lamellar_stack_paracrystal": [
452        "LamellarPCrystalModel",
453        {
454            "sld": "sld_layer",
455            "spacing_polydisp": "pd_spacing",
456            "sld_solvent": "sld_solvent"
457        }
458    ],
459    "line": [
460        "LineModel",
461        {
462            "slope": "B",
463            "scale": None,
464            "background": None,
465            "intercept": "A"
466        }
467    ],
468    "linear_pearls": [
469        "LinearPearlsModel",
470        {
471            "sld": "sld_pearl",
472            "sld_solvent": "sld_solv",
473            "edge_sep": "edge_separation"
474        }
475    ],
476    "lorentz": [
477        "LorentzModel",
478        {
479            "cor_length": "length"
480        }
481    ],
482    "mass_fractal": [
483        "MassFractalModel",
484        {
485            "cutoff_length": "co_length",
486            "radius": "radius",
487            "mass_dim": "mass_dim"
488        }
489    ],
490    "mass_surface_fractal": [
491        "MassSurfaceFractal",
492        {
493            "cluster_rg": "cluster_rg",
494            "mass_dim": "mass_dim",
495            "radius": "radius",
496            "surface_dim": "surface_dim",
497            "primary_rg": "primary_rg"
498        }
499    ],
500    "mono_gauss_coil": [
501        "DebyeModel",
502        {
503            "radius_gyration": "rg",
504            "scale": "scale",
505            "background": "background"
506        }
507    ],
508    "multilayer_vesicle": [
509        "MultiShellModel",
510        {
511            "sld": "shell_sld",
512            "thick_solvent": "w_thickness",
513            "thick_shell": "s_thickness",
514            "radius": "core_radius",
515            "sld_solvent": "core_sld"
516        }
517    ],
518    "onion": [
519        "OnionExpShellModel",
520        {
521            "n_shells": "n_shells",
522            "A": "A_shell",
523            "sld_core": "sld_core0",
524            "core_radius": "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            "a_side": "short_a",
538            "b_side": "short_b",
539            "sld": "sldPipe",
540            "theta": "parallel_theta",
541            "c_side": "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            "string_thickness": "thick_string",
565            "sld_string": "sld_string",
566            "sld_solvent": "sld_solv",
567            "edge_separation": "edge_separation",
568            "number_of_pearls": "num_pearls",
569            "radius": "radius",
570            "background": "background",
571            "sld": "sld_pearl"
572        }
573    ],
574    "poly_gauss_coil": [
575        "Poly_GaussCoil",
576        {
577            "radius_gyration": "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            "pringle_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            "a_side": "short_side",
648            "c_side": "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    "magsphere": [
690        "SphereModel",
691        {
692            "sld": "sldSph",
693            "radius": "radius",
694            "sld_solvent": "sldSolv",
695            "sld_M0": "M0_sld_sph",
696            "sphere_theta": "M_theta_sph",
697            "sphere_phi": "M_phi_sph",
698            "sld_solvent_M0": "M0_sld_solv",
699            "solvent_theta": "M_theta_solv",
700            "solvent_phi": "M_phi_solv",
701            "in_spin": "Up_frac_i",
702            "out_spin": "Up_frac_f",
703            "spin_theta": "Up_theta"
704        }
705    ],
706    "_spherepy": [
707        "SphereModel",
708        {
709            "sld": "sldSph",
710            "radius": "radius",
711            "sld_solvent": "sldSolv"
712        }
713    ],
714    "spherical_sld": [
715        "SphericalSLDModel",
716        {
717            "radius_core": "rad_core0",
718            "sld_core": "sld_core0",
719            "sld_solvent": "sld_solv"
720        }
721    ],
722    "squarewell": [
723        "SquareWellStructure",
724        {
725            "radius_effective_pd": "effect_radius_pd",
726            "radius_effective": "effect_radius",
727            "radius_effective_pd_n": "effect_radius_pd_n"
728        }
729    ],
730    "stacked_disks": [
731        "StackedDisksModel",
732        {
733            "phi": "axis_phi",
734            "sld_layer": "layer_sld",
735            "sld_core": "core_sld",
736            "theta": "axis_theta",
737            "sld_solvent": "solvent_sld",
738            "n_stacking": "n_stacking"
739        }
740    ],
741    "star_polymer": [
742        "StarPolymer",
743        {
744            "arms": "arms",
745            "rg_squared": "R2"
746        }
747    ],
748    "stickyhardsphere": [
749        "StickyHSStructure",
750        {
751            "radius_effective_pd": "effect_radius_pd",
752            "radius_effective": "effect_radius",
753            "radius_effective_pd_n": "effect_radius_pd_n"
754        }
755    ],
756    "surface_fractal": [
757        "SurfaceFractalModel",
758        {
759            "cutoff_length": "co_length",
760            "radius": "radius",
761            "surface_dim": "surface_dim"
762        }
763    ],
764    "teubner_strey": [
765        "TeubnerStreyModel",
766        {
767            "a2": "scale"
768        }
769    ],
770    "triaxial_ellipsoid": [
771        "TriaxialEllipsoidModel",
772        {
773            "phi": "axis_phi",
774            "req_minor": "semi_axisA",
775            "rpolar": "semi_axisC",
776            "req_major": "semi_axisB",
777            "solvent_sld": "sldSolv",
778            "psi": "axis_psi",
779            "sld": "sldEll",
780            "theta": "axis_theta"
781        }
782    ],
783    "two_lorentzian": [
784        "TwoLorentzianModel",
785        {
786            "lorentz_scale_1": "scale_1",
787            "lorentz_scale_2": "scale_2",
788            "lorentz_exp_1": "exponent_1",
789            "lorentz_exp_2": "exponent_2",
790            "lorentz_length_2": "length_2",
791            "lorentz_length_1": "length_1",
792            "background": "background"
793        }
794    ],
795    "two_power_law": [
796        "TwoPowerLawModel",
797        {
798            "coefficent_1": "coef_A",
799            "power_2": "power2",
800            "power_1": "power1",
801            "background": "background",
802            "crossover": "qc"
803        }
804    ],
805    "unified_power_Rg": [
806        "UnifiedPowerRgModel",
807        {
808        }
809    ],
810    "vesicle": [
811        "VesicleModel",
812        {
813            "sld": "shell_sld",
814            "sld_solvent": "solv_sld"
815        }
816    ]
817}
Note: See TracBrowser for help on using the repository browser.