AnalyticalGraphicsInc / STKCodeExamples

Example scripts and applications for automating and developing with STK and STK Engine.
https://support.agi.com/
MIT License
190 stars 135 forks source link

Fix start time rounding error #228

Closed alexander-lam closed 1 year ago

alexander-lam commented 1 year ago

Since the API returns 4 decimal places but only allows inputs for 3 decimal places, an ephemeris availability error can sometimes be introduced if rounding down. This change forces ephemeris start times to always round up.

Describe the changes in this pull request

Checklist before requesting a review