Save#

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

Bases: caput.pipeline.tasklib.base.ContainerTask

Save out the input, and pass it on.

Assumes that the input has a to_hdf5() method. Appends a tag if there is a tag entry in the attributes, otherwise just appends a count.

Attributes:
rootPathLike

Root of the file name to output to.

Methods#

next(data)

Write out the data file.