Point Detection¶
- class PointDetection(position, velocity, power)[source]¶
Bases:
object
A single radar point detection.
- Parameters:
position (np.ndarray) – Cartesian position of the detection in cartesian coordinates.
velocity (np.ndarray) – Velocity vector of the detection in m/s
power (float) – Power of the detection.
- Raises:
ValueError – If position is not three-dimensional. If velocity is not three-dimensional. If power is smaller or equal to zero.
- classmethod FromSpherical(zenith, azimuth, range, velocity, power)[source]¶
Generate a point detection from radar cube spherical coordinates.
- Parameters:
- Return type: