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 911b407 commit f56e757Copy full SHA for f56e757
python/lsst/drp/tasks/update_visit_summary.py
@@ -857,7 +857,14 @@ def run(
857
image_ap_corr_map=ap_corr,
858
sources_is_astropy=True,
859
)
860
-
+ # It will do the computation just once accross the FoV
861
+ # at the first pass and then it will populate the other
862
+ # detectors with the first pass value.
863
+ self.compute_summary_stats.comp_psf_TEX_visit_level(
864
+ summary_stats,
865
+ psf_star_catalog,
866
+ sources_is_astropy=True,
867
+ )
868
if photo_calib_overrides:
869
center = compute_center_for_detector_record(output_record, bbox, wcs)
870
(
0 commit comments