Description Usage Arguments Value Examples
This function takes in a FSL header and parses the components
1  | fslhd.parse(hd)
 | 
hd | 
 (character) header from   | 
data.frame of information from FSL header
1 2 3 4 5  | if (have.fsl()){
 mnifile = mni_fname("2")
 hd = fslhd(mnifile)
 fslhd.parse(hd)
}  
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.