OpenPHDGuiding / phd2

PHD2 Guiding
https://openphdguiding.org
BSD 3-Clause "New" or "Revised" License
245 stars 111 forks source link

Compute LST in PHD2 if INDI driver does not provide it and libnova is not available #1098

Closed agalasso closed 10 months ago

agalasso commented 10 months ago

This is an alternative to #1095 but provides a computed LST value rather than just returning an error.

The LST computation was already present in scope_manual_pointing.cpp, but has been moved to make it accessible to scope_indi.cpp as well.