-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
08a528b
commit 3dac173
Showing
2 changed files
with
38 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,17 @@ | ||
segmentSubjectT1_autoEstimateAlveusML #should not complain about libraries missing | ||
checkMCR.sh #should not complain | ||
segmentThalamicNuclei.sh --help #should not compalin about matlab libraries missing | ||
mris_left_right_register # should not through permission denied error | ||
mris_left_right_register # should not through permission denied error (was an apparmor problem) | ||
|
||
# interactive test: | ||
if [[ -v DISPLAY ]]; then | ||
export QT_DEBUG_PLUGINS=1 | ||
freeview | ||
fi | ||
fi | ||
|
||
[ -f ./mp2rage.nii ] && echo "$FILE exist." || wget https://imaging.org.au/uploads/Human7T/mp2rageModel_L13_work03-plus-hippocampus-7T-sym-norm-mincanon_v0.8.nii -O ./mp2rage.nii | ||
mkdir ./freesurfer_output | ||
recon-all -subject subjectname -i mp2rage.nii -all -sd ./freesurfer_output | ||
export ITK_GLOBAL_DEFAULT_NUMBER_OF_THREADS=16 | ||
SegmentAAN.sh subjectname ./freesurfer_output | ||
freeview -v $SUBJECTS_DIR/$SUBJECT/T1.mgz -v $SUBJECTS_DIR/$SUBJECT/arousalNetworkLabels.$SUFFIX.mgz:colormap=lut:lut=$FREESURFER_HOME/average/AAN/atlas/freeview.lut.txt |