Changeset 63e7f0d in sasmodels


Ignore:
Timestamp:
Mar 20, 2016 10:23:34 AM (8 years ago)
Author:
wojciech
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:
1805a9e
Parents:
b70cb3b
Message:

Help options have been added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/pringle.py

    rb70cb3b r63e7f0d  
    6161    ["radius",      "Ang",         60.0,   [0, inf],    "volume", "Pringle radius"], 
    6262    ["thickness",   "Ang",         10.0,   [0, inf],    "volume", "Thickness of pringle"], 
    63     ["alpha",       "",            0.001,  [-inf, inf], "", "Curvature parameter"], 
    64     ["beta",        "",            0.02,   [-inf, inf], "", "Curvature paramter"], 
    65     ["sld_pringle", "1e-6/Ang^2",  1.0,    [-inf, inf], "", "Fractal exponent"], 
    66     ["sld_solvent", "1e-6/Ang^2",  6.3,    [-inf, inf], "", "Correlation length"] 
     63    ["alpha",       "",            0.001,  [-inf, inf], "", "Curvature parameter alpha"], 
     64    ["beta",        "",            0.02,   [-inf, inf], "", "Curvature paramter beta"], 
     65    ["sld_pringle", "1e-6/Ang^2",  1.0,    [-inf, inf], "", "Pringle sld"], 
     66    ["sld_solvent", "1e-6/Ang^2",  6.3,    [-inf, inf], "", "Solvent sld"] 
    6767    ] 
    6868# pylint: enable=bad-whitespace, line-too-long 
Note: See TracChangeset for help on using the changeset viewer.