Skip to content
Snippets Groups Projects

bilby/gw/likelihood.py: make phase of d_inner_h consistent with that of the other likelihoods

Merged Soichiro Morisaki requested to merge soichiro/bilby:fix_multiband_snr into master

d_inner_h for multiband was np.conj(data).dot(template) but for the other likelihoods np.conj(template).dot(data). This MR takes the complex conjugate of the multiband d_inner_h to make them all consistent. Since likelihood depends on its real part (absolute part for phase marginalization), this difference does not bias parameter recovery results during sampling. However, phase resampled from phase marginalization will be mapped into its negative. This fixes #678 (closed).

Merge request reports

Checking pipeline status.

Approval is optional

Merged by Colm TalbotColm Talbot 1 year ago (Apr 27, 2023 10:05am UTC)

Merge details

Pipeline #520200 failed

Pipeline failed for cbf9e6d1 on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading