Class ConvertNamedChannelsInputToStack

Object
InputFromManagerDelegate<NamedChannelsInput>
ConvertNamedChannelsInputToStack
All Implemented Interfaces:
ProvidesStackInput, StackSequenceInput, InputFromManager

public class ConvertNamedChannelsInputToStack extends InputFromManagerDelegate<NamedChannelsInput> implements StackSequenceInput
An input object that converts NamedChannelsInput to StackSequenceInput.
Author:
Owen Feehan
  • Constructor Details

    • ConvertNamedChannelsInputToStack

      public ConvertNamedChannelsInputToStack(NamedChannelsInput input, ExecutionTimeRecorder executionTimeRecorder)
      Create with an input.
      Parameters:
      input - the input to convert.
      executionTimeRecorder - records the execution times of certain operations.
    • ConvertNamedChannelsInputToStack

      public ConvertNamedChannelsInputToStack(NamedChannelsInput input, int timeIndex, Optional<String> channelName, ExecutionTimeRecorder executionTimeRecorder)
      Create with an input.
      Parameters:
      input - the input to convert.
      timeIndex - time-index to convert.
      channelName - by default all channels are converted into a stack. If set, only this channel is converted into a stack.
      executionTimeRecorder - records the execution times of certain operations.
  • Method Details