-
Notifications
You must be signed in to change notification settings - Fork 34
Home
ljod edited this page Aug 21, 2014
·
36 revisions
Welcome to the whitematteranalysis wiki!
Brief Outline of Steps
wm_registermultisubject.py
- Runs a multisubject unbiased group registration of tractography.
- This is used to create the atlas and is typically used on the control subject data.
wm_cluster_atlas.py
- Runs clustering of tractography for multiple subjects to create an atlas. Clusters can be viewed in Slicer following this step.
wm_register_to_atlas.py
- Runs a multisubject unbiased group registration of tractography.
- This is used to register the cases (experimental group) to the atlas.
wm_label_from_atlas.py
- Labels tractography for single cases according to the multi-subject cluster representation created in step 2
Additional command: wm_cluster_subject.py
- Clusters tractography from a single subject
- This is not commonly used. It is generally used for experimenting with one subject.