summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/threedlex.fcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-03-12 18:07:57 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-03-12 18:07:57 (GMT)
commite4366300aca0d6d4ad10f7ab58c5b3176715b611 (patch)
tree8f977973ec15479f1a6ff0aae4a76a9ec8dcfaf5 /ds9/parsers/threedlex.fcl
parent550ef7c4a7e97d1113c7b790d7294906680e37e0 (diff)
downloadblt-e4366300aca0d6d4ad10f7ab58c5b3176715b611.zip
blt-e4366300aca0d6d4ad10f7ab58c5b3176715b611.tar.gz
blt-e4366300aca0d6d4ad10f7ab58c5b3176715b611.tar.bz2
add 3d ds9 parser
Diffstat (limited to 'ds9/parsers/threedlex.fcl')
-rw-r--r--ds9/parsers/threedlex.fcl35
1 files changed, 35 insertions, 0 deletions
diff --git a/ds9/parsers/threedlex.fcl b/ds9/parsers/threedlex.fcl
new file mode 100644
index 0000000..0a568fb
--- /dev/null
+++ b/ds9/parsers/threedlex.fcl
@@ -0,0 +1,35 @@
+#tab threedparser.tab.tcl
+
+%{
+%}
+
+#include defs.fin
+
+%%
+
+aip {return $AIP_}
+az {return $AZ_}
+azimuth {return $AZ_}
+background {return $BG_}
+bg {return $BG_}
+border {return $BORDER_}
+close {return $CLOSE_}
+color {return $COLOR_}
+compass {return $COMPASS_}
+el {return $EL_}
+elevation {return $EL_}
+highlite {return $HIGHLITE_}
+lock {return $LOCK_}
+match {return $MATCH_}
+method {return $METHOD_}
+mip {return $MIP_}
+none {return $NONE_}
+open {return $OPEN_}
+scale {return $SCALE_}
+view {return $VIEW_}
+vp {return $VIEW_}
+
+#include yesno.fin
+#include base.fin
+
+%%