File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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} "
Original file line number Diff line number Diff line change 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}' )
Original file line number Diff line number Diff line change 127127# ########################################
128128# options for simple stereo reconstruction
129129MOPT=" $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
136132if [[ $RECID == " 1" ]]; then
137133 MOPT=" $MOPT -maxloss=0.1 -minfui=0."
Original file line number Diff line number Diff line change @@ -59,6 +59,11 @@ find "$1" -name "*NIM[5-9]LST*S-*4LSTs*" ${OPTION}
5959# 2LST 3 MSTs
6060find " $1 " -name " *NIM3LST3MST3*2LSTs03MSTs*" ${OPTION}
6161find " $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
6469find " $1 " -name " *ID2*-[0-9][0-9]SSTs.*" ${OPTION}
You can’t perform that action at this time.
0 commit comments