Skip to content

Commit a03cf75

Browse files
committed
consolidate multispectral and thermal
1 parent e8e08c4 commit a03cf75

File tree

3 files changed

+33
-28
lines changed

3 files changed

+33
-28
lines changed

source/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ The documentation is available in several languages. Some translations are incom
5858
resources
5959
flying
6060
multispectral
61-
thermal
6261
requesting-features
6362
contributing
6463
faq

source/multispectral.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#################################
2+
Multispectral and Thermal Support
3+
#################################
4+
15
Multispectral Support
26
=====================
37

@@ -53,3 +57,32 @@ While the Sentera AGX710 is not officially supported by ODM, the following workf
5357
python3 contrib/ndvi/rename_sentera_agx710_multispectral_tif.py output_dir/odm_orthophoto.tif
5458

5559
* output_dir/odm_orthophoto.tif could be open with `QGIS <https://qgis.org/>`_ with correct band names
60+
61+
Thermal Support
62+
===============
63+
64+
ODM has support for radiometric calibration of thermal data, which is able to generate temperature orthophotos from long-wave infrared (LWIR) cameras. LWIR images can be processed alone or as part of a multispectral dataset.
65+
66+
.. figure:: images/thermal.jpeg
67+
:alt: Screen shot of thermal imagery as displayed in WebODM
68+
:align: center
69+
70+
Hardware
71+
--------
72+
73+
While we aim to support as many cameras as possible, thermal support has been developed using the following cameras, so they will work better:
74+
75+
* `MicaSense Altum <https://www.micasense.com/>`_
76+
* `DJI Zenmuse XT <https://www.dji.com/zenmuse-xt>`_
77+
* `DJI Zenmuse H20 Series <https://enterprise.dji.com/zenmuse-h20-series>`_
78+
79+
Other cameras might also work. You can help us expand this list by `sharing datasets <https://community.opendronemap.org/c/datasets/10>`_ captured with other cameras.
80+
81+
Usage
82+
-----
83+
84+
Process the images using the `--radiometric-calibration camera` parameter to enable radiometric calibration.
85+
86+
87+
`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-first-contribution>`_ and help improve `this page <https://github.com/OpenDroneMap/docs/blob/publish/source/multispectral.rst>`_!
88+

source/thermal.rst

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)