ridge/scripts/02_grxe_resid.sh
2024-10-31 13:56:16 +03:00

15 lines
312 B
Bash
Executable File

for band in A01 A02 A03
do
./02_grxe_resid.py $band ALL
./02_grxe_resid.py $band BKG
./02_grxe_resid.py $band GAL
done
for band in B01 B02 B03 B04 B05 B06 B07 B08 B09 B10 B11 B12 B13 B14 B15 B16 B17 B18 B19 B20 B21
do
./02_grxe_resid.py $band ALL
./02_grxe_resid.py $band BKG
./02_grxe_resid.py $band GAL
done