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/mwset.h | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'lib/mwset.h')
-rw-r--r-- | lib/mwset.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/mwset.h b/lib/mwset.h new file mode 100644 index 00000000..937eb2c0 --- /dev/null +++ b/lib/mwset.h @@ -0,0 +1,9 @@ +# MWCSSET.H -- Global (public) definitions for the MWCS interface. +# Most of these are read-only status parameters. + +define MW_NDIM 1 # system logical dimension +define MW_NWCS 2 # number of world systems +define MW_REFIM 3 # reference image, if any +define MW_USEAXMAP 4 # use axis mapping (RW) +define MW_NPHYSDIM 5 # physical system dimension +define MW_SAVELEN 6 # nchars reqd for mw_save buffer |