Author |
Topic  |
|
rjeans
UK
3 Posts |
Posted - 05/09/2003 : 08:21:22 AM
|
In Tools:Baseline, the positive peak algorithm gives me excellent results. Unfortunately there isnt any further information available (such as how does it work). Does anyone know? I would like to create some script using the technique for my application. Thanks all... |
|
Mike Buess
USA
3037 Posts |
Posted - 05/09/2003 : 08:45:10 AM
|
Hi,
Baseline.ogs contains the scripts for the Baseline tool and is a good place to start.
Mike Buess Origin WebRing Member |
 |
|
rjeans
UK
3 Posts |
Posted - 05/09/2003 : 10:52:57 AM
|
Thanks for the advice, I have had a look in the OGS file, but this doesnt really help as the code doesnt refer to the maths as far as my limited knowledge can tell. |
 |
|
easwar
USA
1965 Posts |
Posted - 05/09/2003 : 4:13:48 PM
|
Hi,
The baseline.ogs file in turn uses the curve object in LabTalk to perform peak detection.
Look under the LabTalk documentation for the curve object, specifically the curve.pickPeaks() method. This peak search depends on the following property settings: curve.pickPeaks.simple, curve.maxPeakRange, curve.minHeight, curve.minPeakRange, curve.pickPeaks.minHeight, curve.pickPeaks.rectHeight, curve.pickPeaks.rectWidth.
What each property means is documented as well in the LabTalk help files.
Hope this helps.
Easwar OriginLab.
|
 |
|
|
Topic  |
|
|
|