Generic function to read image meta info given a file and a BrainFileDescriptor
instance.
1 2 3 4 5 6 7 8 9 10 11 12 13 | readMetaInfo(x, fileName)
## S4 method for signature 'NIfTIFileDescriptor'
readMetaInfo(x, fileName)
## S4 method for signature 'AFNIFileDescriptor'
readMetaInfo(x, fileName)
## S4 method for signature 'NIMLSurfaceFileDescriptor'
readMetaInfo(x, fileName)
## S4 method for signature 'FreesurferAsciiSurfaceFileDescriptor'
readMetaInfo(x, fileName)
|
x |
descriptor instance |
fileName |
file name contianing meta information |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.