Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions sofind/datamodels/mss2_nemo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
qids_config: mss2_nemo.yaml

maps:
mss2_nemo: mss2_nemo.yaml
17 changes: 15 additions & 2 deletions sofind/datamodels/so_lat_mbs_mss0002.yaml
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think so_lat_mbs_mss0002: so_lat_mbs_mss0002.yaml is a duplicate of default_config right? Could that line be deleted and you just use the default?

Same thing with lensing_masks: so_lat_mbs_mss0002.yaml?

I guess the point is you'd rather call it something else when you fetch it in code?

Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
qids_config: so_basic_qids.yaml

maps:
default_config: so_lat_mbs_mss0002
default_config: so_lat_mbs_mss0002.yaml
so_lat_mbs_mss0002: so_lat_mbs_mss0002.yaml

masks:
so_lat_mbs_mss0002_masks: so_lat_mbs_mss0002.yaml
lensing_masks: so_lat_mbs_mss0002.yaml

noise_models:
default_config: so_lat_mbs_mss0002.yaml
default_config: so_lat_mbs_mss0002.yaml

catalogs:
inpaint_catalogs_mss2: inpaint_catalogs_mss2.yaml
inpaint_catalogs: inpaint_catalogs.yaml

beams:
beams_lat_mbs_mss0002: beams_lat_mbs_mss0002.yaml
beams_nemo_mss2: beams_nemo_mss2.yaml

transfer_func:
tf_lat_mbs_mss0002: tf_lat_mbs_mss0002.yaml
22 changes: 22 additions & 0 deletions sofind/products/beams/beams_lat_mbs_mss0002.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
system_paths:
dirac: /home/ak2628/software/SO_lensing/beams_mss2/beams/
souk: /shared_home/akusiak/data/mss2/beams/

allowed_qids_configs:
- so_basic_qids.yaml

allowed_qids:
- lfa
- lfb
- mfa
- mfb
- uhfa
- uhfb

allowed_qids_extra_kwargs:

#following https://github.com/simonsobs/map_based_simulations/blob/master/mbs-s0012-20230321/simonsobs_instrument_parameters_2023.03/so_default_resolution.csv
split_beam_file_template: 'split{split_num}_{array}_{freq}_mss2_beam.txt'
coadd_beam_file_template: 'coadd_{array}_{freq}_mss2_beam.txt'

norm: False
22 changes: 22 additions & 0 deletions sofind/products/beams/beams_nemo_mss2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
system_paths:
della:
dirac: /home/ak2628/rds/rds-dirac-dp002/SO/nemo_mss2/20250415/beams
souk: /shared_home/akusiak/data/mss2/nemo/20250415/beams/

allowed_qids_configs:
- so_basic_qids.yaml

allowed_qids: 'all'

allowed_qids_extra_kwargs:
mfa:
nemo_beam_freq: '093'
mfb:
nemo_beam_freq: '145'
uhfa:
nemo_beam_freq: '225'
uhfb:
nemo_beam_freq: '280'

coadd_beam_file_template: 'beam_gaussian_la{nemo_beam_freq}.txt'
norm: True
1 change: 1 addition & 0 deletions sofind/products/catalogs/inpaint_catalogs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ system_paths:
dirac: /rds/project/dirac_vol5/rds-dirac-dp002/AdvACT/catalogues/inpaint_catalogs
niagara: /home/r/rbond/jiaqu/projects/catalogs/inpaint_catalogs_20241002
penn-gpc: /data5/act/catalogs/inpaint_catalogs_20241002
souk: /shared_home/akusiak/data/mss2/nemo/inpaint_catalogs/

allowed_qids_configs: 'all'

Expand Down
10 changes: 10 additions & 0 deletions sofind/products/catalogs/inpaint_catalogs_mss2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
system_paths:
della: /scratch/gpfs/zatkins/data/simonsobs/mnms/catalogs
dirac: /home/ak2628/software/SO_lensing/inpaint_catalogs/
souk: /shared_home/akusiak/data/mss2/nemo/inpaint_catalogs/

allowed_qids_configs: 'all'

