blob: 30057f0dea610c9fb0ba98afef7cebc62d9bd0c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
;
|