Fixes:
For Thermo .raw files and Agilent .d files, it was possible for the TIC to be calculated using centroided data and the extracted values to be from profile data, leading to incorrect data, such as TIC normalized images having values >1. This was changing the method used to extract the intensities to be be the same for both, using a modified scan method from multiplierz.
There was also an issue in the interpolation step of the MS1 workflow. This had led to one ion image to be missing and another to be duplicated in most cases.
There were some errors where trying to make images without saving them would lead to an error due to an undefined variable.
Fixed bug in GUI that would not properly read whether the images should be scaled to a percentile of the intensities or to an absolute threshold.
Saving to the "image" file_savetype would reverse the image dimensions. This has been fixed.
Added:
Users can now add tick marks to "figure" style images to more easily count the number of lines or pixels per line.
Some docstrings for the GUI in preparation to make documentation.
What's Changed
* v0.2.2 including multiple major bug fixes by EmersonHernly in https://github.com/LabLaskin/MSIGen/pull/3
**Full Changelog**: https://github.com/LabLaskin/MSIGen/compare/v0.2.1...v0.2.2