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/tv/iis/cvl.par | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/images/tv/iis/cvl.par')
-rw-r--r-- | pkg/images/tv/iis/cvl.par | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/pkg/images/tv/iis/cvl.par b/pkg/images/tv/iis/cvl.par new file mode 100644 index 00000000..c2eb9fab --- /dev/null +++ b/pkg/images/tv/iis/cvl.par @@ -0,0 +1,25 @@ +# Package parameters for CVL. +# All are from "display.par" + +image,f,a,,,,image to be displayed +frame,i,a,1,1,4,frame to be written into +border_erase,b,h,no,,,erase unfilled area of window +erase,b,h,yes,,,display frame being loaded +select_frame,b,h,yes,,,display frame being loaded +#repeat,b,h,no,,,repeat previous display parameters +fill,b,h,no,,,scale image to fit display window +zscale,b,h,yes,,,display range of greylevels near median +contrast,r,h,0.25,,,contrast adjustment for zscale algorithm +zrange,b,h,yes,,,display full image intensity range +nsample_lines,i,h,5,,,number of sample lines +xcenter,r,h,0.5,0,1,display window horizontal center +ycenter,r,h,0.5,0,1,display window vertical center +xsize,r,h,1,0,1,display window horizontal size +ysize,r,h,1,0,1,display window vertical size +xmag,r,h,1.,,,display window horizontal magnification +ymag,r,h,1.,,,display window vertical magnification +z1,r,h,,,,minimum greylevel to be displayed +z2,r,h,,,,maximum greylevel to be displayed +ztrans,s,h,linear,,,greylevel transformation (linear|log|none) +lutfile,f,h,"",,,name of textfile with user's transformation table +version,s,h,"14May85" |