bioio.PhysicalPixelSizes

class bioio.PhysicalPixelSizes(Z: float | None, Y: float | None, X: float | None)[source]

Physical pixel sizes along the Z, Y, and X axes.

Create new instance of PhysicalPixelSizes(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

X

Alias for field number 2

Y

Alias for field number 1

Z

Alias for field number 0