reorder_output_figures module

Move all images in the same folder.

_create_output_folder(simulation_folder, out_folder_name='images')[source]

Create the output folder.

Parameters:
  • simulation_folder (Path)

  • out_folder_name (str, default: 'images')

Return type:

Path

_move_single_simulation_output_figures(simulation_folder, out_images, verbose=False)[source]

Mpve the figures of a single simulation to out_images.

Parameters:
  • simulation_folder (Path)

  • out_images (Path)

  • verbose (bool, default: False)

Return type:

None

reorder_output_figures(simulation_folder, verbose=False)[source]

Move all the output figures in a single folder.

Parameters:
  • simulation_folder (Path | str)

  • verbose (bool, default: False)

Return type:

None

main()[source]