blob: 1aa05fc6690eb5633292bf3079a0dcded2c3d0d7 (
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
|
#{ Package script task for the NPROTO package.
images # for the script tasks findthresh, ndprep
package nproto
task binpairs,
iralign,
irmatch1d,
irmatch2d,
irmosaic,
linpol,
slitpic = nproto$x_nproto.e
task findthresh = "nproto$findthresh.cl"
task mkms = "nproto$mkms.cl"
task detect = "nproto$ace/x_nproto.e"
task objmasks = "nproto$ace/objmasks.cl"
task objmasks1 = "nproto$ace/objmasks1.par"
hidetask detect, objmasks1
task skysep = "nproto$skysep.cl"
task skygroup = "nproto$skygroup.cl"
clbye
|