-
Notifications
You must be signed in to change notification settings - Fork 4
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
ae7105e
commit c3240c9
Showing
1 changed file
with
46 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
_ _________ _______ _______ | ||
/ \ | _ _ ||_ __ \|_ __ \ | ||
/ _ \ |_/ | | \_| | |__) | | |__) | | ||
/ ___ \ | | | ___/ | ___/ | ||
_/ / \ \_ _| |_ _| |_ _| |_ | ||
|____| |____||_____| |_____| |_____| | ||
|
||
## ATPP command line version | ||
|
||
ATPP (Automatic Tractography-based Parcellation Pipeline) | ||
|
||
- Multi-ROI oriented brain parcellation | ||
- Automatic parallel computing | ||
- Modular and flexible structure | ||
- Simple and easy-to-use settings | ||
|
||
## Notice | ||
- Usage: `bash ATPP.sh batch_list.txt` | ||
|
||
|
||
## Prerequisites: | ||
=============================================== | ||
|
||
- Tools: | ||
- FSL (with FDT toolbox), SGE and MATLAB (with SPM8) | ||
- Data files: | ||
- T1 image for each subject | ||
- b0 image for each subject | ||
- images preprocessed by FSL(BedpostX) for each subject | ||
- Directory structure: | ||
``` | ||
Working_dir | ||
|-- sub1 | ||
| |-- T1_sub1.nii | ||
| |-- b0_sub1.nii | ||
|-- ... | ||
|-- subN | ||
| |-- T1_subN.nii | ||
| |-- b0_subN.nii | ||
|-- ROI | ||
| |-- ROI_L.nii | ||
| `-- ROI_R.nii | ||
`-- log | ||
``` | ||
=============================================== | ||
|