LoadFilesFromParams#

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

Bases: BaseLoadFiles

Load data from files given in the tasks parameters.

Attributes:
filesSequence[PathLike]

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

Methods#

process()

Load the given files in turn and pass on.