aboutsummaryrefslogtreecommitdiff
path: root/noao/imred/mkpkg
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/mkpkg
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'noao/imred/mkpkg')
-rw-r--r--noao/imred/mkpkg20
1 files changed, 20 insertions, 0 deletions
diff --git a/noao/imred/mkpkg b/noao/imred/mkpkg
new file mode 100644
index 00000000..30057f0d
--- /dev/null
+++ b/noao/imred/mkpkg
@@ -0,0 +1,20 @@
+# Make the IMRED package.
+
+update:
+ $echo "------------------ IMRED.BIAS ----------------------"
+ $call update@bias
+ $echo "------------------ IMRED.CCDRED --------------------"
+ $call update@ccdred
+ $echo "------------------ IMRED.CRUTIL --------------------"
+ $call update@crutil
+ $echo "------------------ IMRED.DTOI ----------------------"
+ $call update@dtoi
+ $echo "------------------ IMRED.GENERIC -------------------"
+ $call update@generic
+ $echo "------------------ IMRED.IRRED ---------------------"
+ $call update@irred
+ $echo "------------------ IMRED.QUADRED -------------------"
+ $call update@quadred
+ $echo "------------------ IMRED.VTEL ----------------------"
+ $call update@vtel
+ ;