Commit a296ffab8312cee4e3cd4dcc34a29ed6980defc1
1 parent
25d26c84
Exists in
master
and in
11 other branches
removed test parameter IRM position from UKS dataset
Showing
1 changed file
with
2 additions
and
40 deletions
Show diff stats
NumericalData/CDPP-AMDA/UKS/ORBIT/uks-orb-all.xml
... | ... | @@ -134,50 +134,12 @@ |
134 | 134 | </Structure> |
135 | 135 | </Parameter> |
136 | 136 | <Parameter> |
137 | - <Name>IRM_xyz_gse</Name> | |
138 | - <ParameterKey>uks_orb_irmgse</ParameterKey> | |
139 | - <Description> | |
140 | - #TEST# IRM Spacecraft position in GSE Cartesian coordinates extracted from UKS data | |
141 | - </Description> | |
142 | - <Units>Re</Units> | |
143 | - <UnitsConversion>6.378e6;km</UnitsConversion> | |
144 | - <CoordinateSystem> | |
145 | - <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
146 | - <CoordinateSystemName>GSE</CoordinateSystemName> | |
147 | - </CoordinateSystem> | |
148 | - <RenderingHints> | |
149 | - <DisplayType>TimeSeries</DisplayType> | |
150 | - </RenderingHints> | |
151 | - <Structure> | |
152 | - <Size>3</Size> | |
153 | - <Element> | |
154 | - <Name>x</Name> | |
155 | - <Qualifier>Component.I</Qualifier> | |
156 | - <Index>1</Index> | |
157 | - <ParameterKey>uks_orb_irmgse(0)</ParameterKey> | |
158 | - </Element> | |
159 | - <Element> | |
160 | - <Name>y</Name> | |
161 | - <Qualifier>Component.J</Qualifier> | |
162 | - <Index>2</Index> | |
163 | - <ParameterKey>uks_orb_irmgse(1)</ParameterKey> | |
164 | - </Element> | |
165 | - <Element> | |
166 | - <Name>z</Name> | |
167 | - <Qualifier>Component.K</Qualifier> | |
168 | - <Index>3</Index> | |
169 | - <ParameterKey>uks_orb_irmgse(2)</ParameterKey> | |
170 | - </Element> | |
171 | - </Structure> | |
172 | - </Parameter> | |
173 | - <Parameter> | |
174 | 137 | <Name>IRM_to_UKS_gse</Name> |
175 | 138 | <ParameterKey>uks_orb_scdist</ParameterKey> |
176 | 139 | <Description> |
177 | - #TEST# UKS Spacecraft position relative to IRM in GSE Cartesian coordinates | |
140 | + UKS Spacecraft position relative to IRM in GSE Cartesian coordinates | |
178 | 141 | </Description> |
179 | - <Units>Re</Units> | |
180 | - <UnitsConversion>6.378e6;km</UnitsConversion> | |
142 | + <Units>km</Units> | |
181 | 143 | <CoordinateSystem> |
182 | 144 | <CoordinateRepresentation>Cartesian</CoordinateRepresentation> |
183 | 145 | <CoordinateSystemName>GSE</CoordinateSystemName> | ... | ... |