Skip to content

Commit 8dd0d41

Browse files
authored
Merge pull request #410 from dave3d/TwoSpellingBugs
couple of spelling bugs
2 parents d9a65e9 + 27dafb0 commit 8dd0d41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Python/71_Trust_But_Verify.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
" (selction based on the image file format specified by the caller). All images are converted to 2D grayscale\n",
269269
" in [0,255] as follows:\n",
270270
" * Images with three channels are assumed to be in sRGB color space and converted to grayscale.\n",
271-
" * Grayscale images are window-levelled using robust values for the window-level accomodating\n",
271+
" * Grayscale images are window-levelled using robust values for the window-level accommodating\n",
272272
" * for outlying intensity values.\n",
273273
" * 3D images are converted to 2D using maximum intensity projection along the user specified projection axis.\n",
274274
" Parameters\n",
@@ -372,7 +372,7 @@
372372
" This function traverses the directory structure reading all DICOM series (a series can reside\n",
373373
" in multiple directories). All images are converted to 2D grayscale in [0,255] as follows:\n",
374374
" * Images with three channels are assumed to be in sRGB color space and converted to grayscale.\n",
375-
" * Grayscale images are window-levelled using robust values for the window-level accomodating\n",
375+
" * Grayscale images are window-levelled using robust values for the window-level accommmodating\n",
376376
" * for outlying intensity values.\n",
377377
" * 3D images are converted to 2D using maximum intensity projection along the user specified projection axis.\n",
378378
" Parameters\n",

Python/gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ class MultiImageDisplay(object):
611611
slider. For color images the intensity control slider will be disabled. This
612612
allows us to display both color and grayscale images in the same figure with
613613
a consistent look to the controls. The range of the intensity slider is set
614-
to be from top/bottom 2% of intensities (accomodating for outliers). Images
614+
to be from top/bottom 2% of intensities (accommodating for outliers). Images
615615
are displayed either in horizontal or vertical layout, depending on the
616616
users choice.
617617
"""

0 commit comments

Comments
 (0)