dacapo.experiments.arraytypes.arraytype
Module Contents
Classes
The type of data provided by an array. The ArrayType class helps to keep |
- class dacapo.experiments.arraytypes.arraytype.ArrayType
The type of data provided by an array. The ArrayType class helps to keep track of the semantic meaning of an Array. Additionally the ArrayType keeps track of metadata that is specific to this datatype such as num_classes for an annotated volume or channel names for intensity arrays.
- abstract property interpolatable: bool
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