load_quaternions_by_angle#

load_quaternions_by_angle(angular_sampling)[source]#

Get orientations and weights proportional to the given angular_sampling.

Parameters:
angular_samplingfloat

Requested angular sampling.

Returns:
Tuple[NDArray, NDArray, float]

Quaternion representations of orientations, weights associated with each quaternion and closest angular sampling to the requested sampling.