Event Selection (dominosee.eventorize)

This module provides tools for detecting events in time series data based on thresholds.

Event Detection

get_event(da, threshold, extreme[, ...])

Apply get_event to an xarray DataArray.

Threshold Utilities

cut_single_threshold(ts, th[, extreme, ...])

Apply cut_single_threshold to an xarray DataArray.

Consecutive Event Utilities

select_start_consecutive(event_bool[, period])

Select the first period of each consecutive event along the time dimension.

select_end_consecutive(event_bool[, period])

Select the last period of each consecutive event along the time dimension.

_select_burst(te)

_select_wane(te)

_start_consecutive(event_bool[, period])

_end_consecutive(event_bool[, period])