fslhd.parse: Parse FSL Header

Description Usage Arguments Value Examples

View source: R/fslhd.R

Description

This function takes in a FSL header and parses the components

Usage

1

Arguments

hd

(character) header from fslhd

Value

data.frame of information from FSL header

Examples

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

neuroconductor-devel/fslr documentation built on May 6, 2021, 1:44 p.m.