all intervals of the polar angle that belong to the spherical region
Description
In contrast to thetaRange, which returns only the hull [min(theta),max(theta)], this returns every connected component. Since a spherical region is bounded by small circles, the polar angles belonging to a fixed azimuth angle need not form a single interval - the axis sectors of a misorientation fundamental region close to the maximum angle are cut open at the corners of the sector, e.g. for the point group 23.
Syntax
[thetaMin,thetaMax] = thetaIntervals(sR,rho)Input
| sR | sphericalRegion |
| rho | azimuth angles |
Output
| thetaMin | nInt x numel(rho), padded with NaN |
| thetaMax | nInt x numel(rho), padded with NaN |