File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 268
268
" (selction based on the image file format specified by the caller). All images are converted to 2D grayscale\n " ,
269
269
" in [0,255] as follows:\n " ,
270
270
" * 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 " ,
272
272
" * for outlying intensity values.\n " ,
273
273
" * 3D images are converted to 2D using maximum intensity projection along the user specified projection axis.\n " ,
274
274
" Parameters\n " ,
372
372
" This function traverses the directory structure reading all DICOM series (a series can reside\n " ,
373
373
" in multiple directories). All images are converted to 2D grayscale in [0,255] as follows:\n " ,
374
374
" * 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 " ,
376
376
" * for outlying intensity values.\n " ,
377
377
" * 3D images are converted to 2D using maximum intensity projection along the user specified projection axis.\n " ,
378
378
" Parameters\n " ,
Original file line number Diff line number Diff line change @@ -611,7 +611,7 @@ class MultiImageDisplay(object):
611
611
slider. For color images the intensity control slider will be disabled. This
612
612
allows us to display both color and grayscale images in the same figure with
613
613
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
615
615
are displayed either in horizontal or vertical layout, depending on the
616
616
users choice.
617
617
"""
You can’t perform that action at this time.
0 commit comments