rcosmo (version 1.1.2)

separatingNside: separatingNside

Description

separatingNside

Usage

separatingNside(df)

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

Run this code
# NOT RUN {
sky <- CMBDataFrame(nside = 16, coords = "cartesian", ordering = "nested")
separatingNside(sky)

# }

Run the code above in your browser using DataLab