You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Include barycentric correction for the Sun in get_BC_vel() and exposure_meter_BC_vel(), by using SolarBarycentricCorrection() function. We also include a ReflectedLightBarycentricCorrection() function for reflected light observations of Solar system objects to measure Solar RVs, based on the same principles as the Solar barycentric correcction. However, this last Reflected light routine has not been tested yet.
Switch from using Scipy constants to Astropy constants.