From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- noao/mtlocal/idsmtn/lut.com | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 noao/mtlocal/idsmtn/lut.com (limited to 'noao/mtlocal/idsmtn/lut.com') 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 -- cgit