From 5c7f6e9b6b3c5101374d1ebe53122a00de0a3c17 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Tue, 4 Oct 2022 13:31:49 -0600 Subject: [PATCH] 180 degree errr fix Per: https://community.libre.space/t/observation-stopped-after-exceeding-180-azimuth/9565/7 --- satnogs-client/rotator.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/satnogs-client/rotator.py b/satnogs-client/rotator.py index 78db8bf..7a6dfca 100644 --- a/satnogs-client/rotator.py +++ b/satnogs-client/rotator.py @@ -24,6 +24,8 @@ class Rotator(object): self.rot = Hamlib.Rot(self.rot_name) self.rot.state.rotport.pathname = self.rot_port self.rot.state.rotport.parm.serial.rate = self.rot_baud + self.rot.set_conf("max_az","450") + self.rot.set_conf("min_az","-180") def get_info(self): """Return information about the rotator