Short-bus / pilomar

RaspberryPi based miniature observatory
https://shortbus.blog/
GNU General Public License v3.0
63 stars 14 forks source link

MaxAltitudeAngle parameter shows as 360Degrees rather than 90Degrees #38

Closed Short-bus closed 7 months ago

Short-bus commented 7 months ago

Parameter object is initializing MaxAltitudeAngle from the MinAltitudeAngle parameter by mistake, so it is inheriting the 360Degree maximum value. Altitude cannot exceed 90Degrees. Correct the typo in the Parameter class.

Short-bus commented 7 months ago

Testing version which has the correct initial values and will also correct any existing parameter file.