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 /noao/digiphot/ptools/radplot.par | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'noao/digiphot/ptools/radplot.par')
-rw-r--r-- | noao/digiphot/ptools/radplot.par | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/noao/digiphot/ptools/radplot.par b/noao/digiphot/ptools/radplot.par new file mode 100644 index 00000000..0d579463 --- /dev/null +++ b/noao/digiphot/ptools/radplot.par @@ -0,0 +1,22 @@ +# The PEXAMINE task radial profile plotting parameters + +rinner,r,h,0.0,,,Inner radius of the region to be plotted in pixels +router,r,h,8.0,,,Outer radius of the region to be plotted in pixels +x1,r,h,INDEF,,,Left world x-coord if not autoscaling +x2,r,h,INDEF,,,Right world x-coord if not autoscaling +y1,r,h,INDEF,,,Lower world y-coord if not autoscaling +y2,r,h,INDEF,,,Upper world y-coord if not autoscaling +marker,s,h,"box","point|box|plus|cross|circle|diamond|hline|vline",,Marker type +szmarker,r,h,1.0,0.0,,Marker size +logx,b,h,no,,,Log scale the x axis? +logy,b,h,no,,,Log scale the 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 axis +minrx,i,h,5,,,Number of minor divisions along x axis +majry,i,h,5,,,Number of major divisions along y axis +minry,i,h,5,,,Number of minor divisions along y axis +round,b,h,no,,,Round axes to nice values? +fill,b,h,yes,,,Fill viewport vs enforce unity aspect ratio? +grid,b,h,no,,,Draw grid lines at major tick marks? +banner,b,h,yes,,,Standard banner? |