Skip to content
/ mriqc Public
forked from nipreps/mriqc

The package provides a series of image processing workflows to extract and compute a series of NR (no-reference), IQMs (image quality metrics) to be used in QAPs (quality assessment protocols) for MRI (magnetic resonance imaging).

License

Notifications You must be signed in to change notification settings

oesteban/mriqc

This branch is 98 commits behind nipreps/mriqc:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5c3f8b6 · Aug 20, 2024
Apr 11, 2024
Apr 16, 2024
Aug 20, 2024
Apr 14, 2017
Aug 16, 2024
Aug 20, 2024
Nov 7, 2019
Mar 18, 2024
Mar 18, 2024
Mar 18, 2024
Aug 12, 2022
Apr 17, 2024
Aug 15, 2022
Aug 20, 2024
Aug 20, 2024
Apr 8, 2024
May 16, 2024
Sep 20, 2021
Aug 12, 2022
Sep 24, 2021
Jun 25, 2023
Jul 30, 2024
Sep 20, 2021
Aug 18, 2024

Repository files navigation

mriqc: image quality metrics for quality assessment of MRI

DOI Zenodo Package Pythons DevStatus License Documentation CircleCI

MRIQC extracts no-reference IQMs (image quality metrics) from structural (T1w and T2w) and functional MRI (magnetic resonance imaging) data.

MRIQC is an open-source project, developed under the following software engineering principles:

  1. Modularity and integrability: MRIQC implements a nipype workflow to integrate modular sub-workflows that rely upon third party software toolboxes such as ANTs and AFNI.
  2. Minimal preprocessing: the MRIQC workflows should be as minimal as possible to estimate the IQMs on the original data or their minimally processed derivatives.
  3. Interoperability and standards: MRIQC follows the the brain imaging data structure (BIDS), and it adopts the BIDS-App standard.
  4. Reliability and robustness: the software undergoes frequent vetting sprints by testing its robustness against data variability (acquisition parameters, physiological differences, etc.) using images from OpenfMRI. Its reliability is permanently checked and maintained with CircleCI.

Citation

When using MRIQC, please include the following citation:

Esteban O, Birman D, Schaer M, Koyejo OO, Poldrack RA, Gorgolewski KJ; MRIQC: Advancing the Automatic Prediction of Image Quality in MRI from Unseen Sites; PLOS ONE 12(9):e0184661; doi:10.1371/journal.pone.0184661.

Support and communication

The documentation of this project is found here: https://mriqc.readthedocs.io/.

Users can get help using the mriqc-users google group.

All bugs, concerns and enhancement requests for this software can be submitted here: https://github.com/nipreps/mriqc/issues.

Development

A local development build based on the latest docker build of MRIQC can be built with this command run from the root of this repository:

docker build -f Dockerfile_devel -t mriqc_devel .

To test changes the local source code will need to be mounted into the development container:

docker run --rm -v .:/src/mriqc mriqc_devel

New Python dependencies can be added in pyproject.toml under dependencies. Any time a dependency is changed or added there the docker image will need to be rebuilt using the above docker build command.

License information

MRIQC adheres to the general licensing guidelines of the NiPreps framework.

MRIQC originally derives from, and hence is heavily influenced by, the PCP Quality Assessment Protocol. Please check the NOTICE file for further information.

License

Copyright (c) 2021, the NiPreps Developers.

As of the 21.0.x pre-release and release series, MRIQC is licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Acknowledgements

This work is steered and maintained by the NiPreps Community. The development of this resource was supported by the Laura and John Arnold Foundation (RAP and KJG), the NIBIB (R01EB020740, SSG; 1P41EB019936-01A1SSG, YOH), the NIMH (RF1MH121867, RAP, OE; R24MH114705 and R24MH117179, RAP; 1RF1MH121885 SSG), NINDS (U01NS103780, RAP), and NSF (CRCNS 1912266, YOH). OE acknowledges financial support from the SNSF Ambizione project “Uncovering the interplay of structure, function, and dynamics of brain connectivity using MRI” (grant number PZ00P2_185872).

Thanks

  • The QAP developers (C. Craddock, S. Giavasis, D. Clark, Z. Shezhad, and J. Pellman) for the initial base of code which MRIQC was forked from.
  • W Triplett and CA Moodie for their initial contributions with bugfixes and documentation, and
  • J Varada for his contributions on the source code.

About

The package provides a series of image processing workflows to extract and compute a series of NR (no-reference), IQMs (image quality metrics) to be used in QAPs (quality assessment protocols) for MRI (magnetic resonance imaging).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 77.4%
  • JavaScript 19.5%
  • Dockerfile 1.2%
  • CSS 0.8%
  • HTML 0.4%
  • Tcl 0.4%
  • Other 0.3%