bioio.Scale¶
- class bioio.Scale(T: float | None, C: float | None, Z: float | None, Y: float | None, X: float | None)[source]¶
Per-dimension scale factors for T, C, Z, Y, X.
Create new instance of Scale(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