Skip to content

Simplify and fix running on gps-time files

Gregory Ashton requested to merge simplify-gps-time-running into master

The main setup now passes a trigger time to every generation job, so there is no need to load in the gps_file and use the index. Instead, the generation job for real data just uses the given trigger time.

Merge request reports