preller / PanGaia

A Python toolkit to access, explore, and apply a ML clustering algorithm (HDBSCAN) to the Gaia DR2 catalogue.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: MIT Python 3.7 Binder

Overview

PanGaia is a dedicated Python toolkit made out of different packages, all of them publicly available on the web. It has been developed with three main goals in mind: To facilitate the

  1. accessibility,
  2. exploration, and
  3. clustering analysis

of the Gaia DR2 catalogue. Gaia DR2 catalogue. PanGaia run inside a Jupyter notebook and it can be executed online via Binder. To access to the online version simply click in the binder badge on top of this README file.

Installation

This code has been succesfully tested with Python 3.7 with both the Jupyter notebook and Jupyter lab.

To run locally this code open a terminal and clone this repository in your computer. Then execute the following commands:

cd PanGaia
pip install -r requirements.txt
sh postBuild

Reference article

TbD.

About

A Python toolkit to access, explore, and apply a ML clustering algorithm (HDBSCAN) to the Gaia DR2 catalogue.

License:MIT License


Languages

Language:Jupyter Notebook 95.0%Language:Python 5.0%Language:Shell 0.0%