pypogs
pypogs copied to clipboard
An automated closed-loop satellite tracker for optical links with portable telescopes.
Main changes: 1) segregated camera/mount/receiver hardware libraries 2) added 'ascom' model to camera hardware library The ASCOM implementation is still pretty rough, but it works with several ASCOM-enabled astronomy cameras....
As I install pypogs, and try to run, this message appears "ModuleNotFoundError: No module named 'imp'" try to install imp but no success, looks like that with new version of...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.1 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@radarhere] Updated zlib to 1.3 #7344 [@radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...
Bumps [scipy](https://github.com/scipy/scipy) from 1.7.1 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...
When my ZWO AS5 is connected, it seems Pypogs doesn't like to connect. For reference, I put "celestron" and "COM3" which corresponds to the com port the mount is in....
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
hello all. I am normally using Ascom drivers for ZWO camera and mounts, can you give me an update about this development to support? thanks
hardware_mount.py 256 serial_port_name = self._serial_find_port(identity) if identity.isnumeric() else identity if identity is 0, then isnumeric() gives an error. solution": 149 self.identity = identity change ->>> self.identity = (str)identity
gui.py 1 New button and input field for Fine camera max value adjustment 2 Target Ra/Dec input format changed. Now user just needs to paste from hh:mm:ss hardware.py 1 Drivers...
Dear all, Is it possible to support the LX200 GPS / Autostar II Sytem too? Best regards Roger