get_planet_table#

skysim.query.get_planet_table(body_locations)[source]#

Get the planetary information at each observing time.

Parameters:
body_locationsdict[str, astropy.coordinates.SkyCoord]

Dictionary of sun and planet locations for each observation time (includes earth).

Returns:
list[astropy.table.QTable]

QTable of planetary info for each observing time.