Skip to content
Snippets Groups Projects
Commit d15a2dc9 authored by Jakob Roth's avatar Jakob Roth
Browse files

VariableCovarianceDiagonalGaussianLikelihood of rve

parent 07f98475
Branches
Tags
1 merge request!37Draft: Observation: introduce __hash__
......@@ -217,7 +217,7 @@ def CalibrationLikelihood(
return e @ dt @ model_d
else:
s0, s1 = "model data", "inverse covariance"
e = ift.VariableCovarianceDiagonalGaussianLikelihood(
e = VariableCovarianceDiagonalGaussianLikelihood(
obs.vis, s0, s1, mask=obs.mask, nthreads=nthreads
)
return e @ (dt @ model_d).ducktape_left(s0) + (dt_icov @ icov).ducktape_left(s1)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment