diff options
Diffstat (limited to 'pkg/images/immatch/immatch.cl')
-rw-r--r-- | pkg/images/immatch/immatch.cl | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/pkg/images/immatch/immatch.cl b/pkg/images/immatch/immatch.cl new file mode 100644 index 00000000..eeecba73 --- /dev/null +++ b/pkg/images/immatch/immatch.cl @@ -0,0 +1,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() |