https://github.com/cphyc/yt_halofinder
https://github.com/cphyc/yt_halofinder
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cphyc/yt_halofinder
- Owner: cphyc
- Created: 2017-10-03T15:45:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-06T12:12:08.000Z (over 8 years ago)
- Last Synced: 2025-02-23T19:15:09.672Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rationale
This script is intended to be used to generate halo catalog and merger
from python.
It is using AdaptaHop (also named HaloFinder, because why not) from Aubert, Pichon & Colombi 2004 to build the halo catalog as well as HaloMaker (?).
The source of HaloFinder can be found at https://gitlab.com/cphyc/HaloFinder on request.
The source of TreeMaker can be found at https://gitlab.com/cphyc/TreeMaker on request.
## Installation
First you need to get the sources
```
$ git clone https://github.com/cphyc/yt_halofinder.git
```
You then have to customize the `CONFIG` variable in `yt_halofinder/control.py` to match your installation. The paths should be absolute to your own `HaloFinder` and `TreeMaker`. The `BR` is for the `BIG_RUN` option of these two softwares, see their doc for information about it.
Once you're done, fire up a terminal, go within the `yt_halofinder` root directory and execute
```
pip install .
```
That's it! To get an example, see the Example section.
## Example
For a complete example, see the `Example.ipynb` file.