Commit d59ec8caa2f0f0e7aea5021dd773219d5d4da691
1 parent
c7f3d2bd
Exists in
rhitier-dev
and in
1 other branch
Add 2 new inputs: ACE-RT and DISCOVR
Showing
1 changed file
with
27 additions
and
0 deletions
Show diff stats
config.yml
... | ... | @@ -103,6 +103,12 @@ inputs: |
103 | 103 | - slug: "om" |
104 | 104 | name: "OMNI" |
105 | 105 | desc: "The default input." |
106 | + - slug: "art" | |
107 | + name: "ACE-RT" | |
108 | + desc: "ACE Real ime" | |
109 | + - slug: "dsc" | |
110 | + name: "DISCOVR" | |
111 | + desc: "DISCOVR" | |
106 | 112 | - slug: "sa" |
107 | 113 | name: "STEREO-A" |
108 | 114 | desc: "The first of the STEREO (Solar Terrestrial Relations Observatory), a solar observation mission." |
... | ... | @@ -144,7 +150,10 @@ targets: |
144 | 150 | models: |
145 | 151 | om: |
146 | 152 | - slug: 'tao_mercury_sw' |
153 | + art: | |
147 | 154 | - slug: 'tao_mercury_swrt' |
155 | + dsc: | |
156 | + - slug: 'tao_mercury_dsc' | |
148 | 157 | sa: |
149 | 158 | - slug: 'tao_mercury_sta' |
150 | 159 | sb: |
... | ... | @@ -163,7 +172,10 @@ targets: |
163 | 172 | models: |
164 | 173 | om: |
165 | 174 | - slug: 'tao_venus_sw' |
175 | + art: | |
166 | 176 | - slug: 'tao_venus_swrt' |
177 | + dsc: | |
178 | + - slug: 'tao_venus_dsc' | |
167 | 179 | sa: |
168 | 180 | - slug: 'tao_venus_sta' |
169 | 181 | sb: |
... | ... | @@ -221,7 +233,10 @@ targets: |
221 | 233 | models: |
222 | 234 | om: |
223 | 235 | - slug: 'tao_mars_sw' |
236 | + art: | |
224 | 237 | - slug: 'tao_mars_swrt' |
238 | + dsc: | |
239 | + - slug: 'tao_mars_dsc' | |
225 | 240 | sa: |
226 | 241 | - slug: 'tao_mars_sta' |
227 | 242 | sb: |
... | ... | @@ -240,7 +255,10 @@ targets: |
240 | 255 | models: |
241 | 256 | om: |
242 | 257 | - slug: 'tao_jup_sw' |
258 | + art: | |
243 | 259 | - slug: 'tao_jup_swrt' |
260 | + dsc: | |
261 | + - slug: 'tao_jup_dsc' | |
244 | 262 | sa: |
245 | 263 | - slug: 'tao_jup_sta' |
246 | 264 | sb: |
... | ... | @@ -261,7 +279,10 @@ targets: |
261 | 279 | models: |
262 | 280 | om: |
263 | 281 | - slug: 'tao_sat_sw' |
282 | + art: | |
264 | 283 | - slug: 'tao_sat_swrt' |
284 | + dsc: | |
285 | + - slug: 'tao_sat_dsc' | |
265 | 286 | sa: |
266 | 287 | - slug: 'tao_sat_sta' |
267 | 288 | sb: |
... | ... | @@ -282,7 +303,10 @@ targets: |
282 | 303 | models: |
283 | 304 | om: |
284 | 305 | - slug: 'tao_ura_sw' |
306 | + art: | |
285 | 307 | - slug: 'tao_ura_swrt' |
308 | + dsc: | |
309 | + - slug: 'tao_ura_dsc' | |
286 | 310 | sa: |
287 | 311 | - slug: 'tao_ura_sta' |
288 | 312 | sb: |
... | ... | @@ -301,7 +325,10 @@ targets: |
301 | 325 | models: |
302 | 326 | om: |
303 | 327 | - slug: 'tao_nep_sw' |
328 | + art: | |
304 | 329 | - slug: 'tao_nep_swrt' |
330 | + dsc: | |
331 | + - slug: 'tao_nep_dsc' | |
305 | 332 | sa: |
306 | 333 | - slug: 'tao_nep_sta' |
307 | 334 | sb: | ... | ... |