Commit bc3310144ec656c1888d09998fb6d23f4334e647
1 parent
fc2e30e9
Exists in
master
and in
11 other branches
new parameters for stereo A orbit
Showing
1 changed file
with
64 additions
and
9 deletions
Show diff stats
NumericalData/CDPP-AMDA/STEREO-A/Ephemeris/sta-l2-orb.xml
@@ -34,7 +34,7 @@ | @@ -34,7 +34,7 @@ | ||
34 | </TemporalDescription> | 34 | </TemporalDescription> |
35 | <Parameter> | 35 | <Parameter> |
36 | <Name>xyz_gse</Name> | 36 | <Name>xyz_gse</Name> |
37 | - <ParameterKey>sta_gse</ParameterKey> | 37 | + <ParameterKey>sta_xyz_gse</ParameterKey> |
38 | <Ucd>pos.earth;instr.obsty</Ucd> | 38 | <Ucd>pos.earth;instr.obsty</Ucd> |
39 | <Units>Re</Units> | 39 | <Units>Re</Units> |
40 | <CoordinateSystem> | 40 | <CoordinateSystem> |
@@ -49,17 +49,17 @@ | @@ -49,17 +49,17 @@ | ||
49 | <Element> | 49 | <Element> |
50 | <Name>x</Name> | 50 | <Name>x</Name> |
51 | <Index>1</Index> | 51 | <Index>1</Index> |
52 | - <ParameterKey>sta_gse(0)</ParameterKey> | 52 | + <ParameterKey>sta_xyz_gse(0)</ParameterKey> |
53 | </Element> | 53 | </Element> |
54 | <Element> | 54 | <Element> |
55 | <Name>y</Name> | 55 | <Name>y</Name> |
56 | <Index>2</Index> | 56 | <Index>2</Index> |
57 | - <ParameterKey>sta_gse(1)</ParameterKey> | 57 | + <ParameterKey>sta_xyz_gse(1)</ParameterKey> |
58 | </Element> | 58 | </Element> |
59 | <Element> | 59 | <Element> |
60 | <Name>z</Name> | 60 | <Name>z</Name> |
61 | <Index>3</Index> | 61 | <Index>3</Index> |
62 | - <ParameterKey>sta_gse(2)</ParameterKey> | 62 | + <ParameterKey>sta_xyz_gse(2)</ParameterKey> |
63 | </Element> | 63 | </Element> |
64 | </Structure> | 64 | </Structure> |
65 | <Support> | 65 | <Support> |
@@ -80,7 +80,7 @@ | @@ -80,7 +80,7 @@ | ||
80 | </Parameter> | 80 | </Parameter> |
81 | <Parameter> | 81 | <Parameter> |
82 | <Name>xyz_hee</Name> | 82 | <Name>xyz_hee</Name> |
83 | - <ParameterKey>sta_hee</ParameterKey> | 83 | + <ParameterKey>sta_xyz_hee</ParameterKey> |
84 | <Ucd>pos.heliocentric;pos.distance;instr.obsty</Ucd> | 84 | <Ucd>pos.heliocentric;pos.distance;instr.obsty</Ucd> |
85 | <Units>AU</Units> | 85 | <Units>AU</Units> |
86 | <CoordinateSystem> | 86 | <CoordinateSystem> |
@@ -95,17 +95,17 @@ | @@ -95,17 +95,17 @@ | ||
95 | <Element> | 95 | <Element> |
96 | <Name>x</Name> | 96 | <Name>x</Name> |
97 | <Index>1</Index> | 97 | <Index>1</Index> |
98 | - <ParameterKey>sta_hee(0)</ParameterKey> | 98 | + <ParameterKey>sta_xyz_hee(0)</ParameterKey> |
99 | </Element> | 99 | </Element> |
100 | <Element> | 100 | <Element> |
101 | <Name>y</Name> | 101 | <Name>y</Name> |
102 | <Index>2</Index> | 102 | <Index>2</Index> |
103 | - <ParameterKey>sta_hee(1)</ParameterKey> | 103 | + <ParameterKey>sta_xyz_hee(1)</ParameterKey> |
104 | </Element> | 104 | </Element> |
105 | <Element> | 105 | <Element> |
106 | <Name>z</Name> | 106 | <Name>z</Name> |
107 | <Index>3</Index> | 107 | <Index>3</Index> |
108 | - <ParameterKey>sta_hee(2)</ParameterKey> | 108 | + <ParameterKey>sta_xyz_hee(2)</ParameterKey> |
109 | </Element> | 109 | </Element> |
110 | </Structure> | 110 | </Structure> |
111 | <Support> | 111 | <Support> |
@@ -124,5 +124,60 @@ | @@ -124,5 +124,60 @@ | ||
124 | <SupportQuantity>Positional</SupportQuantity> | 124 | <SupportQuantity>Positional</SupportQuantity> |
125 | </Support> | 125 | </Support> |
126 | </Parameter> | 126 | </Parameter> |
127 | - </NumericalData> | 127 | + <Parameter> |
128 | + <Name>xyz_hci</Name> | ||
129 | + <ParameterKey>sta_xyz_hci</ParameterKey> | ||
130 | + <Units>AU</Units> | ||
131 | + <CoordinateSystem> | ||
132 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | ||
133 | + <CoordinateSystemName>HCI</CoordinateSystemName> | ||
134 | + </CoordinateSystem> | ||
135 | + <RenderingHints> | ||
136 | + <DisplayType>TimeSeries</DisplayType> | ||
137 | + </RenderingHints> | ||
138 | + <Structure> | ||
139 | + <Size>3</Size> | ||
140 | + <Element> | ||
141 | + <Name>x</Name> | ||
142 | + <Index>1</Index> | ||
143 | + <ParameterKey>sta_xyz_hci(0)</ParameterKey> | ||
144 | + </Element> | ||
145 | + <Element> | ||
146 | + <Name>y</Name> | ||
147 | + <Index>2</Index> | ||
148 | + <ParameterKey>sta_xyz_hci(1)</ParameterKey> | ||
149 | + </Element> | ||
150 | + <Element> | ||
151 | + <Name>z</Name> | ||
152 | + <Index>3</Index> | ||
153 | + <ParameterKey>sta_xyz_hci(2)</ParameterKey> | ||
154 | + </Element> | ||
155 | + </Structure> | ||
156 | + <Support> | ||
157 | + <SupportQuantity>Positional</SupportQuantity> | ||
158 | + </Support> | ||
159 | + </Parameter> | ||
160 | + <Parameter> | ||
161 | + <Name>lon hci</Name> | ||
162 | + <ParameterKey>sta_lon_hci</ParameterKey> | ||
163 | + <CoordinateSystem> | ||
164 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | ||
165 | + <CoordinateSystemName>HCI</CoordinateSystemName> | ||
166 | + </CoordinateSystem> | ||
167 | + <RenderingHints> | ||
168 | + <DisplayType>TimeSeries</DisplayType> | ||
169 | + </RenderingHints> | ||
170 | + </Parameter> | ||
171 | + <Parameter> | ||
172 | + <Name>lat hci</Name> | ||
173 | + <ParameterKey>sta_lat_hci</ParameterKey> | ||
174 | + <CoordinateSystem> | ||
175 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | ||
176 | + <CoordinateSystemName>HCI</CoordinateSystemName> | ||
177 | + </CoordinateSystem> | ||
178 | + <RenderingHints> | ||
179 | + <DisplayType>TimeSeries</DisplayType> | ||
180 | + </RenderingHints> | ||
181 | + </Parameter> | ||
182 | + </NumericalData> | ||
128 | </Spase> | 183 | </Spase> |