Skip to content

tonywong94/dendroplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, get_response_width

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

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.