summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/framesendlex.fcl
blob: 441dc93b337118ca410bc748e8c68f03068efb8e (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
31
32
33
34
35
36
37
38
39
40
41
#tab framesendparser.tab.tcl

%{
%}

#include defs.fin

%%

active	    {return $ACTIVE_}
all	    {return $ALL_}
aux	    {return $AUX_}
bin	    {return $BIN_}
celestial   {return $CELESTIAL_}
contour	    {return $CONTOUR_}
cube	    {return $CUBE_}
datamin	    {return $DATAMIN_}
datasec	    {return $DATASEC_}
equatorial  {return $EQUATORIAL_}
fits	    {return $FITS_}
frameno	    {return $FRAMENO_}
grid	    {return $GRID_}
has	    {return $HAS_}
highlite    {return $HIGHLITE_}
iis	    {return $IIS_}
irafmin	    {return $IRAFMIN_}
linear	    {return $LINEAR_}
lock	    {return $LOCK_}
marker	    {return $MARKER_}
mosaic	    {return $MOSAIC_}
paste	    {return $PASTE_}
select	    {return $SELECT_}
smooth	    {return $SMOOTH_}
system	    {return $SYSTEM_}
undo	    {return $UNDO_}

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

%%