Skip to content

Commit

Permalink
Add heavy footprint when not setting flux columns
Browse files Browse the repository at this point in the history
  • Loading branch information
fred3m committed Mar 19, 2024
1 parent c0b71ef commit dd08db0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/lsst/meas/extensions/scarlet/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,8 @@ def updateBlendRecords(
sourceRecord.set("deblend_fluxOverlap", source.metrics.fluxOverlap[0])
sourceRecord.set("deblend_fluxOverlapFraction", source.metrics.fluxOverlapFraction[0])
sourceRecord.set("deblend_blendedness", source.metrics.blendedness[0])
else:
sourceRecord.setFootprint(heavy)


def oldScarletToData(blend: Blend, psfCenter: tuple[int, int], xy0: Point2I):
Expand Down

0 comments on commit dd08db0

Please sign in to comment.