-
Notifications
You must be signed in to change notification settings - Fork 42
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
Access pixel values in the current view #208
Comments
It would be great to have this option available. It was possible in version 2, and we're currently using it in our application: CzSky - Comet K23A030 . I'm now trying to port this functionality to version 3 and are looking for a way to do it. |
Hi @skybber . Can you specify what functions/API were available in v2, and no longer in v3? Thanks. |
I'm using some "internals" from v2:
hook on access to
|
I've found, that nearly all API from v2 is working on v3, there are alternatives for missing ones :
pixels from canvas are accessible using :
|
As for access to pixels, we will propose something a bit less messy than direct access to |
I've also noticed that |
It might be useful to provide a method for retrieving pixel values of the displayed HiPS layer for the current view at a given zoom level.
One usecase, particularly valuable for FITS HiPS maps of physical parameters, is generating histograms to assist with dynamic image cuts. This could be easily implemented if healpix values were accessible in the layer objects.
The text was updated successfully, but these errors were encountered: