merge_tables
- acstools.utils_findsat_mrt.merge_tables(tbls, theta_sep=10, rho_sep=10)
Merge multiple trail tables together while removing duplicates.
- Parameters:
theta_sep (float, optional) – Minimum separation in
xcentroid
between catalog entries. Note thatxcentroid
is the pixel number in thetheta
direction. The default is 10.rho_sep (float, optional) – Minimum separation in
ycentroid
between catalog entries. Note thatycentroid
is the pixel number in therho
direction. The default is 10.
- Returns:
src – Merged table.
- Return type: