Skip to content
Snippets Groups Projects
Commit 686f66f8 authored by Simon Ding's avatar Simon Ding
Browse files

Fixed call parameters of MfResponse

parent 48499441
No related branches found
No related tags found
2 merge requests!11Fixed call parameters of MfResponse,!10Fixed call parameters of MfResponse
Pipeline #93758 passed
......@@ -120,7 +120,7 @@ def ImagingLikelihood(
R = FullPolResponse(observation, sky_operator.target)
else:
if len(sdom.shape) == 3:
R = MfResponse(observation, sdom)
R = MfResponse(observation, sdom[0], sdom[1])
else:
R = StokesIResponse(observation, sdom)
model_data = R @ sky_operator
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment