-
Notifications
You must be signed in to change notification settings - Fork 36
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
Implement Cluster Lens Simulations #134
Comments
Anyone interested can follow the progress in this fork |
Hi @furcelay, thank you very much for this initiative! Looking forward to seeing your progress on this promising initiative. |
Thank you very much @furcelay for this very detailed and excellent description of your planned work! @nkhadka21 what we might start with on our side is having the skeleton for the elliptical NFW profile and the Hernquist light (as also required for Katsuya's model), and then have a Deflector class with multiple sets of such (perhaps even literally as a list of 'single' deflectors |
The following classes are proposed to implement group/cluster lens simulations within the current SLSIM design. This is only a draft and I really appreciate any comment and contribution.
ClusterPipeline:
SkyPyPipeline
. Maybe use synth_cluster for all this (I haven't tested it yet).LensClusters (or maybe a more clear name):
DeflectorBase
ClusterPipeline
to build a catalog of individual dark matter halos, encapsulating properties like mass, concentration, number of subhalos, etc. Also may assign the velocity dispersion of the subhalos in the same way as inEllipticalLensGalaxies
and fill any missing data.ClusterLens:
LensedSystemBase
Lens
. This should also include the surface brightness of every subhalo.ClusterLensPop:
LensedPopulationBase
ClusterLens
. It should include methods for testing the validity of the generated lens systems.The text was updated successfully, but these errors were encountered: