fslhd.parse: Parse FSL Header

View source: R/fslhd.R

fslhd.parseR Documentation

Parse FSL Header

Description

This function takes in a FSL header and parses the components

Usage

fslhd.parse(hd)

Arguments

hd

(character) header from fslhd

Value

data.frame of information from FSL header

Examples

if (have.fsl()){
 mnifile = mni_fname("2")
 hd = fslhd(mnifile)
 fslhd.parse(hd)
}  

muschellij2/fslr documentation built on Aug. 31, 2022, 8:47 p.m.