Skip to content

Commit

Permalink
clean instruction a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Thibaut committed Sep 17, 2024
1 parent 0da00fa commit a750261
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions project/data_analysis/dr6xplanck.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ You can analyse and plot the simulation results using
.. 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 mc_analysis.py global_dr6_v4.dict
OMP_NUM_THREADS=256 srun -n 1 -c 256 --cpu_bind=cores python mc_cov_analysis.py global_dr6_v4.dict
OMP_NUM_THREADS=256 srun -n 1 -c 256 --cpu_bind=cores python mc_plot_spectra.py global_dr6_v4.dict
OMP_NUM_THREADS=256 srun -n 1 -c 256 --cpu_bind=cores python mc_plot_covariances.py global_dr6_v4.dict
OMP_NUM_THREADS=256 srun -n 1 -c 256 --cpu_bind=cores python mc_analysis.py global_dr6v4xlegacy.dict
OMP_NUM_THREADS=256 srun -n 1 -c 256 --cpu_bind=cores python mc_cov_analysis.py global_dr6v4xlegacy.dict
OMP_NUM_THREADS=256 srun -n 1 -c 256 --cpu_bind=cores python mc_plot_spectra.py global_dr6v4xlegacy.dict
OMP_NUM_THREADS=256 srun -n 1 -c 256 --cpu_bind=cores python mc_plot_covariances.py global_dr6v4xlegacy.dict
Expand All @@ -146,10 +146,10 @@ the ACT spectra, the way we get the correction is the following
.. code:: shell
salloc -N 4 -C cpu -q interactive -t 03:00:00
OMP_NUM_THREADS=32 srun -n 32 -c 32 --cpu_bind=cores python get_planck_spectra_correction_from_nlms.py global_dr6v4xnpipe.dict
OMP_NUM_THREADS=32 srun -n 32 -c 32 --cpu_bind=cores python get_planck_spectra_correction_from_nlms.py global_dr6v4xlegacy.dict
salloc -N 1 -C cpu -q interactive -t 01:00:00
OMP_NUM_THREADS=256 srun -n 1 -c 256 --cpu_bind=cores python mc_analysis.py global_dr6v4xnpipe.dict
OMP_NUM_THREADS=256 srun -n 1 -c 256 --cpu_bind=cores python mc_analysis.py global_dr6v4xlegacy.dict
The first code is similar to the standard simulation spectra code, but it's residual only (no signal), the mc_analysis serve to produce the average of these spectra.

Expand Down

0 comments on commit a750261

Please sign in to comment.