Function cdshealpix::is_nside

source ยท
pub fn is_nside(nside: u32) -> bool
Expand description

Returns true if the given argument is a valid nside for the NESTED scheme, i.e. if it is a power of 2, is != 0 and is <= NSIDE_MAX.