Changeset 598a354 in sasmodels


Ignore:
Timestamp:
Mar 26, 2019 8:33:18 AM (5 years ago)
Author:
smk78
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
f64b154, e53b881
Parents:
c94ab04
Message:

Fix typo and duplicate lines.

Location:
sasmodels/models
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/flexible_cylinder.py

    r0507e09 r598a354  
    3030The Kuhn length $(b = 2*l_p)$ is also used to describe the stiffness of a chain. 
    3131 
    32 The returned value is in units of $cm^{-1}$, on absolute scale. 
    33  
    3432In the parameters, the sld and sld\_solvent represent the SLD of the cylinder 
    3533and solvent respectively. 
    3634 
    3735Our model uses the form factor calculations implemented in a c-library provided 
    38 by the NIST Center for Neutron Research (Kline, 2006). 
    39  
    40  
    41 From the reference: 
     36by the NIST Center for Neutron Research (Kline, 2006). This states: 
    4237 
    4338    'Method 3 With Excluded Volume' is used. 
     
    7671 
    7772name = "flexible_cylinder" 
    78 title = "Flexible cylinder where the form factor is normalized by the volume" \ 
     73title = "Flexible cylinder where the form factor is normalized by the volume " \ 
    7974        "of the cylinder." 
    8075description = """Note : scale and contrast = (sld - sld_solvent) are both 
  • sasmodels/models/flexible_cylinder_elliptical.py

    r0507e09 r598a354  
    6161greater than one.** Simple constraints should be applied during curve fitting to 
    6262maintain this inequality. 
    63  
    64 The returned value is in units of $cm^{-1}$, on absolute scale. 
    6563 
    6664In the parameters, the $sld$ and $sld\_solvent$ represent the SLD of the 
Note: See TracChangeset for help on using the changeset viewer.