summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/locklex.fcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/parsers/locklex.fcl')
-rw-r--r--ds9/parsers/locklex.fcl29
1 files changed, 29 insertions, 0 deletions
diff --git a/ds9/parsers/locklex.fcl b/ds9/parsers/locklex.fcl
new file mode 100644
index 0000000..d4ab3b7
--- /dev/null
+++ b/ds9/parsers/locklex.fcl
@@ -0,0 +1,29 @@
+#tab lockparser.tab.tcl
+
+%{
+%}
+
+#include defs.fin
+
+%%
+
+3d {return $3D_}
+axes {return $AXES_}
+bin {return $BIN_}
+block {return $BLOCK_}
+colorbar {return $COLORBAR_}
+crop {return $CROP_}
+crosshair {return $CROSSHAIR_}
+frame {return $FRAME_}
+none {return $NONE_}
+scale {return $SCALE_}
+scalelimits {return $SCALELIMITS_}
+slice {return $SLICE_}
+smooth {return $SMOOTH_}
+
+#include coords.fin
+#include yesno.fin
+#include numeric.fin
+#include string.fin
+
+%%