From e2e0913ee52e897d3db04b92a63bbff9a5c50a36 Mon Sep 17 00:00:00 2001 From: Simon Ding <ding@mpa-garching.mpg.de> Date: Thu, 18 Feb 2021 17:33:09 +0100 Subject: [PATCH] Adjusted docstring --- resolve/likelihood.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resolve/likelihood.py b/resolve/likelihood.py index 1dec1910..44c3ad5e 100644 --- a/resolve/likelihood.py +++ b/resolve/likelihood.py @@ -99,6 +99,8 @@ def ImagingLikelihood( Operator that generates sky. Can have as a target either a two-dimensional DomainTuple (single-frequency imaging), a three-dimensional DomainTuple (multi-frequency imaging) or a MultiDomain (polarization imaging). + For multi-frequency imaging it is required that the first entry of the + three-dimensional DomainTuple represents the domain of the frequencies. inverse_covariance_operator : Operator Optional. Target needs to be the same space as observation.vis. If it is -- GitLab