Commit 5adc84401cfa5da88cefc36aac472f854a5a5430
1 parent
f426e3ad
Exists in
master
and in
12 other branches
cassini lon HCI
Showing
1 changed file
with
42 additions
and
11 deletions
Show diff stats
NumericalData/AMDA/Cassini/Ephemeris/cass-orb-cruise.xml
... | ... | @@ -137,10 +137,10 @@ |
137 | 137 | <SupportQuantity>Positional</SupportQuantity> |
138 | 138 | </Support> |
139 | 139 | </Parameter> |
140 | - <Parameter> | |
141 | - <Name>distance cass-sun</Name> | |
142 | - <ParameterKey>cass_r_sun</ParameterKey> | |
143 | - <Ucd>pos.distance;instr.obsty</Ucd> | |
140 | + <Parameter> | |
141 | + <Name>xyz_hci</Name> | |
142 | + <ParameterKey>cass_xyz_hci</ParameterKey> | |
143 | + <Ucd>pos.bodyrc;instr.obsty</Ucd> | |
144 | 144 | <Units>AU</Units> |
145 | 145 | <CoordinateSystem> |
146 | 146 | <CoordinateRepresentation>Cartesian</CoordinateRepresentation> |
... | ... | @@ -149,12 +149,42 @@ |
149 | 149 | <RenderingHints> |
150 | 150 | <DisplayType>TimeSeries</DisplayType> |
151 | 151 | </RenderingHints> |
152 | + <Structure> | |
153 | + <Size>3</Size> | |
154 | + <Element> | |
155 | + <Name>x</Name> | |
156 | + <Index>1</Index> | |
157 | + <ParameterKey>cass_xyz_hci(0)</ParameterKey> | |
158 | + </Element> | |
159 | + <Element> | |
160 | + <Name>y</Name> | |
161 | + <Index>2</Index> | |
162 | + <ParameterKey>cass_xyz_hci(1)</ParameterKey> | |
163 | + </Element> | |
164 | + <Element> | |
165 | + <Name>z</Name> | |
166 | + <Index>3</Index> | |
167 | + <ParameterKey>cass_xyz_hci(2)</ParameterKey> | |
168 | + </Element> | |
169 | + </Structure> | |
170 | + <Support> | |
171 | + <SupportQuantity>Positional</SupportQuantity> | |
172 | + </Support> | |
173 | + </Parameter> | |
174 | + <Parameter> | |
175 | + <Name>distance cass-sun</Name> | |
176 | + <ParameterKey>cass_r_sun</ParameterKey> | |
177 | + <Ucd>pos.distance;instr.obsty</Ucd> | |
178 | + <Units>AU</Units> | |
179 | + <RenderingHints> | |
180 | + <DisplayType>TimeSeries</DisplayType> | |
181 | + </RenderingHints> | |
152 | 182 | <Support> |
153 | 183 | <SupportQuantity>Positional</SupportQuantity> |
154 | 184 | </Support> |
155 | 185 | </Parameter> |
156 | 186 | <Parameter> |
157 | - <Name>lat_sun</Name> | |
187 | + <Name>lat IAU_SUN</Name> | |
158 | 188 | <ParameterKey>cass_lat_sun</ParameterKey> |
159 | 189 | <Ucd>pos.bodyrc.lat</Ucd> |
160 | 190 | <Units>deg</Units> |
... | ... | @@ -170,13 +200,9 @@ |
170 | 200 | </Support> |
171 | 201 | </Parameter> |
172 | 202 | <Parameter> |
173 | - <Name>lon_sun</Name> | |
203 | + <Name>lon IAU_SUN</Name> | |
174 | 204 | <ParameterKey>cass_lon_sun</ParameterKey> |
175 | - <Units>deg</Units> | |
176 | - <CoordinateSystem> | |
177 | - <CoordinateRepresentation>Spherical</CoordinateRepresentation> | |
178 | - <CoordinateSystemName>RTN</CoordinateSystemName> | |
179 | - </CoordinateSystem> | |
205 | + <Units>deg</Units> | |
180 | 206 | <RenderingHints> |
181 | 207 | <DisplayType>TimeSeries</DisplayType> |
182 | 208 | </RenderingHints> |
... | ... | @@ -184,5 +210,10 @@ |
184 | 210 | <SupportQuantity>Positional</SupportQuantity> |
185 | 211 | </Support> |
186 | 212 | </Parameter> |
213 | + <Parameter> | |
214 | + <Name>lon HCI</Name> | |
215 | + <ParameterKey>cass_lon_hci</ParameterKey> | |
216 | + <Units>deg</Units> | |
217 | + </Parameter> | |
187 | 218 | </NumericalData> |
188 | 219 | </Spase> | ... | ... |