pyacs.lib.gmtpoint.rotate_vel

Rotate velocity components for GMT_Point.

pyacs.lib.gmtpoint.rotate_vel.rotate_vel(self, angle, unit='radians')[source]

Rotate velocity components by an angle (clockwise).

Parameters:
  • angle (float) – Rotation angle.

  • unit (str, optional) – ‘radians’ or ‘degrees’. Default is ‘radians’.

Returns:

New point with rotated Ve, Vn.

Return type:

GMT_Point