-
Notifications
You must be signed in to change notification settings - Fork 68
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
SZ cluster counts likelihood: natural vs base 10 log in szcounts.f90 #34
Comments
I think this code was contributed by @abonaldi who perhaps can comment |
Is there a way I can see the original question posed?
thanks
Anna
…Sent from my iPhone
On 9 Jun 2021, at 23:36, Antony Lewis ***@***.***> wrote:
I think this code was contributed by @abonaldi<https://github.com/abonaldi> who perhaps can comment
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#34 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AG67ED2N7LB3RI6I3KDXN6TTR7UATANCNFSM46M5IOAA>.
The SKA Observatory is an inter-governmental organisation and the successor of SKA Organisation, a private limited company by guarantee registered in England and Wales with registered number 07881918, with a registered office of Jodrell Bank Observatory, Lower Withington, Macclesfield, Cheshire, England, SK11 9FT.
This message is intended solely for the addressee and may contain confidential information. If you have received this message in error, please inform the sender, and immediately and permanently delete the email. Do not use, copy or disclose the information contained in this message or in any attachment.
This email has been scanned for viruses and malware, and may have been automatically archived, by Mimecast Ltd. Although SKA Observatory and SKA Organisation have taken reasonable precautions to ensure no viruses are present in this email, neither SKA Observatory nor SKA Organisation accept responsibility for any loss or damage sustained as a result of computer viruses and the recipient must ensure that the email (and attachments) are virus free.
|
Here on github. if you are looking at the github email, click "view it on github". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I think the prior on the scatter parameter sigmaM, in line:
CosmoMC/source/szcounts.f90
Line 2014 in d34a8d3
should be
(cosmopar%sigmaM-0.173)**2./(2.*0.023**2.)
rather than
(cosmopar%sigmaM-0.075)**2./(2.*0.01**2.)
because I think that the routine uses the parameter sigmaM defined in natural log, as described in the 2015 Planck SZ cluster paper (table 1 of https://arxiv.org/pdf/1502.01597.pdf and footnote c of the table), as can be seen here:
CosmoMC/source/szcounts.f90
Line 1282 in d34a8d3
(Or maybe I am missing a conversion from natural log to base 10 log...?)
If this needs to be corrected, then these lines:
CosmoMC/batch2/SZ_plus_CMB.ini
Line 14 in d34a8d3
CosmoMC/batch2/SZ_plus_priors.ini
Line 15 in d34a8d3
in the input files should also be updated to be with respect to the natural log value of 0.173\pm0.023.
The text was updated successfully, but these errors were encountered: