-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Hello,
The issue is: NINA output shows error in degrees but AutoPA software tries to fix it in arcmins 1deg, 50' 23'' -> 1' 50''
issue can be found on lines file:https://github.com/OpenAstroTech/OpenAstroTracker-Addons/blob/master/AutoPA/Software/source/autopa_v2.py L:289-290,
fix would be like:
error.append(self.degToArcmin(self.parseNINA3deg(input[4], input[5], input[6]) - altitudeOffset)) error.append(self.degToArcmin(self.parseNINA3deg(input[1], input[2], input[3]) - azimuthOffset))
Thank you!
Metadata
Metadata
Assignees
Labels
No labels