summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/contoursendlex.fcl
blob: 9442cf3c12dfe15abdf3521db4469a0f12aae218 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#tab contoursendparser.tab.tcl

%{
%}

#include defs.fin

%%

color		{return $COLOR_}
colour		{return $COLOR_}
dash		{return $DASH_}
exp		{return $EXP_}
levels		{return $LEVELS_}
limits		{return $LIMITS_}
log		{return $LOG_}
method		{return $METHOD_}
mode		{return $MODE_}
nlevels		{return $NLEVELS_}
scale		{return $SCALE_}
scope		{return $SCOPE_}
smooth		{return $SMOOTH_}
width		{return $WIDTH_}

#include coordsys.fin
#include wcssys.fin
#include skyframe.fin
#include ws.fin

%%