You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try this first without the submit argument and check the `submit.txt` file.
111
+
This assumes the HTCondor job submission system. Gridengine will work after changing the variable `SUBC` from `condor` to `qsub` in the scripts `analysis/*sub*`.
112
+
113
+
The script `./CTA.mainRunScriptsReduced.sh` does the following:
106
114
107
115
- read a list of arrays from a subdirectory specificed for your data set in ./CTA.runAnalysis.sh (e.g., prod3b/subArray.prod3b.South-SCT.list)
108
116
- execute scripts to submit jobs from the ./analysis directory
109
117
- all output products are written to *${CTA_USER_DATA_DIR}/analysis/AnalysisData/${DSET}*
118
+
- for all telescope multiplicity dependent analysis, this is done for the multiplicities defined in `NIM-South.txt` and `NIM-South-sub.txt`.
110
119
111
120
On the list of arrays:
112
121
- arrays are defined by the telescope numbering as defined during the simulations.
@@ -117,11 +126,12 @@ For a complete analysis, one needs to cycle through all reconstruction steps in
117
126
1. EVNDISP - calibration and image analysis
118
127
2. MAKETABLES and DISPBDT - lookup table filling and disp BDT training (can be done in parallel)
119
128
3. ANATABLES - stereo analysis using lookup tables and disp BDTs
120
-
4. TRAIN - train BDTs for gamma/hadron separation
121
-
5. ANGRES - determine angular resolution for 40% signal efficiency
122
-
6. QC - determine data rates after quality cuts (used for cut optimisation)
0 commit comments