sort_experiments¶
-
seas.filemanager.sort_experiments(files: List[str], experiment_format_string: Optional[str] = None, verbose: bool = True) → dict[source]¶ Given a list of files, sort them into relevant experiments.
- Parameters
files – A list of files to search for a given experiment format string.
experiment_format_string – the experiment match string.
- Returns
A dictionary containing the unique experiments found by the format string.
- Return type
experiments_found