get_window_edges

function of dascore.utils.signal source

get_window_edges(
    window: Any ,
    size: tuple[int, …] ,
)-> ‘list[np.ndarray]’

Return a window along each axis of a tile, as float64 arrays.

Parameters

Parameter Description
window The window; see get_window. One for every axis, or a list with
one per axis.
size The tile’s shape.