diff options
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 |