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 /sys/imfort/oif.h | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'sys/imfort/oif.h')
-rw-r--r-- | sys/imfort/oif.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sys/imfort/oif.h b/sys/imfort/oif.h new file mode 100644 index 00000000..43345e09 --- /dev/null +++ b/sys/imfort/oif.h @@ -0,0 +1,16 @@ +# OIF.H -- IKI/OIF internal definitions. + +define MAX_LENEXTN 3 # max length imagefile extension +define LEN_EXTN 3 # actual length imagefile extension +define OIF_HDREXTN "imh" # imheader filename extension +define OIF_PIXEXTN "pix" # pixel file extension +define LEN_PIXHDR 512 # length of PIXHDR structure +define COMPRESS NO # disable alignment of image lines? +define DEF_VERSION 2 # default file version +define HDR_EXTENSIONS "|^imh|" # legal header file extensions + +define HDR "HDR$" # stands for header directory +define STRLEN_HDR 4 + +define TY_IMHDR 1 # main imagefile header +define TY_PIXHDR 2 # pixel file header |