source: sasmodels/sasmodels/convert.json @ 6e7ff6d

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

reenable python models

  • Property mode set to 100644
File size: 15.8 KB
Line 
1{
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": null, 
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      "thick_shell": "thick_shell", 
84      "radius": "rad_core0", 
85      "sld": "sld_core0", 
86      "sld_shell": "sld_in_shell", 
87      "sld_solvent": "sld_solv", 
88      "n": "n_shells"
89    }
90  ], 
91  "core_shell_bicelle": [
92    "CoreShellBicelleModel", 
93    {
94      "phi": "axis_phi", 
95      "sld_core": "core_sld", 
96      "sld_rim": "rim_sld", 
97      "face_thickness": "face_thick", 
98      "sld_solvent": "solvent_sld", 
99      "rim_thickness": "rim_thick", 
100      "sld_face": "face_sld", 
101      "theta": "axis_theta"
102    }
103  ], 
104  "core_shell_cylinder": [
105    "CoreShellCylinderModel", 
106    {
107      "theta": "axis_theta", 
108      "phi": "axis_phi", 
109      "sld_shell": "shell_sld", 
110      "sld_solvent": "solvent_sld", 
111      "sld_core": "core_sld"
112    }
113  ], 
114  "core_shell_ellipsoid": [
115    "CoreShellEllipsoidModel", 
116    {
117      "phi": "axis_phi", 
118      "sld_core": "sld_core", 
119      "polar_shell": "polar_shell", 
120      "sld_solvent": "sld_solvent", 
121      "equat_shell": "equat_shell", 
122      "equat_core": "equat_core", 
123      "theta": "axis_theta", 
124      "polar_core": "polar_core", 
125      "sld_shell": "sld_shell"
126    }
127  ], 
128  "core_shell_ellipsoid_xt": [
129    "CoreShellEllipsoidXTModel", 
130    {
131      "phi": "axis_phi", 
132      "sld_core": "sld_core", 
133      "x_core": "X_core", 
134      "sld_solvent": "sld_solvent", 
135      "t_shell": "T_shell", 
136      "x_polar_shell": "XpolarShell", 
137      "theta": "axis_theta", 
138      "sld_shell": "sld_shell"
139    }
140  ], 
141  "core_shell_parallelepiped": [
142    "CSParallelepipedModel", 
143    {
144      "phi": "parallel_phi", 
145      "psi": "parallel_psi", 
146      "sld_core": "sld_pcore", 
147      "sld_c": "sld_rimC", 
148      "sld_b": "sld_rimB", 
149      "sld_solvent": "sld_solv", 
150      "a_side": "shortA", 
151      "sld_a": "sld_rimA", 
152      "b_side": "midB", 
153      "crim_thickness": "rimC", 
154      "theta": "parallel_theta", 
155      "arim_thickness": "rimA", 
156      "c_side": "longC", 
157      "brim_thickness": "rimB"
158    }
159  ], 
160  "core_shell_sphere": [
161    "CoreShellModel", 
162    {
163      "sld_shell": "shell_sld", 
164      "sld_solvent": "solvent_sld", 
165      "sld_core": "core_sld"
166    }
167  ], 
168  "correlation_length": [
169    "CorrLengthModel", 
170    {
171      "porod_scale": "scale_p", 
172      "lorentz_scale": "scale_l", 
173      "exponent_p": "exponent_p", 
174      "exponent_l": "exponent_l", 
175      "cor_length": "length_l"
176    }
177  ], 
178  "cylinder": [
179    "CylinderModel", 
180    {
181      "sld": "sldCyl", 
182      "theta": "cyl_theta", 
183      "phi": "cyl_phi", 
184      "sld_solvent": "sldSolv"
185    }
186  ], 
187  "dab": [
188    "DABModel", 
189    {
190      "length": "length"
191    }
192  ], 
193  "ellipsoid": [
194    "EllipsoidModel", 
195    {
196      "phi": "axis_phi", 
197      "r_equatorial": "radius_b", 
198      "sld": "sldEll", 
199      "theta": "axis_theta", 
200      "r_polar": "radius_a", 
201      "sld_solvent": "sldSolv"
202    }
203  ], 
204  "elliptical_cylinder": [
205    "EllipticalCylinderModel", 
206    {
207      "phi": "cyl_phi", 
208      "psi": "cyl_psi", 
209      "theta": "cyl_theta", 
210      "sld": "sldCyl", 
211      "axis_ratio": "r_ratio", 
212      "sld_solvent": "sldSolv"
213    }
214  ], 
215  "fcc_paracrystal": [
216    "FCCrystalModel", 
217    {
218      "sld": "sldSph", 
219      "sld_solvent": "sldSolv"
220    }
221  ], 
222  "flexible_cylinder": [
223    "FlexibleCylinderModel", 
224    {
225      "sld": "sldCyl", 
226      "sld_solvent": "sldSolv"
227    }
228  ], 
229  "flexible_cylinder_elliptical": [
230    "FlexCylEllipXModel", 
231    {
232      "sld": "sldCyl", 
233      "sld_solvent": "sldSolv"
234    }
235  ], 
236  "fractal": [
237    "FractalModel", 
238    {
239      "sld_block": "sldBlock", 
240      "radius": "radius", 
241      "cor_length": "cor_length", 
242      "sld_solvent": "sldSolv", 
243      "fractal_dim": "fractal_dim"
244    }
245  ], 
246  "fractal_core_shell": [
247    "FractalCoreShellModel", 
248    {
249      "sld_shell": "shell_sld", 
250      "sld_solvent": "solvent_sld", 
251      "sld_core": "core_sld"
252    }
253  ], 
254  "fuzzy_sphere": [
255    "FuzzySphereModel", 
256    {
257      "sld": "sldSph", 
258      "fuzziness": "fuzziness", 
259      "radius": "radius", 
260      "sld_solvent": "sldSolv"
261    }
262  ], 
263  "gauss_lorentz_gel": [
264    "GaussLorentzGelModel", 
265    {
266      "gauss_scale_factor": "scale_g", 
267      "dynamic_cor_length": "dyn_colength", 
268      "static_cor_length": "stat_colength", 
269      "background": "background", 
270      "lorentz_scale_factor": "scale_l"
271    }
272  ], 
273  "gaussian_peak": [
274    "PeakGaussModel", 
275    {
276      "sigma": "B"
277    }
278  ], 
279  "gel_fit": [
280    "GelFitModel", 
281    {
282      "gyration_radius": "radius", 
283      "lorentzian_scale": "lScale", 
284      "fractal_exp": "FractalExp", 
285      "cor_length": "zeta", 
286      "guinier_scale": "gScale"
287    }
288  ], 
289  "guinier": [
290    "GuinierModel", 
291    {
292      "rg": "rg"
293    }
294  ], 
295  "guinier_porod": [
296    "GuinierPorodModel", 
297    {
298      "s": "dim", 
299      "rg": "rg", 
300      "m": "m", 
301      "scale": "scale", 
302      "background": "background"
303    }
304  ], 
305  "hardsphere": [
306    "HardsphereStructure", 
307    {
308      "radius_effective_pd": "effect_radius_pd", 
309      "radius_effective": "effect_radius", 
310      "radius_effective_pd_n": "effect_radius_pd_n"
311    }
312  ], 
313  "hardsphere2": [
314    "HardsphereStructure", 
315    {}
316  ], 
317  "hardsphere3": [
318    "HardsphereStructure", 
319    {}
320  ], 
321  "hardsphere4": [
322    "HardsphereStructure", 
323    {}
324  ], 
325  "hayter_msa": [
326    "HayterMSAStructure", 
327    {
328      "salt_concentration": "saltconc", 
329      "radius_effective_pd": "effect_radius_pd", 
330      "radius_effective": "effect_radius", 
331      "radius_effective_pd_n": "effect_radius_pd_n"
332    }
333  ], 
334  "hollow_cylinder": [
335    "HollowCylinderModel", 
336    {
337      "phi": "axis_phi", 
338      "scale": "scale", 
339      "core_radius": "core_radius", 
340      "sld_solvent": "sldSolv", 
341      "length": "length", 
342      "radius": "radius", 
343      "background": "background", 
344      "sld": "sldCyl", 
345      "theta": "axis_theta"
346    }
347  ], 
348  "hollow_rectangular_prism": [
349    "RectangularHollowPrismModel", 
350    {
351      "b2a_ratio": "b2a_ratio", 
352      "a_side": "short_side", 
353      "sld": "sldPipe", 
354      "c_side": "c2a_ratio", 
355      "sld_solvent": "sldSolv", 
356      "thickness": "thickness"
357    }
358  ], 
359  "hollow_rectangular_prism_thin_walls": [
360    "RectangularHollowPrismInfThinWallsModel", 
361    {
362      "sld": "sldPipe", 
363      "b2a_ratio": "b2a_ratio", 
364      "a_side": "short_side", 
365      "c_side": "c2a_ratio", 
366      "sld_solvent": "sldSolv"
367    }
368  ], 
369  "lamellar": [
370    "LamellarModel", 
371    {
372      "sld": "sld_bi", 
373      "sld_solvent": "sld_sol", 
374      "thickness": "bi_thick"
375    }
376  ], 
377  "lamellar_hg": [
378    "LamellarFFHGModel", 
379    {
380      "sld": "sld_tail", 
381      "sld_solvent": "sld_solvent", 
382      "sld_head": "sld_head", 
383      "tail_length": "t_length", 
384      "head_length": "h_thickness"
385    }
386  ], 
387  "lamellar_hg_stack_caille": [
388    "LamellarPSHGModel", 
389    {
390      "Caille_parameter": "caille", 
391      "Nlayers": "n_plates", 
392      "sld_head": "sld_head", 
393      "tail_length": "deltaT", 
394      "head_length": "deltaH", 
395      "sld": "sld_tail", 
396      "sld_solvent": "sld_solvent"
397    }
398  ], 
399  "lamellar_stack_caille": [
400    "LamellarPSModel", 
401    {
402      "sld": "sld_bi", 
403      "Caille_parameter": "caille", 
404      "Nlayers": "N_plates", 
405      "sld_solvent": "sld_sol", 
406      "thickness": "delta"
407    }
408  ], 
409  "lamellar_stack_paracrystal": [
410    "LamellarPCrystalModel", 
411    {
412      "sld": "sld_layer", 
413      "spacing_polydisp": "pd_spacing", 
414      "sld_solvent": "sld_solvent"
415    }
416  ], 
417  "line": [
418    "LineModel", 
419    {
420      "slope": "B", 
421      "scale": null, 
422      "background": null, 
423      "intercept": "A"
424    }
425  ], 
426  "linear_pearls": [
427    "LinearPearlsModel", 
428    {
429      "sld": "sld_pearl", 
430      "sld_solvent": "sld_solv", 
431      "edge_sep": "edge_separation"
432    }
433  ], 
434  "lorentz": [
435    "LorentzModel", 
436    {
437      "cor_length": "length"
438    }
439  ], 
440  "mass_fractal": [
441    "MassFractalModel", 
442    {
443      "cutoff_length": "co_length", 
444      "radius": "radius", 
445      "mass_dim": "mass_dim"
446    }
447  ], 
448  "mass_surface_fractal": [
449    "MassSurfaceFractal", 
450    {
451      "cluster_rg": "cluster_rg", 
452      "mass_dim": "mass_dim", 
453      "radius": "radius", 
454      "surface_dim": "surface_dim", 
455      "primary_rg": "primary_rg"
456    }
457  ], 
458  "mono_gauss_coil": [
459    "DebyeModel", 
460    {
461      "radius_gyration": "rg", 
462      "scale": "scale", 
463      "background": "background"
464    }
465  ], 
466  "multilayer_vesicle": [
467    "MultiShellModel", 
468    {
469      "sld": "shell_sld", 
470      "thick_solvent": "w_thickness", 
471      "thick_shell": "s_thickness", 
472      "radius": "core_radius", 
473      "sld_solvent": "core_sld"
474    }
475  ], 
476  "onion": [
477    "OnionExpShellModel", 
478    {
479      "A": "A_shell", 
480      "core_sld": "sld_core0", 
481      "core_radius": "rad_core0", 
482      "out_sld": "sld_out_shell", 
483      "n": "n_shells", 
484      "solvent_sld": "sld_solv", 
485      "thickness": "thick_shell", 
486      "in_sld": "sld_in_shell"
487    }
488  ], 
489  "parallelepiped": [
490    "ParallelepipedModel", 
491    {
492      "phi": "parallel_phi", 
493      "psi": "parallel_psi", 
494      "sld_solvent": "sldSolv", 
495      "a_side": "short_a", 
496      "b_side": "short_b", 
497      "sld": "sldPipe", 
498      "theta": "parallel_theta", 
499      "c_side": "long_c"
500    }
501  ], 
502  "peak_lorentz": [
503    "PeakLorentzModel", 
504    {
505      "peak_pos": "q0", 
506      "peak_hwhm": "B"
507    }
508  ], 
509  "pearl_necklace": [
510    "PearlNecklaceModel", 
511    {
512      "scale": "scale", 
513      "string_thickness": "thick_string", 
514      "sld_string": "sld_string", 
515      "sld_solvent": "sld_solv", 
516      "edge_separation": "edge_separation", 
517      "number_of_pearls": "num_pearls", 
518      "radius": "radius", 
519      "background": "background", 
520      "sld": "sld_pearl"
521    }
522  ], 
523  "poly_gauss_coil": [
524    "Poly_GaussCoil", 
525    {
526      "radius_gyration": "rg", 
527      "polydispersity": "poly_m", 
528      "scale": "scale", 
529      "background": "background"
530    }
531  ], 
532  "polymer_excl_volume": [
533    "PolymerExclVolume", 
534    {
535      "rg": "rg", 
536      "scale": "scale", 
537      "background": "background", 
538      "porod_exp": "m"
539    }
540  ], 
541  "polymer_micelle": [
542    "MicelleSphCoreModel", 
543    {
544      "sld_corona": "rho_corona", 
545      "sld_solvent": "rho_solv", 
546      "sld_core": "rho_core"
547    }
548  ], 
549  "porod": [
550    "PorodModel", 
551    {
552      "scale": "scale", 
553      "background": "background"
554    }
555  ], 
556  "power_law": [
557    "PowerLawAbsModel", 
558    {
559      "scale": "scale", 
560      "background": "background", 
561      "power": "m"
562    }
563  ], 
564  "pringle": [
565    "PringlesModel", 
566    {
567      "scale": "scale", 
568      "solvent_sld": "sld_solvent", 
569      "thickness": "thickness", 
570      "beta": "beta", 
571      "radius": "radius", 
572      "background": "background", 
573      "alpha": "alpha", 
574      "pringle_sld": "sld_pringle"
575    }
576  ],
577  "raspberry": [
578    "RaspBerryModel",
579    {
580    "volfraction_lg": "volf_Lsph",
581    "volfraction_sm": "volf_Ssph",
582    "radius_sm": "radius_Ssph",
583    "radius_lg": "radius_Lsph",
584    "sld_lg": "sld_Lsph",
585    "sld_sm": "sld_Ssph",
586    "sld_solvent": "sld_solv",
587    "surface_fraction": "surfrac_Ssph",
588    "penetration": "delta_Ssph"
589    }
590  ],
591  "rectangular_prism": [
592    "RectangularPrismModel", 
593    {
594      "sld": "sldPipe", 
595      "b2a_ratio": "b2a_ratio", 
596      "a_side": "short_side", 
597      "c_side": "c2a_ratio", 
598      "sld_solvent": "sldSolv"
599    }
600  ], 
601  "rpa": [
602    "RPAModel", 
603    {
604      "N1": "Na", "N2": "Nb", "N3": "Nc", "N4": "Nd",
605      "L1": "La", "L2": "Lb", "L3": "Lc", "L4": "Ld",
606      "v1": "va", "v2": "vb", "v3": "vc", "v4": "vd",
607      "b1": "ba", "b2": "bb", "b3": "bc", "b4": "bd",
608      "Phi1": "Phia", "Phi2": "Phib", "Phi3": "Phic", "Phi4": "Phid",
609      "case_num": "lcase_n"
610    }
611  ], 
612  "sc_paracrystal": [
613    "SCCrystalModel", 
614    {
615      "sld": "sldSph", 
616      "sld_solvent": "sldSolv"
617    }
618  ], 
619  "sphere": [
620    "SphereModel", 
621    {
622      "sld": "sldSph", 
623      "radius": "radius", 
624      "sld_solvent": "sldSolv"
625    }
626  ], 
627  "_spherepy": [
628    "SphereModel",
629    {
630      "sld": "sldSph",
631      "radius": "radius",
632      "sld_solvent": "sldSolv"
633    }
634  ],
635  "spherical_sld": [
636    "SphereSLDModel", 
637    {
638      "n": "n_shells",
639      "radius_core": "rad_core", 
640      "sld_solvent": "sld_solv"
641    }
642  ], 
643  "squarewell": [
644    "SquareWellStructure", 
645    {
646      "radius_effective_pd": "effect_radius_pd", 
647      "radius_effective": "effect_radius", 
648      "radius_effective_pd_n": "effect_radius_pd_n"
649    }
650  ], 
651  "stacked_disks": [
652    "StackedDisksModel", 
653    {
654      "phi": "axis_phi", 
655      "sld_layer": "layer_sld", 
656      "sld_core": "core_sld", 
657      "theta": "axis_theta", 
658      "sld_solvent": "solvent_sld", 
659      "n_stacking": "n_stacking"
660    }
661  ], 
662  "star_polymer": [
663    "StarPolymer", 
664    {
665      "arms": "arms", 
666      "rg_squared": "R2"
667    }
668  ], 
669  "stickyhardsphere": [
670    "StickyHSStructure", 
671    {
672      "radius_effective_pd": "effect_radius_pd", 
673      "radius_effective": "effect_radius", 
674      "radius_effective_pd_n": "effect_radius_pd_n"
675    }
676  ], 
677  "surface_fractal": [
678    "SurfaceFractalModel", 
679    {
680      "cutoff_length": "co_length", 
681      "radius": "radius", 
682      "surface_dim": "surface_dim"
683    }
684  ], 
685  "teubner_strey": [
686    "TeubnerStreyModel", 
687    {
688      "a2": "scale"
689    }
690  ], 
691  "triaxial_ellipsoid": [
692    "TriaxialEllipsoidModel", 
693    {
694      "phi": "axis_phi", 
695      "req_minor": "semi_axisA", 
696      "rpolar": "semi_axisC", 
697      "req_major": "semi_axisB", 
698      "solvent_sld": "sldSolv", 
699      "psi": "axis_psi", 
700      "sld": "sldEll", 
701      "theta": "axis_theta"
702    }
703  ], 
704  "two_lorentzian": [
705    "TwoLorentzianModel", 
706    {
707      "lorentz_scale_1": "scale_1", 
708      "lorentz_scale_2": "scale_2", 
709      "lorentz_exp_1": "exponent_1", 
710      "lorentz_exp_2": "exponent_2", 
711      "lorentz_length_2": "length_2", 
712      "lorentz_length_1": "length_1", 
713      "background": "background"
714    }
715  ], 
716  "two_power_law": [
717    "TwoPowerLawModel", 
718    {
719      "coefficent_1": "coef_A", 
720      "power_2": "power2", 
721      "power_1": "power1", 
722      "background": "background", 
723      "crossover": "qc"
724    }
725  ], 
726  "vesicle": [
727    "VesicleModel", 
728    {
729      "sld": "shell_sld", 
730      "sld_solvent": "solv_sld"
731    }
732  ]
733}
Note: See TracBrowser for help on using the repository browser.