Skip to content

Commit 6619f04

Browse files
committed
Compute TEX metric.
1 parent 350ece0 commit 6619f04

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

python/lsst/drp/tasks/update_visit_summary.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,14 @@ def run(
864864
image_ap_corr_map=ap_corr,
865865
sources_is_astropy=True,
866866
)
867-
867+
# It will do the computation just once across the FoV
868+
# at the first pass and then it will populate the other
869+
# detectors with the first pass value.
870+
self.compute_summary_stats.comp_psf_TEX_visit_level(
871+
summary_stats,
872+
psf_star_catalog,
873+
sources_is_astropy=True,
874+
)
868875
if photo_calib_overrides:
869876
center = compute_center_for_detector_record(output_record, bbox, wcs)
870877
(

0 commit comments

Comments
 (0)