Clone of cbassa's stvid. Satellite tracking with video cameras. https://spacecruft.org/spacecruft/stvid
 
 
Go to file
Jeff Moe 146f08070d Debian uses source-extractor 2022-07-31 21:14:34 -06:00
data Add tyc2.fits catalogue 2019-08-09 20:03:12 +03:00
stvid Minor change 2022-03-29 14:57:36 +02:00
.gitignore Ignore vi tmp 2022-07-31 20:45:24 -06:00
LICENSE Create configuration file and add LICENSE 2018-04-20 00:40:03 +03:00
README-upstream.md mv upstream README 2022-07-31 20:44:33 -06:00
README.md Debian uses source-extractor 2022-07-31 21:14:34 -06:00
acquire.py Merge pull request #70 from EelkeVisser/addpi 2022-07-11 11:58:49 +02:00
calibrate.py Reduced wait time 2022-04-02 12:59:37 +02:00
configuration.ini-dist Update configuration.ini 2022-06-11 22:13:52 +02:00
imgstat.py Rename observer elevation to height 2019-11-10 12:52:00 +01:00
keogram.py Add calibrate.py for astrometric solving 2019-05-12 17:33:00 +03:00
process.py Merge pull request #67 from EelkeVisser/fixprocess 2022-07-11 12:00:25 +02:00
requirements.txt requirements: Update spacetrack dependency 2022-01-14 12:46:23 +01:00
setup.cfg Add calibrate.py for astrometric solving 2019-05-12 17:33:00 +03:00
update_tle.py update_tle: Add status messages on stdout 2019-12-04 17:06:00 +01:00

README.md

stvid

Fork/clone of cbassa's stvid.

Installation

Debian. Install package dependencies:

sudo apt install python3-virtualenv python3-pip python3-dev \
    source-extractor astrometry.net
git clone https://spacecruft.org/spacecruft/stvid
# Or use upstream:
git clone https://github.com/cbassa/stvid

Optionally, set up python virtual environment:

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

Install dependencies with

pip install -r requirements.txt

Debian in bug #941466 changed the name of the sextractor dependency to source-extractor, so a symlink is needed for now:

sudo ln -s /usr/bin/source-extractor /usr/local/bin/sextractor

Usage

Enter virtualenv, if used:

cd stvid/
source env/bin/activate

Upstream

See README-upstream.md.

stvid:

License

Same as upstream license, GPLv3.

Copyright (C) 2022, Jeff Moe