PixelScanIntensity {BioNovoGene.Analytical.MassSpectrometry.Assembly.MarkupData.imzML} | .NET clr documentation |
the MSI pixel data spot model of [x,z,intensity]
# namespace BioNovoGene.Analytical.MassSpectrometry.Assembly.MarkupData.imzML
export class PixelScanIntensity {
# TIC
totalIon: double;
# the x axis position
x: integer;
# the y axis position
y: integer;
}