Skip to content

New methods for LIGO_LW Table <-> numpy.recarray conversions

This PR introduces two new methods attached to the glue.ligolw.table.Table and subclasses,

  • Table.to_recarray : convert this table to a numpy.recarray
  • Table.from_recarray : create a new table from a numpy.recarray

Merge request reports