You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed parsing of Agilent MS files with 'entab' reader.
Fixed read_chemstation_ch parser to correctly read "Mustang Chemstation" 179 files with 8-byte encoding.
Re-factored read_shimadzu function and added support for new types of chromatograms (e.g. status, uv and total ion chromatograms). Added support for reading multiple types of chromatograms at once.
Added support for reading MS spectra from 'Shimadzu' ascii files using read_shimadzu.
Exported write_cdf and added additional arguments (lambda and force) for greater control by users.
Added internal parser for 1D 'Waters RAW' chromatograms (read_waters_raw).
Added collapse argument to call_rainbow and to collapse superfluous lists.
Added ... argument to read_chroms for supplying additional arguments to parsers.
Added alias to read_chroms for reading mzxml files with RaMS.
Added precision argument to call_rainbow to control number of digits "mz" values are rounded to. (Also changed default behavior so values are rounded to one decimal by default).
Fixed bug in read_shimadzu_lcd on Windows due to issue with passing escaped paths to Python.