R/fslhd.R
fslhd.parse.Rd
This function takes in a FSL header and parses the components
fslhd.parse(hd)
(character) header from fslhd
fslhd
data.frame of information from FSL header
if (have.fsl()){ mnifile = mni_fname("2") hd = fslhd(mnifile) fslhd.parse(hd) }