add_waterfall_settings#

MonostaticRCSPlotter.add_waterfall_settings(aspect_ang_phi=360.0, phi_num=10, tick_color='#000000', line_color='#ff0000', cone_color='#00ff00')[source]#

Add a 3D waterfall setting representation to the current scene.

This function visualizes a 3D waterfall pattern that represents angular data across a circular arc in a spherical coordinate system. The arc covers an angular extent defined by the aspect_ang_phi parameter, with optional tick marks along the arc. A cone is added to indicate the endpoint of the angular sweep.

Parameters:
aspect_ang_phifloat, default: 360.0

Angular extent of the arc in degrees. It defines the total angle over which the circular arc spans. The 360.0 default is a full circle.

phi_numint, default: 10

Number of tick marks to place along the arc.

tick_colorstr, default: "#000000"

Color of the tick marks. The "#000000" default is black.

line_colorstr, default: "#ff0000"

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

cone_colorstr, default: "#00ff00"

Color of the cone. The "#00ff00" default is green.