Multi-Resolution Imaging Data#

Multi-resolution images are handled with a special sub-class of the glue Data object that uses the full-resolution image as a main components, and then creates ReducedResolutionData objects for all the downsampled images. The MultiResolutionData object then passes off calls to get_data() to the appropriate ReducedResolutionData object.

MultiResolutionData Object#

MultiResolutionData([label, coords, ...])

A data class that supports multi-resolution n-dimensional datasets.

ReducedResolutionData Object#

ReducedResolutionData([label, coords, ...])

A simple data class that represents reduced resolution versions of data in a MultiResolutionData object