From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/images/imgeom/rotate.par | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pkg/images/imgeom/rotate.par (limited to 'pkg/images/imgeom/rotate.par') 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' -- cgit