Scroll to navigation

pjrec(1) Engineering pjrec(1)

NAME

pjrec - reconstruction from projections

SYNOPSIS

pjrec projection-file image-file nx-image ny-image [OPTIONS]

DESCRIPTION

pjrec takes projection data from raysum-fileP and produces an (IF) image file image-file, of size nx-image by ny-image pixels, containing the reconstructed image.

OPTIONS

pjrec accepts the following options, which control the reconstruction algorithm:

Interpolation method during backprojection
Nearest neighbor interpolation
Linear interpolation
Preinterpolation factor (default = 1). Used only with frequency-based filtering
Filter name
Abs * Bandlimiting (default)
Abs * Sinc
Abs * Cosine
Abs * Hamming
Shepp-Logan
Bandlimiting
Sinc
Cosine
Triangle
Hamming
--filter-method
Filter method before backprojections
Spatial filtering (default)
Frequency filtering with discete fourier
Frequency filtering with table lookup fourier
Fast Fourier Transform
Set zeropad level (default = 0). set n to number of powers to two to pad
--filter-generation
Filter Generation mode
Use direct filter in spatial or frequency domain (default)
Use inverse fourier transform of inverse filter
Backprojection Method
Trigometric functions at every point
Trigometric functions with precalculated table
Difference method
Optimized difference method (default)
Optimized difference method with integer math
Highly-optimized difference method with integer math
--filter-param
Alpha level for Hamming filter
Set tracing to level:
No tracing (default)
Text level tracing

AUTHORS

Kevin Rosenberg, M.D. <kevin@ctsim.org>

HISTORY

CTSim was begun in 1983 using MS-DOS and an EGA display adapter. In 1999 it was ported to GNU/Linux and later ported to Microsoft Windows.

SEE ALSO

ctsim(1) ctsimtext(1) if1(1) if2(1) ifinfo(1) linogram(1) phm2helix(1) phm2if(1) phm2pj(1) pj2if(1) pjHinterp(1) pjinfo(1)

Kevin Rosenberg