-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Base staleness check on TLE Epoch instead of wall clock (#63)
Change quick_predict to use epoch for staleness Updates the quick_predict function to use the TLE's epoch for checking if the TLE is too stale, rather than the current system time, allowing for predictions of TLE's older than a year, if the prediction time is within a year of the TLE's epoch. Also removes the now unused Daynum2String function and frozen time debug features.
- Loading branch information
Showing
3 changed files
with
24 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
setup( | ||
name="pypredict", | ||
version="1.7.1", | ||
version="1.7.2", | ||
author="Jesse Trutna", | ||
author_email="[email protected]", | ||
maintainer="Spire Global Inc", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters