aboutsummaryrefslogtreecommitdiff
path: root/pkg/images/immatch/immatch.cl
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/images/immatch/immatch.cl
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'pkg/images/immatch/immatch.cl')
-rw-r--r--pkg/images/immatch/immatch.cl39
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()