Observation carries one station, used for both the transmit and the receive leg. That is monostatic by design — ISSUE_146_RADAR_DESIGN.md scopes the first implementation to TX == RX and lists bistatic as a refinement — but a bistatic measurement passed in anyway is not rejected. The receive leg is simply evaluated at the transmitting antenna.
Measured on JPL radar for (6489) Golevka: observed/model Doppler is 1.039–1.044 on bistatic rows against 0.999934 on monostatic ones. Against a 0.11 Hz uncertainty that is roughly a hundred sigma per observation. Golevka has 18 such rows out of 40; including them gives flag 2 with a reduced chi-square of 1.5e7, excluding them gives flag 0 at 0.80.
Bistatic pairs are common in the archive — Goldstone DSS-14 transmitting with DSS-13 or DSS-38 receiving. Supporting them needs a second station on the observation; until then the caller has to filter, which #529 documents in _radar_observation.
Observationcarries one station, used for both the transmit and the receive leg. That is monostatic by design —ISSUE_146_RADAR_DESIGN.mdscopes the first implementation to TX == RX and lists bistatic as a refinement — but a bistatic measurement passed in anyway is not rejected. The receive leg is simply evaluated at the transmitting antenna.Measured on JPL radar for (6489) Golevka: observed/model Doppler is 1.039–1.044 on bistatic rows against 0.999934 on monostatic ones. Against a 0.11 Hz uncertainty that is roughly a hundred sigma per observation. Golevka has 18 such rows out of 40; including them gives flag 2 with a reduced chi-square of 1.5e7, excluding them gives flag 0 at 0.80.
Bistatic pairs are common in the archive — Goldstone DSS-14 transmitting with DSS-13 or DSS-38 receiving. Supporting them needs a second station on the observation; until then the caller has to filter, which #529 documents in
_radar_observation.