starid

star identification


Keywords
machine learning, pattern recognition, star identification, star recognition
License
MIT
Install
pip install starid==2018.2.5

Documentation

lo-fi star identification - global structures and patterns

pipeline pypi data blog about references

sky generates three-dimensional sky models and two-dimensional images from the nasa skymap star catalog. finds stars near arbitrary points on the sky.

star triangles recurrently sets aside stars that disagree geometrically until one remains.

star languages writes sentences about star patterns using geometry-languages and translates into identifier-languages.

pypi pip-install is mostly a placeholder for now, gitlab-repo clone-install-develop is the baseline.

sudo apt-get -qq update -qy
sudo apt-get -qq install -y python3.6 python3-venv python3-pip
sudo apt-get -qq install -y cmake
sudo apt-get -qq install -y libeigen3-dev
git clone git@gitlab.com:noahhsmith/starid.git starid
cd starid
python3 -m venv venv
. venv/bin/activate
python3 setup.py develop
pytest
python3 starid --demo