Class ChannelMapCreator
- Direct Known Subclasses:
Autoname
,FromEntries
,FromMetadata
,SingleChannel
Creates a
ChannelMap
for a particular OpenedImageFile
.- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ChannelMap
create
(OpenedImageFile openedFile, Logger logger) Creates theChannelMap
.Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
ChannelMapCreator
public ChannelMapCreator()
-
-
Method Details
-
create
Creates theChannelMap
.- Parameters:
openedFile
- an opened image-file containingChannel
s.logger
- a logger for recording informative or error messages.- Returns:
- a
ChannelMap
that assigns names to channels inopenedFile
. - Throws:
CreateException
- if theChannelMap
cannot be successfully created.
-