File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 88
99IRFVERSION=$( cat ../IRFVERSION)
1010ANALYSISTYPE=" ${VERITAS_ANALYSIS_TYPE: 0: 2} "
11+ SIMTYPE=" CARE_UV_2212"
1112SIMTYPE=" CARE_RedHV"
1213SIMTYPE=" GRISU"
1314SIMTYPE=" CARE_June2020"
3435 if [[ ${SIMTYPE} == " GRISU" ]]; then
3536 A=${A/ 6/ 2}
3637 EPOCHS=" V4 V5"
38+ elif [[ ${SIMTYPE} == * " UV" * ]]; then
39+ EPOCHS=$( cat ../IRF_EPOCHS_obsfilter.dat | sort -u)
40+ if [[ ${A} == " ATM62" ]]; then
41+ continue
42+ fi
3743 else
3844 if [[ ${A} == " ATM62" ]]; then
3945 EPOCHS=$( cat ../IRF_EPOCHS_SUMMER.dat | sort -u)
4652 echo " EPOCH ${E} ATMO ${A} "
4753 if [[ ${SIMTYPE} == * " RedHV" * ]]; then
4854 ODIR=" ${VERITAS_ANALYSIS_TYPE: 0: 2} /${E} _${A} _redHV/${Z} "
55+ elif [[ ${SIMTYPE} == * " UV" * ]]; then
56+ ODIR=" ${VERITAS_ANALYSIS_TYPE: 0: 2} /${E} _${A} _UV/${Z} "
4957 else
5058 ODIR=" ${VERITAS_ANALYSIS_TYPE: 0: 2} /${E} _${A} /${Z} "
5159 fi
Original file line number Diff line number Diff line change 1+ V6_2012_2013a
2+ V6_2012_2013b
3+ V6_2013_2014a
4+ V6_2013_2014b
5+ V6_2016_2017
6+ V6_2018_2019
7+ V6_2021_2022w
8+ V6_2022_2022s
You can’t perform that action at this time.
0 commit comments