photon_mosaic.preprocessing.noop#
No-operation preprocessing step using symlinks.
This preprocessing step creates symbolic links to the original files instead of copying them, which is much faster and saves disk space for large files.
Functions
|
No-operation preprocessing step using symlinks instead of copying. |
- photon_mosaic.preprocessing.noop.run(dataset_folder, output_folder, tiff_name, **kwargs)[source]#
No-operation preprocessing step using symlinks instead of copying.
Creates a symbolic link to the original TIFF file in the output directory, avoiding the need to copy large files when no processing is required.
- Parameters:
dataset_folder (Path) – Path to the dataset folder containing the input TIFF files.
output_folder (Path) – Path to the output folder where symlinks will be created.
tiff_name (str) – Name of the TIFF file to symlink.
**kwargs (dict) – Additional keyword arguments (unused).