nano-bio / IsotopeFitSharp

0 stars 0 forks source link

Remove StartMass and EndMass in IFData.BaselineCorr ? #10

Open arntraud opened 6 years ago

arntraud commented 6 years ago

In IFData.Spectrum there is a CropStartIndex and a CropEndIndex. The CropStartMass and CropEndMass are the corresponding mass values in SpectralData.RawMassAxis.

The CropStartMass and CropEndMass is displayed in the Background Correction Window. If it is changed, the CropStartIndex and CropEndIndex will change, too.

For the GenerateBaseline() this CropStartIndex and CropEndIndex could be used as startIndex and endIndex and in IFData.BaselineCorr StartMass and EndMass could be deleted.