Skip to content

Script to convert an Eyeplan Excel dose file to a DICOM RT Dose file

License

Notifications You must be signed in to change notification settings

bastula/eyeplantodicom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eyeplantodicom

A Python script used to convert an Eyeplan Excel dose file to a DICOM RT Dose file.

Required files:

  • Eyeplan dose file in Excel format
  • Existing DICOM RT Dose file to model the output dose upon (new UIDs will be generated automatically)
    • An example anonymized file is provided in the repository as rtdose.dcm

The code has been tested on Python 2 and requires the following modules:

  • numpy - used to process the data
  • scipy - used to interpolate the dose grid
  • openpyxl - used to read Excel 2007/2010 xlsx files
  • pandas - used to process the Excel file
  • pydicom - used to read and write DICOM data

All script configuration options are documented by running the eyeplantodicom.py command with the argument --help

About

Script to convert an Eyeplan Excel dose file to a DICOM RT Dose file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages