util

Module: skretrieval.util

Timer

class Timer(name=None)

Simple wrapper to time things easier.

rotation_matrix

rotation_matrix(axis, angle)

Create a 3D rotation matrix using the Euler-Rodrigues formula

Parameters
  • axis – axis of rotation

  • angle – angle to rotate around the axis (radians)

Returns

3x3 rotation matrix

See Also