-
Notifications
You must be signed in to change notification settings - Fork 1
/
run_all_gj1214.sh
executable file
·19 lines (19 loc) · 1.05 KB
/
run_all_gj1214.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
for filename in `ls $HOME/Research/Planets/GJ1214/data/raw/ch2/WHERE_THE_AOR_DIRs_EXIST/`
do
echo $filename
python Phase\ Curve\ Exoplanet\ TSO\ -\ Photometric\ Extraction\ Pipeline.py --aor_dir $filename \
--channel ch2 \
--planet_name GJ1214 \
--data_dir $HOME/Research/Planets/GJ1214/data/raw/ch2/wand_did_it/ \
-sd ExtractedData \
-pd /Research/Planets/ \
-ds /data/raw \
-dt /big/ \
-ff bcd \
-uf bunc \
-m median \
-t Spitzer \
-ou electrons
# mv /Users/jfraine/Research/Planets/GJ1214/data/raw/ch2/big/$filename \
# /Users/jfraine/Research/Planets/GJ1214/data/raw/ch2/big_done/
done