save_frame#
- skysim.plot.save_frame(index, plot_settings, frame, filename)[source]#
Create and save a figure for a single frame.
- Parameters:
- index
int Index of the frame.
- plot_settings
PlotSettings Configuration object. Attributes accessed are
figure_size,wcs_objects,observation_info,datetime_strings, anddpi.- frame
FloatArray RGB image.
- filename
pathlib.Path Location to save the image.
- index
- Returns: