Skip to content

Commit

Permalink
Include info on CODEM
Browse files Browse the repository at this point in the history
  • Loading branch information
smathermather authored Sep 9, 2024
1 parent 2242d17 commit 8f025dc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion opendm/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 8f025dc

Please sign in to comment.