-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrating poisson and log-normal simulations #63
base: main
Are you sure you want to change the base?
Conversation
…owing a full covariance with a simple basic approximation
…, as well as a sims_general module to try something enw
… map (convergence map)
…lter to create a mask for point sources
…tions in poisson map, simple match filter to create a mask for point sources
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
As this is a new feature, can we have a minimal working example of how to use the new sims?
A couple of lines showing how you generate lognormal sims would help a lot.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this called "extra"? Is this a reference to extragalactic?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably will take out this, but yes, it was for that purpose.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok! Thanks for looking into this. Will put an example.
@Saladino93 what's the status here? looks like we still have merge conflicts for this |
I have written a first version for the log-normal and poisson simulations. These were useful for foregrounds and non-Gaussianity test I have made for the projects.
I imagine they would be useful in general.
Also, implemented a first version to make it easy to combine sims at a more higher level (e.g. if I have a class with CMB+noise, and a class with foregrounds only, "summing" the classes allows me to get a tmap with CMB+noise+foregrounds).