Skip to content

Orbit determination code using the Method of Gauss and an experimental JAX AutoGrad approach for comparison

Notifications You must be signed in to change notification settings

frankxwang/orbit-determination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

orbit-determination

Asteroid orbit determination code using the Method of Gauss (orbit_det.py) and an experimental JAX AutoGrad (autograd.py) approach for comparison. Overall, the Method of Gauss approach is a lot more effective than AutoGrad since it fundamentally uses prior knowledge about the physical equations surrounding graviation while AutoGrad is simply brute forcing the optimization process.

obs.txt contains observations of asteroid 2004 LJ1 made thorugh the Sierra Remote Observatory and the Central Washington University Observatory.

About

Orbit determination code using the Method of Gauss and an experimental JAX AutoGrad approach for comparison

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages