htrdr-atmosphere-spk.sh (2064B)
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' "${atmspk_readme}" | sed '$d' # Intro 23 24 printf '[](images/city_thin_lens.jpg)\n' 25 printf '\n' 26 printf '> The image of the city scene rendered with\n' 27 printf "> \`htrdr-atmosphere\`.\n" 28 printf '> The thin lens camera used in this rendering focuses on\n' 29 printf '> background elements; the foreground vegetation is out of focus.\n' 30 printf '\n' 31 32 printf '## Downloads\n' 33 34 archs=$(find downloads -name "htrdr-Atmosphere-Starter-Pack*.tar.gz" \ 35 -o -name "High-Tune-Starter-Pack*.tar.gz" | sort -r) 36 printf '%s\n' "${archs}" | list_starter_packs 37 38 cat htrdr-atmosphere-netcdf.md.in 39 40 sed -n '/^## Quick start/,/^## Release notes/p' "${atmspk_readme}" | sed '$d' 41 42 sed -n '/^## Content/,/^### Water/p' "${atmspk_readme}" | sed '$d' 43 44 printf '[](images/DZVAR.jpg)\n\n' 45 printf '[](images/DZVAR2.jpg)\n\n' 46 printf '[](images/L12km_BOMEX.jpg)\n\n' 47 printf '[](images/L25_Fire.jpg)\n\n' 48 printf '\n' 49 printf '> Images of the DZVAR, DZVAR2, L12km_BOMEX and L25_Fire scenes\n' 50 printf "> rendered with \"htrdr-atmosphere\".\n" 51 52 sed -n '/^### Water/,/^## Quick start/p' "${atmspk_readme}" | sed '$d' 53 54 sed -n '/^## Release notes/,$p' "${atmspk_readme}"