Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thibautlouis committed Mar 13, 2024
1 parent 71e6740 commit ebd4a9e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions project/data_analysis/paramfiles/planck/global_NPIPE.dict
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down Expand Up @@ -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]
Expand Down
10 changes: 10 additions & 0 deletions project/data_analysis/paramfiles/planck/global_legacy.dict
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit ebd4a9e

Please sign in to comment.