rectangular_prism¶
Rectangular parallelepiped with uniform scattering length density.
Parameter |
Description |
Units |
Default value |
---|---|---|---|
scale |
Scale factor or Volume fraction |
None |
1 |
background |
Source background |
cm-1 |
0.001 |
sld |
Parallelepiped scattering length density |
10-6Å-2 |
6.3 |
sld_solvent |
Solvent scattering length density |
10-6Å-2 |
1 |
length_a |
Shorter side of the parallelepiped |
Å |
35 |
b2a_ratio |
Ratio sides b/a |
None |
1 |
c2a_ratio |
Ratio sides c/a |
None |
1 |
theta |
c axis to beam angle |
degree |
0 |
phi |
rotation about beam |
degree |
0 |
psi |
rotation about c axis |
degree |
0 |
The returned value is scaled to units of cm-1 sr-1, absolute scale.
This model provides the form factor, \(P(q)\), for a rectangular prism.
Note that this model is almost totally equivalent to the existing parallelepiped model. The only difference is that the way the relevant parameters are defined here (\(a\), \(b/a\), \(c/a\) instead of \(a\), \(b\), \(c\)) which allows use of polydispersity with this model while keeping the shape of the prism (e.g. setting \(b/a = 1\) and \(c/a = 1\) and applying polydispersity to a will generate a distribution of cubes of different sizes).
Definition
The 1D scattering intensity for this model was calculated by (Mittelbach and Porod, 1961 [1]), but the implementation here is closer to the equations given by (Nayuk and Huber, 2012 [2]). Note also that the angle definitions used in the code and the present documentation correspond to those used in Nayuk and Huber (see Fig. 1 of that reference), with \(\theta\) corresponding to \(\alpha\) in that paper, and not to the usual convention used for example in the parallelepiped model.
In this model the scattering from a massive parallelepiped with an orientation with respect to the scattering vector given by \(\theta\) and \(\phi\)
where \(A\), \(B\) and \(C\) are the sides of the parallelepiped and must fulfill \(A \le B \le C\), \(\theta\) is the angle between the \(z\) axis and the \(C\) axis of the parallelepiped, and \(\phi\) is the angle between the scattering vector (lying in the \(xy\) plane) and the \(y\) axis.
The normalized form factor in 1D is obtained averaging over all possible orientations
And the 1D scattering intensity is calculated as
where \(V\) is the volume of the rectangular prism, \(\rho_\text{p}\) is the scattering length of the parallelepiped, \(\rho_\text{solvent}\) is the scattering length of the solvent, and (if the data are in absolute units) scale represents the volume fraction (which is unitless).
For 2d data the orientation of the particle is required, described using angles \(\theta\), \(\phi\) and \(\Psi\) as in the diagrams below, for further details of the calculation and angular dispersions see Oriented Particles. The angle \(\Psi\) is the rotational angle around the long C axis. For example, \(\Psi = 0\) when the B axis is parallel to the x-axis of the detector.
For 2d, constraints must be applied during fitting to ensure that the inequality \(A < B < C\) is not violated, and hence the correct definition of angles is preserved. The calculation will not report an error, but the results may be not correct.
Validation
Validation of the code was conducted by comparing the output of the 1D model to the output of the existing parallelepiped model.
Source
rectangular_prism.py
\(\ \star\ \) rectangular_prism.c
\(\ \star\ \) gauss76.c
References
See also Onsager [3].
Authorship and Verification
Author:
Last Modified by:
Last Reviewed by: