Class NamedChannels
An image viewed as a set of channels, each with a unique name.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninputs
(InputManagerParameters parameters) Creates a list of inputs given particular 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
-
Constructor Details
-
NamedChannels
public NamedChannels()
-
-
Method Details
-
inputs
public InputsWithDirectory<NamedChannelsInputPart> inputs(InputManagerParameters parameters) throws InputReadFailedException Description copied from class:InputManager
Creates a list of inputs given particular parameters.- Specified by:
inputs
in classInputManager<NamedChannelsInputPart>
- 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.
-
getFileInput
-
setFileInput
-
getChannelMap
-
setChannelMap
-
isUseLastSeriesIndexOnly
public boolean isUseLastSeriesIndexOnly() -
setUseLastSeriesIndexOnly
public void setUseLastSeriesIndexOnly(boolean useLastSeriesIndexOnly)
-