intake_io.source.nifti
Module Contents
Classes
Intake source for NIFTI files. |
Functions
|
- class intake_io.source.nifti.NiftiSource(uri: str, **kwargs)
Bases:
intake_io.source.base.ImageSourceIntake source for NIFTI files.
- Attributes:
uri (str): URI (file system path)
- Arguments:
uri (str): URI (file system path) metadata (dict, optional): Extra metadata, handed over to intake
- container = ndarray
- name = nifti
- version = 0.0.1
- partition_access = False
- open(self)