1
2
3
4
5
6
7
8
9
|
# Task parameters for SHIFTLINES.
input,s,a,,,,Input images
output,s,a,,,,Output images
shift,r,a,,,,Line shift in pixels
interp_type,s,h,"linear",,,'Interpolant (nearest,linear,poly3,poly5,spline3,sinc,drizzle)'
boundary_type,s,h,"nearest","|nearest|constant|reflect|wrap|",,'Boundary (constant,nearest,reflect,wrap)'
constant,r,h,0.0,,,Constant for boundary extension
mode,s,h,ql
|