blob: eeecba73cebc509fe18b059b5f3f64555a315255 (
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
|
#{ IMMATCH -- The Image Matching Package.
set immatch = "images$immatch/"
set imgeom = "images$imgeom/"
set imutil = "images$imutil/"
package immatch
# Tasks.
task imcentroid,
imcombine,
geomap,
geotran,
geoxytran,
linmatch,
psfmatch,
skyxymatch,
wcscopy,
wcsxymatch,
xregister,
xyxymatch = "immatch$x_images.e"
task imshift = "imgeom$x_images.e"
task imcopy = "imutil$x_images.e"
task sections = "imutil$x_images.e"
hidetask imshift, imcopy, sections
# Scripts
task gregister = "immatch$gregister.cl"
task imalign = "immatch$imalign.cl"
task skymap = "immatch$skymap.cl"
task sregister = "immatch$sregister.cl"
task wcsmap = "immatch$wcsmap.cl"
task wregister = "immatch$wregister.cl"
clbye()
|