blob: 9aca089be3efc511e452a9b6cc9d8df15fa0091e (
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 numeric.fin
#include string.fin
#include ws.fin
%%
|