Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haililihai authored Dec 20, 2016
1 parent ae7105e commit c3240c9
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions README.md
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
```
===============================================

0 comments on commit c3240c9

Please sign in to comment.