From 08d84b6b7039b696e7d8f3622d3d029766b1719a Mon Sep 17 00:00:00 2001 From: Stephen Mather Date: Sat, 19 Oct 2024 13:36:12 -0400 Subject: [PATCH] remove top level align reference --- source/align.rst | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 source/align.rst diff --git a/source/align.rst b/source/align.rst deleted file mode 100644 index 6ef285cbc..000000000 --- a/source/align.rst +++ /dev/null @@ -1,13 +0,0 @@ -############### -Alignment Files -############### - -Georeferencing by default is done using GPS or GCPs (if provided). - -Starting from ODM ``3.0.2`` people can supply a reference alignment file to georeference the program outputs. The reconstruction will be initially performed using GPS/GCPs and will subsequently be aligned to the reference model via a linear scaling/rotation/shift operation. - -If you supply a file called ``align.laz``, ``align.las`` or ``align.tif`` (single band GeoTIFF DEM) then ODM will automatically detect it and attempt to align outputs to this reference model. If it has another name you can specify using ``--align ``. - -The alignment file must be created in the base of your project folder. The base folder is usually where you have stored your images. - -`Learn to edit `_ and help improve `this page `_!