Raw {BioNovoGene.Analytical.MassSpectrometry.Math.GCMS} .NET clr documentation

Raw

Description

从CDF文件之中所读取出来的最原始的数据

Declare

            
# namespace BioNovoGene.Analytical.MassSpectrometry.Math.GCMS
export class Raw {
   # the global attribute in netcdf file
   attributes: list;
   fileName: string;
   # 质谱扫描的结果数据
   ms: ms1_scan[][];
   mz: double;
   # [气相色谱数据] 相应强度是和Raw.times一一对应的
   tic: double;
   # [气相色谱数据] 按照从开始到结束升序排序过了的
   times: double;
   title: string;
}

        

.NET clr type reference tree

  1. use by property member attributes: list
  2. use by property member ms: ms1_scan[]

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