File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/nectarchain/user_scripts/jlenain Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ exec 1>"$LOGFILE" 2>&1
1010. " /opt/conda/etc/profile.d/conda.sh"
1111conda activate nectar-dev
1212
13- for run in $( dls " /vo.cta.in2p3.fr/user/j/jlenain/nectarcam/dqm" | grep -ve " /vo.cta" | awk -F. ' {print $1}' | awk -Fn ' {print $2}' ) ; do
14- python /opt/cta/nectarchain/src/nectarchain/user_scripts/jlenain/parse_dqm_fits_file.py -r $run
15- done
13+ remoteParentDir=" /vo.cta.in2p3.fr/user/j/jlenain/nectarcam/dqm"
14+ nectarchainScriptDir=" /opt/cta/nectarchain/src/nectarchain/user_scripts/jlenain"
15+
16+ python ${nectarchainScriptDir} /parse_dqm_fits_file.py -r $( dls ${remoteParentDir} | grep -ve " /vo.cta" | awk -F. ' {print $1}' | awk -Fn ' {print $2}' | tr ' \n' ' ' )
You can’t perform that action at this time.
0 commit comments