Pipeline fixes
Some minor fixes to address recent glue updates:
- SegmentsUtils has moved from
glue
tolscsoft-ligo
-
gw_data_find
no longer accepts non-integer GPS time. Solution is to justfloor()
andceil()
the times.
Some minor fixes to address recent glue updates:
glue
to lscsoft-ligo
gw_data_find
no longer accepts non-integer GPS time. Solution is to just floor()
and ceil()
the times.