The pipeline generally consists of
- Making an M,z grid of optical lensing deltaLnM once
- Making an M,z grid of tSZ variances given an experiment and M,z grid spacings
- Making an M,z grid of CMB halo lensing deltaLnM given an experiment and M,z grid spacings
- Make "easy"-parameter derivatives given tSZ and lensing grids. Easy parameters can be varied by specifying a step size in
[params]
. - Make "hard"-parameter derivatives by running their respective scripts. e.g. sigma8(z), w_a
- Calculate a Fisher matrix
- Make 1D, 2D Fisher plots
This ini file lets you specify configurations for experiments and Fisher matrices.
- Identify or describe an experiment configuration (e.g.
[SO-6m]
) - Identify or describe a grid configuration (e.g.
[grid-default]
). This is the - Make CMB lensing and SZ variance grids for each experiment by running
bin/makeGrid.py
. To see options for using it,python bin/makeGrid.py -h
or do it in parallel with MPI using
python bin/subGrids.py
4. Make SZ grids for optical weak lensing
python bin/subOWLGrids.py
5a. Make easy derivatives for CMB
python bin/subDerivs.py
5b. Make easy derivatives for OWL
python bin/subOWL.py
6. Make sigma8 derivatives
7. Make CMB lensing offset derivatives
8. Make wa derivatives