summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/savelex.fcl
blob: 9d50085515fa68f1e5297fba24328d4b4ef0b3f2 (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
#tab saveparser.tab.tcl

%{
%}

#include defs.fin

%%

fits	    {return $FITS_}
rgbimage    {return $RGBIMAGE_}
rgbcube	    {return $RGBCUBE_}
mecube	    {return $MECUBE_}
mosaic	    {return $MOSAIC_}
mosaicwcs   {return $MOSAICWCS_}
mosaicimage {return $MOSAICIMAGE_}
mosaicimagewcs {return $MOSAICIMAGEWCS_}
wcs	    {return $WCS_}

image	    {return $IMAGE_}
table	    {return $TABLE_}
slice	    {return $SLICE_}

#include int.fin
#include string.fin
#include ws.fin

%%