Class ConvertNamedChannelsToStack
Object
org.anchoranalysis.bean.AnchorBean<org.anchoranalysis.io.input.bean.InputManager<T>>
org.anchoranalysis.io.input.bean.InputManager<org.anchoranalysis.image.io.stack.input.StackSequenceInput>
org.anchoranalysis.plugin.io.bean.input.stack.ConvertNamedChannelsToStack
public class ConvertNamedChannelsToStack
extends org.anchoranalysis.io.input.bean.InputManager<org.anchoranalysis.image.io.stack.input.StackSequenceInput>
Manager that converts (one channel)
NamedChannelsInput to StackSequenceInput.- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description ConvertNamedChannelsToStack() -
Method Summary
Modifier and Type Method Description StringgetChannelName()By default all channels are converted into a stack.org.anchoranalysis.io.input.bean.InputManager<org.anchoranalysis.image.io.channel.input.NamedChannelsInput>getInput()intgetTimeIndex()org.anchoranalysis.io.input.InputsWithDirectory<org.anchoranalysis.image.io.stack.input.StackSequenceInput>inputs(org.anchoranalysis.io.input.bean.InputManagerParameters parameters)voidsetChannelName(String channelName)By default all channels are converted into a stack.voidsetInput(org.anchoranalysis.io.input.bean.InputManager<org.anchoranalysis.image.io.channel.input.NamedChannelsInput> input)voidsetTimeIndex(int timeIndex)
-
Constructor Details
-
ConvertNamedChannelsToStack
public ConvertNamedChannelsToStack()
-
-
Method Details
-
inputs
public org.anchoranalysis.io.input.InputsWithDirectory<org.anchoranalysis.image.io.stack.input.StackSequenceInput> inputs(org.anchoranalysis.io.input.bean.InputManagerParameters parameters) throws org.anchoranalysis.io.input.InputReadFailedException- Specified by:
inputsin classorg.anchoranalysis.io.input.bean.InputManager<org.anchoranalysis.image.io.stack.input.StackSequenceInput>- Throws:
org.anchoranalysis.io.input.InputReadFailedException
-
getInput
public org.anchoranalysis.io.input.bean.InputManager<org.anchoranalysis.image.io.channel.input.NamedChannelsInput> getInput() -
setInput
public void setInput(org.anchoranalysis.io.input.bean.InputManager<org.anchoranalysis.image.io.channel.input.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)
-