clean_simbad_table_columns#

skysim.query.clean_simbad_table_columns(table)[source]#

Remove and rename some SIMBAD columns - does not fail if the columns do not exist (happens if the table was actually generated from BASIC_TABLE and not by an actual query).

Parameters:
tableastropy.table.QTable

Table to operate on.

Returns:
astropy.table.QTable

“Cleaned” table.