Changeset aea515c in sasmodels for sasmodels/conversion_table.py


Ignore:
Timestamp:
Oct 24, 2016 8:17:19 PM (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:
999c87f
Parents:
97f9b46
Message:

convert model parameters from SasView? 3.1 to sasmodels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/conversion_table.py

    r1b49bf8 raea515c  
    143143        } 
    144144    ], 
    145     "core_shell_ellipsoid(nonXT)": [ 
     145    "core_shell_ellipsoid:1": [ 
    146146        "CoreShellEllipsoidModel", 
    147147        { 
     
    150150            "sld_solvent": "sld_solvent", 
    151151            "equat_core": "equat_core", 
    152             "equat_shell": "equat_shell", 
    153             "polar_core": "polar_core", 
    154             "polar_shell": "polar_shell", 
     152            "thick_shell": "equat_shell", 
     153            "x_core": "polar_core", 
     154            "x_polar_shell": "polar_shell", 
    155155            "theta": "axis_theta", 
    156156            "phi": "axis_phi", 
     
    399399        "RectangularHollowPrismModel", 
    400400        { 
     401            "sld": "sldPipe", 
     402            "sld_solvent": "sldSolv", 
     403            "length_a": "short_side", 
    401404            "b2a_ratio": "b2a_ratio", 
    402             "length_a": "short_side", 
    403             "sld": "sldPipe", 
    404             "length_c": "c2a_ratio", 
    405             "sld_solvent": "sldSolv", 
    406             "thickness": "thickness" 
     405            "c2a_ratio": "c2a_ratio", 
     406            "thickness": "thickness", 
    407407        } 
    408408    ], 
     
    411411        { 
    412412            "sld": "sldPipe", 
     413            "sld_solvent": "sldSolv", 
     414            "length_a": "short_side", 
    413415            "b2a_ratio": "b2a_ratio", 
    414             "length_a": "short_side", 
    415             "length_c": "c2a_ratio", 
    416             "sld_solvent": "sldSolv" 
     416            "c2a_ratio": "c2a_ratio", 
    417417        } 
    418418    ], 
     
    515515        { 
    516516            "rg": "rg", 
    517             "scale": "scale", 
    518             "background": "background" 
     517            "i_zero": "scale", 
     518            "background": "background", 
    519519        } 
    520520    ], 
     
    576576        { 
    577577            "scale": "scale", 
    578             "string_thickness": "thick_string", 
     578            "thick_string": "thick_string", 
    579579            "sld_string": "sld_string", 
    580580            "sld_solvent": "sld_solv", 
    581581            "edge_sep": "edge_separation", 
    582             "number_of_pearls": "num_pearls", 
     582            "num_pearls": "num_pearls", 
    583583            "radius": "radius", 
    584584            "background": "background", 
     
    591591            "rg": "rg", 
    592592            "polydispersity": "poly_m", 
    593             "scale": "scale", 
    594             "background": "background" 
     593            "i_zero": "scale", 
     594            "background": "background", 
    595595        } 
    596596    ], 
     
    638638        { 
    639639            "scale": "scale", 
    640             "solvent_sld": "sld_solvent", 
     640            "sld_solvent": "sld_solvent", 
    641641            "thickness": "thickness", 
    642642            "beta": "beta", 
     
    665665        { 
    666666            "sld": "sldPipe", 
     667            "length_a": "short_side", 
    667668            "b2a_ratio": "b2a_ratio", 
    668             "length_a": "short_side", 
    669             "length_c": "c2a_ratio", 
     669            "c2a_ratio": "c2a_ratio", 
    670670            "sld_solvent": "sldSolv" 
    671671        } 
Note: See TracChangeset for help on using the changeset viewer.