General array operations#
Utility functions to perform common array operations.
Functions#
|
Create a sliding window view of the data. |
|
Find regions in bool array and convert those to start-end indices. |
|
Convert a start-end list to a bool array. |
|
Merge intervals that are overlapping and that are a distance less or equal to gap_size from each other. |