A Python package for processing astronomical photographic plates


License
Apache-2.0
Install
pip install pyplate==4.0.12

Documentation

PyPlate

A Python package for processing astronomical photographic plates

Installation

Install with basic requirements:

pip install pyplate

Add dependencies for artifact classification and multi-exposure pattern finding:

pip install pyplate[ml]

Add PostgreSQL support:

pip install pyplate[pgsql]

Add MySQL support:

pip install pyplate[mysql]

Install development version from GitHub:

pip install git+https://github.com/astrotuvi/pyplate.git

Documentation

PyPlate documentation