Skip to content

TechnionComputationalMRILab/dicompiler2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DICOMpiler2

Simple DICOM processing tool: This tool converts a directory of DICOM files to either zipped DICOM folders or niigz, organized by series description or by series UIDs.

Usage

python main.py /path/to/dicom_directory -o /path/to/output_directory -f niigz -n desc
  • -o or --output: Directory where the output files will be saved (default: current directory).
  • -f or --format: Output format: 'zip' for zipped DICOM folders, 'niigz' for NIfTI-GZ files (default: 'niigz').
  • -n or --name: Naming convention for output files: 'desc' for series description with series number, 'uid' for series instance UID (default: 'uid').
  • -v or --verbose: Enable verbose output to show progress.
  • -h or --help: Show help message and exit.

About

Simple DICOM processing tool - convert to niigz, organize by series description, etc.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages