-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting standard gravitational parameter according to the central body and find a place for the constants #247
Comments
Hey! I am a new contributor and I recently discovered your project. Can I work on this issue? |
@NamamiShanker sure, just start. |
Hey if this issue is still open I will work on it. Could you give me a few example of cases? |
Hey! I am new to open source contributions and want to contribute to this project. Can you please explain a little bit that what is the problem actually, with an example and what I have to do here to resolve that issue ? |
What things and topics of orbit determination we should learn to understand the code and resolve the issue ? |
Hey! I am new to open source contributions and want to contribute to this project. Can you explain what do you mean by 'selectable' here ? |
I have observed that different values of mu of Earth are being used. For example , So shall we go with any one value or with both values ? |
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 and also to have it at a central location to not have duplicates.
That we should change.
Propose a better way! :)
For example it is in these files:
https://github.com/aerospaceresearch/orbitdeterminator/blob/master/orbitdeterminator/kep_determination/gauss_method.py#L27-L28
https://github.com/aerospaceresearch/orbitdeterminator/blob/master/orbitdeterminator/kep_determination/gibbs_method.py#L15
https://github.com/aerospaceresearch/orbitdeterminator/blob/master/orbitdeterminator/kep_determination/lamberts_method.py#L10
https://github.com/aerospaceresearch/orbitdeterminator/blob/master/orbitdeterminator/util/state_kep.py#L29
The text was updated successfully, but these errors were encountered: