| BrainFileDescriptor-class {neuroim} | R Documentation |
BrainFileDescriptor
Description
This class represents a neuroimaging file format
Slots
fileFormatthe name of the file format (e.g. NIfTI)
headerEncodingthe file encoding of the header file (e.g. 'raw' for binary, 'gzip' for gz compressed')
headerExtensionthe file extension for the header file (e.g. 'nii' for NIfTI single files)
dataEncodingthe file encoding for the data file
dataExtensionthe file extension for the data file (e.g. 'nii' for NIfTI single files)
[Package neuroim version 0.0.6 Index]