Uses of Class
org.anchoranalysis.image.io.stack.time.TimeSeries
Packages that use TimeSeries
Package
Description
Non-bean classes for reading a
Channel from the
filesystem.Non-bean classes for a mapping of names to
Channels.Non-bean classes for reading a
Stack from the
filesystem.A time-sequence of
Stacks.-
Uses of TimeSeries in org.anchoranalysis.image.io.channel.input
Method parameters in org.anchoranalysis.image.io.channel.input with type arguments of type TimeSeriesModifier and TypeMethodDescriptionvoidNamedChannelsInput.addToStoreInferNames(NamedProviderStore<TimeSeries> stacks, int seriesIndex, Logger logger) voidNamedChannelsInput.addToStoreWithName(String name, NamedProviderStore<TimeSeries> stacks, int seriesIndex, Logger logger) -
Uses of TimeSeries in org.anchoranalysis.image.io.channel.map
Method parameters in org.anchoranalysis.image.io.channel.map with type arguments of type TimeSeriesModifier and TypeMethodDescriptionvoidNamedChannelsConcatenate.addAsSeparateChannels(NamedProviderStore<TimeSeries> stackCollection, int timeIndex, Logger logger) voidNamedChannelsMap.addAsSeparateChannels(NamedProviderStore<TimeSeries> destination, int timeIndex, Logger logger) voidOpenedNamedChannels.addAsSeparateChannels(NamedProviderStore<TimeSeries> destination, int timeIndex, Logger logger) -
Uses of TimeSeries in org.anchoranalysis.image.io.stack.input
Methods in org.anchoranalysis.image.io.stack.input that return TimeSeriesModifier and TypeMethodDescriptionStackSequenceInput.createStackSequenceForSeries(int seriesIndex, Logger logger) Creates a supplier of aTimeSeriesof stacks for a particular series number.Open when we don't have a specific-type.default TimeSeriesOpen the first series when we don't have a specific-type.default TimeSeriesOpenedImageFile.openCheckType(int seriesIndex, VoxelDataType channelDataType, Logger logger) Opens a time-series, and checks that it is a particular type.Method parameters in org.anchoranalysis.image.io.stack.input with type arguments of type TimeSeriesModifier and TypeMethodDescriptionvoidProvidesStackInput.addToStoreInferNames(NamedProviderStore<TimeSeries> stacks, int seriesIndex, Logger logger) Adds any stacks exposed by the current element to a named-store of stacks - inferring the names of theStacks.voidProvidesStackInput.addToStoreWithName(String name, NamedProviderStore<TimeSeries> stacks, int seriesIndex, Logger logger) Adds any stacks exposed by the current element to a named-store of stacks - with a particular name. -
Uses of TimeSeries in org.anchoranalysis.image.io.stack.time
Classes in org.anchoranalysis.image.io.stack.time that implement interfaces with type arguments of type TimeSeriesModifier and TypeClassDescriptionclassExposes aNamedProviderStore<TimeSeries>as aNamedProviderStore<Stack>by extracting a frame from each series.Methods in org.anchoranalysis.image.io.stack.time that return types with arguments of type TimeSeriesMethod parameters in org.anchoranalysis.image.io.stack.time with type arguments of type TimeSeriesModifier and TypeMethodDescriptionvoidExtractFrameStore.add(String identifier, StoreSupplier<TimeSeries> supplier)