Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tmcclintock/splashback_statistics

Basic tools for investigating catalogs with splashback halos.
https://github.com/tmcclintock/splashback_statistics

Last synced: 26 days ago
JSON representation

Basic tools for investigating catalogs with splashback halos.

Awesome Lists containing this project

README

        

# Splashback_statistics
A set of basic tools to read in halo catalogs that have additional splashback related information. These catalogs are transformed into data frames, and one can calculate basic statistics of the catalog, for example the correlation of the splashback features with other halo properties.

For now, the only thing implemented is the `Catalog` object, which reads in a halo catalog and stores it in a `pandas.dataFrame`. It adds columns of interest including concentrations, peak heights, and ratios (e.g. `Rsp_mean/R200b`).

If you want to create Catalog objects of all the halo catalogs, you must have access to Benedikt Diemer's full halo catalog files, and they should be put in this directory.

See `Example.ipynb` for an example of how to use the `Catalog` object.