initializeMeasurement
public void initializeMeasurement(Measurement measurement,
ComposedImagingMeasurementConfiguration configuration,
ConstructionContext jobInitializer)
throws ConfigurationException,
AddonException
Called when this addon should initialize the the measurement according to its configuration.
- Specified by:
initializeMeasurement in interface MeasurementInitializer<ComposedImagingMeasurementConfiguration>
- Parameters:
measurement - The measurement which should be initialized.
configuration - The configuration according to which the measurement should be initialized.
jobInitializer - An interface to an object allowing to initialize the various measurement components.
- Throws:
ConfigurationException - Thrown if the configuration is invalid.
AddonException - Thrown if an error occurred during the initialization.