diff options
Diffstat (limited to 'noao/imred/mkpkg')
-rw-r--r-- | noao/imred/mkpkg | 20 |
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 + ; |