Logo

A physics toolbox for laser spectroscopy.

Static Badge Static Badge Static Badge

Static Badge Static Badge

© 2025 Patrick Müller. All rights reserved.

qspec.angle  (  x y axis = -1  )[source]

Parameters:
xarray_like

The first vectors (arb. units).

yarray_like

The second vectors ([x]).

axisNone

The axis along which the vector components are aligned.

Returns:
outndarray

The angle between two vectors x and y (rad).

Raises:
ValueError

The shapes of x and y must be compatible.

API navigation