diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/proto/mimstatistics.par | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/proto/mimstatistics.par')
-rw-r--r-- | pkg/proto/mimstatistics.par | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pkg/proto/mimstatistics.par b/pkg/proto/mimstatistics.par new file mode 100644 index 00000000..84585cb8 --- /dev/null +++ b/pkg/proto/mimstatistics.par @@ -0,0 +1,13 @@ +images,f,a,,,,List of input images +imasks,f,h,"",,,List of input image masks +omasks,f,h,"",,,List of output image masks +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 image histogram in sigma +format,b,h,yes,,,Format output and print column labels ? +cache,b,h,no,,,Cache the image in memory ? + |