Skip to content

Signal + noise composition interface #31

@msyriac

Description

@msyriac

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions