Changeset 4788822 in sasmodels for sasmodels/models/fractal.py


Ignore:
Timestamp:
Mar 19, 2017 9:21:34 PM (7 years ago)
Author:
butler
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
df89d77
Parents:
9f12fbe
Message:

added polydispersity back to fractal (as it used to be, as the
documentation implies and as core_shell_fractal already has). Also
formatted documentation according to current standard for references and
authorship/verification. Fixes #877

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/fractal.py

    r925ad6e r4788822  
    4747---------- 
    4848 
    49 J Teixeira, *J. Appl. Cryst.*, 21 (1988) 781-785 
     49.. [#] J Teixeira, *J. Appl. Cryst.*, 21 (1988) 781-785 
    5050 
    51 **Author:** NIST IGOR/DANSE **on:** pre 2010 
     51Authorship and Verification 
     52---------------------------- 
    5253 
    53 **Last Modified by:** Paul Butler **on:** March 20, 2016 
    54  
    55 **Last Reviewed by:** Paul Butler **on:** March 20, 2016 
     54* **Author:** NIST IGOR/DANSE **Date:** pre 2010 
     55* **Converted to sasmodels by:** Paul Butler **Date:** March 19, 2016 
     56* **Last Modified by:** Paul Butler **Date:** March 12, 2017 
     57* **Last Reviewed by:** Paul Butler **Date:** March 12, 2017 
    5658 
    5759""" 
     
    8486parameters = [["volfraction", "", 0.05, [0.0, 1], "", 
    8587               "volume fraction of blocks"], 
    86               ["radius",    "Ang",  5.0, [0.0, inf], "", 
     88              ["radius",    "Ang",  5.0, [0.0, inf], "volume", 
    8789               "radius of particles"], 
    8890              ["fractal_dim",      "",  2.0, [0.0, 6.0], "", 
Note: See TracChangeset for help on using the changeset viewer.