The BaselineCorrection object modifies an acceleration history to minimize the overall drift of the displacement obtained from the time integration of the given acceleration.
amplitudeApi.amplitudes()[name].baselineCorrection()
This method creates a BaselineCorrection object.
amplitudeApi.amplitudes()[name].BaselineCorrection
odb_BaselineCorrection& BaselineCorrection(const odb_SequenceDouble& intervals);
Required arguments
Optional argument
An odb_SequenceDouble specifying the correction time interval end points. Possible values are positive and monotonically increasing Floats. The default value is an empty sequence.
Return value
A BaselineCorrection object.
Exceptions
RangeError.
This method modifies the BaselineCorrection object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the BaselineCorrection method.
Return value
Exceptions
RangeError.
The BaselineCorrection object has members with the same names and descriptions as the arguments to the BaselineCorrection method.