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/rotate.par | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/images/imgeom/rotate.par')
-rw-r--r-- | pkg/images/imgeom/rotate.par | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/pkg/images/imgeom/rotate.par b/pkg/images/imgeom/rotate.par new file mode 100644 index 00000000..9e44b99b --- /dev/null +++ b/pkg/images/imgeom/rotate.par @@ -0,0 +1,24 @@ +# ROTATE Parameters + +# Required parameters. +input,f,a,,,,Input data +output,f,a,,,,Output data +rotation,r,a,,,,Rotation angle in degrees + +# Transformation parameters. +xin,r,h,INDEF,,,X origin of input image in pixels +yin,r,h,INDEF,,,Y origin of input image in pixels +xout,r,h,INDEF,,,X origin of output image in pixels +yout,r,h,INDEF,,,Y origin of output image in pixels +ncols,r,h,INDEF,,,Number of columns in the output image +nlines,r,h,INDEF,,,Number of lines in the output image + +# Image interpolation parameters. +interpolant,s,h,'linear',,,'Interpolant (nearest,linear,poly3,poly5,spline3,sinc,lsinc,drizzle)' +boundary,s,h,'nearest',|nearest|constant|reflect|wrap|,,'Boundary extension (nearest,constant,reflect,wrap)' +constant,r,h,0.,,,Constant for constant boundary extension +nxblock,i,h,512,,,X dimension of working block size in pixels +nyblock,i,h,512,,,Y dimension of working block size in pixels +verbose,b,h,yes,,,Print messages about the progress of the task ? + +mode,s,h,'ql' |