Skip to content

Commit 6f9f04d

Browse files
committed
cleanup
1 parent cfcbe79 commit 6f9f04d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CTA.runAnalysis.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,8 @@ then
294294
ARRAY=( "subArray.prod5.South-MSTF.list" )
295295
fi
296296
ARRAYDIR="prod5"
297-
TDATE="g20250822"
297+
TDATE="g20250826"
298298
ANADATE="${TDATE}"
299-
ANADATE="g20250826"
300299
TMVADATE="${ANADATE}"
301300
EFFDATE="${ANADATE}"
302301
PHYSDATE="${EFFDATE}"

analysis/CTA.DISPTRAINING.sub_analyse.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,13 +194,13 @@ do
194194
# South: 10%
195195
# North: 20%
196196
k=`expr 0.2*$NFIL | bc`
197-
# k=$(echo $NFIL | awk '{printf "%d\n",$1*0.25}')
198-
k=$(echo $NFIL | awk '{printf "%d\n",$1*0.10}')
197+
k=$(echo $NFIL | awk '{printf "%d\n",$1*0.20}')
199198
# SV1 arrays: mix directories by hand!!
200199
if [[ $ARRAY == *"SV1"* ]]
201200
then
202201
k=$(echo $NFIL)
203202
fi
203+
# experimental only
204204
if [[ $ARRAY == *"DISP"* ]]
205205
then
206206
k=$(echo $NFIL | awk '{printf "%d\n",$1*0.50}')

analysis/CTA.MSCW_ENERGY.qsub_analyse_MC.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,7 @@ fi
127127
#########################################
128128
# options for simple stereo reconstruction
129129
MOPT="$MOPT -redo_stereo_reconstruction -sub_array_sim_telarray_counting $LISFILE"
130-
if [[ $DSET == *"LaPalma"* ]]; then
131-
MOPT="$MOPT -minangle_stereo_reconstruction=5."
132-
else
133-
MOPT="$MOPT -minangle_stereo_reconstruction=5."
134-
fi
130+
MOPT="$MOPT -minangle_stereo_reconstruction=5."
135131
# IMPORTANT: this must be the same or lower value as in dispBDT training
136132
if [[ $RECID == "1" ]]; then
137133
MOPT="$MOPT -maxloss=0.1 -minfui=0."

utilities/removeUnreaseonablePhysFiles.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ find "$1" -name "*NIM[5-9]LST*S-*4LSTs*" ${OPTION}
5959
# 2LST 3 MSTs
6060
find "$1" -name "*NIM3LST3MST3*2LSTs03MSTs*" ${OPTION}
6161
find "$1" -name "*NIM4LST4MST4*2LSTs03MSTs*" ${OPTION}
62+
# 2 MSTs
63+
find "$1" -name "*NIM3LST3MST3*0LSTs02MSTs00SSTs*" ${OPTION}
64+
find "$1" -name "*NIM4LST4MST4*0LSTs02MSTs00SSTs*" ${OPTION}
65+
# 3 MSTs
66+
find "$1" -name "*NIM4LST4MST4*0LSTs03MSTs00SSTs*" ${OPTION}
6267

6368
# South SST arrays only
6469
find "$1" -name "*ID2*-[0-9][0-9]SSTs.*" ${OPTION}

0 commit comments

Comments
 (0)