gagandeepthapar / OrbitalMechanics

Set of Orbital Mechanics functions in written in Python
MIT License
2 stars 1 forks source link

Insufficient testing for `observations` module #3

Open gagandeepthapar opened 1 year ago

gagandeepthapar commented 1 year ago

Several of the algorithms presented in the observations module are transcribed from "Fundamentals of Astrodynamics and Applications", Vallado, and are typically not paired with an example or problem to test each method. Some known values should be used to thoroughly test this module.

gagandeepthapar commented 1 year ago

Added function stubs for each method presented in the observations method to aid in development