Skip to content

Commit 146391f

Browse files
committed
Merge branch 'master' into release
2 parents cb7def3 + 2524f73 commit 146391f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

verbena.in

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ Usage() {
2929
echo " {-te} : TE (in s) {default: 0.065 s}"
3030
echo ""
3131
echo "Options:"
32+
echo " -aifconc : AIF curve is a concentration curve rather than a signal curve"
3233
echo " -mv : Add a macro vascular component"
33-
echo " -sigadd : Add MV component in signal domain (rather than concentrations)"
34+
echo " -sigadd : Add MV component in signal domain (rather than concentrations)"
3435
echo " -modelfree : Run a 'model free' SVD analysis"
3536
echo " -modelfreeinit : Use a 'model free' analysis as initialization for the VM"
3637
echo ""
@@ -236,8 +237,8 @@ if [ -z $modelfree ]; then
236237
cd "$stdir"
237238
mkdir $outdir/vm
238239
imcp $tempdir/vm/mean_cbf $outdir/vm/rcbf
239-
fslmaths $tempdir/vm/mean_transitm -exp -mas $tempdir/mask $outdir/vm/mtt
240-
fslmaths $tempdir/vm/mean_lambda -exp -mas $tempdir/mask $outdir/vm/lambda
240+
fslmaths $tempdir/vm/mean_transitm -mas $tempdir/mask $outdir/vm/mtt
241+
fslmaths $tempdir/vm/mean_lambda -mas $tempdir/mask $outdir/vm/lambda
241242
cd $tempdir
242243

243244
# --- [ VM plus MV ] ---
@@ -273,8 +274,8 @@ if [ -z $modelfree ]; then
273274
cd "$stdir"
274275
mkdir $outdir/vm_mv
275276
fslmaths $tempdir/vm_mv/mean_cbf -thr 0 $outdir/vm_mv/rcbf
276-
fslmaths $tempdir/vm_mv/mean_transitm -exp -mas $tempdir/mask $outdir/vm_mv/mtt
277-
fslmaths $tempdir/vm_mv/mean_lambda -exp -mas $tempdir/mask $outdir/vm_mv/lambda
277+
fslmaths $tempdir/vm_mv/mean_transitm -mas $tempdir/mask $outdir/vm_mv/mtt
278+
fslmaths $tempdir/vm_mv/mean_lambda -mas $tempdir/mask $outdir/vm_mv/lambda
278279
fslmaths $tempdir/vm_mv/mean_abv -thr 0 $outdir/vm_mv/rabv
279280
cd $tempdir
280281
fi

0 commit comments

Comments
 (0)