@ALDDerivedClass @ALDAOperator(genericExecutionMode=ALL, level=APPLICATION) public class CorrectForBaseline1D extends ALDOperator
Specifically, the baseline is subtracted from the functions values of the extrema.
ALDOperator.HidingMode, ALDOperator.HistoryConstructionMode| Modifier and Type | Field and Description |
|---|---|
protected Baseline1D |
baseline
The baseline detected
|
protected Extrema1D |
correctedExtrema
Corrected extrema
|
protected Extrema1D |
extrema
Extrema
|
completeDAG, name, operatorExecutionEventlistenerList, portHashAccess, verbose, versionProvider| Constructor and Description |
|---|
CorrectForBaseline1D()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Baseline1D |
getBaseline() |
Extrema1D |
getCorrectedExtrema() |
Extrema1D |
getExtrema() |
protected void |
operate()
This method does the actual work and needs to be implemented by every
subclass.
|
void |
setBaseline(Baseline1D baseline) |
void |
setExtrema(Extrema1D extrema) |
addOperatorExecutionProgressEventListener, addParameter, addParameter, addParameterUnconditioned, fieldContained, fireOperatorExecutionProgressEvent, getALDPortHashAccessKey, getConstructionMode, getDocumentation, getHidingMode, getInactiveParameterNames, getInInoutNames, getInInoutNames, getInNames, getInOutNames, getMissingRequiredInputs, getName, getNumParameters, getOutInoutNames, getOutNames, getParameter, getParameterDescriptor, getParameterDescriptorUnconditioned, getParameterNames, getParameterUnconditioned, getSupplementalNames, getVerbose, getVersion, handleOperatorExecutionProgressEvent, hasInOutParameters, hasParameter, isAnnotatedParameter, isConfigured, print, print, print, printInterface, printInterface, readHistory, readResolve, reinitializeParameterDescriptors, removeOperatorExecutionProgressEventListener, removeParameter, runOp, runOp, runOp, setConstructionMode, setConstructionMode, setConstructionMode, setHidingMode, setName, setParameter, setParameterUnconditioned, setVerbose, toStringVerbose, unconfiguredItems, validate, validateCustom, validateGeneric, writeHistory, writeHistory, writeHistory@Parameter(label="Extrema", direction=IN, required=true, description="Extrema", dataIOOrder=1) protected Extrema1D extrema
@Parameter(label="Baseline", direction=IN, required=true, description="Baseline", dataIOOrder=2) protected Baseline1D baseline
@Parameter(label="Corrected extrema", direction=OUT, description="Corrected extrema", dataIOOrder=1) protected Extrema1D correctedExtrema
public CorrectForBaseline1D()
throws ALDOperatorException
ALDOperatorExceptionprotected void operate()
throws ALDOperatorException,
ALDProcessingDAGException
ALDOperatoroperate in class ALDOperatorALDOperatorExceptionALDProcessingDAGExceptionpublic Extrema1D getExtrema()
public void setExtrema(Extrema1D extrema)
extrema - the extrema to setpublic Baseline1D getBaseline()
public void setBaseline(Baseline1D baseline)
baseline - the baseline to setpublic Extrema1D getCorrectedExtrema()
Copyright © 2010–2021 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.