https://github.com/benoitberanger/rfswd
Parser for RFSWD files in Python
https://github.com/benoitberanger/rfswd
mri python rf safety siemens
Last synced: 6 months 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-28T12:33:14.000Z (8 months ago)
- Last Synced: 2025-02-28T18:46:17.058Z (8 months ago)
- Topics: mri, python, rf, safety, siemens
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- 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.# Setup
1. Place the [parse_csv_RFSWD.py](parse_csv_RFSWD.py) file `%MriCustomer%\bin` (on the Host)
2. Add an alias in the _.bashrc_ on the MaRS :
```bash
alias check_RFSWD='python3 /opt/medcom/MriCustomer/bin/parse_csv_RFSWD.py'
```# Run
On the MaRS, just run `check_RFSWD`# Python verion
- XA60: `3.9.2`