diff --git a/config.yml b/config.yml index 61782ae..1453fb4 100644 --- a/config.yml +++ b/config.yml @@ -141,6 +141,7 @@ inputs: # `models` holds the configuration data for each model # the slugs are ids for AMDA targets: + - type: 'planet' slug: 'mercury' name: 'Mercury' @@ -164,7 +165,7 @@ targets: sb: - slug: 'tao_mercury_stb' locked: false - default: true + default: false - type: 'planet' slug: 'venus' name: 'Venus' @@ -227,7 +228,7 @@ targets: vtot: 'Vel' temp: 'Temp' locked: false - default: true + default: false - type: 'planet' slug: 'mars' name: 'Mars' @@ -251,7 +252,7 @@ targets: sb: - slug: 'tao_mars_stb' locked: false - default: true + default: false - type: 'planet' slug: 'jupiter' name: 'Jupiter' @@ -352,6 +353,30 @@ targets: - slug: 'tao_nep_stb' locked: false default: false + # Bepi Colombo source slug, put it just before the Bepi Colombo data slug + - type: 'source' + slug: 'bepi_src' + name: 'SoloColombo Source' + title: 'SoloColombo Source' + orbit: + models: + - slug: 'bepi_cruise_all' + - slug: 'earth_orb_all' + models: + om: + - slug: 'tao_mercury_sw' + art: + - slug: 'tao_mercury_swrt' + dsc: + - slug: 'tao_mercury_dsc' + solo: + - slug: 'tao_mercury_solo' + sa: + - slug: 'tao_mercury_sta' + sb: + - slug: 'tao_mercury_stb' + locked: false + default: false - type: 'probe' slug: 'bepi' name: 'BepiColombo' @@ -369,6 +394,30 @@ targets: - slug: 'tao_bepi_sta' locked: false default: false + # Solar Orbiter source slug, put it just before the Solar Orbiter data slug + - type: 'source' + slug: 'solo_src' + name: 'Solo Source' + title: 'Solo Source' + orbit: + models: + - slug: 'so_orb_all' + - slug: 'earth_orb_all' + models: + om: + - slug: 'tao_mercury_sw' + art: + - slug: 'tao_mercury_swrt' + dsc: + - slug: 'tao_mercury_dsc' + solo: + - slug: 'tao_mercury_solo' + sa: + - slug: 'tao_mercury_sta' + sb: + - slug: 'tao_mercury_stb' + locked: false + default: false - type: 'probe' slug: 'solo' name: 'SolarOrbiter' @@ -385,6 +434,30 @@ targets: # sa: # - slug: 'tao_so_sw' locked: false + default: true + # Parker Solar Probe source slug, put it just before the Parker Solar Probe data slug + - type: 'source' + slug: 'psp_src' + name: 'Parker Source' + title: 'Parker Source' + orbit: + models: + - slug: 'psp_orb_all' + - slug: 'earth_orb_all' + models: + om: + - slug: 'tao_mercury_sw' + art: + - slug: 'tao_mercury_swrt' + dsc: + - slug: 'tao_mercury_dsc' + solo: + - slug: 'tao_mercury_solo' + sa: + - slug: 'tao_mercury_sta' + sb: + - slug: 'tao_mercury_stb' + locked: false default: false - type: 'probe' slug: 'psp' -- libgit2 0.21.2