-
Support visualization of curated data
- Raw BIDS (TBD: how to handle relative paths not starting from
derivatives) - MRIQC
- Raw BIDS (TBD: how to handle relative paths not starting from
-
Support visualization of processed data from these pipelines
- fMRIPrep
- Freesurfer / fsqc
- QSIPrep
- QSIRecon
- Visualize 3D MRI using niivue
- Display flat image montages
- Display IQMs (optional for MVP)
- User has full access to data either locally or via ssh
- QC UI is populated based on files listed in the
pipeline_qc.json(fixed schema)- Does allow custom “qc-task” definitions.
- Only single base image and overlay in niivue panel
- Only SVGs or PNGs for montage viewer. No HTMLs.
- Only pass | fail | uncertain ratings supported
-
Configs
- Generate
pipeline_qc.json(see sample_qc.json)
- Generate
-
UI-orchestrator (see ui.py)
- Handle argparse
- Web-app init / global parameters
- Calls to data handler
- Calls to layout
-
UI-data-handler
-
UI-layout (see layout.py)
- Overall layout manager → handle 4 display panels
- Niivue streamlit plug-in to support base + overlay images
- SVG panel
- IQM panel (optional for MVP)
- Rating panel
-
Write _qc_scores.tsv (see layout.py)
- Handle overwrite / append
- mriqc
- freesurfer
- fmriprep
- qsiprep
- qsirecon
- agitation
