Commit 9b42ee9892c6f5004c09fcafefc2a61f05054425

Authored by hitier
1 parent 0e085a4c
Exists in rhitier-dev

Add Probes sources config

Showing 1 changed file with 76 additions and 3 deletions   Show diff stats
@@ -141,6 +141,7 @@ inputs: @@ -141,6 +141,7 @@ inputs:
141 # `models` holds the configuration data for each model 141 # `models` holds the configuration data for each model
142 # the slugs are ids for AMDA 142 # the slugs are ids for AMDA
143 targets: 143 targets:
  144 +
144 - type: 'planet' 145 - type: 'planet'
145 slug: 'mercury' 146 slug: 'mercury'
146 name: 'Mercury' 147 name: 'Mercury'
@@ -164,7 +165,7 @@ targets: @@ -164,7 +165,7 @@ targets:
164 sb: 165 sb:
165 - slug: 'tao_mercury_stb' 166 - slug: 'tao_mercury_stb'
166 locked: false 167 locked: false
167 - default: true 168 + default: false
168 - type: 'planet' 169 - type: 'planet'
169 slug: 'venus' 170 slug: 'venus'
170 name: 'Venus' 171 name: 'Venus'
@@ -227,7 +228,7 @@ targets: @@ -227,7 +228,7 @@ targets:
227 vtot: 'Vel' 228 vtot: 'Vel'
228 temp: 'Temp' 229 temp: 'Temp'
229 locked: false 230 locked: false
230 - default: true 231 + default: false
231 - type: 'planet' 232 - type: 'planet'
232 slug: 'mars' 233 slug: 'mars'
233 name: 'Mars' 234 name: 'Mars'
@@ -251,7 +252,7 @@ targets: @@ -251,7 +252,7 @@ targets:
251 sb: 252 sb:
252 - slug: 'tao_mars_stb' 253 - slug: 'tao_mars_stb'
253 locked: false 254 locked: false
254 - default: true 255 + default: false
255 - type: 'planet' 256 - type: 'planet'
256 slug: 'jupiter' 257 slug: 'jupiter'
257 name: 'Jupiter' 258 name: 'Jupiter'
@@ -352,6 +353,30 @@ targets: @@ -352,6 +353,30 @@ targets:
352 - slug: 'tao_nep_stb' 353 - slug: 'tao_nep_stb'
353 locked: false 354 locked: false
354 default: false 355 default: false
  356 + # Bepi Colombo source slug, put it just before the Bepi Colombo data slug
  357 + - type: 'source'
  358 + slug: 'bepi_src'
  359 + name: 'SoloColombo Source'
  360 + title: 'SoloColombo Source'
  361 + orbit:
  362 + models:
  363 + - slug: 'bepi_cruise_all'
  364 + - slug: 'earth_orb_all'
  365 + models:
  366 + om:
  367 + - slug: 'tao_mercury_sw'
  368 + art:
  369 + - slug: 'tao_mercury_swrt'
  370 + dsc:
  371 + - slug: 'tao_mercury_dsc'
  372 + solo:
  373 + - slug: 'tao_mercury_solo'
  374 + sa:
  375 + - slug: 'tao_mercury_sta'
  376 + sb:
  377 + - slug: 'tao_mercury_stb'
  378 + locked: false
  379 + default: false
355 - type: 'probe' 380 - type: 'probe'
356 slug: 'bepi' 381 slug: 'bepi'
357 name: 'BepiColombo' 382 name: 'BepiColombo'
@@ -369,6 +394,30 @@ targets: @@ -369,6 +394,30 @@ targets:
369 - slug: 'tao_bepi_sta' 394 - slug: 'tao_bepi_sta'
370 locked: false 395 locked: false
371 default: false 396 default: false
  397 + # Solar Orbiter source slug, put it just before the Solar Orbiter data slug
  398 + - type: 'source'
  399 + slug: 'solo_src'
  400 + name: 'Solo Source'
  401 + title: 'Solo Source'
  402 + orbit:
  403 + models:
  404 + - slug: 'so_orb_all'
  405 + - slug: 'earth_orb_all'
  406 + models:
  407 + om:
  408 + - slug: 'tao_mercury_sw'
  409 + art:
  410 + - slug: 'tao_mercury_swrt'
  411 + dsc:
  412 + - slug: 'tao_mercury_dsc'
  413 + solo:
  414 + - slug: 'tao_mercury_solo'
  415 + sa:
  416 + - slug: 'tao_mercury_sta'
  417 + sb:
  418 + - slug: 'tao_mercury_stb'
  419 + locked: false
  420 + default: false
372 - type: 'probe' 421 - type: 'probe'
373 slug: 'solo' 422 slug: 'solo'
374 name: 'SolarOrbiter' 423 name: 'SolarOrbiter'
@@ -385,6 +434,30 @@ targets: @@ -385,6 +434,30 @@ targets:
385 # sa: 434 # sa:
386 # - slug: 'tao_so_sw' 435 # - slug: 'tao_so_sw'
387 locked: false 436 locked: false
  437 + default: true
  438 + # Parker Solar Probe source slug, put it just before the Parker Solar Probe data slug
  439 + - type: 'source'
  440 + slug: 'psp_src'
  441 + name: 'Parker Source'
  442 + title: 'Parker Source'
  443 + orbit:
  444 + models:
  445 + - slug: 'psp_orb_all'
  446 + - slug: 'earth_orb_all'
  447 + models:
  448 + om:
  449 + - slug: 'tao_mercury_sw'
  450 + art:
  451 + - slug: 'tao_mercury_swrt'
  452 + dsc:
  453 + - slug: 'tao_mercury_dsc'
  454 + solo:
  455 + - slug: 'tao_mercury_solo'
  456 + sa:
  457 + - slug: 'tao_mercury_sta'
  458 + sb:
  459 + - slug: 'tao_mercury_stb'
  460 + locked: false
388 default: false 461 default: false
389 - type: 'probe' 462 - type: 'probe'
390 slug: 'psp' 463 slug: 'psp'