Computes formal covariance (H^T·H)^{-1} via LAPACK dpotrf_/dpotri_
after DC convergence. Returns upper-triangle array (21 elements for
6-state, 28 for 7-state with B*), condition number from SVD, and
nstate count. Covariance is computed even for perfect-seed fits.
Bumps extension to v0.5.0 with full install SQL and migration path.
8 lines
316 B
Plaintext
8 lines
316 B
Plaintext
|
|
- Gauss method for angles-only initial orbit determination
|
|
(eliminates seed requirement for sensors without ranging)
|
|
- Weighted observations (per-obs covariance weighting for
|
|
heterogeneous sensor fusion)
|
|
- Range rate fitting in topocentric mode (currently reserved
|
|
via vel_ecef in residual computation)
|