Конвертация КТ-серии DICOM в объём NIfTI
★ 7.6 · content
dicom-series-to-volume is a Claude Code skill that converts a single CT DICOM series folder into a HU NIfTI volume with an affine matrix derived from DICOM headers. The primary entrypoint `scripts/series_to_volume.py` sorts slices by `ImagePositionPatient`, applies `RescaleSlope` and `RescaleIntercept`, builds the affine from orientation and spacing tags, and writes a `.nii.gz` file alongside a JSON summary containing `n_slices`, `spacing`, `affine`, `hu_range`, `output.axcodes`, and `runtime.conversion_seconds`. Created by the NVIDIA MedTech Team, it targets research CT preprocessing pipelines where a paired `dicom_volume_quality_v1` verifier can validate the output before it is fed to a segmentation model. Multi-frame DICOM, compressed transfer syntaxes (JPEG/JPEG2000/RLE), multi-series input, and any clinical or diagnostic use are explicitly out of scope.