/fink_sn_activelearning

Fink early SN Ia module

Primary LanguageJupyter NotebookMIT LicenseMIT

Fink: early supernovae Ia classification using active learning

This repository contains code allowing reproducibility of results presented in Leoni et al., 2022, Astronomy & Astrophysics, Volume 663, id.A13, 10 pp.

We list below a general description of each script/notebook.

The data necessary to reproduce these results are available through zenodo.

Installation

Create a virtual environment following these instructions. Source it and install the actsnclass package.

Then you can 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