ess.reduce.live.roi#

Utilities for region of interest (ROI) selection.

Functions

apply_selection(data, *, selection[, norm, ...])

Apply selection to data.

select_indices_in_intervals(intervals, indices)

Return subset of indices that fall within the intervals.

select_indices_in_polygon(polygon, indices)

Return subset of indices that fall within the polygon.

Classes

ROIFilter(indices[, norm, spatial_dims])

Filter for selecting a region of interest (ROI).