commit 97866f88a198885089d9b3b364a42ad8c9e71899 parent 0f18a9bc99976995719a4f1b0e44baa4545521ff Author: Vincent Forest <vincent.forest@meso-star.com> Date: Mon, 20 Feb 2023 15:48:05 +0100 htrdr: adjust the image legend of the planeto spk Diffstat:
| M | htrdr/htrdr_build.sh | | | 9 | +++------ |
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/htrdr/htrdr_build.sh b/htrdr/htrdr_build.sh @@ -373,12 +373,9 @@ planetospk() echo " <div class=\"caption\">" echo " Images rendered by <a" echo " href=\"man/man1/htrdr-planeto.1.html\">htrdr-planeto</a> from the random01" - echo " dataset. These renderings make possible to test the capabilities of" - echo " htrdr-planeto in terms of CPU computation time (both for the pre-processing" - echo " phase and the actual radiative transfer computation) and memory management." - echo " The infrared image is a map of brightness temperature, in Kelvins. Cold" - echo " zones (in altitude) or highly reflective (= weakly emitting) zones are made" - echo " visible because of their lower specific intensity." + echo " dataset. The infrared image (bottom) is a map of brightness temperature, in" + echo " Kelvins. Cold zones (in altitude) or highly reflective (i.e. weakly emitting)" + echo " zones are made visible because of their lower specific intensity." echo " </div>" echo "</div>"