Skip to content

Introduce a SegmentList.to_table method

Duncan Macleod requested to merge github/fork/alurban/segments-table into master

Created by: alurban

This PR introduces a new method, SegmentList.to_table, to cast SegmentList objects as type ~gwpy.table.Table. This is provided mainly to have a way to write SegmentList objects to standard CSV tables, which has proven useful in delivering data products to LIGO management; see this tool for the LIGO summary pages (requires LIGO.ORG credentials).

cc @duncanmmacleod

Merge request reports