Skip to content

Pipe for bayesline

Adds support for new parent job to run BayesLine PSD estimation before the main BayesWave analysis and use the median BayesLine PSD in the analysis.

This is designed to match PSD estimation in LALInference workflows for easy waveform reconstruction comparisons.

Usage:

  • Add --bayesline-median-psd at the command line
  • Or add bayesline-median-psd= in [bayeswave_options] of the config file

The initial BayesWave/BayesWavePost jobs run BayesLine and cleanOnly. Subsequent BayesWave jobs then point to the median PSD produced by those parent jobs.

Tested on the OSG (with and without new option).

Merge request reports