cortex.dataset.Volume.__init__

Volume.__init__(data: ndarray[tuple[Any, ...], dtype[_ScalarT]], subject: str, xfmname: str, mask: ndarray[tuple[Any, ...], dtype[_ScalarT]] | None = None, cmap: str | None = None, vmin: float | None = None, vmax: float | None = None, description: str = '', **kwargs)[source]