Changeset caa7b4a in sasmodels
- Timestamp:
- Mar 21, 2016 4:16:24 PM (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:
- f7930be
- Parents:
- bf59527
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/two_lorentzian.py
raa2edb2 rcaa7b4a 1 1 r""" 2 This model calculates an empirical functional form for SAS data characterized3 by two Lorentzian-type functions.4 5 2 Definition 6 3 ---------- … … 30 27 None. 31 28 29 **Author:** NIST IGOR/DANSE **on:** pre 2010 30 31 **Last Modified by:** Piotr rozyczko **on:** January 29, 2016 32 33 **Last Reviewed by:** Paul Butler **on:** March 21, 2016 32 34 """ 33 35 … … 36 38 37 39 name = "two_lorentzian" 38 title = "Two Lorentzian type peak" 40 title = "This model calculates an empirical functional form for SAS data \ 41 characterized by two Lorentzian-type functions." 39 42 description = """I(q) = scale_1/(1.0 + pow((q*length_1),exponent_1)) 40 43 + scale_2/(1.0 + pow((q*length_2),exponent_2) )+ background
Note: See TracChangeset
for help on using the changeset viewer.