Skip to content

REFACTOR: make multiband likelihood call Interferometer.get_detector_response

Colm Talbot requested to merge simplify-multiband-response into master

Based on ongoing discussion about implementing different detector responses, it would be nice for the likelihoods to all access the response functions uniformly. The MB likelihood currently has an almost verbatim copy of the Inteferometer.get_detector_response method. This MR provides a minimal change to be able to directly call that method.

@pratyusava.baral would this simplify your modification of the MB likelihood?

Merge request reports