Differences between revisions 3 and 4
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:

Registration in this context is the processes of computing a linear (affine) transformation matrix to map between the individual's functional data and his/her FreeSurfer structural/anatomical data (namely, the orig.mgz volume in the FreeSurfer mri directory). Before computing the registration, FS-FAST needs to know what the name of the subject is in the $SUBJECTS_DIR. You do this by creating a file in the functional directory called "subjectname". Eg:[br]

cd bert-functional [br]
echo "bert" > subjectname[br]

Then there must be FreeSurfer data for bert under $SUBJECTS_DIR/bert. FS-FAST will then get the name of the subject from this file and automatically know where to find the anatomicals.[br]

By default, FS-FAST will use the first-volume of the first run as the functional template for registration. It is important that this template be the same one used for motion correction (which will be done by default).

Registration in this context is the processes of computing a linear (affine) transformation matrix to map between the individual's functional data and his/her FreeSurfer structural/anatomical data (namely, the orig.mgz volume in the FreeSurfer mri directory). Before computing the registration, FS-FAST needs to know what the name of the subject is in the $SUBJECTS_DIR. You do this by creating a file in the functional directory called "subjectname". Eg:[br]

cd bert-functional [br] echo "bert" > subjectname[br]

Then there must be FreeSurfer data for bert under $SUBJECTS_DIR/bert. FS-FAST will then get the name of the subject from this file and automatically know where to find the anatomicals.[br]

By default, FS-FAST will use the first-volume of the first run as the functional template for registration. It is important that this template be the same one used for motion correction (which will be done by default).

There are 2 options for registering to the structural:

  1. ["spmregister-sess"] -s <subject> -df sesspar

or

  1. ["autoreg-sess"]
  2. followed by manual registration with ["tkregister-sess"]

FsFastRegisterToStructural (last edited 2008-04-29 11:46:02 by localhost)