tiles

method of dascore.utils.window.Window source

tiles(
    self ,
    shape: tuple[int, …] ,
)-> ‘TilePlan’

Return the plan for tiling an array of shape along the windowed axes.

shape is the whole array’s; the plan covers the windowed axes in the order the window names them. A window with no stride cannot tile.