-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding dktnames to module and adding as default to ADNIDatasets
- Loading branch information
1 parent
02d4b5c
commit c822617
Showing
4 changed files
with
94 additions
and
95 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 |
---|---|---|
@@ -0,0 +1,83 @@ | ||
dktnames = ["ctx_rh_lateralorbitofrontal", | ||
"ctx_rh_parsorbitalis", | ||
"ctx_rh_frontalpole", | ||
"ctx_rh_medialorbitofrontal", | ||
"ctx_rh_parstriangularis", | ||
"ctx_rh_parsopercularis", | ||
"ctx_rh_rostralmiddlefrontal", | ||
"ctx_rh_superiorfrontal", | ||
"ctx_rh_caudalmiddlefrontal", | ||
"ctx_rh_precentral", | ||
"ctx_rh_paracentral", | ||
"ctx_rh_rostralanteriorcingulate", | ||
"ctx_rh_caudalanteriorcingulate", | ||
"ctx_rh_posteriorcingulate", | ||
"ctx_rh_isthmuscingulate", | ||
"ctx_rh_postcentral", | ||
"ctx_rh_supramarginal", | ||
"ctx_rh_superiorparietal", | ||
"ctx_rh_inferiorparietal", | ||
"ctx_rh_precuneus", | ||
"ctx_rh_cuneus", | ||
"ctx_rh_pericalcarine", | ||
"ctx_rh_lateraloccipital", | ||
"ctx_rh_lingual", | ||
"ctx_rh_fusiform", | ||
"ctx_rh_parahippocampal", | ||
"ctx_rh_entorhinal", | ||
"ctx_rh_temporalpole", | ||
"ctx_rh_inferiortemporal", | ||
"ctx_rh_middletemporal", | ||
"ctx_rh_bankssts", | ||
"ctx_rh_superiortemporal", | ||
"ctx_rh_transversetemporal", | ||
"ctx_rh_insula", | ||
"Right_Thalamus_Proper", | ||
"Right_Caudate", | ||
"Right_Putamen", | ||
"Right_Pallidum", | ||
"Right_Accumbens_area", | ||
"Right_Hippocampus", | ||
"Right_Amygdala", | ||
"ctx_lh_lateralorbitofrontal", | ||
"ctx_lh_parsorbitalis", | ||
"ctx_lh_frontalpole", | ||
"ctx_lh_medialorbitofrontal", | ||
"ctx_lh_parstriangularis", | ||
"ctx_lh_parsopercularis", | ||
"ctx_lh_rostralmiddlefrontal", | ||
"ctx_lh_superiorfrontal", | ||
"ctx_lh_caudalmiddlefrontal", | ||
"ctx_lh_precentral", | ||
"ctx_lh_paracentral", | ||
"ctx_lh_rostralanteriorcingulate", | ||
"ctx_lh_caudalanteriorcingulate", | ||
"ctx_lh_posteriorcingulate", | ||
"ctx_lh_isthmuscingulate", | ||
"ctx_lh_postcentral", | ||
"ctx_lh_supramarginal", | ||
"ctx_lh_superiorparietal", | ||
"ctx_lh_inferiorparietal", | ||
"ctx_lh_precuneus", | ||
"ctx_lh_cuneus", | ||
"ctx_lh_pericalcarine", | ||
"ctx_lh_lateraloccipital", | ||
"ctx_lh_lingual", | ||
"ctx_lh_fusiform", | ||
"ctx_lh_parahippocampal", | ||
"ctx_lh_entorhinal", | ||
"ctx_lh_temporalpole", | ||
"ctx_lh_inferiortemporal", | ||
"ctx_lh_middletemporal", | ||
"ctx_lh_bankssts", | ||
"ctx_lh_superiortemporal", | ||
"ctx_lh_transversetemporal", | ||
"ctx_lh_insula", | ||
"Left_Thalamus_Proper", | ||
"Left_Caudate", | ||
"Left_Putamen", | ||
"Left_Pallidum", | ||
"Left_Accumbens_area", | ||
"Left_Hippocampus", | ||
"Left_Amygdala", | ||
"brainstem"] |
This file was deleted.
Oops, something went wrong.
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