Skip to content

qurit/intf2dicom_dosimetry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

To convert interfiles to DICOM:

  1. Clone this repository to /path/to/intf2dicom_dosimetry
  2. In whatever python script your using, add sys.path.append('/path/to/intf2dicom_dosimetry/src') at the top of the script
  3. Then from intf2dicom_dosimetry import intf2dcm.
  4. Make sure the interfile header and data are in the same directory. Then use intf2dcm(headerfile_path) to convert the interfile header to a pydicom dataset.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages