Changeset 256dfe1 in sasmodels for sasmodels/convert.json


Ignore:
Timestamp:
Jul 18, 2016 12:42:29 AM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
c5ac2b2
Parents:
46ed760
Message:

allow comparison of multiplicity models with sasview 3.x

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/convert.json

    r6e7ff6d r256dfe1  
    7979  ],  
    8080  "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",  
     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", 
    8888      "n": "n_shells" 
    8989    } 
     
    475475  ],  
    476476  "onion": [ 
    477     "OnionExpShellModel",  
     477    "OnionModel", 
    478478    { 
    479479      "A": "A_shell",  
    480       "core_sld": "sld_core0",  
     480      "sld_core": "sld_core0", 
    481481      "core_radius": "rad_core0",  
    482       "out_sld": "sld_out_shell",  
    483       "n": "n_shells",  
    484       "solvent_sld": "sld_solv",  
     482      "n": "n_shells", 
     483      "sld_solvent": "sld_solv", 
    485484      "thickness": "thick_shell",  
    486       "in_sld": "sld_in_shell" 
     485      "sld_in": "sld_in_shell", 
     486      "sld_out": "sld_out_shell" 
    487487    } 
    488488  ],  
Note: See TracChangeset for help on using the changeset viewer.