cogwheel.postprocessing.postprocess_eventdir¶
- cogwheel.postprocessing.postprocess_eventdir(eventdir, reference_rundir=None, outfile=None)¶
Make diagnostics plots aggregating multiple runs of an event and save them to pdf format.
These include a summary table of the parameters of the runs, number of samples vs time to completion, and corner plots comparing each run to a reference one.
- Parameters:
- eventdiros.PathLike
Path to eventdir where all the rundirs to compare are located.
- reference_rundiros.PathLike
Path to rundir used as reference against which to overplot samples. Defaults to the first rundir by name.
- outfileos.PathLike
Path to save output as pdf. Defaults to
{eventdir}/{EventdirPostprocessor.DIAGNOSTICS_FILENAME}.