https://github.com/benoitberanger/rfswd
Parser for RFSWD files in Python
https://github.com/benoitberanger/rfswd
mri python rf safety siemens
Last synced: 29 days ago
JSON representation
Parser for RFSWD files in Python
- Host: GitHub
- URL: https://github.com/benoitberanger/rfswd
- Owner: benoitberanger
- License: mit
- Created: 2025-02-03T17:37:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-24T15:44:24.000Z (about 1 month ago)
- Last Synced: 2026-04-24T17:29:32.782Z (about 1 month ago)
- Topics: mri, python, rf, safety, siemens
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RFSWD
Python script to parse and print the CSV files for RF Safety Watchod.
Only the MaRS is quiped with Python, not the Host.
Same for Temerature sensors
# Setup
Place the [parse_csv_RFSWD.py](parse_csv_RFSWD.py) file `%MriCustomer%\bin` (on the Host)
Do the same for [parse_PerCoilTemp.py](parse_PerCoilTemp.py)
# Run
```bash
python3 /opt/medcom/MriCustomer/bin/parse_csv_RFSWD.py
```
```bash
python3 /opt/medcom/MriCustomer/bin/parse_PerCoilTemp.py
```
# Python verion
- XA60: `3.9.2`