Skip to content

Commit

Permalink
Update dr6.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
thibautlouis authored Oct 22, 2024
1 parent bac5465 commit 190fe61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/data_analysis/dr6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,14 +170,14 @@ grab the code in the aberration folder and run
Radio and tSZ trispectrum
-------------------------------------------------------

To include the non gaussian contribution to the covariance matrix coming from the connected four point function of the Radio sources and tSZ (assumed to be Poisson distributed), grab the code in the non_gaussian_fg folder and run
To include the non gaussian contribution to the covariance matrix coming from the connected four point function of the Radio sources, CIB, and tSZ (assumed to be Poisson distributed), grab the code in the non_gaussian_fg folder and run

.. code:: shell
salloc --nodes 1 --qos interactive --time 4:00:00 --constraint cpu
OMP_NUM_THREADS=256 srun -n 1 -c 256 --cpu-bind=cores python get_connected_trispectrum_radio.py global_dr6_v4.dict
OMP_NUM_THREADS=256 srun -n 1 -c 256 --cpu-bind=cores python get_connected_trispectrum_tSZ.py global_dr6_v4.dict
OMP_NUM_THREADS=256 srun -n 1 -c 256 --cpu-bind=cores python get_connected_trispectrum_CIB.py global_dr6_v4.dict
# real 3m4.125s
Non gaussian lensing terms
Expand Down

0 comments on commit 190fe61

Please sign in to comment.