tomoscan.tomoobject.TomoObject¶
- class tomoscan.tomoobject.TomoObject¶
Bases:
objectParent class of all tomographic object in tomoscan
- __init__()¶
Methods
__init__()from_identifier(identifier)Return the Dataset from a identifier
get_bounding_box([axis])Return the bounding box covered by the Tomo object axis is expected to be in (0, 1, 2) or (x==0, y==1, z==2)
dataset unique identifier.
- static from_identifier(identifier: Union[str, BaseIdentifier])¶
Return the Dataset from a identifier
- get_bounding_box(axis: Optional[Union[str, int]] = None) BoundingBox1D¶
Return the bounding box covered by the Tomo object axis is expected to be in (0, 1, 2) or (x==0, y==1, z==2)
- get_identifier() BaseIdentifier¶
dataset unique identifier. Can be for example a hdf5 and en entry from which the dataset can be rebuild