Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed May 23, 2024
1 parent 8c7d0d9 commit 0b572cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/coregistration.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ vshift.fit(ref_dem, tba_dem, inlier_mask=inlier_mask)
shifted_dem = vshift.apply(tba_dem)
# Use median shift instead
vshift_median = coreg.VerticalShift(vshift_func=np.median)
vshift_median = coreg.VerticalShift(vshift_reduc_func=np.median)
```

## ICP
Expand Down

0 comments on commit 0b572cf

Please sign in to comment.