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/images/tv/kimexam.par | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/images/tv/kimexam.par')
-rw-r--r-- | pkg/images/tv/kimexam.par | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/pkg/images/tv/kimexam.par b/pkg/images/tv/kimexam.par new file mode 100644 index 00000000..96acb75a --- /dev/null +++ b/pkg/images/tv/kimexam.par @@ -0,0 +1,29 @@ +banner,b,h,yes,,,"Standard banner" +title,s,h,"",,,"Title" +xlabel,s,h,"wcslabel",,,"X-axis label" +ylabel,s,h,"Pixel Value",,,"Y-axis label" + +naverage,i,h,5,1,,"Number of liness or columns to average" +center,b,h,yes,,,"Solve for center?" +background,b,h,yes,,,"Solve for background?" +sigma,r,h,1.,0.1,,"Initial sigma (pixels)" +width,r,h,10.,1.,,Background width (pixels) +xorder,i,h,0,0,2,Background terms to fit (0=median) + +rplot,r,h,10.,1.,,"Plotting radius (pixels)" +x1,r,h,INDEF,,,X-axis window limit +x2,r,h,INDEF,,,X-axis window limit +y1,r,h,INDEF,,,Y-axis window limit +y2,r,h,INDEF,,,Y-axis window limit +pointmode,b,h,yes,,,plot points instead of lines? +marker,s,h,"plus",,,point marker character? +szmarker,r,h,1.,,,marker size +logx,b,h,no,,,log scale x-axis +logy,b,h,no,,,log scale y-axis +box,b,h,yes,,,draw box around periphery of window +ticklabels,b,h,yes,,,label tick marks +majrx,i,h,5,,,number of major divisions along x grid +minrx,i,h,5,,,number of minor divisions along x grid +majry,i,h,5,,,number of major divisions along y grid +minry,i,h,5,,,number of minor divisions along y grid +round,b,h,no,,,round axes to nice values? |