The application calculates noise in ICIS similar to how the INCOS algorithm calculates noise. The application estimates the baseline using the intensities of the scans that it counted to determine the INCOS noise. The application then takes the sum of the intensities of these scans and divides this value by the number of scans, as shown in this equation:
The baseline correction works as follows:
- For each scan x in the chromatogram, the application determines whether the scan in question is a baseline scan or not (the first and last scan in the display area are always baseline scans).
- For the remaining x scans, a baseline scan is available if a line can be placed in the chromatogram at a point (scan x / intensity of scan x ). This way, the intensities of all neighboring scans lie above the straight line.
- After all baseline scans have been determined, the intensities between the baseline scans are corrected (an amount is deducted from the intensity values between the baseline scans, which results from the y-axis value of a straight line through the neighboring baseline scans at the scan (x) point.
- The intensities of all baseline scans are set to zero.
- After the (optional) smoothing and the baseline correction (optional in CHRO), the actual peak detection takes place.
- The criterion for peak detection is an intensity threshold ITR, which is determined as follows:
- For baseline corrected chromatograms:
- For uncorrected chromatograms: