dacapo.experiments.arraytypes.annotations

Module Contents

Classes

AnnotationArray

An AnnotationArray is a uint8, uint16, uint32 or uint64 Array where each

class dacapo.experiments.arraytypes.annotations.AnnotationArray

An AnnotationArray is a uint8, uint16, uint32 or uint64 Array where each voxel has a value associated with its class.

property interpolatable

This is an abstract method which should be overridden in each of the subclasses to determine if an array is interpolatable or not.

Returns:

True if the array is interpolatable, False otherwise.

Return type:

bool

classes: Dict[int, str]