cogwheel.postprocessing.main

cogwheel.postprocessing.main(*, rundir=None, eventdir=None)

Postprocess a run directory or an event directory.

Typically, an event directory will contain many run directories corresponding to different sampler settings. Processing a run directory generates a file {rundir}/{TESTS_FILENAME} with test results. Processing an event directory aggregates these files and generates diagnostic plots summarizing them.

Parameters:
rundirpath to a run directory to postprocess, can’t be set

simultaneously with eventdir or a ValueError is raised.

eventdirpath to an event directory to postprocess, can’t be set

simultaneously with rundir or a ValueError is raised.