Description Usage Arguments Value Author(s) References See Also
Link the files necessary for registration to the appropriate slots in the registration object. Registration requires a working copy of FSL. Files must be copied from the FSL directory to the /registration directory of the ARF experiment. By default the standard filenames used by FSL are used.
1 2 3 4 | setRegFiles(registration, examp2stand = "example_func2standard.mat",
examp2high = "example_func2highres.mat", high2stand = "highres2standard.mat",
example_func = "example_func.nii.gz", highres = "highres.nii.gz",
standard = "standard.nii.gz")
|
registration |
Object of class |
examp2stand |
ARF to standard space affine transformation matrix file. |
examp2high |
ARF to high resolution affine transformation matrix file. |
high2stand |
High resolution to standard space affine transformation matrix file. |
example_func |
Nifti file in ARF native space. |
highres |
T1 weighted structural image. |
standard |
Standard space image (MNI152). |
Returns a registration object with the appropriate slots filled.
Wouter D. Weeda - w.d.weeda@gmail.com
See http://www.fmrib.ox.ac.uk/fsl/ on how to obtain FSL and licences.
registration
, createRegs
, setRegParams
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.