BrainFileDescriptor-class: BrainFileDescriptor
Description
This class represents a neuroimaging file format
Slots
fileFormat
- the name of the file format (e.g. NIfTI)
headerEncoding
- the file encoding of the header file (e.g. 'raw' for binary, 'gzip' for gz compressed')
headerExtension
- the file extension for the header file (e.g. 'nii' for NIfTI single files)
dataEncoding
- the file encoding for the data file
dataExtension
- the file extension for the data file (e.g. 'nii' for NIfTI single files)