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/imgeom/magnify.par | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/images/imgeom/magnify.par')
-rw-r--r-- | pkg/images/imgeom/magnify.par | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/pkg/images/imgeom/magnify.par b/pkg/images/imgeom/magnify.par new file mode 100644 index 00000000..8f1fbf5f --- /dev/null +++ b/pkg/images/imgeom/magnify.par @@ -0,0 +1,17 @@ +# Magnify parameters + +input,s,a,,,,Input two dimensional images +output,s,a,,,,Output magnified images +xmag,r,a,,,,X magnification factor +ymag,r,a,,,,Y magnification factor +x1,r,h,INDEF,,,X window origin relative to input image +x2,r,h,INDEF,,,X window end point relative to input image +dx,r,h,INDEF,0.,,X Pixel interval relative to input image +y1,r,h,INDEF,,,Y window origin relative to input image +y2,r,h,INDEF,,,Y window end point relative to input image +dy,r,h,INDEF,0.,,Y Pixel interval relative to input image +interpolation,s,h,linear,,,"Interpolation type(nearest,linear,poly3,poly5,spline3,sinc,lsinc,drizzle" +boundary,s,h,nearest,"|nearest|constant|reflect|wrap|",,"Boundary extension type (constant,nearest,reflect,wrap)" +constant,r,h,0.,,,Boundary extension constant +fluxconserve,b,h,yes,,,Preserve total image flux? +logfile,f,h,STDOUT,,,Log file |