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 cad0773 commit f485835Copy full SHA for f485835
src/nectarchain/user_scripts/jlenain/dqm_job_submitter/dqm_processor.sh
@@ -54,7 +54,7 @@ WRAPPER="singularity_wrapper.sh"
54
# CONTAINER="/cvmfs/sw.hess-experiment.eu/software/containers/nectarchain_w_2025_03"
55
# or using a local container image:
56
CONTAINER="$HOME/nectarchain.sif"
57
-OUTDIR=NectarCAM${camera}_DQM_Run${runnb}
+OUTDIR=${camera}_DQM_Run${runnb}
58
DIRAC_OUTDIR=/ctao/user/j/jlenain/nectarcam/dqm/${camera}
59
60
function exit_script() {
0 commit comments