seeing-things / track

Automates tracking of targets with a telescope using ephemeris (TLE files) and/or optical tracking.
MIT License
8 stars 0 forks source link

`autofocus` shows 0.00 for all but last HFR in log messages #279

Closed bgottula closed 1 year ago

bgottula commented 1 year ago

It's a simple array indexing bug. The log message accesses the last element in an array, but the array is pre-allocated before the loop so the last element is zero until the final iteration.