aboutsummaryrefslogtreecommitdiff
path: root/pkg/images/imcoords/imcoords.cl
diff options
context:
space:
mode:
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()