@@ -92,7 +92,7 @@ def get_ephemerides_async(self, targetname, *, objtype='asteroid',
92
92
Type of coordinates to be calculated: ``1``: spherical, ``2``:
93
93
rectangular, ``3``: local coordinates (azimuth and elevation),
94
94
``4``: hour angle coordinates, ``5``: dedicated to observation,
95
- ``6``: dedicated to AO observation. Default: ``1``
95
+ Default: ``1``
96
96
97
97
timescale : str, optional
98
98
The time scale used in the computation of the ephemerides:
@@ -144,40 +144,38 @@ def get_ephemerides_async(self, targetname, *, objtype='asteroid',
144
144
+==================+===============================================+
145
145
| ``target`` | Target name (str, 1, 2, 3, 4, 5, 6 ) |
146
146
+------------------+-----------------------------------------------+
147
- | ``epoch`` | Ephemerides epoch (JD, float, 1, 2, 3, 4, 5, |
148
- | | 6) |
147
+ | ``epoch`` | Ephemerides epoch (JD, float, 1, 2, 3, 4, 5) |
149
148
+------------------+-----------------------------------------------+
150
149
| ``RA`` | Target RA at ``ephtype`` (deg, float, 1) |
151
150
+------------------+-----------------------------------------------+
152
151
| ``DEC`` | Target declination at ``ephtype`` (deg, |
153
152
| | float, 1, 4, 5) |
154
153
+------------------+-----------------------------------------------+
155
- | ``RAJ2000`` | Target RA at J2000 (deg, float, 5, 6) |
154
+ | ``RAJ2000`` | Target RA at J2000 (deg, float, 5) |
156
155
+------------------+-----------------------------------------------+
157
- | ``DECJ2000`` | Target declination at J2000 (deg, float, 5, 6) |
156
+ | ``DECJ2000`` | Target declination at J2000 (deg, float, 5) |
158
157
+------------------+-----------------------------------------------+
159
158
| ``AZ`` | Target azimuth (deg, float, 3, 5) |
160
159
+------------------+-----------------------------------------------+
161
160
| ``EL`` | Target elevation (deg, float, 3, 5) |
162
161
+------------------+-----------------------------------------------+
163
162
| ``delta`` | Distance from observer (au, float, 1, 2, 3, |
164
- | | 4, 5, 6) |
163
+ | | 4, 5) |
165
164
+------------------+-----------------------------------------------+
166
- | ``delta_rate`` | Rate in observer distance (km/s, float, |
167
- | | 1, 5, 6) |
165
+ | ``delta_rate`` | Rate in observer distance (km/s, float, 1, 5) |
168
166
+------------------+-----------------------------------------------+
169
167
| ``V`` | Apparent visual magnitude (mag, float, 1, 2, |
170
- | | 3, 4, 5, 6) |
168
+ | | 3, 4, 5) |
171
169
+------------------+-----------------------------------------------+
172
- | ``alpha`` | Solar phase angle (deg, 1, 2, 3, 4, 5, 6) |
170
+ | ``alpha`` | Solar phase angle (deg, 1, 2, 3, 4, 5) |
173
171
+------------------+-----------------------------------------------+
174
- | ``elong`` | Solar elongation angle (deg, 1, 2, 3, 4, 5, 6) |
172
+ | ``elong`` | Solar elongation angle (deg, 1, 2, 3, 4, 5) |
175
173
+------------------+-----------------------------------------------+
176
174
| ``RAcosD_rate`` | Rate of motion in RA * cos(DEC) (arcsec/min, |
177
- | | float, 1, 5, 6) |
175
+ | | float, 1, 5) |
178
176
+------------------+-----------------------------------------------+
179
177
| ``DEC_rate`` | Rate of motion in DEC (arcsec/min, float, 1, |
180
- | | 5, 6) |
178
+ | | 5) |
181
179
+------------------+-----------------------------------------------+
182
180
| ``x`` | X position state vector (au, float, 2) |
183
181
+------------------+-----------------------------------------------+
@@ -193,8 +191,7 @@ def get_ephemerides_async(self, targetname, *, objtype='asteroid',
193
191
+------------------+-----------------------------------------------+
194
192
| ``rv`` | Radial velocity (km/s, float, 2) |
195
193
+------------------+-----------------------------------------------+
196
- | ``heldist`` | Target heliocentric distance (au, float, 2, |
197
- | | 5, 6) |
194
+ | ``heldist`` | Target heliocentric distance (au, float, 2, 5)|
198
195
+------------------+-----------------------------------------------+
199
196
| ``x_h`` | X heliocentric position vector (au, float, 2) |
200
197
+------------------+-----------------------------------------------+
@@ -210,13 +207,13 @@ def get_ephemerides_async(self, targetname, *, objtype='asteroid',
210
207
+------------------+-----------------------------------------------+
211
208
| ``hourangle`` | Target hour angle (deg, float, 4, 5) |
212
209
+------------------+-----------------------------------------------+
213
- | ``siderealtime`` | Local sidereal time (hr, float, 5, 6) |
210
+ | ``siderealtime`` | Local sidereal time (hr, float, 5) |
214
211
+------------------+-----------------------------------------------+
215
- | ``refraction`` | Atmospheric refraction (arcsec, float, 5, 6) |
212
+ | ``refraction`` | Atmospheric refraction (arcsec, float, 5) |
216
213
+------------------+-----------------------------------------------+
217
- | ``airmass`` | Target airmass (float, 5, 6) |
214
+ | ``airmass`` | Target airmass (float, 5) |
218
215
+------------------+-----------------------------------------------+
219
- | ``posunc`` | Positional uncertainty (arcsec, float, 5, 6) |
216
+ | ``posunc`` | Positional uncertainty (arcsec, float, 5) |
220
217
+------------------+-----------------------------------------------+
221
218
222
219
0 commit comments