diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /lib/nspp.h | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'lib/nspp.h')
-rw-r--r-- | lib/nspp.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/nspp.h b/lib/nspp.h new file mode 100644 index 00000000..ace4e5d4 --- /dev/null +++ b/lib/nspp.h @@ -0,0 +1,8 @@ +# NSPP.H -- Definitions for the NCAR system plot package and metacode +# translators. + +define MAX_MCCOORD 32767 # largest mc coord +define NBITS_MCWORD 16 # nbits metacode word +define SZ_MFRECORD (1440/SZB_CHAR) # nchars metafile record. +define MF_MAGIC 2 # 2nd word of metafile record header +define INTT_TESTVAL 4096 # anything larger is a real |