tophu.DatasetWriter
- class tophu.DatasetWriter(*args, **kwargs)
An array-like interface for writing output datasets.
DatasetWriter defines the abstract interface that types must conform to in order to be valid outputs of the multiscale_unwrap() function. Such objects must export NumPy-like dtype, shape, and ndim attributes and must support NumPy-style slice-based indexing.
See also
Methods
DatasetWriter.__init__(*args, **kwargs)Attributes
Data-type of the array's elements.
Tuple of array dimensions.
Number of array dimensions.