Class FromStacks
Object
org.anchoranalysis.bean.AnchorBean<FromStacks>
org.anchoranalysis.plugin.image.task.bean.grouped.selectchannels.FromStacks
- Direct Known Subclasses:
All,One,SpecificAndRename
public abstract class FromStacks extends org.anchoranalysis.bean.AnchorBean<FromStacks>
Selects a subset of channels from a set of stacks.
-
Constructor Summary
Constructors Constructor Description FromStacks() -
Method Summary
Modifier and Type Method Description abstract NamedChannelsselectChannels(ChannelSource source, boolean checkType)Takes a stack-collection and extracts a set of references to particular channels (each with a name).
-
Constructor Details
-
FromStacks
public FromStacks()
-
-
Method Details
-
selectChannels
public abstract NamedChannels selectChannels(ChannelSource source, boolean checkType) throws org.anchoranalysis.core.exception.OperationFailedExceptionTakes a stack-collection and extracts a set of references to particular channels (each with a name).- Parameters:
source- theChannelSourcecontaining the stacks to select fromcheckType- whether to check the type of the channels- Returns:
- a
NamedChannelsobject containing the selected channels - Throws:
org.anchoranalysis.core.exception.OperationFailedException- if the channel selection operation fails
-