Changeset f102a96 in sasmodels


Ignore:
Timestamp:
May 19, 2017 5:42:13 AM (7 years ago)
Author:
krzywon
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
5181ccc
Parents:
9d50a1e
git-author:
Jeff Krzywon <krzywon@…> (05/19/17 05:42:13)
git-committer:
krzywon <krzywon@…> (05/19/17 05:42:13)
Message:

Change units on SLD parameters on hollow cylinder. Grep shows this is the only model that needed changing. Closes #909

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/hollow_cylinder.py

    r9b79f29 rf102a96  
    8080    ["thickness",   "Ang",     10.0, [0, inf],    "volume",      "Cylinder wall thickness"], 
    8181    ["length",      "Ang",    400.0, [0, inf],    "volume",      "Cylinder total length"], 
    82     ["sld",         "1/Ang^2",  6.3, [-inf, inf], "sld",         "Cylinder sld"], 
    83     ["sld_solvent", "1/Ang^2",  1,   [-inf, inf], "sld",         "Solvent sld"], 
     82    ["sld",         "1e-6/Ang^2",  6.3, [-inf, inf], "sld",         "Cylinder sld"], 
     83    ["sld_solvent", "1e-6/Ang^2",  1,   [-inf, inf], "sld",         "Solvent sld"], 
    8484    ["theta",       "degrees", 90,   [-360, 360], "orientation", "Cylinder axis to beam angle"], 
    8585    ["phi",         "degrees",  0,   [-360, 360], "orientation", "Rotation about beam"], 
Note: See TracChangeset for help on using the changeset viewer.