Commit 7c2b59c432bcb8399d4b6f8a26fbd07d70a6f9f6
1 parent
107a9c6c
Exists in
master
and in
11 other branches
added parameters for STEREO B orbit
Showing
1 changed file
with
119 additions
and
13 deletions
Show diff stats
NumericalData/CDPP-AMDA/STEREO-B/Ephemeris/stb-l2-orb.xml
... | ... | @@ -34,7 +34,7 @@ |
34 | 34 | <ObservedRegion>Heliosphere</ObservedRegion> |
35 | 35 | <Parameter> |
36 | 36 | <Name>xyz_gse</Name> |
37 | - <ParameterKey>stb_gse</ParameterKey> | |
37 | + <ParameterKey>stb_xyz_gse</ParameterKey> | |
38 | 38 | <Ucd>pos.earth;instr.obsty</Ucd> |
39 | 39 | <Units>Re</Units> |
40 | 40 | <CoordinateSystem> |
... | ... | @@ -49,17 +49,17 @@ |
49 | 49 | <Element> |
50 | 50 | <Name>x</Name> |
51 | 51 | <Index>1</Index> |
52 | - <ParameterKey>stb_gse(0)</ParameterKey> | |
52 | + <ParameterKey>stb_xzy_gse(0)</ParameterKey> | |
53 | 53 | </Element> |
54 | 54 | <Element> |
55 | 55 | <Name>y</Name> |
56 | 56 | <Index>2</Index> |
57 | - <ParameterKey>stb_gse(1)</ParameterKey> | |
57 | + <ParameterKey>stb_xzy_gse(1)</ParameterKey> | |
58 | 58 | </Element> |
59 | 59 | <Element> |
60 | 60 | <Name>z</Name> |
61 | 61 | <Index>3</Index> |
62 | - <ParameterKey>stb_gse(2)</ParameterKey> | |
62 | + <ParameterKey>stb_xzy_gse(2)</ParameterKey> | |
63 | 63 | </Element> |
64 | 64 | </Structure> |
65 | 65 | <Support> |
... | ... | @@ -68,7 +68,7 @@ |
68 | 68 | </Parameter> |
69 | 69 | <Parameter> |
70 | 70 | <Name>xyz_hee</Name> |
71 | - <ParameterKey>stb_hee</ParameterKey> | |
71 | + <ParameterKey>stb_xzy_hee</ParameterKey> | |
72 | 72 | <Ucd>pos.heliocentric;pos.distance;instr.obsty</Ucd> |
73 | 73 | <Units>AU</Units> |
74 | 74 | <CoordinateSystem> |
... | ... | @@ -83,17 +83,17 @@ |
83 | 83 | <Element> |
84 | 84 | <Name>x</Name> |
85 | 85 | <Index>1</Index> |
86 | - <ParameterKey>stb_hee(0)</ParameterKey> | |
86 | + <ParameterKey>stb_xzy_hee(0)</ParameterKey> | |
87 | 87 | </Element> |
88 | 88 | <Element> |
89 | 89 | <Name>y</Name> |
90 | 90 | <Index>2</Index> |
91 | - <ParameterKey>stb_hee(1)</ParameterKey> | |
91 | + <ParameterKey>stb_xzy_hee(1)</ParameterKey> | |
92 | 92 | </Element> |
93 | 93 | <Element> |
94 | 94 | <Name>z</Name> |
95 | 95 | <Index>3</Index> |
96 | - <ParameterKey>stb_hee(2)</ParameterKey> | |
96 | + <ParameterKey>stb_xzy_hee(2)</ParameterKey> | |
97 | 97 | </Element> |
98 | 98 | </Structure> |
99 | 99 | <Support> |
... | ... | @@ -101,18 +101,40 @@ |
101 | 101 | </Support> |
102 | 102 | </Parameter> |
103 | 103 | <Parameter> |
104 | - <Name>distance stb-sun</Name> | |
105 | - <ParameterKey>stb_r_hee</ParameterKey> | |
106 | - <Ucd>pos.distance</Ucd> | |
104 | + <Name>xyz_hci</Name> | |
105 | + <ParameterKey>stb_xyz_hci</ParameterKey> | |
106 | + <Ucd>pos.heliocentric;pos.distance;instr.obsty</Ucd> | |
107 | 107 | <Units>AU</Units> |
108 | + <CoordinateSystem> | |
109 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
110 | + <CoordinateSystemName>HCI</CoordinateSystemName> | |
111 | + </CoordinateSystem> | |
108 | 112 | <RenderingHints> |
109 | 113 | <DisplayType>TimeSeries</DisplayType> |
110 | 114 | </RenderingHints> |
115 | + <Structure> | |
116 | + <Size>3</Size> | |
117 | + <Element> | |
118 | + <Name>x</Name> | |
119 | + <Index>1</Index> | |
120 | + <ParameterKey>stb_xyz_hci(0)</ParameterKey> | |
121 | + </Element> | |
122 | + <Element> | |
123 | + <Name>y</Name> | |
124 | + <Index>2</Index> | |
125 | + <ParameterKey>stb_xyz_hci(1)</ParameterKey> | |
126 | + </Element> | |
127 | + <Element> | |
128 | + <Name>z</Name> | |
129 | + <Index>3</Index> | |
130 | + <ParameterKey>stb_xyz_hci(2)</ParameterKey> | |
131 | + </Element> | |
132 | + </Structure> | |
111 | 133 | <Support> |
112 | 134 | <SupportQuantity>Positional</SupportQuantity> |
113 | 135 | </Support> |
114 | - </Parameter> | |
115 | - <Parameter> | |
136 | + </Parameter> | |
137 | + <Parameter> | |
116 | 138 | <Name>distance stb-earth</Name> |
117 | 139 | <ParameterKey>stb_r_gse</ParameterKey> |
118 | 140 | <Ucd>pos.distance</Ucd> |
... | ... | @@ -124,5 +146,89 @@ |
124 | 146 | <SupportQuantity>Positional</SupportQuantity> |
125 | 147 | </Support> |
126 | 148 | </Parameter> |
149 | + <Parameter> | |
150 | + <Name>distance stb-sun</Name> | |
151 | + <ParameterKey>stb_r_hee</ParameterKey> | |
152 | + <Ucd>pos.distance</Ucd> | |
153 | + <Units>AU</Units> | |
154 | + <RenderingHints> | |
155 | + <DisplayType>TimeSeries</DisplayType> | |
156 | + </RenderingHints> | |
157 | + <Support> | |
158 | + <SupportQuantity>Positional</SupportQuantity> | |
159 | + </Support> | |
160 | + </Parameter> | |
161 | + <Parameter> | |
162 | + <Name>lon iau_sun</Name> | |
163 | + <ParameterKey>stb_lon_sun</ParameterKey> | |
164 | + <Units>deg</Units> | |
165 | + <CoordinateSystem> | |
166 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
167 | + <CoordinateSystemName>IAU_SUN</CoordinateSystemName> | |
168 | + </CoordinateSystem> | |
169 | + <RenderingHints> | |
170 | + <DisplayType>TimeSeries</DisplayType> | |
171 | + </RenderingHints> | |
172 | + </Parameter> | |
173 | + <Parameter> | |
174 | + <Name>lat iau_sun</Name> | |
175 | + <ParameterKey>stb_lat_sun</ParameterKey> | |
176 | + <Units>deg</Units> | |
177 | + <CoordinateSystem> | |
178 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
179 | + <CoordinateSystemName>IAU_SUN</CoordinateSystemName> | |
180 | + </CoordinateSystem> | |
181 | + <RenderingHints> | |
182 | + <DisplayType>TimeSeries</DisplayType> | |
183 | + </RenderingHints> | |
184 | + </Parameter> | |
185 | + <Parameter> | |
186 | + <Name>lon hee</Name> | |
187 | + <ParameterKey>stb_lon_hee</ParameterKey> | |
188 | + <Units>deg</Units> | |
189 | + <CoordinateSystem> | |
190 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
191 | + <CoordinateSystemName>HEE</CoordinateSystemName> | |
192 | + </CoordinateSystem> | |
193 | + <RenderingHints> | |
194 | + <DisplayType>TimeSeries</DisplayType> | |
195 | + </RenderingHints> | |
196 | + </Parameter> | |
197 | + <Parameter> | |
198 | + <Name>lat hee</Name> | |
199 | + <ParameterKey>stb_lat_hee</ParameterKey> | |
200 | + <Units>deg</Units> | |
201 | + <CoordinateSystem> | |
202 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
203 | + <CoordinateSystemName>HEE</CoordinateSystemName> | |
204 | + </CoordinateSystem> | |
205 | + <RenderingHints> | |
206 | + <DisplayType>TimeSeries</DisplayType> | |
207 | + </RenderingHints> | |
208 | + </Parameter> | |
209 | + <Parameter> | |
210 | + <Name>lon hci</Name> | |
211 | + <ParameterKey>stb_lon_hci</ParameterKey> | |
212 | + <Units>deg</Units> | |
213 | + <CoordinateSystem> | |
214 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
215 | + <CoordinateSystemName>HCI</CoordinateSystemName> | |
216 | + </CoordinateSystem> | |
217 | + <RenderingHints> | |
218 | + <DisplayType>TimeSeries</DisplayType> | |
219 | + </RenderingHints> | |
220 | + </Parameter> | |
221 | + <Parameter> | |
222 | + <Name>lat hci</Name> | |
223 | + <ParameterKey>stb_lat_hci</ParameterKey> | |
224 | + <Units>deg</Units> | |
225 | + <CoordinateSystem> | |
226 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
227 | + <CoordinateSystemName>HCI</CoordinateSystemName> | |
228 | + </CoordinateSystem> | |
229 | + <RenderingHints> | |
230 | + <DisplayType>TimeSeries</DisplayType> | |
231 | + </RenderingHints> | |
232 | + </Parameter> | |
127 | 233 | </NumericalData> |
128 | 234 | </Spase> | ... | ... |