pxl2tac - tpcclib 0.8.0 © 2023 by Turku PET Centre

Extract the TACs of specified pixel(s) in PET image.
Pixels can be specified as mask images, volume range definition files, or
as file containing list of pixel coordinates.
 
Usage: pxl2tac [Options] imgfile tacfile pixel(s)
 
Options:
 -positives
     Only those pixel TACs which have values over zero are extracted.
 -h, --help
     Display usage information on standard output and exit.
 -v, --version
     Display version and compile information on standard output and exit.
 -d[n], --debug[=n], --verbose[=n]
     Set the level (n) of debugging messages and listings.
 -q, --quiet
     Suppress displaying normal results on standard output.
 -s, --silent
     Suppress displaying anything except errors.
 
Volume range definition (vrd) file is an ASCII text file, which contains
pixel coordinates (x y z; 1..dimension) of the two opposite corners of
the extracted image volume, for example:
     corner1 := 63 57 26
     corner2 := 84 71 44
One or more pixel coordinates (x y z; 1..dimension) can be listed in file,
for example:
     24,52,13
     25,52,14
 
See also: imgthrs, mask2pxl, imgbox, imgmask, imghead, img2dft, imgmaxp
 
Keywords: image, pixel, TAC, software testing