Skip to content

Print out all injected polariastions (h_plus and h_cross) - 2nd try!

Description

This is a replacement MR for !1342 (closed). Nothing has happened for that MR for over a year, and after trying to rebase the source branch against current lscsoft/lalsuite - master and running into many errors in the process I decided to make a new branch and add the (comparatively small) patch from the original MR onto a branch that's currently up to date.

Copying the description from the original MR:

This MR prints out the raw plus and cross injections (at geocenter) for any signal injected through the LALInference injection scheme (ie both LALInference and BayesWave). By adding the flag --dump-geocenter-pols to a command line, it'll print out a file, for either TD or FD injections, with the raw geocenter polarizations. For TD injections it prints out one file per IFO that's included (but they all contain the same WFs), whereas for FD injections it only prints out one file (which however still contains the name of the first IFO in the analysis).

To clear up my (past) mistake/laziness, I will close the original MR !1342 (closed).

Ping to @meg.millhouse (and @katerina.chatziioannou and @bence.becsy from the original MR).

API Changes and Justification

Backwards Compatible Changes

  • This change introduces no API changes
  • This change adds new API calls

Backwards Incompatible Changes

  • This change modifies an existing API
  • This change removes an existing API

Review Status

No special review is needed. This MR doesn't modify any "science code", it just adds an option to print some internal time/freq arrays to file.

Merge request reports

Loading