add_isar_2d_settings#
- MonostaticRCSPlotter.add_isar_2d_settings(size_range=10.0, range_resolution=0.1, size_cross_range=10.0, cross_range_resolution=0.1, tick_color='#000000', line_color='#ff0000')[source]#
Add a preview frame of 2D ISAR visualization to the current 3D scene.
- Parameters:
- size_range
float, default:10.0 Total size of the range axis in meters. This sets the overall length of the range axis.
- range_resolution
float, default:0.1 Resolution of the range axis in meters, specifying the spacing between each tick mark.
- size_cross_range
float, default:10.0 Total size of the cross-range axis in meters. This sets the width of the cross-range axis.
- cross_range_resolution
float, default:0.1 Resolution of the cross-range axis in meters, specifying the spacing between each tick mark along the azimuth axis.
- tick_color
str, default:"#000000" Color of the tick marks along both the range and cross-range axes. The “#000000” default is black.
- line_color
str, default:"#ff0000" Color of the line. The
"#ff0000"default is red.
- size_range