Skip to content

Commit 74f3510

Browse files
committed
script cleanup
1 parent 4859cea commit 74f3510

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

analysis/CTA.MSCW_ENERGY.qsub_analyse_MC.sh

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,12 @@ MOPT="$MOPT -redo_stereo_reconstruction -sub_array_sim_telarray_counting $LISFIL
113113
# IMPORTANT: this must be the same or lower value as in dispBDT training
114114
MOPT="$MOPT -maxloss=0.2 -minfui=0."
115115
# MST small array analysis
116-
if [[ $DSET == *"paranal"* ]]; then
117-
MOPT="$MOPT -maxdistfraction=0.70"
118-
else
119-
MOPT="$MOPT -maxdistfraction=0.80"
120-
fi
116+
#if [[ $DSET == *"paranal"* ]]; then
117+
# MOPT="$MOPT -maxdistfraction=0.70"
118+
#else
119+
# MOPT="$MOPT -maxdistfraction=0.80"
120+
#fi
121+
MOPT="$MOPT -maxdistfraction=0.80"
121122

122123
#########################################
123124
# disp main directory name

0 commit comments

Comments
 (0)