ess.reduce.time_of_flight.resample#

Functions

find_strictly_increasing_sections(var)

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

get_min_max(var, *, dim, slices)

make_regular_grid(var, *, dim, slices)

Create a regular grid variable based on the min and max of the slices.

rebin_strictly_increasing(da, dim)

Find strictly monotonic sections in a coordinate dimension and rebin the data array into a regular grid based on these sections.