LoadFilesFromPathAndTag#
- class caput.pipeline.tasklib.io.LoadFilesFromPathAndTag[source]#
Bases:
LoadFilesFromParamsLoad files using all combinations of given paths and tags.
pathsshould be provided with {tag} as a stand-in for places where the tag is inserted. Specifically, tags are insterted by calling path.format(tag=tag).This is intended to replicate specific patterns which arent available with glob, such as /path/to/files/*[tag1, tag2]/*.h5.
Methods#
|
Construct the list of files. |