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
Propose to add an object method HealPix.to_nside(nside), that will change the resolution of an existing HealPix object and return a new HealPix object with the requested nside. This would be called in the following way:
# convert a NSIDE=64 HealPix object to NSIDE=128hpx128=hpx64.to_nside(128)
The text was updated successfully, but these errors were encountered:
Propose to add an object method
HealPix.to_nside(nside)
, that will change the resolution of an existing HealPix object and return a new HealPix object with the requested nside. This would be called in the following way:The text was updated successfully, but these errors were encountered: