Skip to content

Commit 45c3cd8

Browse files
authored
Missed a few "dicom2stl.py"s
1 parent 1d7e56c commit 45c3cd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dicom2stl
66

77
Tutorial: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dave3d/dicom2stl/main?filepath=examples%2FTutorial.ipynb)
88

9-
dicom2stl.py is a script that takes a [Dicom](https://www.dicomstandard.org/about/)
9+
dicom2stl is a script that takes a [Dicom](https://www.dicomstandard.org/about/)
1010
series and generates a STL surface mesh.
1111

1212
Written by David T. Chen from the National Institute of Allergy & Infectious Diseases (NIAID),
@@ -29,7 +29,7 @@ Once you have a DICOM image series zip you can run your first script (Ensure tha
2929
3030
This will create a .stl file named "output.stl" that extracted tissue from the DICOM image series.
3131

32-
How dicom2stl.py works
32+
How dicom2stl works
3333
======================
3434
The script starts by reading in a series of 2-d images or a simple 3-d image.
3535
It can read any format supported by ITK. If the input name is a zip file or

0 commit comments

Comments
 (0)