Skip to content

A Python package for processing astronomical photographic plates

License

Notifications You must be signed in to change notification settings

astrotuvi/pyplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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