table_from_simbad

tessilator.maketable.table_from_simbad(input_names)[source]

Generate the formatted astropy table from a list of target names.

All characters can be parsed except commas, since the table is in comma separated variable (.csv) format.

Parameters:
input_namesastropy.table.Table

an input list of target names

Returns:
gaia_tableastropy.table.Table

the output table ready for further analysis