aboutsummaryrefslogtreecommitdiff
path: root/pkg/images/imgeom/imshift.par
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
commit40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch)
tree4464880c571602d54f6ae114729bf62a89518057 /pkg/images/imgeom/imshift.par
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/images/imgeom/imshift.par')
-rw-r--r--pkg/images/imgeom/imshift.par11
1 files changed, 11 insertions, 0 deletions
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'