add_incident_waterfall_settings#

MonostaticRCSPlotter.add_incident_waterfall_settings(phi_span: float, num_phi: int, arrow_color: str = '#ff0000', line_color: str = '#ff0000')[source]#

Add incident wave arrow setting for waterfall scene.

This function visualizes the incident wave arrows for waterfall settings.

Parameters:
phi_spanfloat

Incident phi angle in degrees.

num_phiint

Number of phi points.

arrow_colorstr, default: "#ff0000"

Color of the arrow. The "#ff0000" default is red.

line_colorstr, default: "#ff0000"

Color of the line. The "#ff0000" default is red.