Blame view

config.yml 12.2 KB
9390ec89   Goutte   Initial experimen...
1
2
3
4
5
6
7
# WARNING : IF YOU BREAK THIS FILE YOU'LL BREAK THE WEBSITE. Tread carefully.
# Remember, you can test the website locally, see the README.


# The HTML metadata in the page header.
# Don't put double quotes (") in any of these fields.
meta:
0332f168   Goutte   Initial support f...
8
    title: Heliopropa ☼ Solar System Weather
9390ec89   Goutte   Initial experimen...
9
10
11
12
13
14
15
    keywords:
        - science
        - cdpp
        - europlanet
        - space
        - weather
    # Will be shown by search engines below the title of the page.
0332f168   Goutte   Initial support f...
16
17
    description: Heliospheric propagation 1D MHD model for solar wind prediction at planets, probes and comets.

9390ec89   Goutte   Initial experimen...
18

6491a1f1   Goutte   Fix up the bugs l...
19
20
21
# The top bar
header:
    title: CDPP / Heliopropa
0332f168   Goutte   Initial support f...
22
    description: Heliospheric propagation <abbr title="Unidimensional">1D</abbr> <abbr title="Magnetohydrodynamics">MHD</abbr> model for solar wind prediction at planets, probes and comets.
6491a1f1   Goutte   Fix up the bugs l...
23
24
25
26
27
28
29
    links:
        - text: Model
          href: "https://onlinelibrary.wiley.com/doi/10.1029/2004JA010959/abstract"
        - text: Horizon 2020
          href: "https://ec.europa.eu/programmes/horizon2020/"


9390ec89   Goutte   Initial experimen...
30
31
32
# A list of authors that will appear in the HTML metadata and possibly in the
# authorship page as well. The order does not matter, it will be shuffled.
authors:
4cb4b813   hitier   Add myself as new...
33
34
35
    - name: Richard Hitier
      role: Software Padawan
      mail: richard.hitien@irap.omp.eu
9390ec89   Goutte   Initial experimen...
36
37
38
39
    - name: Antoine Goutenoir
      role: Software Ninja
      mail: antoine.goutenoir@irap.omp.eu
    - name: Myriam Bouchemit
08569a6b   Goutte   Add a zooming bru...
40
      role: Code Reviewer
9390ec89   Goutte   Initial experimen...
41
      mail: myriam.bouchemit@irap.omp.eu
9390ec89   Goutte   Initial experimen...
42
43
44
    - name: Nicolas André
      role: Project Lead
      mail: nicolas.andre@irap.omp.eu
08569a6b   Goutte   Add a zooming bru...
45
    - name: Vincent Génot
9390ec89   Goutte   Initial experimen...
46
47
48
      role: Project Coordinator
      mail: vincent.genot@irap.omp.eu

8644387c   Goutte   Use real data.
49

fd1829c3   Goutte   Use the new AMDA API
50
51
#amda: "http://cdpp.irap.omp.eu/BASE/DDService/getDataUrl.php?dataSet={dataSet}&StartTime={startTime}&StopTime={stopTime}"
amda: "http://amda.irap.omp.eu/DDService/getDataUrl.php?dataSet={dataSet}&StartTime={startTime}&StopTime={stopTime}"
8644387c   Goutte   Use real data.
52

b662fcc3   hitier   Change input name...
53
defaults:
c7f3d2bd   hitier   fixup! Change inp...
54
  input_slug: 'om'
0332f168   Goutte   Initial support f...
55
56

# Data files are in data/catalog/
284f4688   Goutte   Continue layers i...
57
# Constraints are joined by an outer OR and an inner AND
575e380a   Goutte   Add disabled laye...
58
layers:
1ab47144   Goutte   Add new menus, up...
59
60
61
62
63
64
65
66
    models:
        - slug: "jupiterthermospheremodel"
          name: "Jupiter Thermo."
          desc: "Jupiter Thermosphere Model"
    campaigns:
        - slug: "hstjupiterobservations"
          name: "HST Jupiter"
          desc: "Hubble Space Telescope Jupiter Observations"
866991ff   Goutte   Add Jupiter's CME...
67
          live: true
1ab47144   Goutte   Add new menus, up...
68
69
70
        - slug: "hstsaturnobservations"
          name: "HST Saturn"
          desc: "Hubble Space Telescope Saturn Observations"
11d86851   Goutte   Add support for s...
71
          live: true
1ab47144   Goutte   Add new menus, up...
72
73
74
75
76
77
78
79
80
81
    catalogs:
        - slug: "cmecatalogs"
          name: "CME Catalogs"
          desc: "Coronal Mass Ejection Catalogs"
          data:
              - doc:   "https://www.helcats-fp7.eu/catalogues/wp4_icmecat.html"
                url:   "https://www.helcats-fp7.eu/catalogues/data/ICME_WP4_V10.json"
                file:  "ICME_WP4_V10.json"
                start: "ICME_START_TIME"
                stop:  "MO_END_TIME"
c7f3d2bd   hitier   fixup! Change inp...
82
                om:
1ab47144   Goutte   Add new menus, up...
83
84
85
86
87
88
89
90
                    venus:
                        constraints: [ { SC_INSITU: ["VEX"] } ]
                    mercury:
                        constraints: [ { SC_INSITU: ["MESSENGER"] } ]
              - doc:   "https://www.helcats-fp7.eu/catalogues/wp4_arrcat.html"
                url:   "https://www.helcats-fp7.eu/catalogues/data/HCME_WP4_V6.json"
                file:  "HCME_WP4_V6.json"
                start: "TARGET_ARRIVAL"
c7f3d2bd   hitier   fixup! Change inp...
91
                om:
1ab47144   Goutte   Add new menus, up...
92
                    mars:
33ce1543   Goutte   Mars is MSL, not ...
93
                        constraints: [ { TARGET_NAME: ["MARS", "MAVEN", "MSL"] } ]
1ab47144   Goutte   Add new menus, up...
94
95
96
97
              - doc:   "https://cdaw.gsfc.nasa.gov/CME_list/UNIVERSAL/text_ver/"
                url:   "https://cdaw.gsfc.nasa.gov/CME_list/UNIVERSAL/text_ver/univ_all.txt"
                file:  "univ_all.json"
                start: "DATETIME"
c7f3d2bd   hitier   fixup! Change inp...
98
                om:
1ab47144   Goutte   Add new menus, up...
99
                    earth: ~
0332f168   Goutte   Initial support f...
100

575e380a   Goutte   Add disabled laye...
101

297a7dfc   Goutte   Add support for i...
102
inputs:
c7f3d2bd   hitier   fixup! Change inp...
103
    - slug: "om"
b662fcc3   hitier   Change input name...
104
      name: "OMNI"
297a7dfc   Goutte   Add support for i...
105
      desc: "The default input."
d59ec8ca   hitier   Add 2 new inputs:...
106
107
108
109
110
111
    - slug: "art"
      name: "ACE-RT"
      desc: "ACE Real ime"
    - slug: "dsc"
      name: "DISCOVR"
      desc: "DISCOVR"
297a7dfc   Goutte   Add support for i...
112
113
114
115
116
117
118
    - slug: "sa"
      name: "STEREO-A"
      desc: "The first of the STEREO (Solar Terrestrial Relations Observatory), a solar observation mission."
    - slug: "sb"
      name: "STEREO-B"
      desc: "The second of the STEREO (Solar Terrestrial Relations Observatory), a solar observation mission."

8644387c   Goutte   Use real data.
119
120
121
122
123
124
125
126
127
#Comets
#67P		p67_orb_all
#
#Probes
#Maven 		maven_orb_cruise
#Juno		juno_cruise_all
#Exomars		exomars_cruise_all
#Rosetta		ros_orb_cruise

a2a08db2   Goutte   Make sure targets...
128
129
130
131
132
# To add a new target, you must :
#   1. Configure it here
#   2. Create the two related images in `web/static/img/target/`
#
# `slug` is used internally, and should match \[a-z0-9]+\ (NO dashes /!\)
927c69c3   Goutte   Make the local ca...
133
134
# `name` is displayed in the time series (should be short)
# `title` appears on mouse hover, and can be longer
a79c5268   Goutte   Add probes and co...
135
136
# `locked` is for sources that are "coming soon"
# `default` sources are shown to incoming visitors, others need user activation
d729e9cd   Goutte   Cleanup.
137
138
139
# `orbit` holds the orbit configuration data
# `models` holds the configuration data for each model
#          the slugs are ids for AMDA
7d6dee0f   Goutte   Continue refacto ...
140
targets:
a79c5268   Goutte   Add probes and co...
141
142
143
    - type: 'planet'
      slug: 'mercury'
      name: 'Mercury'
b500e561   Goutte   Invert the orbits...
144
      title: 'Mercury'
a21f81d9   Goutte   Enable Venus and ...
145
      orbit:
297a7dfc   Goutte   Add support for i...
146
147
148
149
          models:
              - slug: 'mercury_orb_all'
          semimajor: 0
          semiminor: 0
8644387c   Goutte   Use real data.
150
      models:
c7f3d2bd   hitier   fixup! Change inp...
151
          om:
297a7dfc   Goutte   Add support for i...
152
              - slug: 'tao_mercury_sw'
d59ec8ca   hitier   Add 2 new inputs:...
153
          art:
fd1829c3   Goutte   Use the new AMDA API
154
              - slug: 'tao_mercury_swrt'
d59ec8ca   hitier   Add 2 new inputs:...
155
156
          dsc:
            - slug: 'tao_mercury_dsc'
297a7dfc   Goutte   Add support for i...
157
          sa:
a2dfc4fb   Goutte   Add Stereo-A and ...
158
              - slug: 'tao_mercury_sta'
297a7dfc   Goutte   Add support for i...
159
          sb:
a2dfc4fb   Goutte   Add Stereo-A and ...
160
              - slug: 'tao_mercury_stb'
b500e561   Goutte   Invert the orbits...
161
      locked: false
a79c5268   Goutte   Add probes and co...
162
163
164
165
      default: true
    - type: 'planet'
      slug: 'venus'
      name: 'Venus'
a21f81d9   Goutte   Enable Venus and ...
166
167
      title: 'Venus'
      orbit:
297a7dfc   Goutte   Add support for i...
168
169
170
171
          models:
              - slug: 'venus_orb_all'
          semimajor: 0.72333199
          semiminor: 0.7233154
8644387c   Goutte   Use real data.
172
      models:
c7f3d2bd   hitier   fixup! Change inp...
173
          om:
297a7dfc   Goutte   Add support for i...
174
              - slug: 'tao_venus_sw'
d59ec8ca   hitier   Add 2 new inputs:...
175
          art:
fd1829c3   Goutte   Use the new AMDA API
176
              - slug: 'tao_venus_swrt'
d59ec8ca   hitier   Add 2 new inputs:...
177
178
          dsc:
              - slug: 'tao_venus_dsc'
297a7dfc   Goutte   Add support for i...
179
          sa:
a2dfc4fb   Goutte   Add Stereo-A and ...
180
              - slug: 'tao_venus_sta'
297a7dfc   Goutte   Add support for i...
181
          sb:
a2dfc4fb   Goutte   Add Stereo-A and ...
182
              - slug: 'tao_venus_stb'
a21f81d9   Goutte   Enable Venus and ...
183
      locked: false
a79c5268   Goutte   Add probes and co...
184
185
186
187
      default: true
    - type: 'planet'
      slug: 'earth'
      name: 'Earth'
d1c44c51   Goutte   Enable Earth
188
      title: 'Earth'
a21f81d9   Goutte   Enable Venus and ...
189
      orbit:
297a7dfc   Goutte   Add support for i...
190
          models: [] # Earth has no orbit models, we hard-coded it to (1, 0)
0332f168   Goutte   Initial support f...
191
      # Earth has a LOT of data files, compared to the others.
b500e561   Goutte   Invert the orbits...
192
      models:
c7f3d2bd   hitier   fixup! Change inp...
193
          om:
297a7dfc   Goutte   Add support for i...
194
              - slug: 'omni_hour_all'
30acdbdf   Goutte   Re-enable Earth.
195
196
                parameters:
                    pdyn: 'RamP'
c2fa86b1   Myriam Bouchemit   dataset ace_swepa...
197
              - slug: 'ace_swepam_real_1h'
596da00d   Goutte   Add more exceptio...
198
                # [u'Time', u'Dens', u'Vel', u'Temp', u'flag', u'StartTime', u'StopTime']
297a7dfc   Goutte   Add support for i...
199
200
201
202
                parameters:
                    dens: 'Dens'
                    vtot: 'Vel'
                    temp: 'Temp'
596da00d   Goutte   Add more exceptio...
203
                    #btan: 'Bgsm'  # /!. VECTOR2 (actually, does not exist)
297a7dfc   Goutte   Add support for i...
204
205
          sa:
              - slug: 'omni_hour_all'
596da00d   Goutte   Add more exceptio...
206
207
                parameters:
                    pdyn: 'RamP'
c2fa86b1   Myriam Bouchemit   dataset ace_swepa...
208
              - slug: 'ace_swepam_real_1h'
297a7dfc   Goutte   Add support for i...
209
210
211
212
213
214
                parameters:
                    dens: 'Dens'
                    vtot: 'Vel'
                    temp: 'Temp'
          sb:
              - slug: 'omni_hour_all'
596da00d   Goutte   Add more exceptio...
215
216
                parameters:
                    pdyn: 'RamP'
c2fa86b1   Myriam Bouchemit   dataset ace_swepa...
217
              - slug: 'ace_swepam_real_1h'
297a7dfc   Goutte   Add support for i...
218
219
220
221
                parameters:
                    dens: 'Dens'
                    vtot: 'Vel'
                    temp: 'Temp'
fb461dbf   Goutte   Make Earth Enable...
222
      locked: false
30acdbdf   Goutte   Re-enable Earth.
223
      default: true
a79c5268   Goutte   Add probes and co...
224
225
226
    - type: 'planet'
      slug: 'mars'
      name: 'Mars'
a21f81d9   Goutte   Enable Venus and ...
227
      title: 'Mars'
a21f81d9   Goutte   Enable Venus and ...
228
      orbit:
297a7dfc   Goutte   Add support for i...
229
230
231
232
233
          models:
              - slug: 'mars_orb_all'
          semimajor: 1.52366231
          semiminor: 1.51700011
      models:
c7f3d2bd   hitier   fixup! Change inp...
234
          om:
297a7dfc   Goutte   Add support for i...
235
              - slug: 'tao_mars_sw'
d59ec8ca   hitier   Add 2 new inputs:...
236
          art:
297a7dfc   Goutte   Add support for i...
237
              - slug: 'tao_mars_swrt'
d59ec8ca   hitier   Add 2 new inputs:...
238
239
          dsc:
            - slug: 'tao_mars_dsc'
297a7dfc   Goutte   Add support for i...
240
          sa:
a2dfc4fb   Goutte   Add Stereo-A and ...
241
              - slug: 'tao_mars_sta'
297a7dfc   Goutte   Add support for i...
242
          sb:
a2dfc4fb   Goutte   Add Stereo-A and ...
243
              - slug: 'tao_mars_stb'
7d6dee0f   Goutte   Continue refacto ...
244
      locked: false
a79c5268   Goutte   Add probes and co...
245
246
247
248
249
      default: true
    - type: 'planet'
      slug: 'jupiter'
      name: 'Jupiter'
      title: 'Jupiter'
a21f81d9   Goutte   Enable Venus and ...
250
      orbit:
297a7dfc   Goutte   Add support for i...
251
252
253
254
255
          models:
              - slug: 'jupiter_orb_all'
          semimajor: 5.45516759
          semiminor: 4.95155843
      models:
c7f3d2bd   hitier   fixup! Change inp...
256
          om:
297a7dfc   Goutte   Add support for i...
257
              - slug: 'tao_jup_sw'
d59ec8ca   hitier   Add 2 new inputs:...
258
          art:
297a7dfc   Goutte   Add support for i...
259
              - slug: 'tao_jup_swrt'
d59ec8ca   hitier   Add 2 new inputs:...
260
261
          dsc:
            - slug: 'tao_jup_dsc'
297a7dfc   Goutte   Add support for i...
262
          sa:
a2dfc4fb   Goutte   Add Stereo-A and ...
263
              - slug: 'tao_jup_sta'
297a7dfc   Goutte   Add support for i...
264
          sb:
a2dfc4fb   Goutte   Add Stereo-A and ...
265
              - slug: 'tao_jup_stb'
866991ff   Goutte   Add Jupiter's CME...
266
267
      tap:
        target_name: 'Jupiter'
a79c5268   Goutte   Add probes and co...
268
      locked: false
4c2dd8d3   Myriam Bouchemit   only mercury, ven...
269
      default: false
a79c5268   Goutte   Add probes and co...
270
271
272
    - type: 'planet'
      slug: 'saturn'
      name: 'Saturn'
a21f81d9   Goutte   Enable Venus and ...
273
274
      title: 'Saturn'
      orbit:
297a7dfc   Goutte   Add support for i...
275
276
277
278
          models:
              - slug: 'saturn_orb_all'
          semimajor: 9.53707032
          semiminor: 9.5230773
8644387c   Goutte   Use real data.
279
      models:
c7f3d2bd   hitier   fixup! Change inp...
280
          om:
297a7dfc   Goutte   Add support for i...
281
              - slug: 'tao_sat_sw'
d59ec8ca   hitier   Add 2 new inputs:...
282
          art:
f79aebd3   Goutte   Add Saturn Real T...
283
              - slug: 'tao_sat_swrt'
d59ec8ca   hitier   Add 2 new inputs:...
284
285
          dsc:
              - slug: 'tao_sat_dsc'
297a7dfc   Goutte   Add support for i...
286
          sa:
a2dfc4fb   Goutte   Add Stereo-A and ...
287
              - slug: 'tao_sat_sta'
297a7dfc   Goutte   Add support for i...
288
          sb:
a2dfc4fb   Goutte   Add Stereo-A and ...
289
              - slug: 'tao_sat_stb'
11d86851   Goutte   Add support for s...
290
291
      tap:
        target_name: 'Saturn'
a21f81d9   Goutte   Enable Venus and ...
292
      locked: false
4c2dd8d3   Myriam Bouchemit   only mercury, ven...
293
      default: false
ea45ebf9   Goutte   Add the mocks of ...
294
295
296
    - type: 'planet'
      slug: 'uranus'
      name: 'Uranus'
d226f791   Goutte   Uranus smells lik...
297
298
299
300
301
302
303
      title: 'Uranus'
      orbit:
          models:
              - slug: 'uranus_orb_all'
          semimajor: 19.19
          semiminor: 19.17
      models:
c7f3d2bd   hitier   fixup! Change inp...
304
          om:
d226f791   Goutte   Uranus smells lik...
305
              - slug: 'tao_ura_sw'
d59ec8ca   hitier   Add 2 new inputs:...
306
          art:
d226f791   Goutte   Uranus smells lik...
307
              - slug: 'tao_ura_swrt'
d59ec8ca   hitier   Add 2 new inputs:...
308
309
          dsc:
              - slug: 'tao_ura_dsc'
d226f791   Goutte   Uranus smells lik...
310
          sa:
a2dfc4fb   Goutte   Add Stereo-A and ...
311
              - slug: 'tao_ura_sta'
d226f791   Goutte   Uranus smells lik...
312
          sb:
a2dfc4fb   Goutte   Add Stereo-A and ...
313
              - slug: 'tao_ura_stb'
d226f791   Goutte   Uranus smells lik...
314
      locked: false
4c2dd8d3   Myriam Bouchemit   only mercury, ven...
315
      default: false
ea45ebf9   Goutte   Add the mocks of ...
316
317
318
    - type: 'planet'
      slug: 'neptune'
      name: 'Neptune'
dfc53ac3   Goutte   Enable Neptune.
319
320
321
322
323
324
325
      title: 'Neptune'
      orbit:
          models:
              - slug: 'neptune_orb_all'
          semimajor: 30.06896348
          semiminor: 30.06785516
      models:
c7f3d2bd   hitier   fixup! Change inp...
326
          om:
dfc53ac3   Goutte   Enable Neptune.
327
              - slug: 'tao_nep_sw'
d59ec8ca   hitier   Add 2 new inputs:...
328
          art:
dfc53ac3   Goutte   Enable Neptune.
329
              - slug: 'tao_nep_swrt'
d59ec8ca   hitier   Add 2 new inputs:...
330
331
          dsc:
            - slug: 'tao_nep_dsc'
dfc53ac3   Goutte   Enable Neptune.
332
          sa:
a2dfc4fb   Goutte   Add Stereo-A and ...
333
              - slug: 'tao_nep_sta'
dfc53ac3   Goutte   Enable Neptune.
334
          sb:
a2dfc4fb   Goutte   Add Stereo-A and ...
335
              - slug: 'tao_nep_stb'
dfc53ac3   Goutte   Enable Neptune.
336
      locked: false
4c2dd8d3   Myriam Bouchemit   only mercury, ven...
337
      default: false
a79c5268   Goutte   Add probes and co...
338
339
340
    - type: 'probe'
      slug: 'rosetta'
      name: 'Rosetta'
dc0be992   Goutte   Support having no...
341
      title: 'Rosetta'
a21f81d9   Goutte   Enable Venus and ...
342
      orbit:
297a7dfc   Goutte   Add support for i...
343
344
345
346
347
348
          models:
              - slug: 'ros_orb_cruise'
                stopped_at: '2014-08-02T00:00:00'
              - slug: 'p67_orb_all'
                started_at: '2014-08-02T00:00:00'
                #stopped_at: '2016-09-30T11:19:00'
c9712107   Goutte   Fix Rosetta's orb...
349
350
351
                # 'XYZ_HEE' is not present in http://amda.irap.omp.eu/DDService/BASE/DATA//ORBITS/P67.NEW/P67_2014212000005000.nc.gz
#                parameters:
#                    hee: 'XYZ_HEE'
8644387c   Goutte   Use real data.
352
      models:
c7f3d2bd   hitier   fixup! Change inp...
353
          om:
297a7dfc   Goutte   Add support for i...
354
355
356
357
358
              - slug: 'tao_ros_sw'
          sa:
              - slug: 'tao_ros_sw'
          sb:
              - slug: 'tao_ros_sw'
dc0be992   Goutte   Support having no...
359
      locked: false
a79c5268   Goutte   Add probes and co...
360
361
362
363
      default: false
    - type: 'probe'
      slug: 'juno'
      name: 'Juno'
1324cc91   Goutte   Make the footer i...
364
      title: 'Juno'
a21f81d9   Goutte   Enable Venus and ...
365
      orbit:
297a7dfc   Goutte   Add support for i...
366
367
368
369
370
          models:
              - slug: 'juno_cruise_all'
                stopped_at: '2016-07-05T03:53:00'
              - slug: 'jupiter_orb_all'
                started_at: '2016-07-05T03:53:00'
8644387c   Goutte   Use real data.
371
      models:
c7f3d2bd   hitier   fixup! Change inp...
372
          om:
297a7dfc   Goutte   Add support for i...
373
374
375
376
377
              - slug: 'tao_juno_sw'
          sa:
              - slug: 'tao_juno_sw'
          sb:
              - slug: 'tao_juno_sw'
dc0be992   Goutte   Support having no...
378
      locked: false
a79c5268   Goutte   Add probes and co...
379
380
      default: false
    - type: 'comet'
927c69c3   Goutte   Make the local ca...
381
      slug: 'p67'
80352490   Goutte   Multi model suppo...
382
383
      name: 'Churyumov-Gerasimenko'
      title: 'Churyumov-Gerasimenko (coming soon)'
a21f81d9   Goutte   Enable Venus and ...
384
      orbit:
297a7dfc   Goutte   Add support for i...
385
386
387
388
          models:
            - slug: 'p67_orb_all'
              parameters:
                  hee: 'XYZ_HEE'
fb383448   Goutte   Implement the cac...
389
      models:
c7f3d2bd   hitier   fixup! Change inp...
390
          om:
a2dfc4fb   Goutte   Add Stereo-A and ...
391
              - slug: 'tao_p67_sw'
297a7dfc   Goutte   Add support for i...
392
          sa:
a2dfc4fb   Goutte   Add Stereo-A and ...
393
              - slug: 'tao_p67_sw'
297a7dfc   Goutte   Add support for i...
394
          sb:
a2dfc4fb   Goutte   Add Stereo-A and ...
395
              - slug: 'tao_p67_sw'
a79c5268   Goutte   Add probes and co...
396
397
398
399
      locked: true
      default: false


6060b797   Goutte   Add config sample...
400
401
402
403
404
405
406
407
# Tao Model OMNI_input
#Rosetta  	tao_ros_sw	2014-01-01T00:00	2017-01-21T00:00
#Juno cruise	tao_juno_sw	2012-01-01T00:00	2016-11-02T22:00
#Mercury 	tao_mercury_sw	1990-01-01T01:00	2017-02-19T00:00
#Venus		tao_venus_sw	1990-01-01T01:00	2017-02-19T00:00
#Mars		tao_mars_sw	1990-01-01T01:00	2017-02-19T00:00
#Jupiter		tao_jup_sw	1990-01-01T01:00	2017-02-19T00:00
#Saturn		tao_sat_sw	1990-01-01T01:30	2017-02-19T00:00
1ab47144   Goutte   Add new menus, up...
408
409

toots:
a2dfc4fb   Goutte   Add Stereo-A and ...
410
411
412
413
  - date: "2019-03-29"
    text: "Enable Stereo-A and Stereo-B input sources."
  - date: "2019-02-01"
    text: "Add Saturn's Auroral Catalog."
1ab47144   Goutte   Add new menus, up...
414
415
416
417
  - date: "2018-11-16"
    text: "New changes to the UI, and more icons."
  - date: "2018-10-02"
    text: "Adding an About page."