Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.15 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.15 KB

COIN-Fink: YSO-Serious, a broker module for identifying YSO dippers

This is a Fink module, developed during the COIN-Focus #4, and aims to identify YSO-dippers within the Fink alert database.

Installation

Create a virtual environment following these instructions. Source it and install the other dependencies using pip:

python3 -m pip install -r requirements.txt

Then you can install the functionalities of this package.

python setup.py install