C# Class CSMSL.IO.Thermo.ThermoMzPeak

Inheritance: MZPeak
Show file Open project: dbaileychess/CSMSL

Public Methods

Method Description
GetDenormalizedIntensity ( double injectionTime ) : double
GetSignalToNoise ( ) : double
ThermoMzPeak ( ) : CSMSL.Spectral
ThermoMzPeak ( double mz, double intensity, int charge, double noise = 0.0, double resolution = 0.0 ) : CSMSL.Spectral
ToString ( ) : string

Method Details

GetDenormalizedIntensity() public method

public GetDenormalizedIntensity ( double injectionTime ) : double
injectionTime double
return double

GetSignalToNoise() public method

public GetSignalToNoise ( ) : double
return double

ThermoMzPeak() public method

public ThermoMzPeak ( ) : CSMSL.Spectral
return CSMSL.Spectral

ThermoMzPeak() public method

public ThermoMzPeak ( double mz, double intensity, int charge, double noise = 0.0, double resolution = 0.0 ) : CSMSL.Spectral
mz double
intensity double
charge int
noise double
resolution double
return CSMSL.Spectral

ToString() public method

public ToString ( ) : string
return string