Expand description
Array axis swizzle and reshape codec implementation for the numcodecs
API.
Structs§
- Rest
- Marker to signify all remaining (not explicitly named) axes
- Swizzle
Reshape Codec - Codec to swizzle/swap the axes of an array and reshape it.
Enums§
- Axis
- An axis or all remaining axes
- Axis
Group - An axis group, potentially from a merged combination of multiple input axes
- Swizzle
Reshape Codec Error - Errors that may occur when applying the
SwizzleReshapeCodec
.
Functions§
- swizzle_
reshape - Swizzle and reshape the input
data
array with the newaxes
. - undo_
swizzle_ reshape - Reverts the swizzle and reshape of the
encoded
array with theaxes
and returns the original array. - undo_
swizzle_ reshape_ into - Reverts the swizzle and reshape of the
encoded
array with theaxes
and outputs it into thedecoded
array.