MSRESOLVESG. A program for converting mass spectrometry signals to concentrations. Baseline corrections, smoothing, solving overlapping patterns, mass spectrometer tuning, and more.
Checked the TuningCorrector behaviour for mixed pattern. What is coming out is correct. There had been a rounding problem in XYYYDataFunctions in addXYYYtoXYYY because some numpy arrays were being initialized as int arrays instead of float arrays, but now that has been fixed.
Checked the TuningCorrector behaviour for mixed pattern. What is coming out is correct. There had been a rounding problem in XYYYDataFunctions in addXYYYtoXYYY because some numpy arrays were being initialized as int arrays instead of float arrays, but now that has been fixed.