convertingNRRD - VolumeRC/AtlasConversionScripts GitHub Wiki

Converting a NRRD file

The convertNRRD.py script allows you to convert a NRRD file into an atlas. It does not search recursively for several NRRD files.

Required packages

The script requires the following python packages:

Usage

The script takes two input arguments. The <InputFile> containing the volume data .nrrd file and the <OutputFile> name where the atlas will be stored. In case the output path does not exists, it will be created.

python convertDICOM.py <InputFile> <OutputFileName>
⚠️ **GitHub.com Fallback** ⚠️