Package | Description |
---|---|
fr.profi.mzdb.model |
Modifier and Type | Class and Description |
---|---|
class |
SpectrumHeader
The Class SpectrumHeader.
|
Modifier and Type | Field and Description |
---|---|
protected ILcContext |
Peak.lcContext
The peak context.
|
Modifier and Type | Method and Description |
---|---|
ILcContext |
Peak.getLcContext()
Gets the lc context.
|
Modifier and Type | Method and Description |
---|---|
Peak |
SpectrumData.getNearestPeak(double mz,
double mzTolPPM,
ILcContext lcContext)
assuming mzList is sorted
|
void |
Peak.setLcContext(ILcContext lcContext)
Sets the lc context.
|
Peak[] |
SpectrumData.toPeaks(ILcContext lcContext)
To peaks.
|
Constructor and Description |
---|
Peak(double mz,
float intensity,
float leftHwhm,
float rightHwhm,
ILcContext lcContext)
Instantiates a new peak.
|
Copyright © 2019. All rights reserved.