bioio.DimensionProperties¶
- class bioio.DimensionProperties(T: DimensionProperty, C: DimensionProperty, Z: DimensionProperty, Y: DimensionProperty, X: DimensionProperty)[source]¶
Container for dimension properties for all supported dims.
These align with the standard bioio dimension order (T, C, Z, Y, X).
Create new instance of DimensionProperties(T, C, Z, Y, X)
- __init__(*args, **kwargs)¶
Methods
__init__(*args, **kwargs)count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Attributes