exist_reversed_time

echopype.qc.exist_reversed_time(ds, time_name)

Test for occurrence of time reversal in specified datetime coordinate variable.

Parameters:
ds : xr.Dataset

a dataset for which the time coordinate will be tested

time_name : str

name of the time coordinate to be tested

Returns:
True if at least one time reversal is found, False otherwise.