The class fibonacciS2Grid creates equispaced grids on the sphere by placing points around a spiral around the sphere.
Syntax
fibgrid = fibonacciS2Grid(N)
fibgrid = fibonacciS2Grid('points', N)
fibgrid = fibonacciS2Grid('resolution', res*degree)Input
| N | number of points |
| res | resolution of the grid |
Options
| points | number of points to be generated |
| res | desired resolution of the grid |