Save#
- class caput.pipeline.tasklib.io.Save[source]#
Bases:
caput.pipeline.tasklib.base.ContainerTaskSave 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:
- root
PathLike Root of the file name to output to.
- root
Methods#
|
Write out the data file. |