get_star_table#
- skysim.query.get_star_table(observation_radec, field_of_view, maximum_magnitude, object_colours, verbose_level=1)[source]#
Query Simbad to get celestial objects.
- Parameters:
- observation_radec
astropy.coordinates.SkyCoord RA, Dec coordinates that get observed.
- field_of_view
astropy.units.Quantity[angle] Diameter of observation.
- maximum_magnitude
float Highest magnitude value to search for.
- object_colours
dict[str,RGBTuple] Colours of the objects - used to check if spectral types are valid.
- verbose_level
int How much detail to print.
- observation_radec
- Returns:
astropy.table.QTableTable of all valid celestial objects.