Skip to content

Commit

Permalink
Export full path to LINC and VLBI folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Frits Sweijen committed Oct 16, 2023
1 parent 61baff7 commit 26946c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions runners/run_lofar-vlbi-delay-calibration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ export LOGSDIR=$WORKDIR/logs_VLBI_CWL
## The trailing slash is important here.
export TMPDIR=$WORKDIR/tmpdir_VLBI_CWL/

export LINC_DATA_ROOT
export VLBI_DATA_ROOT
export LINC_DATA_ROOT=$(readlink -f $LINC_DATA_ROOT)
export VLBI_DATA_ROOT=$(readlink -f $VLBI_DATA_ROOT)
git clone https://github.com/jurjen93/lofar_helpers.git $LOFAR_HELPERS_ROOT
git clone https://github.com/rvweeren/lofar_facet_selfcal.git $FACETSELFCAL_ROOT
sed -i '7704d' $FACETSELFCAL_ROOT/facetselfcal.py
Expand Down
4 changes: 2 additions & 2 deletions runners/run_lofar-vlbi-split-directions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ elif [ -d $VLBI_DATA_ROOT ] && [ -d $VLBI_DATA_ROOT/steps ]; then
echo $VLBI_DATA_ROOT exists and seems to contain VLBI-cwl. Continueing...
fi

export LINC_DATA_ROOT
export VLBI_DATA_ROOT
export LINC_DATA_ROOT=$(readlink -f $LINC_DATA_ROOT)
export VLBI_DATA_ROOT=$(readlink -f $VLBI_DATA_ROOT)

# Obtain LINC commit used
cd $LINC_DATA_ROOT
Expand Down

0 comments on commit 26946c2

Please sign in to comment.