Eliminates the seed TLE requirement for topocentric fitting by computing an initial orbit estimate from 3 well-spaced observations using the Gibbs method. ECI fitting retains the single-observation r,v approach (exact for two-body) with Gibbs as fallback.
31 lines
312 B
Plaintext
31 lines
312 B
Plaintext
# Build artifacts
|
|
*.o
|
|
*.bc
|
|
*.so
|
|
*.dylib
|
|
|
|
# pg_regress output
|
|
regression.diffs
|
|
regression.out
|
|
results/
|
|
tmp_check/
|
|
log/
|
|
|
|
# Editor files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Test artifacts
|
|
test/matrix-logs/
|
|
test/test_de_reader
|
|
test/test_od_math
|
|
test/test_od_iod
|
|
|
|
# Docs site
|
|
docs/node_modules/
|
|
docs/dist/
|
|
docs/.astro/
|