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 StringIdentifierHelper.identiferFor(ChannelSpecification channels, boolean do3D, String extentIdentifier, boolean firstChannelForced) Builds an identifier for particular properties.voidStackTester.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.voidStackTester.performTest(ChannelSpecification channels, Optional<ImageComparer> comparer) Performs a test on stack writing for a specified channel specification.