pint.observatory.special_locations

Special locations that are not really observatories.

Special “site” locations (eg, barycenter) which do not need clock corrections or much else done.

Can be loaded using pint.observatory.special_locations.load_special_locations(), which is run on import. Otherwise it only needs to be run if pint.observatory.Observatory.clear_registry() is run.

Functions

load_special_locations()

Load Barycenter, Geocenter, and other special locations into observatory registry.

Classes

BarycenterObs(name[, aliases, overwrite])

Observatory-derived class for the solar system barycenter.

GeocenterObs(name[, aliases, include_gps, ...])

Observatory-derived class for the Earth geocenter.

SpecialLocation(name[, aliases, ...])

Special locations that are not really observatories.

T2SpacecraftObs(name[, aliases, ...])

An observatory with position tabulated following Tempo2 convention.