-
Notifications
You must be signed in to change notification settings - Fork 15
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
focus() before healpix() blows up memory #32
Comments
Thanks for reporting. I think
I suspect the typical cell at I'm not a fan of it, but it makes the problem more transparent, and some people may prefer this option. So, I'm pushing a fix that will allow this with the option |
Yeah, but you see the effect of item 2: the map is pixelized. So, what you see are not the healpix cells but the resolution limit of your backend before you zoom in. Can you run |
Thanks for clarification. I understood what you mean. When I called |
OK, that needs to get fixed! Let me see what's going on. |
nside
The density map generated with skymapper does not seem to follow the resolution set by the
nside
parameter withhealpy
.I run the following code with
nside=32
(resolution of 110 arcmin) andnside=1024
(resolution of 3.4 arcmin), the resolution (or pixel size) of the output density map.I'd expect that the pixel size is that defined by
nside
in Healpix (hp.nside2resol()
), but it seems not.My python environment is the following:
The text was updated successfully, but these errors were encountered: