CoordinateSearchResult#
- class astropy.coordinates.CoordinateSearchResult(indices_to_first_set, indices_to_second_set, angular_separation, physical_separation)[source]#
Bases:
NamedTupleResults of searching close pairs between two sets of sources.
See also
Create new instance of CoordinateSearchResult(indices_to_first_set, indices_to_second_set, angular_separation, physical_separation)
Attributes Summary
The angular separations between the paired sources.
Indices of the elements of the found pairs in the first set of sources.
Indices of the elements of the found pairs in the second set of sources.
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.