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 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 " ,
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 " ,
Original file line number Diff line number Diff 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 """
You can’t perform that action at this time.
0 commit comments