File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11NTel2-PointSource-Moderate
2+ NTel2-PointSource-Soft
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ mkdir -p ${DDIR}
1111
1212# list of cuts
1313CLISTNV=$( cat IRF_GAMMAHADRONCUTS.dat)
14- CLISTRV=$( cat IRF_GAMMAHADRONCUTS_RV.dat)
15- CLISTUV=$( cat IRF_GAMMAHADRONCUTS_UV.dat)
14+ # CLISTRV=$(cat IRF_GAMMAHADRONCUTS_RV.dat)
15+ # CLISTUV=$(cat IRF_GAMMAHADRONCUTS_UV.dat)
1616
1717pack_radial_acceptances ()
1818{
@@ -50,6 +50,9 @@ pack_effectiveareas_V6()
5050 else
5151 EPOCHS=$( cat IRF_EPOCHS_WINTER.dat | sort -u)
5252 fi
53+ # required, as IRFs for some operation mode are
54+ # available only for one atmosphere
55+ ASAVE=${A}
5356
5457 for I in ${EPOCHS[@]}
5558 do
@@ -63,6 +66,7 @@ pack_effectiveareas_V6()
6366 continue
6467 fi
6568 A=" ATM21"
69+ ASAVE=" ATM61"
6670 fi
6771 if [[ ${F} == " RedHV" ]]; then
6872 CLIST=${CLISTRV}
@@ -92,6 +96,7 @@ pack_effectiveareas_V6()
9296 echo " Packing EffectiveAreas $F $I $A ${T} ${D} .tar (no files)"
9397 fi
9498 done
99+ A=${ASAVE}
95100 done
96101 done
97102 done
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ command -v bbftp >/dev/null 2>&1 || { echo >&2 "bbftp is not installed. Aborting
1414
1515# Eventdisplay version
1616VERSION=$( cat IRFVERSION)
17+ VERSION=" ${VERSION} -beta.1"
1718if [[ $IRFTYPE ]]; then
1819 VERSION=${VERSION}${IRFTYPE}
1920fi
You can’t perform that action at this time.
0 commit comments