htrdr-planets-spk.sh (1758B)
1 #!/bin/sh 2 3 # Copyright (C) 2017-2025 |Méso|Star> (contact@meso-star.com) 4 # 5 # This program is free software: you can redistribute it and/or modify 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation, either version 3 of the License, or 8 # (at your option) any later version. 9 # 10 # This program is distributed in the hope that it will be useful, 11 # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 # GNU General Public License for more details. 14 # 15 # You should have received a copy of the GNU General Public License 16 # along with this program. If not, see <http://www.gnu.org/licenses/>. 17 18 . "./config.sh.in" 19 20 set -e 21 22 sed -n '0,/^## Content/p' "${pntspk_readme}" \ 23 | sed '$d' \ 24 | sed "s/\${VERSION}/${pntspk_version}/g" 25 26 printf '## Downloads\n' 27 28 archs=$(find downloads -name "htrdr-Planets-Starter-Pack*.tar.gz" | sort -r) 29 printf '%s\n' "${archs}" | list_starter_packs 30 31 sed -n "/^## Content/,/^### \`sun_intensity_lite.bin\`/p" "${pntspk_readme}" \ 32 | sed '$d' 33 34 printf '[]' 35 printf '(images/random01_visible.jpg)\n' 36 printf '\n' 37 printf '> Images rendered by [htrdr-planets](man/man1/htrdr-planets.1.html)\n' 38 printf '> from the random01 dataset.\n' 39 printf '\n' 40 printf '[]' 41 printf '(images/random01_LW_10-12um.jpg)\n' 42 printf '\n' 43 printf '> Brightness temperature, in Kelvins of the random01 dataset.\n' 44 printf '> Cold zones (in altitude) or highly reflective (i.e. weakly emitting)\n' 45 printf '> zones are made visible because of their lower specific intensity.\n' 46 printf '\n' 47 48 sed -n '/^### `sun_intensity_lite.bin`/,$p' "${pntspk_readme}"