Uses of Class
org.anchoranalysis.io.output.outputter.Outputter
Packages that use Outputter
Package
Description
How a task is executed on multiple inputs.
Defines a task,
which is a set of operations run on an input, that may or may not generate an output.
Interfaces for replacing attributes of an experiment: input, output, task etc.
Non-bean classes related to a
Task
.Metadata for writing feature calculation-results in CSV format.
Classes for outputting to particular directories.
Allows a generators to write element(s) to the filesystem.
Non-beans for writing data structures related to marked point processes from the file system.
Beans to combine two or more annotations.
Task to compare a set of annotations to a segmentation or another set of annotations.
Combining multiple images together into a single image.
Tasks pertaining to
Feature
s.Tasks for converting image-formats.
Tasks that involved stacks (usually each channel from an image) that are somehow
grouped-together.
Associating labels with images.
Tasks to scale an image.
Tasks to segment an image.
Tasks that process on one or more slices from a z-stack.
Non-bean classes about labelling images.
Non-bean classes pertaining to stacks and channels as used in tasks.
Implementations of
Task
related to file-system
I/O.Objects used in shared-state in
Task
s in this
plugin.Converting from
NamedChannelsInput
to the
input-type expected by a Task
.Utilities for testing-related reading and writing to the filesystem.
-
Uses of Outputter in org.anchoranalysis.experiment.bean.processor
Methods in org.anchoranalysis.experiment.bean.processor with parameters of type OutputterModifier and TypeMethodDescriptionprotected TaskStatistics
DebugDependentProcessor.execute
(Outputter rootOutputter, List<T> inputs, ParametersExperiment parametersExperiment) protected abstract TaskStatistics
JobProcessor.execute
(Outputter rootOutputter, List<T> inputs, ParametersExperiment parametersExperiment) Executes the task on allinputs
.protected TaskStatistics
ParallelProcessor.execute
(Outputter rootOutputter, List<T> inputs, ParametersExperiment parametersExperiment) protected TaskStatistics
SequentialProcessor.execute
(Outputter rootOutputter, List<T> inputs, ParametersExperiment parametersExperiment) JobProcessor.executeLogStatistics
(Outputter rootOutputter, List<T> inputs, ParametersExperiment parametersExperiment) Executes the task on allinputs
and logs statistics about this to the file-systen. -
Uses of Outputter in org.anchoranalysis.experiment.bean.task
Methods in org.anchoranalysis.experiment.bean.task with parameters of type OutputterModifier and TypeMethodDescriptionabstract S
Task.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<T> inputs, ParametersExperiment parameters) Called once before all calls toTask.executeJob(org.anchoranalysis.experiment.task.ParametersUnbound<T, S>)
.final NoSharedState
TaskWithoutSharedState.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<T> inputs, ParametersExperiment parameters) -
Uses of Outputter in org.anchoranalysis.experiment.io
Methods in org.anchoranalysis.experiment.io that return OutputterModifier and TypeMethodDescriptionInitializationContext.getOutputter()
An outputter that writes to the particular output-directory. -
Uses of Outputter in org.anchoranalysis.experiment.task
Methods in org.anchoranalysis.experiment.task that return OutputterModifier and TypeMethodDescriptionInputBound.getOutputter()
TheOutputter
associated with this input, as it is being processed as a job.InputOutputContextStateful.getOutputter()
ParametersExperiment.getOutputter()
An outputter that writes to the particular output-directory.Constructors in org.anchoranalysis.experiment.task with parameters of type OutputterModifierConstructorDescriptionInputOutputContextStateful
(ExecutionArguments executionArguments, Outputter outputter, ExecutionTimeRecorder executionTimeRecorder, StatefulMessageLogger logger, ErrorReporter errorReporter) Creates with initialization arguments. -
Uses of Outputter in org.anchoranalysis.feature.io.csv
Methods in org.anchoranalysis.feature.io.csv with parameters of type OutputterModifier and TypeMethodDescriptionstatic Optional
<FeatureCSVWriter> FeatureCSVWriter.create
(FeatureCSVMetadata metadata, Outputter outputter, boolean visuallyShortenedDecimals) Maybe creates aFeatureCSVWriter
depending if the output is allowed. -
Uses of Outputter in org.anchoranalysis.io.output.outputter
Methods in org.anchoranalysis.io.output.outputter that return OutputterModifier and TypeMethodDescriptionOutputter.deriveSubdirectory
(String subdirectoryName, boolean inheritOutputRulesAndRecording) InputOutputContext.getOutputter()
An outputter that writes to the particular output-directory. -
Uses of Outputter in org.anchoranalysis.io.output.writer
Methods in org.anchoranalysis.io.output.writer that return types with arguments of type OutputterModifier and TypeMethodDescriptionWriterRouterErrors.createSubdirectory
(String outputName, boolean inheritOutputRulesAndRecording) Maybe creates a subdirectory for writing to. -
Uses of Outputter in org.anchoranalysis.mpp.io.output
Constructors in org.anchoranalysis.mpp.io.output with parameters of type OutputterModifierConstructorDescriptionEnergyStackWriter
(EnergyStack energyStack, Outputter outputter) Creates a newEnergyStackWriter
instance. -
Uses of Outputter in org.anchoranalysis.plugin.annotation.bean.aggregate
Methods in org.anchoranalysis.plugin.annotation.bean.aggregate with parameters of type OutputterModifier and TypeMethodDescriptionAggregateSharedState
AggregateAnnotations.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<AnnotationWithStrategy<S>> inputs, ParametersExperiment parameters) -
Uses of Outputter in org.anchoranalysis.plugin.annotation.bean.comparison
Methods in org.anchoranalysis.plugin.annotation.bean.comparison with parameters of type OutputterModifier and TypeMethodDescriptionCompareAnnotations.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<AnnotationComparisonInput<ProvidesStackInput>> inputs, ParametersExperiment parameters) -
Uses of Outputter in org.anchoranalysis.plugin.image.task.bean.combine
Methods in org.anchoranalysis.plugin.image.task.bean.combine with parameters of type OutputterModifier and TypeMethodDescriptionMontage.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<StackSequenceInput> inputs, ParametersExperiment parameters) -
Uses of Outputter in org.anchoranalysis.plugin.image.task.bean.feature
Methods in org.anchoranalysis.plugin.image.task.bean.feature with parameters of type OutputterModifier and TypeMethodDescriptionExportFeatures.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<T> inputs, ParametersExperiment parameters) -
Uses of Outputter in org.anchoranalysis.plugin.image.task.bean.format
Methods in org.anchoranalysis.plugin.image.task.bean.format with parameters of type OutputterModifier and TypeMethodDescriptionConvertImageFormat.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<NamedChannelsInput> inputs, ParametersExperiment parameters) -
Uses of Outputter in org.anchoranalysis.plugin.image.task.bean.grouped
Methods in org.anchoranalysis.plugin.image.task.bean.grouped with parameters of type OutputterModifier and TypeMethodDescriptionGroupedStackBase.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<ProvidesStackInput> inputs, ParametersExperiment parameters) -
Uses of Outputter in org.anchoranalysis.plugin.image.task.bean.labeller
Methods in org.anchoranalysis.plugin.image.task.bean.labeller with parameters of type OutputterModifier and TypeMethodDescriptionImageAssignLabel.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<ProvidesStackInput> inputs, ParametersExperiment parameters) -
Uses of Outputter in org.anchoranalysis.plugin.image.task.bean.scale
Methods in org.anchoranalysis.plugin.image.task.bean.scale with parameters of type OutputterModifier and TypeMethodDescriptionScaleImageCommonSize.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<StackSequenceInput> inputs, ParametersExperiment parameters) ScaleImageIndependently.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<StackSequenceInput> inputs, ParametersExperiment parameters) -
Uses of Outputter in org.anchoranalysis.plugin.image.task.bean.segment
Methods in org.anchoranalysis.plugin.image.task.bean.segment with parameters of type OutputterModifier and TypeMethodDescriptionSegmentInstanceWithModel.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan plan, List<StackSequenceInput> inputs, ParametersExperiment parameters) -
Uses of Outputter in org.anchoranalysis.plugin.image.task.bean.slice
Methods in org.anchoranalysis.plugin.image.task.bean.slice with parameters of type OutputterModifier and TypeMethodDescriptionExtractSlice.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<NamedChannelsInput> inputs, ParametersExperiment parameters) -
Uses of Outputter in org.anchoranalysis.plugin.image.task.labeller
Methods in org.anchoranalysis.plugin.image.task.labeller that return types with arguments of type OutputterModifier and TypeMethodDescriptionSharedStateFilteredImageOutput.getOutputterFor
(String groupIdentifier) Gets the outputter for a specific group identifier.Constructors in org.anchoranalysis.plugin.image.task.labeller with parameters of type OutputterModifierConstructorDescriptionSharedStateFilteredImageOutput
(Outputter baseOutputter, ImageLabeller<T> filter, String outputNameMapping, String outputNameImages) Creates a newSharedStateFilteredImageOutput
. -
Uses of Outputter in org.anchoranalysis.plugin.image.task.stack
Constructors in org.anchoranalysis.plugin.image.task.stack with parameters of type OutputterModifierConstructorDescriptionSharedStateSelectedSlice
(Outputter baseOutputter) Creates a new instance of SharedStateSelectedSlice. -
Uses of Outputter in org.anchoranalysis.plugin.io.bean.task
Methods in org.anchoranalysis.plugin.io.bean.task with parameters of type OutputterModifier and TypeMethodDescriptionCombineCSV.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<FileInput> inputs, ParametersExperiment parameters) CopyFiles.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<FileWithDirectoryInput> inputs, ParametersExperiment parameters) SummarizeBase.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<T> inputs, ParametersExperiment parameters) -
Uses of Outputter in org.anchoranalysis.plugin.mpp.bean.convert
Methods in org.anchoranalysis.plugin.mpp.bean.convert with parameters of type OutputterModifier and TypeMethodDescriptionConvertNamedChannels.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<T> inputs, ParametersExperiment parameters) -
Uses of Outputter in org.anchoranalysis.plugin.mpp.bean.define
Methods in org.anchoranalysis.plugin.mpp.bean.define with parameters of type OutputterModifier and TypeMethodDescriptionprotected void
DefineOutputter.outputSharedObjects
(SharedObjects sharedObjects, Optional<EnergyStack> energyStack, Outputter outputter) Outputs shared objects and optionally an energy stack. -
Uses of Outputter in org.anchoranalysis.test.image.io
Methods in org.anchoranalysis.test.image.io that return OutputterModifier and TypeMethodDescriptionstatic Outputter
Creates an Outputter instance with optionally a path to a temporary directory for outtputting files.static Outputter
OutputterFixture.outputter
(OutputManager outputManager, OutputEnabledRules outputsEnabled) Creates an Outputter instance with a specified OutputManager and OutputEnabledRules.