From e0a08c67bcd01f730eab578688f6b8eab3eb233a Mon Sep 17 00:00:00 2001 From: AdriJD Date: Tue, 20 Feb 2024 21:51:40 -0500 Subject: [PATCH 1/5] added act_dr6v4_nilc070123 datamodel and necessary products fto draw y NILC sims, TODO add final permutter directory --- sofind/datamodels/act_dr6v4_nilc070123.yaml | 11 ++ sofind/products/maps/README.md | 4 + .../maps/act_dr6v4_nilc070123_tiled.yaml | 12 ++ .../maps/act_dr6v4_nilc070123_wav.yaml | 12 ++ .../masks/act_dr6v4_nilc070123_masks.yaml | 8 + .../noise_models/act_dr6v4_nilc070123.yaml | 174 ++++++++++++++++++ sofind/qids/act_dr6v4_nilc070123_qids.yaml | 11 ++ 7 files changed, 232 insertions(+) create mode 100644 sofind/datamodels/act_dr6v4_nilc070123.yaml create mode 100644 sofind/products/maps/act_dr6v4_nilc070123_tiled.yaml create mode 100644 sofind/products/maps/act_dr6v4_nilc070123_wav.yaml create mode 100644 sofind/products/masks/act_dr6v4_nilc070123_masks.yaml create mode 100644 sofind/products/noise_models/act_dr6v4_nilc070123.yaml create mode 100644 sofind/qids/act_dr6v4_nilc070123_qids.yaml diff --git a/sofind/datamodels/act_dr6v4_nilc070123.yaml b/sofind/datamodels/act_dr6v4_nilc070123.yaml new file mode 100644 index 0000000..272b674 --- /dev/null +++ b/sofind/datamodels/act_dr6v4_nilc070123.yaml @@ -0,0 +1,11 @@ +qids_config: act_dr6v4_nilc070123_qids.yaml + +maps: + wavelet: act_dr6v4_nilc070123_wav + tiled: act_dr6v4_nilc070123_tiled + +masks: + default: act_dr6v4_nilc070123_masks.yaml + +noise_models: + default_config: act_dr6v4_nilc070123.yaml \ No newline at end of file diff --git a/sofind/products/maps/README.md b/sofind/products/maps/README.md index c595f74..2a70227 100644 --- a/sofind/products/maps/README.md +++ b/sofind/products/maps/README.md @@ -9,6 +9,8 @@ We give additional information for each `maps` config file, such as permissible | act_dr6v3_pwv_split.yaml | `pa4a`, `pa4a_dw`, `pa4a_dd`, `pa4b`, `pa4b_dw`, `pa4b_dd`, `pa5a`, `pa5a_dw`, `pa5a_dd`, `pa5b`, `pa5b_dw`, `pa5b_dd`, `pa6a`, `pa6a_dw`, `pa6a_dd`, `pa6b`, `pa6b_dw`, `pa6b_dd` | | so_scan_s0003.yaml | `lfa`, `lfb`, `mfa`, `mfb`, `uhfa`, `uhfb` | | so_sat_v1_f1.yaml | `lfa`, `lfb`, `mfa`, `mfb`, `uhfa`, `uhfb` | +| act_dr6v4_nilc070123_wav | `ilc_y`, `ilc_y_noKspaceCor`, `ilc_y_planck` | +| act_dr6v4_nilc070123_tiled | `ilc_y`, `ilc_y_noKspaceCor`, `ilc_y_planck` | ## Required Additional Keyword Arguments | Config File | Additional Keywords | Possible Values | @@ -18,3 +20,5 @@ We give additional information for each `maps` config file, such as permissible | act_dr6v3_pwv_split.yaml | `null_split` | `low_pwv`, `high_pwv` | | so_scan_s0003.yaml | | | so_sat_v1_f1.yaml | | +| act_dr6v4_nilc070123_wav | | +| act_dr6v4_nilc070123_tiled | | diff --git a/sofind/products/maps/act_dr6v4_nilc070123_tiled.yaml b/sofind/products/maps/act_dr6v4_nilc070123_tiled.yaml new file mode 100644 index 0000000..25e1d11 --- /dev/null +++ b/sofind/products/maps/act_dr6v4_nilc070123_tiled.yaml @@ -0,0 +1,12 @@ +system_paths: + perlmutter: ADDME + rusty: /mnt/home/aduivenvoorden/project/actpol/20230622_nilc_july/icov/mnms/tiled + +allowed_qids_configs: +- act_dr6v4_nilc070123_qids.yaml + +allowed_qids: 'all' + +allowed_qids_extra_kwargs: + +split_map_file_template: 'ilc_yy_{nilc_type}_{maptag}.fits' \ No newline at end of file diff --git a/sofind/products/maps/act_dr6v4_nilc070123_wav.yaml b/sofind/products/maps/act_dr6v4_nilc070123_wav.yaml new file mode 100644 index 0000000..1630e85 --- /dev/null +++ b/sofind/products/maps/act_dr6v4_nilc070123_wav.yaml @@ -0,0 +1,12 @@ +system_paths: + perlmutter: ADDME + rusty: /mnt/home/aduivenvoorden/project/actpol/20230622_nilc_july/icov/mnms/wavelet + +allowed_qids_configs: +- act_dr6v4_nilc070123_qids.yaml + +allowed_qids: 'all' + +allowed_qids_extra_kwargs: + +split_map_file_template: 'ilc_yy_{nilc_type}_{maptag}.fits' \ No newline at end of file diff --git a/sofind/products/masks/act_dr6v4_nilc070123_masks.yaml b/sofind/products/masks/act_dr6v4_nilc070123_masks.yaml new file mode 100644 index 0000000..6b2c862 --- /dev/null +++ b/sofind/products/masks/act_dr6v4_nilc070123_masks.yaml @@ -0,0 +1,8 @@ +system_paths: + rusty: /mnt/home/aduivenvoorden/project/actpol/20230622_nilc_july/icov/mnms/masks + +allowed_qids_configs: 'all' + +allowed_qids: 'all' + +allowed_qids_extra_kwargs: \ No newline at end of file diff --git a/sofind/products/noise_models/act_dr6v4_nilc070123.yaml b/sofind/products/noise_models/act_dr6v4_nilc070123.yaml new file mode 100644 index 0000000..affbd88 --- /dev/null +++ b/sofind/products/noise_models/act_dr6v4_nilc070123.yaml @@ -0,0 +1,174 @@ +system_paths: + perlmutter: + rusty: /mnt/home/aduivenvoorden/project/actpol/20230622_nilc_july/icov/mnms + +allowed_qids_configs: +- act_dr6v4_nilc070123_qids.yaml + +allowed_qids: 'all' + +allowed_qids_extra_kwargs: + +tile: + noise_model_class: Tiled + data_model_name: act_dr6v4_nilc070123 + subproduct: default + maps_product: maps + maps_subproduct: tiled + filter_kwargs: + post_filt_rel_downgrade: 1 + lim: 0.000000001 + lim0: null + mask_est_edgecut: 0 + mask_est_apodization: 0 + mask_obs_edgecut: 0 + masks_subproduct: default + mask_est_name: null + differenced: null + mask_obs_name: wide_mask_GAL070_apod_1.50_deg_wExtended_mask_obs_dg2.fits + ivar_filt_method: basic + dtype: f4 + qid_names_template: null + ivar_lmaxs: 0 + srcfree: null + catalog_name: null + catalogs_subproduct: null + iso_filt_method: harmonic + kfilt_lbounds: null + enforce_equal_qid_kwargs: + - num_splits + ivar_fwhms: null + calibrated: False + model_lim0: null + model_lim: null + delta_ell_smooth: 400 + height_deg: 4.0 + width_deg: 4.0 + model_file_template: '{config_name}_{noise_model_name}_{qid_names}_lmax{lmax}_{num_splits}way_set{split_num}_noise_model' + sim_file_template: '{config_name}_{noise_model_name}_{qid_names}_lmax{lmax}_{num_splits}way_set{split_num}_noise_sim_{alm_str}{sim_num:04}' + +tile_planck: + noise_model_class: Tiled + data_model_name: act_dr6v4_nilc070123 + subproduct: default + maps_product: maps + maps_subproduct: tiled + filter_kwargs: + post_filt_rel_downgrade: 1 + lim: 0.000000001 + lim0: null + mask_est_edgecut: 0 + mask_est_apodization: 0 + mask_obs_edgecut: 0 + masks_subproduct: default + mask_est_name: null + differenced: null + mask_obs_name: wide_mask_GAL070_apod_1.50_deg_wExtended_mask_obs_dg4.fits + ivar_filt_method: basic + dtype: f4 + qid_names_template: null + ivar_lmaxs: 0 + srcfree: null + catalog_name: null + catalogs_subproduct: null + iso_filt_method: harmonic + kfilt_lbounds: null + enforce_equal_qid_kwargs: + - num_splits + ivar_fwhms: null + calibrated: False + model_lim0: null + model_lim: null + delta_ell_smooth: 400 + height_deg: 4.0 + width_deg: 4.0 + model_file_template: '{config_name}_{noise_model_name}_{qid_names}_lmax{lmax}_{num_splits}way_set{split_num}_noise_model' + sim_file_template: '{config_name}_{noise_model_name}_{qid_names}_lmax{lmax}_{num_splits}way_set{split_num}_noise_sim_{alm_str}{sim_num:04}' + +wav: + noise_model_class: Wavelet + data_model_name: act_dr6v4_nilc070123 + subproduct: default + maps_product: maps + maps_subproduct: wavelet + filter_kwargs: + post_filt_rel_downgrade: 1 + lim: 0.000000001 + lim0: null + mask_est_edgecut: 0 + mask_est_apodization: 0 + mask_obs_edgecut: 0 + masks_subproduct: default + mask_est_name: null + differenced: null + mask_obs_name: wide_mask_GAL070_apod_1.50_deg_wExtended_mask_obs_dg2.fits + ivar_filt_method: null + dtype: f4 + qid_names_template: null + ivar_lmaxs: 0 + srcfree: null + catalog_name: null + catalogs_subproduct: null + iso_filt_method: harmonic + kfilt_lbounds: null + enforce_equal_qid_kwargs: + - num_splits + ivar_fwhms: null + calibrated: False + model_lim0: null + model_lim: null + fwhm_fact_pt1: + - 1350 + - 2. + fwhm_fact_pt2: + - 5400 + - 2. + lamb: 1.3 + w_lmax_j: 6000 + w_lmin: 300 + model_file_template: '{config_name}_{noise_model_name}_{qid_names}_lmax{lmax}_{num_splits}way_set{split_num}_noise_model' + sim_file_template: '{config_name}_{noise_model_name}_{qid_names}_lmax{lmax}_{num_splits}way_set{split_num}_noise_sim_{alm_str}{sim_num:04}' + +wav_planck: + noise_model_class: Wavelet + data_model_name: act_dr6v4_nilc070123 + subproduct: default + maps_product: maps + maps_subproduct: wavelet + filter_kwargs: + post_filt_rel_downgrade: 1 + lim: 0.000000001 + lim0: null + mask_est_edgecut: 0 + mask_est_apodization: 0 + mask_obs_edgecut: 0 + masks_subproduct: default + mask_est_name: null + differenced: null + mask_obs_name: wide_mask_GAL070_apod_1.50_deg_wExtended_mask_obs_dg4.fits + ivar_filt_method: null + dtype: f4 + qid_names_template: null + ivar_lmaxs: 0 + srcfree: null + catalog_name: null + catalogs_subproduct: null + iso_filt_method: harmonic + kfilt_lbounds: null + enforce_equal_qid_kwargs: + - num_splits + ivar_fwhms: null + calibrated: False + model_lim0: null + model_lim: null + fwhm_fact_pt1: + - 1350 + - 2. + fwhm_fact_pt2: + - 5400 + - 2. + lamb: 1.3 + w_lmax_j: 3100 + w_lmin: 300 + model_file_template: '{config_name}_{noise_model_name}_{qid_names}_lmax{lmax}_{num_splits}way_set{split_num}_noise_model' + sim_file_template: '{config_name}_{noise_model_name}_{qid_names}_lmax{lmax}_{num_splits}way_set{split_num}_noise_sim_{alm_str}{sim_num:04}' diff --git a/sofind/qids/act_dr6v4_nilc070123_qids.yaml b/sofind/qids/act_dr6v4_nilc070123_qids.yaml new file mode 100644 index 0000000..1c84c0c --- /dev/null +++ b/sofind/qids/act_dr6v4_nilc070123_qids.yaml @@ -0,0 +1,11 @@ +ilc_y: + nilc_type: wBP + num_splits: 1 + +ilc_y_noKspaceCor: + nilc_type: wBP_noKspaceCor + num_splits: 1 + +ilc_y_planck: + nilc_type: wBP_planck + num_splits: 1 From 8826d962d1a1557092bb3bfe82d364bf5d827d1c Mon Sep 17 00:00:00 2001 From: AdriJD Date: Tue, 20 Feb 2024 23:06:46 -0500 Subject: [PATCH 2/5] updated name of folder containing ivar mpas --- sofind/products/maps/act_dr6v4_nilc070123_tiled.yaml | 2 +- sofind/products/maps/act_dr6v4_nilc070123_wav.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sofind/products/maps/act_dr6v4_nilc070123_tiled.yaml b/sofind/products/maps/act_dr6v4_nilc070123_tiled.yaml index 25e1d11..b17f21a 100644 --- a/sofind/products/maps/act_dr6v4_nilc070123_tiled.yaml +++ b/sofind/products/maps/act_dr6v4_nilc070123_tiled.yaml @@ -1,6 +1,6 @@ system_paths: perlmutter: ADDME - rusty: /mnt/home/aduivenvoorden/project/actpol/20230622_nilc_july/icov/mnms/tiled + rusty: /mnt/home/aduivenvoorden/project/actpol/20230622_nilc_july/icov/mnms/ivar_tiled allowed_qids_configs: - act_dr6v4_nilc070123_qids.yaml diff --git a/sofind/products/maps/act_dr6v4_nilc070123_wav.yaml b/sofind/products/maps/act_dr6v4_nilc070123_wav.yaml index 1630e85..c109e4f 100644 --- a/sofind/products/maps/act_dr6v4_nilc070123_wav.yaml +++ b/sofind/products/maps/act_dr6v4_nilc070123_wav.yaml @@ -1,6 +1,6 @@ system_paths: perlmutter: ADDME - rusty: /mnt/home/aduivenvoorden/project/actpol/20230622_nilc_july/icov/mnms/wavelet + rusty: /mnt/home/aduivenvoorden/project/actpol/20230622_nilc_july/icov/mnms/ivar_wavelet allowed_qids_configs: - act_dr6v4_nilc070123_qids.yaml From 22d706f57e4fa52f7605d6b6fcfe7113d88700dc Mon Sep 17 00:00:00 2001 From: AdriJD Date: Tue, 20 Feb 2024 23:15:21 -0500 Subject: [PATCH 3/5] added paths on perlmutter --- sofind/products/maps/act_dr6v4_nilc070123_tiled.yaml | 2 +- sofind/products/maps/act_dr6v4_nilc070123_wav.yaml | 2 +- sofind/products/masks/act_dr6v4_nilc070123_masks.yaml | 1 + sofind/products/noise_models/act_dr6v4_nilc070123.yaml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sofind/products/maps/act_dr6v4_nilc070123_tiled.yaml b/sofind/products/maps/act_dr6v4_nilc070123_tiled.yaml index b17f21a..ab2f9c6 100644 --- a/sofind/products/maps/act_dr6v4_nilc070123_tiled.yaml +++ b/sofind/products/maps/act_dr6v4_nilc070123_tiled.yaml @@ -1,5 +1,5 @@ system_paths: - perlmutter: ADDME + perlmutter: /global/cfs/cdirs/act/www/dr6_nilc/mnms_20230220/ivar_tiled rusty: /mnt/home/aduivenvoorden/project/actpol/20230622_nilc_july/icov/mnms/ivar_tiled allowed_qids_configs: diff --git a/sofind/products/maps/act_dr6v4_nilc070123_wav.yaml b/sofind/products/maps/act_dr6v4_nilc070123_wav.yaml index c109e4f..4a6d746 100644 --- a/sofind/products/maps/act_dr6v4_nilc070123_wav.yaml +++ b/sofind/products/maps/act_dr6v4_nilc070123_wav.yaml @@ -1,5 +1,5 @@ system_paths: - perlmutter: ADDME + perlmutter: /global/cfs/cdirs/act/www/dr6_nilc/mnms_20230220/ivar_wavelet rusty: /mnt/home/aduivenvoorden/project/actpol/20230622_nilc_july/icov/mnms/ivar_wavelet allowed_qids_configs: diff --git a/sofind/products/masks/act_dr6v4_nilc070123_masks.yaml b/sofind/products/masks/act_dr6v4_nilc070123_masks.yaml index 6b2c862..efe1186 100644 --- a/sofind/products/masks/act_dr6v4_nilc070123_masks.yaml +++ b/sofind/products/masks/act_dr6v4_nilc070123_masks.yaml @@ -1,4 +1,5 @@ system_paths: + perlmutter: /global/cfs/cdirs/act/www/dr6_nilc/mnms_20230220/masks rusty: /mnt/home/aduivenvoorden/project/actpol/20230622_nilc_july/icov/mnms/masks allowed_qids_configs: 'all' diff --git a/sofind/products/noise_models/act_dr6v4_nilc070123.yaml b/sofind/products/noise_models/act_dr6v4_nilc070123.yaml index affbd88..d683e2e 100644 --- a/sofind/products/noise_models/act_dr6v4_nilc070123.yaml +++ b/sofind/products/noise_models/act_dr6v4_nilc070123.yaml @@ -1,5 +1,5 @@ system_paths: - perlmutter: + perlmutter: /global/cfs/cdirs/act/www/dr6_nilc/mnms_20230220/models rusty: /mnt/home/aduivenvoorden/project/actpol/20230622_nilc_july/icov/mnms allowed_qids_configs: From bb36e670643fb00e7d0d6aec60342e0280aa0c8e Mon Sep 17 00:00:00 2001 From: AdriJD Date: Tue, 19 Mar 2024 17:47:07 -0400 Subject: [PATCH 4/5] updated filepatch on perlmutter for the mnms_20230220 model --- sofind/products/noise_models/act_dr6v4_nilc070123.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sofind/products/noise_models/act_dr6v4_nilc070123.yaml b/sofind/products/noise_models/act_dr6v4_nilc070123.yaml index d683e2e..449dbfa 100644 --- a/sofind/products/noise_models/act_dr6v4_nilc070123.yaml +++ b/sofind/products/noise_models/act_dr6v4_nilc070123.yaml @@ -1,5 +1,5 @@ system_paths: - perlmutter: /global/cfs/cdirs/act/www/dr6_nilc/mnms_20230220/models + perlmutter: /global/cfs/cdirs/act/www/dr6_nilc/mnms_20230220 rusty: /mnt/home/aduivenvoorden/project/actpol/20230622_nilc_july/icov/mnms allowed_qids_configs: From 8e0169a83bc372bb8a1b6920ee51bfe6e206264b Mon Sep 17 00:00:00 2001 From: AdriJD Date: Mon, 9 Dec 2024 08:35:09 -0500 Subject: [PATCH 5/5] added EE NILC models --- .../maps/act_dr6v4_nilc070123_tiled.yaml | 2 +- .../maps/act_dr6v4_nilc070123_wav.yaml | 2 +- .../noise_models/act_dr6v4_nilc070123.yaml | 194 ++++++++++++++++-- sofind/qids/act_dr6v4_nilc070123_qids.yaml | 33 +++ 4 files changed, 215 insertions(+), 16 deletions(-) diff --git a/sofind/products/maps/act_dr6v4_nilc070123_tiled.yaml b/sofind/products/maps/act_dr6v4_nilc070123_tiled.yaml index ab2f9c6..1662be3 100644 --- a/sofind/products/maps/act_dr6v4_nilc070123_tiled.yaml +++ b/sofind/products/maps/act_dr6v4_nilc070123_tiled.yaml @@ -9,4 +9,4 @@ allowed_qids: 'all' allowed_qids_extra_kwargs: -split_map_file_template: 'ilc_yy_{nilc_type}_{maptag}.fits' \ No newline at end of file +split_map_file_template: 'ilc_{ivar_type}_{nilc_type}_{maptag}.fits' \ No newline at end of file diff --git a/sofind/products/maps/act_dr6v4_nilc070123_wav.yaml b/sofind/products/maps/act_dr6v4_nilc070123_wav.yaml index 4a6d746..dfa2f7c 100644 --- a/sofind/products/maps/act_dr6v4_nilc070123_wav.yaml +++ b/sofind/products/maps/act_dr6v4_nilc070123_wav.yaml @@ -9,4 +9,4 @@ allowed_qids: 'all' allowed_qids_extra_kwargs: -split_map_file_template: 'ilc_yy_{nilc_type}_{maptag}.fits' \ No newline at end of file +split_map_file_template: 'ilc_{ivar_type}_{nilc_type}_{maptag}.fits' \ No newline at end of file diff --git a/sofind/products/noise_models/act_dr6v4_nilc070123.yaml b/sofind/products/noise_models/act_dr6v4_nilc070123.yaml index 449dbfa..f73897b 100644 --- a/sofind/products/noise_models/act_dr6v4_nilc070123.yaml +++ b/sofind/products/noise_models/act_dr6v4_nilc070123.yaml @@ -14,7 +14,7 @@ tile: data_model_name: act_dr6v4_nilc070123 subproduct: default maps_product: maps - maps_subproduct: tiled + maps_subproduct: tiled filter_kwargs: post_filt_rel_downgrade: 1 lim: 0.000000001 @@ -33,14 +33,14 @@ tile: srcfree: null catalog_name: null catalogs_subproduct: null - iso_filt_method: harmonic + iso_filt_method: harmonic kfilt_lbounds: null enforce_equal_qid_kwargs: - num_splits ivar_fwhms: null calibrated: False model_lim0: null - model_lim: null + model_lim: null delta_ell_smooth: 400 height_deg: 4.0 width_deg: 4.0 @@ -52,7 +52,7 @@ tile_planck: data_model_name: act_dr6v4_nilc070123 subproduct: default maps_product: maps - maps_subproduct: tiled + maps_subproduct: tiled filter_kwargs: post_filt_rel_downgrade: 1 lim: 0.000000001 @@ -71,14 +71,14 @@ tile_planck: srcfree: null catalog_name: null catalogs_subproduct: null - iso_filt_method: harmonic + iso_filt_method: harmonic kfilt_lbounds: null enforce_equal_qid_kwargs: - num_splits ivar_fwhms: null calibrated: False model_lim0: null - model_lim: null + model_lim: null delta_ell_smooth: 400 height_deg: 4.0 width_deg: 4.0 @@ -90,11 +90,11 @@ wav: data_model_name: act_dr6v4_nilc070123 subproduct: default maps_product: maps - maps_subproduct: wavelet + maps_subproduct: wavelet filter_kwargs: post_filt_rel_downgrade: 1 lim: 0.000000001 - lim0: null + lim0: null mask_est_edgecut: 0 mask_est_apodization: 0 mask_obs_edgecut: 0 @@ -109,20 +109,20 @@ wav: srcfree: null catalog_name: null catalogs_subproduct: null - iso_filt_method: harmonic + iso_filt_method: harmonic kfilt_lbounds: null enforce_equal_qid_kwargs: - num_splits ivar_fwhms: null calibrated: False model_lim0: null - model_lim: null + model_lim: null fwhm_fact_pt1: - 1350 - 2. fwhm_fact_pt2: - 5400 - - 2. + - 2. lamb: 1.3 w_lmax_j: 6000 w_lmin: 300 @@ -134,7 +134,7 @@ wav_planck: data_model_name: act_dr6v4_nilc070123 subproduct: default maps_product: maps - maps_subproduct: wavelet + maps_subproduct: wavelet filter_kwargs: post_filt_rel_downgrade: 1 lim: 0.000000001 @@ -153,14 +153,14 @@ wav_planck: srcfree: null catalog_name: null catalogs_subproduct: null - iso_filt_method: harmonic + iso_filt_method: harmonic kfilt_lbounds: null enforce_equal_qid_kwargs: - num_splits ivar_fwhms: null calibrated: False model_lim0: null - model_lim: null + model_lim: null fwhm_fact_pt1: - 1350 - 2. @@ -172,3 +172,169 @@ wav_planck: w_lmin: 300 model_file_template: '{config_name}_{noise_model_name}_{qid_names}_lmax{lmax}_{num_splits}way_set{split_num}_noise_model' sim_file_template: '{config_name}_{noise_model_name}_{qid_names}_lmax{lmax}_{num_splits}way_set{split_num}_noise_sim_{alm_str}{sim_num:04}' + +### + +tile_EE: + noise_model_class: Tiled + data_model_name: act_dr6v4_nilc070123 + subproduct: default + maps_product: maps + maps_subproduct: tiled + filter_kwargs: + post_filt_rel_downgrade: 1 + lim: 0.000000001 + lim0: null + mask_est_edgecut: 0 + mask_est_apodization: 0 + mask_obs_edgecut: 0 + masks_subproduct: default + mask_est_name: null + differenced: null + mask_obs_name: wide_mask_GAL070_apod_1.50_deg_wExtended_mask_obs_dg4EE.fits + ivar_filt_method: basic + dtype: f4 + qid_names_template: null + ivar_lmaxs: 0 + srcfree: null + catalog_name: null + catalogs_subproduct: null + iso_filt_method: harmonic + kfilt_lbounds: null + enforce_equal_qid_kwargs: + - num_splits + ivar_fwhms: null + calibrated: False + model_lim0: null + model_lim: null + delta_ell_smooth: 400 + height_deg: 4.0 + width_deg: 4.0 + model_file_template: '{config_name}_{noise_model_name}_{qid_names}_lmax{lmax}_{num_splits}way_set{split_num}_noise_model' + sim_file_template: '{config_name}_{noise_model_name}_{qid_names}_lmax{lmax}_{num_splits}way_set{split_num}_noise_sim_{alm_str}{sim_num:04}' + +tile_EE_planck: + noise_model_class: Tiled + data_model_name: act_dr6v4_nilc070123 + subproduct: default + maps_product: maps + maps_subproduct: tiled + filter_kwargs: + post_filt_rel_downgrade: 1 + lim: 0.000000001 + lim0: null + mask_est_edgecut: 0 + mask_est_apodization: 0 + mask_obs_edgecut: 0 + masks_subproduct: default + mask_est_name: null + differenced: null + mask_obs_name: wide_mask_GAL070_apod_1.50_deg_wExtended_mask_obs_dg4EE.fits + ivar_filt_method: basic + dtype: f4 + qid_names_template: null + ivar_lmaxs: 0 + srcfree: null + catalog_name: null + catalogs_subproduct: null + iso_filt_method: harmonic + kfilt_lbounds: null + enforce_equal_qid_kwargs: + - num_splits + ivar_fwhms: null + calibrated: False + model_lim0: null + model_lim: null + delta_ell_smooth: 400 + height_deg: 4.0 + width_deg: 4.0 + model_file_template: '{config_name}_{noise_model_name}_{qid_names}_lmax{lmax}_{num_splits}way_set{split_num}_noise_model' + sim_file_template: '{config_name}_{noise_model_name}_{qid_names}_lmax{lmax}_{num_splits}way_set{split_num}_noise_sim_{alm_str}{sim_num:04}' + +wav_EE: + noise_model_class: Wavelet + data_model_name: act_dr6v4_nilc070123 + subproduct: default + maps_product: maps + maps_subproduct: wavelet + filter_kwargs: + post_filt_rel_downgrade: 1 + lim: 0.000000001 + lim0: null + mask_est_edgecut: 0 + mask_est_apodization: 0 + mask_obs_edgecut: 0 + masks_subproduct: default + mask_est_name: null + differenced: null + mask_obs_name: wide_mask_GAL070_apod_1.50_deg_wExtended_mask_obs_dg4EE.fits + ivar_filt_method: null + dtype: f4 + qid_names_template: null + ivar_lmaxs: 0 + srcfree: null + catalog_name: null + catalogs_subproduct: null + iso_filt_method: harmonic + kfilt_lbounds: null + enforce_equal_qid_kwargs: + - num_splits + ivar_fwhms: null + calibrated: False + model_lim0: null + model_lim: null + fwhm_fact_pt1: + - 1350 + - 2. + fwhm_fact_pt2: + - 5400 + - 2. + lamb: 1.3 + w_lmax_j: 2900 + w_lmin: 300 + model_file_template: '{config_name}_{noise_model_name}_{qid_names}_lmax{lmax}_{num_splits}way_set{split_num}_noise_model' + sim_file_template: '{config_name}_{noise_model_name}_{qid_names}_lmax{lmax}_{num_splits}way_set{split_num}_noise_sim_{alm_str}{sim_num:04}' + +wav_EE_planck: + noise_model_class: Wavelet + data_model_name: act_dr6v4_nilc070123 + subproduct: default + maps_product: maps + maps_subproduct: wavelet + filter_kwargs: + post_filt_rel_downgrade: 1 + lim: 0.000000001 + lim0: null + mask_est_edgecut: 0 + mask_est_apodization: 0 + mask_obs_edgecut: 0 + masks_subproduct: default + mask_est_name: null + differenced: null + mask_obs_name: wide_mask_GAL070_apod_1.50_deg_wExtended_mask_obs_dg4EE.fits + ivar_filt_method: null + dtype: f4 + qid_names_template: null + ivar_lmaxs: 0 + srcfree: null + catalog_name: null + catalogs_subproduct: null + iso_filt_method: harmonic + kfilt_lbounds: null + enforce_equal_qid_kwargs: + - num_splits + ivar_fwhms: null + calibrated: False + model_lim0: null + model_lim: null + fwhm_fact_pt1: + - 1350 + - 2. + fwhm_fact_pt2: + - 5400 + - 2. + lamb: 1.3 + w_lmax_j: 2900 + w_lmin: 300 + model_file_template: '{config_name}_{noise_model_name}_{qid_names}_lmax{lmax}_{num_splits}way_set{split_num}_noise_model' + sim_file_template: '{config_name}_{noise_model_name}_{qid_names}_lmax{lmax}_{num_splits}way_set{split_num}_noise_sim_{alm_str}{sim_num:04}' diff --git a/sofind/qids/act_dr6v4_nilc070123_qids.yaml b/sofind/qids/act_dr6v4_nilc070123_qids.yaml index 1c84c0c..67c3991 100644 --- a/sofind/qids/act_dr6v4_nilc070123_qids.yaml +++ b/sofind/qids/act_dr6v4_nilc070123_qids.yaml @@ -1,11 +1,44 @@ ilc_y: nilc_type: wBP + ivar_type: yy num_splits: 1 ilc_y_noKspaceCor: nilc_type: wBP_noKspaceCor + ivar_type: yy num_splits: 1 ilc_y_planck: nilc_type: wBP_planck + ivar_type: yy + num_splits: 1 + +ilc_TT: + nilc_type: wBP + ivar_type: TT + num_splits: 1 + +ilc_EE: + nilc_type: wBP + ivar_type: EE + num_splits: 1 + +ilc_TT_noKspaceCor: + nilc_type: wBP_noKspaceCor + ivar_type: TT + num_splits: 1 + +ilc_EE_noKspaceCor: + nilc_type: wBP_noKspaceCor + ivar_type: EE + num_splits: 1 + +ilc_TT_planck: + nilc_type: wBP_planck + ivar_type: TT + num_splits: 1 + +ilc_EE_planck: + nilc_type: wBP_planck + ivar_type: EE num_splits: 1