find_skycomponent_matches_atomic

ska_sdp_func_python.sky_component.operations.find_skycomponent_matches_atomic(comps_test, comps_ref, tol=1e-07)[source]

Match a list of candidates to a reference set of SkyComponents.

find_skycomponent_matches is faster since it uses the astropy catalog matching.

Many to one is allowed.

Parameters:
  • comps_test – SkyComponents to test

  • comps_ref – reference SkyComponents

  • tol – Tolerance in rad

Returns:

List of matched SkyComponents