Accessing posterior samples =========================== Posterior samples from parameter estimation can be read from PESummary metafiles. .. code-block:: yaml kind: analysis name: get-data pipeline: gwdata download: - posterior source: type: pesummary location: /home/pe.o4/O4a///summary/samples/posterior_samples.h5 Accessing published power spectral densities (PSDs) =================================================== PSD files from parameter estimation can be read from PESummary metafiles. .. code-block:: yaml kind: analysis name: get-data pipeline: gwdata download: - psds source: type: pesummary location: /home/pe.o4/O4a///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. .. code-block:: yaml kind: analysis name: get-data pipeline: gwdata source: type: pesummary location: /home/pe.o4/O4a//results/posterior_samples.h5 download: - calibration