Skip to content

Commit a3828c5

Browse files
committed
Fix README
1 parent 4101c84 commit a3828c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ sigma_map_3d = fsigma(data_3d, (xsize, ysize, zsize))
6060

6161
- `input_data`: Input NumPy array (2D or 3D, will be converted to float64)
6262
- `window_size`: tuple with window sizes. Must be odd positive integers.
63-
- `exclude_center`: Optional, if 1, exclude center pixel/voxel from median calculation; if 0, include it (default: 0)
63+
- `exclude_center`: Optional, if 1, exclude center pixel/voxel from filter calculation; if 0, include it (default: 0)
6464

6565
## Returns
6666

67-
- NumPy array of same shape as input, containing filtered median values (float64)
67+
- NumPy array of same shape as input, containing filtered values (float64)
6868

6969
## Examples
7070

0 commit comments

Comments
 (0)