add_isar_3d#

MonostaticRCSPlotter.add_isar_3d(plot_type: str = 'iso-surface', color_bar: str = 'jet', plane_cut: str = None, plane_offset: float = None) None[source]#

Add the ISAR 3D plot to the 3D scene.

Parameters:
plot_typestr, default: "iso-surface"

Type of plot to create for the range profile. Options are “iso-surface”, “plane cut”, “point cloud”, and “projection”.

color_barstr, default: "jet"

Color mapping to apply to the RCS data. It can be a color (such as "blue" or "green") or a colormap (such as "jet"``or ``"viridis").

plane_cutstr, default: None

Type of plane cut to create for 3D ISAR. Options are "xy", "xz", and "yz". The None default is for other plot types.

plane_offsetfloat, default: None

Offset value for the plane cut, which is used to specify the position of the plane in the 3D ISAR data. The None default is for other plot types.