@@ -445,8 +445,8 @@ def ephemerides_async(self, *, airmass_lessthan=99,
445
445
+------------------+-----------------------------------------------+
446
446
| true_anom | True Anomaly (float, deg, ``Tru_Anom``) |
447
447
+------------------+-----------------------------------------------+
448
- | hour_angle | local apparent hour angle (string, |
449
- | | sexagesimal angular hours , ``L_Ap_Hour_Ang``) |
448
+ | hour_angle | local apparent hour angle (float, |
449
+ | | hour , ``L_Ap_Hour_Ang``) |
450
450
+------------------+-----------------------------------------------+
451
451
| alpha_true | true phase angle (float, deg, ``phi``) |
452
452
+------------------+-----------------------------------------------+
@@ -456,6 +456,45 @@ def ephemerides_async(self, *, airmass_lessthan=99,
456
456
| PABLat | phase angle bisector latitude |
457
457
| | (float, deg, ``PAB-LAT``) |
458
458
+------------------+-----------------------------------------------+
459
+ | App_Lon_Sun | apparent target-centered longitude of the Sun |
460
+ | | (float, hour, ``App_Lon_Sun``) |
461
+ +------------------+-----------------------------------------------+
462
+ | RA_ICRF_app | airless apparent right ascension of the target|
463
+ | | in the ICRF |
464
+ | | (float, hour, ``RA_(ICRF-a-app)``) |
465
+ +------------------+-----------------------------------------------+
466
+ | DEC_ICRF_app | airless apparent declination of the target |
467
+ | | in the ICRF |
468
+ | | (float, deg, ``DEC_(ICRF-a-app)``) |
469
+ +------------------+-----------------------------------------------+
470
+ | RA_ICRF_rate_app | RA rate of change in the targets' ICRF |
471
+ | | multiplied by the cosine of declination |
472
+ | | (float, arcsec/hour, ``I_dRA*cosD``) |
473
+ +------------------+-----------------------------------------------+
474
+ | DEC_ICRF_rate_app| DEC rate of change in the targets' ICRF |
475
+ | | (float, arcsec/hour, ``I_d(DEC)/dt``) |
476
+ +------------------+-----------------------------------------------+
477
+ | Sky_motion | Total apparent angular rate in the plane-of- |
478
+ | | sky |
479
+ | | (float, arcsec/minute, ``Sky_motion``) |
480
+ +------------------+-----------------------------------------------+
481
+ | Sky_mot_PA | position angle direction of motion in the |
482
+ | | plane-of-sky |
483
+ | | (float, deg, ``Sky_mot_PA``) |
484
+ +------------------+-----------------------------------------------+
485
+ | RelVel-ANG | flight path angle of the target's relative |
486
+ | | motion with respect to the observer's |
487
+ | | line-of-sight |
488
+ | | (float, deg, ``RelVel-ANG``) |
489
+ +------------------+-----------------------------------------------+
490
+ | Lun_Sky_Brt | Sky brightness due to moonlight |
491
+ | | (float, mag, ``Lun_Sky_Brt``) |
492
+ +------------------+-----------------------------------------------+
493
+ | sky_SNR | approximate visual signal-to-noise ratio of |
494
+ | | the target's brightness divided by lunar sky |
495
+ | | brightness |
496
+ | | (float, unitless, ``sky_SNR``) |
497
+ +------------------+-----------------------------------------------+
459
498
460
499
461
500
Parameters
0 commit comments