summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/masklex.fcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/parsers/masklex.fcl')
-rw-r--r--ds9/parsers/masklex.fcl8
1 files changed, 8 insertions, 0 deletions
diff --git a/ds9/parsers/masklex.fcl b/ds9/parsers/masklex.fcl
index 080b345..22817ef 100644
--- a/ds9/parsers/masklex.fcl
+++ b/ds9/parsers/masklex.fcl
@@ -11,9 +11,17 @@ close {return $CLOSE_}
clear {return $CLEAR_}
color {return $COLOR_}
mark {return $MARK_}
+nan {return $NAN_}
+nonnan {return $NONNAN_}
+nonzero {return $NONZERO_}
open {return $OPEN_}
+range {return $RANGE_}
+system {return $SYSTEM_}
transparency {return $TRANSPARENCY_}
+zero {return $ZERO_}
+#include coordsys.fin
+#include wcssys.fin
#include numeric.fin
#include string.fin
#include ws.fin