From 5ad437858f203e2594bf46eaaa1924a3b832991e Mon Sep 17 00:00:00 2001 From: Ferdinand Schenck Date: Tue, 12 Mar 2024 15:46:21 +0100 Subject: [PATCH 1/2] Fix link in coregistration.md --- doc/source/coregistration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/coregistration.md b/doc/source/coregistration.md index 5c98d869..9e5d4f97 100644 --- a/doc/source/coregistration.md +++ b/doc/source/coregistration.md @@ -151,7 +151,7 @@ aligned_dem = nuth_kaab.apply(tba_dem) - **Recommended for:** Data with no horizontal offset and low to moderate rotational differences. Tilt correction works by estimating and correcting for an 1-order polynomial over the entire dDEM between a reference and the DEM to be aligned. -This may be useful for correcting small rotations in the dataset, or nonlinear errors that for example often occur in structure-from-motion derived optical DEMs (e.g. Rosnell and Honkavaara [2012](https://doi.org/10.3390/s120100453); Javernick et al. [2014](https://doi.org/10.1016/j.geomorph.2014.01.006); Girod et al. [2017](https://doi.org/10.5194/tc-11827-2017)). +This may be useful for correcting small rotations in the dataset, or nonlinear errors that for example often occur in structure-from-motion derived optical DEMs (e.g. Rosnell and Honkavaara [2012](https://doi.org/10.3390/s120100453); Javernick et al. [2014](https://doi.org/10.1016/j.geomorph.2014.01.006); Girod et al. [2017](https://doi.org/10.5194/tc-11-827-2017)). ### Limitations From 042e0acb4b0886e5878a4d0fd2926c47fd2426db Mon Sep 17 00:00:00 2001 From: Romain Hugonnet Date: Tue, 12 Mar 2024 11:55:50 -0800 Subject: [PATCH 2/2] Mirror change to biascorr --- doc/source/biascorr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/biascorr.md b/doc/source/biascorr.md index 7dfae8d3..ef83b8a8 100644 --- a/doc/source/biascorr.md +++ b/doc/source/biascorr.md @@ -92,7 +92,7 @@ inlier_mask = glacier_outlines.create_mask(ref_dem) - **Recommended for:** Residuals from camera model. Deramping works by estimating and correcting for an N-degree polynomial over the entire dDEM between a reference and the DEM to be aligned. -This may be useful for correcting small rotations in the dataset, or nonlinear errors that for example often occur in structure-from-motion derived optical DEMs (e.g. Rosnell and Honkavaara [2012](https://doi.org/10.3390/s120100453); Javernick et al. [2014](https://doi.org/10.1016/j.geomorph.2014.01.006); Girod et al. [2017](https://doi.org/10.5194/tc-11827-2017)). +This may be useful for correcting small rotations in the dataset, or nonlinear errors that for example often occur in structure-from-motion derived optical DEMs (e.g. Rosnell and Honkavaara [2012](https://doi.org/10.3390/s120100453); Javernick et al. [2014](https://doi.org/10.1016/j.geomorph.2014.01.006); Girod et al. [2017](https://doi.org/10.5194/tc-11-827-2017)). ### Limitations