Class ConvertNamedChannelsToStack
Object
AnchorBean<InputManager<StackSequenceInput>>
InputManager<StackSequenceInput>
ConvertNamedChannelsToStack
public class ConvertNamedChannelsToStack
extends InputManager<StackSequenceInput>
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.InputManager<NamedChannelsInput> getInput()intInputsWithDirectory<StackSequenceInput> inputs(InputManagerParameters 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 - Specified by:
inputsin classInputManager<StackSequenceInput>- Throws:
InputReadFailedException
-
getInput
public InputManager<NamedChannelsInput> getInput() -
setInput
public void setInput(InputManager<NamedChannelsInput> input) -
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)
-