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
Try Google Cloud Risk-Free With $300 in Credit
Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
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