in3Utils.MoTUtils.copyMoTFiles
- copyMoTFiles(workDir, outputDir, searchString, replaceString)[source]
Copy and rename MoT result files from work directory to output directory.
- Parameters
workDir (pathlib.Path) – Source directory containing the original p_max files
outputDir (pathlib.Path) – Destination directory where renamed ppr files will be copied to
searchString (str) – String pattern to search for in the original filenames
replaceString (str) – String to replace the searchString with in the new filenames
- Returns
Files are copied to the destination directory with renamed extensions
- Return type
None