Class NamedChannels
Object
org.anchoranalysis.bean.AnchorBean<org.anchoranalysis.io.input.bean.InputManager<T>>
org.anchoranalysis.io.input.bean.InputManager<T>
org.anchoranalysis.image.io.bean.stack.reader.InputManagerWithStackReader<org.anchoranalysis.image.io.channel.input.NamedChannelsInputPart>
org.anchoranalysis.plugin.io.bean.input.channel.NamedChannelsBase
org.anchoranalysis.plugin.io.bean.input.channel.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 NamedChannels() -
Method Summary
Modifier and Type Method Description org.anchoranalysis.image.io.bean.channel.ChannelMapCreatorgetChannelMap()org.anchoranalysis.io.input.bean.InputManager<org.anchoranalysis.io.input.file.FileInput>getFileInput()org.anchoranalysis.io.input.InputsWithDirectory<org.anchoranalysis.image.io.channel.input.NamedChannelsInputPart>inputs(org.anchoranalysis.io.input.bean.InputManagerParameters parameters)booleanisUseLastSeriesIndexOnly()voidsetChannelMap(org.anchoranalysis.image.io.bean.channel.ChannelMapCreator channelMap)voidsetFileInput(org.anchoranalysis.io.input.bean.InputManager<org.anchoranalysis.io.input.file.FileInput> fileInput)voidsetUseLastSeriesIndexOnly(boolean useLastSeriesIndexOnly)Methods inherited from class org.anchoranalysis.image.io.bean.stack.reader.InputManagerWithStackReader
getStackReader, setStackReader
-
Constructor Details
-
NamedChannels
public NamedChannels()
-
-
Method Details
-
inputs
public org.anchoranalysis.io.input.InputsWithDirectory<org.anchoranalysis.image.io.channel.input.NamedChannelsInputPart> 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.channel.input.NamedChannelsInputPart>- Throws:
org.anchoranalysis.io.input.InputReadFailedException
-
getFileInput
public org.anchoranalysis.io.input.bean.InputManager<org.anchoranalysis.io.input.file.FileInput> getFileInput() -
setFileInput
public void setFileInput(org.anchoranalysis.io.input.bean.InputManager<org.anchoranalysis.io.input.file.FileInput> fileInput) -
getChannelMap
public org.anchoranalysis.image.io.bean.channel.ChannelMapCreator getChannelMap() -
setChannelMap
public void setChannelMap(org.anchoranalysis.image.io.bean.channel.ChannelMapCreator channelMap) -
isUseLastSeriesIndexOnly
public boolean isUseLastSeriesIndexOnly() -
setUseLastSeriesIndexOnly
public void setUseLastSeriesIndexOnly(boolean useLastSeriesIndexOnly)
-