generated from erosita/uds
15 lines
316 B
Bash
Executable File
15 lines
316 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
|
|
|