Skip to contents

Represents a single "run" or "scan" of full voxel-level clustered time-series data stored in an HDF5 file. It inherits common properties (mask, clusters, file handle) from `H5ClusteredArray` and adds run-specific information.

Slots

scan_name

A character string identifying the scan (e.g., corresponds to a group under `/scans/`).

n_time

An integer specifying the number of time points in this run.

compress

A logical indicating if compression was intended or used (metadata). Inherits slots `obj`, `mask`, `clusters`, `n_voxels` from `H5ClusteredArray`.