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
1 change: 0 additions & 1 deletion mapsims/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Licensed under a 3-clause BSD style license - see LICENSE.rst
from .channel_utils import Channel, parse_channels
from .noise import SONoiseSimulator
from .alms import PrecomputedAlms
from .cmb import PrecomputedCMB, StandalonePrecomputedCMB
from .runner import MapSim, from_config
Expand Down
20 changes: 1 addition & 19 deletions mapsims/data/example_config_v0.2.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,4 @@ output_reference_frame = "C"
cmb_dir = "mapsims/tests/data"
# At NERSC use:
# cmb_dir = "/global/cfs/cdirs/sobs/v4_sims/mbs/cmb"
input_units = "uK_CMB"

[ other_components ]

[ other_components.noise ]

class = "mapsims.SONoiseSimulator"
return_uK_CMB = true
sensitivity_mode = "baseline"
apply_beam_correction = false
apply_kludge_correction = true
rolloff_ell = 50
survey_efficiency = 0.2
full_covariance = true
LA_years = 5
LA_noise_model = "SOLatV3point1"
elevation = 50
SA_years = 5
SA_one_over_f_mode = "pessimistic"
input_units = "uK_CMB"
Loading
Loading