Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cosmo_sim_tools

Consolidated toolkit for cosmological simulation analysis, namely Illustris,TNG and BRAHMA.

Initial layout

  • src/cosmo_sim_tools/illustris/: for reading Illustrs and TNG data
  • src/cosmo_sim_tools/brahma/: for reading BRAHMA sims data
  • src/cosmo_sim_tools/brahma_bh_dynamics/ — Black hole dynamics analysis tools for BRAHMA
  • src/cosmo_sim_tools/arepo_tools/ — analysis wrappers for sims
  • src/cosmo_sim_tools/extern/ — some helper files
  • src/cosmo_sim_tools/examples/ — runnable scripts
  • notebooks/ — analysis notebooks
  • tests/ — tests

Installation

With conda (recommended)

Create the environment from the provided environment.yml (run from the repo root). This installs all dependencies and the package itself in editable mode:

conda env create -f environment.yml
conda activate cosmo_sim_tools

To update the environment after environment.yml changes:

conda env update -f environment.yml --prune

With pip

pip install -e .

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages