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
Forever Free Full-Stack Observability | Grafana Cloud
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
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