blob: 7fa48fc211d16fe009457f8b0d446a6a6ef0cdd0 (
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
|
#tab contourparser.tab.tcl
%{
%}
#include defs.fin
%%
asinh {return $ASINH_}
block {return $BLOCK_}
clear {return $CLEAR_}
close {return $CLOSE_}
color {return $COLOR_}
convert {return $CONVERT_}
copy {return $COPY_}
dash {return $DASH_}
exp {return $EXP_}
generate {return $GENERATE_}
global {return $GLOBAL_}
histequ {return $HISTEQU_}
levels {return $LEVELS_}
limits {return $LIMITS_}
linear {return $LINEAR_}
load {return $LOAD_}
loadlevels {return $LOADLEVELS_}
local {return $LOCAL_}
log {return $LOG_}
method {return $METHOD_}
minmax {return $MINMAX_}
mode {return $MODE_}
nlevels {return $NLEVELS_}
open {return $OPEN_}
paste {return $PASTE_}
pow {return $POW_}
save {return $SAVE_}
savelevels {return $SAVELEVELS_}
scale {return $SCALE_}
scope {return $SCOPE_}
sinh {return $SINH_}
smooth {return $SMOOTH_}
sqrt {return $SQRT_}
squared {return $SQUARED_}
width {return $WIDTH_}
zmax {return $ZMAX_}
zscale {return $ZSCALE_}
#include yesno.fin
#include coordsys.fin
#include wcssys.fin
#include skyframe.fin
#include numeric.fin
#include string.fin
#include ws.fin
%%
|