Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.78 KB

index.rst

File metadata and controls

51 lines (31 loc) · 1.78 KB

mrQA : automatic protocol compliance checks on MR datasets

A tool for automatic evaluation of protocol compliance in MRI datasets. The tool analyzes MR acquisition data from DICOM headers and compares it against protocol to determine the level of compliance. It takes as input a dataset in DICOM/BIDS format. The tool outputs a compliance report in HTML format, with a percent compliance score for each protocol. The tool also outputs a JSON file with the compliance scores for each modality. In addition, it highlights any deviations from the protocol. The tool has been specifically created keeping radiologists in mind, but can be used by anyone who wants to evaluate that MR scans are acquired according to the pre-defined protocol and to minimize errors in acquisition process.

Simple schematic of the library:

./schematic_mrQA.png

mrQA uses MRDataset to efficiently parse various neuroimaging dataset formats, which is available here.

Further

.. toctree::
    :hidden:

    self

.. toctree::
   :maxdepth: 1


   installation
   examples
   API
   contributing
   authors



Indices and tables