slycat.hyperchunks

Functionality for working with hyperchunk specifications (collections of array/attribute/slice information).

slycat.hyperchunks.arrays(hyperchunks, array_count)[source]

Iterate over the arrays in a set of hyperchunks.

slycat.hyperchunks.parse(string)[source]

Parse a string hyperchunks representation.

Parameters:string (string representation of a hyperchunk.) –
Returns:hyperchunks
Return type:parsed representation of a hyperchunk.
slycat.hyperchunks.tostring(value)[source]

Convert hyperchunks to their string representation.