doubleblind.blinding.GenericCoder.unblind¶
- GenericCoder.unblind(additional_files: Optional[Path])¶
Unblind (decode) the files in the directory.
- Args:
additional_files (Path): Path to the directory containing additional files to unblind. DoubleBlind will search those files for the blinded names of the files and replace them with the original filenames.
- Returns:
List[object]: List of unblinded additional files.