AnalyticalGraphicsInc / STKCodeExamples

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

Fix start time rounding error #251

Closed alexander-lam closed 2 months ago

alexander-lam commented 2 months ago

Describe the changes in this pull request

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.

Checklist before requesting a review

alexander-lam commented 2 months ago

Closed because there are no code changes