summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/contoursendlex.fcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/parsers/contoursendlex.fcl')
-rw-r--r--ds9/parsers/contoursendlex.fcl27
1 files changed, 27 insertions, 0 deletions
diff --git a/ds9/parsers/contoursendlex.fcl b/ds9/parsers/contoursendlex.fcl
new file mode 100644
index 0000000..face3a9
--- /dev/null
+++ b/ds9/parsers/contoursendlex.fcl
@@ -0,0 +1,27 @@
+#tab contoursendparser.tab.tcl
+
+%{
+%}
+
+#include defs.fin
+
+%%
+
+color {return $COLOR_}
+dash {return $DASH_}
+exp {return $EXP_}
+levels {return $LEVELS_}
+limits {return $LIMITS_}
+log {return $LOG_}
+method {return $METHOD_}
+mode {return $MODE_}
+nlevels {return $NLEVELS_}
+scale {return $SCALE_}
+scope {return $SCOPE_}
+smooth {return $SMOOTH_}
+width {return $WIDTH_}
+
+#include coords.fin
+#include string.fin
+
+%%