empyrean.query_radar¶
- query_radar(designations, cache_dir=None)[source]¶
Fetch radar (delay / Doppler) astrometry from JPL for one or more designations.
Asteroid radar astrometry is a JPL SSD product served by the
sb_radarAPI — it is not carried by the MPC observations API, so it ships as its own query parallel toquery_observations(). Returns the records parsed into a quivrADESRadarObservationstable in ADES-native units (delay value in seconds, its σ in microseconds, Doppler in Hz, frequency in MHz). An object with no radar astrometry yields an empty table. Fold the result into a fit by passing it as theradar=argument toempyrean.determine().- Parameters:
- Return type:
ADESRadarObservations