FindFiles#
- class caput.pipeline.tasklib.io.FindFiles[source]#
Bases:
caput.pipeline.tasklib.base.MPILoggedTaskTake a glob or list of files and pass on to other tasks.
Files are specified as a parameter in the configuration file.
- Attributes:
- files
PathLike|list[PathLike] Can either be a glob pattern, or lists of actual files.
- files
Methods#
|
Return list of files specified in the parameters. |