Commit f6a317f7b020ca78b6c8915d304b8b7e58493fc5
1 parent
5ef3228f
Exists in
master
and in
12 other branches
work
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
NumericalData/AMDA/INTERBALL-Tail/CORALL/intt-crl-kp.xml
... | ... | @@ -40,7 +40,7 @@ |
40 | 40 | <ObservedRegion>Earth.Magnetosphere.Polar</ObservedRegion> |
41 | 41 | <Parameter> |
42 | 42 | <Name>Ion density</Name> |
43 | - <ParameterKey>t_n</ParameterKey> | |
43 | + <ParameterKey>it_n</ParameterKey> | |
44 | 44 | <Description>Ion density</Description> |
45 | 45 | <Ucd>phys.density;phys.atmol.ionStage</Ucd> |
46 | 46 | <Units>cm^-3</Units> |
... | ... | @@ -58,7 +58,7 @@ |
58 | 58 | </Parameter> |
59 | 59 | <Parameter> |
60 | 60 | <Name>Ion velocity (GSE)</Name> |
61 | - <ParameterKey>it_v</ParameterKey> | |
61 | + <ParameterKey>it_v_gse</ParameterKey> | |
62 | 62 | <Description>Ion velocity in GSE coordinates</Description> |
63 | 63 | <Ucd>phys.veloc;phys.atmol.ionStage</Ucd> |
64 | 64 | <Units>km/s</Units> |
... | ... | @@ -76,21 +76,21 @@ |
76 | 76 | <Name>Vx (GSE)</Name> |
77 | 77 | <Qualifier>Component.I</Qualifier> |
78 | 78 | <Index>1</Index> |
79 | - <ParameterKey>it_v(0)</ParameterKey> | |
79 | + <ParameterKey>it_v_gse(0)</ParameterKey> | |
80 | 80 | <FillValue>-1.0E31</FillValue> |
81 | 81 | </Element> |
82 | 82 | <Element> |
83 | 83 | <Name>Vy (GSE)</Name> |
84 | 84 | <Qualifier>Component.J</Qualifier> |
85 | 85 | <Index>2</Index> |
86 | - <ParameterKey>it_v(1)</ParameterKey> | |
86 | + <ParameterKey>it_v_gse(1)</ParameterKey> | |
87 | 87 | <FillValue>-1.0E31</FillValue> |
88 | 88 | </Element> |
89 | 89 | <Element> |
90 | 90 | <Name>Vz (GSE)</Name> |
91 | 91 | <Qualifier>Component.K</Qualifier> |
92 | 92 | <Index>3</Index> |
93 | - <ParameterKey>it_v(2)</ParameterKey> | |
93 | + <ParameterKey>it_v_gse(2)</ParameterKey> | |
94 | 94 | <FillValue>-1.0E31</FillValue> |
95 | 95 | </Element> |
96 | 96 | </Structure> | ... | ... |