ess.reduce.time_of_flight.resample.find_strictly_increasing_sections#

ess.reduce.time_of_flight.resample.find_strictly_increasing_sections(var)[source]#

Find strictly increasing sections in a coordinate dimension (minimum length 2).

Parameters:

var (Variable) – The variable to analyze, which should be one-dimensional.

Returns:

sections – Slice objects that can be used extract strictly increasing sections.