Skip to content

Commit

Permalink
Merge branch 'tickets/DM-41512'
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenam committed Nov 3, 2023
2 parents e1186d0 + e524b56 commit a1d70e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/lsst/drp/tasks/update_visit_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,8 @@ def run(
psf = None
output_record.setPsf(psf)
sources = psf_star_catalog[psf_star_catalog["detector"] == detector_id]
if len(sources) == 0:
sources = None
self.compute_summary_stats.update_psf_stats(
summary_stats,
psf,
Expand Down

0 comments on commit a1d70e3

Please sign in to comment.