dingo-gw / dingo

Dingo: Deep inference for gravitational-wave observations
MIT License
55 stars 18 forks source link

Compatibility with PESummary #150

Closed stephengreen closed 1 year ago

stephengreen commented 1 year ago

This adds various properties in the Result classes that provide information useful for PESummary.

PESummary reads a Dingo file by first loading it using dingo.gw.result.Result, then interacts with this object to extract desired information.

Main changes

To-do