assert_sky_coords_close#
- lsst.images.tests.assert_sky_coords_close(test_sky, expected_sky, atol, *, label='sky_coords')#
Assert that two astropy sky-coordinate sets are close.
Great-circle separations are used instead of per-axis RA/Dec comparisons, so the comparison is correct across the RA = 0 meridian and near the poles.
- Parameters:
- Return type: