gbaquer / rMSIcleanup

Automated annotation of matrix-related signals in MSI
GNU General Public License v3.0
1 stars 1 forks source link

[MMASS EXPORT] Include raw spectra and zlib compression #9

Open gbaquer opened 5 years ago

gbaquer commented 5 years ago

At the moment only the peak matrix is exported. Consider exporting to the mSD format the raw spectra and the peak matrix will only be used to populate the annotation field.

In this case it might be useful to consider including the zlib compression which is left as a comment in the code. At this moment the compression fails, most likely due to wrong UTF encoding. Try using "iconv".