Learn R Programming

arf3DS4 (version 2.5-4)

makeLowResStruct: Make low resolution structural image from high resolution T1 image.

Description

Make low resolution structural image from high resolution T1 image. The function requires that registration files (setRegFiles) and parameters (setRegParams) are set. It also requires a working copy of FSL.

Usage

makeLowResStruct(arfdata, experiment = NULL)
makeLowResStructAvg(arfmodel, experiment = NULL)

Arguments

arfdata
An arf "data" object (see data.)
arfmodel
An arf "model" object (see model.)
experiment
An arf "experiment" object (see experiment.)

Value

  • None.

Details

makeLowResStructAvg makes use of the images created by makeLowResStruct so this must be called first. makeLowResStruct has to be run only once for each condition.

References

See http://www.fmrib.ox.ac.uk/fsl/ on how to obtain FSL and licences.

See Also

model, experiment, data, setRegFiles, setRegParams