MSISummary {BioNovoGene.Analytical.MassSpectrometry.Assembly.MarkupData.imzML} .NET clr documentation

MSISummary

Description

total ions/base peak/average intensity

spatial heatmap object consist with a collection of the iPixelIntensity spot data in rows.

Declare

            
# namespace BioNovoGene.Analytical.MassSpectrometry.Assembly.MarkupData.imzML
export class MSISummary {
   # [x,y], each row array may be in different size!
   rowScans: iPixelIntensity[][];
   # the MALDI scan dimension size
   size: Size;
   # the range of the x axis: [min, max]
   x: double;
   # the range of the y axis: [min, max]
   y: double;
}

        

.NET clr type reference tree

  1. use by property member rowScans: iPixelIntensity[]
  2. use by property member size: Size

[Package {$package} version {$version} Index]