Skip to content

Commit 7a15c6c

Browse files
author
Colin Hansen
authored
Update README.md
1 parent fe4ff9c commit 7a15c6c

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ A directory exists for each of the 6 methods. Within each are the corresponding
1414

1515
.
1616
├── ...
17-
├── Method # One of the 6 tractography methods
18-
| ├── Method.nii.gz # 4D Atlas using all datasets
19-
| ├── rh.Method.vtk.gz # Surface reconstruction of the 4D Atlas (right hemisphere)
20-
| ├── lh.Method.vtk.gz # Surface reconstruction of the 4D Atlas (left hemisphere)
21-
│ ├── Method_info.csv # Description of each bundle in the atlas
17+
├── <Method> # One of the 6 tractography methods
18+
| ├── <Method>.nii.gz # 4D Atlas using all datasets
19+
| ├── rh.<Method>.vtk.gz # Surface reconstruction of the 4D Atlas (right hemisphere)
20+
| ├── lh.<Method>.vtk.gz # Surface reconstruction of the 4D Atlas (left hemisphere)
21+
│ ├── <Method>_info.csv # Description of each bundle in the atlas
2222
│ ├── supplementary
23-
| | ├── Method_Dataset.nii.gz # 4D Atlas using the HCP/BLSA/VU dataset
24-
| | ├── rh.Method_Dataset.vtk.gz # Surface reconstruction of the 4D Atlas (right hemisphere) using the HCP/BLSA/VU dataset
25-
| | ├── lh.Method_Dataset.vtk.gz # Surface reconstruction of the 4D Atlas (left hemisphere) using the HCP/BLSA/VU dataset
23+
| | ├── <Method>_<Dataset>.nii.gz # 4D Atlas using the HCP/BLSA/VU dataset
24+
| | ├── rh.<Method>_<Dataset>.vtk.gz # Surface reconstruction of the 4D Atlas (right hemisphere) using the HCP/BLSA/VU dataset
25+
| | ├── lh.<Method>_<Dataset>.vtk.gz # Surface reconstruction of the 4D Atlas (left hemisphere) using the HCP/BLSA/VU dataset
2626
| | └── ...
2727
| └── ...
2828
└── ...

0 commit comments

Comments
 (0)