cmateu / galstreams

Milky Way Streams Footprint Library and Toolkit for Python
BSD 3-Clause "New" or "Revised" License
46 stars 17 forks source link

galstreams

see plot here

DESCRIPTION:

The new and improved galstreams Library of Stellar Streams in the Milky Way (v1.0) is introduced. Stellar streams are now supported as track SkyCoord objects (Track6D), rather than the Footprint objects provided in the previoues version (v0.1). The main new features of the library are:

The new library includes 126 stream tracks corresponding to 95 distinct stellar streams (updated as of March 2022). The library is described in detail in Mateu (2023).

LATEST CHANGES

REQUIREMENTS


INSTALLATION

To install the latest development version of galstreams, use pip by running the following command in a terminal:

pip install git+https://github.com/cmateu/galstreams

Or, download or clone the source code, change directory into the galstreams repository folder and run:

pip install .

Quick Guide

For a detailed walk through the library please see the example Python notebooks provided here.