Changeset 0e0e867 in sasmodels


Ignore:
Timestamp:
Nov 4, 2016 11:52:41 AM (7 years ago)
Author:
krzywon
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
96c2b98, 6245e42, 3a45c2c
Parents:
4cdd0cc (diff), d1cfa86 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of https://github.com/SasView/sasmodels

Location:
sasmodels/models
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/fractal.py

    r785cbec rd1cfa86  
    3030 
    3131where $\xi$ is the correlation length representing the cluster size and $D_f$ 
    32 is the fractal dimension, representing the self similarity of the structure. 
     32is the fractal dimension, representing the self similarity of the structure.  
     33Note that S(q) here goes negative if $D_f$ is too large, and the Gamma function  
     34diverges at $D_f$=0 and $D_f$=1.   
    3335 
    3436**Polydispersity on the radius is provided for.** 
  • sasmodels/models/cylinder.py

    r0d6e865 r4cdd0cc  
    111111 
    112112#             [ "name", "units", default, [lower, upper], "type", "description"], 
    113 parameters = [["sld", "4e-6/Ang^2", 4, [-inf, inf], "sld", 
     113parameters = [["sld", "1e-6/Ang^2", 4, [-inf, inf], "sld", 
    114114               "Cylinder scattering length density"], 
    115115              ["sld_solvent", "1e-6/Ang^2", 1, [-inf, inf], "sld", 
Note: See TracChangeset for help on using the changeset viewer.