Skip to content

Print out all injected polariastions (h_plus and h_cross)

Description

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).

ping @katerina.chatziioannou and @bence.becsy for info.

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 needed for this addition.

Merge request reports