Package jhd.Projection
Class ParallelProjectors.ParallelParams
java.lang.Object
jhd.Projection.ParallelProjectors.ParallelParams
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ParallelProjectors.BremParallelParams
- Enclosing class:
- ParallelProjectors
public static class ParallelProjectors.ParallelParams
extends java.lang.Object
implements java.io.Serializable
Parameter block for parallel projecting a 2D image to a sinogram
The image may contain any values, most commonly x-ray cross-sections.
- Author:
- John Dunsmuir *
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ParallelParams()
Constructor for this serializable parameter block -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
maxAng
public static final int maxAngThe normal maximum angular range for a CT scan of this type- See Also:
- Constant Field Values
-
numAng
public int numAngThe number of scan angles between 0 and 180 degrees
-
-
Constructor Details
-
ParallelParams
public ParallelParams()Constructor for this serializable parameter block
-