-
Notifications
You must be signed in to change notification settings - Fork 0
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
Wavelets in real space #79
Comments
Thanks for the comment @MichaelJacob914 ! I'm not sure we have that built-in at present but it would be useful so we should certainly add it. (Tagging @CosmoMatt.) |
Hi @MichaelJacob914 as @jasonmcewen says, we haven't included this in the package to reduce the number of additional requirements users need to install. This is something we may well add very soon, perhaps just in the notebook directory and not directly part of the package. In any case, this is a code snippet that should produce the kind of images you're looking for:
If you're looking for something else, or having issues with this snippet, let me know and I can try and point you in the right direction! |
Thank you so much! I'm getting an error that wavelet_pixel_space isn't defined. Is there a specific tiling scheme I should use to define this? |
@MichaelJacob914 sorry there is a typo, the final line should read "plot_sphere(np.real(wavelet_coeffs), L, sr, mx, mn)" I suspect! |
Hi, I was just wondering if there is a built-in implementation to transform the harmonic coefficients of the wavelets back into real space to visualize the wavelets on the sphere as depicted in the ReadMe.
The text was updated successfully, but these errors were encountered: