diff --git a/config.yml b/config.yml index 87c2575..61782ae 100644 --- a/config.yml +++ b/config.yml @@ -353,6 +353,57 @@ targets: locked: false default: false - type: 'probe' + slug: 'bepi' + name: 'BepiColombo' + title: 'BepiColombo' + orbit: + models: + - slug: 'bepi_cruise_all' +# - slug: 'mercury_orb_all' + models: + om: + - slug: 'tao_bepi_sw' + art: + - slug: 'tao_bepi_swrt' + sa: + - slug: 'tao_bepi_sta' + locked: false + default: false + - type: 'probe' + slug: 'solo' + name: 'SolarOrbiter' + title: 'SolarOrbiter' + orbit: + models: + - slug: 'so_orb_all' +# - slug: 'earth_orb_all' + models: + om: + - slug: 'tao_so_sw' + art: + - slug: 'tao_so_swrt' +# sa: +# - slug: 'tao_so_sw' + locked: false + default: false + - type: 'probe' + slug: 'psp' + name: 'Parker Solar Probe' + title: 'Parker Solar Probe' + orbit: + models: + - slug: 'psp_orb_all' +# - slug: 'earth_orb_all' + models: + om: + - slug: 'tao_psp_sw' + art: + - slug: 'tao_psp_swrt' + sa: + - slug: 'tao_psp_sta' + locked: false + default: false + - type: 'probe' slug: 'rosetta' name: 'Rosetta' title: 'Rosetta' diff --git a/web/static/img/target/bepi_128.png b/web/static/img/target/bepi_128.png new file mode 100644 index 0000000..4192dd2 Binary files /dev/null and b/web/static/img/target/bepi_128.png differ diff --git a/web/static/img/target/bepi_256.png b/web/static/img/target/bepi_256.png new file mode 100644 index 0000000..d8ac426 Binary files /dev/null and b/web/static/img/target/bepi_256.png differ diff --git a/web/static/img/target/psp_128.png b/web/static/img/target/psp_128.png new file mode 100644 index 0000000..06da32a Binary files /dev/null and b/web/static/img/target/psp_128.png differ diff --git a/web/static/img/target/psp_256.png b/web/static/img/target/psp_256.png new file mode 100644 index 0000000..12ef1e3 Binary files /dev/null and b/web/static/img/target/psp_256.png differ diff --git a/web/static/img/target/solo_128.png b/web/static/img/target/solo_128.png new file mode 100644 index 0000000..22ac840 Binary files /dev/null and b/web/static/img/target/solo_128.png differ diff --git a/web/static/img/target/solo_256.png b/web/static/img/target/solo_256.png new file mode 100644 index 0000000..d1a9793 Binary files /dev/null and b/web/static/img/target/solo_256.png differ -- libgit2 0.21.2