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_TABLEand not by an actual query).- Parameters:
- table
astropy.table.QTable Table to operate on.
- table
- Returns:
astropy.table.QTable“Cleaned” table.