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_type
str, default:"iso-surface" Type of plot to create for the range profile. Options are “iso-surface”, “plane cut”, “point cloud”, and “projection”.
- color_bar
str, 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_cut
str, default:None Type of plane cut to create for 3D ISAR. Options are
"xy","xz", and"yz". TheNonedefault is for other plot types.- plane_offset
float, default:None Offset value for the plane cut, which is used to specify the position of the plane in the 3D ISAR data. The
Nonedefault is for other plot types.
- plot_type