| mghheader.is.ras.valid | R Documentation |
Check whether header contains valid ras information
mghheader.is.ras.valid(header)
header |
mgh header or |
logical, whether header contains valid ras information (according to the ras_good_flag).
Other header coordinate space:
mghheader.ras2vox(),
mghheader.ras2vox.tkreg(),
mghheader.scanner2tkreg(),
mghheader.tkreg2scanner(),
mghheader.vox2ras(),
mghheader.vox2ras.tkreg(),
read.fs.transform(),
read.fs.transform.dat(),
read.fs.transform.lta(),
read.fs.transform.xfm(),
sm0to1(),
sm1to0()
brain_image <- system.file("extdata", "brain.mgz",
package = "freesurferformats",
mustWork = TRUE
)
vdh <- read.fs.mgh(brain_image, with_header = TRUE)
mghheader.is.ras.valid(vdh$header)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.