-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
What is the recommended code interface to make a joint signal + noise sim?
I would strongly advocate that the default noise sim is not beam deconvolved. Rather, a composite sim of signal and noise should look like:
beam(signal) + noise.
This makes the result look like what is in a real data map, and makes the noise map well behaved.
So, it would be good to have a signal + noise composition interface that does the following:
bandpass_integrate(beam(cmb + galactic + extragalactic)) + noise
e.g.
sgen = SOSim()
sgen.get_sim(band,bandpass_integrate=True,beam=True,include_noise=True,include_galactic=True,include_extragalactic=True)
This probably exists somewhere already?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels