summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/fitssendlex.fcl
blob: 3678ff8508d0c2c98d221670296541ceba605c69 (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
#tab fitssendparser.tab.tcl

%{
%}

#include defs.fin

%%

bitpix	    {return $BITPIX_}
depth	    {return $DEPTH_}
gz	    {return $GZ_}
header	    {return $HEADER_}
height	    {return $HEIGHT_}
image	    {return $IMAGE_}
keyword	    {return $KEYWORD_}
resample    {return $RESAMPLE_}
size	    {return $SIZE_}
slice	    {return $SLICE_}
table	    {return $TABLE_}
type	    {return $TYPE_}
width	    {return $WIDTH_}

#include wcssys.fin
#include skyframe.fin
#include rformat.fin
#include int.fin
#include string.fin
#include ws.fin

%%