Skip to content
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

Orbit Period Determination #56

Open
rstoneback opened this issue Jul 7, 2018 · 0 comments
Open

Orbit Period Determination #56

rstoneback opened this issue Jul 7, 2018 · 0 comments

Comments

@rstoneback
Copy link
Collaborator

One of the parameters for the Orbit class is the time period of the orbit. This is used to help filter the determined orbit breaks such that only the real breaks are kept. However, over a long data run, the satellite orbit period changes and can change enough that the orbit determination no longer works. One fix is to only have satellite data runs limited to a couple years, but that is avoiding the issue.

Plan:

  • Modify the orbits class to store a running series of time differences between orbits. e.g. the difference between the start of each orbit

  • Cleaning routines or other reasons can produce data sets that always produce incomplete orbit data. This requires thought.

  • Stored periods need to be heavily filtered themselves.

  • Changes in applied orbital period need to be slow

  • Alternative: support accepting a list of dates and periods, and the class will use the closest past value when applying the orbits

  • This is simpler and has less chance of doing funny things like the auto determination method

  • The cost of the simpler method is more work by the user

  • Ideal situation requires no input period whatsoever

@rstoneback rstoneback added this to To do in Orbit Improvements Sep 22, 2018
@aburrell aburrell added this to the Future milestone Sep 9, 2020
@aburrell aburrell modified the milestones: Future, 3.4.0 Release Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants