Class ConvertNamedChannelsToStack
Manager that converts (one channel)
NamedChannelsInput to StackSequenceInput.- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBy default all channels are converted into a stack.getInput()intinputs(InputManagerParameters parameters) Creates a list of inputs given particular parameters.voidsetChannelName(String channelName) By default all channels are converted into a stack.voidsetInput(InputManager<NamedChannelsInput> input) voidsetTimeIndex(int timeIndex) Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
ConvertNamedChannelsToStack
public ConvertNamedChannelsToStack()
-
-
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.
-
getInput
-
setInput
-
getChannelName
By default all channels are converted into a stack. If non-empty, only this channel is converted into a stack. -
setChannelName
By default all channels are converted into a stack. If non-empty, only this channel is converted into a stack. -
getTimeIndex
public int getTimeIndex() -
setTimeIndex
public void setTimeIndex(int timeIndex)
-