Metadata-Version: 2.1
Name: dendroplot
Version: 0.5.0
Summary: Helper tasks for astrodendro
Home-page: https://github.com/tonywong94/dendroplot
Download-URL: https://github.com/tonywong94/dendroplot/archive/refs/tags/v0.5.0.tar.gz
Author: Tony Wong
Author-email: tonywong94@gmail.com
Description-Content-Type: text/markdown
License-File: LICENSE

# dendroplot
Python analysis scripts for applying dendrograms to LMC ALMA data, and visualizing the results.  Still under active development, but currently available are the following:

`from dendroplot import run_dendro`

`from dendroplot.analysis import calc_phys_props, find_clusters`

`from dendroplot.lte import lte, add_ltemass`

`from dendroplot.plotting import pltprops, colorcode, comp_props`

To get started, please see the sample notebook in `example` and the various scripts in `published`.

## Required packages

- [numpy](https://numpy.org)
- [matplotlib](https://matplotlib.org)
- [astropy](https://astropy.org)
- [astrodendro](https://github.com/tonywong94/astrodendro) (fork by Tony Wong)
- [scimes](https://github.com/tonywong94/SCIMES) (fork by Tony Wong)
- [kapteyn](https://www.astro.rug.nl/software/kapteyn/)

## Installation

Install the package directly from PyPI (https://pypi.org/project/dendroplot/) using

    pip install dendroplot

or, if you prefer to keep the latest source code handy, by cloning this Github repository and running

    pip install .

in the directory containing `setup.py`.
