From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- pkg/plot/surface.par | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pkg/plot/surface.par (limited to 'pkg/plot/surface.par') diff --git a/pkg/plot/surface.par b/pkg/plot/surface.par new file mode 100644 index 00000000..b8449696 --- /dev/null +++ b/pkg/plot/surface.par @@ -0,0 +1,13 @@ +image,s,a,,,,image or image section to be plotted +floor,r,h,INDEF,,,minimum value to be plotted (INDEF for min) +ceiling,r,h,INDEF,,,maximum value to be plotted (INDEF for max) +angh,r,h,-33.0,,,"horizontal viewing angle, degrees" +angv,r,h,25.0,,,"vertical viewing angle, degrees" +device,s,h,stdgraph,,,output device +title,s,h,"imtitle",,,optional title +label,b,h,no,,,label corner points of plot +preserve,b,h,yes,,,preserve aspect ratio when decreasing resolution? +xres,i,h,64,,,number of pixels resolution in x +yres,i,h,64,,,number of pixels resolution in y +subsample,b,h,no,,,subsample (vs block average) to reduce resolution? +append,b,h,no,,,append to an old plot -- cgit