onion
Onion shell model with constant, linear or exponential density
Parameter | Description | Units | Default value |
---|---|---|---|
scale | Scale factor or Volume fraction | None | 1 |
background | Source background | cm-1 | 0.001 |
sld_core | Core scattering length density | 10-6Å-2 | 1 |
radius_core | Radius of the core | Å | 200 |
sld_solvent | Solvent scattering length density | 10-6Å-2 | 6.4 |
n_shells | number of shells (must be integer) | None | 1 |
sld_in[n_shells] | scattering length density at the inner radius of shell k | 10-6Å-2 | 1.7 |
sld_out[n_shells] | scattering length density at the outer radius of shell k | 10-6Å-2 | 2 |
thickness[n_shells] | Thickness of shell k | Å | 40 |
A[n_shells] | Decay rate of shell k | None | 1 |
The returned value is scaled to units of cm-1 sr-1, absolute scale.
This model provides the form factor, \(P(q)\), for a multi-shell sphere where the scattering length density (SLD) of each shell is described by an exponential, linear, or constant function. The form factor is normalized by the volume of the sphere where the SLD is not identical to the SLD of the solvent. We currently provide up to 9 shells with this model.
Note
radius represents the core radius \(r_0\) and thickness[k] represents the thickness of the shell, \(r_{k+1} - r_k\).
Definition
The 1D scattering intensity is calculated in the following way
where
The shells are spherically symmetric with particle density \(\rho(r)\) and constant SLD within the core and solvent, so
where the spherical bessel function \(j_1\) is
and the volume is \(V(r) = \frac{4\pi}{3}r^3\).
The volume of the particle is determined by the radius of the outer shell, so \(V_\text{particle} = V(r_N)\).
Now consider the SLD of a shell defined by
An example of a possible SLD profile is shown below where \(\rho_\text{in}\) and \(\Delta t_\text{shell}\) stand for the SLD of the inner side of the \(k^\text{th}\) shell and the thickness of the \(k^\text{th}\) shell in the equation above, respectively.
Exponential SLD profiles (\(A > 0\) or \(A < 0\)):
where
and
\[h(x,y) = \frac{x \sin(y) - y\cos(y)}{(x^2+y^2)y} - \frac{(x^2-y^2)\sin(y) - 2xy\cos(y)}{(x^2+y^2)^2y}\]
Linear SLD profile (\(A \sim 0\)):
For small \(A\), say, \(A = -0.0001\), the function converges to that of of a linear SLD profile with
\(\rho_\text{shell}(r) \approx A(r-r_{\text{shell}-1})/\Delta t_\text{shell})+B\),
which is equivalent to
Constant SLD (\(A = 0\)):
When \(A = 0\) the exponential function has no dependence on the radius (meaning \(\rho_\text{out}\) is ignored in this case) and becomes flat. We set the constant to \(\rho_\text{in}\) for convenience, and thus the form factor contributed by the shells is
The 2D scattering intensity is the same as \(P(q)\) above, regardless of the orientation of the \(q\) vector which is defined as
NB: The outer most radius is used as the effective radius for \(S(q)\) when \(P(q) S(q)\) is applied.
Source
onion.py
\(\ \star\ \) onion.c
\(\ \star\ \) lib/sas_3j1x_x.c
References
- L A Feigin and D I Svergun, Structure Analysis by Small-Angle X-Ray and Neutron Scattering, Plenum Press, New York, 1987.
Authorship and Verification
- Author:
- Last Modified by:
- Last Reviewed by: Steve King Date: March 28, 2019