Commit b7e0c62007d9bad052d9f69405b93e934dee97a9
1 parent
dc3cbdef
Exists in
master
and in
12 other branches
work
Showing
8 changed files
with
164 additions
and
5 deletions
Show diff stats
NumericalData/AMDA/ACE/SWEPAM/ace-swe-all.xml
... | ... | @@ -147,9 +147,56 @@ |
147 | 147 | <ParticleQuantity>NumberDensity</ParticleQuantity> |
148 | 148 | </Particle> |
149 | 149 | </Parameter> |
150 | + <Parameter> | |
151 | + <Name>V gse</Name> | |
152 | + <ParameterKey>sw_v</ParameterKey> | |
153 | + <Description> | |
154 | + | |
155 | + </Description> | |
156 | + <Ucd>phys.veloc;phys.atmol.ionStage</Ucd> | |
157 | + <Units>k/s</Units> | |
158 | + <UnitsConversion></UnitsConversion> | |
159 | + <CoordinateSystem> | |
160 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
161 | + <CoordinateSystemName>GSE</CoordinateSystemName> | |
162 | + </CoordinateSystem> | |
163 | + <RenderingHints> | |
164 | + <DisplayType>TimeSeries</DisplayType> | |
165 | + </RenderingHints> | |
166 | + <Structure> | |
167 | + <Size>3</Size> | |
168 | + <Element> | |
169 | + <Name>Vx</Name> | |
170 | + <Qualifier>Component.I</Qualifier> | |
171 | + <Index>1</Index> | |
172 | + <ParameterKey>sw_v(0)</ParameterKey> | |
173 | + <ValidMin></ValidMin> | |
174 | + <ValidMax></ValidMax> | |
175 | + <FillValue>-1.0E31</FillValue> | |
176 | + </Element> | |
177 | + <Element> | |
178 | + <Name>Vy</Name> | |
179 | + <Qualifier>Component.J</Qualifier> | |
180 | + <Index>2</Index> | |
181 | + <ParameterKey>sw_v(1)</ParameterKey> | |
182 | + <ValidMin></ValidMin> | |
183 | + <ValidMax></ValidMax> | |
184 | + <FillValue>-1.0E31</FillValue> | |
185 | + </Element> | |
186 | + <Element> | |
187 | + <Name>Vz</Name> | |
188 | + <Qualifier>Component.K</Qualifier> | |
189 | + <Index>3</Index> | |
190 | + <ParameterKey>sw_v(2)</ParameterKey> | |
191 | + <ValidMin></ValidMin> | |
192 | + <ValidMax></ValidMax> | |
193 | + <FillValue>-1.0E31</FillValue> | |
194 | + </Element> | |
195 | + </Structure> | |
196 | + </Parameter> | |
150 | 197 | <Parameter> |
151 | 198 | <Name>Solar Wind Proton Speed</Name> |
152 | - <ParameterKey>sw_v</ParameterKey> | |
199 | + <ParameterKey>sw_vb</ParameterKey> | |
153 | 200 | <Description>Solar Wind Bulk Speed</Description> |
154 | 201 | <Ucd>phys.veloc;phys.atmol.ionStage</Ucd> |
155 | 202 | <Caveats> | ... | ... |
NumericalData/AMDA/MEX/ephemeris/mex-orb-all.xml
... | ... | @@ -62,5 +62,36 @@ |
62 | 62 | <SupportQuantity>Positional</SupportQuantity> |
63 | 63 | </Support> |
64 | 64 | </Parameter> |
65 | + <Parameter> | |
66 | + <Name>xyz areographoc</Name> | |
67 | + <ParameterKey>pol_mex_pc</ParameterKey> | |
68 | + <Description>Mars Express trajectory in PC coordinates</Description> | |
69 | + <Ucd>pos.bodyrc;instr.obsty</Ucd> | |
70 | + <Units>Rm</Units> | |
71 | + <RenderingHints> | |
72 | + <DisplayType>TimeSeries</DisplayType> | |
73 | + </RenderingHints> | |
74 | + <Structure> | |
75 | + <Size>3</Size> | |
76 | + <Element> | |
77 | + <Name>r</Name> | |
78 | + <Index>0</Index> | |
79 | + <ParameterKey>pol_mex_pc(0)</ParameterKey> | |
80 | + </Element> | |
81 | + <Element> | |
82 | + <Name>lon_pc</Name> | |
83 | + <Index>1</Index> | |
84 | + <ParameterKey>pol_mex_pc(1)</ParameterKey> | |
85 | + </Element> | |
86 | + <Element> | |
87 | + <Name>lat_pc</Name> | |
88 | + <Index>2</Index> | |
89 | + <ParameterKey>pol_mex_pc(2)</ParameterKey> | |
90 | + </Element> | |
91 | + </Structure> | |
92 | + <Support> | |
93 | + <SupportQuantity>Positional</SupportQuantity> | |
94 | + </Support> | |
95 | + </Parameter> | |
65 | 96 | </NumericalData> |
66 | 97 | </Spase> | ... | ... |
NumericalData/AMDA/Pioneer11/CPI/p11-cpi-ion.xml
... | ... | @@ -86,5 +86,18 @@ |
86 | 86 | <ParticleQuantity>NumberFlux</ParticleQuantity> |
87 | 87 | </Particle> |
88 | 88 | </Parameter> |
89 | + <Parameter> | |
90 | + <Name>alphas_flux_int</Name> | |
91 | + <ParameterKey>p11_cpi_faio</ParameterKey> | |
92 | + <Ucd>phys.flux.density;phys.count;phys.atmol.ionStage</Ucd> | |
93 | + <Units>cm-2.sr-1.s-1</Units> | |
94 | + <RenderingHints> | |
95 | + <DisplayType></DisplayType> | |
96 | + </RenderingHints> | |
97 | + <Particle> | |
98 | + <ParticleType>AlphaParticle</ParticleType> | |
99 | + <ParticleQuantity>NumberFlux</ParticleQuantity> | |
100 | + </Particle> | |
101 | + </Parameter> | |
89 | 102 | </NumericalData> |
90 | 103 | </Spase> | ... | ... |
NumericalData/AMDA/Rosetta/Ephemeris/ros-orb-comet.xml
... | ... | @@ -91,6 +91,45 @@ |
91 | 91 | <Support> |
92 | 92 | <SupportQuantity>Positional</SupportQuantity> |
93 | 93 | </Support> |
94 | + </Parameter> | |
95 | + <Parameter> | |
96 | + <Name>polar_C-G-CK</Name> | |
97 | + <ParameterKey>ros_xyz_fixed</ParameterKey> | |
98 | + <Ucd></Ucd> | |
99 | + <Units></Units> | |
100 | + <RenderingHints> | |
101 | + <DisplayType>TimeSeries</DisplayType> | |
102 | + </RenderingHints> | |
103 | + <Structure> | |
104 | + <Size>3</Size> | |
105 | + <Element> | |
106 | + <Name>r</Name> | |
107 | + <Index>0</Index> | |
108 | + <ParameterKey>ros_xyz_fixed(0)</ParameterKey> | |
109 | + </Element> | |
110 | + <Element> | |
111 | + <Name>lon</Name> | |
112 | + <Index>1</Index> | |
113 | + <ParameterKey>ros_xyz_fixed(1)</ParameterKey> | |
114 | + </Element> | |
115 | + <Element> | |
116 | + <Name>lat</Name> | |
117 | + <Index>2</Index> | |
118 | + <ParameterKey>ros_xyz_fixed(2)</ParameterKey> | |
119 | + </Element> | |
120 | + </Structure> | |
121 | + <Support> | |
122 | + <SupportQuantity>Positional</SupportQuantity> | |
123 | + </Support> | |
124 | + </Parameter> | |
125 | + <Parameter> | |
126 | + <Name>distance rosetta-C-G</Name> | |
127 | + <ParameterKey>ros_r_cso</ParameterKey> | |
128 | + <Ucd></Ucd> | |
129 | + <Units>km</Units> | |
130 | + <RenderingHints> | |
131 | + <DisplayType>TimeSeries</DisplayType> | |
132 | + </RenderingHints> | |
94 | 133 | </Parameter> |
95 | 134 | </NumericalData> |
96 | 135 | </Spase> | ... | ... |
NumericalData/AMDA/Rosetta/Ephemeris/ros-orb-cruise.xml
... | ... | @@ -124,6 +124,15 @@ |
124 | 124 | <Support> |
125 | 125 | <SupportQuantity>Positional</SupportQuantity> |
126 | 126 | </Support> |
127 | + </Parameter> | |
128 | + <Parameter> | |
129 | + <Name>distance rosetta-sun</Name> | |
130 | + <ParameterKey>r_sun_ros</ParameterKey> | |
131 | + <Ucd></Ucd> | |
132 | + <Units>AU</Units> | |
133 | + <RenderingHints> | |
134 | + <DisplayType>TimeSeries</DisplayType> | |
135 | + </RenderingHints> | |
127 | 136 | </Parameter> |
128 | 137 | </NumericalData> |
129 | 138 | </Spase> | ... | ... |
NumericalData/AMDA/Rosetta/Rosina/ros-rsn-den.xml
... | ... | @@ -41,5 +41,25 @@ |
41 | 41 | <ParticleQuantity>NumberDensity</ParticleQuantity> |
42 | 42 | </Particle> |
43 | 43 | </Parameter> |
44 | + <Parameter> | |
45 | + <Name>Pressure Nude Gauge</Name> | |
46 | + <ParameterKey>ros_rsn_p_ng</ParameterKey> | |
47 | + <Ucd></Ucd> | |
48 | + <Units>nPa</Units> | |
49 | + <Particle> | |
50 | + <ParticleType></ParticleType> | |
51 | + <ParticleQuantity></ParticleQuantity> | |
52 | + </Particle> | |
53 | + </Parameter> | |
54 | + <Parameter> | |
55 | + <Name>Pressure Ram Gauge</Name> | |
56 | + <ParameterKey>ros_rsn_p_rg</ParameterKey> | |
57 | + <Ucd></Ucd> | |
58 | + <Units>nPa</Units> | |
59 | + <Particle> | |
60 | + <ParticleType></ParticleType> | |
61 | + <ParticleQuantity></ParticleQuantity> | |
62 | + </Particle> | |
63 | + </Parameter> | |
44 | 64 | </NumericalData> |
45 | 65 | </Spase> | ... | ... |
NumericalData/AMDA/STEREO-A/Ephemeris/sta-l2-orb.xml
... | ... | @@ -81,7 +81,7 @@ |
81 | 81 | <Name>xyz_hee</Name> |
82 | 82 | <ParameterKey>sta_hee</ParameterKey> |
83 | 83 | <Ucd>pos.heliocentric;pos.distance;instr.obsty</Ucd> |
84 | - <Units>Re</Units> | |
84 | + <Units>AU</Units> | |
85 | 85 | <CoordinateSystem> |
86 | 86 | <CoordinateRepresentation>Cartesian</CoordinateRepresentation> |
87 | 87 | <CoordinateSystemName>HEE</CoordinateSystemName> |
... | ... | @@ -115,7 +115,7 @@ |
115 | 115 | <Name>r_hee</Name> |
116 | 116 | <ParameterKey>sta_r_hee</ParameterKey> |
117 | 117 | <Ucd>pos.distance</Ucd> |
118 | - <Units>Re</Units> | |
118 | + <Units>AU</Units> | |
119 | 119 | <RenderingHints> |
120 | 120 | <DisplayType>TimeSeries</DisplayType> |
121 | 121 | </RenderingHints> | ... | ... |
NumericalData/AMDA/STEREO-B/Ephemeris/stb-l2-orb.xml
... | ... | @@ -82,7 +82,7 @@ |
82 | 82 | <Name>xyz_hee</Name> |
83 | 83 | <ParameterKey>stb_hee</ParameterKey> |
84 | 84 | <Ucd>pos.heliocentric;pos.distance;instr.obsty</Ucd> |
85 | - <Units>Re</Units> | |
85 | + <Units>AU</Units> | |
86 | 86 | <CoordinateSystem> |
87 | 87 | <CoordinateRepresentation>Cartesian</CoordinateRepresentation> |
88 | 88 | <CoordinateSystemName>HEE</CoordinateSystemName> |
... | ... | @@ -116,7 +116,7 @@ |
116 | 116 | <Name>r_gse</Name> |
117 | 117 | <ParameterKey>stb_r_hee</ParameterKey> |
118 | 118 | <Ucd>pos.distance</Ucd> |
119 | - <Units>Re</Units> | |
119 | + <Units>AU</Units> | |
120 | 120 | <RenderingHints> |
121 | 121 | <DisplayType>TimeSeries</DisplayType> |
122 | 122 | </RenderingHints> | ... | ... |