add_rcs#

MonostaticRCSPlotter.add_rcs(color_bar='jet')[source]#

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, 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".