Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kmnhan committed Apr 8, 2024
1 parent 60fb0d0 commit dc8204a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/erlab/analysis/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def curvature(darr: xr.DataArray, a0: float = 1.0, factor: float = 1.0) -> xr.Da
Parameters
----------
darr
The 2D DataArray for which to calculate the minimum gradient.
The 2D DataArray for which to calculate the curvature.
a0
The regularization constant. Reasonable values range from 0.001 to 10. Default
is 1.0.
Expand Down

0 comments on commit dc8204a

Please sign in to comment.