florpi / ili-summarizer

4 stars 1 forks source link

add summarizer with basic functionality #1

Closed florpi closed 1 year ago

florpi commented 1 year ago

Added the basic code for a summarizer, that reads in a config file.

As an example, I've created the necessary code to compute two point correlation functions from quijote halo catalogues.

See https://github.com/florpi/ili-summarizer/blob/develop_summarizer/examples/compute_tpcfs.py for an example on how to run the whole pipeline, and https://github.com/florpi/ili-summarizer/blob/develop_summarizer/examples/configs/sample_config.yaml for an example config file

The next step would be to add some MPI functionality to run each simulation in parallel