Class NamedChannels

Object
AnchorBean<InputManager<NamedChannelsInputPart>>
InputManager<NamedChannelsInputPart>
InputManagerWithStackReader<NamedChannelsInputPart>
NamedChannelsBase
NamedChannels

public class NamedChannels extends NamedChannelsBase
An image viewed as a set of channels, each with a unique name.
Author:
Owen Feehan
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    ChannelMapCreator
     
    InputManager<FileInput>
     
    InputsWithDirectory<NamedChannelsInputPart>
    inputs(InputManagerParameters parameters)
     
    boolean
     
    void
    setChannelMap(ChannelMapCreator channelMap)
     
    void
    setFileInput(InputManager<FileInput> fileInput)
     
    void
    setUseLastSeriesIndexOnly(boolean useLastSeriesIndexOnly)
     

    Methods inherited from class org.anchoranalysis.image.io.bean.stack.reader.InputManagerWithStackReader

    getStackReader, setStackReader

    Methods inherited from class org.anchoranalysis.bean.AnchorBean

    checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • NamedChannels

      public NamedChannels()
  • Method Details

    • inputs

      public InputsWithDirectory<NamedChannelsInputPart> inputs(InputManagerParameters parameters) throws InputReadFailedException
      Specified by:
      inputs in class InputManager<NamedChannelsInputPart>
      Throws:
      InputReadFailedException
    • getFileInput

      public InputManager<FileInput> getFileInput()
    • setFileInput

      public void setFileInput(InputManager<FileInput> fileInput)
    • getChannelMap

      public ChannelMapCreator getChannelMap()
    • setChannelMap

      public void setChannelMap(ChannelMapCreator channelMap)
    • isUseLastSeriesIndexOnly

      public boolean isUseLastSeriesIndexOnly()
    • setUseLastSeriesIndexOnly

      public void setUseLastSeriesIndexOnly(boolean useLastSeriesIndexOnly)