Changeset f57d123 in sasmodels
- Timestamp:
- Feb 19, 2015 6:03:06 PM (10 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:
- 68d3c1b
- Parents:
- 1ed9e3f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/broad_peak.py
rfd1c792 rf57d123 17 17 The scattering intensity *I(q)* is calculated as 18 18 19 .. image:: img/image174.jpg 19 .. math: 20 21 I(q) = \frac{A}{Q^n} + \frac{C}{1 + (Q\xi}^m} + B 20 22 21 23 Here the peak position is related to the d-spacing as *Q0* = 2|pi| / *d0*. … … 24 26 where the *q* vector is defined as 25 27 26 .. image:: img/image040.gif 28 .. math: 29 30 q = \sqrt{q_x^2 + q_y^2} 27 31 28 32 ===================== ========= =============
Note: See TracChangeset
for help on using the changeset viewer.