Skip to content
Snippets Groups Projects

Support timeline queries across datasets

Open Duncan Macleod requested to merge duncanmmacleod/gwosc:timeline-across-datasets into main

This MR implements a timeline query across multiple datasets.

The trick, which I'm not 100% sold on is to find the 'best' dataset, using the same logic as before, then match all other datasets that have the same suffix, under the assumption that they represent the same sort of data, e.g. if you find O3a_16KHZ_R1 as the best, and O3b_16KHZ_R1 also contains data in the interval, return that as well.

@martin.beroiz, is there a better way to determine that two datasets contain 'the same sort of data' just across two different epochs?

Closes #85

Merge request reports

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading