compare_aperture_corrections_to_legacy# lsst.images.tests.compare_aperture_corrections_to_legacy(aperture_corrections, legacy_ap_corr_map, subimage_bbox)# Test an aperture correction dict by comparing it to an equivalent lsst.afw.image.ApCorrMap. Parameters: aperture_corrections (Mapping[str, BaseField]) – Dictionary to test. legacy_ap_corr_map (lsst.afw.image.ApCorrMap) – Equivalent legacy aperture correction map. subimage_bbox (Box) – Bounding box for full-image tests. Return type: None