Changeset 4c05f49 in sasmodels
- Timestamp:
- Mar 16, 2016 5:59:14 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:
- 5111921
- Parents:
- a1c91c2
- Location:
- sasmodels/models
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/mono_gauss_coil.py
rbf227cd r4c05f49 31 31 The 2D scattering intensity is calculated in the same way as the 1D, but where the *q* vector is redefined as 32 32 33 .. image:: img/2d_q_vector.gif 33 .. math:: 34 35 q = \sqrt{q_x^2 + q_y^2} 34 36 35 37 References -
sasmodels/models/poly_gauss_coil.py
rbf227cd r4c05f49 33 33 The 2D scattering intensity is calculated in the same way as the 1D, but where the *q* vector is redefined as 34 34 35 .. image:: img/2d_q_vector.gif 35 .. math:: 36 37 q = \sqrt{q_x^2 + q_y^2} 36 38 37 39 References
Note: See TracChangeset
for help on using the changeset viewer.