arrays_to_legacy_points# lsst.images.tests.arrays_to_legacy_points(x, y)# Convert arrays of x and y to a list of lsst.geom.Point2D. Parameters: x (ndarray) – X coordinates of the points. y (ndarray) – Y coordinates of the points. Return type: list[Any]