Commit 9b42ee9892c6f5004c09fcafefc2a61f05054425
1 parent
0e085a4c
Exists in
rhitier-dev
Add Probes sources config
Showing
1 changed file
with
76 additions
and
3 deletions
Show diff stats
config.yml
... | ... | @@ -141,6 +141,7 @@ inputs: |
141 | 141 | # `models` holds the configuration data for each model |
142 | 142 | # the slugs are ids for AMDA |
143 | 143 | targets: |
144 | + | |
144 | 145 | - type: 'planet' |
145 | 146 | slug: 'mercury' |
146 | 147 | name: 'Mercury' |
... | ... | @@ -164,7 +165,7 @@ targets: |
164 | 165 | sb: |
165 | 166 | - slug: 'tao_mercury_stb' |
166 | 167 | locked: false |
167 | - default: true | |
168 | + default: false | |
168 | 169 | - type: 'planet' |
169 | 170 | slug: 'venus' |
170 | 171 | name: 'Venus' |
... | ... | @@ -227,7 +228,7 @@ targets: |
227 | 228 | vtot: 'Vel' |
228 | 229 | temp: 'Temp' |
229 | 230 | locked: false |
230 | - default: true | |
231 | + default: false | |
231 | 232 | - type: 'planet' |
232 | 233 | slug: 'mars' |
233 | 234 | name: 'Mars' |
... | ... | @@ -251,7 +252,7 @@ targets: |
251 | 252 | sb: |
252 | 253 | - slug: 'tao_mars_stb' |
253 | 254 | locked: false |
254 | - default: true | |
255 | + default: false | |
255 | 256 | - type: 'planet' |
256 | 257 | slug: 'jupiter' |
257 | 258 | name: 'Jupiter' |
... | ... | @@ -352,6 +353,30 @@ targets: |
352 | 353 | - slug: 'tao_nep_stb' |
353 | 354 | locked: false |
354 | 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 | 380 | - type: 'probe' |
356 | 381 | slug: 'bepi' |
357 | 382 | name: 'BepiColombo' |
... | ... | @@ -369,6 +394,30 @@ targets: |
369 | 394 | - slug: 'tao_bepi_sta' |
370 | 395 | locked: false |
371 | 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 | 421 | - type: 'probe' |
373 | 422 | slug: 'solo' |
374 | 423 | name: 'SolarOrbiter' |
... | ... | @@ -385,6 +434,30 @@ targets: |
385 | 434 | # sa: |
386 | 435 | # - slug: 'tao_so_sw' |
387 | 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 | 461 | default: false |
389 | 462 | - type: 'probe' |
390 | 463 | slug: 'psp' | ... | ... |