Skip to content

Improve auto-detection of time-like columns in tables

This PR introduces a refactoring of the internal method EventTable._get_time_column in an attempt to simplify the logic. This method is used mainly in plotting to try and automatically detect that a column represents 'time' and to use a GPS-scaled axis for it.

Merge request reports