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/display.par | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/images/tv/display.par')
-rw-r--r-- | pkg/images/tv/display.par | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/pkg/images/tv/display.par b/pkg/images/tv/display.par new file mode 100644 index 00000000..04001e8c --- /dev/null +++ b/pkg/images/tv/display.par @@ -0,0 +1,30 @@ +# Parameter file for DISPLAY + +image,f,a,,,,image to be displayed +frame,i,a,1,1,4,frame to be written into +bpmask,f,h,"BPM",,,bad pixel mask +bpdisplay,s,h,"none","none|overlay|interpolate",,bad pixel display (none|overlay|interpolate) +bpcolors,s,h,"red",,,bad pixel colors +overlay,f,h,"",,,overlay mask +ocolors,s,h,"green",,,overlay colors +erase,b,h,yes,,,erase frame +border_erase,b,h,no,,,erase unfilled area of window +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 +zmask,f,h,"",,,sample mask +nsample,i,h,1000,100,,maximum number of sample pixels to use +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 +order,i,h,0,0,1,"spatial interpolator order (0=replicate, 1=linear)" +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|user) +lutfile,f,h,"",,,file containing user defined look up table |