Skip to content

Commit

Permalink
Multtiply w1, w2, and wdiff
Browse files Browse the repository at this point in the history
  • Loading branch information
plazas committed Nov 10, 2020
1 parent 25e2528 commit 537ed4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/lsst/cp/pipe/ptc.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,8 +684,6 @@ def measureMeanVarCov(self, exposure1, exposure2, region=None, covAstierRealSpac
wDiff = np.where(diffIm.getMask().getArray() == 0, 1, 0)
w = w12*wDiff

w = wDiff

maxRangeCov = self.config.maximumRangeCovariancesAstier
if covAstierRealSpace:
covDiffAstier = computeCovDirect(diffIm.getImage().getArray(), w, maxRangeCov)
Expand Down

0 comments on commit 537ed4d

Please sign in to comment.