summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/rgbsendlex.fcl
blob: 92e6e0a267e42dee7456b7cf89d0c1ed4d22b0c0 (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 rgbsendparser.tab.tcl

%{
%}

#include defs.fin

%%

axes	    {return $AXES_}
bin	    {return $BIN_}
block	    {return $BLOCK_}
blue	    {return $BLUE_}
channel	    {return $CHANNEL_}
colorbar    {return $COLORBAR_}
crop	    {return $CROP_}
green	    {return $GREEN_}
lock	    {return $LOCK_}
red	    {return $RED_}
scale	    {return $SCALE_}
scalelimits {return $SCALELIMITS_}
slice	    {return $SLICE_}
smooth	    {return $SMOOTH_}
system	    {return $SYSTEM_}
view	    {return $VIEW_}
wcs	    {return $WCS_}

#include ws.fin

%%