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
Channel
s.Non-bean classes for reading a
Stack
from the
filesystem.A time-sequence of
Stack
s.Non-beans for reading data structures related to marked point processes from the file system.
Implementations of
InputManager
that process Stack
s.Non-bean classes to help use multiple files to represent a single
Stack
.Buffers used in
org.anchoranalysis.plugin.io.multifile
.-
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 TypeMethodDescriptionvoid
NamedChannelsInput.addToStoreInferNames
(NamedProviderStore<TimeSeries> stacks, int seriesIndex, Logger logger) void
NamedChannelsInput.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 TypeMethodDescriptionvoid
NamedChannelsConcatenate.addAsSeparateChannels
(NamedProviderStore<TimeSeries> stackCollection, int timeIndex, Logger logger) void
NamedChannelsMap.addAsSeparateChannels
(NamedProviderStore<TimeSeries> destination, int timeIndex, Logger logger) void
OpenedNamedChannels.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 aTimeSeries
of stacks for a particular series number.Open when we don't have a specific-type.default TimeSeries
Open the first series when we don't have a specific-type.default TimeSeries
OpenedImageFile.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 TypeMethodDescriptionvoid
ProvidesStackInput.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 theStack
s.void
ProvidesStackInput.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
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 TypeMethodDescriptionvoid
ExtractFrameStore.add
(String identifier, StoreSupplier<TimeSeries> supplier) -
Uses of TimeSeries in org.anchoranalysis.mpp.io.input
Methods in org.anchoranalysis.mpp.io.input that return types with arguments of type TimeSeriesMethod parameters in org.anchoranalysis.mpp.io.input with type arguments of type TimeSeriesModifier and TypeMethodDescriptionvoid
StackWithMap.add
(String name, StoreSupplier<TimeSeries> op) void
StackWithMap.addToStore
(NamedProviderStore<TimeSeries> stackCollection, int seriesNum, Logger logger) Adds the main stack and other stacks to the store.void
StackWithMap.addToStore
(NamedProviderStore<TimeSeries> stackCollection, Logger logger) void
MultiInput.addToStoreInferNames
(NamedProviderStore<TimeSeries> stacks, int seriesIndex, Logger logger) void
MultiInput.addToStoreWithName
(String name, NamedProviderStore<TimeSeries> stacks, int seriesIndex, Logger logger) -
Uses of TimeSeries in org.anchoranalysis.plugin.io.bean.input.stack
Methods in org.anchoranalysis.plugin.io.bean.input.stack that return TimeSeriesModifier and TypeMethodDescriptionConvertNamedChannelsInputToStack.createStackSequenceForSeries
(int seriesIndex, Logger logger) Method parameters in org.anchoranalysis.plugin.io.bean.input.stack with type arguments of type TimeSeriesModifier and TypeMethodDescriptionvoid
ConvertNamedChannelsInputToStack.addToStoreInferNames
(NamedProviderStore<TimeSeries> stacks, int seriesIndex, Logger logger) void
ConvertNamedChannelsInputToStack.addToStoreWithName
(String name, NamedProviderStore<TimeSeries> stacks, int seriesIndex, Logger logger) -
Uses of TimeSeries in org.anchoranalysis.plugin.io.multifile
Methods in org.anchoranalysis.plugin.io.multifile that return TimeSeriesModifier and TypeMethodDescription -
Uses of TimeSeries in org.anchoranalysis.plugin.io.multifile.buffer
Methods in org.anchoranalysis.plugin.io.multifile.buffer that return TimeSeries