Commit 8d31ce32a6394b5ab05b5013e1ed3ce1504d8b8f
1 parent
82a6824d
Exists in
master
and in
11 other branches
added parameter for STEREO ephemerides
Showing
2 changed files
with
66 additions
and
1 deletions
Show diff stats
NumericalData/CDPP-AMDA/STEREO-A/Ephemeris/sta-l2-orb.xml
... | ... | @@ -133,7 +133,39 @@ |
133 | 133 | <SupportQuantity>Positional</SupportQuantity> |
134 | 134 | </Support> |
135 | 135 | </Parameter> |
136 | - | |
136 | + <Parameter> | |
137 | + <Name>xyz_iau_sun</Name> | |
138 | + <ParameterKey>sta_xyz_iausun</ParameterKey> | |
139 | + <Units>AU</Units> | |
140 | + <CoordinateSystem> | |
141 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
142 | + <CoordinateSystemName>IAU_SUN</CoordinateSystemName> | |
143 | + </CoordinateSystem> | |
144 | + <RenderingHints> | |
145 | + <DisplayType>TimeSeries</DisplayType> | |
146 | + </RenderingHints> | |
147 | + <Structure> | |
148 | + <Size>3</Size> | |
149 | + <Element> | |
150 | + <Name>x</Name> | |
151 | + <Index>1</Index> | |
152 | + <ParameterKey>sta_xyz_iausun(0)</ParameterKey> | |
153 | + </Element> | |
154 | + <Element> | |
155 | + <Name>y</Name> | |
156 | + <Index>2</Index> | |
157 | + <ParameterKey>sta_xyz_iausun(1)</ParameterKey> | |
158 | + </Element> | |
159 | + <Element> | |
160 | + <Name>z</Name> | |
161 | + <Index>3</Index> | |
162 | + <ParameterKey>sta_xyz_iausun(2)</ParameterKey> | |
163 | + </Element> | |
164 | + </Structure> | |
165 | + <Support> | |
166 | + <SupportQuantity>Positional</SupportQuantity> | |
167 | + </Support> | |
168 | + </Parameter> | |
137 | 169 | <Parameter> |
138 | 170 | <Name>distance sta-earth</Name> |
139 | 171 | <ParameterKey>sta_r_gse</ParameterKey> | ... | ... |
NumericalData/CDPP-AMDA/STEREO-B/Ephemeris/stb-l2-orb.xml
... | ... | @@ -134,6 +134,39 @@ |
134 | 134 | <SupportQuantity>Positional</SupportQuantity> |
135 | 135 | </Support> |
136 | 136 | </Parameter> |
137 | + <Parameter> | |
138 | + <Name>xyz_iau_sun</Name> | |
139 | + <ParameterKey>stb_xyz_iausun</ParameterKey> | |
140 | + <Units>AU</Units> | |
141 | + <CoordinateSystem> | |
142 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
143 | + <CoordinateSystemName>IAU_SUN</CoordinateSystemName> | |
144 | + </CoordinateSystem> | |
145 | + <RenderingHints> | |
146 | + <DisplayType>TimeSeries</DisplayType> | |
147 | + </RenderingHints> | |
148 | + <Structure> | |
149 | + <Size>3</Size> | |
150 | + <Element> | |
151 | + <Name>x</Name> | |
152 | + <Index>1</Index> | |
153 | + <ParameterKey>stb_xyz_iausun(0)</ParameterKey> | |
154 | + </Element> | |
155 | + <Element> | |
156 | + <Name>y</Name> | |
157 | + <Index>2</Index> | |
158 | + <ParameterKey>stb_xyz_iausun(1)</ParameterKey> | |
159 | + </Element> | |
160 | + <Element> | |
161 | + <Name>z</Name> | |
162 | + <Index>3</Index> | |
163 | + <ParameterKey>stb_xyz_iausun(2)</ParameterKey> | |
164 | + </Element> | |
165 | + </Structure> | |
166 | + <Support> | |
167 | + <SupportQuantity>Positional</SupportQuantity> | |
168 | + </Support> | |
169 | + </Parameter> | |
137 | 170 | <Parameter> |
138 | 171 | <Name>distance stb-earth</Name> |
139 | 172 | <ParameterKey>stb_r_gse</ParameterKey> | ... | ... |