Skip to content

Commit

Permalink
Fractional mask in forward map
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcrenshaw authored Dec 4, 2024
1 parent 878b28f commit a1a9f43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/lsst/ts/wep/utils/modelUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ def forwardModelPair(
blendOffsets=blendOffsetsIntra,
),
zkCoeff,
isBinary=False,
)
# Add blends
if blendOffsetsIntra is None:
Expand Down Expand Up @@ -247,6 +248,7 @@ def forwardModelPair(
blendOffsets=blendOffsetsExtra,
),
zkCoeff,
isBinary=False,
)
# Add blends
if blendOffsetsExtra is None:
Expand Down

0 comments on commit a1a9f43

Please sign in to comment.