allowed_qids: 'all'

allowed_qids_extra_kwargs:
12 changes: 12 additions & 0 deletions sofind/products/maps/mss2_nemo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
system_paths:
dirac: /home/ak2628/rds/rds-dirac-dp002/SO/nemo_mss2/output/
souk: /shared_home/akusiak/data/mss2/nemo/output/

allowed_qids_configs:
- mss2_nemo.yaml

allowed_qids: 'all'

allowed_qids_extra_kwargs:

coadd_map_file_template: 'nemomodel_mss2_20250415_clustersSNR5_{freq}.fits'
5 changes: 4 additions & 1 deletion sofind/products/maps/so_lat_mbs_mss0002.yaml
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you rename the split_map_file_template files everywhere, like, also on perlmutter and rusty? Otherwise the files will have different names on those two vs. dirac and souk. Is it not possible to stick with the pre-existing filenames on dirac and souk?

Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
system_paths:
perlmutter: /global/cfs/cdirs/sobs/v4_sims/mbs/mbs_s0015_20240504/renamed
rusty: /mnt/home/aduivenvoorden/project/so/20240504_mss0002_lat/renamed
dirac: /rds/project/dirac_vol5/rds-dirac-dp002/SO/mss-0002/RC1.r01/
souk: /shared_home/akusiak/data/mss2/mss-0002-srcfree/

allowed_qids_configs:
- so_basic_qids.yaml
Expand All @@ -26,4 +28,5 @@ allowed_qids_extra_kwargs:
uhfb:
num_splits: 4

split_map_file_template: 'sobs_RC1.r01_LAT_mission_{freq}_{num_splits}way_split{split_num}_noise_{maptag}_car.fits'
split_map_file_template: 'sobs_RC1.r01_LAT_mission_{freq}_{num_splits}way_split{split_num}_{maptag}_car.fits'
coadd_map_file_template: 'sobs_RC1.r01_LAT_mission_{freq}_{num_splits}way_coadd_{maptag}_car.fits'
2 changes: 2 additions & 0 deletions sofind/products/masks/so_lat_mbs_mss0002.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
system_paths:
perlmutter: /global/cfs/cdirs/sobs/v4_sims/mbs/mbs_s0015_20240504/masks
rusty: /mnt/home/aduivenvoorden/project/so/20240504_mss0002_lat/masks
dirac: /rds/project/dirac_vol5/rds-dirac-dp002/SO/masks
souk: /shared_home/akusiak/data/mss2/masks/

allowed_qids_configs: 'all'

Expand Down
3 changes: 3 additions & 0 deletions sofind/products/noise_models/so_lat_mbs_mss0002.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
system_paths:
perlmutter: /global/cfs/cdirs/sobs/v4_sims/mbs/mbs_s0015_20240504
rusty: /mnt/home/aduivenvoorden/project/so/20240504_mss0002_lat
dirac: /rds/project/dirac_vol5/rds-dirac-dp002/SO/mbs/mbs_s0015_20240504/alms/
souk: /cephfs/soukdata/user_scratch/akusiak/mss2/mbs_s0015_20240504/alms/


allowed_qids_configs:
- so_basic_qids.yaml
Expand Down
20 changes: 20 additions & 0 deletions sofind/products/transfer_func/tf_lat_mbs_mss0002.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
system_paths:
dirac: /rds/project/dirac_vol5/rds-dirac-dp002/SO/mss-0002/tf/
souk: /shared_home/akusiak/data/mss2/products/tf/

allowed_qids_configs:
- so_basic_qids.yaml

allowed_qids:
- lfa
- lfb
- mfa
- mfb
- uhfa
- uhfb


allowed_qids_extra_kwargs:


tf_template: 'tf_mss2_{array}_{freq}_logistic.dat'
5 changes: 5 additions & 0 deletions sofind/qids/mss2_nemo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
nemo_150:
freq: 150

nemo_090:
freq: 090
3 changes: 2 additions & 1 deletion sofind/systems.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
'rusty',
'dirac',
'niagara',
'penn-gpc'
'penn-gpc',
'souk'
]