util#

Signal utilities for controlling chunking of lazy signal data in Array and other array tools.

Functions

get_chunking([signal, data_shape, nav_dim, ...])

Get a chunk tuple based on the shape of the signal data.

get_dask_array(signal[, dtype])

Return dask array of patterns with appropriate chunking.

grid_indices(grid_shape, nav_shape[, ...])

Return indices of a grid evenly spaced in a larger grid of max.