Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2011-03-08 14:32:14
Size: 754
Editor: KhoaNguyen
Comment:
Revision 4 as of 2011-03-08 14:38:23
Size: 1086
Editor: KhoaNguyen
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
Remember to set your SUBJECTS_DIR to the directory where your cross sectionals (the different time points collected) are saved, and source the FREESURFER.
----
Remember to set your SUBJECTS_DIR to the directory where your cross sectionals (the different time points collected) are saved, and to source FREESURFER.
Line 15: Line 14:
----
Line 17: Line 16:
----
Line 19: Line 17:
recon-all -all -subjid tpN recon-all -all -subjid <tpNid>
}}}

Second, create your template/base from the tpNs
{{{
recon-all -base <templateID> -tp <tp1id> -tp <tp2id> ... -all
}}}

Finally, create the longitudinals using the template and tpNs. Repeat the steps for all tpNs. The resulting directories will be in the format of tp1id.long.templateID
{{{
recon-all -long <tpNid> <templateID> -all
Line 23: Line 31:

Processing your Longitudinal Data

This page will take you through the steps of processing your longitudinal data: first with running the cross sectionals and creating the longitudinals, and then with editing the data and rerunning the different streams with the new edits.

Creating the Longitudinal Data

Remember to set your SUBJECTS_DIR to the directory where your cross sectionals (the different time points collected) are saved, and to source FREESURFER.

cd /path/to/your/data
setenv SUBJECTS_DIR $PWD
source $FREESURFER_HOME

First, run all your cross sectionals. Run recon-all -all for all tpNs.

recon-all -all -subjid <tpNid>

Second, create your template/base from the tpNs

recon-all -base <templateID> -tp <tp1id> -tp <tp2id> ... -all

Finally, create the longitudinals using the template and tpNs. Repeat the steps for all tpNs. The resulting directories will be in the format of tp1id.long.templateID

recon-all -long <tpNid> <templateID> -all


Editing your Data

FsTutorial/LongitudinalTutorial_tktools (last edited 2013-11-01 14:33:07 by MaritzaEbling)