Changeset f102a96 in sasmodels
- Timestamp:
- May 19, 2017 7:42:13 AM (8 years ago)
- 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 07:42:13)
- git-committer:
- krzywon <krzywon@…> (05/19/17 07:42:13)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/hollow_cylinder.py
r9b79f29 rf102a96 80 80 ["thickness", "Ang", 10.0, [0, inf], "volume", "Cylinder wall thickness"], 81 81 ["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"], 84 84 ["theta", "degrees", 90, [-360, 360], "orientation", "Cylinder axis to beam angle"], 85 85 ["phi", "degrees", 0, [-360, 360], "orientation", "Rotation about beam"],
Note: See TracChangeset
for help on using the changeset viewer.