From ebd4a9ef26cd941e4c6cb1df5e9ab0d416717027 Mon Sep 17 00:00:00 2001 From: Thibaut Louis Date: Wed, 13 Mar 2024 07:56:40 +0100 Subject: [PATCH] update readme --- .../data_analysis/paramfiles/planck/global_NPIPE.dict | 9 +++++++++ .../data_analysis/paramfiles/planck/global_legacy.dict | 10 ++++++++++ 2 files changed, 19 insertions(+) diff --git a/project/data_analysis/paramfiles/planck/global_NPIPE.dict b/project/data_analysis/paramfiles/planck/global_NPIPE.dict index 1709db71..c80047e2 100644 --- a/project/data_analysis/paramfiles/planck/global_NPIPE.dict +++ b/project/data_analysis/paramfiles/planck/global_NPIPE.dict @@ -1,5 +1,6 @@ surveys = ["Planck"] arrays_Planck = ["f100", "f143", "f217"] +version = "npipe" data_dir = '/global/cfs/cdirs/act/data/tlouis/dr6v4/' npipe_map_dir = "/global/cfs/cdirs/cmb/data/planck2020/npipe/" @@ -34,6 +35,14 @@ maps_Planck_f100 = [npipe_map_dir + 'npipe6v20A/npipe6v20A_100_map.fits', npipe_ maps_Planck_f143 = [npipe_map_dir + 'npipe6v20A/npipe6v20A_143_map.fits', npipe_map_dir + 'npipe6v20B/npipe6v20B_143_map.fits'] maps_Planck_f217 = [npipe_map_dir + 'npipe6v20A/npipe6v20A_217_map.fits', npipe_map_dir + 'npipe6v20B/npipe6v20B_217_map.fits'] +cal_Planck_f100 = 1 # only used in the simulation script where the uk->K conv is already done by default +cal_Planck_f143 = 1 # +cal_Planck_f217 = 1 # +pol_eff_Planck_f100 = 1. # +pol_eff_Planck_f143 = 1. # +pol_eff_Planck_f217 = 1. # + + cal_Planck_f100_per_split = [10**6, 10**6] cal_Planck_f143_per_split = [10**6, 10**6] cal_Planck_f217_per_split = [10**6, 10**6] diff --git a/project/data_analysis/paramfiles/planck/global_legacy.dict b/project/data_analysis/paramfiles/planck/global_legacy.dict index d83a50b6..990a3c74 100644 --- a/project/data_analysis/paramfiles/planck/global_legacy.dict +++ b/project/data_analysis/paramfiles/planck/global_legacy.dict @@ -1,5 +1,6 @@ surveys = ["Planck"] arrays_Planck = ["f100", "f143", "f217"] +version = "legacy" data_dir = '/global/cfs/cdirs/act/data/tlouis/dr6v4/' legacy_map_dir = "/global/cfs/cdirs/cmb/data/planck2018/pr3/frequencymaps/" @@ -34,6 +35,15 @@ maps_Planck_f100 = [legacy_map_dir + 'HFI_SkyMap_100_2048_R3.01_halfmission-%d.f maps_Planck_f143 = [legacy_map_dir + 'HFI_SkyMap_143_2048_R3.01_halfmission-%d.fits' % i for i in [1, 2]] maps_Planck_f217 = [legacy_map_dir + 'HFI_SkyMap_217_2048_R3.01_halfmission-%d.fits' % i for i in [1, 2]] + +cal_Planck_f100 = 1 # only used in the simulation script where the uk->K conv is already done by default +cal_Planck_f143 = 1 # +cal_Planck_f217 = 1 # +pol_eff_Planck_f100 = 1. # +pol_eff_Planck_f143 = 1. # +pol_eff_Planck_f217 = 1. # + + cal_Planck_f100_per_split = [10**6, 10**6] cal_Planck_f143_per_split = [10**6, 10**6] cal_Planck_f217_per_split = [10**6, 10**6]