File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -828,7 +828,7 @@ retrieving individual frames from segmentation images in which each frame size
828828is not divisible by 8 becomes problematic. For this reason, as well as for
829829space efficiency (sparse segmentations tend to compress very well), we
830830therefore strongly recommend using ``"JPEG2000Lossless" `` compression with
831- ``"BINRARY " `` segmentations. This is the only compression method currently
831+ ``"BINARY " `` segmentations. This is the only compression method currently
832832supported for ``"BINARY" `` segmentations. However, beware that reading these
833833single-bit JPEG 2000 images may not be supported by all other tools and
834834viewers.
Original file line number Diff line number Diff line change @@ -478,7 +478,7 @@ def __init__(
478478 'integers.'
479479 )
480480
481- # Use hard-coded tags to avoid the keywork dictionary lookup
481+ # Use hard-coded tags to avoid the keyword dictionary lookup
482482 # (this constructor is called a large number of times in large
483483 # multiframe images, so some optimization makes sense)
484484 x_tag = 0x0040072a # XOffsetInSlideCoordinateSystem
Original file line number Diff line number Diff line change @@ -1428,7 +1428,7 @@ def test_from_image(self):
14281428 assert specimen_context .specimen_type == codes .SCT .TissueSection
14291429
14301430 def test_from_image_no_specimen_type (self ):
1431- # Specimen type is optional, for_image method should cope corectly if
1431+ # Specimen type is optional, for_image method should cope correctly if
14321432 # it is missing
14331433 image = deepcopy (self ._sm_image )
14341434 delattr (
You can’t perform that action at this time.
0 commit comments