yousefkotp commited on
Commit
fa7fa03
·
1 Parent(s): 39df7e9

docs: update READM file

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -62,7 +62,7 @@ mask_img.save("thumbnail_mask.png")
62
 
63
  ## Preparing the Thumbnail
64
 
65
- AtlasPatch generates thumbnails at **1.25× objective power** (power-based downsampling) and then clamps the longest side to **1024 px**. Using the same helper the library uses:
66
 
67
  ```python
68
  from atlas_patch.core.wsi import WSIFactory
 
62
 
63
  ## Preparing the Thumbnail
64
 
65
+ AtlasPatch generates thumbnails at **1.25× objective power** (power-based downsampling) and then resizes to **1024x1024 px**
66
 
67
  ```python
68
  from atlas_patch.core.wsi import WSIFactory