Class NamedChannelsAppend
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInput()inputs(InputManagerParameters parameters) Creates a list of inputs given particular parameters.booleanbooleanbooleanvoidsetForceEagerEvaluation(boolean forceEagerEvaluation) voidsetIgnoreFileNotFoundAppend(boolean ignoreFileNotFoundAppend) voidvoidsetListAppend(List<NamedBean<DerivePath>> listAppend) voidsetSkipMissingChannels(boolean skipMissingChannels) 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
-
NamedChannelsAppend
public NamedChannelsAppend()
-
-
Method Details
-
inputs
public InputsWithDirectory<NamedChannelsInputPart> inputs(InputManagerParameters parameters) throws InputReadFailedException Description copied from class:InputManagerCreates a list of inputs given particular parameters.- Specified by:
inputsin classInputManager<NamedChannelsInputPart>- 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.
-
getInput
-
setInput
-
getListAppend
-
setListAppend
-
isForceEagerEvaluation
public boolean isForceEagerEvaluation() -
setForceEagerEvaluation
public void setForceEagerEvaluation(boolean forceEagerEvaluation) -
isIgnoreFileNotFoundAppend
public boolean isIgnoreFileNotFoundAppend() -
setIgnoreFileNotFoundAppend
public void setIgnoreFileNotFoundAppend(boolean ignoreFileNotFoundAppend) -
isSkipMissingChannels
public boolean isSkipMissingChannels() -
setSkipMissingChannels
public void setSkipMissingChannels(boolean skipMissingChannels)
-