CoordinateSearchResult#

class astropy.coordinates.CoordinateSearchResult(indices_to_first_set, indices_to_second_set, angular_separation, physical_separation)[source]#

Bases: NamedTuple

Results of searching close pairs between two sets of sources.

Create new instance of CoordinateSearchResult(indices_to_first_set, indices_to_second_set, angular_separation, physical_separation)

Attributes Summary

angular_separation

The angular separations between the paired sources.

indices_to_first_set

Indices of the elements of the found pairs in the first set of sources.

indices_to_second_set

Indices of the elements of the found pairs in the second set of sources.

physical_separation

The physical separations between the paired sources.

Attributes Documentation

angular_separation#

The angular separations between the paired sources.

indices_to_first_set#

Indices of the elements of the found pairs in the first set of sources.

indices_to_second_set#

Indices of the elements of the found pairs in the second set of sources.

physical_separation#

The physical separations between the paired sources. If either of the source sets lack distances then the physical separations are computed assuming all coordinates are points on the unit sphere.