-
Notifications
You must be signed in to change notification settings - Fork 3
/
MACS1115+01_coadd.sh
executable file
·43 lines (34 loc) · 3.29 KB
/
MACS1115+01_coadd.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#!/bin/bash
set -xv
export cluster='MACS1115+01'
export SUBARUDIR=/u/ki/awright/data/ ; export INSTRUMENT=SUBARU
#mkdir /nfs/slac/kipac/fs1/u/awright/batch_files/coadd_MACS1115+01/
export filter='W-C-RC'
./adam_pre_coadd_cleanup.sh MACS1115+01 W-C-RC
./do_coadd_batch.sh MACS1115+01 W-C-RC 'all exposure gabodsid good rot' 'none' OCFSRI 2>&1 | tee -a OUT-2018-do_coadd_batch_${cluster}_${filter}.log
exit 0;
bsub -q long -W 7000 -R rhel60 -o /nfs/slac/kipac/fs1/u/awright/batch_files/coadd_MACS1115+01//OUT-2017-10-20-do_coadd_batch_${filter}.out -e /nfs/slac/kipac/fs1/u/awright/batch_files/coadd_MACS1115+01//OUT-2017-10-20-do_coadd_batch_${filter}.err "./do_coadd_batch.sh MACS1115+01 W-C-RC 'all exposure gabodsid good rot' 'none' OCFSRI"
exit 0;
export filter=W-J-B
./adam_pre_coadd_cleanup.sh
bsub -q long -W 7000 -R rhel60 -o /nfs/slac/kipac/fs1/u/awright/batch_files/coadd_MACS1115+01//OUT-2017-10-20-do_coadd_batch_${filter}.out -e /nfs/slac/kipac/fs1/u/awright/batch_files/coadd_MACS1115+01//OUT-2017-10-20-do_coadd_batch_${filter}.err "./do_coadd_batch.sh MACS1115+01 W-J-B 'all exposure' 'none' OCFI"
export filter=W-S-Z+
./adam_pre_coadd_cleanup.sh
bsub -q long -W 7000 -R rhel60 -o /nfs/slac/kipac/fs1/u/awright/batch_files/coadd_MACS1115+01//OUT-2017-10-20-do_coadd_batch_${filter}.out -e /nfs/slac/kipac/fs1/u/awright/batch_files/coadd_MACS1115+01//OUT-2017-10-20-do_coadd_batch_${filter}.err "./do_coadd_batch.sh MACS1115+01 W-S-Z+ 'all exposure' 'none' OCFSFI"
export filter=W-J-V
./adam_pre_coadd_cleanup.sh
bsub -q long -W 7000 -R rhel60 -o /nfs/slac/kipac/fs1/u/awright/batch_files/coadd_MACS1115+01//OUT-2017-10-20-do_coadd_batch_${filter}.out -e /nfs/slac/kipac/fs1/u/awright/batch_files/coadd_MACS1115+01//OUT-2017-10-20-do_coadd_batch_${filter}.err "./do_coadd_batch.sh MACS1115+01 W-J-V 'all exposure good' 'none' OCFSI"
export filter='W-C-IC'
./adam_pre_coadd_cleanup.sh
bsub -q long -W 7000 -R rhel60 -o /nfs/slac/kipac/fs1/u/awright/batch_files/coadd_MACS1115+01//OUT-2017-10-20-do_coadd_batch_${filter}.out -e /nfs/slac/kipac/fs1/u/awright/batch_files/coadd_MACS1115+01//OUT-2017-10-20-do_coadd_batch_${filter}.err "./do_coadd_batch.sh MACS1115+01 W-C-IC 'all exposure' 'none' OCFSI"
wait 700
export cluster='MACS0416-24'
export filter='W-C-RC'
./adam_pre_coadd_cleanup.sh
bsub -q long -W 7000 -R rhel60 -o /nfs/slac/kipac/fs1/u/awright/batch_files/coadd_MACS0416-24//OUT-2017-10-20-do_coadd_batch_${filter}.out -e /nfs/slac/kipac/fs1/u/awright/batch_files/coadd_MACS0416-24//OUT-2017-10-20-do_coadd_batch_${filter}.err "./do_coadd_batch.sh MACS0416-24 ${filter} 'all exposure good ' 'none' OCFR "
export filter='W-S-Z+'
./adam_pre_coadd_cleanup.sh
bsub -q long -W 7000 -R rhel60 -o /nfs/slac/kipac/fs1/u/awright/batch_files/coadd_MACS0416-24//OUT-2017-10-20-do_coadd_batch_${filter}.out -e /nfs/slac/kipac/fs1/u/awright/batch_files/coadd_MACS0416-24//OUT-2017-10-20-do_coadd_batch_${filter}.err "./do_coadd_batch.sh MACS0416-24 ${filter} 'all ' 'none' OCF "
export filter='W-J-B'
./adam_pre_coadd_cleanup.sh
bsub -q long -W 7000 -R rhel60 -o /nfs/slac/kipac/fs1/u/awright/batch_files/coadd_MACS0416-24//OUT-2017-10-20-do_coadd_batch_${filter}.out -e /nfs/slac/kipac/fs1/u/awright/batch_files/coadd_MACS0416-24//OUT-2017-10-20-do_coadd_batch_${filter}.err "./do_coadd_batch.sh MACS0416-24 ${filter} 'all ' 'none' OCF "