bioio.PhysicalPixelSizes

class bioio.PhysicalPixelSizes(Z, Y, X)[source]

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