Skip to contents

This is also known as the 'scanner2tkreg' matrix. Note that this is a RAS-to-RAS matrix. It is the inverse of the 'tkreg2scanner' matrix, see mghheader.tkreg2scanner.

Usage

mghheader.scanner2tkreg(header)

Arguments

header

the MGH header

Value

4x4 numerical matrix, the transformation matrix

Examples

brain_image <- system.file("extdata", "brain.mgz",
  package = "freesurferformats",
  mustWork = TRUE
)
vdh <- read.fs.mgh(brain_image, with_header = TRUE)
mghheader.scanner2tkreg(vdh$header)
#>      [,1] [,2] [,3]        [,4]
#> [1,]    1    0    0   0.4999542
#> [2,]    0    1    0 -29.3727417
#> [3,]    0    0    1  48.9047318
#> [4,]    0    0    0   1.0000000