diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /pkg/images/imutil/imstatistics.par | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/images/imutil/imstatistics.par')
-rw-r--r-- | pkg/images/imutil/imstatistics.par | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pkg/images/imutil/imstatistics.par b/pkg/images/imutil/imstatistics.par new file mode 100644 index 00000000..34702430 --- /dev/null +++ b/pkg/images/imutil/imstatistics.par @@ -0,0 +1,10 @@ +images,s,a,,,,List of input images +fields,s,h,"image,npix,mean,stddev,min,max",,,Fields to be printed +lower,r,h,INDEF,,,Lower limit for pixel values +upper,r,h,INDEF,,,Upper limit for pixel values +nclip,i,h,0,0,,Number of clipping iterations +lsigma,r,h,3.0,0,,Lower side clipping factor in sigma +usigma,r,h,3.0,0,,Upper side clipping factor in sigma +binwidth,r,h,0.1,,,Bin width of histogram in sigma +format,b,h,yes,,,Format output and print column labels ? +cache,b,h,no,,,Cache image in memory ? |