You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jeff Moe aae8b82db6
Capture a pic with gphoto2 then exit...
7 months ago
stphot Boilerplate acquisition program for ASI cameras 3 years ago
.gitignore gitignore from stvid 7 months ago
LICENSE Initial commit 3 years ago
README-upstream.md mv upstream README 7 months ago
README.md python gphoto2 acquire... 7 months ago
acquire.py Add cmdline arguments and functionality 1 year ago
gacquire.py Capture a pic with gphoto2 then exit... 7 months ago
requirements.txt capture image with gphoto2 example 7 months ago
settings.json Updated settings 1 year ago

README.md

Spacecruft stphot

stphot is a set of python programs to detect and identify satellite tracks on photographic observations of the night sky, and measure the satellite positions to determine and/or update their orbits.

Install

Install thusly.

sudo apt install python3-virtualenv python3-pip python3-dev

git clone https://spacecruft.org/spacecruft/stphot
# Or use upstream:
git clone https://github.com/cbassa/stphot

Optionally, set up python virtual environment:

cd stphot/
virtualenv -p python3 env
source env/bin/activate
pip install --upgrade pip

Install python dependencies.

pip install --upgrade -r requirements.txt

Configuration

See stvid.

Usage

Hardware

gphoto

Notes.

python3 -m gphoto2
python3 ./env/lib/python3.9/site-packages/gphoto2/examples/camera-summary.py

INDI

ASI/ZWO

Proprietary SDK required currently for use.

Upstream

This is a clone of cbassa's stphot. See README-upstream.md.

stphot:

© 2012-2022 Cees Bassa

License

Same as upstream license, GPLv3.

© 2022, Jeff Moe