plot_radar_scan_movie

plot_radar_scan_movie

sorts.plotting.scan.plot_radar_scan_movie(SC, earth=False, rotate=False, save_str='')[source]

Create a animation of the scan pattern based on the _scan_time and the _function_data['dwell_time'] variable.

Parameters
  • SC (RadarScan) – Scan to plot.

  • earth (bool) – Plot the surface of the Earth.

  • save_str (str) – String of path to output movie file. Requers an avalible ffmpeg encoder on the system. If string is empty no movie is saved.