get_star_name_column#

skysim.query.get_star_name_column(star_table)[source]#

Create human-readable name column.

Parameters:
star_tableastropy.table.QTable

Table of stars from which to generate the name column from the ids column.

Returns:
astropy.table.QTable

star_table with the id column replaced by a human-readable name column, and the ids column removed.