AdityaSavara / MSRESOLVE

MSRESOLVESG. A program for converting mass spectrometry signals to concentrations. Baseline corrections, smoothing, solving overlapping patterns, mass spectrometer tuning, and more.
0 stars 0 forks source link

Tuning corrector gas mixture testing #252

Closed AdityaSavara closed 3 years ago

AdityaSavara commented 3 years ago

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.