@@ -12,7 +12,7 @@ h_cpu="11:29:00"
1212h_vmem=" 40000M"
1313tmpdir_size=" 15G"
1414
15- if [ $# -lt 6 ]
15+ if [ $# -lt 6 ]
1616then
1717 echo " "
1818 echo " ./CTA.EFFAREA.sub_analyse_list.sh <subarray list> <cutfile template> <analysis parameter file> <output subdirectory> <data set> [filling mode] [qsub options] [job_dir] [direction (e.g. _180deg)]"
2424 echo " template for gamma/hadron cut file"
2525 echo " (suffix must be .gamma/.CRbck ; this will be added by this script)"
2626 echo " examples can be found in $CTA_EVNDISP_AUX_DIR /GammaHadronCutFiles"
27- echo
27+ echo
2828 echo " <analysis parameter file>"
2929 echo " file with analysis parameter"
3030 echo " examples can be found in $CTA_EVNDISP_AUX_DIR /ParameterFiles/"
@@ -64,9 +64,9 @@ if [ -n $7 ]
6464then
6565 QSUBOPT=" $7 "
6666fi
67- QSUBOPT=${QSUBOPT// _X_/ }
68- QSUBOPT=${QSUBOPT// _M_/ -}
69- QSUBOPT=${QSUBOPT// \" / }
67+ QSUBOPT=${QSUBOPT// _X_/ }
68+ QSUBOPT=${QSUBOPT// _M_/ -}
69+ QSUBOPT=${QSUBOPT// \" / }
7070
7171# set directories
7272source ../setSoftwarePaths.sh $DSET
@@ -76,7 +76,7 @@ CDIR="$CTA_EVNDISP_AUX_DIR/GammaHadronCutFiles/"
7676# read values from parameter file
7777if [ ! -e $ANAPAR ]
7878then
79- echo " error: analysis parameter file not found: $ANAPAR "
79+ echo " error: analysis parameter file not found: $ANAPAR "
8080 exit
8181fi
8282echo " reading analysis parameter from $ANAPAR "
@@ -106,7 +106,7 @@ mkdir -p $QSHELLDIR
106106mkdir -p $QDIR
107107
108108# ################################################
109- # set particle types
109+ # set particle types
110110# (don't expect to have cone for all data sets)
111111if [ $GMOD = " 0" ] || [ $GMOD = " 3" ]
112112then
0 commit comments