Sum 2nd Dimension Peak height

Identifier

Sum_Height

Scope

Peak or group

Type

Double

Description

For each 2D peak, it sums the height of all 2nd-dimension peaks that are part of this 2D peak

Formula

CurrentPeakOrGroup.All2ndDimPeaks.Select(function(item) item.Peak_Height).Sum()

×