summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/smoothlex.fcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-04-11 16:52:19 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-04-11 16:52:19 (GMT)
commitbb5b4289cfdadeff94c5b7efdeea4f91280370af (patch)
tree09f04159acf6958607a3f993b533f8f12619d34a /ds9/parsers/smoothlex.fcl
parentb350affa5df3688ac0361b6b20f31eee83bcbb91 (diff)
downloadblt-bb5b4289cfdadeff94c5b7efdeea4f91280370af.zip
blt-bb5b4289cfdadeff94c5b7efdeea4f91280370af.tar.gz
blt-bb5b4289cfdadeff94c5b7efdeea4f91280370af.tar.bz2
add ds9 smooth parser
Diffstat (limited to 'ds9/parsers/smoothlex.fcl')
-rw-r--r--ds9/parsers/smoothlex.fcl29
1 files changed, 29 insertions, 0 deletions
diff --git a/ds9/parsers/smoothlex.fcl b/ds9/parsers/smoothlex.fcl
new file mode 100644
index 0000000..81fd963
--- /dev/null
+++ b/ds9/parsers/smoothlex.fcl
@@ -0,0 +1,29 @@
+#tab smoothparser.tab.tcl
+
+%{
+%}
+
+#include defs.fin
+
+%%
+
+angle {return $ANGLE_}
+boxcar {return $BOXCAR_}
+close {return $CLOSE_}
+elliptic {return $ELLIPTIC_}
+function {return $FUNCTION_}
+gaussian {return $GAUSSIAN_}
+lock {return $LOCK_}
+match {return $MATCH_}
+open {return $OPEN_}
+radius {return $RADIUS_}
+radiusminor {return $RADIUSMINOR_}
+sigma {return $SIGMA_}
+sigmaminor {return $SIGMAMINOR_}
+tophat {return $TOPHAT_}
+
+#include yesno.fin
+#include numeric.fin
+#include string.fin
+
+%%