Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 363 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 363 Bytes

coil-qa

Python library to compute coil quality analysis metrics such as SNR, noise correlation matrix and g-factor maps.

Useful resources:

Installation

Environment: GE orchestra requires numpy<2, so create a venv using these commands:

python -m venv venv
pip install numpy==1.25 matplotlib