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()
int
inputs
(InputManagerParameters parameters) Creates a list of inputs given particular parameters.void
setChannelName
(String channelName) By default all channels are converted into a stack.void
setInput
(InputManager<NamedChannelsInput> input) void
setTimeIndex
(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:InputManager
Creates a list of inputs given particular parameters.- Specified by:
inputs
in 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)
-