photon_mosaic.preprocessing.noop#
No-operation preprocessing step for photon-mosaic.
This module provides a function that returns the input data unchanged. This is useful when preprocessing should be skipped.
Functions
|
No-operation preprocessing step. |
- photon_mosaic.preprocessing.noop.run(dataset_folder, output_folder, tiff_name, **kwargs)[source]#
No-operation preprocessing step.
- Parameters:
dataset_folder (Path) – Path to the dataset folder containing the input TIFF files.
output_folder (Path) – Path to the output folder where the files will be copied.
tiff_name (str) – Name of the TIFF file to copy.
**kwargs (dict) – Additional keyword arguments (unused).
- Returns:
The function copies the input TIFF file to the output directory without any modification and returns nothing.
- Return type:
None
Notes
The function will search for the TIFF file using rglob if it’s not found at the expected location.