aboutsummaryrefslogtreecommitdiff
path: root/pkg/utilities/nttools/nttools.cl
blob: 4b66940612e8a7cfc9a5b14a2bc31f4e44b390c7 (plain) (blame)
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
procedure nttools()
string mode="al"

begin
	package nttools
	task gtedit,
	     imtab,
	     keypar,
	     keytab,
	     parkey,
	     partab,
	     tabim,
	     tabkey,
	     tabpar,
	     taextract,
	     tainsert,
	     tcalc,
	     tchcol,
	     tcheck,
	     tchsize,
	     tcopy,
	     tcreate,
	     tdelete,
	     tdiffer,
	     tdump,
	     tedit,
	     texpand,
	     thedit,
	     thistogram,
	     thselect,
	     tinfo,
	     tintegrate,
	     tjoin,
	     tlcol,
             tlinear,
	     tmatch,
	     tmerge,
	     tprint,
	     tproduct,
	     tproject,
	     tquery,
	     tread,
	     trebin,
	     tselect,
	     tsort,
	     tstat,
	     ttranspose,
	     tunits,
	     tupar = "nttools$x_nttools.e"

	task gtpar = "nttools$gtpar.par"

	task txtable,
             tximage,
             titable,
             tiimage,
             tscopy = "nttools$threed/x_nttools.e"

	clbye()
end