-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Simulate CO line emission map #113
Comments
Which version of PySM are you using? |
I am using version 3.4.0b1. |
@mousset merged into main, could you please confirm if it is fixed? |
Yes I confirm, it works perfectly now. Thanks! |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hi,
I am trying to simulate the CO emission line at 230.5 GHz, in µK_CMB. Here is the code I use:
$ sky = pysm3.Sky(nside=128, preset_strings=["co1"], output_unit=u.uK_CMB)
$ co_emission = sky.get_emission(freq=[230.4, 230.6]*u.GHz)
I think I am not doing the right thing because the intensity map I get is very small compared to the dust map I made using the d1 model. Could you please tell me how to generate such a map? Thanks in advance.
The text was updated successfully, but these errors were encountered: