exist_reversed_time#
- echopype.qc.exist_reversed_time(ds, time_name)#
Test for occurrence of time reversal in specified datetime coordinate variable.
- Parameters
- dsxr.Dataset
a dataset for which the time coordinate will be tested
- time_namestr
name of the time coordinate to be tested
- Returns
- True if at least one time reversal is found, False otherwise.