-
Notifications
You must be signed in to change notification settings - Fork 8
Add Treecor cross correlation for clusters vs sources #423
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
base: master
Are you sure you want to change the base?
Conversation
…and on ideal mock data
|
@combet I created this stage and it seems to be working but I have a couple questions. I checked that in the notebook example you provided here, you create already source galaxies behind the cluster. Since now we have But then I took the cross correlation of all source bins for a given cluster bin and computed the mean profile, IDK if this is the right approach (here is a pseudocode to explain what I am saying) Also by doing this, I do not know how to properly compute the covariance. But I have a first code implementation that seems right, besides the cov computation. @marina-ricci If you have any thoughts on this, let me know. An example of what I did is in |
I gave up on using the rlens metric since I do not have sources with this metric as well and the cross correlation does not work if the catalogs are not in the same metric. I also do not know how to generate the |
Thanks @eduardojsbarroso. I don't know either if this is the right approach (I'm not very familiar with this) or if there are some extra subtleties to consider (pinging @tae-h-shin who might have some insight). Do you have a way to merge the 3 catalogues from the 3 source tomographic bins into a single one, recompute, and compare the results to the averaging you do above? This would give us a hint if this is equivalent. |
Thank you for the feedback. Yes I can do this, I was just thinking that I do not know if it is the right approach also because we would have a calibration factor for the shear of each bin, so if I do a cross correlation with "1 bin", it is also a good way to do it. I can try this and also compare to the tangential shear from the individual profiles to see if all is making sense, but I will have to this in a couple of weeks since now I have some other urgent matters to take care :/ |
No description provided.