Accessing posterior samples

Posterior samples from parameter estimation can be read from PESummary metafiles.

kind: analysis
name: get-data
pipeline: gwdata
download:
  - posterior
source:
  type: pesummary
  location: /home/pe.o4/O4a/<event>/<illustrative_result>/summary/samples/posterior_samples.h5

Accessing published power spectral densities (PSDs)

PSD files from parameter estimation can be read from PESummary metafiles.

kind: analysis
name: get-data
pipeline: gwdata
download:
  - psds
source:
  type: pesummary
  location: /home/pe.o4/O4a/<event>/<illustrative_result>/summary/samples/posterior_samples.h5

Accessing published calibration files from data releases

It is also possible to use a PESummary metafile as the source of a calibration uncertainty file, making reproducing a previous analysis more straightforward.

kind: analysis
name: get-data
pipeline: gwdata
source:
  type: pesummary
  location: /home/pe.o4/O4a/<event>/results/posterior_samples.h5
download:
  - calibration
© Copyright 2024, Daniel Williams.
Created using Sphinx 8.1.3.