summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/regionsendlex.fcl
blob: 023d74908aa2b9b61c1b0ccff44d34a0a78d3b7f (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
53
54
55
56
57
58
59
60
61
62
#tab regionsendparser.tab.tcl

%{
%}

#include defs.fin

%%

auto	    {return $AUTO_}
autocentroid {return $AUTOCENTROID_}
background  {return $BACKGROUND_}
centroid    {return $CENTROID_}
color	    {return $COLOR_}
delim	    {return $DELIM_}
epsilon	    {return $EPSILON_}
exclude	    {return $EXCLUDE_}
format	    {return $FORMAT_}
group	    {return $GROUP_}
groups	    {return $GROUPS_}
include	    {return $INCLUDE_}
iteration   {return $ITERATION_}
nl	    {return $NL_}
radius	    {return $RADIUS_}
selected    {return $SELECTED_}
shape	    {return $SHAPE_}
show	    {return $SHOW_}
showtext    {return $SHOWTEXT_}
sky	    {return $SKY_}
skyformat   {return $SKYFORMAT_}
source	    {return $SOURCE_}
strip	    {return $STRIP_}
system	    {return $SYSTEM_}
width	    {return $WIDTH_}

ds9	    {return $DS9_}
xml	    {return $XML_}
ciao	    {return $CIAO_}
saotng	    {return $SAOTNG_}
pros	    {return $PROS_}
saoimage    {return $SAOIMAGE_}
xy	    {return $XY_}

-format	    {return $MFORMAT_}
-system	    {return $MSYSTEM_}
-sky	    {return $MSKY_}
-skyformat  {return $MSKYFORMAT_}
-strip	    {return $MSTRIP_}
-delim	    {return $MDELIM_}
-prop	    {return $MPROP_}
-group	    {return $MGROUP_}

#include yesno.fin
#include coordsys.fin
#include wcssys.fin
#include skyframe.fin
#include skyformat.fin
#include int.fin
#include string.fin
#include ws.fin

%%