separatingNside: separatingNside

Description Usage Arguments Value Examples

View source: R/HPDataFrame.R

Description

separatingNside

Usage

1

Arguments

df

A data.frame. Must have columns x,y,z for Cartesian coordinates that must represent points on the unit sphere.

Value

An nside (power of 2) such that all points in df will belong to unique pixels.

Examples

1
2
sky <- CMBDataFrame(nside = 16, coords = "cartesian", ordering = "nested")
separatingNside(sky)

rcosmo documentation built on Dec. 11, 2021, 9:29 a.m.