Skip to content
Snippets Groups Projects
Commit 553cc347 authored by Moises Fernandez's avatar Moises Fernandez
Browse files

Add FSL path to some commands

parent ef829221
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ if [ ${filterflag} -eq 1 ]; then
cp ${subjdir}/bvecs $out_dir/bvecsHR
cp ${subjdir}/bvals $out_dir/bvalsHR
${FSLDIR}/bin/fslslice $subjdir/data $out_dir/dataHR
HighRes=`fslval ${subjdir}/data pixdim1`
HighRes=`${FSLDIR}/bin/fslval ${subjdir}/data pixdim1`
LowRes=`echo "${HighRes} * 2" | bc -l`
echo "Create Downsampled version of data at ${LowRes} mm isotropic"
${FSLDIR}/bin/flirt -in ${subjdir}/nodif_brain_mask -ref ${subjdir}/nodif_brain_mask -applyisoxfm ${LowRes} -interp nearestneighbour -out ${out_dir}/nodif_brain_maskLR
......
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