Uses of Class
org.anchoranalysis.test.image.stackwriter.ChannelSpecification
Packages that use ChannelSpecification
Package
Description
Testing utilities and fixtures with no greater downstream dependency than anchor-image-io
or anchor-io-bioformats or anchor-imagej.
Fixtures for testing
StackWriter
and
related classes.-
Uses of ChannelSpecification in org.anchoranalysis.test.image
Methods in org.anchoranalysis.test.image with parameters of type ChannelSpecificationModifier and TypeMethodDescriptionStackFixture.create
(ChannelSpecification channelSpecification, Extent extent) Creates a stack with a particular number of the channels of particular size. -
Uses of ChannelSpecification in org.anchoranalysis.test.image.stackwriter
Methods in org.anchoranalysis.test.image.stackwriter with parameters of type ChannelSpecificationModifier and TypeMethodDescriptionstatic String
IdentifierHelper.identiferFor
(ChannelSpecification channels, boolean do3D, String extentIdentifier, boolean firstChannelForced) Builds an identifier for particular properties.void
StackTester.performTest
(ChannelSpecification channels, Optional<VoxelDataType> forceFirstChannel, Optional<ImageComparer> comparer) Performs a test on stack writing for a specified channel specification and optional forced first channel type.void
StackTester.performTest
(ChannelSpecification channels, Optional<ImageComparer> comparer) Performs a test on stack writing for a specified channel specification.