Skip to contents

A class representing a four-dimensional brain image that is read into memory "on demand" using memory-mapped file access. FileBackedNeuroVec objects enable efficient handling of large-scale brain imaging data by loading only the required portions of the data into memory when needed.

Slots

meta

An instance of class FileMetaInfo containing the file meta information, such as the file path, format, and other associated metadata.