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

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