Skip to content

Commit

Permalink
added docstring for file
Browse files Browse the repository at this point in the history
  • Loading branch information
dave3d committed Aug 2, 2024
1 parent 919e3a5 commit d292782
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dicom2stl/utils/vtk2sitk.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env python

""" function for converting a VTK image to a SimpleITK image """

import SimpleITK as sitk
import vtk
import vtk.util.numpy_support as vtknp
Expand Down

0 comments on commit d292782

Please sign in to comment.