Changeset 1b49bf8 in sasmodels for sasmodels/conversion_table.py


Ignore:
Timestamp:
Oct 17, 2016 11:20:39 AM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
8393c74
Parents:
218cdbc
Message:

update conversion tables corresponding to the great parameter shift

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/conversion_table.py

    r68425bf r1b49bf8  
    143143        } 
    144144    ], 
    145     "core_shell_ellipsoid": [ 
     145    "core_shell_ellipsoid(nonXT)": [ 
    146146        "CoreShellEllipsoidModel", 
    147147        { 
     148            "sld_core": "sld_core", 
     149            "sld_shell": "sld_shell", 
     150            "sld_solvent": "sld_solvent", 
     151            "equat_core": "equat_core", 
     152            "equat_shell": "equat_shell", 
     153            "polar_core": "polar_core", 
     154            "polar_shell": "polar_shell", 
     155            "theta": "axis_theta", 
    148156            "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" 
    157157        } 
    158158    ], 
     
    160160        "CoreShellEllipsoidXTModel", 
    161161        { 
    162             "phi": "axis_phi", 
    163162            "sld_core": "sld_core", 
     163            "sld_shell": "sld_shell", 
     164            "sld_solvent": "sld_solvent", 
     165            "radius_equat_core": "equat_core", 
     166            "thick_shell": "T_shell", 
    164167            "x_core": "X_core", 
    165             "sld_solvent": "sld_solvent", 
    166             "thick_shell": "T_shell", 
    167168            "x_polar_shell": "XpolarShell", 
    168169            "theta": "axis_theta", 
    169             "sld_shell": "sld_shell" 
     170            "phi": "axis_phi", 
    170171        } 
    171172    ], 
     
    240241        "DABModel", 
    241242        { 
    242             "length": "length" 
     243            "cor_length": "length" 
    243244        } 
    244245    ], 
     
    300301        "FractalCoreShellModel", 
    301302        { 
     303            "sld_core": "core_sld", 
    302304            "sld_shell": "shell_sld", 
    303305            "sld_solvent": "solvent_sld", 
    304             "sld_core": "core_sld" 
     306            "radius": "radius", 
     307            "thickness": "thickness", 
     308            "fractal_dim": "frac_dim", 
     309            "cor_length": "cor_length", 
     310            "volfraction": "volfraction", 
    305311        } 
    306312    ], 
     
    327333        "PeakGaussModel", 
    328334        { 
    329             "sigma": "B" 
     335            "peak_pos": "q0", 
     336            "sigma": "B", 
    330337        } 
    331338    ], 
     
    335342            "rg": "radius", 
    336343            "lorentz_scale": "lScale", 
    337             "fractal_dim": "FractalExp", 
     344            "guinier_scale": "gScale", 
     345            "fractal_dim": "scale", 
    338346            "cor_length": "zeta", 
    339             "guinier_scale": "gScale" 
    340347        } 
    341348    ], 
     
    351358            "s": "dim", 
    352359            "rg": "rg", 
    353             "m": "m", 
     360            "porod_exp": "m", 
    354361            "scale": "scale", 
    355362            "background": "background" 
     
    367374        "HayterMSAStructure", 
    368375        { 
    369             "salt_concentration": "saltconc", 
    370             "radius_effective_pd": "effect_radius_pd", 
    371376            "radius_effective": "effect_radius", 
    372             "radius_effective_pd_n": "effect_radius_pd_n" 
     377            "volfraction": "volfraction", 
     378            "charge": "charge", 
     379            "temperature": "temperature", 
     380            "concentration_salt": "saltconc", 
     381            "dielectconst": "dielectconst", 
     382            #"radius_effective_pd_n": "effect_radius_pd_n", 
     383            #"radius_effective_pd": "effect_radius_pd", 
    373384        } 
    374385    ], 
     
    376387        "HollowCylinderModel", 
    377388        { 
     389            "sld": "sldCyl", 
     390            "sld_solvent": "sldSolv", 
     391            "radius": "core_radius", 
     392            "thickness": "radius", 
     393            "length": "length", 
     394            "theta": "axis_theta", 
    378395            "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" 
    387396        } 
    388397    ], 
     
    429438        "LamellarPSHGModel", 
    430439        { 
     440            "sld": "sld_tail", 
     441            "sld_head": "sld_head", 
     442            "sld_solvent": "sld_solvent", 
     443            "length_tail": "deltaT", 
     444            "length_head": "deltaH", 
     445            "d_spacing": "spacing", 
    431446            "Caille_parameter": "caille", 
    432447            "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" 
    438448        } 
    439449    ], 
     
    442452        { 
    443453            "sld": "sld_bi", 
     454            "sld_solvent": "sld_sol", 
     455            "thickness": "delta", 
     456            "d_spacing": "spacing", 
    444457            "Caille_parameter": "caille", 
    445458            "Nlayers": "N_plates", 
    446             "sld_solvent": "sld_sol", 
    447             "thickness": "delta" 
    448459        } 
    449460    ], 
     
    452463        { 
    453464            "sld": "sld_layer", 
     465            "sld_solvent": "sld_solvent", 
     466            "thickness": "thickness", 
     467            "d_spacing": "spacing", 
    454468            "sigma_d": "pd_spacing", 
    455             "sld_solvent": "sld_solvent" 
     469            "Nlayers": "Nlayers", 
    456470        } 
    457471    ], 
     
    562576        { 
    563577            "scale": "scale", 
    564             "thick_string": "thick_string", 
     578            "string_thickness": "thick_string", 
    565579            "sld_string": "sld_string", 
    566580            "sld_solvent": "sld_solv", 
    567581            "edge_sep": "edge_separation", 
    568             "num_pearls": "num_pearls", 
     582            "number_of_pearls": "num_pearls", 
    569583            "radius": "radius", 
    570584            "background": "background", 
     
    595609            "sld_corona": "rho_corona", 
    596610            "sld_solvent": "rho_solv", 
    597             "sld_core": "rho_core" 
     611            "sld_core": "rho_core", 
     612            "ndensity": "ndensity", 
     613            "v_core": "v_core", 
     614            "v_corona": "v_corona", 
     615            "radius_core": "radius_core", 
     616            "rg": "radius_gyr", 
     617            "d_penetration": "d_penetration", 
     618            "n_aggreg": "n_aggreg", 
    598619        } 
    599620    ], 
     
    761782        "TeubnerStreyModel", 
    762783        { 
    763             "a2": "scale" 
     784            # Note: parameters are completely rewritten in convert.py 
     785            "volfraction_a": "volfraction_a", 
     786            "sld_a": "sld_a", 
     787            "sld_b": "sld_b", 
     788            "d": "d", 
     789            "xi": "xi", 
    764790        } 
    765791    ], 
Note: See TracChangeset for help on using the changeset viewer.