This class represents a neuroimaging file format descriptor, containing information about the file format, encoding, and extensions for both header and data components.
Slots
file_formatA
characterstring specifying the name of the file format (e.g., "NIfTI").header_encodingA
characterstring specifying the file encoding of the header file (e.g., "raw" for binary, "gzip" for gz compressed).header_extensionA
characterstring specifying the file extension for the header file (e.g., "nii" for NIfTI single files).data_encodingA
characterstring specifying the file encoding for the data file.data_extensionA
characterstring specifying the file extension for the data file (e.g., "nii" for NIfTI single files).