core_shell_microgelsmagnetic_modelticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change
on this file since fac23b3 was
3330bb4,
checked in by ajj, 8 years ago
|
Normalise line endings
|
-
Property mode set to
100644
|
File size:
1.6 KB
|
Rev | Line | |
---|
[3330bb4] | 1 | .. currentmodule:: sasmodels |
---|
| 2 | .. Wim Bouwman, DUT, written at codecamp-V, Oct2016 |
---|
| 3 | |
---|
| 4 | .. _SESANS: |
---|
| 5 | |
---|
| 6 | SANS to SESANS conversion |
---|
| 7 | ========================= |
---|
| 8 | |
---|
| 9 | The conversion from SANS into SESANS in absolute units is a simple Hankel transformation when all the small-angle scattered neutrons are detected. |
---|
| 10 | First we calculate the Hankel transform including the absolute intensities by |
---|
| 11 | |
---|
| 12 | .. math:: G(\delta) = 2 \pi \int_0^{\infty} J_0(Q \delta) \frac{d \Sigma}{d \Omega} (Q) Q dQ \!, |
---|
| 13 | |
---|
| 14 | in which :math:`J_0` is the zeroth order Bessel function, :math:`\delta` the spin-echo length, :math:`Q` the wave vector transfer |
---|
| 15 | and :math:`\frac{d \Sigma}{d \Omega} (Q)` the scattering cross section in absolute units. |
---|
| 16 | This is a 1-dimensional integral, which can be rather fast. |
---|
| 17 | In the numerical calculation we integrate from :math:`Q_{min} = 0.1 \times 2 \pi / R_{max}` in which :math:`R_{max}` will be model dependent. |
---|
| 18 | We determined the factor 0.1 by varying its value until the value of the integral was stable. |
---|
| 19 | This happened at a value of 0.3. The have a safety margin of a factor of three we have choosen the value 0.1. |
---|
| 20 | For the solid sphere we took 3 times the radius for :math:`R_{max}`. |
---|
| 21 | The real integration is performed to :math:`Q_{max}` which is an instrumental parameter that is read in from the measurement file. |
---|
| 22 | From the equation above we can calculate the polarisation that we measure in a SESANS experiment: |
---|
| 23 | |
---|
| 24 | .. math:: P(\delta) = e^{t \left( \frac{ \lambda}{2 \pi} \right)^2 \left(G(\delta) - G(0) \right)} \!, |
---|
| 25 | |
---|
[4a2e1e5] | 26 | in which :math:`t` is the thickness of the sample and :math:`\lambda` is the wavelength of the neutrons. |
---|
Note: See
TracBrowser
for help on using the repository browser.