doubleblind.blinding.VSICoder.unblind¶
- VSICoder.unblind(additional_files: 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.