astrometric_uncertainty
Attributes
Functions
|
Return the astrometric uncertainty (sigma, in arcseconds) for an |
Module Contents
- astrometric_uncertainty_Veres2017(obsCode, jd_tdb, catalog=None, program=None)[source]
Return the astrometric uncertainty (sigma, in arcseconds) for an observatory, Julian date, and optionally catalog and program, based on the work of Veres et al. This is a one-sigma uncertainty, not a 1/sigma^2 weight – the fit squares-and-inverts it into the weight matrix.
See: Veres et al. 2017 https://arxiv.org/pdf/1703.03479
- Parameters:
obsCode (str) – The observatory code
jd_tdb (float) – Julian date in TDB of the observation
catalog (str, optional) – The stellar catalog used for measuring the astrometry, by default None
program (str, optional) – The program code assigned by the Minor Planet Center, by default None
- Returns:
Astrometric uncertainty in arcseconds
- Return type:
float