blob: c92cbbfe867b18db5c7cdbc10b1d62ddc59ebdc0 (
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
|
#tab shmparser.tab.tcl
%{
%}
#include defs.fin
%%
close {return $CLOSE_}
key {return $KEY_}
shmid {return $SHMID_}
array {return $ARRAY_}
fits {return $FITS_}
sfits {return $SFITS_}
mosaic {return $MOSAIC_}
mosaicwcs {return $MOSAICWCS_}
mosaiciraf {return $MOSAICIRAF_}
smosaic {return $SMOSAIC_}
mosaicimage {return $MOSAICIMAGE_}
mosaicimagewcs {return $MOSAICIMAGEWCS_}
mosaicimageiraf {return $MOSAICIMAGEIRAF_}
mosaicimagewfpc2 {return $MOSAICIMAGEWFPC2_}
rgbarray {return $RGBARRAY_}
rgbcube {return $RGBCUBE_}
srgbcube {return $SRGBCUBE_}
rgbimage {return $RGBIMAGE_}
wfpc2 {return $WFPC2_}
iraf {return $IRAF_}
shm {return $SHM_}
-shm {return $SHMCMD_}
#include wcssys.fin
#include int.fin
#include string.fin
#include ws.fin
%%
|