aboutsummaryrefslogtreecommitdiff
path: root/pkg/images/imgeom/rotate.par
blob: 9e44b99bc10d1723dc768ae539541f7755858f1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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'