Commit 0ddbedb8618a35809bfddd57003cbf908bd48d5e
1 parent
73dfa92e
Exists in
master
and in
12 other branches
uranus hci
Showing
1 changed file
with
35 additions
and
7 deletions
Show diff stats
NumericalData/AMDA/Ephemerides/uranus-orb-all.xml
... | ... | @@ -6,7 +6,17 @@ |
6 | 6 | <ResourceHeader> |
7 | 7 | <ResourceName>Uranus</ResourceName> |
8 | 8 | <ReleaseDate>2015-10-14T11:46:29Z</ReleaseDate> |
9 | - <Description/> | |
9 | + <Description>Heliocentric Inertial (HCI) Frame : | |
10 | + * The solar rotation axis is the primary vector: the Z axis points in the solar north direction; | |
11 | + * The solar ascending node on the ecliptic of J2000 forms the X axis. | |
12 | + * The Y axis is Z cross X, completing the right-handed reference frame. | |
13 | + Heliocentric Earth Ecliptic (HEE) Frame : | |
14 | + * The position of the earth relative to the sun is the primary vector: the X axis points from the sun to the earth. | |
15 | + * The northern surface normal to the mean ecliptic of date is the secondary vector: the Z axis is the component of this vector orthogonal to the X axis. | |
16 | + * The Y axis is Z cross X, completing the right-handed reference frame. | |
17 | + Solar longitude (Ls) : | |
18 | + * The solar longitude Ls is the Planet-Sun angle, measured from the Northern Hemisphere spring equinox where Ls=0. | |
19 | +Ls=90 thus corresponds to northern summer solstice, just as Ls=180 marks the northern autumn equinox and Ls=270 the northern winter solstice.</Description> | |
10 | 20 | <Contact> |
11 | 21 | <PersonID>spase://CDPP/Person/NAIF</PersonID> |
12 | 22 | <Role>PrincipalInvestigator</Role> |
... | ... | @@ -108,30 +118,48 @@ |
108 | 118 | <Support> |
109 | 119 | <SupportQuantity>Positional</SupportQuantity> |
110 | 120 | </Support> |
111 | - </Parameter> | |
121 | + </Parameter> | |
112 | 122 | <Parameter> |
113 | - <Name>longitude IAU_sun</Name> | |
114 | - <ParameterKey>uranus_sol_lon</ParameterKey> | |
123 | + <Name>latitude HCI</Name> | |
124 | + <ParameterKey>uranus_hci_lat</ParameterKey> | |
115 | 125 | <Ucd/> |
116 | - <Units>rad</Units> | |
126 | + <Units>deg</Units> | |
117 | 127 | <Support> |
118 | 128 | <SupportQuantity>Positional</SupportQuantity> |
119 | 129 | </Support> |
120 | 130 | </Parameter> |
121 | 131 | <Parameter> |
132 | + <Name>longitude HCI</Name> | |
133 | + <ParameterKey>uranus_hci_lon</ParameterKey> | |
134 | + <Ucd/> | |
135 | + <Units>deg</Units> | |
136 | + <Support> | |
137 | + <SupportQuantity>Positional</SupportQuantity> | |
138 | + </Support> | |
139 | + </Parameter> | |
140 | + <Parameter> | |
122 | 141 | <Name>latitude IAU_sun</Name> |
123 | 142 | <ParameterKey>uranus_sol_lat</ParameterKey> |
124 | 143 | <Ucd/> |
125 | - <Units>rad</Units> | |
144 | + <Units>deg</Units> | |
126 | 145 | <Support> |
127 | 146 | <SupportQuantity>Positional</SupportQuantity> |
128 | 147 | </Support> |
129 | 148 | </Parameter> |
130 | 149 | <Parameter> |
150 | + <Name>longitude IAU_sun</Name> | |
151 | + <ParameterKey>uranus_sol_lon</ParameterKey> | |
152 | + <Ucd/> | |
153 | + <Units>deg</Units> | |
154 | + <Support> | |
155 | + <SupportQuantity>Positional</SupportQuantity> | |
156 | + </Support> | |
157 | + </Parameter> | |
158 | + <Parameter> | |
131 | 159 | <Name>solar longitude (Ls)</Name> |
132 | 160 | <ParameterKey>uranus_sol_ls</ParameterKey> |
133 | 161 | <Ucd/> |
134 | - <Units>rad</Units> | |
162 | + <Units>deg</Units> | |
135 | 163 | <Support> |
136 | 164 | <SupportQuantity>Positional</SupportQuantity> |
137 | 165 | </Support> |
... | ... |