Skip to content

Commit

Permalink
Update VLBI runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Frits Sweijen committed Aug 15, 2023
1 parent 2f4927c commit 6c611a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runners/run_lofar-vlbi_singularity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ mkdir -p $TMPDIR
cd $WORKDIR

wget https://raw.githubusercontent.com/tikk3r/lofar-grid-hpccloud/fedora-py3/runners/create_ms_list.py
singularity exec -B $PWD,$BINDPATHS $SIMG python create_ms_list.py $DATADIR --vlbi --solset=$TARGETSOLS --configfile=$VLBI_DATA_ROOT/facetselfcal_config.txt --h5merger=$LOFAR_HELPERS_ROOT --selfcal=$FACETSELFCAL_ROOT
singularity exec -B $PWD,$BINDPATHS $SIMG python create_ms_list.py $DATADIR --vlbi --solset=$TARGETSOLS --configfile=$VLBI_DATA_ROOT/facetselfcal_config.txt --h5merger=$LOFAR_HELPERS_ROOT --facetselfcal=$FACETSELFCAL_ROOT

echo VLBI-cwl starting
# Switch to a non-GUI backend to avoid plotting issues.
Expand Down

0 comments on commit 6c611a8

Please sign in to comment.