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.Non-beans for reading data structures related to marked point processes from the file system.
Implementations of
InputManager that process Stacks.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 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
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) -
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 TypeMethodDescriptionvoidStackWithMap.add(String name, StoreSupplier<TimeSeries> op) voidStackWithMap.addToStore(NamedProviderStore<TimeSeries> stackCollection, int seriesNum, Logger logger) Adds the main stack and other stacks to the store.voidStackWithMap.addToStore(NamedProviderStore<TimeSeries> stackCollection, Logger logger) voidMultiInput.addToStoreInferNames(NamedProviderStore<TimeSeries> stacks, int seriesIndex, Logger logger) voidMultiInput.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 TypeMethodDescriptionvoidConvertNamedChannelsInputToStack.addToStoreInferNames(NamedProviderStore<TimeSeries> stacks, int seriesIndex, Logger logger) voidConvertNamedChannelsInputToStack.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