Skip to content
Snippets Groups Projects
Commit e116f0a9 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #2669: Report date/obs for every obs when processing in startBGL.sh

parent 744bcd21
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,11 @@ OBSID=$5
source /opt/lofar/bin/locations.sh
(
echo "---------------"
date
echo starting obs $OBSID
echo "---------------"
# Convert keys where needed
/opt/lofar/bin/LOFAR/Parset.py -P $PARTITION $PARSET /opt/lofar/etc/OLAP.parset <(echo "$EXTRA_KEYS") > $IONPROC_PARSET &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment