@ALDDerivedClass @ALDAOperator(genericExecutionMode=ALL, level=APPLICATION) public class ReadExperimentalData1D extends ALDOperator
ExperimentalData1D from a file.
Subsequent lines at the beginning of the file with a leading # are interpreted as comment lines.
The following lines are assumed to contain exactly one double number, which represent
the measurements.
The first comment line, if present, excluding the leading # is interpreted as the
description of the experiment.
Currently no unit of measurement is supported.
ALDOperator.HidingMode, ALDOperator.HistoryConstructionMode| Modifier and Type | Field and Description |
|---|---|
protected ExperimentalData1D |
experiment
1D Experiment
|
(package private) ALDFileString |
filename
Filename
|
completeDAG, name, operatorExecutionEventlistenerList, portHashAccess, verbose, versionProvider| Constructor and Description |
|---|
ReadExperimentalData1D()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
operate()
This method does the actual work and needs to be implemented by every
subclass.
|
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="Filename", required=true, direction=IN, description="Filename", dataIOOrder=1) ALDFileString filename
@Parameter(label="1D Experiment", direction=OUT, description="1D Experiment", dataIOOrder=1) protected ExperimentalData1D experiment
public ReadExperimentalData1D()
throws ALDOperatorException
ALDOperatorExceptionprotected void operate()
throws ALDOperatorException
ALDOperatoroperate in class ALDOperatorALDOperatorExceptionCopyright © 2010–2021 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.