CMBWindow
Get the maximum distance between all points
in a CMBWindow
maxWindowDist(x)
A CMBWindow object.
The maximum distance between window's points.
# NOT RUN {
## win is a equilateral spherical triangle which sides are pi/2
win <- CMBWindow(theta = c(0,pi/2,pi/2), phi = c(0,0,pi/2))
maxWindowDist(win)
# }
Run the code above in your browser using DataLab