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/imgeom/magnify.par | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
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 |