diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /lib/mwset.h | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
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 |