From a750261934ab8c0764dbf857f0538f905fef203c Mon Sep 17 00:00:00 2001 From: Louis Thibaut Date: Tue, 17 Sep 2024 11:57:41 +0200 Subject: [PATCH] clean instruction a bit --- project/data_analysis/dr6xplanck.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/project/data_analysis/dr6xplanck.rst b/project/data_analysis/dr6xplanck.rst index 7a500da4..51ad128d 100644 --- a/project/data_analysis/dr6xplanck.rst +++ b/project/data_analysis/dr6xplanck.rst @@ -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 @@ -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.