aboutsummaryrefslogtreecommitdiff
path: root/noao/imred/irred/irred.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 /noao/imred/irred/irred.cl
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'noao/imred/irred/irred.cl')
-rw-r--r--noao/imred/irred/irred.cl36
1 files changed, 36 insertions, 0 deletions
diff --git a/noao/imred/irred/irred.cl b/noao/imred/irred/irred.cl
new file mode 100644
index 00000000..a3b33765
--- /dev/null
+++ b/noao/imred/irred/irred.cl
@@ -0,0 +1,36 @@
+#{ IRRED -- KPNO IR Camera Reduction Package
+
+# Load necessary core packages
+
+images # tasks sections,imcopy,imarith,imcombine,imdelete
+lists # tokens task
+utilities # task translit
+proto # task bscale
+
+# Define necessary paths
+
+set generic = "noao$imred/generic/"
+set nproto = "noao$nproto/"
+
+package irred
+
+task irlincor = "irred$x_irred.e"
+
+task iralign,
+ irmatch1d,
+ irmatch2d,
+ irmosaic = "nproto$x_nproto.e"
+
+# Define the apphot centering and related tasks
+
+task center = "irred$x_apphot.e"
+task centerpars = "irred$centerpars.par"
+task datapars = "irred$datapars.par"
+task txdump = "irred$x_ptools.e"
+
+# Scripts
+
+task flatten = "generic$flatten.cl"
+task mosproc = "irred$mosproc.cl"
+
+clbye()