Skip to content

Commit a8757d3

Browse files
committed
not using hyperarray
1 parent 75afc02 commit a8757d3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

analysis/CTA.MSCW_ENERGY.qsub_analyse_MC.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,17 +148,15 @@ fi
148148
#########################################
149149
# disp reconstruction
150150
#
151-
MVATYPE="MLP"
152151
MVATYPE="BDT"
153152
# disp main directory name
154153
DISPSUBDIR="DISPBDT/${MVATYPE}disp.${ARRAY}.R1"
155154
echo "CHECKING ${CTA_USER_DATA_DIR}/analysis/AnalysisData/${DSET}/${DISPSUBDIR/${ARRAY}/HYPERARRAY}"
156155
if [[ -d ${CTA_USER_DATA_DIR}/analysis/AnalysisData/${DSET}/${DISPSUBDIR/${ARRAY}/HYPERARRAY} ]]; then
157156
DISPSUBDIR="${DISPSUBDIR/${ARRAY}/HYPERARRAY}"
158-
echo "Choosing Hyperarray DispDir"
157+
echo "Choosing hyperarray DispDir"
159158
else
160-
echo "FAILED ${DISPSUBDIR/${ARRAY}/HYPERARRAY}"
161-
exit
159+
echo "Did not find hyperarray DispDir ${DISPSUBDIR/${ARRAY}/HYPERARRAY}"
162160
fi
163161
echo "DISPDIR $DISPSUBDIR"
164162
#########################################

0 commit comments

Comments
 (0)