summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/photolex.fcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-05-09 17:40:14 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-05-09 17:40:14 (GMT)
commit564e1f08a369740a5b081c0c29d88459c9ae1002 (patch)
tree8d1612660f2e751f187fe487395e3e6e60d26943 /ds9/parsers/photolex.fcl
parent20f0238cf86a6819ed9071d84a4620e6b2ce5d2d (diff)
downloadblt-564e1f08a369740a5b081c0c29d88459c9ae1002.zip
blt-564e1f08a369740a5b081c0c29d88459c9ae1002.tar.gz
blt-564e1f08a369740a5b081c0c29d88459c9ae1002.tar.bz2
add ds9 photo parsers
Diffstat (limited to 'ds9/parsers/photolex.fcl')
-rw-r--r--ds9/parsers/photolex.fcl15
1 files changed, 15 insertions, 0 deletions
diff --git a/ds9/parsers/photolex.fcl b/ds9/parsers/photolex.fcl
new file mode 100644
index 0000000..c39bd1b
--- /dev/null
+++ b/ds9/parsers/photolex.fcl
@@ -0,0 +1,15 @@
+#tab photoparser.tab.tcl
+
+%{
+%}
+
+#include defs.fin
+
+%%
+
+new {return $NEW_}
+slice {return $SLICE_}
+
+#include string.fin
+
+%%