Skip to content

Commit

Permalink
fix docstring in tiler according to CR
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoarbitrio committed Mar 9, 2021
1 parent d0a6af6 commit 9a67ff8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/histolab/tiler.py
Expand Up @@ -97,7 +97,7 @@ def locate_tiles(
----------
slide : Slide
Slide reference where placing the tiles
extraction_mask : BinaryMask
extraction_mask : BinaryMask, optional
BinaryMask object defining how to compute a binary mask from a Slide.
Default `BiggestTissueBoxMask`
scale_factor: int
Expand Down Expand Up @@ -278,7 +278,7 @@ def extract(
----------
slide : Slide
Slide from which to extract the tiles
extraction_mask : BinaryMask
extraction_mask : BinaryMask, optional
BinaryMask object defining how to compute a binary mask from a Slide.
Default `BiggestTissueBoxMask`.
log_level : str, {"DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"}
Expand Down Expand Up @@ -370,7 +370,7 @@ def _grid_coordinates_generator(
slide : Slide
Slide from which to calculate the coordinates. Needed to calculate the
tissue area.
extraction_mask : BinaryMask
extraction_mask : BinaryMask, optional
BinaryMask object defining how to compute a binary mask from a Slide.
Default `BiggestTissueBoxMask`.
Expand Down Expand Up @@ -403,7 +403,7 @@ def _tiles_generator(
----------
slide : Slide
Slide from which to extract the tiles
extraction_mask : BinaryMask
extraction_mask : BinaryMask, optional
BinaryMask object defining how to compute a binary mask from a Slide.
Default `BiggestTissueBoxMask`.
Expand Down Expand Up @@ -528,7 +528,7 @@ def extract(
----------
slide : Slide
Slide from which to extract the tiles
extraction_mask : BinaryMask
extraction_mask : BinaryMask, optional
BinaryMask object defining how to compute a binary mask from a Slide.
Default `BiggestTissueBoxMask`.
log_level: str, {"DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"}
Expand Down Expand Up @@ -590,7 +590,7 @@ def _random_tile_coordinates(
----------
slide : Slide
Slide from which calculate the coordinates. Needed to calculate the box.
extraction_mask : BinaryMask
extraction_mask : BinaryMask, optional
BinaryMask object defining how to compute a binary mask from a Slide.
Default `BiggestTissueBoxMask`.
Expand Down Expand Up @@ -637,7 +637,7 @@ def _tiles_generator(
----------
slide : Slide
The Whole Slide Image from which to extract the tiles.
extraction_mask : BinaryMask
extraction_mask : BinaryMask, optional
BinaryMask object defining how to compute a binary mask from a Slide.
Default `BiggestTissueBoxMask`.
Expand Down Expand Up @@ -746,7 +746,7 @@ def extract(
----------
slide : Slide
Slide from which to extract the tiles
extraction_mask : BinaryMask
extraction_mask : BinaryMask, optional
BinaryMask object defining how to compute a binary mask from a Slide.
Default `BiggestTissueBoxMask`.
report_path : str, optional
Expand Down Expand Up @@ -800,7 +800,7 @@ def _tiles_generator(
----------
slide : Slide
The slide to extract the tiles from.
extraction_mask : BinaryMask
extraction_mask : BinaryMask, optional
BinaryMask object defining how to compute a binary mask from a Slide.
Default `BiggestTissueBoxMask`.
Expand Down Expand Up @@ -920,7 +920,7 @@ def _scores(
----------
slide : Slide
The slide to extract the tiles from.
extraction_mask : BinaryMask
extraction_mask : BinaryMask, optional
BinaryMask object defining how to compute a binary mask from a Slide.
Default `BiggestTissueBoxMask`.
Expand Down

0 comments on commit 9a67ff8

Please sign in to comment.