aboutsummaryrefslogtreecommitdiff
path: root/pkg/images/imcoords/imcoords.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/imcoords/imcoords.cl
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'pkg/images/imcoords/imcoords.cl')
-rw-r--r--pkg/images/imcoords/imcoords.cl27
1 files changed, 27 insertions, 0 deletions
diff --git a/pkg/images/imcoords/imcoords.cl b/pkg/images/imcoords/imcoords.cl
new file mode 100644
index 00000000..5f756aee
--- /dev/null
+++ b/pkg/images/imcoords/imcoords.cl
@@ -0,0 +1,27 @@
+#{ IMCOORDS -- The Image Coordinates Package.
+
+set imcoords = "images$imcoords/"
+
+package imcoords
+
+# Tasks.
+
+task ccfind,
+ ccget,
+ ccmap,
+ ccsetwcs,
+ ccstd,
+ cctran,
+ ccxymatch,
+ hpctran,
+ imcctran,
+ skyctran,
+ starfind,
+ wcsctran,
+ wcsedit,
+ wcsreset = "imcoords$x_images.e"
+
+task mkcwcs = "imcoords$src/mkcwcs.cl"
+task mkcwwcs = "imcoords$src/mkcwwcs.cl"
+
+clbye()