add_rcs#

MonostaticRCSPlotter.add_rcs(color_bar='jet')#

Add a 3D RCS representation to the current scene.

This function normalizes and visualizes RCS data on a spherical coordinate grid (theta, phi), mapping it to 3D Cartesian coordinates (x, y, z). The RCS values are color-mapped and added as a mesh to the current scene actors.

Parameters:
color_barstr, optional

Color mapping to be applied to the RCS data. It can be a color ("blue", "green", …) or a colormap ("jet", "viridis", …). The default is "jet".