Commit e02c74d00826ea7678d5b9d6ce01a134d13c1a59
1 parent
b78cd585
Exists in
master
and in
11 other branches
added HAE for PSP and mercury
Showing
2 changed files
with
27 additions
and
2 deletions
Show diff stats
NumericalData/CDPP-AMDA/Ephemerides/mercury-orb-all.xml
... | ... | @@ -157,6 +157,16 @@ Ls=90 thus corresponds to northern summer solstice, just as Ls=180 marks the nor |
157 | 157 | <Support> |
158 | 158 | <SupportQuantity>Positional</SupportQuantity> |
159 | 159 | </Support> |
160 | - </Parameter> | |
160 | + </Parameter> | |
161 | + <Parameter> | |
162 | + <Name>lon hae</Name> | |
163 | + <ParameterKey>mercury_lon_hae</ParameterKey> | |
164 | + <Units>deg</Units> | |
165 | + </Parameter> | |
166 | + <Parameter> | |
167 | + <Name>lat hae</Name> | |
168 | + <ParameterKey>mercury_lat_hae</ParameterKey> | |
169 | + <Units>deg</Units> | |
170 | + </Parameter> | |
161 | 171 | </NumericalData> |
162 | 172 | </Spase> | ... | ... |
NumericalData/CDPP-AMDA/PSP/ORBIT/psp-orb-all.xml
... | ... | @@ -238,6 +238,21 @@ |
238 | 238 | <Units>deg</Units> |
239 | 239 | <UnitsConversion/> |
240 | 240 | </Parameter> |
241 | - | |
241 | + <Parameter> | |
242 | + <Name>lon hae</Name> | |
243 | + <ParameterKey>psp_lon_hae</ParameterKey> | |
244 | + <Description/> | |
245 | + <Ucd/> | |
246 | + <Units>deg</Units> | |
247 | + <UnitsConversion/> | |
248 | + </Parameter> | |
249 | + <Parameter> | |
250 | + <Name>lat hae</Name> | |
251 | + <ParameterKey>psp_lat_hae</ParameterKey> | |
252 | + <Description/> | |
253 | + <Ucd/> | |
254 | + <Units>deg</Units> | |
255 | + <UnitsConversion/> | |
256 | + </Parameter> | |
242 | 257 | </NumericalData> |
243 | 258 | </Spase> | ... | ... |