From a03cf7553e3d150c0f4da3d4e4742ae4b18af892 Mon Sep 17 00:00:00 2001 From: Stephen Mather Date: Sat, 19 Oct 2024 20:54:49 -0400 Subject: [PATCH] consolidate multispectral and thermal --- source/index.rst | 1 - source/multispectral.rst | 33 +++++++++++++++++++++++++++++++++ source/thermal.rst | 27 --------------------------- 3 files changed, 33 insertions(+), 28 deletions(-) delete mode 100644 source/thermal.rst diff --git a/source/index.rst b/source/index.rst index 44761f60b5..d6844c3d3a 100644 --- a/source/index.rst +++ b/source/index.rst @@ -58,7 +58,6 @@ The documentation is available in several languages. Some translations are incom resources flying multispectral - thermal requesting-features contributing faq diff --git a/source/multispectral.rst b/source/multispectral.rst index 6df6e77a2b..29f4c7e4c5 100644 --- a/source/multispectral.rst +++ b/source/multispectral.rst @@ -1,3 +1,7 @@ +################################# +Multispectral and Thermal Support +################################# + Multispectral Support ===================== @@ -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 `_ 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 `_ + * `DJI Zenmuse XT `_ + * `DJI Zenmuse H20 Series `_ + +Other cameras might also work. You can help us expand this list by `sharing datasets `_ captured with other cameras. + +Usage +----- + +Process the images using the `--radiometric-calibration camera` parameter to enable radiometric calibration. + + +`Learn to edit `_ and help improve `this page `_! + diff --git a/source/thermal.rst b/source/thermal.rst deleted file mode 100644 index eacfb89488..0000000000 --- a/source/thermal.rst +++ /dev/null @@ -1,27 +0,0 @@ -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 `_ - * `DJI Zenmuse XT `_ - * `DJI Zenmuse H20 Series `_ - -Other cameras might also work. You can help us expand this list by `sharing datasets `_ captured with other cameras. - -Usage ------ - -Process the images using the `--radiometric-calibration camera` parameter to enable radiometric calibration. - - -`Learn to edit `_ and help improve `this page `_!