This modules serves to convert old Pinnacle CTs into the DICOM format. It can be called from the command line for batch processing, however an optional GUI is also available.
Currently, this module is the minimum viable product. It was tested with a single anonymized dataset, therefore many features that might be of interested are not yet available. Please feel free to contact me if you have any questions or suggestions!
The script requires you to provide two paths: the path to the Pinnacle CT directory and the path to the output directory. The Pinnacle CT directory needs to contain the following files:
├── Pinnacle CT directory
│ ├── *.img
│ ├── *.header
│ ├── *.ImageInfo
│ ├── *.ImageSet
To start conversion, run the following command:
$ pinn2dcm "path to Pinnacle CT directory" "path to output directory"
To start the GUI, run the fcommand without any arguments:
$ pinn2dcm
You can either download the repository manually and extract it, use git clone
, or install using pip:
$ pip install pinn2dcm
Note: If Python is not added to your PATH, you may need to preface the above commands with python -m
!
- Numpy
- Pydicom
If you have any questions or suggestions, please feel free to contact me at [email protected]!