aboutsummaryrefslogtreecommitdiff
path: root/math/interp/interpdef.h
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 /math/interp/interpdef.h
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'math/interp/interpdef.h')
-rw-r--r--math/interp/interpdef.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/math/interp/interpdef.h b/math/interp/interpdef.h
new file mode 100644
index 00000000..e54fc1b5
--- /dev/null
+++ b/math/interp/interpdef.h
@@ -0,0 +1,19 @@
+# File of definitions for interpolator package.
+
+# Interpolator Types:
+
+define IT_NEAREST 1
+define IT_LINEAR 2
+define IT_POLY3 3
+define IT_POLY5 4
+define IT_SPLINE3 5
+define ITNIT 5 # number of types
+
+# Size of header etc. used for part of coeff dimension
+
+define SZ_ASI 20
+
+# Total number of points used in spline interpolation of of bad pixels by
+# subroutine arbpix.
+
+define SPLPTS 16