Metadata-Version: 2.1
Name: starid
Version: 1.3.20
Summary: star identification
Home-page: https://gitlab.com/noahhsmith/starid
Author: noah smith
Author-email: noahhsmith@gmail.com
License: UNKNOWN
Description: <img src="https://gitlab.com/noahhsmith/starid/raw/master/docs/images/nouns%20and%20verbs%20level0.png" align="center" width="426" height="202"/>
        
        lo-fi star identification - global structures and patterns
        
        [![pipeline](https://gitlab.com/noahhsmith/starid/badges/master/pipeline.svg)](https://gitlab.com/noahhsmith/starid/pipelines)
        [![pypi](https://img.shields.io/badge/pypi-latest-brightgreen.svg)](https://pypi.org/project/starid/)
        [![data](https://img.shields.io/badge/data-latest-brightgreen.svg)](https://gitlab.com/noahhsmith/starid/tree/master/data)
        [![blog](https://img.shields.io/badge/blog-latest-brightgreen.svg)](https://gitlab.com/noahhsmith/starid/blob/master/docs/readme.md)
        [![about](https://img.shields.io/badge/about-latest-brightgreen.svg)](https://gitlab.com/noahhsmith/starid/blob/master/docs/about.md)
        [![references](https://img.shields.io/badge/references-latest-brightgreen.svg)](https://gitlab.com/noahhsmith/starid/blob/master/docs/references.md)
        
        [sky](https://gitlab.com/noahhsmith/starid/blob/master/libstarid/sky.h) 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](https://gitlab.com/noahhsmith/starid/blob/master/libstarid/startriangles.h) recurrently sets aside stars that disagree geometrically until one remains.
        
        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
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
