Skip to content
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

[Question]About coeval and advanced step-by-step brightness temperature plots and data #443

Open
1222qs opened this issue Nov 21, 2024 · 2 comments

Comments

@1222qs
Copy link

1222qs commented Nov 21, 2024

After I get the brightness temperature map on coeval, I can call the data of the brightness temperature map, and then I can easily call the get_power function to calculate the power spectrum. However, the disadvantage is that coeval does not consider the spin temperature. Simply enabling fluct seems to have no effect, but when I When obtaining the brightness temperature map from the advanced step, I cannot call its data to calculate the power spectrum. The advanced step allows me to calculate the correct brightness temperature with spin temperature evolution. This is what I want, unfortunately The thing is I can't seem to calculate the power spectrum
57a4792158d5121a105a8ebd3e386111
c2707caeb1e8f4b25ff4bc8e8109dfc8
b502d3f246e64f2d8fe23988fe8b97b7

@steven-murray
Copy link
Member

Hi @1222qs -- I don't think I quite understand your question. Is your aim to calculate the power spectrum of Ts_box? To do that, you can simply use get_power on spin_temp.Ts_box. If you have a Coeval object, then you can access the Ts_box from that too.

@1222qs
Copy link
Author

1222qs commented Nov 21, 2024

Hi @1222qs -- I don't think I quite understand your question. Is your aim to calculate the power spectrum of Ts_box? To do that, you can simply use get_power on spin_temp.Ts_box. If you have a Coeval object, then you can access the Ts_box from that too.

Thank you very much, now i solved the problem and got the correct power spectrum

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants