An automated and simple tool for fast quality analysis of animal MRI
- Input: Bruker raw data or NIFTY (T2-weighted MRI, diffusion-weighted MRI, or DTI, and rs-fMRI)
- Calculations: SNR, tSNR, movement variability, data quality categorization (finds bad quality outliers)
- Output Format: CSV sheets, PDFs, & images
See the poster for all details
Download the repository => Install Python 3.6 (Anaconda) => Import AIDAqc conda environment aidaqc.yamlMain function: ParsingData
See the full manual here.
#Build
docker build aidaqc:2.1 .
# Running the main ParsingData.py:
docker run -v /your/project/data:/data -v /your/project/qc aidaqc:2.1 -i /data -o /qc -f raw
For installation in a apptainer container for GNU/Linux:
# Download the repository
git clone https://github.com/Aswendt-Lab/AIDAqc.git
cd AIDAqc
# Create a new apptainer container
apptainer build aidaqc.sif apptainer.def
# Get into a bash shell in the container
apptainer shell aidaqc.sif
AIDAqc provides separate workflows for animal MRI and MRI phantom data:
main– the stable animal MRI workflow.phantom– specifically for MRI phantom data only. The formeropen-devimplementation has moved here, including phantom-specific ROI analysis, additional motion and ghosting outputs, and the PDF QA report. See the phantom README for setup and usage, and the updated manual for the workflow details.open-dev– general development, aligned withmainafter moving the phantom workflow. PDF export will be ported to this baseline in a later change; the phantom-specific analysis stays inphantom.
Researchers and developers are welcome to fork the repository and submit pull requests against the branch appropriate to their workflow.
To guide you through running the pipeline, please watch the YouTube tutorial.
It can be challenging to acquire MR images of consistent quality or to decide between good vs. bad quality data in large databases. Manual screening without quantitative criteria is strictly user-dependent and for large databases is neither practical nor in the spirit of good scientific practice. In contrast to clinical MRI, in animal MRI, there is no consensus on the standardization of quality control measures or categorization of good vs. bad quality images. As we were forced to screen hundreds of scans for a recent project, we decided to automate this process as part of our Atlas-based Processing Pipeline (AIDA).
This tool has been validated and used in the following publication: Publication Link
A total of 23 datasets from various institutes were used for validation and testing. These datasets can be found via: Datasets Link
If you encounter problems, report directly in
or
join our Open Office Hour - each Thursday 3:00 pm (UTC+2)
For all other inquiries: Markus Aswendt (aswendtATmed.uni-frankfurt.de)

