Changeset 326281f in sasmodels
- Timestamp:
- Mar 20, 2016 9:42:57 AM (9 years ago)
- 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:
- 0cc31e1, 8b935d1
- Parents:
- d189429
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/correlation_length.py
raa2edb2 r326281f 15 15 and therefore the thermodynamics. The two multiplicative factors A and C, the 16 16 incoherent background B and the two exponents n and m are used as fitting 17 parameters. The final parameter ξ is a correlation length for the polymer 18 chains. Note that when m=2 this functional form becomes the familiar Lorentzian 19 function. 17 parameters. (Respectively $porod\_scale$, $lorentz\_scale$, $background$, $exponent\_p$ and 18 $exponent\_l$ in the parameter list.) The remaining parameter \xi is a correlation 19 length for the polymer chains. Note that when m=2 this functional form becomes the 20 familiar Lorentzian function. Some interpretation of the values of A and C may be 21 possible depending on the values of m and n. 20 22 21 23 For 2D data: The 2D scattering intensity is calculated in the same way as 1D, … … 45 47 ["lorentz_scale", "", 10.0, [0, inf], "", "Lorentzian Scaling Factor"], 46 48 ["porod_scale", "", 1e-06, [0, inf], "", "Porod Scaling Factor"], 47 ["cor_length", "Ang", 50.0, [0, inf], "", "Correlation length "],48 ["exponent_p", "", 3.0, [0, inf], "", "Porod Exponent "],49 ["exponent_l", "1/Ang^2", 2.0, [0, inf], "", "Lorentzian Exponent "],49 ["cor_length", "Ang", 50.0, [0, inf], "", "Correlation length, xi, in Lorentzian"], 50 ["exponent_p", "", 3.0, [0, inf], "", "Porod Exponent, n, in q^-n"], 51 ["exponent_l", "1/Ang^2", 2.0, [0, inf], "", "Lorentzian Exponent, m, in 1/( 1 + (q.xi)^m)"], 50 52 ] 51 53 # pylint: enable=bad-continuation, line-too-long
Note: See TracChangeset
for help on using the changeset viewer.