stvid
stvid copied to clipboard
Satellite tracking with video cameras
On pypi, the ppgplot cannot be downloaded: https://pypi.org/project/ppgplot/1.3/ So stvid/extract.py cannot be used as expected. I noticed there's another version of ppgplot: https://github.com/trmrsh/ppgplot Can this third-party modified ppgplot fit into...
This patch makes sure that all CLI tools behave the same regarding configuration file loading. It adds support to load from multiple configuration files to all tools, following the existing...
Since quite some time I maintain this changelog to follow stvid development. I privately tagged a new version and created a new section at relatively arbitrary points (see https://github.com/kerel-fs/stvid/tags). Please...
This patch helps users with broken installations (solve-field missing) and in cases where solve-field fails with an error message.
Some minor issues fixed.
The Hough3D output sometimes gives `bz` values that are zero, giving a divide by zero error in `fourframe.py:591`
In some cases where an astrometrically solved pointing clouds over and no stars are detected, no updated WCS is written to the FITS file. Instead, write the predicted WCS.
:lady_beetle: **Problem** The current Raspberry Pi HQ camera support is built on the legacy *raspicam* stack built on Broadcom’s proprietary GPU code (in stvid by using [picamerax](https://pypi.org/project/picamerax/)). This stack is...
Documentation is sorely lacking. Fix this! See Jebba's STVID clone at https://spacecruft.org/spacecruft/stvid
The current astrometric calibration strategy is to check FITS files for the first with enough stars before attempting calibration with `solve-field`, and to continue until the astrometry of a FITS...