From eff3e1b51dfeffecc6d2618c9d8c4cbeaa308f8b Mon Sep 17 00:00:00 2001 From: Stephen Mather Date: Fri, 18 Oct 2024 21:46:24 -0400 Subject: [PATCH 1/2] add arguments_edit --- source/arguments_edit/align.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/arguments_edit/align.rst b/source/arguments_edit/align.rst index c76616871b..1da335a0a2 100644 --- a/source/arguments_edit/align.rst +++ b/source/arguments_edit/align.rst @@ -1,3 +1,12 @@ +See `Multi-temporal datasets for further usage information. `_ + Uses `CODEM `_, credits to Craig Glennie and the group at CRREL. The details of the method are available at https://github.com/NCALM-UH/CODEM/blob/main/docs/details.md. + +.. figure:: images/align_pc.gif + :alt: Animated gif comparing two separately processed, but aligned digital surface models. + :align: center + +Animated gif comparing two separately processed, but aligned digital surface models. + From 4aca3f7f1b53f1530426437f26adb1f2d7e551c2 Mon Sep 17 00:00:00 2001 From: Stephen Mather Date: Fri, 18 Oct 2024 21:54:05 -0400 Subject: [PATCH 2/2] add align in the correct location --- source/arguments/align.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/arguments/align.rst b/source/arguments/align.rst index 563a60688b..d81ef7f1d6 100644 --- a/source/arguments/align.rst +++ b/source/arguments/align.rst @@ -12,9 +12,17 @@ align Path to a GeoTIFF DEM or a LAS/LAZ point cloud that the reconstruction outputs should be automatically aligned to. Experimental. Default: ``None`` +See `Multi-temporal datasets for further usage information. `_ + Uses `CODEM `_, credits to Craig Glennie and the group at CRREL. The details of the method are available at https://github.com/NCALM-UH/CODEM/blob/main/docs/details.md. +.. figure:: images/align_pc.gif + :alt: Animated gif comparing two separately processed, but aligned digital surface models. + :align: center + +Animated gif comparing two separately processed, but aligned digital surface models. + `Learn to edit `_ and help improve `this page `_!