FindFiles#

class caput.pipeline.tasklib.io.FindFiles[source]#

Bases: caput.pipeline.tasklib.base.MPILoggedTask

Take a glob or list of files and pass on to other tasks.

Files are specified as a parameter in the configuration file.

Attributes:
filesPathLike | list[PathLike]

Can either be a glob pattern, or lists of actual files.

Methods#

setup()

Return list of files specified in the parameters.