You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understand correctly the way to get the number of cells, for a given depth is using:
Healpix.nHash(depth)
However, it would make sense to be able to get access to this value also from the HealpixNested object after construction, especially since it is already available as internal variable 'nHash'.
Could you add a simple accessor to the value by adding:
The text was updated successfully, but these errors were encountered:
BerryHoll
changed the title
Add HealpixNested.getNHash() method for easy access to number of 'pixel'?
Add HealpixNested.getNHash() method for easy access to number of 'cells'?
Nov 25, 2024
If I understand correctly the way to get the number of cells, for a given depth is using:
However, it would make sense to be able to get access to this value also from the HealpixNested object after construction, especially since it is already available as internal variable 'nHash'.
Could you add a simple accessor to the value by adding:
The text was updated successfully, but these errors were encountered: