summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/cropsendlex.fcl
blob: 9dafff688918ec3dd394b25b7cb396edb36f8b98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#tab cropsendparser.tab.tcl

%{
%}

#include defs.fin

%%

3d	{return $3D_}
lock	{return $LOCK_}

#include coordsys.fin
#include wcssys.fin
#include skyframe.fin
#include wcsformat.fin
#include ws.fin

%%