nottingham-neuroimaging / qa

qa - quality assurance 7T fMRI data
GNU General Public License v3.0
4 stars 0 forks source link

QA - quality assurance of fMRI data

fMRI_report_app logo

Github Pages: https://nottingham-neuroimaging.github.io/qa/

License: GPL v3 GitHub commit activity GitHub last commit

What is this?

MATLAB installation

  1. Clone this repository with git clone https://github.com/nottingham-neuroimaging/qa.git
  2. Add the path to your MATLAB path.
  3. There are 2 options for how to run fMRI_report:
  4. If your MATLAB version is 2016a or later, then in the command window type fMRI_report_app
  5. If your MATLAB version is older than 2016a, then type fMRI_report
  6. In both versions, you will select fMRI data using a GUI and generate mean images and tSNR maps. The difference is that fMRI_report was written using old-school GUIDElines, whereas the newer fMRI_report_app version has the same functionality but is now in the form of a more user-friendly app, especially for debugging/portability etc.

WIP: Is there a python version? Yes!

cd fMRI_report_python/
pip install -r requirements.txt
cd fMRI_report_python/tutorials/
jupyter notebook qa_tutorial.ipynb

Help

If you run into any problems or find any issues with the installation process please raise an issue.

Dependencies

fMRI_report_app logo
fMRI_report_app screenshot