merge_tables

acstools.utils_findsat_mrt.merge_tables(tbls, theta_sep=10, rho_sep=10)

Merge multiple trail tables together while removing duplicates.

Parameters:
  • tbls (list) – List of Table to compare.

  • theta_sep (float, optional) – Minimum separation in xcentroid between catalog entries. Note that xcentroid is the pixel number in the theta direction. The default is 10.

  • rho_sep (float, optional) – Minimum separation in ycentroid between catalog entries. Note that ycentroid is the pixel number in the rho direction. The default is 10.

Returns:

src – Merged table.

Return type:

Table