summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/smoothlex.fcl
diff options
context:
space:
mode:
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
+
+%%