You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/API/visualization/advanced.rst
+46Lines changed: 46 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,52 @@ The following diagram shows both classes work. You can use them independently or
168
168
:alt:RCS data with PyAEDT
169
169
170
170
171
+
FRTM processing
172
+
~~~~~~~~~~~~~~~
173
+
174
+
PyAEDT offers sophisticated tools for FRTM post-processing.
175
+
There are two complementary classes: ``FRTMData``, and ``FRTMPlotter``.
176
+
177
+
- FRTMData: Focuses on the direct access and processing of FRTM solution data. It supports a comprehensive set of postprocessing operations, like range profile and range doppler processing.
178
+
179
+
- FRTMPlotter: Focuses on the post-processing of FRTM solution data.
0 commit comments