dataset : Dataset
The mapper of this dataset is used to perform the reverse-mapping.
data : ndarray or Dataset, optional
The data to be wrapped into NiftiImage. If None (default), it
would wrap samples of the provided dataset. If it is a Dataset
instance – takes its samples for mapping.
imghdr : None or dict, optional
Image header data. If None, the header is taken from dataset.a.imghdr.
imgtype : None or class, optional
Image class to be used for the instance. If None, the type is taken
from dataset.a.imgtype.
|