Metadata-Version: 2.1
Name: CPACqc
Version: 0.1.0
Summary: A package to view Nifti files in a BIDS dataset and generate QC plots.
Home-page: https://github.com/birajstha/bids_qc
Author: Biraj Shrestha
Author-email: birajstha@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: bids2table==0.1.0
Requires-Dist: certifi==2025.1.31
Requires-Dist: charset-normalizer==3.4.1
Requires-Dist: colorama==0.4.6
Requires-Dist: contourpy==1.3.1
Requires-Dist: cycler==0.12.1
Requires-Dist: elbow==0.1.1
Requires-Dist: fonttools==4.56.0
Requires-Dist: idna==3.10
Requires-Dist: importlib-resources==6.5.2
Requires-Dist: joblib==1.4.2
Requires-Dist: kiwisolver==1.4.8
Requires-Dist: lxml==5.3.1
Requires-Dist: matplotlib==3.10.0
Requires-Dist: nibabel==5.3.2
Requires-Dist: nilearn==0.11.1
Requires-Dist: numpy==2.2.3
Requires-Dist: packaging==24.2
Requires-Dist: pandas==2.2.3
Requires-Dist: pillow==11.1.0
Requires-Dist: pyarrow==19.0.0
Requires-Dist: pyparsing==3.2.1
Requires-Dist: python-dateutil==2.9.0.post0
Requires-Dist: pytz==2025.1
Requires-Dist: requests==2.32.3
Requires-Dist: scikit-learn==1.6.1
Requires-Dist: scipy==1.15.2
Requires-Dist: six==1.17.0
Requires-Dist: threadpoolctl==3.5.0
Requires-Dist: tqdm==4.67.1
Requires-Dist: typing-extensions==4.12.2
Requires-Dist: tzdata==2025.1
Requires-Dist: urllib3==2.3.0

# CPAC-QC Plotting App

![CPAC-QC](static/cpac-qc.png)

## Overview

The CPAC-qc Plotting App is a tool designed to generate quality control plots for the CPAC (Configurable Pipeline for the Analysis of Connectomes) outputs. This app helps in visualizing and assessing the quality of neuroimaging data processed through CPAC.

## Features

- Generate bulk or subject specific plots

## Requirements

- A html viewing tool or extension
- BIDS dir with `.nii.gz` images in it.

## Installation

```bash
pip install bids_qc
```

## Usage

```bash
bids_qc -d path/to/bids_dir -o path/to/output-qc-dir -n number-of-procs
```
