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
You Might Also Like
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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