- All Implemented Interfaces:
- Transformable
- Direct Known Subclasses:
- DarkFieldPhantom
public class DarkFieldGrid
extends Grid2D
Implementation of a 2D dark field realization with isotropic and anisotropic local scattering.
As we have one scalar value and a complex value (or in angle axis notation: a vector length and a angular orientation.)
The Grid constructed regarding the DarkField2DIndexMatrix with dimension m*n
GridStructure:
a_1,1 b_1,1 theta_1,1 fai_1,1
a_1,2 b_1,2 theta_1,2 fai_1,2
...
a_1,n b_1,n theta_1,n fai_1,n
a_2,1 b_2,1 theta_2,1 fai_2,1
...
a_m,1 b_m,1 theta_m,1 fai_m,1
...
a_m,n b_m,n theta_m,n fai_m,n
adopted from Grid2D
- Author:
- Shiyang Hu
GridStructure: