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/imshift.par | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pkg/images/imgeom/imshift.par (limited to 'pkg/images/imgeom/imshift.par') diff --git a/pkg/images/imgeom/imshift.par b/pkg/images/imgeom/imshift.par new file mode 100644 index 00000000..bcd630c1 --- /dev/null +++ b/pkg/images/imgeom/imshift.par @@ -0,0 +1,11 @@ +# IMSHIFT + +input,f,a,,,,Input images to be fit +output,f,a,,,,Output images +xshift,r,a,,,,Fractional pixel shift in x +yshift,r,a,,,,Fractional pixel shift in y +shifts_file,f,h,"",,,Text file containing shifts for each image +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,,,Constant for boundary extension +mode,s,h,'ql' -- cgit