Skip to main content

An extension of yt for working with merger tree data.

Project description

ytree

CircleCI codecov Documentation Status PyPI version DOI yt-project

This is ytree, a yt extension for working with merger tree data.

Structure formation in cosmology proceeds in a hierarchical fashion, where dark matter halos grow via mergers with other halos. This type of evolution can be conceptualized as a tree, with small branches connecting to successively larger ones, and finally to the trunk. A merger tree describes the growth of halos in a cosmological simulation by linking a halo appearing in a given snapshot to its direct ancestors in a previous snapshot and its descendent in the next snapshot.

Merger trees are computationally expensive to generate and a great number of codes exist for computing them. However, each of these codes saves the resulting data to a different format. ytree is Python package for reading and working with merger tree data from multiple formats. If you are already familiar with using yt to analyze snapshots from cosmological simulations, then think of ytree as the yt of merger trees.

To load a merger tree data set with ytree and print the masses of all the halos in a single tree, one could do:

>>> import ytree
>>> a = ytree.load('tree_0_0_0.dat')
>>> my_tree = a[0]
>>> print(my_tree['tree', 'mass'].to('Msun'))
[6.57410072e+14 6.57410072e+14 6.53956835e+14 6.50071942e+14 ...
 2.60575540e+12 2.17122302e+12 2.17122302e+12] Msun

A list of all currently supported formats can be found in the online documentation. If you would like to see support added for another format, we would be happy to work with you to make it happen. In principle, any type of tree-like data where an object has one or more ancestors and a single descendent can be supported.

Installation

ytree can be installed with pip:

pip install ytree

To get the development version, clone this repository and install like this:

git clone https://github.com/ytree-project/ytree
cd ytree
pip install -e .

Getting Started

The ytree documentation will walk you through installation, get you started analyzing merger trees, and help you become a contributor to the project. Have a look!

Sample Data

Sample data for all merger tree formats supported by ytree is available on the yt Hub in the ytree data collection.

Contributing

ytree would be much better with your contribution! As an extension of the yt Project, we follow the yt guidelines for contributing.

Citing ytree

If you use ytree in your work, please cite the following:

Smith et al., (2019). ytree: A Python package for analyzing merger trees.
Journal of Open Source Software, 4(44), 1881,
https://doi.org/10.21105/joss.01881

For BibTeX users:

  @article{ytree,
    doi = {10.21105/joss.01881},
    url = {https://doi.org/10.21105/joss.01881},
    year  = {2019},
    month = {dec},
    publisher = {The Open Journal},
    volume = {4},
    number = {44},
    pages = {1881},
    author = {Britton D. Smith and Meagan Lang},
    title = {ytree: A Python package for analyzing merger trees},
    journal = {Journal of Open Source Software}
  }

If you would like to also cite the specific version of ytree used in your work, include the following reference:

@software{britton_smith_2022_5959655,
  author       = {Britton Smith and
                  Meagan Lang and
                  Juanjo Bazán},
  title        = {ytree-project/ytree: ytree 3.1.1 Release},
  month        = feb,
  year         = 2022,
  publisher    = {Zenodo},
  version      = {ytree-3.1.1},
  doi          = {10.5281/zenodo.5959655},
  url          = {https://doi.org/10.5281/zenodo.5959655}
}

Resources

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ytree-3.1.2.tar.gz (805.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ytree-3.1.2-py3-none-any.whl (121.7 kB view details)

Uploaded Python 3

File details

Details for the file ytree-3.1.2.tar.gz.

File metadata

  • Download URL: ytree-3.1.2.tar.gz
  • Upload date:
  • Size: 805.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for ytree-3.1.2.tar.gz
Algorithm Hash digest
SHA256 049b96d98ef37b38cc7461d94b99afb64ee75e50f63758f834d26f06f28fd245
MD5 19463555ce398626d1a3f953b6b3dbc1
BLAKE2b-256 2d35d6ffe7a589004408c7ad20e45d061aa1d8c7b765f713006206d4a2eb8d3c

See more details on using hashes here.

File details

Details for the file ytree-3.1.2-py3-none-any.whl.

File metadata

  • Download URL: ytree-3.1.2-py3-none-any.whl
  • Upload date:
  • Size: 121.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for ytree-3.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a001b9df94a168e060ef8ffc98b780844961eb2ec420cfaaeb5f0b79272722dd
MD5 4cc47287e90988d3c9e81215a899840f
BLAKE2b-256 b47e73d648da84f119e334e1b9320a8f860952e5cd373581ef9bfeecbff95e93

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page