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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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