get_star_name_column#
- skysim.query.get_star_name_column(star_table)[source]#
Create human-readable
namecolumn.- Parameters:
- star_table
astropy.table.QTable Table of stars from which to generate the name column from the
idscolumn.
- star_table
- Returns:
astropy.table.QTablestar_tablewith theidcolumn replaced by a human-readablenamecolumn, and theidscolumn removed.