imgmaxp - tpcclib 0.8.0 © 2023 by Turku PET Centre

Find the position of maximum pixel value in PET image in ECAT 6.3 or 7.x,
NIfTI-1, or Analyze 7.5 format.
Position of the found pixel is written in specified file or stdout as its
coordinates (x,y,z,f; 1..dimension).
 
Usage: imgmaxp [Options] imgfile [pxlfile]
 
Options:
 -min
     Find minimum instead of maximum.
 -vrdfile=<filename>
     Volume range definition (vrd) file is an ASCII text file, which
     contains pixel coordinates (x y z f; 1..dimension) of the two opposite
     corners of the image space to be searched for; for example:
       corner1 := 63 57 26 1
       corner2 := 84 71 44 17
 -wmax
     Find pixel value weighted position inside the image.
 -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.
 
See also: imgmax, imgpeak, imginteg, pxl2tac, pxl2mask, imgprofi, imgmask
 
Keywords: image, pixel, max, min