From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/images/imutil/minmax.par | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pkg/images/imutil/minmax.par (limited to 'pkg/images/imutil/minmax.par') diff --git a/pkg/images/imutil/minmax.par b/pkg/images/imutil/minmax.par new file mode 100644 index 00000000..8f87d352 --- /dev/null +++ b/pkg/images/imutil/minmax.par @@ -0,0 +1,10 @@ +images,s,a,,,,Images to be examined +force,b,h,no,,,Force recomputation of extreme values? +update,b,h,yes,,,Update the image header? +verbose,b,h,yes,,,Print computed values? +minval,r,h,INDEF,,,Minimum pixel value in image (real part) +maxval,r,h,INDEF,,,Maximum pixel value in image (real part) +iminval,r,h,INDEF,,,Minimum pixel value in image (imaginary part) +imaxval,r,h,INDEF,,,Maximum pixel value in image (imaginary part) +minpix,s,h,,,,Minimum pixel (section notation) +maxpix,s,h,,,,Maximum pixel (section notation) -- cgit