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/imio/imt/imx.h | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'sys/imio/imt/imx.h')
-rw-r--r-- | sys/imio/imt/imx.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/sys/imio/imt/imx.h b/sys/imio/imt/imx.h new file mode 100644 index 00000000..362e146f --- /dev/null +++ b/sys/imio/imt/imx.h @@ -0,0 +1,28 @@ +# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc. + +include <mach.h> + + +define SZ_FNT 32768 +define CH_DELIM 20B # used to flag image section + +define IMT_FILE 0 # file list +define IMT_IMAGE 1 # image list +define IMT_TABLE 2 # table list (ascii file) +define IMT_VOTABLE 3 # table list (XML file) +define IMT_URL 4 # file URL +define IMT_DIR 5 # directory + +define IMT_OUTPUTS "|none|list|file|" # expansion options +define IMTY_NONE 1 # No output +define IMTY_LIST 2 # List output +define IMTY_FILE 3 # File output + +define SZ_RANGE 100 # Size of extension range list +define SZ_LISTOUT 16384 # Size of extension output list + +define FIRST 1 # Default starting range +define LAST MAX_INT # Default ending range +define STEP 1 # Default step +define EOLIST -1 # End of list + |