MUSE(R) XML Export is a simple utility that extracts the ECG rhythm from an XML file that was exported from the MUSE(R) Cardiology Information System and writes the ECG to a '.CSV' file. MUSE is a registered trademark of GE Healthcare.
Features
- Convert MUSE XML files to CSV files, suitable for import into Excel and MATLAB
Follow MUSE XML Export
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
Great piece of code. I had a bug in line 1140 in the read_encoding function since the XML wasn't composed of bytes. Changed this line to : line = "".join(bytes_data) Ran it on python 2.7 (the old version