Skip to content

harvard-nrg/mristability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mristability.py will crawl over a directory of Siemens MRI Stability report files, read each report file, transform it to JSON, and write the transformed data to stdout in a way that is consumable by Telegraf using the json_v2 input data format.

Requirements

mristability.py is self-contained Python script (Python 3.4+) with no external dependencies.

Usage

Tip

You can specify the base directory using the --base-dir argument or the BASEDIR environment variable.

mristability.py --base-dir /path/to/stability/reports

Telegraf

The included mristability.toml file is a Telegraf input exec configuration file.

This configuration file defines how to execute mristability.py and consume its output using the Telegraf
json_v2 input data format.

About

Transform Siemens MRI Stability reports to JSON for Telegraf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages