Syntax
regularS2Grid('points',[72 19])
regularS2Grid('resolution',[5*degree 2.5*degree])
regularS2Grid('theta',theta,'rho',rho)
Options
points | [nrho,ntheta] number of points to be generated |
resolution | resolution in polar and azimthal direction |
hemisphere | 'lower', 'uper', 'complete', 'sphere', 'identified' |
theta | theta angle |
rho | rho angle |
minRho | starting rho angle (default 0) |
maxRho | maximum rho angle (default 2*pi) |
minTheta | starting theta angle (default 0) |
maxTheta | maximum theta angle (default pi) |
Flags
antipodal | include antipodal symmetry |
restrict2MinMax | restrict margins to min / max |