movie_cleanup#
- skysim.plot.movie_cleanup(filenames, directory, verbose_level)[source]#
Clean up the tempfiles used in creating a video.
- Parameters:
- filenames
collections.abc.Collection[pathlib.Path] The image files to delete.
- directory
pathlib.Path The directory to delete.
- verbose_level
int How much detail to print.
- filenames
- Raises:
ValueErrorRaised if the directory cannot be deleted.