Skip to content

Commit

Permalink
consolidate multispectral and thermal
Browse files Browse the repository at this point in the history
  • Loading branch information
smathermather committed Oct 20, 2024
1 parent e8e08c4 commit a03cf75
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 28 deletions.
1 change: 0 additions & 1 deletion source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ The documentation is available in several languages. Some translations are incom
resources
flying
multispectral
thermal
requesting-features
contributing
faq
33 changes: 33 additions & 0 deletions source/multispectral.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#################################
Multispectral and Thermal Support
#################################

Multispectral Support
=====================

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

* output_dir/odm_orthophoto.tif could be open with `QGIS <https://qgis.org/>`_ with correct band names

Thermal Support
===============

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.

.. figure:: images/thermal.jpeg
:alt: Screen shot of thermal imagery as displayed in WebODM
:align: center

Hardware
--------

While we aim to support as many cameras as possible, thermal support has been developed using the following cameras, so they will work better:

* `MicaSense Altum <https://www.micasense.com/>`_
* `DJI Zenmuse XT <https://www.dji.com/zenmuse-xt>`_
* `DJI Zenmuse H20 Series <https://enterprise.dji.com/zenmuse-h20-series>`_

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.

Usage
-----

Process the images using the `--radiometric-calibration camera` parameter to enable radiometric calibration.


`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>`_!

27 changes: 0 additions & 27 deletions source/thermal.rst

This file was deleted.

0 comments on commit a03cf75

Please sign in to comment.