reorder_output_figures module
Move all images in the same folder.
- _create_output_folder(simulation_folder: Path, out_folder_name: str = 'images') Path
Create the output folder.
- _move_single_simulation_output_figures(simulation_folder: Path, out_images: Path, verbose: bool = False) None
Mpve the figures of a single simulation to
out_images.
- reorder_output_figures(simulation_folder: Path | str, verbose: bool = False) None
Move all the output figures in a single folder.
- main()