Skip to content

Commit 0d9f73d

Browse files
committed
Merge branch 'master' of github.com:jonasteuwen/SimpleITK-examples
2 parents 6182fa3 + bcc8bf8 commit 0d9f73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ An open source viewer (and more) for medical images is [Slicer 3D](http://slicer
66

77

88
Currently we have the Python examples:
9-
- *dcm_to_nrrd.py*: reads a complete dicom series from a folder and converts this to a nrrd file. Reads the window and level tags, and crops the image to this.
9+
- *dcm_to_nrrd.py*: reads a complete dicom series from a folder and converts this to a [nrrd](http://teem.sourceforge.net/nrrd/) file. Nrrd is a very convenient format to store medical images. The script reads the window and level tags of the DICOM series, and windows the intensity range to these.
1010
- *resample_isotropically.py*: An example to read in a image file, and resample the image to a new grid.
1111
- *resample_tests.py*: Several ways to downsample an image.
1212
- *apply_lut.py*: in some DICOM files there is a tag VOILUTFunction. This is an example on how to apply this.

0 commit comments

Comments
 (0)