registration-class: arf3DS4 "registration" class

Description Objects Slots Methods Author(s) References Examples

Description

The arf3DS4 registration class contains information on the conversion matrices for brain registration purposes. It is used to convert ARF models to standard space (MNI152), and to structural (T1) images. It is also used to look up the location of activated regions in standard atlases (Harvard-Oxford and Talairach). The "registration" class is optional, for it to work properly a functioning installation of FSL is required.

Objects

Objects can be created by calls of the form new("registration", ...).

Slots

fullpath:

Full path of registration directory.

filename:

Registration filename.

linkedfile:

Path to linked beta-file.

examp2high:

ARF to high resolution affine transformation.

high2stand:

High resolution to standard space affine transformation.

examp2stand:

ARF to standard space affine transformation.

example:

Nifti file in arf space.

highres:

T1 weighted structural image.

standard:

Standard space image (MNI152).

Dex:

ARF voxel to ARF mm.

Dhi:

highres mm to highres voxels.

Dst:

standard mm to standard voxels.

SXhi:

x-axis flip.

Aex2hi:

ARF mm to highres mm.

Ahi2st:

highres mm to standard mm.

OXst:

standard origin offset.

version:

Object of class "version" (see version)

Methods

Standard arf3DS4 accessor and replacement functions can be used to access and replace slots.

access

.classname.slotname(object)

replace

.classname.slotname(object)<-

In this case classname is "registration" and slotname is for example "highres". So to access the "highres" slot of an r-object "myregistration" (of class "registration") type .registration.highres(myregistration).

Author(s)

Wouter D. Weeda - w.d.weeda@gmail.com

References

See http://www.fmrib.ox.ac.uk/fsl/ on how to obtain FSL and licences. See http://www.fmrib.ox.ac.uk/fsl/data/atlas-descriptions.html on information on the atlases.

Examples

1
showClass("registration")

arf3DS4 documentation built on May 2, 2019, 8:19 a.m.