summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/sialex.fcl
blob: e03887110395b493c910188ba70e8c0d656ef42b (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
42
43
44
45
46
47
48
49
50
51
52
#tab siaparser.tab.tcl

%{
%}

#include defs.fin

%%

cancel	    {return $CANCEL_}
clear	    {return $CLEAR_}
close	    {return $CLOSE_}
coordinate  {return $COORDINATE_}
crosshair   {return $CROSSHAIR_}
export	    {return $EXPORT_}
name	    {return $NAME_}
print	    {return $PRINT_}
radius	    {return $RADIUS_}
retrieve    {return $RETRIEVE_}
save	    {return $SAVE_}
size	    {return $SIZE_}
sky	    {return $SKY_}
skyformat   {return $SKYFORMAT_}
system	    {return $SYSTEM_}
update	    {return $UPDATE_}

2mass	    {return $2MASS_}
akari	    {return $AKARI_}
astrowise   {return $ASTROWISE_}
cadc	    {return $CADC_}
cxc	    {return $CXC_}
mast	    {return $MAST_}
sdss	    {return $SDSS_}
skyview	    {return $SKYVIEW_}
tgssadr	    {return $TGSSADR_}

xml	    {return $XML_}
vot	    {return $VOT_}
sb	    {return $SB_}
starbase    {return $STARBASE_}
csv	    {return $CSV_}
tsv	    {return $TSV_}

#include wcssys.fin
#include skyframe.fin
#include wcsformat.fin
#include numeric.fin
#include sexstr.fin
#include string.fin
#include ws.fin

%%