Metadata-Version: 2.3
Name: dcm2bids4ct
Version: 0.1.0
Summary: A wrapper for dcm2niix that adds BIDS-compliant CT metadata to JSON sidecars
Author: Christian Hinge
Author-email: Christian Hinge <christian.hinge@outlook.dk>
Requires-Dist: pydicom>=2.3.0
Requires-Dist: numpy>=1.20.0
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# dcm2bids4ct

A simple wrapper for dcm2niix that adds BIDS-compliant CT metadata to JSON sidecars.

## Installation

```bash
pip install git+https://github.com/ChristianHinge/dcm2bids4ct.git
```

Or clone and install:

```bash
git clone https://github.com/ChristianHinge/dcm2bids4ct.git
cd dcm2bids4ct
pip install -e .
```

## Usage

```bash
dcm2bids4ct /path/to/dicom/folder
```

Works exactly like dcm2niix, but automatically extracts CT metadata (tube voltage, dose, exposure, etc.) and adds it to the JSON sidecar.
