orbitdeterminator
orbitdeterminator copied to clipboard
determination of satellite orbits and more
https://github.com/aerospaceresearch/orbitdeterminator/blob/5a2c2a6efce5710e5cb22a90a76e4c0ea0ea4de1/orbitdeterminator/kep_determination/gauss_method.py#L218-L247 read first line, get sub-format, construct iod_delims from there as it is now, it only works for the given test file iod_data.txt iod_delims are the fixed-width column delimiter followinf...
https://github.com/aerospaceresearch/orbitdeterminator/blob/1aec8919ba42978e73aab4eaefe407adeb6287e9/orbitdeterminator/kep_determination/least_squares.py#L204-L212 it seems there is a fundametal flaw in the x variables. the x0 are orderd in a way that it seems like they are later wrong when the 6...
 When I run the python code "triple_moving_average.py" , I was getting the above error. After working and analysing the issue, I got that the path given ,for loading the...
Fixed a few grammatical mistakes in the README for the ease of readability.
After seeing all the python codes in this orbit determinator, I thought that initialising a variable mu for storing gravitational parameter of Earth and sun , was a creating much...
There are several places, where we are using mu, the standard gravitational parameter. Currently it is fixed to Earth in most cases. it would be better to have it selectable...
the SGP4 Skyfield libs are really cool. Also they have more realistic models. but they seem a bit slow by a magnitude. So adding a faster state vector processing would...
https://github.com/aerospaceresearch/orbitdeterminator/blob/d312577a969b1aa8ad1bbd317d80ded42613de19/orbitdeterminator/tests/check_sgp4.py#L1-L67 I could not find it. at least to test .py used it (or I oversaw it). And it is not its own test. because pytest is not included and...
I'd like to install Orbit Determinator on a MacPro (desktop) running Mac OS X 11.5.2 (Big Sur). I'm running the Anaconda Distribution for Python 3.8.10. Are there any modifications to...
currently, we will only be able to have one type of format to be load in. it will be either only iod or only json, or only csv. an example...