pint.observatory.topo_obs
Ground-based fixed observatories read in from observatories.json
.
These observatories have fixed positions that affect the data they record, but they also often have their own reference clocks, and therefore we need to correct for any drift in those clocks.
These observatories are registered when this file is imported.
The standard behavior is given by pint.observatory.topo_obs.load_observatories_from_usual_locations()
, which:
Clears any existing observatories from the registry
Loads the standard observatories
Loads any observatories present in
$PINT_OBS_OVERRIDE
, overwriting those already present
This is run on import. Otherwise it only needs to be run if pint.observatory.Observatory.clear_registry()
is run.
See also
Functions
|
Export all clock files PINT is using. |
|
Load observatory definitions from JSON and create |
Load observatories from the default JSON file as well as |
Classes
|
Observatories that are at a fixed location on the surface of the Earth. |