summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/plotlex.fcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-03-28 17:53:23 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-03-28 17:53:23 (GMT)
commit3f3cb3715d17725b7f2151ab4365331948968f9b (patch)
tree525dc28f86bee6f9c4d212d00388512d0220d31c /ds9/parsers/plotlex.fcl
parentef45c9f49f99dc783c8535898104c56205eb2e76 (diff)
downloadblt-3f3cb3715d17725b7f2151ab4365331948968f9b.zip
blt-3f3cb3715d17725b7f2151ab4365331948968f9b.tar.gz
blt-3f3cb3715d17725b7f2151ab4365331948968f9b.tar.bz2
add ds9 plot parser
Diffstat (limited to 'ds9/parsers/plotlex.fcl')
-rw-r--r--ds9/parsers/plotlex.fcl66
1 files changed, 66 insertions, 0 deletions
diff --git a/ds9/parsers/plotlex.fcl b/ds9/parsers/plotlex.fcl
new file mode 100644
index 0000000..7f661cb
--- /dev/null
+++ b/ds9/parsers/plotlex.fcl
@@ -0,0 +1,66 @@
+#tab plotparser.tab.tcl
+
+%{
+%}
+
+#include defs.fin
+
+%%
+
+a4 {return $A4_}
+axis {return $AXIS_}
+bar {return $BAR_}
+barmode {return $BARMODE_}
+clear {return $CLEAR_}
+close {return $CLOSE_}
+color {return $COLOR_}
+command {return $COMMAND_}
+dash {return $DASH_}
+data {return $DATA_}
+destination {return $DESTINATION_}
+duplicate {return $DUPLICATE_}
+error {return $ERROR_}
+file {return $FILE_}
+filename {return $FILENAME_}
+font {return $FONT_}
+gray {return $GRAY_}
+landscape {return $LANDSCAPE_}
+legal {return $LEGAL_}
+legend {return $LEGEND_}
+letter {return $LETTER_}
+line {return $LINE_}
+list {return $LIST_}
+load {return $LOAD_}
+loadconfig {return $LOADCONFIG_}
+mode {return $MODE_}
+name {return $NAME_}
+new {return $NEW_}
+orient {return $ORIENT_}
+pagesetup {return $PAGESETUP_}
+portrait {return $PORTRAIT_}
+poster {return $POSTER_}
+print {return $PRINT_}
+printer {return $PRINTER_}
+rgb {return $RGB_}
+save {return $SAVE_}
+saveconfig {return $SAVECONFIG_}
+scatter {return $SCATTER_}
+select {return $SELECT_}
+shape {return $SHAPE_}
+show {return $SHOW_}
+size {return $SIZE_}
+smooth {return $SMOOTH_}
+stats {return $STATS_}
+tabloid {return $TABLOID_}
+title {return $TITLE_}
+width {return $WIDTH_}
+
+xy {return $XY_}
+xyex {return $XYEX_}
+xyey {return $XYEY_}
+xyexey {return $XYEXEY_}
+
+#include numeric.fin
+#include string.fin
+
+%%