You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it is time to clean that up a bit, make them more universal, and find a better place for it.
so the tasks are:
identify the different duplicates.
find a better, central location
implement an universal approach (by calling them, by naming convention and more.
testing them that they keep the expected results.
The text was updated successfully, but these errors were encountered:
Respected sir,
My name is Mohit Giri, a 3rd-year student studying Electronics and Telecommunication Engineering from St. Vincent Palloti College of Engineering and Technology. I am familiar with python I want to contribute to this project to increase my knowledge and improve my skills.
Hi,
during the years, the code grew with several places for almost the same calculations.
just two examples:
https://github.com/aerospaceresearch/orbitdeterminator/blob/master/orbitdeterminator/kep_determination/gauss_method.py#L100-L135
https://github.com/aerospaceresearch/orbitdeterminator/blob/master/orbitdeterminator/kep_determination/gauss_method.py#L552-L640
and
https://github.com/aerospaceresearch/orbitdeterminator/blob/master/orbitdeterminator/kep_determination/orbital_elements.py
maybe there are even more.
it is time to clean that up a bit, make them more universal, and find a better place for it.
so the tasks are:
identify the different duplicates.
find a better, central location
implement an universal approach (by calling them, by naming convention and more.
testing them that they keep the expected results.
The text was updated successfully, but these errors were encountered: