Skip to content

WIP: Adding an option to generate webpages

Charlie Hoy requested to merge charlie.hoy/bilby:pesummary into master

The purpose of this MR is to add a method to the Result class which acts as a wrapper for pesummary. At the moment PESummary is purely a command line executable and therefore the code that I have added as part of this MR is just a place holder. As part of this MR, I need to add the following things to pesummary:

  • a helper function which allows pesummary to be run from within a python shell.
  • be able to pass a pandas data frame containing the posterior values (at the moment, you have to pass a results file)
  • be able to pass the calibration envelope and psds as an array (at the moment, you have to pass them both as files)
Edited by Charlie Hoy

Merge request reports