summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/twomasslex.fcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-03-06 23:08:48 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-03-06 23:08:48 (GMT)
commit021d6756d52f544b8db23ec1f0995afdfe550d80 (patch)
tree40f37874406c9c89709edde0fca3eda99030cc02 /ds9/parsers/twomasslex.fcl
parentcca94f4a7bd7d29d942ff6e4ac522f10bf07d50f (diff)
downloadblt-021d6756d52f544b8db23ec1f0995afdfe550d80.zip
blt-021d6756d52f544b8db23ec1f0995afdfe550d80.tar.gz
blt-021d6756d52f544b8db23ec1f0995afdfe550d80.tar.bz2
add ds9 parsers
Diffstat (limited to 'ds9/parsers/twomasslex.fcl')
-rw-r--r--ds9/parsers/twomasslex.fcl27
1 files changed, 27 insertions, 0 deletions
diff --git a/ds9/parsers/twomasslex.fcl b/ds9/parsers/twomasslex.fcl
new file mode 100644
index 0000000..86b21f8
--- /dev/null
+++ b/ds9/parsers/twomasslex.fcl
@@ -0,0 +1,27 @@
+#tab twomassparser.tab.tcl
+
+%{
+%}
+
+#include defs.fin
+
+%%
+
+close {return $CLOSE_}
+coord {return $COORD_}
+crosshair {return $CROSSHAIR_}
+current {return $CURRENT_}
+frame {return $FRAME_}
+name {return $NAME_}
+new {return $NEW_}
+open {return $OPEN_}
+save {return $SAVE_}
+size {return $SIZE_}
+survey {return $SURVEY_}
+update {return $UPDATE_}
+
+#include base.fin
+#include coords.fin
+#include yesno.fin
+
+%%