Skip to content

Allow single filename to be given in the case of one event

We are planning to run bayestar ourselves on coincident events for PyCBC offline results, allowing control over the waveform and lower frequency cutoff to match the ones used in the search.

We have hit a minor problem in running within our workflow, which this fixes:

  • To run this in a pegasus workflow, we need to be able to map the output filename correctly and keep it as a file object within the workflow.
  • If all events have files called 0.fits (as bayestar would be run for each event individually), this introduces a race condition, and will likely lead to the fits file being confused between events.

Merge request reports