cleanBlockRois = opLabel.CleanBlocks.value
for roi in cleanBlockRois:
logger.debug("Saving labels into dataset: "{}/{}"".format( subgroup.name, str(roi) ))// This will be a little slow because the data is passing through a numpy array// instead of somehow directly copying the h5py datasets in their compressed form.// We could maybe speed this up, but we"ll lose some abstraction in the cache interface.
data = opLabel.Output( *roi ).wait()