blob: ecf6c4ff5f42ec6a2bc5a4dc2ce58f23741c4ed3 (
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
|
#tab contoursendparser.tab.tcl
%{
%}
#include defs.fin
%%
color {return $COLOR_}
dash {return $DASH_}
exp {return $EXP_}
levels {return $LEVELS_}
limits {return $LIMITS_}
log {return $LOG_}
method {return $METHOD_}
mode {return $MODE_}
nlevels {return $NLEVELS_}
scale {return $SCALE_}
scope {return $SCOPE_}
smooth {return $SMOOTH_}
width {return $WIDTH_}
#include coordsys.fin
#include wcssys.fin
#include skyframe.fin
#include ws.fin
%%
|