Changeset c1e44e5 in sasmodels for sasmodels/models/flexible_cylinder.py


Ignore:
Timestamp:
Mar 29, 2019 11:59:45 PM (5 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master
Children:
a42b091
Parents:
663d2a8
Message:

Add local link to source files. Refs #1263.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/flexible_cylinder.py

    r40c9825 rc1e44e5  
    3333and solvent respectively. 
    3434 
    35 Our model uses the form factor calculations in reference [1] as implemented in a  
     35Our model uses the form factor calculations in reference [1] as implemented in a 
    3636c-library provided by the NIST Center for Neutron Research (Kline, 2006). This states: 
    3737 
     
    4141    pseudocontinuous limit. 
    4242    See equations (13,26-27) in the original reference for the details. 
    43      
     43 
    4444.. note:: 
    4545 
     
    6161 
    6262 
    63 **This is a model with complex behaviour depending on the ratio of** $L/b$ **and the  
     63**This is a model with complex behaviour depending on the ratio of** $L/b$ **and the 
    6464reader is strongly encouraged to read reference [1] before use.** 
    6565 
     
    7373.. [#] W R Chen, P D Butler and L J Magid, *Incorporating Intermicellar Interactions in the Fitting of SANS Data from Cationic Wormlike Micelles.* Langmuir, 22(15) 2006 6539-6548 
    7474 
    75 Source 
    76 ------ 
    77  
    78 `flexible_cylinder.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/flexible_cylinder.py>`_ 
    79  
    80 `flexible_cylinder.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/flexible_cylinder.c>`_ 
    81  
    82 `wrc_cyl.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/lib/wrc_cyl.c>`_ 
    83  
    8475Authorship and Verification 
    8576---------------------------- 
    8677 
    87 * **Author:**  
    88 * **Last Modified by:**  
     78* **Author:** 
     79* **Last Modified by:** 
    8980* **Last Reviewed by:** Steve King **Date:** March 26, 2019 
    90 * **Source added by :** Steve King **Date:** March 25, 2019 
    9181""" 
    9282 
Note: See TracChangeset for help on using the changeset viewer.