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_names
astropy.table.Table An input list of target names.
- input_names
- Returns:
- gaia_table
astropy.table.Table The output table ready for further analysis.
- gaia_table