https://github.com/ismael-mendoza/multicam
MultiCAM: A multivariable framework for connecting the mass accretion history of haloes with their properties
https://github.com/ismael-mendoza/multicam
cosmology dark-matter-halos nbody-simulation simulation
Last synced: about 1 year ago
JSON representation
MultiCAM: A multivariable framework for connecting the mass accretion history of haloes with their properties
- Host: GitHub
- URL: https://github.com/ismael-mendoza/multicam
- Owner: ismael-mendoza
- Created: 2019-09-27T13:45:51.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T14:48:08.000Z (over 1 year ago)
- Last Synced: 2025-01-09T15:41:17.219Z (over 1 year ago)
- Topics: cosmology, dark-matter-halos, nbody-simulation, simulation
- Language: Jupyter Notebook
- Homepage:
- Size: 246 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MultiCAM
## Instalation
```bash
pip install -r requirements.txt
pip install -e .
```
## Tutorials
For a tutorial on how to use the MultiCAM algorithm please refer to the [intro notebook](https://github.com/ismael-mendoza/multicam/blob/main/notebooks/tutorials/intro.ipynb) in the `notebooks/tutorials` folder.
## How to cite
If you use this code in your research, please cite the following paper:
```bibtex
@ARTICLE{2023arXiv230201346M,
author = {{Mendoza}, Ismael and {Mansfield}, Philip and {Wang}, Kuan and {Avestruz}, Camille},
title = "{MultiCAM: A multivariable framework for connecting the mass accretion history of haloes with their properties}",
journal = {arXiv e-prints},
keywords = {Astrophysics - Cosmology and Nongalactic Astrophysics},
year = 2023,
month = feb,
eid = {arXiv:2302.01346},
pages = {arXiv:2302.01346},
doi = {10.48550/arXiv.2302.01346},
archivePrefix = {arXiv},
eprint = {2302.01346},
primaryClass = {astro-ph.CO},
adsurl = {https://ui.adsabs.harvard.edu/abs/2023arXiv230201346M},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
```