CosmologicalEmulators / Capse.jl

MIT License
4 stars 2 forks source link

Layer of abstraction for postprocessing #21

Closed marcobonici closed 11 months ago

marcobonici commented 12 months ago

Right now, the implemented post processing is not satisfactory for two reasons:

  1. We implemented an hardcoded version of it, i.e. the value of A_s is supposed to be the first of the input arrays at the library level.
  2. We are using a pretty much easy preprocessing, but we might want to include different things in the nearby future (tau rescaling or similia).

The goal of this task is to implement a different way to include the postprocessing, with a file to load (in order to make it more flexible).