Skip to main content
Waters

How to reject peak areas based on size using custom fields and recalculate the percent area of those remaining - WKB68630

Article number: 68630

OBJECTIVE or GOAL

Create custom fields to test the % peak area and reject peaks below a threshold, and then recalculate the % peak area of the peaks that remain.

ENVIRONMENT

  • Empower
  • Custom fields

PROCEDURE

  1. This method requires a number of custom fields (CFs).
  2. Create a Boolean CF called TestSmallPeaks. This tests for %Area less than the value set and assigns a 1 or 0 for use in the next CF.clipboard_edaf536cbf93cbc494bc283f6fd29909e.png  The calculation is GT(%Area,1).        Replace the 1 with your desired threshold.
  3. Create a Peak CF called AreaAccept. This multiplies each peak area by the result of TestSmallPeaks (1 or 0).clipboard_ead3d44d685826b58bd528bb9e9055d4f.png The calculation is Area*TestSmallPeaks.   Peaks with a %Area less than the rejection value are 0.
  4. Create a Result CF called SumRemainingPeaks. This sums the areas now remaining in the AreaAccept CF (i.e., Total area without those peaks below the %Area threshold set in TestSmallPeaks CF). clipboard_ebd838f1cd1c021bac5682b68680675ab.png The calculation is -   SUM(AreaAccept)
  5. Create a Peak CF called RemainingAreaPercent. This calculates the new %Area after disregarding the small peaks. clipboard_e0da2e980b4e716edb2f2b1415d1aaf58.png The calculation is -  AreaAccept/SumRemainingPeaks*100
  6. The custom fields created can all be displayed in a peak table in a report as required and displayed in the review window. clipboard_e06b81fe17828f6fac44c9e58072378d9.pngclipboard_e79a7844e89afe411474ec0a93b8de5c1.png

ADDITIONAL INFORMATION

Subscribe to the Empower blog for more tips.

More Custom field tips on KCS.

id68630, EMP2LIC, EMP2OPT, EMP2SW, EMP3GC, EMP3LIC, EMP3OPT, EMP3SW, EMPGC, EMPGPC, EMPLIC, EMPOWER2, EMPOWER3, EMPSW, SUP

Not able to find a solution? Click here to request help.