metrics.main module

main() None[source]

TODO

make_list_based_on_resolution(resolution: Any, range_param: list, is_seed: bool) list[source]

Create list based on specified resolution parameter, if applicable.

Parameters
  • resolution (Union[float, str, int]) –

  • range_param (list) –

  • seed (bool) –

Returns

resolution_list – List based on resolution parameters.

Return type

list

recursive_file_delete(folder_path: str) None[source]

Recursively delete all files in a specified folder path.

Parameters

folder_path (str) – Path to the folder

untar_files(folder_path: str) None[source]

Untar all files in a specified folder path.

Parameters

folder_path (str) – Path to the folder