diff --git a/config.yml-dist b/config.yml-dist index 96615c9..35edf2d 100644 --- a/config.yml-dist +++ b/config.yml-dist @@ -109,8 +109,8 @@ inputs: name: "ACE-RT" desc: "ACE Real ime" - slug: "dsc" - name: "DISCOVR" - desc: "DISCOVR" + name: "DISCOVER" + desc: "DISCOVER" - slug: "solo" name: "SOLAR-O" desc: "Solar Orbiter" @@ -144,6 +144,78 @@ inputs: # the slugs are ids for AMDA targets: + - type: 'input' + slug: 'om' + name: 'OMNI' + title: 'Omni' + orbit: + models: + - slug: 'mercury-orb-all' + parameters: + xy_hee: 'xyz_mercury_hee' + models: + om: + - slug: 'omni-hour-all' + parameters: + dens: 'omni_sw_n' + vtot: 'omni_sw_v' + temp: 'omni_sw_t' + pdyn: 'omni_sw_ram' + xy_b: 'omni_imf' + #atse: '' + locked: false + default: false + + - type: 'input' + slug: 'art' + name: 'ACE REAL TIME' + title: 'Ace RT' + orbit: + models: + - slug: 'mercury-orb-all' + parameters: + xy_hee: 'xyz_mercury_hee' + models: + art: + - slug: 'ace-swepam-real' + parameters: + dens: 'sw_n_real' + vtot: 'sw_v_real' + temp: 'sw_t_real' + pdyn: 'sw_pdyn_real' + #btan: '' + #brad: '' + #atse: '' + locked: false + default: false + + - type: 'input' + slug: 'dsc' + name: 'DISCOVER' + title: 'Discover' + orbit: + models: + - slug: 'mercury-orb-all' + parameters: + xy_hee: 'xyz_mercury_hee' + models: + dsc: + - slug: 'dsc-fc-1m' + parameters: + dens: 'dsc_npr' + vtot: 'dsc_vpr' + temp: 'dsc_tpr' + pdyn: 'dsc_pdyn' + - slug: 'dsc-mag-1m' + parameters: + xy_b: 'dsc_b_gse' + #btan: 'mercury_sw_b' + #brad: 'mercury_sw_bx' + #atse: 'mercury_sw_da' + locked: false + default: false + + - type: 'planet' slug: 'mercury' name: 'Mercury' -- libgit2 0.21.2