Skip to content

Fix offline analysis plotting jobs, waveform access

Patrick Godwin requested to merge fix-offline_workflow_horizon_waveforms into master

This merge request addresses a couple of issues introduced by changes in the horizon/background plotting jobs. Specifically:

  • Mass model was not being transferred when Condor file transfer was enabled
  • Horizon distance plots were using the reference PSD rather than the dist stats for the rankingstat type plots
  • gstlal_inspiral_plot_rankingstats_horizon: if target directory does not exist, create it. this introduces similar behavior as the other plotting jobs to support Condor file transfer more seamlessly

In addition, some of the profiles added LAL_DATA_PATH so that waveforms are accessible by default avoiding some issues seen in #96 (closed).

Closes #96 (closed).

Merge request reports