We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350ece0 commit 6619f04Copy full SHA for 6619f04
python/lsst/drp/tasks/update_visit_summary.py
@@ -864,7 +864,14 @@ def run(
864
image_ap_corr_map=ap_corr,
865
sources_is_astropy=True,
866
)
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
+ )
875
if photo_calib_overrides:
876
center = compute_center_for_detector_record(output_record, bbox, wcs)
877
(
0 commit comments