Interface StackSequenceInput
- All Superinterfaces:
InputFromManager,ProvidesStackInput
public interface StackSequenceInput extends ProvidesStackInput
Provides a single stack (or a time series of such stacks) as an input
- Author:
- Owen Feehan
-
Method Summary
Modifier and Type Method Description TimeSeriescreateStackSequenceForSeries(int seriesIndex, Logger logger)Creates a supplier of aTimeSeriesof stacks for a particular series number.Methods inherited from interface org.anchoranalysis.io.input.InputFromManager
allAssociatedPaths, asFile, close, identifier, identifierAsPath, pathForBinding, pathForBindingRequiredMethods inherited from interface org.anchoranalysis.image.io.stack.input.ProvidesStackInput
addToStoreInferNames, addToStoreInferNames, addToStoreWithName, asSet, asStack, numberFrames
-
Method Details
-
createStackSequenceForSeries
Creates a supplier of aTimeSeriesof stacks for a particular series number.- Parameters:
seriesIndex- the index.logger- a logger for any non-fatal errors. Fatal errors throw an exception.- Returns:
- a newly created
TimeSeriesofStacks. - Throws:
ImageIOException- if any stack could not be successfully read.
-