Skip to content

LALInferenceReadData: When interpolating a PSD file, allow the 0Hz bin

Description

When reading a PSD file, if the 0Hz component had 0 power, the PSD interpolation routines misinterpreted this as a termination condition. This change ensures that the interpolation will always step past the 0th bin.

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

Merge request reports