public class ParallelDarkfieldProjector2D
extends java.lang.Object
ParallelProjector2D
Constructor and Description |
---|
ParallelDarkfieldProjector2D(double maxTheta,
double deltaTheta,
double maxS,
double deltaS)
Sampling of projections is defined in the constructor.
|
Modifier and Type | Method and Description |
---|---|
Grid2D |
projectRayDriven(DarkFieldPhantom grid)
The ray driven solution.
|
public ParallelDarkfieldProjector2D(double maxTheta, double deltaTheta, double maxS, double deltaS)
maxTheta
- the angular range in radiansdeltaTheta
- the angular step size in radiansmaxS
- the detector size in [mm]deltaS
- the detector element size in [mm]public Grid2D projectRayDriven(DarkFieldPhantom grid)
grid
- the image