aboutsummaryrefslogtreecommitdiff
path: root/math/interp/README
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/README
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'math/interp/README')
-rw-r--r--math/interp/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/math/interp/README b/math/interp/README
new file mode 100644
index 00000000..915afd6e
--- /dev/null
+++ b/math/interp/README
@@ -0,0 +1,7 @@
+Image interpolation package. Contains interpolator routines specially
+designed to interpolate image data. This interpolator task is characterized
+by data arrays in which the data points are equally spaced. Data points
+and interpolation points are referenced simply by array index. Indefinite
+valued pixels may be present in the data. Since the interpolation routines
+will be applied to very large data arrays, efficiency is emphasized in these
+routines.