From 8f025dc5b94027c5ac788a77bbf0cafd4ae17b74 Mon Sep 17 00:00:00 2001 From: Stephen Mather <1174901+smathermather@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:21:26 -0400 Subject: [PATCH] Include info on CODEM --- opendm/config.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/opendm/config.py b/opendm/config.py index b1d195e95..a493e5a44 100755 --- a/opendm/config.py +++ b/opendm/config.py @@ -592,7 +592,11 @@ def config(argv=None, parser=None): action=StoreValue, default=None, help=('Path to a GeoTIFF DEM or a LAS/LAZ point cloud ' - 'that the reconstruction outputs should be automatically aligned to. Experimental. ' + 'that the reconstruction outputs should be automatically aligned to. ' + 'Uses CODEM (https://github.com/NCALM-UH/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 .' + 'Experimental. ' 'Default: %(default)s')) parser.add_argument('--use-exif',