Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.
/ dentistdataconv Public archive
forked from mhe/dentistdataconv

Python script for converting dentist volume data to better documented formats

License

Notifications You must be signed in to change notification settings

shchitaev/dentistdataconv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dentistdataconv (Python3)

This is a fork of the original https://github.com/mhe/dentistdataconv Change: Python3, fix code, add dicom writing, new packages, add requirements.txt

dentistdataconv.py is a simple Python script that converts volumetric dentist data to better documented volume formats: nrrd, MetaImage (mhd), and nifti (nii), dicom (dcm).

Installation with requirements.txt

pip3 install -r requirements.txt 

Dicom

Dicom writing is tested

Usage

The -h options shows how to use it:

Usage: dentistdataconv.py [options] inputdirectory outputbasename

Options:
  -h, --help       show this help message and exit
  -n, --nhdr       write nrrd header (nhdr)
  -m, --metaimage  write metaimage header (mhd)
  -i, --nifti      write nifti file (nii)
  -r, --raw        write raw data to file (used by header files)
  -d, --dicom      write dicom data to file (used by header files)

For example, the following command,

./dentistdataconv.py -n -m -r /path/to/datadirectory myvolume

License

See LICENSE.

About

Python script for converting dentist volume data to better documented formats

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%