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

C

Alias for field number 1

T

Alias for field number 0

X

Alias for field number 4

Y

Alias for field number 3

Z

Alias for field number 2