Metadata-Version: 2.1
Name: hemistat
Version: 0.0.1
Summary: Hemispheric analysis and visualization of NIfTI stat maps
Author-email: Eric Yates <ey@ericyates.me>
License: MIT
Project-URL: Homepage, https://github.com/neurodevs/hemistat
Project-URL: Repository, https://github.com/neurodevs/hemistat
Keywords: neuroimaging,nifti,brain,laterality,visualization,fmri
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nibabel>=3.0
Requires-Dist: nilearn>=0.10
Requires-Dist: numpy>=1.21
Requires-Dist: matplotlib>=3.5
Requires-Dist: scipy>=1.7

# hemistat

Hemispheric analysis and visualization of NIfTI stat maps.

Generates a single PNG with all active slices across axial, coronal, and sagittal planes,
hemisphere-split sagittal layout, L/R asymmetry section with lateralization score, and
a per-hemisphere region table using the Harvard-Oxford atlas.

## Install

```bash
pip install hemistat
```

## Status

Early development. API not yet stable.
