Skip to content

Dingo integration

Stephen Green requested to merge stephen.green/pesummary:dingo into master

This merge request extends PESummary to read HDF5 output files from Dingo.

Main changes

  • Add pesummary.core.file.formats.dingo and pesummary.gw.file.formats.dingo modules, which are based closely on their Bilby counterparts. These use the Dingo Result class to load the HDF5 file and access its contents. The Result class has specific methods to return the samples, prior, and relevant metadata for PESummary.
  • Modify pesummary.core.file.read to have a function to check whether a file is a Dingo HDF5 file.
  • Add Dingo as an "extras" dependency for PESummary.

Comments

Merge request reports