Metadata-Version: 2.1
Name: cbicqc
Version: 2020.12.2
Summary: MRI phantom quality control tool
Home-page: https://github.com/jmtyszka/cbicqc
Author: Julian Michael Tyszka
Author-email: jmt@caltech.edu
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/jmtyszka/cbicqc/issues
Project-URL: Funding, http://conte.caltech.edu/
Project-URL: Source, https://github.com/jmtyszka/cbicqc/
Keywords: neuroimaging MRI DICOM BIDS QC
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
Requires-Dist: pydicom (>=1.2.2)
Requires-Dist: numpy (>=1.15.2)
Requires-Dist: scipy
Requires-Dist: pybids
Requires-Dist: nibabel
Requires-Dist: nipype
Requires-Dist: reportlab
Requires-Dist: scikit-image
Requires-Dist: statsmodels (>=0.9.0)
Requires-Dist: pynetdicom (>=1.2.0)

# CBICQC

Essential quality control analysis of routine phantom stability MRI with single session and trend reporting

## Current Version ##
2020.12.02

## Dependencies
| Package | Minimum Version |
| ------- | --------------- |
| pydicom | 1.2.2 |
| numpy | 1.15.2 |
| statsmodels | 0.9.0 |
| pynetdicom | 1.2.0 |
| pybids | 0.12.4 |
| scipy | 1.5.4 |
| nibabel | 3.2.1 |
| nipype | 1.6.0 |
| reportlab | |
| scikit-image |

## Installation

```pip3 install cbicqc```  
```python setup.py install```


