Emulator for the one-dimensional Lyman-alpha flux power spectrum. It was used to generate the results shown in https://arxiv.org/abs/2011.15127, https://arxiv.org/abs/2209.09895, and https://arxiv.org/abs/2305.19064.
Some new changes to the previous version in the input_emulator branch:
Add the option of drop_z to the archive. Please @jchavesmontero check the base_archive changes I introduced.
Add option drop_sim and drop_z to the emulators
Clean the obtain_params emulator function. Now it does not return Nz, but it was not used and as pointed out by Andreu, it was dangerous for simulations with missing snapshots
In the same function, create on mask in k per snapshot since there are simulations with different number of k's. Use this mask instead of a hardcoded Nk option that was causing problems when running with Nyx simulations
Some new changes to the previous version in the input_emulator branch: