File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 └── ...
You can’t perform that action at this time.
0 commit comments