Class Stacks
An
InputManager where each file provides one or more
Stacks.
Specifically, each file provides either a single Stack or a time-series of Stack.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninputs(InputManagerParameters parameters) Creates a list of inputs given particular parameters.booleanvoidsetFileInput(InputManager<FileInput> fileInput) voidsetUseLastSeriesIndexOnly(boolean useLastSeriesIndexOnly) Methods inherited from class org.anchoranalysis.image.io.bean.stack.reader.InputManagerWithStackReader
getStackReader, setStackReaderMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
Stacks
-
Stacks
public Stacks()
-
-
Method Details
-
inputs
public InputsWithDirectory<StackSequenceInput> inputs(InputManagerParameters parameters) throws InputReadFailedException Description copied from class:InputManagerCreates a list of inputs given particular parameters.- Specified by:
inputsin classInputManager<StackSequenceInput>- Parameters:
parameters- the parameters.- Returns:
- the list of inputs, together with any associated parent directory.
- Throws:
InputReadFailedException- if inputs cannot be successfully read from the file-system.
-
getFileInput
-
setFileInput
-
isUseLastSeriesIndexOnly
public boolean isUseLastSeriesIndexOnly() -
setUseLastSeriesIndexOnly
public void setUseLastSeriesIndexOnly(boolean useLastSeriesIndexOnly)
-