plot_scene#
- PostProcessor3DLayout.plot_scene(frames: list[str] | str, gif_path: str | Path, norm_index: int = 0, dy_rng: int = 0, fps: int = 30, show: bool = True, view: str = 'yz', zoom: float = 2.0, convert_fields_in_db: bool = False, log_multiplier: float = 10.0) bool#
Plot the current model 3D scene with overlapping animation coming from a file list and save the gif.
- Parameters:
- frames
listorstr File list containing animation frames to plot in CSV format or path to a text index file containing the full path to CSV files.
- gif_path
str Full path for outputting the GIF file.
- norm_index
int,optional Frame to use to normalize your images. Data is already saved as dB : 100 for usual traffic scenes.
- dy_rng
int,optional Specify how many dB below you would like to specify the range_min. Tweak this a couple of times with small number of frames.
- fps
int,optional Frames per Second.
- showbool,
optional Either if show or only export gif.
- view
str,optional View to export. Options are
"isometric","xy","xz", and"yz". The default is"isometric".- zoom
float,optional Default zoom. Default Value is 2.
- convert_fields_in_dbbool,
optional Either if convert the fields before plotting in dB. Default Value is False.
- log_multiplier
float,optional Field multiplier if field in dB. Default Value is 10.0.
- frames
- Returns: