Commit 25f3d8f89cd53459e9f5a60a1b4454e85f441e68
1 parent
7542cdc6
Exists in
master
and in
11 other branches
corrected mistake in RenderingHints
Showing
2 changed files
with
15 additions
and
5 deletions
Show diff stats
NumericalData/CDPP-AMDA/PSP/SPC/psp-spc-fit.xml
... | ... | @@ -206,7 +206,9 @@ |
206 | 206 | Velociy vector magnitude |
207 | 207 | </Description> |
208 | 208 | <Units>km/s</Units> |
209 | - <RenderingHints>TimeSeries</RenderingHints> | |
209 | + <RenderingHints> | |
210 | + <DisplayType>TimeSeries</DisplayType> | |
211 | + </RenderingHints> | |
210 | 212 | </Parameter> |
211 | 213 | |
212 | 214 | <!-- Parameters with "a" fit --> |
... | ... | @@ -327,7 +329,9 @@ |
327 | 329 | Velociy vector magnitude |
328 | 330 | </Description> |
329 | 331 | <Units>km/s</Units> |
330 | - <RenderingHints>TimeSeries</RenderingHints> | |
332 | + <RenderingHints> | |
333 | + <DisplayType>TimeSeries</DisplayType> | |
334 | + </RenderingHints> | |
331 | 335 | </Parameter> |
332 | 336 | |
333 | 337 | |
... | ... | @@ -450,7 +454,9 @@ |
450 | 454 | Velociy vector magnitude |
451 | 455 | </Description> |
452 | 456 | <Units>km/s</Units> |
453 | - <RenderingHints>TimeSeries</RenderingHints> | |
457 | + <RenderingHints> | |
458 | + <DisplayType>TimeSeries</DisplayType> | |
459 | + </RenderingHints> | |
454 | 460 | </Parameter> |
455 | 461 | |
456 | 462 | <!-- parameters with p tot --> |
... | ... | @@ -571,7 +577,9 @@ |
571 | 577 | Velociy vector magnitude |
572 | 578 | </Description> |
573 | 579 | <Units>km/s</Units> |
574 | - <RenderingHints>TimeSeries</RenderingHints> | |
580 | + <RenderingHints> | |
581 | + <DisplayType>TimeSeries</DisplayType> | |
582 | + </RenderingHints> | |
575 | 583 | </Parameter> |
576 | 584 | |
577 | 585 | </NumericalData> | ... | ... |
NumericalData/CDPP-AMDA/PSP/SPC/psp-spc-mom.xml
... | ... | @@ -228,7 +228,9 @@ |
228 | 228 | Velociy vector magnitude |
229 | 229 | </Description> |
230 | 230 | <Units>km/s</Units> |
231 | - <RenderingHints>TimeSeries</RenderingHints> | |
231 | + <RenderingHints> | |
232 | + <DisplayType>TimeSeries</DisplayType> | |
233 | + </RenderingHints> | |
232 | 234 | </Parameter> |
233 | 235 | </NumericalData> |
234 | 236 | </Spase> | ... | ... |