jamessynge / PIAA

Panoptes Image Analysis Algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PIAA

Build Status

The PANOPTES Image Analysis Algorithm (PIAA) repository contains the data processing pipeline and algorithms for the images taken by PANOPTES observatories. PIAA currently handles storing the raw data, processing intermediate data and storing final data products. Eventually it will also analyze final data products and store results.

For a detailed explanation of the system, design choices and alternatives, see the Design Doc.

Development

Setting up

Clone this repository to a directory named PIAA on your local machine and run

pip install -r requirements.txt

to install the dependencies. Set up everything as in the Coding in PANOPTES wiki.

About

Panoptes Image Analysis Algorithm

License:MIT License


Languages

Language:Python 99.3%Language:Dockerfile 0.7%