Skip to content

Commit

Permalink
Pass the correct reference map to ASL_CALIB
Browse files Browse the repository at this point in the history
  • Loading branch information
mcraig-ibme committed Oct 4, 2018
1 parent 3fb023e commit fb3c5b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions oxford_asl.in
Original file line number Diff line number Diff line change
Expand Up @@ -402,10 +402,10 @@ Calibration() {
usetrans=$tempdir/asl2struct.mat

if [ ! -z $fasthasrun ]; then
# we have already run FAST so we can pass the PVE for CSF to asl_calib (to save running FAST again)
extraoptions=$extraoptions" --refpve $tempdir/pvcsf_struct"
# we have already run FAST so we can pass the PVE to asl_calib (to save running FAST again)
extraoptions=$extraoptions" --refpve $tempdir/pv${tissref}_struct"
fi

$asl_calib -c $tempdir/calib -s $usestruc -t $usetrans -o $outdir/calib --bmask $tempdir/mask --osen $outdir/native_space/sensitivity $maincaliboptions $extraoptions

else
Expand Down

0 comments on commit fb3c5b5

Please sign in to comment.