aboutsummaryrefslogtreecommitdiff
path: root/noao/mtlocal/idsmtn/lut.com
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 /noao/mtlocal/idsmtn/lut.com
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'noao/mtlocal/idsmtn/lut.com')
-rw-r--r--noao/mtlocal/idsmtn/lut.com6
1 files changed, 6 insertions, 0 deletions
diff --git a/noao/mtlocal/idsmtn/lut.com b/noao/mtlocal/idsmtn/lut.com
new file mode 100644
index 00000000..0a67bbd8
--- /dev/null
+++ b/noao/mtlocal/idsmtn/lut.com
@@ -0,0 +1,6 @@
+# Common block for look up tables used by idsmtn format reader. These tables
+# are used to evaluate each byte of both integer and floating point varian
+# numbers. They are initialized in t_ridsmtn.x.
+
+int neg_lut6[256], neg_lut7[256], neg_lut8[256]
+common /lut/neg_lut6, neg_lut7, neg_lut8