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/rimexam.par | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/images/tv/rimexam.par')
-rw-r--r-- | pkg/images/tv/rimexam.par | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/pkg/images/tv/rimexam.par b/pkg/images/tv/rimexam.par new file mode 100644 index 00000000..c2dddf15 --- /dev/null +++ b/pkg/images/tv/rimexam.par @@ -0,0 +1,35 @@ +banner,b,h,yes,,,"Standard banner" +title,s,h,"",,,"Title" +xlabel,s,h,"Radius",,,"X-axis label" +ylabel,s,h,"Pixel Value",,,"Y-axis label" +fitplot,b,h,yes,,,"Overplot profile fit?" +fittype,s,h,"moffat","gaussian|moffat",,"Profile type to fit" + +center,b,h,yes,,,"Center object in aperture?" +background,b,h,yes,,,"Fit and subtract background?" +radius,r,h,5.,1.,,"Object radius" +buffer,r,h,5.,0.,,Background buffer width +width,r,h,5.,1.,,Background width +iterations,i,h,3,1,,"Number of radius adjustment iterations" +xorder,i,h,0,0,,Background x order +yorder,i,h,0,0,,Background y order +magzero,r,h,25.,,,Magnitude zero point +beta,r,h,INDEF,,,Moffat beta parameter + +rplot,r,h,8.,1.,,"Plotting radius" +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? |