We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4859cea commit 74f3510Copy full SHA for 74f3510
analysis/CTA.MSCW_ENERGY.qsub_analyse_MC.sh
@@ -113,11 +113,12 @@ MOPT="$MOPT -redo_stereo_reconstruction -sub_array_sim_telarray_counting $LISFIL
113
# IMPORTANT: this must be the same or lower value as in dispBDT training
114
MOPT="$MOPT -maxloss=0.2 -minfui=0."
115
# 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
+#if [[ $DSET == *"paranal"* ]]; then
+# MOPT="$MOPT -maxdistfraction=0.70"
+#else
+# MOPT="$MOPT -maxdistfraction=0.80"
+#fi
121
+MOPT="$MOPT -maxdistfraction=0.80"
122
123
#########################################
124
# disp main directory name
0 commit comments