BP 3D | [Back Projection - 3D, using Euler angles ||] |
BP W2 | [Back Projection - 2D, filtered, weighted ||] |
.SELECTION DOC FILE: SELECT
[Enter the name of the document file containing projection
file numbers in the first column.]
.ANGLES DOC FILE: ANGLES
[Enter the name of the document file containing Eulerian
angles for the projections used (psi, theta, phi).
Only theta is actually used, psi and phi are ignored.]
.RADIUS OF RECONSTRUCTED OBJECT, SLICE HEIGHT: 45, 30
[The reconstruction is calculated for the circle only
and within the slab of specified height. This height is
NZ dimension of resulting 3D volume.]
.RECONSTRUCTION RANGE IN Y: 2, 73
[The reconstruction is calculated between specified
NY borders. Default is NY1=1, NY2=NY.
3D volume will have dimensions: NX, NY-NY1+1,
height of the slice where NX is original 2D projection dimension.]
.OUTPUT FILE: bps2_vol
[Name of the output file.]
.LAMBDA, CORRECTION LIMIT: 1.0e-4, 0.0
[Lambda determines the weight of corrections. Too small
value results in long time of calculations, too large
value will terminate the iterations too soon.]
.ITERATION LIMIT, NUMBER OF INTERNAL STEPS: 20, 5
[Program will terminate after number of iterations given.
For each iteration there is specified number of iterations
per slice performed (internal steps). Thus, the total
number of steps is the product of two numbers.
In the above example it is 20*5=100.
Min and max constraints are enforced during each internal
step, but smoothing is applied only once per main iteration
(20 times in the example).
If no smoothing is requested the iteration limit should
be equal 1, and the all the iterations requested
should be specified as internal steps.
Usually 50 steps are sufficient.]
.CONSTRAINT MODE: 8
[Mode determines the constraints used:
1 - Smoothing.
2 - Min constraint.
3 - Smoothing & min constraints.
4 - (No mode 4)
5 - Max constraint.
6 - Smoothing & max constraints.
7 - Min & max constraint.
8 - Smoothing, min, & max constraints.
.MINIMUM, MAXIMUM CONSTRAINTS: 1.77, 1.90
[Values of min and max constraints. They relate to the values
in 2D projection data.]
.SMOOTHING CONSTANT: 0.5
[Smoothing constant has to be 0<s<1. s=0 corresponds to no
smoothing, s=1 is strong low-pass filtration.]
NOTES