diff --git a/README.md b/README.md index 61b810c9..3b89dbbc 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,11 @@ of complexity. So I decided to create Astronomy Engine with the following engine - Support JavaScript, C, C#, and Python with the same algorithms, and verify them to produce identical results. - No external dependencies! The code must not require anything outside the standard library for each language. -- Minified JavaScript code less than 100K. (The current size is 96449 bytes.) +<<<<<<< HEAD +- Minified JavaScript code less than 100K. (The current size is 98573 bytes.) +======= +- Minified JavaScript code less than 100K. (The current size is 98573 bytes.) +>>>>>>> libration - Accuracy always within 1 arcminute of results from NOVAS. - It would be well documented, relatively easy to use, and support a wide variety of common use cases. diff --git a/demo/browser/astronomy.browser.js b/demo/browser/astronomy.browser.js index 9e9395b4..8eb71e18 100644 --- a/demo/browser/astronomy.browser.js +++ b/demo/browser/astronomy.browser.js @@ -34,9 +34,9 @@ */ 'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); -exports.IlluminationInfo = exports.EclipticLongitude = exports.AngleFromSun = exports.PairLongitude = exports.SearchSunLongitude = exports.Search = exports.BaryState = exports.GeoVector = exports.HelioDistance = exports.HelioVector = exports.JupiterMoons = exports.JupiterMoonsInfo = exports.GeoMoon = exports.Ecliptic = exports.ObserverGravity = exports.VectorObserver = exports.ObserverVector = exports.Equator = exports.SunPosition = exports.Observer = exports.Horizon = exports.EclipticCoordinates = exports.HorizontalCoordinates = exports.MakeRotation = exports.RotationMatrix = exports.EquatorialCoordinates = exports.Spherical = exports.StateVector = exports.Vector = exports.CalcMoonCount = exports.MakeTime = exports.AstroTime = exports.SetDeltaTFunction = exports.DeltaT_JplHorizons = exports.DeltaT_EspenakMeeus = exports.Body = exports.AngleBetween = exports.CALLISTO_RADIUS_KM = exports.GANYMEDE_RADIUS_KM = exports.EUROPA_RADIUS_KM = exports.IO_RADIUS_KM = exports.JUPITER_MEAN_RADIUS_KM = exports.JUPITER_POLAR_RADIUS_KM = exports.JUPITER_EQUATORIAL_RADIUS_KM = exports.RAD2HOUR = exports.RAD2DEG = exports.HOUR2RAD = exports.DEG2RAD = exports.KM_PER_AU = exports.C_AUDAY = void 0; -exports.ConstellationInfo = exports.Rotation_GAL_EQJ = exports.Rotation_EQJ_GAL = exports.Rotation_HOR_ECL = exports.Rotation_ECL_HOR = exports.Rotation_ECL_EQD = exports.Rotation_EQD_ECL = exports.Rotation_EQJ_HOR = exports.Rotation_HOR_EQJ = exports.Rotation_HOR_EQD = exports.Rotation_EQD_HOR = exports.Rotation_EQD_EQJ = exports.Rotation_EQJ_EQD = exports.Rotation_ECL_EQJ = exports.Rotation_EQJ_ECL = exports.RotateState = exports.RotateVector = exports.InverseRefraction = exports.Refraction = exports.VectorFromHorizon = exports.HorizonFromVector = exports.SphereFromVector = exports.EquatorFromVector = exports.VectorFromSphere = exports.Pivot = exports.IdentityMatrix = exports.CombineRotation = exports.InverseRotation = exports.NextPlanetApsis = exports.SearchPlanetApsis = exports.NextLunarApsis = exports.SearchLunarApsis = exports.Apsis = exports.SearchPeakMagnitude = exports.SearchMaxElongation = exports.Elongation = exports.ElongationEvent = exports.Seasons = exports.SeasonInfo = exports.SearchHourAngle = exports.HourAngleEvent = exports.SearchAltitude = exports.SearchRiseSet = exports.NextMoonQuarter = exports.SearchMoonQuarter = exports.MoonQuarter = exports.SearchMoonPhase = exports.MoonPhase = exports.SearchRelativeLongitude = exports.Illumination = void 0; -exports.NextTransit = exports.SearchTransit = exports.TransitInfo = exports.NextLocalSolarEclipse = exports.SearchLocalSolarEclipse = exports.LocalSolarEclipseInfo = exports.EclipseEvent = exports.NextGlobalSolarEclipse = exports.SearchGlobalSolarEclipse = exports.NextLunarEclipse = exports.GlobalSolarEclipseInfo = exports.SearchLunarEclipse = exports.LunarEclipseInfo = exports.Constellation = void 0; +exports.AngleFromSun = exports.PairLongitude = exports.SearchSunLongitude = exports.Search = exports.BaryState = exports.GeoVector = exports.HelioDistance = exports.HelioVector = exports.JupiterMoons = exports.JupiterMoonsInfo = exports.GeoMoon = exports.Ecliptic = exports.ObserverGravity = exports.VectorObserver = exports.ObserverVector = exports.Equator = exports.SunPosition = exports.Observer = exports.Horizon = exports.EclipticCoordinates = exports.HorizontalCoordinates = exports.MakeRotation = exports.RotationMatrix = exports.EquatorialCoordinates = exports.Spherical = exports.StateVector = exports.Vector = exports.Libration = exports.LibrationInfo = exports.CalcMoonCount = exports.MakeTime = exports.AstroTime = exports.SetDeltaTFunction = exports.DeltaT_JplHorizons = exports.DeltaT_EspenakMeeus = exports.Body = exports.AngleBetween = exports.CALLISTO_RADIUS_KM = exports.GANYMEDE_RADIUS_KM = exports.EUROPA_RADIUS_KM = exports.IO_RADIUS_KM = exports.JUPITER_MEAN_RADIUS_KM = exports.JUPITER_POLAR_RADIUS_KM = exports.JUPITER_EQUATORIAL_RADIUS_KM = exports.RAD2HOUR = exports.RAD2DEG = exports.HOUR2RAD = exports.DEG2RAD = exports.KM_PER_AU = exports.C_AUDAY = void 0; +exports.Rotation_EQJ_GAL = exports.Rotation_HOR_ECL = exports.Rotation_ECL_HOR = exports.Rotation_ECL_EQD = exports.Rotation_EQD_ECL = exports.Rotation_EQJ_HOR = exports.Rotation_HOR_EQJ = exports.Rotation_HOR_EQD = exports.Rotation_EQD_HOR = exports.Rotation_EQD_EQJ = exports.Rotation_EQJ_EQD = exports.Rotation_ECL_EQJ = exports.Rotation_EQJ_ECL = exports.RotateState = exports.RotateVector = exports.InverseRefraction = exports.Refraction = exports.VectorFromHorizon = exports.HorizonFromVector = exports.SphereFromVector = exports.EquatorFromVector = exports.VectorFromSphere = exports.Pivot = exports.IdentityMatrix = exports.CombineRotation = exports.InverseRotation = exports.NextPlanetApsis = exports.SearchPlanetApsis = exports.NextLunarApsis = exports.SearchLunarApsis = exports.Apsis = exports.SearchPeakMagnitude = exports.SearchMaxElongation = exports.Elongation = exports.ElongationEvent = exports.Seasons = exports.SeasonInfo = exports.SearchHourAngle = exports.HourAngleEvent = exports.SearchAltitude = exports.SearchRiseSet = exports.NextMoonQuarter = exports.SearchMoonQuarter = exports.MoonQuarter = exports.SearchMoonPhase = exports.MoonPhase = exports.SearchRelativeLongitude = exports.Illumination = exports.IlluminationInfo = exports.EclipticLongitude = void 0; +exports.NextTransit = exports.SearchTransit = exports.TransitInfo = exports.NextLocalSolarEclipse = exports.SearchLocalSolarEclipse = exports.LocalSolarEclipseInfo = exports.EclipseEvent = exports.NextGlobalSolarEclipse = exports.SearchGlobalSolarEclipse = exports.NextLunarEclipse = exports.GlobalSolarEclipseInfo = exports.SearchLunarEclipse = exports.LunarEclipseInfo = exports.Constellation = exports.ConstellationInfo = exports.Rotation_GAL_EQJ = void 0; /** * @brief The speed of light in AU/day. */ @@ -1571,6 +1571,136 @@ function CalcMoon(time) { distance_au: (ARC * EARTH_EQUATORIAL_RADIUS_AU) / (0.999953253 * SINPI) }; } +/** + * @brief Lunar libration angles, returned by {@link Libration}. + * + * @property {number} elat + * Sub-Earth libration ecliptic latitude angle, in degrees. + * @property {number} elon + * Sub-Earth libration ecliptic longitude angle, in degrees. + * @property {number} mlat + * Moon's geocentric ecliptic latitude. + * @property {number} mlon + * Moon's geocentric ecliptic longitude. + * @property {number} dist_km + * Distance between the centers of the Earth and Moon in kilometers. + * @property {number} diam_deg + * The apparent angular diameter of the Moon, in degrees, as seen from the center of the Earth. + */ +class LibrationInfo { + constructor(elat, elon, mlat, mlon, dist_km, diam_deg) { + this.elat = elat; + this.elon = elon; + this.mlat = mlat; + this.mlon = mlon; + this.dist_km = dist_km; + this.diam_deg = diam_deg; + } +} +exports.LibrationInfo = LibrationInfo; +/** + * @brief Calculates the Moon's libration angles at a given moment in time. + * + * Libration is an observed back-and-forth wobble of the portion of the + * Moon visible from the Earth. It is caused by the imperfect tidal locking + * of the Moon's fixed rotation rate, compared to its variable angular speed + * of orbit around the Earth. + * + * This function calculates a pair of perpendicular libration angles, + * one representing rotation of the Moon in eclitpic longitude `elon`, the other + * in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. + * + * This function also returns the geocentric position of the Moon + * expressed in ecliptic longitude `mlon`, ecliptic latitude `mlat`, the + * distance `dist_km` between the centers of the Earth and Moon expressed in kilometers, + * and the apparent angular diameter of the Moon `diam_deg`. + * + * @param {FlexibleDateTime} date + * A Date object, a number of UTC days since the J2000 epoch (noon on January 1, 2000), + * or an AstroTime object. + * + * @returns {LibrationInfo} + */ +function Libration(date) { + const time = MakeTime(date); + const t = time.tt / 36525.0; + const t2 = t * t; + const t3 = t2 * t; + const t4 = t2 * t2; + const moon = CalcMoon(time); + const mlon = moon.geo_eclip_lon; + const mlat = moon.geo_eclip_lat; + const dist_km = moon.distance_au * exports.KM_PER_AU; + // Inclination angle + const I = exports.DEG2RAD * 1.54242; + // Moon's argument of latitude in radians. + const f = exports.DEG2RAD * NormalizeLongitude(93.2720950 + 483202.0175233 * t - 0.0036539 * t2 - t3 / 3526000 + t4 / 863310000); + // Moon's ascending node's mean longitude in radians. + const omega = exports.DEG2RAD * NormalizeLongitude(125.0445479 - 1934.1362891 * t + 0.0020754 * t2 + t3 / 467441 - t4 / 60616000); + // Sun's mean anomaly. + const m = exports.DEG2RAD * NormalizeLongitude(357.5291092 + 35999.0502909 * t - 0.0001536 * t2 + t3 / 24490000); + // Moon's mean anomaly. + const mdash = exports.DEG2RAD * NormalizeLongitude(134.9633964 + 477198.8675055 * t + 0.0087414 * t2 + t3 / 69699 - t4 / 14712000); + // Moon's mean elongation. + const d = exports.DEG2RAD * NormalizeLongitude(297.8501921 + 445267.1114034 * t - 0.0018819 * t2 + t3 / 545868 - t4 / 113065000); + // Eccentricity of the Earth's orbit. + const e = 1.0 - 0.002516 * t - 0.0000074 * t2; + // Optical librations + const w = mlon - omega; + const a = Math.atan2(Math.sin(w) * Math.cos(mlat) * Math.cos(I) - Math.sin(mlat) * Math.sin(I), Math.cos(w) * Math.cos(mlat)); + const ldash = LongitudeOffset(exports.RAD2DEG * (a - f)); + const bdash = Math.asin(-Math.sin(w) * Math.cos(mlat) * Math.sin(I) - Math.sin(mlat) * Math.cos(I)); + // Physical librations + const k1 = exports.DEG2RAD * (119.75 + 131.849 * t); + const k2 = exports.DEG2RAD * (72.56 + 20.186 * t); + const rho = (-0.02752 * Math.cos(mdash) + + -0.02245 * Math.sin(f) + + +0.00684 * Math.cos(mdash - 2 * f) + + -0.00293 * Math.cos(2 * f) + + -0.00085 * Math.cos(2 * f - 2 * d) + + -0.00054 * Math.cos(mdash - 2 * d) + + -0.00020 * Math.sin(mdash + f) + + -0.00020 * Math.cos(mdash + 2 * f) + + -0.00020 * Math.cos(mdash - f) + + +0.00014 * Math.cos(mdash + 2 * f - 2 * d)); + const sigma = (-0.02816 * Math.sin(mdash) + + +0.02244 * Math.cos(f) + + -0.00682 * Math.sin(mdash - 2 * f) + + -0.00279 * Math.sin(2 * f) + + -0.00083 * Math.sin(2 * f - 2 * d) + + +0.00069 * Math.sin(mdash - 2 * d) + + +0.00040 * Math.cos(mdash + f) + + -0.00025 * Math.sin(2 * mdash) + + -0.00023 * Math.sin(mdash + 2 * f) + + +0.00020 * Math.cos(mdash - f) + + +0.00019 * Math.sin(mdash - f) + + +0.00013 * Math.sin(mdash + 2 * f - 2 * d) + + -0.00010 * Math.cos(mdash - 3 * f)); + const tau = (+0.02520 * e * Math.sin(m) + + +0.00473 * Math.sin(2 * mdash - 2 * f) + + -0.00467 * Math.sin(mdash) + + +0.00396 * Math.sin(k1) + + +0.00276 * Math.sin(2 * mdash - 2 * d) + + +0.00196 * Math.sin(omega) + + -0.00183 * Math.cos(mdash - f) + + +0.00115 * Math.sin(mdash - 2 * d) + + -0.00096 * Math.sin(mdash - d) + + +0.00046 * Math.sin(2 * f - 2 * d) + + -0.00039 * Math.sin(mdash - f) + + -0.00032 * Math.sin(mdash - m - d) + + +0.00027 * Math.sin(2 * mdash - m - 2 * d) + + +0.00023 * Math.sin(k2) + + -0.00014 * Math.sin(2 * d) + + +0.00014 * Math.cos(2 * mdash - 2 * f) + + -0.00012 * Math.sin(mdash - 2 * f) + + -0.00012 * Math.sin(2 * mdash) + + +0.00011 * Math.sin(2 * mdash - 2 * m - 2 * d)); + const ldash2 = -tau + (rho * Math.cos(a) + sigma * Math.sin(a)) * Math.tan(bdash); + const bdash2 = sigma * Math.cos(a) - rho * Math.sin(a); + const diam_deg = 2.0 * exports.RAD2DEG * Math.atan(MOON_MEAN_RADIUS_KM / Math.sqrt(dist_km * dist_km - MOON_MEAN_RADIUS_KM * MOON_MEAN_RADIUS_KM)); + return new LibrationInfo(exports.RAD2DEG * bdash + bdash2, ldash + ldash2, mlat, mlon, dist_km, diam_deg); +} +exports.Libration = Libration; function precession(pos, time, dir) { const r = precession_rot(time, dir); return [ diff --git a/demo/nodejs/astronomy.js b/demo/nodejs/astronomy.js index d610ef44..0b756685 100644 --- a/demo/nodejs/astronomy.js +++ b/demo/nodejs/astronomy.js @@ -33,9 +33,9 @@ */ 'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); -exports.IlluminationInfo = exports.EclipticLongitude = exports.AngleFromSun = exports.PairLongitude = exports.SearchSunLongitude = exports.Search = exports.BaryState = exports.GeoVector = exports.HelioDistance = exports.HelioVector = exports.JupiterMoons = exports.JupiterMoonsInfo = exports.GeoMoon = exports.Ecliptic = exports.ObserverGravity = exports.VectorObserver = exports.ObserverVector = exports.Equator = exports.SunPosition = exports.Observer = exports.Horizon = exports.EclipticCoordinates = exports.HorizontalCoordinates = exports.MakeRotation = exports.RotationMatrix = exports.EquatorialCoordinates = exports.Spherical = exports.StateVector = exports.Vector = exports.CalcMoonCount = exports.MakeTime = exports.AstroTime = exports.SetDeltaTFunction = exports.DeltaT_JplHorizons = exports.DeltaT_EspenakMeeus = exports.Body = exports.AngleBetween = exports.CALLISTO_RADIUS_KM = exports.GANYMEDE_RADIUS_KM = exports.EUROPA_RADIUS_KM = exports.IO_RADIUS_KM = exports.JUPITER_MEAN_RADIUS_KM = exports.JUPITER_POLAR_RADIUS_KM = exports.JUPITER_EQUATORIAL_RADIUS_KM = exports.RAD2HOUR = exports.RAD2DEG = exports.HOUR2RAD = exports.DEG2RAD = exports.KM_PER_AU = exports.C_AUDAY = void 0; -exports.ConstellationInfo = exports.Rotation_GAL_EQJ = exports.Rotation_EQJ_GAL = exports.Rotation_HOR_ECL = exports.Rotation_ECL_HOR = exports.Rotation_ECL_EQD = exports.Rotation_EQD_ECL = exports.Rotation_EQJ_HOR = exports.Rotation_HOR_EQJ = exports.Rotation_HOR_EQD = exports.Rotation_EQD_HOR = exports.Rotation_EQD_EQJ = exports.Rotation_EQJ_EQD = exports.Rotation_ECL_EQJ = exports.Rotation_EQJ_ECL = exports.RotateState = exports.RotateVector = exports.InverseRefraction = exports.Refraction = exports.VectorFromHorizon = exports.HorizonFromVector = exports.SphereFromVector = exports.EquatorFromVector = exports.VectorFromSphere = exports.Pivot = exports.IdentityMatrix = exports.CombineRotation = exports.InverseRotation = exports.NextPlanetApsis = exports.SearchPlanetApsis = exports.NextLunarApsis = exports.SearchLunarApsis = exports.Apsis = exports.SearchPeakMagnitude = exports.SearchMaxElongation = exports.Elongation = exports.ElongationEvent = exports.Seasons = exports.SeasonInfo = exports.SearchHourAngle = exports.HourAngleEvent = exports.SearchAltitude = exports.SearchRiseSet = exports.NextMoonQuarter = exports.SearchMoonQuarter = exports.MoonQuarter = exports.SearchMoonPhase = exports.MoonPhase = exports.SearchRelativeLongitude = exports.Illumination = void 0; -exports.NextTransit = exports.SearchTransit = exports.TransitInfo = exports.NextLocalSolarEclipse = exports.SearchLocalSolarEclipse = exports.LocalSolarEclipseInfo = exports.EclipseEvent = exports.NextGlobalSolarEclipse = exports.SearchGlobalSolarEclipse = exports.NextLunarEclipse = exports.GlobalSolarEclipseInfo = exports.SearchLunarEclipse = exports.LunarEclipseInfo = exports.Constellation = void 0; +exports.AngleFromSun = exports.PairLongitude = exports.SearchSunLongitude = exports.Search = exports.BaryState = exports.GeoVector = exports.HelioDistance = exports.HelioVector = exports.JupiterMoons = exports.JupiterMoonsInfo = exports.GeoMoon = exports.Ecliptic = exports.ObserverGravity = exports.VectorObserver = exports.ObserverVector = exports.Equator = exports.SunPosition = exports.Observer = exports.Horizon = exports.EclipticCoordinates = exports.HorizontalCoordinates = exports.MakeRotation = exports.RotationMatrix = exports.EquatorialCoordinates = exports.Spherical = exports.StateVector = exports.Vector = exports.Libration = exports.LibrationInfo = exports.CalcMoonCount = exports.MakeTime = exports.AstroTime = exports.SetDeltaTFunction = exports.DeltaT_JplHorizons = exports.DeltaT_EspenakMeeus = exports.Body = exports.AngleBetween = exports.CALLISTO_RADIUS_KM = exports.GANYMEDE_RADIUS_KM = exports.EUROPA_RADIUS_KM = exports.IO_RADIUS_KM = exports.JUPITER_MEAN_RADIUS_KM = exports.JUPITER_POLAR_RADIUS_KM = exports.JUPITER_EQUATORIAL_RADIUS_KM = exports.RAD2HOUR = exports.RAD2DEG = exports.HOUR2RAD = exports.DEG2RAD = exports.KM_PER_AU = exports.C_AUDAY = void 0; +exports.Rotation_EQJ_GAL = exports.Rotation_HOR_ECL = exports.Rotation_ECL_HOR = exports.Rotation_ECL_EQD = exports.Rotation_EQD_ECL = exports.Rotation_EQJ_HOR = exports.Rotation_HOR_EQJ = exports.Rotation_HOR_EQD = exports.Rotation_EQD_HOR = exports.Rotation_EQD_EQJ = exports.Rotation_EQJ_EQD = exports.Rotation_ECL_EQJ = exports.Rotation_EQJ_ECL = exports.RotateState = exports.RotateVector = exports.InverseRefraction = exports.Refraction = exports.VectorFromHorizon = exports.HorizonFromVector = exports.SphereFromVector = exports.EquatorFromVector = exports.VectorFromSphere = exports.Pivot = exports.IdentityMatrix = exports.CombineRotation = exports.InverseRotation = exports.NextPlanetApsis = exports.SearchPlanetApsis = exports.NextLunarApsis = exports.SearchLunarApsis = exports.Apsis = exports.SearchPeakMagnitude = exports.SearchMaxElongation = exports.Elongation = exports.ElongationEvent = exports.Seasons = exports.SeasonInfo = exports.SearchHourAngle = exports.HourAngleEvent = exports.SearchAltitude = exports.SearchRiseSet = exports.NextMoonQuarter = exports.SearchMoonQuarter = exports.MoonQuarter = exports.SearchMoonPhase = exports.MoonPhase = exports.SearchRelativeLongitude = exports.Illumination = exports.IlluminationInfo = exports.EclipticLongitude = void 0; +exports.NextTransit = exports.SearchTransit = exports.TransitInfo = exports.NextLocalSolarEclipse = exports.SearchLocalSolarEclipse = exports.LocalSolarEclipseInfo = exports.EclipseEvent = exports.NextGlobalSolarEclipse = exports.SearchGlobalSolarEclipse = exports.NextLunarEclipse = exports.GlobalSolarEclipseInfo = exports.SearchLunarEclipse = exports.LunarEclipseInfo = exports.Constellation = exports.ConstellationInfo = exports.Rotation_GAL_EQJ = void 0; /** * @brief The speed of light in AU/day. */ @@ -1570,6 +1570,136 @@ function CalcMoon(time) { distance_au: (ARC * EARTH_EQUATORIAL_RADIUS_AU) / (0.999953253 * SINPI) }; } +/** + * @brief Lunar libration angles, returned by {@link Libration}. + * + * @property {number} elat + * Sub-Earth libration ecliptic latitude angle, in degrees. + * @property {number} elon + * Sub-Earth libration ecliptic longitude angle, in degrees. + * @property {number} mlat + * Moon's geocentric ecliptic latitude. + * @property {number} mlon + * Moon's geocentric ecliptic longitude. + * @property {number} dist_km + * Distance between the centers of the Earth and Moon in kilometers. + * @property {number} diam_deg + * The apparent angular diameter of the Moon, in degrees, as seen from the center of the Earth. + */ +class LibrationInfo { + constructor(elat, elon, mlat, mlon, dist_km, diam_deg) { + this.elat = elat; + this.elon = elon; + this.mlat = mlat; + this.mlon = mlon; + this.dist_km = dist_km; + this.diam_deg = diam_deg; + } +} +exports.LibrationInfo = LibrationInfo; +/** + * @brief Calculates the Moon's libration angles at a given moment in time. + * + * Libration is an observed back-and-forth wobble of the portion of the + * Moon visible from the Earth. It is caused by the imperfect tidal locking + * of the Moon's fixed rotation rate, compared to its variable angular speed + * of orbit around the Earth. + * + * This function calculates a pair of perpendicular libration angles, + * one representing rotation of the Moon in eclitpic longitude `elon`, the other + * in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. + * + * This function also returns the geocentric position of the Moon + * expressed in ecliptic longitude `mlon`, ecliptic latitude `mlat`, the + * distance `dist_km` between the centers of the Earth and Moon expressed in kilometers, + * and the apparent angular diameter of the Moon `diam_deg`. + * + * @param {FlexibleDateTime} date + * A Date object, a number of UTC days since the J2000 epoch (noon on January 1, 2000), + * or an AstroTime object. + * + * @returns {LibrationInfo} + */ +function Libration(date) { + const time = MakeTime(date); + const t = time.tt / 36525.0; + const t2 = t * t; + const t3 = t2 * t; + const t4 = t2 * t2; + const moon = CalcMoon(time); + const mlon = moon.geo_eclip_lon; + const mlat = moon.geo_eclip_lat; + const dist_km = moon.distance_au * exports.KM_PER_AU; + // Inclination angle + const I = exports.DEG2RAD * 1.54242; + // Moon's argument of latitude in radians. + const f = exports.DEG2RAD * NormalizeLongitude(93.2720950 + 483202.0175233 * t - 0.0036539 * t2 - t3 / 3526000 + t4 / 863310000); + // Moon's ascending node's mean longitude in radians. + const omega = exports.DEG2RAD * NormalizeLongitude(125.0445479 - 1934.1362891 * t + 0.0020754 * t2 + t3 / 467441 - t4 / 60616000); + // Sun's mean anomaly. + const m = exports.DEG2RAD * NormalizeLongitude(357.5291092 + 35999.0502909 * t - 0.0001536 * t2 + t3 / 24490000); + // Moon's mean anomaly. + const mdash = exports.DEG2RAD * NormalizeLongitude(134.9633964 + 477198.8675055 * t + 0.0087414 * t2 + t3 / 69699 - t4 / 14712000); + // Moon's mean elongation. + const d = exports.DEG2RAD * NormalizeLongitude(297.8501921 + 445267.1114034 * t - 0.0018819 * t2 + t3 / 545868 - t4 / 113065000); + // Eccentricity of the Earth's orbit. + const e = 1.0 - 0.002516 * t - 0.0000074 * t2; + // Optical librations + const w = mlon - omega; + const a = Math.atan2(Math.sin(w) * Math.cos(mlat) * Math.cos(I) - Math.sin(mlat) * Math.sin(I), Math.cos(w) * Math.cos(mlat)); + const ldash = LongitudeOffset(exports.RAD2DEG * (a - f)); + const bdash = Math.asin(-Math.sin(w) * Math.cos(mlat) * Math.sin(I) - Math.sin(mlat) * Math.cos(I)); + // Physical librations + const k1 = exports.DEG2RAD * (119.75 + 131.849 * t); + const k2 = exports.DEG2RAD * (72.56 + 20.186 * t); + const rho = (-0.02752 * Math.cos(mdash) + + -0.02245 * Math.sin(f) + + +0.00684 * Math.cos(mdash - 2 * f) + + -0.00293 * Math.cos(2 * f) + + -0.00085 * Math.cos(2 * f - 2 * d) + + -0.00054 * Math.cos(mdash - 2 * d) + + -0.00020 * Math.sin(mdash + f) + + -0.00020 * Math.cos(mdash + 2 * f) + + -0.00020 * Math.cos(mdash - f) + + +0.00014 * Math.cos(mdash + 2 * f - 2 * d)); + const sigma = (-0.02816 * Math.sin(mdash) + + +0.02244 * Math.cos(f) + + -0.00682 * Math.sin(mdash - 2 * f) + + -0.00279 * Math.sin(2 * f) + + -0.00083 * Math.sin(2 * f - 2 * d) + + +0.00069 * Math.sin(mdash - 2 * d) + + +0.00040 * Math.cos(mdash + f) + + -0.00025 * Math.sin(2 * mdash) + + -0.00023 * Math.sin(mdash + 2 * f) + + +0.00020 * Math.cos(mdash - f) + + +0.00019 * Math.sin(mdash - f) + + +0.00013 * Math.sin(mdash + 2 * f - 2 * d) + + -0.00010 * Math.cos(mdash - 3 * f)); + const tau = (+0.02520 * e * Math.sin(m) + + +0.00473 * Math.sin(2 * mdash - 2 * f) + + -0.00467 * Math.sin(mdash) + + +0.00396 * Math.sin(k1) + + +0.00276 * Math.sin(2 * mdash - 2 * d) + + +0.00196 * Math.sin(omega) + + -0.00183 * Math.cos(mdash - f) + + +0.00115 * Math.sin(mdash - 2 * d) + + -0.00096 * Math.sin(mdash - d) + + +0.00046 * Math.sin(2 * f - 2 * d) + + -0.00039 * Math.sin(mdash - f) + + -0.00032 * Math.sin(mdash - m - d) + + +0.00027 * Math.sin(2 * mdash - m - 2 * d) + + +0.00023 * Math.sin(k2) + + -0.00014 * Math.sin(2 * d) + + +0.00014 * Math.cos(2 * mdash - 2 * f) + + -0.00012 * Math.sin(mdash - 2 * f) + + -0.00012 * Math.sin(2 * mdash) + + +0.00011 * Math.sin(2 * mdash - 2 * m - 2 * d)); + const ldash2 = -tau + (rho * Math.cos(a) + sigma * Math.sin(a)) * Math.tan(bdash); + const bdash2 = sigma * Math.cos(a) - rho * Math.sin(a); + const diam_deg = 2.0 * exports.RAD2DEG * Math.atan(MOON_MEAN_RADIUS_KM / Math.sqrt(dist_km * dist_km - MOON_MEAN_RADIUS_KM * MOON_MEAN_RADIUS_KM)); + return new LibrationInfo(exports.RAD2DEG * bdash + bdash2, ldash + ldash2, mlat, mlon, dist_km, diam_deg); +} +exports.Libration = Libration; function precession(pos, time, dir) { const r = precession_rot(time, dir); return [ diff --git a/demo/nodejs/calendar/astronomy.ts b/demo/nodejs/calendar/astronomy.ts index 8705d9fe..6dc96327 100644 --- a/demo/nodejs/calendar/astronomy.ts +++ b/demo/nodejs/calendar/astronomy.ts @@ -1675,6 +1675,155 @@ function CalcMoon(time: AstroTime) { }; } +/** + * @brief Lunar libration angles, returned by {@link Libration}. + * + * @property {number} elat + * Sub-Earth libration ecliptic latitude angle, in degrees. + * @property {number} elon + * Sub-Earth libration ecliptic longitude angle, in degrees. + * @property {number} mlat + * Moon's geocentric ecliptic latitude. + * @property {number} mlon + * Moon's geocentric ecliptic longitude. + * @property {number} dist_km + * Distance between the centers of the Earth and Moon in kilometers. + * @property {number} diam_deg + * The apparent angular diameter of the Moon, in degrees, as seen from the center of the Earth. + */ +export class LibrationInfo { + constructor( + public elat: number, + public elon: number, + public mlat: number, + public mlon: number, + public dist_km: number, + public diam_deg: number + ) {} +} + +/** + * @brief Calculates the Moon's libration angles at a given moment in time. + * + * Libration is an observed back-and-forth wobble of the portion of the + * Moon visible from the Earth. It is caused by the imperfect tidal locking + * of the Moon's fixed rotation rate, compared to its variable angular speed + * of orbit around the Earth. + * + * This function calculates a pair of perpendicular libration angles, + * one representing rotation of the Moon in eclitpic longitude `elon`, the other + * in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. + * + * This function also returns the geocentric position of the Moon + * expressed in ecliptic longitude `mlon`, ecliptic latitude `mlat`, the + * distance `dist_km` between the centers of the Earth and Moon expressed in kilometers, + * and the apparent angular diameter of the Moon `diam_deg`. + * + * @param {FlexibleDateTime} date + * A Date object, a number of UTC days since the J2000 epoch (noon on January 1, 2000), + * or an AstroTime object. + * + * @returns {LibrationInfo} + */ +export function Libration(date: FlexibleDateTime): LibrationInfo { + const time = MakeTime(date); + const t = time.tt / 36525.0; + const t2 = t * t; + const t3 = t2 * t; + const t4 = t2 * t2; + const moon = CalcMoon(time); + const mlon = moon.geo_eclip_lon; + const mlat = moon.geo_eclip_lat; + const dist_km = moon.distance_au * KM_PER_AU; + + // Inclination angle + const I = DEG2RAD * 1.54242; + + // Moon's argument of latitude in radians. + const f = DEG2RAD * NormalizeLongitude(93.2720950 + 483202.0175233*t - 0.0036539*t2 - t3/3526000 + t4/863310000); + + // Moon's ascending node's mean longitude in radians. + const omega = DEG2RAD * NormalizeLongitude(125.0445479 - 1934.1362891*t + 0.0020754*t2 + t3/467441 - t4/60616000); + + // Sun's mean anomaly. + const m = DEG2RAD * NormalizeLongitude(357.5291092 + 35999.0502909*t - 0.0001536*t2 + t3/24490000); + + // Moon's mean anomaly. + const mdash = DEG2RAD * NormalizeLongitude(134.9633964 + 477198.8675055*t + 0.0087414*t2 + t3/69699 - t4/14712000); + + // Moon's mean elongation. + const d = DEG2RAD * NormalizeLongitude(297.8501921 + 445267.1114034*t - 0.0018819*t2 + t3/545868 - t4/113065000); + + // Eccentricity of the Earth's orbit. + const e = 1.0 - 0.002516*t - 0.0000074*t2; + + // Optical librations + const w = mlon - omega; + const a = Math.atan2(Math.sin(w)*Math.cos(mlat)*Math.cos(I) - Math.sin(mlat)*Math.sin(I), Math.cos(w)*Math.cos(mlat)); + const ldash = LongitudeOffset(RAD2DEG * (a - f)); + const bdash = Math.asin(-Math.sin(w)*Math.cos(mlat)*Math.sin(I) - Math.sin(mlat)*Math.cos(I)); + + // Physical librations + const k1 = DEG2RAD*(119.75 + 131.849*t); + const k2 = DEG2RAD*(72.56 + 20.186*t); + + const rho = ( + -0.02752*Math.cos(mdash) + + -0.02245*Math.sin(f) + + +0.00684*Math.cos(mdash - 2*f) + + -0.00293*Math.cos(2*f) + + -0.00085*Math.cos(2*f - 2*d) + + -0.00054*Math.cos(mdash - 2*d) + + -0.00020*Math.sin(mdash + f) + + -0.00020*Math.cos(mdash + 2*f) + + -0.00020*Math.cos(mdash - f) + + +0.00014*Math.cos(mdash + 2*f - 2*d) + ); + + const sigma = ( + -0.02816*Math.sin(mdash) + + +0.02244*Math.cos(f) + + -0.00682*Math.sin(mdash - 2*f) + + -0.00279*Math.sin(2*f) + + -0.00083*Math.sin(2*f - 2*d) + + +0.00069*Math.sin(mdash - 2*d) + + +0.00040*Math.cos(mdash + f) + + -0.00025*Math.sin(2*mdash) + + -0.00023*Math.sin(mdash + 2*f) + + +0.00020*Math.cos(mdash - f) + + +0.00019*Math.sin(mdash - f) + + +0.00013*Math.sin(mdash + 2*f - 2*d) + + -0.00010*Math.cos(mdash - 3*f) + ); + + const tau = ( + +0.02520*e*Math.sin(m) + + +0.00473*Math.sin(2*mdash - 2*f) + + -0.00467*Math.sin(mdash) + + +0.00396*Math.sin(k1) + + +0.00276*Math.sin(2*mdash - 2*d) + + +0.00196*Math.sin(omega) + + -0.00183*Math.cos(mdash - f) + + +0.00115*Math.sin(mdash - 2*d) + + -0.00096*Math.sin(mdash - d) + + +0.00046*Math.sin(2*f - 2*d) + + -0.00039*Math.sin(mdash - f) + + -0.00032*Math.sin(mdash - m - d) + + +0.00027*Math.sin(2*mdash - m - 2*d) + + +0.00023*Math.sin(k2) + + -0.00014*Math.sin(2*d) + + +0.00014*Math.cos(2*mdash - 2*f) + + -0.00012*Math.sin(mdash - 2*f) + + -0.00012*Math.sin(2*mdash) + + +0.00011*Math.sin(2*mdash - 2*m - 2*d) + ); + + const ldash2 = -tau + (rho*Math.cos(a) + sigma*Math.sin(a))*Math.tan(bdash); + const bdash2 = sigma*Math.cos(a) - rho*Math.sin(a); + const diam_deg = 2.0 * RAD2DEG * Math.atan(MOON_MEAN_RADIUS_KM / Math.sqrt(dist_km*dist_km - MOON_MEAN_RADIUS_KM*MOON_MEAN_RADIUS_KM)); + return new LibrationInfo(RAD2DEG*bdash + bdash2, ldash + ldash2, mlat, mlon, dist_km, diam_deg); +} + function precession(pos: ArrayVector, time: AstroTime, dir: PrecessDirection): ArrayVector { const r = precession_rot(time, dir); return [ diff --git a/demo/python/astronomy.py b/demo/python/astronomy.py index c707cb28..54157657 100644 --- a/demo/python/astronomy.py +++ b/demo/python/astronomy.py @@ -8537,3 +8537,157 @@ def NextTransit(body, prevTransitTime): """ startTime = prevTransitTime.AddDays(100.0) return SearchTransit(body, startTime) + + +class LibrationInfo: + """Lunar libration angles, returned by #Libration. + + Contains lunar libration angles and lunar position information + for a given moment in time. See #Libration for more details. + + Attributes + ---------- + elat : float + Sub-Earth libration ecliptic latitude angle, in degrees. + elon : float + Sub-Earth libration ecliptic longitude angle, in degrees. + mlat : float + Moon's geocentric ecliptic latitude. + mlon : float + Moon's geocentric ecliptic longitude. + dist_km : float + Distance between the centers of the Earth and Moon in kilometers. + diam_deg : float + The apparent angular diameter of the Moon as seen from the center of the Earth. + """ + def __init__(self, elat, elon, mlat, mlon, dist_km, diam_deg): + self.elat = elat + self.elon = elon + self.mlat = mlat + self.mlon = mlon + self.dist_km = dist_km + self.diam_deg = diam_deg + + +def Libration(time): + """Calculates the Moon's libration angles at a given moment in time. + + Libration is an observed back-and-forth wobble of the portion of the + Moon visible from the Earth. It is caused by the imperfect tidal locking + of the Moon's fixed rotation rate, compared to its variable angular speed + of orbit around the Earth. + + This function calculates a pair of perpendicular libration angles, + one representing rotation of the Moon in eclitpic longitude `elon`, the other + in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. + + This function also returns the geocentric position of the Moon + expressed in ecliptic longitude `mlon`, ecliptic latitude `mlat`, the + distance `dist_km` between the centers of the Earth and Moon expressed in kilometers, + and the apparent angular diameter of the Moon `diam_deg`. + + Parameters + ---------- + time : Time + The date and time for which to calculate the Moon's libration angles. + + Returns + ------- + LibrationInfo + """ + t = time.tt / 36525.0 + t2 = t * t + t3 = t2 * t + t4 = t2 * t2 + moon = _CalcMoon(time) + mlon = moon.geo_eclip_lon + mlat = moon.geo_eclip_lat + dist_km = moon.distance_au * KM_PER_AU + diam_deg = 2.0 * math.degrees(math.atan(_MOON_MEAN_RADIUS_KM / math.sqrt(dist_km*dist_km - _MOON_MEAN_RADIUS_KM*_MOON_MEAN_RADIUS_KM))) + + # Inclination angle + I = math.radians(1.54242) + + # Moon's argument of latitude in radians. + f = math.radians(_NormalizeLongitude(93.2720950 + 483202.0175233*t - 0.0036539*t2 - t3/3526000 + t4/863310000)) + + # Moon's ascending node's mean longitude in radians. + omega = math.radians(_NormalizeLongitude(125.0445479 - 1934.1362891*t + 0.0020754*t2 + t3/467441 - t4/60616000)) + + # Sun's mean anomaly. + m = math.radians(_NormalizeLongitude(357.5291092 + 35999.0502909*t - 0.0001536*t2 + t3/24490000)) + + # Moon's mean anomaly. + mdash = math.radians(_NormalizeLongitude(134.9633964 + 477198.8675055*t + 0.0087414*t2 + t3/69699 - t4/14712000)) + + # Moon's mean elongation. + d = math.radians(_NormalizeLongitude(297.8501921 + 445267.1114034*t - 0.0018819*t2 + t3/545868 - t4/113065000)) + + # Eccentricity of the Earth's orbit. + e = 1.0 - 0.002516*t - 0.0000074*t2 + + # Optical librations + w = mlon - omega + a = math.atan2(math.sin(w)*math.cos(mlat)*math.cos(I) - math.sin(mlat)*math.sin(I), math.cos(w)*math.cos(mlat)) + ldash = _LongitudeOffset(math.degrees(a - f)) + bdash = math.asin(-math.sin(w)*math.cos(mlat)*math.sin(I) - math.sin(mlat)*math.cos(I)) + + # Physical librations + k1 = math.radians(119.75 + 131.849*t) + k2 = math.radians(72.56 + 20.186*t) + + rho = ( + -0.02752*math.cos(mdash) + + -0.02245*math.sin(f) + + +0.00684*math.cos(mdash - 2*f) + + -0.00293*math.cos(2*f) + + -0.00085*math.cos(2*f - 2*d) + + -0.00054*math.cos(mdash - 2*d) + + -0.00020*math.sin(mdash + f) + + -0.00020*math.cos(mdash + 2*f) + + -0.00020*math.cos(mdash - f) + + +0.00014*math.cos(mdash + 2*f - 2*d) + ) + + sigma = ( + -0.02816*math.sin(mdash) + + +0.02244*math.cos(f) + + -0.00682*math.sin(mdash - 2*f) + + -0.00279*math.sin(2*f) + + -0.00083*math.sin(2*f - 2*d) + + +0.00069*math.sin(mdash - 2*d) + + +0.00040*math.cos(mdash + f) + + -0.00025*math.sin(2*mdash) + + -0.00023*math.sin(mdash + 2*f) + + +0.00020*math.cos(mdash - f) + + +0.00019*math.sin(mdash - f) + + +0.00013*math.sin(mdash + 2*f - 2*d) + + -0.00010*math.cos(mdash - 3*f) + ) + + tau = ( + +0.02520*e*math.sin(m) + + +0.00473*math.sin(2*mdash - 2*f) + + -0.00467*math.sin(mdash) + + +0.00396*math.sin(k1) + + +0.00276*math.sin(2*mdash - 2*d) + + +0.00196*math.sin(omega) + + -0.00183*math.cos(mdash - f) + + +0.00115*math.sin(mdash - 2*d) + + -0.00096*math.sin(mdash - d) + + +0.00046*math.sin(2*f - 2*d) + + -0.00039*math.sin(mdash - f) + + -0.00032*math.sin(mdash - m - d) + + +0.00027*math.sin(2*mdash - m - 2*d) + + +0.00023*math.sin(k2) + + -0.00014*math.sin(2*d) + + +0.00014*math.cos(2*mdash - 2*f) + + -0.00012*math.sin(mdash - 2*f) + + -0.00012*math.sin(2*mdash) + + +0.00011*math.sin(2*mdash - 2*m - 2*d) + ) + + ldash2 = -tau + (rho*math.cos(a) + sigma*math.sin(a))*math.tan(bdash) + bdash = math.degrees(bdash) + bdash2 = sigma*math.cos(a) - rho*math.sin(a) + return LibrationInfo(bdash + bdash2, ldash + ldash2, mlat, mlon, dist_km, diam_deg) diff --git a/generate/ctest.c b/generate/ctest.c index ea97a570..719da0c7 100644 --- a/generate/ctest.c +++ b/generate/ctest.c @@ -134,6 +134,7 @@ static int Issue103(void); static int AberrationTest(void); static int BaryStateTest(void); static int Twilight(void); +static int LibrationTest(void); typedef int (* unit_test_func_t) (void); @@ -156,6 +157,7 @@ static unit_test_t UnitTests[] = {"global_solar_eclipse", GlobalSolarEclipseTest}, {"issue_103", Issue103}, {"jupiter_moons", JupiterMoonsTest}, + {"libration", LibrationTest}, {"local_solar_eclipse", LocalSolarEclipseTest}, {"lunar_eclipse", LunarEclipseTest}, {"lunar_eclipse_78", LunarEclipseIssue78}, @@ -1707,6 +1709,46 @@ fail: /*-----------------------------------------------------------------------------------------------------------*/ +static int ParseMonthName(const char *mtext, int *month) +{ + if (month == NULL) + return 1; + + *month = -1; + + if (mtext == NULL) + return 2; + + if (!strcmp(mtext, "Jan")) + *month = 1; + else if (!strcmp(mtext, "Feb")) + *month = 2; + else if (!strcmp(mtext, "Mar")) + *month = 3; + else if (!strcmp(mtext, "Apr")) + *month = 4; + else if (!strcmp(mtext, "May")) + *month = 5; + else if (!strcmp(mtext, "Jun")) + *month = 6; + else if (!strcmp(mtext, "Jul")) + *month = 7; + else if (!strcmp(mtext, "Aug")) + *month = 8; + else if (!strcmp(mtext, "Sep")) + *month = 9; + else if (!strcmp(mtext, "Oct")) + *month = 10; + else if (!strcmp(mtext, "Nov")) + *month = 11; + else if (!strcmp(mtext, "Dec")) + *month = 12; + else + return 3; + + return 0; /* success */ +} + static const char *ParseJplHorizonsDateTime(const char *text, astro_time_t *time) { int year, month, day, hour, minute; @@ -4572,3 +4614,112 @@ fail: } /*-----------------------------------------------------------------------------------------------------------*/ + +static int Libration(const char *filename, int *ndata, double *var_lon, double *var_lat) +{ + int error; + FILE *infile; + int lnum, count, nscanned; + char line[200]; + int day, month, year, hour, minute; + char mtext[4]; + double phase, age, diam, dist, ra, dec, slon, slat, elon, elat, axisa; + astro_time_t time; + astro_libration_t lib; + double diff_elon, diff_elat, diff_distance, diff_diam; + double max_diff_elon = 0.0, max_diff_elat = 0.0, max_diff_distance = 0.0, max_diff_diam = 0.0; + + infile = fopen(filename, "rt"); + if (infile == NULL) + FAIL("C Libration: cannot open input file: %s\n", filename); + + lnum = 0; + count = 0; + while (ReadLine(line, sizeof(line), infile, filename, lnum)) + { + ++lnum; + if (lnum == 1) + { + if (strcmp(line, " Date Time Phase Age Diam Dist RA Dec Slon Slat Elon Elat AxisA\n")) + FAIL("C Libration(%s line %d): unexpected header line\n", filename, lnum); + } + else + { + /* 01 Jan 2020 00:00 UT 29.95 5.783 1774.5 403898 23.2609 -10.0824 114.557 -0.045 0.773 6.360 336.353 */ + nscanned = sscanf(line, + "%d %3s %d %d:%d UT %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf", + &day, mtext, &year, &hour, &minute, + &phase, &age, &diam, &dist, &ra, &dec, &slon, &slat, &elon, &elat, &axisa); + + if (nscanned != 16) + FAIL("C Libration(%s line %d): expected 16 tokens, found %d\n", filename, lnum, nscanned); + + /* Calculate the astronomy time value for this calendar date/time. */ + if (ParseMonthName(mtext, &month)) + FAIL("Libration(%s line %d): invalid month symbol '%s'\n", filename, lnum, mtext); + + time = Astronomy_MakeTime(year, month, day, hour, minute, 0.0); + lib = Astronomy_Libration(time); + + diff_elon = 60.0 * ABS(lib.elon - elon); + if (diff_elon > max_diff_elon) + max_diff_elon = diff_elon; + + diff_elat = 60.0 * ABS(lib.elat - elat); + if (diff_elat > max_diff_elat) + max_diff_elat = diff_elat; + + diff_distance = ABS(lib.dist_km - dist); + if (diff_distance > max_diff_distance) + max_diff_distance = diff_distance; + + diff_diam = ABS(lib.diam_deg - diam/3600.0); + if (diff_diam > max_diff_diam) + max_diff_diam = diff_diam; + + if (diff_elon > 0.130) + FAIL("C Libration(%s line %d): EXCESSIVE diff_elon = %0.4lf arcmin\n", filename, lnum, diff_elon); + + if (diff_elat > 1.666) + FAIL("C Libration(%s line %d): EXCESSIVE diff_elat = %0.4lf arcmin\n", filename, lnum, diff_elat); + + if (diff_distance > 53.9) + FAIL("C Libration(%s line %d): EXCESSIVE diff_distance = %0.3lf km\n", filename, lnum, diff_distance); + + /* Update sum-of-squared-errors. */ + *var_lon += diff_elon * diff_elon; + *var_lat += diff_elat * diff_elat; + + ++count; + } + } + + printf("C Libration(%s): PASS (%d test cases, max_diff_elon = %0.4lf arcmin, max_diff_elat = %0.4lf arcmin, max_diff_distance = %0.3lf km, max_diff_diam = %0.12lf deg)\n", + filename, count, max_diff_elon, max_diff_elat, max_diff_distance, max_diff_diam); + + *ndata += count; + error = 0; +fail: + if (infile != NULL) fclose(infile); + return error; +} + +static int LibrationTest(void) +{ + int error; + int ndata = 0; + double var_lat = 0.0; + double var_lon = 0.0; + double dev_lat, dev_lon; + + CHECK(Libration("libration/mooninfo_2020.txt", &ndata, &var_lon, &var_lat)); + CHECK(Libration("libration/mooninfo_2021.txt", &ndata, &var_lon, &var_lat)); + + dev_lon = sqrt(var_lon / ndata); + dev_lat = sqrt(var_lat / ndata); + printf("C LibrationTest: %d data points, dev_lon = %0.4lf arcmin, dev_lat = %0.4lf arcmin\n", ndata, dev_lon, dev_lat); +fail: + return error; +} + +/*-----------------------------------------------------------------------------------------------------------*/ diff --git a/generate/dotnet/csharp_test/csharp_test.cs b/generate/dotnet/csharp_test/csharp_test.cs index 8fc8186e..f7857527 100644 --- a/generate/dotnet/csharp_test/csharp_test.cs +++ b/generate/dotnet/csharp_test/csharp_test.cs @@ -39,6 +39,7 @@ namespace csharp_test new Test("elongation", ElongationTest), new Test("global_solar_eclipse", GlobalSolarEclipseTest), new Test("jupiter_moons", JupiterMoonsTest), + new Test("libration", LibrationTest), new Test("local_solar_eclipse", LocalSolarEclipseTest), new Test("lunar_apsis", LunarApsisTest), new Test("lunar_eclipse", LunarEclipseTest), @@ -1074,6 +1075,26 @@ namespace csharp_test static readonly Regex JplRegex = new Regex(@"^\s*(\d{4})-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d{2})\s+(\d{2}):(\d{2})\s+(.*)"); + static int MonthNumber(string mtext) + { + switch (mtext) + { + case "Jan": return 1; + case "Feb": return 2; + case "Mar": return 3; + case "Apr": return 4; + case "May": return 5; + case "Jun": return 6; + case "Jul": return 7; + case "Aug": return 8; + case "Sep": return 9; + case "Oct": return 10; + case "Nov": return 11; + case "Dec": return 12; + default: + throw new Exception(string.Format("Internal error: unexpected month name '{0}'", mtext)); + } + } static JplDateTime ParseJplHorizonsDateTime(string line) { @@ -1081,29 +1102,11 @@ namespace csharp_test if (!m.Success) return null; int year = int.Parse(m.Groups[1].Value); - string mtext = m.Groups[2].Value; + int month = MonthNumber(m.Groups[2].Value); int day = int.Parse(m.Groups[3].Value); int hour = int.Parse(m.Groups[4].Value); int minute = int.Parse(m.Groups[5].Value); string rest = m.Groups[6].Value; - int month; - switch (mtext) - { - case "Jan": month = 1; break; - case "Feb": month = 2; break; - case "Mar": month = 3; break; - case "Apr": month = 4; break; - case "May": month = 5; break; - case "Jun": month = 6; break; - case "Jul": month = 7; break; - case "Aug": month = 8; break; - case "Sep": month = 9; break; - case "Oct": month = 10; break; - case "Nov": month = 11; break; - case "Dec": month = 12; break; - default: - throw new Exception(string.Format("Internal error: unexpected month name '{0}'", mtext)); - } AstroTime time = new AstroTime(year, month, day, hour, minute, 0); return new JplDateTime { Rest=rest, Time=time }; } @@ -2997,5 +3000,107 @@ namespace csharp_test Console.WriteLine($"C# TwilightTest: PASS ({lnum} test cases, max error = {max_diff} seconds)"); return 0; } + + static int Libration(string filename) + { + using StreamReader infile = File.OpenText(filename); + int lnum = 0; + int count = 0; + double max_diff_elon = 0.0; + double max_diff_elat = 0.0; + double max_diff_distance = 0.0; + double max_diff_diam = 0.0; + string line; + while (null != (line = infile.ReadLine())) + { + ++lnum; + if (lnum == 1) + { + // 0..2 3..4 5 6 7 8 9 10 11 12 13 14 15 + if (line != " Date Time Phase Age Diam Dist RA Dec Slon Slat Elon Elat AxisA") + { + Console.WriteLine($"C# Libration({filename} line {lnum}): unexpected header line."); + return 1; + } + } + else + { + // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 + // 01 Jan 2020 00:00 UT 29.95 5.783 1774.5 403898 23.2609 -10.0824 114.557 -0.045 0.773 6.360 336.353 + string[] token = Tokenize(line); + if (token.Length != 16) + { + Console.WriteLine($"C# Libration({filename} line {lnum}): expected 16 tokens, found {token.Length}."); + return 1; + } + + int day = int.Parse(token[0]); + int month = MonthNumber(token[1]); + int year = int.Parse(token[2]); + string[] hmtoken = token[3].Split(':'); + if (hmtoken.Length != 2) + { + Console.WriteLine($"C# Libration({filename} line {lnum}): expected hh:mm but found '{token[3]}'"); + return 1; + } + int hour = int.Parse(hmtoken[0]); + int minute = int.Parse(hmtoken[1]); + var time = new AstroTime(year, month, day, hour, minute, 0); + + double diam = double.Parse(token[7]) / 3600.0; + double dist = double.Parse(token[8]); + double elon = double.Parse(token[13]); + double elat = double.Parse(token[14]); + + LibrationInfo lib = Astronomy.Libration(time); + + double diff_elon = 60.0 * abs(lib.elon - elon); + if (diff_elon > max_diff_elon) + max_diff_elon = diff_elon; + + double diff_elat = 60.0 * abs(lib.elat - elat); + if (diff_elat > max_diff_elat) + max_diff_elat = diff_elat; + + double diff_distance = abs(lib.dist_km - dist); + if (diff_distance > max_diff_distance) + max_diff_distance = diff_distance; + + double diff_diam = abs(lib.diam_deg - diam); + if (diff_diam > max_diff_diam) + max_diff_diam = diff_diam; + + if (diff_elon > 0.130) + { + Console.WriteLine($"C# Libration({filename} line {lnum}): EXCESSIVE diff_elon = {diff_elon} arcmin"); + return 1; + } + + if (diff_elat > 1.666) + { + Console.WriteLine($"C# Libration({filename} line {lnum}): EXCESSIVE diff_elat = {diff_elat} arcmin"); + return 1; + } + + if (diff_distance > 53.9) + { + Console.WriteLine($"C# Libration({filename} line {lnum}): EXCESSIVE diff_distance = {diff_distance} km"); + return 1; + } + ++count; + } + } + + Console.WriteLine($"C# Libration({filename}): PASS ({count} test cases, max_diff_elon = {max_diff_elon} arcmin, max_diff_elat = {max_diff_elat} arcmin, max_diff_distance = {max_diff_distance} km, max_diff_diam = {max_diff_diam} deg)"); + return 0; + } + + + static int LibrationTest() + { + if (0 != Libration("../../libration/mooninfo_2020.txt")) return 1; + if (0 != Libration("../../libration/mooninfo_2021.txt")) return 1; + return 0; + } } } diff --git a/generate/libration/README.md b/generate/libration/README.md new file mode 100644 index 00000000..43ca4b35 --- /dev/null +++ b/generate/libration/README.md @@ -0,0 +1,5 @@ +# Acknowledgements + +This test data came from [mooninfo_2020.txt](https://svs.gsfc.nasa.gov/vis/a000000/a004700/a004768/mooninfo_2020.txt) +on the NASA [Moon Phase and Libration 2020](https://svs.gsfc.nasa.gov/vis/a000000/a004700/a004768/) page. + diff --git a/generate/libration/mooninfo_2020.txt b/generate/libration/mooninfo_2020.txt new file mode 100644 index 00000000..660e008a --- /dev/null +++ b/generate/libration/mooninfo_2020.txt @@ -0,0 +1,8786 @@ + Date Time Phase Age Diam Dist RA Dec Slon Slat Elon Elat AxisA +01 Jan 2020 00:00 UT 29.95 5.783 1774.5 403898 23.2609 -10.0824 114.557 -0.045 0.773 6.360 336.353 +01 Jan 2020 01:00 UT 30.32 5.824 1774.3 403952 23.2921 -9.9043 114.050 -0.046 0.721 6.382 336.326 +01 Jan 2020 02:00 UT 30.68 5.866 1774.0 404005 23.3233 -9.7256 113.543 -0.047 0.669 6.403 336.302 +01 Jan 2020 03:00 UT 31.05 5.908 1773.8 404055 23.3545 -9.5463 113.036 -0.047 0.617 6.424 336.279 +01 Jan 2020 04:00 UT 31.41 5.949 1773.6 404104 23.3856 -9.3664 112.529 -0.048 0.565 6.445 336.257 +01 Jan 2020 05:00 UT 31.78 5.991 1773.4 404150 23.4166 -9.1860 112.022 -0.049 0.512 6.465 336.238 +01 Jan 2020 06:00 UT 32.15 6.033 1773.2 404194 23.4477 -9.0051 111.515 -0.050 0.460 6.485 336.220 +01 Jan 2020 07:00 UT 32.52 6.074 1773.0 404236 23.4786 -8.8236 111.008 -0.051 0.408 6.504 336.204 +01 Jan 2020 08:00 UT 32.89 6.116 1772.9 404276 23.5096 -8.6416 110.501 -0.052 0.355 6.523 336.189 +01 Jan 2020 09:00 UT 33.26 6.158 1772.7 404314 23.5405 -8.4590 109.994 -0.052 0.302 6.541 336.177 +01 Jan 2020 10:00 UT 33.63 6.199 1772.5 404350 23.5714 -8.2760 109.487 -0.053 0.249 6.558 336.166 +01 Jan 2020 11:00 UT 34.00 6.241 1772.4 404383 23.6022 -8.0925 108.980 -0.054 0.197 6.576 336.156 +01 Jan 2020 12:00 UT 34.37 6.283 1772.3 404414 23.6330 -7.9085 108.473 -0.055 0.144 6.592 336.148 +01 Jan 2020 13:00 UT 34.75 6.324 1772.1 404443 23.6638 -7.7240 107.966 -0.056 0.091 6.609 336.142 +01 Jan 2020 14:00 UT 35.12 6.366 1772.0 404470 23.6945 -7.5391 107.459 -0.056 0.038 6.624 336.138 +01 Jan 2020 15:00 UT 35.50 6.408 1771.9 404495 23.7252 -7.3537 106.952 -0.057 -0.015 6.640 336.135 +01 Jan 2020 16:00 UT 35.88 6.449 1771.8 404517 23.7559 -7.1679 106.445 -0.058 -0.069 6.654 336.134 +01 Jan 2020 17:00 UT 36.26 6.491 1771.7 404538 23.7866 -6.9817 105.938 -0.059 -0.122 6.668 336.135 +01 Jan 2020 18:00 UT 36.63 6.533 1771.6 404556 23.8172 -6.7950 105.431 -0.060 -0.175 6.682 336.137 +01 Jan 2020 19:00 UT 37.01 6.574 1771.6 404572 23.8478 -6.6079 104.924 -0.061 -0.228 6.695 336.141 +01 Jan 2020 20:00 UT 37.39 6.616 1771.5 404585 23.8783 -6.4205 104.417 -0.061 -0.282 6.708 336.146 +01 Jan 2020 21:00 UT 37.77 6.658 1771.5 404597 23.9089 -6.2326 103.910 -0.062 -0.335 6.720 336.154 +01 Jan 2020 22:00 UT 38.16 6.699 1771.4 404606 23.9394 -6.0444 103.403 -0.063 -0.389 6.732 336.162 +01 Jan 2020 23:00 UT 38.54 6.741 1771.4 404613 23.9699 -5.8558 102.896 -0.064 -0.442 6.743 336.173 +02 Jan 2020 00:00 UT 38.92 6.783 1771.4 404617 0.0003 -5.6669 102.389 -0.065 -0.495 6.754 336.185 +02 Jan 2020 01:00 UT 39.30 6.824 1771.4 404619 0.0308 -5.4776 101.882 -0.066 -0.549 6.764 336.199 +02 Jan 2020 02:00 UT 39.69 6.866 1771.4 404620 0.0612 -5.2879 101.376 -0.066 -0.602 6.774 336.214 +02 Jan 2020 03:00 UT 40.07 6.908 1771.4 404617 0.0916 -5.0980 100.869 -0.067 -0.656 6.783 336.231 +02 Jan 2020 04:00 UT 40.46 6.949 1771.4 404613 0.1220 -4.9077 100.362 -0.068 -0.709 6.792 336.249 +02 Jan 2020 05:00 UT 40.85 6.991 1771.4 404606 0.1524 -4.7171 99.855 -0.069 -0.762 6.800 336.270 +02 Jan 2020 06:00 UT 41.23 7.033 1771.5 404597 0.1827 -4.5262 99.348 -0.070 -0.816 6.808 336.291 +02 Jan 2020 07:00 UT 41.62 7.074 1771.5 404586 0.2130 -4.3350 98.841 -0.071 -0.869 6.815 336.315 +02 Jan 2020 08:00 UT 42.01 7.116 1771.6 404572 0.2434 -4.1436 98.335 -0.071 -0.922 6.822 336.340 +02 Jan 2020 09:00 UT 42.39 7.158 1771.6 404556 0.2737 -3.9519 97.828 -0.072 -0.976 6.828 336.366 +02 Jan 2020 10:00 UT 42.78 7.199 1771.7 404538 0.3040 -3.7599 97.321 -0.073 -1.029 6.834 336.394 +02 Jan 2020 11:00 UT 43.17 7.241 1771.8 404518 0.3342 -3.5677 96.814 -0.074 -1.082 6.839 336.424 +02 Jan 2020 12:00 UT 43.56 7.283 1771.9 404495 0.3645 -3.3752 96.308 -0.075 -1.135 6.844 336.455 +02 Jan 2020 13:00 UT 43.95 7.324 1772.0 404470 0.3948 -3.1825 95.801 -0.076 -1.188 6.848 336.488 +02 Jan 2020 14:00 UT 44.34 7.366 1772.1 404442 0.4250 -2.9896 95.294 -0.077 -1.241 6.852 336.522 +02 Jan 2020 15:00 UT 44.73 7.408 1772.3 404413 0.4553 -2.7965 94.787 -0.077 -1.294 6.855 336.558 +02 Jan 2020 16:00 UT 45.12 7.449 1772.4 404381 0.4855 -2.6031 94.281 -0.078 -1.347 6.858 336.596 +02 Jan 2020 17:00 UT 45.51 7.491 1772.6 404346 0.5158 -2.4096 93.774 -0.079 -1.400 6.860 336.635 +02 Jan 2020 18:00 UT 45.91 7.533 1772.7 404310 0.5460 -2.2159 93.267 -0.080 -1.453 6.862 336.676 +02 Jan 2020 19:00 UT 46.30 7.574 1772.9 404271 0.5762 -2.0220 92.760 -0.081 -1.506 6.863 336.718 +02 Jan 2020 20:00 UT 46.69 7.616 1773.1 404230 0.6065 -1.8280 92.254 -0.082 -1.558 6.864 336.762 +02 Jan 2020 21:00 UT 47.08 7.658 1773.3 404186 0.6367 -1.6338 91.747 -0.083 -1.611 6.864 336.807 +02 Jan 2020 22:00 UT 47.48 7.699 1773.5 404140 0.6669 -1.4395 91.240 -0.083 -1.663 6.863 336.854 +02 Jan 2020 23:00 UT 47.87 7.741 1773.7 404092 0.6972 -1.2450 90.734 -0.084 -1.715 6.862 336.903 +03 Jan 2020 00:00 UT 48.26 7.783 1773.9 404042 0.7274 -1.0504 90.227 -0.085 -1.767 6.861 336.953 +03 Jan 2020 01:00 UT 48.66 7.824 1774.1 403989 0.7576 -0.8557 89.721 -0.086 -1.819 6.859 337.004 +03 Jan 2020 02:00 UT 49.05 7.866 1774.4 403934 0.7879 -0.6609 89.214 -0.087 -1.871 6.857 337.057 +03 Jan 2020 03:00 UT 49.44 7.908 1774.6 403877 0.8181 -0.4660 88.707 -0.088 -1.923 6.854 337.112 +03 Jan 2020 04:00 UT 49.84 7.949 1774.9 403818 0.8484 -0.2710 88.201 -0.089 -1.975 6.850 337.168 +03 Jan 2020 05:00 UT 50.23 7.991 1775.1 403756 0.8786 -0.0760 87.694 -0.089 -2.026 6.847 337.225 +03 Jan 2020 06:00 UT 50.63 8.033 1775.4 403692 0.9089 0.1192 87.188 -0.090 -2.077 6.842 337.285 +03 Jan 2020 07:00 UT 51.02 8.074 1775.7 403625 0.9392 0.3143 86.681 -0.091 -2.129 6.837 337.345 +03 Jan 2020 08:00 UT 51.42 8.116 1776.0 403557 0.9695 0.5096 86.174 -0.092 -2.180 6.832 337.408 +03 Jan 2020 09:00 UT 51.81 8.158 1776.3 403486 0.9998 0.7048 85.668 -0.093 -2.230 6.826 337.471 +03 Jan 2020 10:00 UT 52.21 8.199 1776.7 403413 1.0301 0.9001 85.161 -0.094 -2.281 6.819 337.537 +03 Jan 2020 11:00 UT 52.60 8.241 1777.0 403337 1.0605 1.0954 84.655 -0.095 -2.332 6.812 337.603 +03 Jan 2020 12:00 UT 52.99 8.283 1777.3 403260 1.0908 1.2907 84.148 -0.096 -2.382 6.805 337.672 +03 Jan 2020 13:00 UT 53.39 8.324 1777.7 403180 1.1212 1.4861 83.642 -0.097 -2.432 6.797 337.742 +03 Jan 2020 14:00 UT 53.78 8.366 1778.0 403098 1.1516 1.6814 83.135 -0.097 -2.482 6.788 337.813 +03 Jan 2020 15:00 UT 54.18 8.408 1778.4 403013 1.1820 1.8766 82.629 -0.098 -2.532 6.779 337.886 +03 Jan 2020 16:00 UT 54.57 8.449 1778.8 402927 1.2124 2.0719 82.122 -0.099 -2.581 6.769 337.960 +03 Jan 2020 17:00 UT 54.97 8.491 1779.2 402838 1.2428 2.2671 81.616 -0.100 -2.631 6.759 338.036 +03 Jan 2020 18:00 UT 55.36 8.533 1779.6 402747 1.2733 2.4622 81.110 -0.101 -2.680 6.749 338.113 +03 Jan 2020 19:00 UT 55.76 8.574 1780.0 402654 1.3038 2.6573 80.603 -0.102 -2.729 6.738 338.192 +03 Jan 2020 20:00 UT 56.15 8.616 1780.4 402559 1.3343 2.8523 80.097 -0.103 -2.778 6.726 338.272 +03 Jan 2020 21:00 UT 56.54 8.658 1780.9 402461 1.3649 3.0472 79.590 -0.104 -2.826 6.714 338.354 +03 Jan 2020 22:00 UT 56.94 8.699 1781.3 402362 1.3954 3.2421 79.084 -0.105 -2.874 6.701 338.438 +03 Jan 2020 23:00 UT 57.33 8.741 1781.7 402260 1.4260 3.4368 78.577 -0.106 -2.922 6.688 338.522 +04 Jan 2020 00:00 UT 57.72 8.783 1782.2 402156 1.4566 3.6314 78.071 -0.106 -2.970 6.674 338.609 +04 Jan 2020 01:00 UT 58.12 8.824 1782.7 402050 1.4873 3.8259 77.565 -0.107 -3.018 6.660 338.697 +04 Jan 2020 02:00 UT 58.51 8.866 1783.2 401941 1.5180 4.0202 77.058 -0.108 -3.065 6.645 338.786 +04 Jan 2020 03:00 UT 58.90 8.908 1783.6 401831 1.5487 4.2144 76.552 -0.109 -3.112 6.630 338.877 +04 Jan 2020 04:00 UT 59.29 8.949 1784.1 401719 1.5795 4.4085 76.046 -0.110 -3.159 6.614 338.969 +04 Jan 2020 05:00 UT 59.68 8.991 1784.7 401604 1.6102 4.6023 75.539 -0.111 -3.205 6.598 339.063 +04 Jan 2020 06:00 UT 60.07 9.033 1785.2 401487 1.6411 4.7960 75.033 -0.112 -3.251 6.581 339.158 +04 Jan 2020 07:00 UT 60.47 9.074 1785.7 401369 1.6719 4.9895 74.527 -0.113 -3.297 6.564 339.255 +04 Jan 2020 08:00 UT 60.86 9.116 1786.2 401248 1.7028 5.1828 74.020 -0.114 -3.343 6.546 339.353 +04 Jan 2020 09:00 UT 61.25 9.158 1786.8 401125 1.7338 5.3759 73.514 -0.115 -3.388 6.528 339.453 +04 Jan 2020 10:00 UT 61.64 9.199 1787.3 401000 1.7647 5.5688 73.008 -0.116 -3.433 6.509 339.554 +04 Jan 2020 11:00 UT 62.02 9.241 1787.9 400873 1.7958 5.7614 72.502 -0.117 -3.478 6.490 339.657 +04 Jan 2020 12:00 UT 62.41 9.283 1788.5 400744 1.8268 5.9538 71.995 -0.118 -3.523 6.470 339.761 +04 Jan 2020 13:00 UT 62.80 9.324 1789.1 400614 1.8579 6.1459 71.489 -0.119 -3.567 6.450 339.867 +04 Jan 2020 14:00 UT 63.19 9.366 1789.7 400481 1.8891 6.3378 70.983 -0.120 -3.611 6.429 339.974 +04 Jan 2020 15:00 UT 63.58 9.408 1790.3 400346 1.9203 6.5293 70.477 -0.120 -3.654 6.408 340.083 +04 Jan 2020 16:00 UT 63.96 9.449 1790.9 400209 1.9515 6.7206 69.970 -0.121 -3.697 6.386 340.193 +04 Jan 2020 17:00 UT 64.35 9.491 1791.5 400071 1.9828 6.9116 69.464 -0.122 -3.740 6.363 340.304 +04 Jan 2020 18:00 UT 64.73 9.533 1792.1 399930 2.0141 7.1022 68.958 -0.123 -3.783 6.341 340.417 +04 Jan 2020 19:00 UT 65.12 9.574 1792.8 399787 2.0455 7.2925 68.452 -0.124 -3.825 6.317 340.532 +04 Jan 2020 20:00 UT 65.50 9.616 1793.4 399643 2.0769 7.4825 67.946 -0.125 -3.867 6.293 340.648 +04 Jan 2020 21:00 UT 65.88 9.658 1794.1 399497 2.1084 7.6722 67.439 -0.126 -3.908 6.269 340.765 +04 Jan 2020 22:00 UT 66.27 9.699 1794.7 399349 2.1400 7.8614 66.933 -0.127 -3.949 6.244 340.884 +04 Jan 2020 23:00 UT 66.65 9.741 1795.4 399199 2.1716 8.0503 66.427 -0.128 -3.990 6.219 341.005 +05 Jan 2020 00:00 UT 67.03 9.783 1796.1 399047 2.2032 8.2388 65.921 -0.129 -4.030 6.193 341.127 +05 Jan 2020 01:00 UT 67.41 9.824 1796.8 398893 2.2349 8.4269 65.415 -0.130 -4.070 6.166 341.250 +05 Jan 2020 02:00 UT 67.79 9.866 1797.5 398738 2.2667 8.6145 64.909 -0.131 -4.110 6.139 341.375 +05 Jan 2020 03:00 UT 68.17 9.908 1798.2 398581 2.2985 8.8018 64.403 -0.132 -4.149 6.112 341.502 +05 Jan 2020 04:00 UT 68.54 9.949 1798.9 398422 2.3304 8.9886 63.897 -0.133 -4.188 6.084 341.629 +05 Jan 2020 05:00 UT 68.92 9.991 1799.6 398261 2.3623 9.1749 63.391 -0.134 -4.227 6.056 341.759 +05 Jan 2020 06:00 UT 69.30 10.033 1800.4 398099 2.3943 9.3608 62.884 -0.135 -4.265 6.027 341.889 +05 Jan 2020 07:00 UT 69.67 10.074 1801.1 397935 2.4264 9.5462 62.378 -0.136 -4.303 5.997 342.022 +05 Jan 2020 08:00 UT 70.05 10.116 1801.9 397770 2.4585 9.7311 61.872 -0.137 -4.340 5.967 342.155 +05 Jan 2020 09:00 UT 70.42 10.158 1802.6 397602 2.4907 9.9155 61.366 -0.138 -4.377 5.937 342.291 +05 Jan 2020 10:00 UT 70.79 10.199 1803.4 397433 2.5230 10.0993 60.860 -0.139 -4.413 5.906 342.427 +05 Jan 2020 11:00 UT 71.16 10.241 1804.2 397263 2.5553 10.2826 60.354 -0.140 -4.450 5.875 342.565 +05 Jan 2020 12:00 UT 71.53 10.283 1804.9 397091 2.5877 10.4654 59.848 -0.141 -4.485 5.843 342.705 +05 Jan 2020 13:00 UT 71.90 10.324 1805.7 396917 2.6202 10.6476 59.342 -0.142 -4.520 5.810 342.846 +05 Jan 2020 14:00 UT 72.27 10.366 1806.5 396742 2.6527 10.8292 58.836 -0.143 -4.555 5.777 342.989 +05 Jan 2020 15:00 UT 72.63 10.408 1807.3 396565 2.6853 11.0102 58.330 -0.144 -4.590 5.744 343.133 +05 Jan 2020 16:00 UT 73.00 10.449 1808.1 396387 2.7180 11.1907 57.824 -0.146 -4.624 5.710 343.278 +05 Jan 2020 17:00 UT 73.36 10.491 1809.0 396207 2.7507 11.3704 57.318 -0.147 -4.657 5.676 343.425 +05 Jan 2020 18:00 UT 73.73 10.533 1809.8 396026 2.7835 11.5496 56.812 -0.148 -4.690 5.641 343.573 +05 Jan 2020 19:00 UT 74.09 10.574 1810.6 395843 2.8164 11.7281 56.306 -0.149 -4.723 5.605 343.723 +05 Jan 2020 20:00 UT 74.45 10.616 1811.5 395659 2.8494 11.9059 55.801 -0.150 -4.755 5.570 343.875 +05 Jan 2020 21:00 UT 74.81 10.658 1812.3 395474 2.8825 12.0831 55.295 -0.151 -4.787 5.533 344.027 +05 Jan 2020 22:00 UT 75.17 10.699 1813.2 395287 2.9156 12.2595 54.789 -0.152 -4.818 5.496 344.182 +05 Jan 2020 23:00 UT 75.52 10.741 1814.0 395099 2.9488 12.4352 54.283 -0.153 -4.849 5.459 344.337 +06 Jan 2020 00:00 UT 75.88 10.783 1814.9 394909 2.9821 12.6102 53.777 -0.154 -4.879 5.421 344.494 +06 Jan 2020 01:00 UT 76.23 10.824 1815.8 394718 3.0154 12.7845 53.271 -0.155 -4.909 5.383 344.653 +06 Jan 2020 02:00 UT 76.59 10.866 1816.7 394526 3.0489 12.9579 52.765 -0.156 -4.938 5.344 344.813 +06 Jan 2020 03:00 UT 76.94 10.908 1817.6 394333 3.0824 13.1306 52.259 -0.157 -4.967 5.305 344.975 +06 Jan 2020 04:00 UT 77.29 10.949 1818.5 394138 3.1160 13.3025 51.753 -0.158 -4.995 5.266 345.137 +06 Jan 2020 05:00 UT 77.64 10.991 1819.4 393943 3.1497 13.4736 51.248 -0.159 -5.023 5.225 345.302 +06 Jan 2020 06:00 UT 77.98 11.033 1820.3 393746 3.1835 13.6439 50.742 -0.160 -5.050 5.185 345.468 +06 Jan 2020 07:00 UT 78.33 11.074 1821.2 393548 3.2173 13.8133 50.236 -0.162 -5.077 5.144 345.635 +06 Jan 2020 08:00 UT 78.67 11.116 1822.1 393349 3.2513 13.9819 49.730 -0.163 -5.104 5.102 345.804 +06 Jan 2020 09:00 UT 79.01 11.158 1823.0 393148 3.2853 14.1495 49.224 -0.164 -5.130 5.060 345.974 +06 Jan 2020 10:00 UT 79.35 11.199 1824.0 392947 3.3194 14.3163 48.718 -0.165 -5.155 5.018 346.145 +06 Jan 2020 11:00 UT 79.69 11.241 1824.9 392745 3.3537 14.4822 48.213 -0.166 -5.180 4.975 346.318 +06 Jan 2020 12:00 UT 80.03 11.283 1825.9 392541 3.3880 14.6471 47.707 -0.167 -5.204 4.931 346.493 +06 Jan 2020 13:00 UT 80.36 11.324 1826.8 392337 3.4223 14.8111 47.201 -0.168 -5.228 4.887 346.668 +06 Jan 2020 14:00 UT 80.70 11.366 1827.8 392132 3.4568 14.9741 46.695 -0.169 -5.251 4.843 346.846 +06 Jan 2020 15:00 UT 81.03 11.408 1828.7 391925 3.4914 15.1361 46.190 -0.171 -5.274 4.798 347.024 +06 Jan 2020 16:00 UT 81.36 11.449 1829.7 391718 3.5261 15.2972 45.684 -0.172 -5.296 4.753 347.204 +06 Jan 2020 17:00 UT 81.69 11.491 1830.7 391510 3.5608 15.4572 45.178 -0.173 -5.318 4.707 347.386 +06 Jan 2020 18:00 UT 82.01 11.533 1831.6 391301 3.5957 15.6161 44.672 -0.174 -5.339 4.661 347.569 +06 Jan 2020 19:00 UT 82.34 11.574 1832.6 391091 3.6306 15.7741 44.167 -0.175 -5.360 4.615 347.753 +06 Jan 2020 20:00 UT 82.66 11.616 1833.6 390881 3.6657 15.9309 43.661 -0.176 -5.380 4.568 347.938 +06 Jan 2020 21:00 UT 82.98 11.658 1834.6 390670 3.7008 16.0866 43.155 -0.177 -5.399 4.520 348.126 +06 Jan 2020 22:00 UT 83.30 11.699 1835.6 390458 3.7360 16.2413 42.650 -0.179 -5.418 4.472 348.314 +06 Jan 2020 23:00 UT 83.61 11.741 1836.6 390245 3.7714 16.3947 42.144 -0.180 -5.436 4.424 348.504 +07 Jan 2020 00:00 UT 83.93 11.783 1837.6 390031 3.8068 16.5471 41.638 -0.181 -5.454 4.375 348.695 +07 Jan 2020 01:00 UT 84.24 11.824 1838.6 389817 3.8423 16.6983 41.133 -0.182 -5.472 4.326 348.887 +07 Jan 2020 02:00 UT 84.55 11.866 1839.6 389603 3.8779 16.8482 40.627 -0.183 -5.488 4.276 349.081 +07 Jan 2020 03:00 UT 84.86 11.908 1840.6 389387 3.9137 16.9970 40.121 -0.184 -5.504 4.226 349.276 +07 Jan 2020 04:00 UT 85.17 11.949 1841.7 389171 3.9495 17.1446 39.616 -0.186 -5.520 4.176 349.473 +07 Jan 2020 05:00 UT 85.47 11.991 1842.7 388955 3.9854 17.2908 39.110 -0.187 -5.535 4.125 349.671 +07 Jan 2020 06:00 UT 85.77 12.033 1843.7 388738 4.0214 17.4359 38.604 -0.188 -5.550 4.074 349.870 +07 Jan 2020 07:00 UT 86.07 12.074 1844.8 388521 4.0575 17.5796 38.099 -0.189 -5.563 4.022 350.070 +07 Jan 2020 08:00 UT 86.37 12.116 1845.8 388303 4.0938 17.7220 37.593 -0.190 -5.577 3.970 350.272 +07 Jan 2020 09:00 UT 86.66 12.158 1846.8 388084 4.1301 17.8631 37.088 -0.192 -5.589 3.917 350.475 +07 Jan 2020 10:00 UT 86.95 12.199 1847.9 387866 4.1665 18.0029 36.582 -0.193 -5.602 3.864 350.679 +07 Jan 2020 11:00 UT 87.24 12.241 1848.9 387647 4.2030 18.1413 36.076 -0.194 -5.613 3.811 350.885 +07 Jan 2020 12:00 UT 87.53 12.283 1850.0 387427 4.2397 18.2783 35.571 -0.195 -5.624 3.757 351.092 +07 Jan 2020 13:00 UT 87.82 12.324 1851.0 387208 4.2764 18.4139 35.065 -0.196 -5.634 3.703 351.300 +07 Jan 2020 14:00 UT 88.10 12.366 1852.1 386988 4.3132 18.5480 34.560 -0.198 -5.644 3.649 351.510 +07 Jan 2020 15:00 UT 88.38 12.408 1853.1 386767 4.3502 18.6807 34.054 -0.199 -5.653 3.594 351.720 +07 Jan 2020 16:00 UT 88.66 12.449 1854.2 386547 4.3872 18.8120 33.549 -0.200 -5.662 3.538 351.932 +07 Jan 2020 17:00 UT 88.93 12.491 1855.2 386327 4.4243 18.9417 33.043 -0.201 -5.670 3.483 352.145 +07 Jan 2020 18:00 UT 89.20 12.533 1856.3 386106 4.4616 19.0700 32.538 -0.203 -5.677 3.427 352.360 +07 Jan 2020 19:00 UT 89.47 12.574 1857.4 385885 4.4989 19.1967 32.032 -0.204 -5.684 3.370 352.575 +07 Jan 2020 20:00 UT 89.74 12.616 1858.4 385664 4.5364 19.3219 31.527 -0.205 -5.690 3.314 352.792 +07 Jan 2020 21:00 UT 90.00 12.658 1859.5 385443 4.5739 19.4454 31.021 -0.206 -5.696 3.256 353.009 +07 Jan 2020 22:00 UT 90.27 12.699 1860.5 385222 4.6116 19.5674 30.516 -0.208 -5.701 3.199 353.228 +07 Jan 2020 23:00 UT 90.53 12.741 1861.6 385001 4.6494 19.6878 30.010 -0.209 -5.705 3.141 353.448 +08 Jan 2020 00:00 UT 90.78 12.783 1862.7 384780 4.6872 19.8065 29.505 -0.210 -5.709 3.083 353.670 +08 Jan 2020 01:00 UT 91.03 12.824 1863.8 384559 4.7252 19.9236 28.999 -0.211 -5.712 3.024 353.892 +08 Jan 2020 02:00 UT 91.28 12.866 1864.8 384338 4.7633 20.0390 28.494 -0.213 -5.715 2.965 354.115 +08 Jan 2020 03:00 UT 91.53 12.908 1865.9 384118 4.8014 20.1527 27.988 -0.214 -5.717 2.906 354.340 +08 Jan 2020 04:00 UT 91.78 12.949 1867.0 383897 4.8397 20.2647 27.483 -0.215 -5.718 2.847 354.565 +08 Jan 2020 05:00 UT 92.02 12.991 1868.0 383677 4.8781 20.3750 26.977 -0.216 -5.719 2.787 354.792 +08 Jan 2020 06:00 UT 92.26 13.033 1869.1 383456 4.9166 20.4835 26.472 -0.218 -5.719 2.726 355.019 +08 Jan 2020 07:00 UT 92.49 13.074 1870.2 383237 4.9551 20.5902 25.966 -0.219 -5.718 2.666 355.248 +08 Jan 2020 08:00 UT 92.72 13.116 1871.3 383017 4.9938 20.6951 25.461 -0.220 -5.717 2.605 355.478 +08 Jan 2020 09:00 UT 92.95 13.158 1872.3 382798 5.0326 20.7982 24.956 -0.222 -5.715 2.544 355.708 +08 Jan 2020 10:00 UT 93.18 13.199 1873.4 382579 5.0715 20.8995 24.450 -0.223 -5.713 2.482 355.939 +08 Jan 2020 11:00 UT 93.40 13.241 1874.5 382360 5.1104 20.9988 23.945 -0.224 -5.710 2.421 356.172 +08 Jan 2020 12:00 UT 93.62 13.283 1875.5 382142 5.1495 21.0963 23.439 -0.225 -5.706 2.359 356.405 +08 Jan 2020 13:00 UT 93.84 13.324 1876.6 381924 5.1887 21.1919 22.934 -0.227 -5.702 2.296 356.639 +08 Jan 2020 14:00 UT 94.05 13.366 1877.7 381707 5.2280 21.2856 22.429 -0.228 -5.697 2.233 356.874 +08 Jan 2020 15:00 UT 94.26 13.408 1878.7 381490 5.2673 21.3774 21.923 -0.229 -5.692 2.171 357.110 +08 Jan 2020 16:00 UT 94.47 13.449 1879.8 381274 5.3068 21.4671 21.418 -0.231 -5.685 2.107 357.347 +08 Jan 2020 17:00 UT 94.68 13.491 1880.9 381058 5.3464 21.5549 20.912 -0.232 -5.679 2.044 357.584 +08 Jan 2020 18:00 UT 94.88 13.533 1881.9 380843 5.3860 21.6407 20.407 -0.233 -5.671 1.980 357.822 +08 Jan 2020 19:00 UT 95.07 13.574 1883.0 380628 5.4258 21.7245 19.902 -0.235 -5.663 1.916 358.061 +08 Jan 2020 20:00 UT 95.27 13.616 1884.1 380415 5.4656 21.8062 19.396 -0.236 -5.655 1.852 358.301 +08 Jan 2020 21:00 UT 95.46 13.658 1885.1 380201 5.5055 21.8859 18.891 -0.237 -5.645 1.787 358.541 +08 Jan 2020 22:00 UT 95.64 13.699 1886.2 379989 5.5456 21.9634 18.386 -0.239 -5.636 1.723 358.782 +08 Jan 2020 23:00 UT 95.83 13.741 1887.2 379777 5.5857 22.0389 17.880 -0.240 -5.625 1.658 359.024 +09 Jan 2020 00:00 UT 96.00 13.783 1888.3 379566 5.6259 22.1123 17.375 -0.241 -5.614 1.592 359.266 +09 Jan 2020 01:00 UT 96.18 13.824 1889.3 379356 5.6662 22.1835 16.870 -0.243 -5.602 1.527 359.509 +09 Jan 2020 02:00 UT 96.35 13.866 1890.4 379146 5.7066 22.2526 16.364 -0.244 -5.590 1.461 359.752 +09 Jan 2020 03:00 UT 96.52 13.908 1891.4 378938 5.7470 22.3195 15.859 -0.246 -5.577 1.396 359.996 +09 Jan 2020 04:00 UT 96.69 13.949 1892.4 378730 5.7876 22.3842 15.354 -0.247 -5.563 1.329 0.241 +09 Jan 2020 05:00 UT 96.85 13.991 1893.5 378523 5.8282 22.4467 14.848 -0.248 -5.549 1.263 0.486 +09 Jan 2020 06:00 UT 97.01 14.033 1894.5 378318 5.8689 22.5070 14.343 -0.250 -5.534 1.197 0.731 +09 Jan 2020 07:00 UT 97.16 14.074 1895.5 378113 5.9097 22.5651 13.838 -0.251 -5.519 1.130 0.977 +09 Jan 2020 08:00 UT 97.31 14.116 1896.6 377909 5.9506 22.6208 13.333 -0.252 -5.503 1.063 1.223 +09 Jan 2020 09:00 UT 97.46 14.158 1897.6 377706 5.9916 22.6743 12.827 -0.254 -5.486 0.996 1.469 +09 Jan 2020 10:00 UT 97.60 14.199 1898.6 377504 6.0326 22.7256 12.322 -0.255 -5.469 0.929 1.716 +09 Jan 2020 11:00 UT 97.74 14.241 1899.6 377303 6.0737 22.7745 11.817 -0.256 -5.451 0.862 1.963 +09 Jan 2020 12:00 UT 97.87 14.283 1900.6 377104 6.1149 22.8211 11.311 -0.258 -5.433 0.794 2.210 +09 Jan 2020 13:00 UT 98.00 14.324 1901.6 376905 6.1562 22.8653 10.806 -0.259 -5.414 0.727 2.458 +09 Jan 2020 14:00 UT 98.13 14.366 1902.6 376708 6.1975 22.9072 10.301 -0.261 -5.394 0.659 2.705 +09 Jan 2020 15:00 UT 98.25 14.408 1903.6 376512 6.2389 22.9468 9.796 -0.262 -5.374 0.591 2.953 +09 Jan 2020 16:00 UT 98.37 14.449 1904.6 376317 6.2804 22.9839 9.290 -0.263 -5.353 0.523 3.201 +09 Jan 2020 17:00 UT 98.49 14.491 1905.6 376123 6.3219 23.0187 8.785 -0.265 -5.331 0.455 3.449 +09 Jan 2020 18:00 UT 98.60 14.533 1906.5 375930 6.3635 23.0510 8.280 -0.266 -5.309 0.386 3.697 +09 Jan 2020 19:00 UT 98.70 14.574 1907.5 375739 6.4052 23.0810 7.775 -0.268 -5.287 0.318 3.945 +09 Jan 2020 20:00 UT 98.81 14.616 1908.5 375549 6.4469 23.1085 7.269 -0.269 -5.263 0.250 4.193 +09 Jan 2020 21:00 UT 98.91 14.658 1909.4 375361 6.4887 23.1335 6.764 -0.270 -5.239 0.181 4.441 +09 Jan 2020 22:00 UT 99.00 14.699 1910.4 375173 6.5305 23.1561 6.259 -0.272 -5.215 0.112 4.689 +09 Jan 2020 23:00 UT 99.09 14.741 1911.3 374988 6.5724 23.1763 5.754 -0.273 -5.190 0.044 4.937 +10 Jan 2020 00:00 UT 99.18 14.783 1912.3 374803 6.6144 23.1939 5.248 -0.275 -5.164 -0.025 5.184 +10 Jan 2020 01:00 UT 99.26 14.824 1913.2 374620 6.6564 23.2091 4.743 -0.276 -5.138 -0.094 5.432 +10 Jan 2020 02:00 UT 99.34 14.866 1914.1 374439 6.6984 23.2217 4.238 -0.278 -5.111 -0.163 5.679 +10 Jan 2020 03:00 UT 99.41 14.908 1915.0 374259 6.7405 23.2319 3.733 -0.279 -5.084 -0.232 5.926 +10 Jan 2020 04:00 UT 99.48 14.949 1916.0 374080 6.7827 23.2395 3.227 -0.280 -5.056 -0.301 6.172 +10 Jan 2020 05:00 UT 99.54 14.991 1916.9 373903 6.8249 23.2446 2.722 -0.282 -5.027 -0.370 6.418 +10 Jan 2020 06:00 UT 99.60 15.033 1917.8 373728 6.8671 23.2472 2.217 -0.283 -4.998 -0.439 6.664 +10 Jan 2020 07:00 UT 99.66 15.074 1918.7 373554 6.9094 23.2472 1.712 -0.285 -4.969 -0.508 6.909 +10 Jan 2020 08:00 UT 99.71 15.116 1919.5 373381 6.9517 23.2447 1.206 -0.286 -4.939 -0.577 7.154 +10 Jan 2020 09:00 UT 99.76 15.158 1920.4 373211 6.9941 23.2396 0.701 -0.288 -4.908 -0.646 7.398 +10 Jan 2020 10:00 UT 99.80 15.199 1921.3 373042 7.0364 23.2319 0.196 -0.289 -4.877 -0.715 7.642 +10 Jan 2020 11:00 UT 99.84 15.241 1922.2 372874 7.0789 23.2217 -0.309 -0.291 -4.845 -0.784 7.885 +10 Jan 2020 12:00 UT 99.88 15.283 1923.0 372708 7.1213 23.2089 -0.814 -0.292 -4.812 -0.853 8.127 +10 Jan 2020 13:00 UT 99.91 15.324 1923.9 372544 7.1638 23.1935 -1.320 -0.293 -4.779 -0.922 8.369 +10 Jan 2020 14:00 UT 99.93 15.366 1924.7 372382 7.2063 23.1756 -1.825 -0.295 -4.746 -0.991 8.610 +10 Jan 2020 15:00 UT 99.95 15.408 1925.5 372221 7.2489 23.1550 -2.330 -0.296 -4.712 -1.060 8.850 +10 Jan 2020 16:00 UT 99.97 15.449 1926.4 372063 7.2914 23.1319 -2.835 -0.298 -4.677 -1.129 9.090 +10 Jan 2020 17:00 UT 99.98 15.491 1927.2 371906 7.3340 23.1062 -3.340 -0.299 -4.642 -1.198 9.328 +10 Jan 2020 18:00 UT 99.99 15.533 1928.0 371750 7.3766 23.0778 -3.846 -0.301 -4.607 -1.267 9.566 +10 Jan 2020 19:00 UT 99.99 15.574 1928.8 371597 7.4192 23.0469 -4.351 -0.302 -4.571 -1.335 9.803 +10 Jan 2020 20:00 UT 99.99 15.616 1929.6 371445 7.4618 23.0134 -4.856 -0.304 -4.534 -1.404 10.039 +10 Jan 2020 21:00 UT 99.98 15.658 1930.3 371295 7.5045 22.9773 -5.361 -0.305 -4.497 -1.472 10.274 +10 Jan 2020 22:00 UT 99.97 15.699 1931.1 371147 7.5471 22.9386 -5.866 -0.307 -4.459 -1.541 10.507 +10 Jan 2020 23:00 UT 99.96 15.741 1931.9 371001 7.5898 22.8973 -6.372 -0.308 -4.421 -1.609 10.740 +11 Jan 2020 00:00 UT 99.94 15.783 1932.6 370857 7.6325 22.8533 -6.877 -0.309 -4.382 -1.677 10.972 +11 Jan 2020 01:00 UT 99.91 15.824 1933.4 370715 7.6751 22.8068 -7.382 -0.311 -4.343 -1.745 11.202 +11 Jan 2020 02:00 UT 99.89 15.866 1934.1 370574 7.7178 22.7577 -7.887 -0.312 -4.304 -1.813 11.432 +11 Jan 2020 03:00 UT 99.85 15.908 1934.8 370436 7.7605 22.7060 -8.393 -0.314 -4.264 -1.881 11.660 +11 Jan 2020 04:00 UT 99.81 15.949 1935.5 370299 7.8032 22.6518 -8.898 -0.315 -4.223 -1.948 11.887 +11 Jan 2020 05:00 UT 99.77 15.991 1936.2 370165 7.8458 22.5949 -9.403 -0.317 -4.182 -2.016 12.112 +11 Jan 2020 06:00 UT 99.72 16.033 1936.9 370032 7.8885 22.5355 -9.908 -0.318 -4.141 -2.083 12.336 +11 Jan 2020 07:00 UT 99.67 16.074 1937.6 369902 7.9311 22.4735 -10.413 -0.320 -4.099 -2.150 12.559 +11 Jan 2020 08:00 UT 99.61 16.116 1938.3 369773 7.9738 22.4089 -10.919 -0.321 -4.056 -2.217 12.780 +11 Jan 2020 09:00 UT 99.55 16.158 1938.9 369647 8.0164 22.3417 -11.424 -0.323 -4.013 -2.283 13.000 +11 Jan 2020 10:00 UT 99.49 16.199 1939.6 369522 8.0590 22.2721 -11.929 -0.324 -3.970 -2.350 13.219 +11 Jan 2020 11:00 UT 99.42 16.241 1940.2 369400 8.1016 22.1998 -12.434 -0.326 -3.926 -2.416 13.435 +11 Jan 2020 12:00 UT 99.34 16.283 1940.9 369279 8.1442 22.1250 -12.939 -0.327 -3.882 -2.482 13.651 +11 Jan 2020 13:00 UT 99.26 16.324 1941.5 369161 8.1868 22.0477 -13.445 -0.329 -3.837 -2.548 13.864 +11 Jan 2020 14:00 UT 99.18 16.366 1942.1 369045 8.2293 21.9679 -13.950 -0.330 -3.792 -2.613 14.077 +11 Jan 2020 15:00 UT 99.09 16.408 1942.7 368930 8.2718 21.8855 -14.455 -0.332 -3.747 -2.679 14.287 +11 Jan 2020 16:00 UT 98.99 16.449 1943.3 368818 8.3143 21.8007 -14.960 -0.333 -3.701 -2.744 14.496 +11 Jan 2020 17:00 UT 98.90 16.491 1943.9 368708 8.3568 21.7133 -15.466 -0.335 -3.655 -2.808 14.703 +11 Jan 2020 18:00 UT 98.79 16.533 1944.4 368600 8.3992 21.6235 -15.971 -0.336 -3.608 -2.873 14.908 +11 Jan 2020 19:00 UT 98.69 16.574 1945.0 368494 8.4417 21.5312 -16.476 -0.338 -3.561 -2.937 15.111 +11 Jan 2020 20:00 UT 98.57 16.616 1945.6 368391 8.4840 21.4364 -16.981 -0.339 -3.514 -3.001 15.313 +11 Jan 2020 21:00 UT 98.46 16.658 1946.1 368289 8.5264 21.3392 -17.487 -0.341 -3.466 -3.065 15.513 +11 Jan 2020 22:00 UT 98.33 16.699 1946.6 368189 8.5687 21.2395 -17.992 -0.342 -3.418 -3.128 15.711 +11 Jan 2020 23:00 UT 98.21 16.741 1947.1 368092 8.6110 21.1374 -18.497 -0.344 -3.369 -3.191 15.907 +12 Jan 2020 00:00 UT 98.08 16.783 1947.6 367997 8.6532 21.0329 -19.002 -0.345 -3.320 -3.254 16.101 +12 Jan 2020 01:00 UT 97.94 16.824 1948.1 367904 8.6954 20.9260 -19.508 -0.347 -3.271 -3.316 16.293 +12 Jan 2020 02:00 UT 97.80 16.866 1948.6 367813 8.7375 20.8168 -20.013 -0.348 -3.221 -3.378 16.483 +12 Jan 2020 03:00 UT 97.66 16.908 1949.1 367724 8.7796 20.7051 -20.518 -0.350 -3.171 -3.440 16.671 +12 Jan 2020 04:00 UT 97.51 16.949 1949.5 367638 8.8217 20.5912 -21.023 -0.351 -3.121 -3.501 16.856 +12 Jan 2020 05:00 UT 97.35 16.991 1950.0 367553 8.8637 20.4748 -21.529 -0.353 -3.070 -3.562 17.040 +12 Jan 2020 06:00 UT 97.20 17.033 1950.4 367471 8.9057 20.3562 -22.034 -0.354 -3.019 -3.622 17.222 +12 Jan 2020 07:00 UT 97.03 17.074 1950.8 367391 8.9476 20.2353 -22.539 -0.356 -2.968 -3.683 17.402 +12 Jan 2020 08:00 UT 96.87 17.116 1951.3 367313 8.9895 20.1121 -23.044 -0.357 -2.916 -3.743 17.579 +12 Jan 2020 09:00 UT 96.69 17.158 1951.7 367237 9.0313 19.9866 -23.550 -0.359 -2.865 -3.802 17.754 +12 Jan 2020 10:00 UT 96.52 17.199 1952.1 367163 9.0731 19.8588 -24.055 -0.360 -2.812 -3.861 17.927 +12 Jan 2020 11:00 UT 96.34 17.241 1952.4 367092 9.1148 19.7288 -24.560 -0.362 -2.760 -3.920 18.098 +12 Jan 2020 12:00 UT 96.15 17.283 1952.8 367023 9.1564 19.5967 -25.066 -0.363 -2.707 -3.978 18.267 +12 Jan 2020 13:00 UT 95.96 17.324 1953.2 366956 9.1980 19.4623 -25.571 -0.364 -2.654 -4.036 18.433 +12 Jan 2020 14:00 UT 95.77 17.366 1953.5 366891 9.2396 19.3257 -26.076 -0.366 -2.601 -4.093 18.597 +12 Jan 2020 15:00 UT 95.57 17.408 1953.8 366828 9.2811 19.1870 -26.581 -0.367 -2.547 -4.150 18.758 +12 Jan 2020 16:00 UT 95.36 17.449 1954.2 366767 9.3225 19.0462 -27.087 -0.369 -2.493 -4.206 18.918 +12 Jan 2020 17:00 UT 95.16 17.491 1954.5 366709 9.3639 18.9032 -27.592 -0.370 -2.439 -4.262 19.075 +12 Jan 2020 18:00 UT 94.94 17.533 1954.8 366653 9.4052 18.7581 -28.097 -0.372 -2.385 -4.318 19.229 +12 Jan 2020 19:00 UT 94.73 17.574 1955.1 366599 9.4464 18.6110 -28.603 -0.373 -2.330 -4.373 19.381 +12 Jan 2020 20:00 UT 94.51 17.616 1955.3 366547 9.4876 18.4618 -29.108 -0.375 -2.276 -4.427 19.531 +12 Jan 2020 21:00 UT 94.28 17.658 1955.6 366497 9.5287 18.3106 -29.613 -0.376 -2.221 -4.481 19.678 +12 Jan 2020 22:00 UT 94.05 17.699 1955.9 366450 9.5698 18.1574 -30.119 -0.378 -2.165 -4.535 19.823 +12 Jan 2020 23:00 UT 93.82 17.741 1956.1 366404 9.6108 18.0022 -30.624 -0.379 -2.110 -4.588 19.966 +13 Jan 2020 00:00 UT 93.58 17.783 1956.3 366361 9.6517 17.8450 -31.130 -0.381 -2.054 -4.641 20.106 +13 Jan 2020 01:00 UT 93.34 17.824 1956.6 366320 9.6926 17.6859 -31.635 -0.382 -1.999 -4.693 20.243 +13 Jan 2020 02:00 UT 93.09 17.866 1956.8 366281 9.7334 17.5248 -32.140 -0.384 -1.943 -4.744 20.378 +13 Jan 2020 03:00 UT 92.84 17.908 1957.0 366244 9.7741 17.3619 -32.646 -0.385 -1.887 -4.795 20.511 +13 Jan 2020 04:00 UT 92.59 17.949 1957.1 366209 9.8148 17.1971 -33.151 -0.387 -1.830 -4.846 20.641 +13 Jan 2020 05:00 UT 92.33 17.991 1957.3 366176 9.8554 17.0304 -33.656 -0.388 -1.774 -4.896 20.768 +13 Jan 2020 06:00 UT 92.07 18.033 1957.5 366146 9.8959 16.8619 -34.162 -0.390 -1.717 -4.945 20.893 +13 Jan 2020 07:00 UT 91.80 18.074 1957.6 366117 9.9363 16.6916 -34.667 -0.391 -1.660 -4.994 21.016 +13 Jan 2020 08:00 UT 91.53 18.116 1957.8 366091 9.9767 16.5196 -35.173 -0.393 -1.603 -5.043 21.135 +13 Jan 2020 09:00 UT 91.25 18.158 1957.9 366067 10.0170 16.3457 -35.678 -0.394 -1.546 -5.090 21.253 +13 Jan 2020 10:00 UT 90.97 18.199 1958.0 366044 10.0573 16.1702 -36.184 -0.396 -1.489 -5.138 21.367 +13 Jan 2020 11:00 UT 90.69 18.241 1958.1 366024 10.0975 15.9929 -36.689 -0.397 -1.432 -5.184 21.479 +13 Jan 2020 12:00 UT 90.41 18.283 1958.2 366006 10.1376 15.8139 -37.194 -0.399 -1.375 -5.230 21.589 +13 Jan 2020 13:00 UT 90.11 18.324 1958.3 365990 10.1776 15.6333 -37.700 -0.400 -1.317 -5.276 21.696 +13 Jan 2020 14:00 UT 89.82 18.366 1958.4 365976 10.2176 15.4511 -38.205 -0.402 -1.260 -5.320 21.800 +13 Jan 2020 15:00 UT 89.52 18.408 1958.5 365964 10.2574 15.2672 -38.711 -0.403 -1.202 -5.365 21.902 +13 Jan 2020 16:00 UT 89.22 18.449 1958.5 365954 10.2973 15.0818 -39.216 -0.405 -1.144 -5.408 22.001 +13 Jan 2020 17:00 UT 88.91 18.491 1958.5 365946 10.3370 14.8948 -39.722 -0.406 -1.086 -5.451 22.097 +13 Jan 2020 18:00 UT 88.60 18.533 1958.6 365941 10.3767 14.7062 -40.227 -0.408 -1.028 -5.494 22.191 +13 Jan 2020 19:00 UT 88.29 18.574 1958.6 365937 10.4163 14.5162 -40.733 -0.409 -0.970 -5.536 22.282 +13 Jan 2020 20:00 UT 87.97 18.616 1958.6 365935 10.4559 14.3247 -41.238 -0.411 -0.913 -5.577 22.371 +13 Jan 2020 21:00 UT 87.65 18.658 1958.6 365935 10.4953 14.1317 -41.744 -0.412 -0.854 -5.617 22.457 +13 Jan 2020 22:00 UT 87.33 18.699 1958.6 365937 10.5347 13.9373 -42.249 -0.414 -0.796 -5.657 22.540 +13 Jan 2020 23:00 UT 87.00 18.741 1958.6 365941 10.5740 13.7415 -42.755 -0.415 -0.738 -5.696 22.621 +14 Jan 2020 00:00 UT 86.67 18.783 1958.5 365946 10.6133 13.5443 -43.260 -0.416 -0.680 -5.735 22.699 +14 Jan 2020 01:00 UT 86.33 18.824 1958.5 365954 10.6525 13.3457 -43.766 -0.418 -0.622 -5.773 22.775 +14 Jan 2020 02:00 UT 85.99 18.866 1958.5 365964 10.6916 13.1459 -44.271 -0.419 -0.564 -5.810 22.848 +14 Jan 2020 03:00 UT 85.65 18.908 1958.4 365975 10.7307 12.9447 -44.777 -0.421 -0.506 -5.847 22.918 +14 Jan 2020 04:00 UT 85.31 18.949 1958.3 365989 10.7696 12.7422 -45.283 -0.422 -0.448 -5.883 22.986 +14 Jan 2020 05:00 UT 84.96 18.991 1958.2 366004 10.8086 12.5385 -45.788 -0.424 -0.390 -5.918 23.051 +14 Jan 2020 06:00 UT 84.61 19.033 1958.1 366021 10.8474 12.3336 -46.294 -0.425 -0.332 -5.953 23.113 +14 Jan 2020 07:00 UT 84.25 19.074 1958.0 366040 10.8862 12.1275 -46.799 -0.427 -0.274 -5.987 23.173 +14 Jan 2020 08:00 UT 83.89 19.116 1957.9 366061 10.9249 11.9202 -47.305 -0.428 -0.216 -6.020 23.230 +14 Jan 2020 09:00 UT 83.53 19.158 1957.8 366084 10.9635 11.7117 -47.811 -0.430 -0.158 -6.053 23.285 +14 Jan 2020 10:00 UT 83.17 19.199 1957.7 366108 11.0021 11.5021 -48.316 -0.431 -0.100 -6.085 23.336 +14 Jan 2020 11:00 UT 82.80 19.241 1957.5 366134 11.0406 11.2915 -48.822 -0.433 -0.042 -6.116 23.386 +14 Jan 2020 12:00 UT 82.43 19.283 1957.4 366162 11.0791 11.0797 -49.328 -0.434 0.016 -6.146 23.433 +14 Jan 2020 13:00 UT 82.05 19.324 1957.2 366192 11.1174 10.8669 -49.833 -0.435 0.074 -6.176 23.477 +14 Jan 2020 14:00 UT 81.68 19.366 1957.1 366223 11.1557 10.6531 -50.339 -0.437 0.131 -6.205 23.518 +14 Jan 2020 15:00 UT 81.30 19.408 1956.9 366256 11.1940 10.4383 -50.845 -0.438 0.189 -6.234 23.557 +14 Jan 2020 16:00 UT 80.92 19.449 1956.7 366291 11.2322 10.2226 -51.350 -0.440 0.246 -6.262 23.594 +14 Jan 2020 17:00 UT 80.53 19.491 1956.5 366328 11.2703 10.0058 -51.856 -0.441 0.304 -6.289 23.628 +14 Jan 2020 18:00 UT 80.14 19.533 1956.3 366366 11.3084 9.7882 -52.362 -0.443 0.361 -6.315 23.659 +14 Jan 2020 19:00 UT 79.75 19.574 1956.1 366406 11.3464 9.5697 -52.867 -0.444 0.418 -6.340 23.688 +14 Jan 2020 20:00 UT 79.36 19.616 1955.9 366447 11.3843 9.3503 -53.373 -0.446 0.475 -6.365 23.714 +14 Jan 2020 21:00 UT 78.96 19.658 1955.6 366490 11.4222 9.1301 -53.879 -0.447 0.532 -6.389 23.737 +14 Jan 2020 22:00 UT 78.56 19.699 1955.4 366535 11.4600 8.9091 -54.385 -0.448 0.589 -6.413 23.759 +14 Jan 2020 23:00 UT 78.16 19.741 1955.2 366581 11.4978 8.6873 -54.890 -0.450 0.645 -6.436 23.777 +15 Jan 2020 00:00 UT 77.76 19.783 1954.9 366629 11.5355 8.4647 -55.396 -0.451 0.702 -6.458 23.793 +15 Jan 2020 01:00 UT 77.35 19.824 1954.6 366678 11.5732 8.2414 -55.902 -0.453 0.758 -6.479 23.807 +15 Jan 2020 02:00 UT 76.94 19.866 1954.4 366729 11.6108 8.0173 -56.408 -0.454 0.814 -6.499 23.818 +15 Jan 2020 03:00 UT 76.53 19.908 1954.1 366782 11.6483 7.7926 -56.914 -0.456 0.870 -6.519 23.826 +15 Jan 2020 04:00 UT 76.11 19.949 1953.8 366836 11.6858 7.5672 -57.419 -0.457 0.926 -6.538 23.832 +15 Jan 2020 05:00 UT 75.70 19.991 1953.5 366891 11.7232 7.3412 -57.925 -0.459 0.982 -6.557 23.836 +15 Jan 2020 06:00 UT 75.28 20.033 1953.2 366948 11.7606 7.1146 -58.431 -0.460 1.037 -6.574 23.837 +15 Jan 2020 07:00 UT 74.86 20.074 1952.9 367006 11.7980 6.8874 -58.937 -0.461 1.092 -6.591 23.836 +15 Jan 2020 08:00 UT 74.44 20.116 1952.6 367066 11.8352 6.6596 -59.443 -0.463 1.147 -6.607 23.832 +15 Jan 2020 09:00 UT 74.01 20.158 1952.2 367127 11.8725 6.4313 -59.949 -0.464 1.202 -6.622 23.826 +15 Jan 2020 10:00 UT 73.58 20.199 1951.9 367190 11.9097 6.2024 -60.455 -0.466 1.257 -6.637 23.817 +15 Jan 2020 11:00 UT 73.15 20.241 1951.6 367254 11.9468 5.9731 -60.960 -0.467 1.311 -6.651 23.806 +15 Jan 2020 12:00 UT 72.72 20.283 1951.2 367319 11.9839 5.7433 -61.466 -0.468 1.366 -6.664 23.793 +15 Jan 2020 13:00 UT 72.29 20.324 1950.9 367386 12.0209 5.5131 -61.972 -0.470 1.420 -6.677 23.777 +15 Jan 2020 14:00 UT 71.85 20.366 1950.5 367454 12.0579 5.2824 -62.478 -0.471 1.473 -6.688 23.759 +15 Jan 2020 15:00 UT 71.42 20.408 1950.1 367523 12.0949 5.0514 -62.984 -0.473 1.527 -6.699 23.738 +15 Jan 2020 16:00 UT 70.98 20.449 1949.8 367594 12.1318 4.8200 -63.490 -0.474 1.580 -6.709 23.715 +15 Jan 2020 17:00 UT 70.54 20.491 1949.4 367666 12.1687 4.5882 -63.996 -0.476 1.633 -6.719 23.690 +15 Jan 2020 18:00 UT 70.10 20.533 1949.0 367739 12.2055 4.3561 -64.502 -0.477 1.686 -6.727 23.662 +15 Jan 2020 19:00 UT 69.65 20.574 1948.6 367813 12.2423 4.1238 -65.008 -0.478 1.739 -6.735 23.632 +15 Jan 2020 20:00 UT 69.21 20.616 1948.2 367889 12.2791 3.8911 -65.514 -0.480 1.791 -6.743 23.600 +15 Jan 2020 21:00 UT 68.76 20.658 1947.8 367966 12.3158 3.6582 -66.020 -0.481 1.843 -6.749 23.565 +15 Jan 2020 22:00 UT 68.31 20.699 1947.4 368044 12.3525 3.4251 -66.526 -0.483 1.895 -6.755 23.528 +15 Jan 2020 23:00 UT 67.86 20.741 1947.0 368123 12.3891 3.1917 -67.032 -0.484 1.946 -6.760 23.489 +16 Jan 2020 00:00 UT 67.41 20.783 1946.5 368203 12.4257 2.9582 -67.538 -0.485 1.997 -6.764 23.447 +16 Jan 2020 01:00 UT 66.96 20.824 1946.1 368285 12.4623 2.7246 -68.044 -0.487 2.048 -6.767 23.403 +16 Jan 2020 02:00 UT 66.50 20.866 1945.7 368367 12.4988 2.4908 -68.550 -0.488 2.099 -6.770 23.357 +16 Jan 2020 03:00 UT 66.05 20.908 1945.2 368451 12.5353 2.2569 -69.056 -0.490 2.149 -6.772 23.309 +16 Jan 2020 04:00 UT 65.59 20.949 1944.8 368536 12.5718 2.0229 -69.563 -0.491 2.199 -6.773 23.259 +16 Jan 2020 05:00 UT 65.13 20.991 1944.3 368622 12.6083 1.7888 -70.069 -0.492 2.249 -6.774 23.206 +16 Jan 2020 06:00 UT 64.67 21.033 1943.9 368708 12.6447 1.5547 -70.575 -0.494 2.298 -6.774 23.151 +16 Jan 2020 07:00 UT 64.21 21.074 1943.4 368796 12.6811 1.3206 -71.081 -0.495 2.348 -6.773 23.094 +16 Jan 2020 08:00 UT 63.75 21.116 1942.9 368885 12.7175 1.0864 -71.587 -0.496 2.396 -6.771 23.034 +16 Jan 2020 09:00 UT 63.29 21.158 1942.5 368975 12.7538 0.8523 -72.093 -0.498 2.445 -6.768 22.973 +16 Jan 2020 10:00 UT 62.82 21.199 1942.0 369066 12.7901 0.6183 -72.599 -0.499 2.493 -6.765 22.909 +16 Jan 2020 11:00 UT 62.36 21.241 1941.5 369158 12.8264 0.3843 -73.106 -0.501 2.541 -6.761 22.843 +16 Jan 2020 12:00 UT 61.89 21.283 1941.0 369251 12.8627 0.1504 -73.612 -0.502 2.588 -6.757 22.775 +16 Jan 2020 13:00 UT 61.43 21.324 1940.5 369345 12.8990 -0.0834 -74.118 -0.503 2.635 -6.751 22.705 +16 Jan 2020 14:00 UT 60.96 21.366 1940.0 369440 12.9352 -0.3171 -74.624 -0.505 2.682 -6.745 22.633 +16 Jan 2020 15:00 UT 60.49 21.408 1939.5 369535 12.9714 -0.5506 -75.130 -0.506 2.729 -6.739 22.559 +16 Jan 2020 16:00 UT 60.03 21.449 1939.0 369632 13.0076 -0.7839 -75.637 -0.507 2.775 -6.731 22.482 +16 Jan 2020 17:00 UT 59.56 21.491 1938.5 369729 13.0438 -1.0170 -76.143 -0.509 2.821 -6.723 22.404 +16 Jan 2020 18:00 UT 59.09 21.533 1938.0 369827 13.0800 -1.2499 -76.649 -0.510 2.866 -6.714 22.323 +16 Jan 2020 19:00 UT 58.62 21.574 1937.5 369926 13.1162 -1.4825 -77.156 -0.511 2.911 -6.704 22.241 +16 Jan 2020 20:00 UT 58.15 21.616 1937.0 370026 13.1523 -1.7149 -77.662 -0.513 2.956 -6.694 22.156 +16 Jan 2020 21:00 UT 57.68 21.658 1936.4 370127 13.1885 -1.9470 -78.168 -0.514 3.000 -6.683 22.069 +16 Jan 2020 22:00 UT 57.20 21.699 1935.9 370229 13.2246 -2.1788 -78.675 -0.516 3.044 -6.671 21.980 +16 Jan 2020 23:00 UT 56.73 21.741 1935.4 370331 13.2607 -2.4103 -79.181 -0.517 3.088 -6.658 21.890 +17 Jan 2020 00:00 UT 56.26 21.783 1934.8 370434 13.2968 -2.6414 -79.687 -0.518 3.131 -6.645 21.797 +17 Jan 2020 01:00 UT 55.79 21.824 1934.3 370538 13.3329 -2.8722 -80.194 -0.520 3.174 -6.631 21.702 +17 Jan 2020 02:00 UT 55.32 21.866 1933.7 370642 13.3690 -3.1025 -80.700 -0.521 3.216 -6.617 21.605 +17 Jan 2020 03:00 UT 54.84 21.908 1933.2 370748 13.4051 -3.3325 -81.206 -0.522 3.258 -6.601 21.507 +17 Jan 2020 04:00 UT 54.37 21.949 1932.6 370854 13.4412 -3.5620 -81.713 -0.524 3.300 -6.585 21.406 +17 Jan 2020 05:00 UT 53.90 21.991 1932.1 370960 13.4772 -3.7911 -82.219 -0.525 3.341 -6.569 21.303 +17 Jan 2020 06:00 UT 53.42 22.033 1931.5 371068 13.5133 -4.0197 -82.726 -0.526 3.382 -6.551 21.199 +17 Jan 2020 07:00 UT 52.95 22.074 1931.0 371176 13.5494 -4.2478 -83.232 -0.528 3.423 -6.533 21.092 +17 Jan 2020 08:00 UT 52.48 22.116 1930.4 371285 13.5855 -4.4754 -83.739 -0.529 3.463 -6.514 20.984 +17 Jan 2020 09:00 UT 52.00 22.158 1929.8 371394 13.6215 -4.7025 -84.245 -0.530 3.503 -6.495 20.873 +17 Jan 2020 10:00 UT 51.53 22.199 1929.2 371504 13.6576 -4.9290 -84.751 -0.532 3.542 -6.475 20.761 +17 Jan 2020 11:00 UT 51.06 22.241 1928.7 371615 13.6937 -5.1549 -85.258 -0.533 3.581 -6.454 20.647 +17 Jan 2020 12:00 UT 50.59 22.283 1928.1 371726 13.7298 -5.3803 -85.764 -0.534 3.620 -6.433 20.531 +17 Jan 2020 13:00 UT 50.11 22.324 1927.5 371838 13.7659 -5.6050 -86.271 -0.536 3.658 -6.411 20.413 +17 Jan 2020 14:00 UT 49.64 22.366 1926.9 371950 13.8020 -5.8291 -86.778 -0.537 3.696 -6.388 20.294 +17 Jan 2020 15:00 UT 49.17 22.408 1926.4 372063 13.8381 -6.0525 -87.284 -0.538 3.733 -6.365 20.172 +17 Jan 2020 16:00 UT 48.70 22.449 1925.8 372177 13.8742 -6.2753 -87.791 -0.540 3.770 -6.340 20.049 +17 Jan 2020 17:00 UT 48.23 22.491 1925.2 372291 13.9103 -6.4974 -88.297 -0.541 3.806 -6.316 19.924 +17 Jan 2020 18:00 UT 47.76 22.533 1924.6 372405 13.9464 -6.7188 -88.804 -0.542 3.843 -6.290 19.797 +17 Jan 2020 19:00 UT 47.29 22.574 1924.0 372520 13.9826 -6.9394 -89.310 -0.544 3.878 -6.264 19.668 +17 Jan 2020 20:00 UT 46.82 22.616 1923.4 372636 14.0187 -7.1593 -89.817 -0.545 3.914 -6.238 19.538 +17 Jan 2020 21:00 UT 46.35 22.658 1922.8 372752 14.0549 -7.3784 -90.324 -0.546 3.948 -6.211 19.406 +17 Jan 2020 22:00 UT 45.88 22.699 1922.2 372869 14.0911 -7.5968 -90.830 -0.548 3.983 -6.183 19.272 +17 Jan 2020 23:00 UT 45.41 22.741 1921.6 372986 14.1273 -7.8143 -91.337 -0.549 4.017 -6.154 19.136 +18 Jan 2020 00:00 UT 44.95 22.783 1921.0 373103 14.1635 -8.0310 -91.844 -0.550 4.050 -6.125 18.998 +18 Jan 2020 01:00 UT 44.48 22.824 1920.4 373221 14.1997 -8.2468 -92.350 -0.552 4.084 -6.095 18.859 +18 Jan 2020 02:00 UT 44.01 22.866 1919.8 373340 14.2360 -8.4618 -92.857 -0.553 4.116 -6.065 18.718 +18 Jan 2020 03:00 UT 43.55 22.908 1919.2 373459 14.2722 -8.6759 -93.364 -0.554 4.149 -6.034 18.576 +18 Jan 2020 04:00 UT 43.09 22.949 1918.5 373578 14.3085 -8.8891 -93.870 -0.555 4.181 -6.003 18.431 +18 Jan 2020 05:00 UT 42.62 22.991 1917.9 373698 14.3448 -9.1014 -94.377 -0.557 4.212 -5.970 18.285 +18 Jan 2020 06:00 UT 42.16 23.033 1917.3 373818 14.3811 -9.3127 -94.884 -0.558 4.243 -5.938 18.138 +18 Jan 2020 07:00 UT 41.70 23.074 1916.7 373939 14.4175 -9.5231 -95.391 -0.559 4.274 -5.904 17.988 +18 Jan 2020 08:00 UT 41.24 23.116 1916.1 374060 14.4538 -9.7325 -95.897 -0.561 4.304 -5.871 17.837 +18 Jan 2020 09:00 UT 40.78 23.158 1915.4 374181 14.4902 -9.9409 -96.404 -0.562 4.334 -5.836 17.685 +18 Jan 2020 10:00 UT 40.33 23.199 1914.8 374303 14.5266 -10.1483 -96.911 -0.563 4.363 -5.801 17.531 +18 Jan 2020 11:00 UT 39.87 23.241 1914.2 374425 14.5631 -10.3547 -97.418 -0.565 4.392 -5.765 17.375 +18 Jan 2020 12:00 UT 39.41 23.283 1913.6 374547 14.5995 -10.5600 -97.925 -0.566 4.420 -5.729 17.217 +18 Jan 2020 13:00 UT 38.96 23.324 1912.9 374670 14.6360 -10.7643 -98.431 -0.567 4.448 -5.692 17.058 +18 Jan 2020 14:00 UT 38.51 23.366 1912.3 374793 14.6725 -10.9674 -98.938 -0.568 4.476 -5.655 16.898 +18 Jan 2020 15:00 UT 38.05 23.408 1911.7 374917 14.7090 -11.1695 -99.445 -0.570 4.503 -5.617 16.736 +18 Jan 2020 16:00 UT 37.60 23.449 1911.1 375041 14.7456 -11.3704 -99.952 -0.571 4.530 -5.579 16.572 +18 Jan 2020 17:00 UT 37.16 23.491 1910.4 375165 14.7822 -11.5702 -100.459 -0.572 4.556 -5.540 16.407 +18 Jan 2020 18:00 UT 36.71 23.533 1909.8 375289 14.8188 -11.7688 -100.966 -0.574 4.582 -5.501 16.240 +18 Jan 2020 19:00 UT 36.26 23.574 1909.2 375414 14.8555 -11.9663 -101.473 -0.575 4.607 -5.461 16.072 +18 Jan 2020 20:00 UT 35.82 23.616 1908.5 375539 14.8922 -12.1625 -101.980 -0.576 4.632 -5.420 15.902 +18 Jan 2020 21:00 UT 35.37 23.658 1907.9 375664 14.9289 -12.3576 -102.487 -0.577 4.657 -5.379 15.731 +18 Jan 2020 22:00 UT 34.93 23.699 1907.2 375790 14.9657 -12.5514 -102.993 -0.579 4.681 -5.338 15.558 +18 Jan 2020 23:00 UT 34.49 23.741 1906.6 375916 15.0024 -12.7440 -103.500 -0.580 4.705 -5.295 15.384 +19 Jan 2020 00:00 UT 34.05 23.783 1906.0 376042 15.0392 -12.9353 -104.007 -0.581 4.728 -5.253 15.208 +19 Jan 2020 01:00 UT 33.62 23.824 1905.3 376168 15.0761 -13.1253 -104.514 -0.582 4.751 -5.210 15.031 +19 Jan 2020 02:00 UT 33.18 23.866 1904.7 376295 15.1130 -13.3140 -105.021 -0.584 4.773 -5.166 14.853 +19 Jan 2020 03:00 UT 32.75 23.908 1904.0 376422 15.1499 -13.5014 -105.528 -0.585 4.795 -5.122 14.673 +19 Jan 2020 04:00 UT 32.32 23.949 1903.4 376549 15.1868 -13.6875 -106.035 -0.586 4.817 -5.078 14.492 +19 Jan 2020 05:00 UT 31.89 23.991 1902.8 376677 15.2238 -13.8722 -106.542 -0.587 4.838 -5.033 14.309 +19 Jan 2020 06:00 UT 31.46 24.033 1902.1 376804 15.2609 -14.0556 -107.049 -0.589 4.858 -4.987 14.125 +19 Jan 2020 07:00 UT 31.03 24.074 1901.5 376932 15.2979 -14.2375 -107.557 -0.590 4.879 -4.941 13.939 +19 Jan 2020 08:00 UT 30.61 24.116 1900.8 377060 15.3350 -14.4181 -108.064 -0.591 4.898 -4.895 13.753 +19 Jan 2020 09:00 UT 30.19 24.158 1900.2 377189 15.3721 -14.5973 -108.571 -0.593 4.918 -4.848 13.564 +19 Jan 2020 10:00 UT 29.77 24.199 1899.5 377317 15.4093 -14.7750 -109.078 -0.594 4.937 -4.801 13.375 +19 Jan 2020 11:00 UT 29.35 24.241 1898.9 377446 15.4465 -14.9513 -109.585 -0.595 4.955 -4.753 13.184 +19 Jan 2020 12:00 UT 28.93 24.283 1898.2 377575 15.4838 -15.1261 -110.092 -0.596 4.973 -4.705 12.992 +19 Jan 2020 13:00 UT 28.52 24.324 1897.6 377704 15.5211 -15.2994 -110.599 -0.598 4.991 -4.656 12.799 +19 Jan 2020 14:00 UT 28.11 24.366 1896.9 377834 15.5584 -15.4712 -111.106 -0.599 5.008 -4.607 12.604 +19 Jan 2020 15:00 UT 27.70 24.408 1896.3 377964 15.5957 -15.6415 -111.613 -0.600 5.025 -4.558 12.409 +19 Jan 2020 16:00 UT 27.29 24.449 1895.6 378093 15.6331 -15.8103 -112.120 -0.601 5.041 -4.508 12.212 +19 Jan 2020 17:00 UT 26.88 24.491 1895.0 378223 15.6706 -15.9775 -112.628 -0.603 5.057 -4.458 12.013 +19 Jan 2020 18:00 UT 26.48 24.533 1894.3 378354 15.7080 -16.1432 -113.135 -0.604 5.072 -4.407 11.814 +19 Jan 2020 19:00 UT 26.08 24.574 1893.7 378484 15.7456 -16.3073 -113.642 -0.605 5.088 -4.356 11.613 +19 Jan 2020 20:00 UT 25.68 24.616 1893.0 378615 15.7831 -16.4698 -114.149 -0.606 5.102 -4.305 11.411 +19 Jan 2020 21:00 UT 25.28 24.658 1892.4 378746 15.8207 -16.6307 -114.656 -0.607 5.116 -4.253 11.208 +19 Jan 2020 22:00 UT 24.89 24.699 1891.7 378877 15.8583 -16.7899 -115.164 -0.609 5.130 -4.201 11.004 +19 Jan 2020 23:00 UT 24.49 24.741 1891.1 379008 15.8960 -16.9476 -115.671 -0.610 5.143 -4.148 10.799 +20 Jan 2020 00:00 UT 24.10 24.783 1890.4 379139 15.9337 -17.1035 -116.178 -0.611 5.156 -4.095 10.593 +20 Jan 2020 01:00 UT 23.72 24.824 1889.7 379271 15.9715 -17.2578 -116.685 -0.612 5.169 -4.042 10.385 +20 Jan 2020 02:00 UT 23.33 24.866 1889.1 379402 16.0093 -17.4104 -117.193 -0.614 5.181 -3.988 10.177 +20 Jan 2020 03:00 UT 22.95 24.908 1888.4 379534 16.0471 -17.5614 -117.700 -0.615 5.193 -3.934 9.967 +20 Jan 2020 04:00 UT 22.57 24.949 1887.8 379666 16.0850 -17.7106 -118.207 -0.616 5.204 -3.880 9.757 +20 Jan 2020 05:00 UT 22.19 24.991 1887.1 379798 16.1229 -17.8580 -118.715 -0.617 5.215 -3.825 9.545 +20 Jan 2020 06:00 UT 21.82 25.033 1886.5 379930 16.1608 -18.0038 -119.222 -0.618 5.225 -3.770 9.332 +20 Jan 2020 07:00 UT 21.44 25.074 1885.8 380063 16.1988 -18.1478 -119.729 -0.620 5.235 -3.715 9.119 +20 Jan 2020 08:00 UT 21.07 25.116 1885.1 380196 16.2369 -18.2900 -120.236 -0.621 5.244 -3.659 8.904 +20 Jan 2020 09:00 UT 20.71 25.158 1884.5 380328 16.2749 -18.4304 -120.744 -0.622 5.254 -3.603 8.689 +20 Jan 2020 10:00 UT 20.34 25.199 1883.8 380461 16.3130 -18.5690 -121.251 -0.623 5.262 -3.547 8.472 +20 Jan 2020 11:00 UT 19.98 25.241 1883.2 380594 16.3512 -18.7058 -121.759 -0.625 5.271 -3.490 8.255 +20 Jan 2020 12:00 UT 19.62 25.283 1882.5 380728 16.3893 -18.8408 -122.266 -0.626 5.279 -3.433 8.037 +20 Jan 2020 13:00 UT 19.26 25.324 1881.9 380861 16.4276 -18.9740 -122.773 -0.627 5.286 -3.376 7.818 +20 Jan 2020 14:00 UT 18.91 25.366 1881.2 380995 16.4658 -19.1053 -123.281 -0.628 5.293 -3.318 7.598 +20 Jan 2020 15:00 UT 18.56 25.408 1880.5 381128 16.5041 -19.2348 -123.788 -0.629 5.300 -3.261 7.377 +20 Jan 2020 16:00 UT 18.21 25.449 1879.9 381262 16.5424 -19.3624 -124.295 -0.631 5.306 -3.203 7.155 +20 Jan 2020 17:00 UT 17.86 25.491 1879.2 381396 16.5808 -19.4880 -124.803 -0.632 5.312 -3.144 6.933 +20 Jan 2020 18:00 UT 17.52 25.533 1878.6 381530 16.6192 -19.6118 -125.310 -0.633 5.317 -3.086 6.710 +20 Jan 2020 19:00 UT 17.18 25.574 1877.9 381664 16.6576 -19.7337 -125.818 -0.634 5.322 -3.027 6.486 +20 Jan 2020 20:00 UT 16.84 25.616 1877.2 381799 16.6961 -19.8537 -126.325 -0.635 5.327 -2.968 6.261 +20 Jan 2020 21:00 UT 16.51 25.658 1876.6 381933 16.7346 -19.9717 -126.833 -0.637 5.331 -2.909 6.036 +20 Jan 2020 22:00 UT 16.18 25.699 1875.9 382068 16.7731 -20.0878 -127.340 -0.638 5.335 -2.849 5.810 +20 Jan 2020 23:00 UT 15.85 25.741 1875.2 382203 16.8117 -20.2019 -127.848 -0.639 5.338 -2.789 5.583 +21 Jan 2020 00:00 UT 15.53 25.783 1874.6 382338 16.8503 -20.3141 -128.355 -0.640 5.341 -2.729 5.356 +21 Jan 2020 01:00 UT 15.20 25.824 1873.9 382473 16.8889 -20.4242 -128.863 -0.641 5.344 -2.669 5.128 +21 Jan 2020 02:00 UT 14.88 25.866 1873.3 382608 16.9276 -20.5324 -129.370 -0.643 5.346 -2.609 4.899 +21 Jan 2020 03:00 UT 14.57 25.908 1872.6 382743 16.9663 -20.6386 -129.878 -0.644 5.348 -2.548 4.670 +21 Jan 2020 04:00 UT 14.25 25.949 1871.9 382878 17.0050 -20.7428 -130.385 -0.645 5.350 -2.487 4.440 +21 Jan 2020 05:00 UT 13.94 25.991 1871.3 383014 17.0438 -20.8450 -130.893 -0.646 5.351 -2.426 4.210 +21 Jan 2020 06:00 UT 13.64 26.033 1870.6 383150 17.0825 -20.9451 -131.400 -0.647 5.351 -2.365 3.979 +21 Jan 2020 07:00 UT 13.33 26.074 1869.9 383286 17.1214 -21.0432 -131.908 -0.648 5.352 -2.304 3.748 +21 Jan 2020 08:00 UT 13.03 26.116 1869.3 383421 17.1602 -21.1393 -132.415 -0.650 5.351 -2.242 3.516 +21 Jan 2020 09:00 UT 12.73 26.158 1868.6 383557 17.1990 -21.2333 -132.923 -0.651 5.351 -2.181 3.284 +21 Jan 2020 10:00 UT 12.44 26.199 1868.0 383694 17.2379 -21.3252 -133.430 -0.652 5.350 -2.119 3.052 +21 Jan 2020 11:00 UT 12.15 26.241 1867.3 383830 17.2768 -21.4151 -133.938 -0.653 5.349 -2.057 2.819 +21 Jan 2020 12:00 UT 11.86 26.283 1866.6 383966 17.3158 -21.5029 -134.446 -0.654 5.347 -1.995 2.585 +21 Jan 2020 13:00 UT 11.57 26.324 1866.0 384103 17.3547 -21.5886 -134.953 -0.655 5.345 -1.932 2.352 +21 Jan 2020 14:00 UT 11.29 26.366 1865.3 384240 17.3937 -21.6722 -135.461 -0.657 5.342 -1.870 2.118 +21 Jan 2020 15:00 UT 11.01 26.408 1864.6 384376 17.4327 -21.7537 -135.968 -0.658 5.340 -1.807 1.884 +21 Jan 2020 16:00 UT 10.74 26.449 1864.0 384513 17.4717 -21.8331 -136.476 -0.659 5.336 -1.744 1.649 +21 Jan 2020 17:00 UT 10.47 26.491 1863.3 384650 17.5107 -21.9103 -136.984 -0.660 5.333 -1.682 1.414 +21 Jan 2020 18:00 UT 10.20 26.533 1862.7 384787 17.5498 -21.9855 -137.491 -0.661 5.329 -1.619 1.179 +21 Jan 2020 19:00 UT 9.93 26.574 1862.0 384925 17.5888 -22.0585 -137.999 -0.662 5.324 -1.556 0.944 +21 Jan 2020 20:00 UT 9.67 26.616 1861.3 385062 17.6279 -22.1294 -138.507 -0.663 5.320 -1.492 0.709 +21 Jan 2020 21:00 UT 9.41 26.658 1860.7 385199 17.6670 -22.1982 -139.014 -0.665 5.315 -1.429 0.474 +21 Jan 2020 22:00 UT 9.16 26.699 1860.0 385337 17.7061 -22.2648 -139.522 -0.666 5.309 -1.366 0.238 +21 Jan 2020 23:00 UT 8.90 26.741 1859.3 385474 17.7452 -22.3292 -140.030 -0.667 5.303 -1.302 0.003 +22 Jan 2020 00:00 UT 8.65 26.783 1858.7 385612 17.7844 -22.3915 -140.537 -0.668 5.297 -1.239 359.767 +22 Jan 2020 01:00 UT 8.41 26.824 1858.0 385750 17.8235 -22.4517 -141.045 -0.669 5.290 -1.175 359.531 +22 Jan 2020 02:00 UT 8.17 26.866 1857.3 385888 17.8626 -22.5096 -141.553 -0.670 5.284 -1.112 359.296 +22 Jan 2020 03:00 UT 7.93 26.908 1856.7 386026 17.9018 -22.5654 -142.060 -0.671 5.276 -1.048 359.060 +22 Jan 2020 04:00 UT 7.69 26.949 1856.0 386164 17.9410 -22.6191 -142.568 -0.673 5.268 -0.984 358.824 +22 Jan 2020 05:00 UT 7.46 26.991 1855.3 386302 17.9801 -22.6705 -143.076 -0.674 5.260 -0.921 358.589 +22 Jan 2020 06:00 UT 7.23 27.033 1854.7 386441 18.0193 -22.7198 -143.584 -0.675 5.252 -0.857 358.354 +22 Jan 2020 07:00 UT 7.01 27.074 1854.0 386579 18.0585 -22.7669 -144.091 -0.676 5.243 -0.793 358.118 +22 Jan 2020 08:00 UT 6.79 27.116 1853.4 386718 18.0976 -22.8118 -144.599 -0.677 5.234 -0.729 357.883 +22 Jan 2020 09:00 UT 6.57 27.158 1852.7 386856 18.1368 -22.8546 -145.107 -0.678 5.225 -0.665 357.648 +22 Jan 2020 10:00 UT 6.35 27.199 1852.0 386995 18.1760 -22.8951 -145.615 -0.679 5.215 -0.601 357.414 +22 Jan 2020 11:00 UT 6.14 27.241 1851.4 387134 18.2152 -22.9335 -146.122 -0.680 5.204 -0.537 357.179 +22 Jan 2020 12:00 UT 5.93 27.283 1850.7 387273 18.2543 -22.9697 -146.630 -0.682 5.194 -0.473 356.945 +22 Jan 2020 13:00 UT 5.73 27.324 1850.0 387411 18.2935 -23.0037 -147.138 -0.683 5.183 -0.409 356.711 +22 Jan 2020 14:00 UT 5.53 27.366 1849.4 387550 18.3326 -23.0354 -147.646 -0.684 5.172 -0.345 356.478 +22 Jan 2020 15:00 UT 5.33 27.408 1848.7 387689 18.3718 -23.0650 -148.153 -0.685 5.160 -0.281 356.245 +22 Jan 2020 16:00 UT 5.14 27.449 1848.0 387829 18.4109 -23.0925 -148.661 -0.686 5.148 -0.217 356.012 +22 Jan 2020 17:00 UT 4.95 27.491 1847.4 387968 18.4501 -23.1177 -149.169 -0.687 5.135 -0.153 355.779 +22 Jan 2020 18:00 UT 4.76 27.533 1846.7 388107 18.4892 -23.1407 -149.677 -0.688 5.123 -0.089 355.547 +22 Jan 2020 19:00 UT 4.58 27.574 1846.1 388246 18.5283 -23.1616 -150.185 -0.689 5.110 -0.026 355.316 +22 Jan 2020 20:00 UT 4.40 27.616 1845.4 388386 18.5674 -23.1802 -150.692 -0.690 5.096 0.038 355.085 +22 Jan 2020 21:00 UT 4.23 27.658 1844.7 388525 18.6064 -23.1967 -151.200 -0.691 5.082 0.102 354.855 +22 Jan 2020 22:00 UT 4.05 27.699 1844.1 388665 18.6455 -23.2110 -151.708 -0.693 5.068 0.166 354.625 +22 Jan 2020 23:00 UT 3.88 27.741 1843.4 388804 18.6845 -23.2231 -152.216 -0.694 5.054 0.229 354.395 +23 Jan 2020 00:00 UT 3.72 27.783 1842.7 388944 18.7236 -23.2330 -152.724 -0.695 5.039 0.293 354.167 +23 Jan 2020 01:00 UT 3.56 27.824 1842.1 389083 18.7626 -23.2408 -153.232 -0.696 5.024 0.356 353.939 +23 Jan 2020 02:00 UT 3.40 27.866 1841.4 389223 18.8015 -23.2464 -153.739 -0.697 5.008 0.420 353.711 +23 Jan 2020 03:00 UT 3.25 27.908 1840.8 389362 18.8405 -23.2498 -154.247 -0.698 4.992 0.483 353.484 +23 Jan 2020 04:00 UT 3.10 27.949 1840.1 389502 18.8794 -23.2510 -154.755 -0.699 4.976 0.547 353.258 +23 Jan 2020 05:00 UT 2.95 27.991 1839.4 389642 18.9183 -23.2501 -155.263 -0.700 4.960 0.610 353.033 +23 Jan 2020 06:00 UT 2.81 28.033 1838.8 389781 18.9572 -23.2470 -155.771 -0.701 4.943 0.673 352.808 +23 Jan 2020 07:00 UT 2.67 28.074 1838.1 389921 18.9961 -23.2418 -156.279 -0.702 4.926 0.736 352.585 +23 Jan 2020 08:00 UT 2.53 28.116 1837.5 390061 19.0349 -23.2345 -156.787 -0.703 4.908 0.799 352.362 +23 Jan 2020 09:00 UT 2.40 28.158 1836.8 390200 19.0737 -23.2249 -157.294 -0.704 4.890 0.862 352.140 +23 Jan 2020 10:00 UT 2.27 28.199 1836.2 390340 19.1125 -23.2133 -157.802 -0.705 4.872 0.924 351.918 +23 Jan 2020 11:00 UT 2.14 28.241 1835.5 390480 19.1512 -23.1995 -158.310 -0.706 4.853 0.987 351.698 +23 Jan 2020 12:00 UT 2.02 28.283 1834.8 390619 19.1899 -23.1836 -158.818 -0.708 4.835 1.049 351.478 +23 Jan 2020 13:00 UT 1.90 28.324 1834.2 390759 19.2285 -23.1656 -159.326 -0.709 4.815 1.111 351.260 +23 Jan 2020 14:00 UT 1.79 28.366 1833.5 390899 19.2672 -23.1455 -159.834 -0.710 4.796 1.174 351.042 +23 Jan 2020 15:00 UT 1.68 28.408 1832.9 391038 19.3057 -23.1232 -160.342 -0.711 4.776 1.236 350.826 +23 Jan 2020 16:00 UT 1.57 28.449 1832.2 391178 19.3443 -23.0989 -160.850 -0.712 4.756 1.298 350.610 +23 Jan 2020 17:00 UT 1.47 28.491 1831.6 391317 19.3828 -23.0725 -161.358 -0.713 4.735 1.359 350.396 +23 Jan 2020 18:00 UT 1.37 28.533 1830.9 391457 19.4212 -23.0440 -161.866 -0.714 4.714 1.421 350.182 +23 Jan 2020 19:00 UT 1.27 28.574 1830.3 391596 19.4597 -23.0134 -162.373 -0.715 4.693 1.482 349.970 +23 Jan 2020 20:00 UT 1.18 28.616 1829.6 391735 19.4980 -22.9808 -162.881 -0.716 4.672 1.543 349.759 +23 Jan 2020 21:00 UT 1.09 28.658 1829.0 391875 19.5364 -22.9461 -163.389 -0.717 4.650 1.604 349.548 +23 Jan 2020 22:00 UT 1.01 28.699 1828.3 392014 19.5746 -22.9093 -163.897 -0.718 4.628 1.665 349.339 +23 Jan 2020 23:00 UT 0.92 28.741 1827.7 392153 19.6129 -22.8706 -164.405 -0.719 4.605 1.726 349.132 +24 Jan 2020 00:00 UT 0.85 28.783 1827.0 392292 19.6511 -22.8297 -164.913 -0.720 4.582 1.787 348.925 +24 Jan 2020 01:00 UT 0.77 28.824 1826.4 392431 19.6892 -22.7869 -165.421 -0.721 4.559 1.847 348.720 +24 Jan 2020 02:00 UT 0.70 28.866 1825.7 392570 19.7273 -22.7421 -165.929 -0.722 4.536 1.907 348.515 +24 Jan 2020 03:00 UT 0.63 28.908 1825.1 392708 19.7653 -22.6952 -166.437 -0.723 4.512 1.967 348.313 +24 Jan 2020 04:00 UT 0.57 28.949 1824.4 392847 19.8033 -22.6464 -166.945 -0.724 4.488 2.027 348.111 +24 Jan 2020 05:00 UT 0.51 28.991 1823.8 392985 19.8413 -22.5956 -167.453 -0.725 4.463 2.086 347.911 +24 Jan 2020 06:00 UT 0.45 29.033 1823.2 393123 19.8791 -22.5428 -167.961 -0.726 4.439 2.145 347.712 +24 Jan 2020 07:00 UT 0.40 29.074 1822.5 393262 19.9170 -22.4880 -168.469 -0.727 4.414 2.204 347.514 +24 Jan 2020 08:00 UT 0.35 29.116 1821.9 393399 19.9547 -22.4313 -168.976 -0.728 4.388 2.263 347.318 +24 Jan 2020 09:00 UT 0.31 29.158 1821.2 393537 19.9924 -22.3727 -169.484 -0.729 4.362 2.322 347.123 +24 Jan 2020 10:00 UT 0.27 29.199 1820.6 393675 20.0301 -22.3121 -169.992 -0.730 4.336 2.380 346.929 +24 Jan 2020 11:00 UT 0.23 29.241 1820.0 393812 20.0677 -22.2497 -170.500 -0.731 4.310 2.438 346.737 +24 Jan 2020 12:00 UT 0.19 29.283 1819.3 393950 20.1052 -22.1853 -171.008 -0.732 4.284 2.496 346.546 +24 Jan 2020 13:00 UT 0.16 29.324 1818.7 394087 20.1427 -22.1190 -171.516 -0.733 4.257 2.554 346.357 +24 Jan 2020 14:00 UT 0.13 29.366 1818.1 394223 20.1801 -22.0509 -172.024 -0.734 4.229 2.611 346.169 +24 Jan 2020 15:00 UT 0.11 29.408 1817.4 394360 20.2174 -21.9809 -172.532 -0.735 4.202 2.668 345.983 +24 Jan 2020 16:00 UT 0.09 29.449 1816.8 394496 20.2547 -21.9090 -173.040 -0.736 4.174 2.725 345.798 +24 Jan 2020 17:00 UT 0.07 29.491 1816.2 394633 20.2920 -21.8353 -173.548 -0.737 4.146 2.782 345.615 +24 Jan 2020 18:00 UT 0.06 29.533 1815.6 394769 20.3291 -21.7598 -174.056 -0.738 4.117 2.838 345.433 +24 Jan 2020 19:00 UT 0.05 29.574 1814.9 394904 20.3662 -21.6824 -174.564 -0.739 4.089 2.894 345.253 +24 Jan 2020 20:00 UT 0.04 29.616 1814.3 395040 20.4032 -21.6033 -175.072 -0.740 4.060 2.950 345.074 +24 Jan 2020 21:00 UT 0.04 29.658 1813.7 395175 20.4402 -21.5223 -175.580 -0.741 4.030 3.006 344.897 +24 Jan 2020 22:00 UT 0.04 0.012 1813.1 395310 20.4771 -21.4396 -176.088 -0.742 4.000 3.061 344.722 +24 Jan 2020 23:00 UT 0.05 0.054 1812.5 395444 20.5139 -21.3552 -176.596 -0.743 3.970 3.116 344.548 +25 Jan 2020 00:00 UT 0.05 0.096 1811.8 395578 20.5507 -21.2689 -177.104 -0.744 3.940 3.170 344.375 +25 Jan 2020 01:00 UT 0.06 0.137 1811.2 395712 20.5874 -21.1810 -177.612 -0.745 3.910 3.225 344.205 +25 Jan 2020 02:00 UT 0.08 0.179 1810.6 395846 20.6240 -21.0913 -178.120 -0.746 3.879 3.279 344.036 +25 Jan 2020 03:00 UT 0.10 0.221 1810.0 395979 20.6606 -20.9999 -178.628 -0.747 3.848 3.332 343.868 +25 Jan 2020 04:00 UT 0.12 0.262 1809.4 396112 20.6970 -20.9068 -179.136 -0.747 3.816 3.386 343.703 +25 Jan 2020 05:00 UT 0.14 0.304 1808.8 396244 20.7334 -20.8121 -179.644 -0.748 3.784 3.439 343.539 +25 Jan 2020 06:00 UT 0.17 0.346 1808.2 396376 20.7698 -20.7156 179.848 -0.749 3.752 3.492 343.376 +25 Jan 2020 07:00 UT 0.21 0.387 1807.6 396508 20.8061 -20.6176 179.341 -0.750 3.720 3.544 343.216 +25 Jan 2020 08:00 UT 0.24 0.429 1807.0 396639 20.8423 -20.5178 178.833 -0.751 3.687 3.596 343.057 +25 Jan 2020 09:00 UT 0.28 0.471 1806.4 396770 20.8784 -20.4165 178.325 -0.752 3.654 3.648 342.900 +25 Jan 2020 10:00 UT 0.32 0.512 1805.8 396901 20.9144 -20.3136 177.817 -0.753 3.621 3.700 342.744 +25 Jan 2020 11:00 UT 0.37 0.554 1805.2 397031 20.9504 -20.2090 177.309 -0.754 3.588 3.751 342.590 +25 Jan 2020 12:00 UT 0.42 0.596 1804.6 397161 20.9863 -20.1029 176.801 -0.755 3.554 3.802 342.438 +25 Jan 2020 13:00 UT 0.47 0.637 1804.0 397290 21.0222 -19.9953 176.293 -0.756 3.520 3.852 342.288 +25 Jan 2020 14:00 UT 0.53 0.679 1803.5 397418 21.0579 -19.8860 175.785 -0.757 3.485 3.902 342.140 +25 Jan 2020 15:00 UT 0.58 0.721 1802.9 397547 21.0936 -19.7753 175.277 -0.758 3.451 3.952 341.993 +25 Jan 2020 16:00 UT 0.65 0.762 1802.3 397674 21.1292 -19.6630 174.769 -0.759 3.416 4.001 341.848 +25 Jan 2020 17:00 UT 0.71 0.804 1801.7 397801 21.1648 -19.5492 174.261 -0.759 3.381 4.050 341.705 +25 Jan 2020 18:00 UT 0.78 0.846 1801.1 397928 21.2002 -19.4340 173.753 -0.760 3.345 4.099 341.564 +25 Jan 2020 19:00 UT 0.85 0.887 1800.6 398054 21.2356 -19.3172 173.245 -0.761 3.309 4.147 341.424 +25 Jan 2020 20:00 UT 0.93 0.929 1800.0 398180 21.2710 -19.1990 172.737 -0.762 3.273 4.195 341.286 +25 Jan 2020 21:00 UT 1.01 0.971 1799.4 398305 21.3062 -19.0794 172.229 -0.763 3.237 4.243 341.151 +25 Jan 2020 22:00 UT 1.09 1.012 1798.9 398429 21.3414 -18.9583 171.721 -0.764 3.200 4.290 341.016 +25 Jan 2020 23:00 UT 1.18 1.054 1798.3 398553 21.3765 -18.8358 171.213 -0.765 3.164 4.337 340.884 +26 Jan 2020 00:00 UT 1.27 1.096 1797.8 398676 21.4115 -18.7120 170.705 -0.766 3.126 4.384 340.754 +26 Jan 2020 01:00 UT 1.36 1.137 1797.2 398799 21.4464 -18.5867 170.197 -0.767 3.089 4.430 340.625 +26 Jan 2020 02:00 UT 1.45 1.179 1796.7 398921 21.4813 -18.4601 169.689 -0.767 3.051 4.475 340.498 +26 Jan 2020 03:00 UT 1.55 1.221 1796.1 399042 21.5161 -18.3321 169.181 -0.768 3.013 4.521 340.373 +26 Jan 2020 04:00 UT 1.65 1.262 1795.6 399163 21.5508 -18.2028 168.674 -0.769 2.975 4.566 340.250 +26 Jan 2020 05:00 UT 1.76 1.304 1795.0 399283 21.5855 -18.0721 168.166 -0.770 2.937 4.610 340.129 +26 Jan 2020 06:00 UT 1.87 1.346 1794.5 399402 21.6201 -17.9402 167.658 -0.771 2.898 4.654 340.010 +26 Jan 2020 07:00 UT 1.98 1.387 1794.0 399521 21.6546 -17.8069 167.150 -0.772 2.859 4.698 339.892 +26 Jan 2020 08:00 UT 2.09 1.429 1793.4 399638 21.6890 -17.6724 166.642 -0.773 2.820 4.742 339.776 +26 Jan 2020 09:00 UT 2.21 1.471 1792.9 399755 21.7233 -17.5367 166.134 -0.774 2.780 4.785 339.662 +26 Jan 2020 10:00 UT 2.33 1.512 1792.4 399872 21.7576 -17.3996 165.626 -0.774 2.740 4.827 339.550 +26 Jan 2020 11:00 UT 2.45 1.554 1791.9 399987 21.7918 -17.2614 165.118 -0.775 2.700 4.869 339.440 +26 Jan 2020 12:00 UT 2.58 1.596 1791.4 400102 21.8260 -17.1219 164.610 -0.776 2.660 4.911 339.332 +26 Jan 2020 13:00 UT 2.71 1.637 1790.8 400216 21.8600 -16.9812 164.102 -0.777 2.619 4.952 339.226 +26 Jan 2020 14:00 UT 2.84 1.679 1790.3 400330 21.8940 -16.8394 163.594 -0.778 2.579 4.993 339.121 +26 Jan 2020 15:00 UT 2.98 1.721 1789.8 400442 21.9279 -16.6964 163.086 -0.779 2.537 5.034 339.018 +26 Jan 2020 16:00 UT 3.12 1.762 1789.3 400554 21.9618 -16.5522 162.579 -0.779 2.496 5.074 338.917 +26 Jan 2020 17:00 UT 3.26 1.804 1788.8 400664 21.9956 -16.4069 162.071 -0.780 2.455 5.113 338.819 +26 Jan 2020 18:00 UT 3.41 1.846 1788.3 400774 22.0293 -16.2604 161.563 -0.781 2.413 5.153 338.721 +26 Jan 2020 19:00 UT 3.55 1.887 1787.9 400883 22.0629 -16.1129 161.055 -0.782 2.371 5.191 338.626 +26 Jan 2020 20:00 UT 3.71 1.929 1787.4 400991 22.0965 -15.9642 160.547 -0.783 2.328 5.230 338.533 +26 Jan 2020 21:00 UT 3.86 1.971 1786.9 401098 22.1299 -15.8145 160.039 -0.784 2.286 5.268 338.441 +26 Jan 2020 22:00 UT 4.02 2.012 1786.4 401205 22.1634 -15.6637 159.531 -0.784 2.243 5.305 338.352 +26 Jan 2020 23:00 UT 4.18 2.054 1786.0 401310 22.1967 -15.5118 159.023 -0.785 2.200 5.342 338.264 +27 Jan 2020 00:00 UT 4.34 2.096 1785.5 401414 22.2300 -15.3589 158.515 -0.786 2.157 5.379 338.178 +27 Jan 2020 01:00 UT 4.50 2.137 1785.0 401518 22.2632 -15.2050 158.008 -0.787 2.113 5.415 338.094 +27 Jan 2020 02:00 UT 4.67 2.179 1784.6 401620 22.2964 -15.0501 157.500 -0.788 2.069 5.451 338.012 +27 Jan 2020 03:00 UT 4.84 2.221 1784.1 401721 22.3294 -14.8942 156.992 -0.789 2.025 5.486 337.931 +27 Jan 2020 04:00 UT 5.02 2.262 1783.7 401822 22.3625 -14.7373 156.484 -0.789 1.981 5.521 337.853 +27 Jan 2020 05:00 UT 5.19 2.304 1783.2 401921 22.3954 -14.5794 155.976 -0.790 1.937 5.555 337.776 +27 Jan 2020 06:00 UT 5.37 2.346 1782.8 402019 22.4283 -14.4206 155.468 -0.791 1.892 5.589 337.701 +27 Jan 2020 07:00 UT 5.56 2.387 1782.4 402117 22.4611 -14.2608 154.960 -0.792 1.847 5.623 337.628 +27 Jan 2020 08:00 UT 5.74 2.429 1782.0 402213 22.4938 -14.1002 154.453 -0.793 1.802 5.656 337.557 +27 Jan 2020 09:00 UT 5.93 2.471 1781.5 402308 22.5265 -13.9386 153.945 -0.793 1.757 5.689 337.488 +27 Jan 2020 10:00 UT 6.12 2.512 1781.1 402402 22.5592 -13.7761 153.437 -0.794 1.711 5.721 337.420 +27 Jan 2020 11:00 UT 6.31 2.554 1780.7 402494 22.5917 -13.6128 152.929 -0.795 1.666 5.752 337.355 +27 Jan 2020 12:00 UT 6.51 2.596 1780.3 402586 22.6242 -13.4486 152.421 -0.796 1.620 5.784 337.291 +27 Jan 2020 13:00 UT 6.71 2.637 1779.9 402677 22.6566 -13.2835 151.913 -0.796 1.574 5.814 337.229 +27 Jan 2020 14:00 UT 6.91 2.679 1779.5 402766 22.6890 -13.1176 151.406 -0.797 1.527 5.845 337.169 +27 Jan 2020 15:00 UT 7.11 2.721 1779.1 402854 22.7213 -12.9508 150.898 -0.798 1.481 5.875 337.111 +27 Jan 2020 16:00 UT 7.32 2.762 1778.7 402941 22.7536 -12.7833 150.390 -0.799 1.434 5.904 337.054 +27 Jan 2020 17:00 UT 7.53 2.804 1778.4 403026 22.7858 -12.6150 149.882 -0.800 1.387 5.933 336.999 +27 Jan 2020 18:00 UT 7.74 2.846 1778.0 403111 22.8179 -12.4458 149.374 -0.800 1.340 5.961 336.946 +27 Jan 2020 19:00 UT 7.96 2.887 1777.6 403194 22.8500 -12.2759 148.867 -0.801 1.292 5.989 336.895 +27 Jan 2020 20:00 UT 8.17 2.929 1777.3 403276 22.8820 -12.1053 148.359 -0.802 1.245 6.017 336.846 +27 Jan 2020 21:00 UT 8.39 2.971 1776.9 403357 22.9140 -11.9339 147.851 -0.803 1.197 6.044 336.799 +27 Jan 2020 22:00 UT 8.62 3.012 1776.6 403436 22.9459 -11.7618 147.343 -0.803 1.149 6.070 336.753 +27 Jan 2020 23:00 UT 8.84 3.054 1776.2 403514 22.9777 -11.5889 146.835 -0.804 1.101 6.096 336.709 +28 Jan 2020 00:00 UT 9.07 3.096 1775.9 403591 23.0095 -11.4154 146.328 -0.805 1.052 6.122 336.667 +28 Jan 2020 01:00 UT 9.30 3.137 1775.5 403666 23.0413 -11.2411 145.820 -0.806 1.004 6.147 336.626 +28 Jan 2020 02:00 UT 9.53 3.179 1775.2 403740 23.0730 -11.0662 145.312 -0.806 0.955 6.172 336.588 +28 Jan 2020 03:00 UT 9.77 3.221 1774.9 403812 23.1046 -10.8906 144.804 -0.807 0.906 6.196 336.551 +28 Jan 2020 04:00 UT 10.00 3.262 1774.6 403884 23.1362 -10.7144 144.297 -0.808 0.857 6.220 336.516 +28 Jan 2020 05:00 UT 10.24 3.304 1774.3 403953 23.1677 -10.5375 143.789 -0.809 0.808 6.243 336.483 +28 Jan 2020 06:00 UT 10.48 3.346 1774.0 404022 23.1992 -10.3600 143.281 -0.809 0.758 6.266 336.451 +28 Jan 2020 07:00 UT 10.73 3.387 1773.7 404089 23.2306 -10.1818 142.774 -0.810 0.709 6.288 336.421 +28 Jan 2020 08:00 UT 10.98 3.429 1773.4 404154 23.2620 -10.0031 142.266 -0.811 0.659 6.310 336.393 +28 Jan 2020 09:00 UT 11.22 3.471 1773.1 404218 23.2934 -9.8238 141.758 -0.812 0.609 6.331 336.367 +28 Jan 2020 10:00 UT 11.48 3.512 1772.8 404281 23.3247 -9.6439 141.250 -0.812 0.559 6.352 336.342 +28 Jan 2020 11:00 UT 11.73 3.554 1772.6 404342 23.3559 -9.4634 140.743 -0.813 0.509 6.372 336.320 +28 Jan 2020 12:00 UT 11.99 3.596 1772.3 404401 23.3871 -9.2824 140.235 -0.814 0.458 6.392 336.299 +28 Jan 2020 13:00 UT 12.24 3.637 1772.1 404459 23.4183 -9.1009 139.727 -0.815 0.408 6.411 336.279 +28 Jan 2020 14:00 UT 12.50 3.679 1771.8 404516 23.4494 -8.9188 139.220 -0.815 0.357 6.430 336.261 +28 Jan 2020 15:00 UT 12.77 3.721 1771.6 404570 23.4805 -8.7362 138.712 -0.816 0.306 6.448 336.246 +28 Jan 2020 16:00 UT 13.03 3.762 1771.3 404624 23.5115 -8.5531 138.204 -0.817 0.255 6.466 336.231 +28 Jan 2020 17:00 UT 13.30 3.804 1771.1 404676 23.5425 -8.3694 137.697 -0.817 0.204 6.483 336.219 +28 Jan 2020 18:00 UT 13.57 3.846 1770.9 404726 23.5734 -8.1854 137.189 -0.818 0.153 6.500 336.208 +28 Jan 2020 19:00 UT 13.84 3.887 1770.7 404774 23.6043 -8.0008 136.681 -0.819 0.101 6.517 336.199 +28 Jan 2020 20:00 UT 14.11 3.929 1770.5 404821 23.6352 -7.8158 136.174 -0.820 0.050 6.532 336.191 +28 Jan 2020 21:00 UT 14.39 3.971 1770.3 404866 23.6661 -7.6303 135.666 -0.820 -0.002 6.548 336.185 +28 Jan 2020 22:00 UT 14.67 4.012 1770.1 404910 23.6969 -7.4444 135.158 -0.821 -0.054 6.563 336.181 +28 Jan 2020 23:00 UT 14.95 4.054 1769.9 404952 23.7276 -7.2581 134.651 -0.822 -0.105 6.577 336.179 +29 Jan 2020 00:00 UT 15.23 4.096 1769.7 404992 23.7584 -7.0714 134.143 -0.823 -0.157 6.591 336.178 +29 Jan 2020 01:00 UT 15.52 4.137 1769.6 405031 23.7890 -6.8842 133.636 -0.823 -0.210 6.604 336.179 +29 Jan 2020 02:00 UT 15.80 4.179 1769.4 405067 23.8197 -6.6967 133.128 -0.824 -0.262 6.617 336.181 +29 Jan 2020 03:00 UT 16.09 4.221 1769.2 405103 23.8503 -6.5088 132.620 -0.825 -0.314 6.630 336.185 +29 Jan 2020 04:00 UT 16.38 4.262 1769.1 405136 23.8809 -6.3205 132.113 -0.825 -0.367 6.642 336.191 +29 Jan 2020 05:00 UT 16.67 4.304 1769.0 405168 23.9115 -6.1319 131.605 -0.826 -0.419 6.653 336.199 +29 Jan 2020 06:00 UT 16.97 4.346 1768.8 405197 23.9421 -5.9429 131.098 -0.827 -0.472 6.664 336.208 +29 Jan 2020 07:00 UT 17.26 4.387 1768.7 405226 23.9726 -5.7536 130.590 -0.827 -0.525 6.674 336.218 +29 Jan 2020 08:00 UT 17.56 4.429 1768.6 405252 0.0030 -5.5639 130.083 -0.828 -0.578 6.684 336.231 +29 Jan 2020 09:00 UT 17.86 4.471 1768.5 405276 0.0335 -5.3740 129.575 -0.829 -0.630 6.694 336.245 +29 Jan 2020 10:00 UT 18.16 4.512 1768.4 405299 0.0639 -5.1837 129.067 -0.830 -0.683 6.702 336.260 +29 Jan 2020 11:00 UT 18.47 4.554 1768.3 405320 0.0944 -4.9932 128.560 -0.830 -0.737 6.711 336.277 +29 Jan 2020 12:00 UT 18.77 4.596 1768.2 405339 0.1247 -4.8024 128.052 -0.831 -0.790 6.719 336.296 +29 Jan 2020 13:00 UT 19.08 4.637 1768.1 405356 0.1551 -4.6113 127.545 -0.832 -0.843 6.726 336.316 +29 Jan 2020 14:00 UT 19.39 4.679 1768.1 405372 0.1854 -4.4199 127.037 -0.832 -0.896 6.733 336.338 +29 Jan 2020 15:00 UT 19.70 4.721 1768.0 405385 0.2158 -4.2283 126.530 -0.833 -0.950 6.739 336.362 +29 Jan 2020 16:00 UT 20.02 4.762 1768.0 405397 0.2461 -4.0365 126.022 -0.834 -1.003 6.745 336.387 +29 Jan 2020 17:00 UT 20.33 4.804 1767.9 405406 0.2763 -3.8444 125.515 -0.834 -1.057 6.751 336.414 +29 Jan 2020 18:00 UT 20.65 4.846 1767.9 405414 0.3066 -3.6521 125.007 -0.835 -1.110 6.756 336.442 +29 Jan 2020 19:00 UT 20.97 4.887 1767.9 405420 0.3369 -3.4596 124.500 -0.836 -1.164 6.760 336.472 +29 Jan 2020 20:00 UT 21.29 4.929 1767.8 405424 0.3671 -3.2669 123.993 -0.836 -1.218 6.764 336.503 +29 Jan 2020 21:00 UT 21.61 4.971 1767.8 405426 0.3973 -3.0740 123.485 -0.837 -1.271 6.767 336.536 +29 Jan 2020 22:00 UT 21.94 5.012 1767.8 405426 0.4275 -2.8810 122.978 -0.838 -1.325 6.770 336.571 +29 Jan 2020 23:00 UT 22.26 5.054 1767.8 405424 0.4577 -2.6877 122.470 -0.838 -1.379 6.772 336.607 +30 Jan 2020 00:00 UT 22.59 5.096 1767.9 405420 0.4879 -2.4944 121.963 -0.839 -1.433 6.774 336.644 +30 Jan 2020 01:00 UT 22.92 5.137 1767.9 405415 0.5181 -2.3008 121.455 -0.840 -1.487 6.776 336.684 +30 Jan 2020 02:00 UT 23.25 5.179 1767.9 405407 0.5482 -2.1072 120.948 -0.841 -1.540 6.777 336.724 +30 Jan 2020 03:00 UT 23.58 5.221 1768.0 405397 0.5784 -1.9134 120.441 -0.841 -1.594 6.777 336.767 +30 Jan 2020 04:00 UT 23.91 5.262 1768.0 405385 0.6085 -1.7195 119.933 -0.842 -1.648 6.777 336.810 +30 Jan 2020 05:00 UT 24.25 5.304 1768.1 405371 0.6386 -1.5255 119.426 -0.843 -1.702 6.776 336.856 +30 Jan 2020 06:00 UT 24.59 5.346 1768.1 405356 0.6688 -1.3314 118.918 -0.843 -1.756 6.775 336.903 +30 Jan 2020 07:00 UT 24.92 5.387 1768.2 405338 0.6989 -1.1372 118.411 -0.844 -1.810 6.773 336.951 +30 Jan 2020 08:00 UT 25.26 5.429 1768.3 405318 0.7290 -0.9429 117.904 -0.845 -1.864 6.771 337.001 +30 Jan 2020 09:00 UT 25.61 5.471 1768.4 405296 0.7591 -0.7486 117.396 -0.845 -1.918 6.769 337.052 +30 Jan 2020 10:00 UT 25.95 5.512 1768.5 405272 0.7892 -0.5542 116.889 -0.846 -1.972 6.765 337.105 +30 Jan 2020 11:00 UT 26.29 5.554 1768.6 405246 0.8194 -0.3598 116.382 -0.847 -2.026 6.762 337.160 +30 Jan 2020 12:00 UT 26.64 5.596 1768.7 405218 0.8495 -0.1653 115.874 -0.847 -2.079 6.758 337.215 +30 Jan 2020 13:00 UT 26.99 5.637 1768.9 405188 0.8796 0.0292 115.367 -0.848 -2.133 6.753 337.273 +30 Jan 2020 14:00 UT 27.34 5.679 1769.0 405155 0.9097 0.2237 114.860 -0.849 -2.187 6.748 337.332 +30 Jan 2020 15:00 UT 27.69 5.721 1769.2 405121 0.9398 0.4182 114.352 -0.849 -2.241 6.742 337.392 +30 Jan 2020 16:00 UT 28.04 5.762 1769.3 405085 0.9700 0.6127 113.845 -0.850 -2.295 6.736 337.454 +30 Jan 2020 17:00 UT 28.39 5.804 1769.5 405046 1.0001 0.8072 113.338 -0.851 -2.348 6.729 337.517 +30 Jan 2020 18:00 UT 28.75 5.846 1769.7 405005 1.0302 1.0016 112.831 -0.851 -2.402 6.722 337.582 +30 Jan 2020 19:00 UT 29.10 5.887 1769.9 404963 1.0604 1.1961 112.323 -0.852 -2.456 6.714 337.649 +30 Jan 2020 20:00 UT 29.46 5.929 1770.0 404918 1.0905 1.3905 111.816 -0.853 -2.509 6.706 337.716 +30 Jan 2020 21:00 UT 29.82 5.971 1770.3 404871 1.1207 1.5848 111.309 -0.853 -2.563 6.698 337.786 +30 Jan 2020 22:00 UT 30.18 6.012 1770.5 404822 1.1509 1.7791 110.802 -0.854 -2.616 6.688 337.856 +30 Jan 2020 23:00 UT 30.54 6.054 1770.7 404770 1.1811 1.9733 110.294 -0.855 -2.669 6.679 337.929 +31 Jan 2020 00:00 UT 30.90 6.096 1770.9 404717 1.2113 2.1674 109.787 -0.855 -2.723 6.669 338.002 +31 Jan 2020 01:00 UT 31.27 6.137 1771.2 404662 1.2415 2.3614 109.280 -0.856 -2.776 6.658 338.077 +31 Jan 2020 02:00 UT 31.63 6.179 1771.4 404604 1.2717 2.5553 108.773 -0.857 -2.829 6.647 338.154 +31 Jan 2020 03:00 UT 32.00 6.221 1771.7 404544 1.3020 2.7491 108.266 -0.857 -2.882 6.635 338.232 +31 Jan 2020 04:00 UT 32.37 6.262 1772.0 404482 1.3322 2.9428 107.758 -0.858 -2.935 6.623 338.312 +31 Jan 2020 05:00 UT 32.73 6.304 1772.2 404418 1.3625 3.1363 107.251 -0.859 -2.988 6.610 338.392 +31 Jan 2020 06:00 UT 33.10 6.346 1772.5 404352 1.3928 3.3297 106.744 -0.859 -3.040 6.597 338.475 +31 Jan 2020 07:00 UT 33.47 6.387 1772.8 404283 1.4231 3.5229 106.237 -0.860 -3.093 6.584 338.559 +31 Jan 2020 08:00 UT 33.85 6.429 1773.1 404213 1.4535 3.7160 105.730 -0.861 -3.145 6.570 338.644 +31 Jan 2020 09:00 UT 34.22 6.471 1773.5 404140 1.4838 3.9089 105.223 -0.861 -3.198 6.555 338.731 +31 Jan 2020 10:00 UT 34.59 6.512 1773.8 404065 1.5142 4.1016 104.716 -0.862 -3.250 6.540 338.819 +31 Jan 2020 11:00 UT 34.97 6.554 1774.1 403988 1.5446 4.2941 104.208 -0.863 -3.302 6.524 338.909 +31 Jan 2020 12:00 UT 35.35 6.596 1774.5 403908 1.5751 4.4864 103.701 -0.863 -3.354 6.508 339.000 +31 Jan 2020 13:00 UT 35.72 6.637 1774.8 403827 1.6055 4.6785 103.194 -0.864 -3.406 6.492 339.092 +31 Jan 2020 14:00 UT 36.10 6.679 1775.2 403743 1.6360 4.8704 102.687 -0.865 -3.458 6.475 339.186 +31 Jan 2020 15:00 UT 36.48 6.721 1775.6 403658 1.6665 5.0620 102.180 -0.865 -3.509 6.457 339.281 +31 Jan 2020 16:00 UT 36.86 6.762 1776.0 403570 1.6971 5.2534 101.673 -0.866 -3.561 6.439 339.378 +31 Jan 2020 17:00 UT 37.24 6.804 1776.4 403479 1.7277 5.4445 101.166 -0.867 -3.612 6.420 339.476 +31 Jan 2020 18:00 UT 37.63 6.846 1776.8 403387 1.7583 5.6354 100.659 -0.867 -3.663 6.401 339.576 +31 Jan 2020 19:00 UT 38.01 6.887 1777.2 403293 1.7889 5.8260 100.152 -0.868 -3.714 6.382 339.677 +31 Jan 2020 20:00 UT 38.39 6.929 1777.6 403196 1.8196 6.0163 99.645 -0.869 -3.765 6.362 339.779 +31 Jan 2020 21:00 UT 38.78 6.971 1778.0 403097 1.8503 6.2062 99.138 -0.869 -3.815 6.341 339.883 +31 Jan 2020 22:00 UT 39.16 7.012 1778.5 402996 1.8811 6.3959 98.631 -0.870 -3.865 6.320 339.989 +31 Jan 2020 23:00 UT 39.55 7.054 1778.9 402893 1.9118 6.5853 98.124 -0.871 -3.916 6.299 340.095 +01 Feb 2020 00:00 UT 39.94 7.096 1779.4 402788 1.9427 6.7743 97.617 -0.872 -3.966 6.277 340.204 +01 Feb 2020 01:00 UT 40.33 7.137 1779.9 402680 1.9735 6.9630 97.110 -0.872 -4.015 6.255 340.313 +01 Feb 2020 02:00 UT 40.72 7.179 1780.4 402571 2.0044 7.1513 96.603 -0.873 -4.065 6.232 340.424 +01 Feb 2020 03:00 UT 41.11 7.221 1780.9 402459 2.0354 7.3392 96.096 -0.874 -4.114 6.208 340.536 +01 Feb 2020 04:00 UT 41.50 7.262 1781.4 402345 2.0664 7.5268 95.589 -0.874 -4.163 6.184 340.650 +01 Feb 2020 05:00 UT 41.89 7.304 1781.9 402229 2.0974 7.7140 95.082 -0.875 -4.212 6.160 340.765 +01 Feb 2020 06:00 UT 42.28 7.346 1782.4 402110 2.1285 7.9008 94.575 -0.876 -4.261 6.135 340.882 +01 Feb 2020 07:00 UT 42.68 7.387 1782.9 401990 2.1596 8.0872 94.068 -0.876 -4.309 6.110 341.000 +01 Feb 2020 08:00 UT 43.07 7.429 1783.5 401868 2.1908 8.2731 93.561 -0.877 -4.357 6.084 341.119 +01 Feb 2020 09:00 UT 43.46 7.471 1784.0 401743 2.2220 8.4587 93.055 -0.878 -4.405 6.058 341.240 +01 Feb 2020 10:00 UT 43.86 7.512 1784.6 401616 2.2533 8.6437 92.548 -0.878 -4.453 6.031 341.363 +01 Feb 2020 11:00 UT 44.26 7.554 1785.2 401487 2.2846 8.8284 92.041 -0.879 -4.500 6.004 341.486 +01 Feb 2020 12:00 UT 44.65 7.596 1785.8 401356 2.3159 9.0125 91.534 -0.880 -4.548 5.976 341.611 +01 Feb 2020 13:00 UT 45.05 7.637 1786.3 401223 2.3474 9.1962 91.027 -0.880 -4.595 5.948 341.738 +01 Feb 2020 14:00 UT 45.45 7.679 1787.0 401088 2.3788 9.3794 90.520 -0.881 -4.641 5.919 341.865 +01 Feb 2020 15:00 UT 45.85 7.721 1787.6 400951 2.4104 9.5620 90.013 -0.882 -4.687 5.890 341.995 +01 Feb 2020 16:00 UT 46.24 7.762 1788.2 400811 2.4419 9.7442 89.507 -0.883 -4.733 5.861 342.125 +01 Feb 2020 17:00 UT 46.64 7.804 1788.8 400670 2.4736 9.9258 89.000 -0.883 -4.779 5.831 342.257 +01 Feb 2020 18:00 UT 47.04 7.846 1789.5 400527 2.5053 10.1069 88.493 -0.884 -4.825 5.800 342.391 +01 Feb 2020 19:00 UT 47.44 7.887 1790.1 400381 2.5370 10.2874 87.986 -0.885 -4.870 5.769 342.525 +01 Feb 2020 20:00 UT 47.84 7.929 1790.8 400233 2.5688 10.4674 87.479 -0.885 -4.915 5.738 342.662 +01 Feb 2020 21:00 UT 48.25 7.971 1791.4 400084 2.6007 10.6468 86.973 -0.886 -4.959 5.706 342.799 +01 Feb 2020 22:00 UT 48.65 8.012 1792.1 399932 2.6326 10.8256 86.466 -0.887 -5.003 5.674 342.938 +01 Feb 2020 23:00 UT 49.05 8.054 1792.8 399778 2.6646 11.0038 85.959 -0.887 -5.047 5.641 343.079 +02 Feb 2020 00:00 UT 49.45 8.096 1793.5 399623 2.6967 11.1813 85.452 -0.888 -5.091 5.608 343.220 +02 Feb 2020 01:00 UT 49.86 8.137 1794.2 399465 2.7288 11.3583 84.946 -0.889 -5.134 5.574 343.364 +02 Feb 2020 02:00 UT 50.26 8.179 1794.9 399305 2.7610 11.5346 84.439 -0.890 -5.177 5.540 343.508 +02 Feb 2020 03:00 UT 50.66 8.221 1795.7 399144 2.7933 11.7102 83.932 -0.890 -5.219 5.505 343.654 +02 Feb 2020 04:00 UT 51.07 8.262 1796.4 398980 2.8256 11.8852 83.426 -0.891 -5.262 5.470 343.801 +02 Feb 2020 05:00 UT 51.47 8.304 1797.1 398814 2.8580 12.0595 82.919 -0.892 -5.303 5.434 343.950 +02 Feb 2020 06:00 UT 51.87 8.346 1797.9 398647 2.8904 12.2331 82.412 -0.893 -5.345 5.398 344.100 +02 Feb 2020 07:00 UT 52.28 8.387 1798.7 398477 2.9230 12.4059 81.906 -0.893 -5.386 5.362 344.251 +02 Feb 2020 08:00 UT 52.68 8.429 1799.4 398306 2.9556 12.5781 81.399 -0.894 -5.426 5.325 344.404 +02 Feb 2020 09:00 UT 53.09 8.471 1800.2 398133 2.9882 12.7495 80.892 -0.895 -5.467 5.288 344.558 +02 Feb 2020 10:00 UT 53.49 8.512 1801.0 397957 3.0210 12.9202 80.386 -0.895 -5.507 5.250 344.714 +02 Feb 2020 11:00 UT 53.90 8.554 1801.8 397780 3.0538 13.0901 79.879 -0.896 -5.546 5.211 344.871 +02 Feb 2020 12:00 UT 54.31 8.596 1802.6 397601 3.0867 13.2592 79.372 -0.897 -5.585 5.173 345.029 +02 Feb 2020 13:00 UT 54.71 8.637 1803.4 397421 3.1197 13.4275 78.866 -0.898 -5.624 5.134 345.189 +02 Feb 2020 14:00 UT 55.12 8.679 1804.3 397238 3.1527 13.5950 78.359 -0.898 -5.662 5.094 345.350 +02 Feb 2020 15:00 UT 55.52 8.721 1805.1 397053 3.1859 13.7617 77.853 -0.899 -5.700 5.054 345.512 +02 Feb 2020 16:00 UT 55.93 8.762 1806.0 396867 3.2191 13.9275 77.346 -0.900 -5.738 5.014 345.676 +02 Feb 2020 17:00 UT 56.33 8.804 1806.8 396679 3.2523 14.0925 76.840 -0.901 -5.775 4.973 345.841 +02 Feb 2020 18:00 UT 56.74 8.846 1807.7 396489 3.2857 14.2566 76.333 -0.901 -5.811 4.931 346.008 +02 Feb 2020 19:00 UT 57.15 8.887 1808.6 396298 3.3192 14.4198 75.827 -0.902 -5.847 4.890 346.176 +02 Feb 2020 20:00 UT 57.55 8.929 1809.4 396104 3.3527 14.5822 75.320 -0.903 -5.883 4.848 346.345 +02 Feb 2020 21:00 UT 57.96 8.971 1810.3 395909 3.3863 14.7436 74.813 -0.904 -5.918 4.805 346.515 +02 Feb 2020 22:00 UT 58.36 9.012 1811.2 395713 3.4200 14.9041 74.307 -0.904 -5.953 4.762 346.687 +02 Feb 2020 23:00 UT 58.77 9.054 1812.1 395514 3.4538 15.0636 73.801 -0.905 -5.987 4.718 346.861 +03 Feb 2020 00:00 UT 59.17 9.096 1813.1 395314 3.4876 15.2222 73.294 -0.906 -6.021 4.675 347.035 +03 Feb 2020 01:00 UT 59.58 9.137 1814.0 395112 3.5216 15.3797 72.788 -0.907 -6.054 4.630 347.211 +03 Feb 2020 02:00 UT 59.98 9.179 1814.9 394909 3.5556 15.5363 72.281 -0.907 -6.087 4.586 347.388 +03 Feb 2020 03:00 UT 60.39 9.221 1815.9 394704 3.5898 15.6919 71.775 -0.908 -6.120 4.540 347.567 +03 Feb 2020 04:00 UT 60.79 9.262 1816.8 394497 3.6240 15.8465 71.268 -0.909 -6.152 4.495 347.747 +03 Feb 2020 05:00 UT 61.20 9.304 1817.8 394289 3.6583 16.0000 70.762 -0.910 -6.183 4.449 347.928 +03 Feb 2020 06:00 UT 61.60 9.346 1818.7 394080 3.6927 16.1524 70.255 -0.910 -6.214 4.403 348.111 +03 Feb 2020 07:00 UT 62.00 9.387 1819.7 393868 3.7272 16.3038 69.749 -0.911 -6.244 4.356 348.295 +03 Feb 2020 08:00 UT 62.41 9.429 1820.7 393656 3.7618 16.4541 69.243 -0.912 -6.274 4.309 348.480 +03 Feb 2020 09:00 UT 62.81 9.471 1821.7 393441 3.7964 16.6032 68.736 -0.913 -6.303 4.261 348.666 +03 Feb 2020 10:00 UT 63.21 9.512 1822.7 393226 3.8312 16.7513 68.230 -0.914 -6.332 4.213 348.854 +03 Feb 2020 11:00 UT 63.62 9.554 1823.7 393009 3.8661 16.8982 67.723 -0.914 -6.361 4.165 349.043 +03 Feb 2020 12:00 UT 64.02 9.596 1824.7 392790 3.9010 17.0439 67.217 -0.915 -6.388 4.116 349.233 +03 Feb 2020 13:00 UT 64.42 9.637 1825.7 392570 3.9361 17.1885 66.711 -0.916 -6.415 4.067 349.425 +03 Feb 2020 14:00 UT 64.82 9.679 1826.8 392349 3.9712 17.3318 66.204 -0.917 -6.442 4.017 349.618 +03 Feb 2020 15:00 UT 65.22 9.721 1827.8 392126 4.0065 17.4739 65.698 -0.918 -6.468 3.967 349.812 +03 Feb 2020 16:00 UT 65.62 9.762 1828.8 391902 4.0418 17.6148 65.192 -0.918 -6.494 3.917 350.008 +03 Feb 2020 17:00 UT 66.02 9.804 1829.9 391677 4.0772 17.7545 64.686 -0.919 -6.519 3.866 350.204 +03 Feb 2020 18:00 UT 66.42 9.846 1830.9 391450 4.1128 17.8929 64.179 -0.920 -6.543 3.815 350.402 +03 Feb 2020 19:00 UT 66.81 9.887 1832.0 391222 4.1484 18.0299 63.673 -0.921 -6.567 3.764 350.602 +03 Feb 2020 20:00 UT 67.21 9.929 1833.1 390993 4.1841 18.1657 63.167 -0.922 -6.590 3.712 350.802 +03 Feb 2020 21:00 UT 67.61 9.971 1834.2 390763 4.2200 18.3002 62.660 -0.922 -6.613 3.660 351.004 +03 Feb 2020 22:00 UT 68.00 10.012 1835.3 390532 4.2559 18.4333 62.154 -0.923 -6.635 3.607 351.207 +03 Feb 2020 23:00 UT 68.40 10.054 1836.3 390299 4.2919 18.5651 61.648 -0.924 -6.656 3.554 351.411 +04 Feb 2020 00:00 UT 68.79 10.096 1837.4 390065 4.3281 18.6954 61.142 -0.925 -6.677 3.501 351.616 +04 Feb 2020 01:00 UT 69.18 10.137 1838.6 389830 4.3643 18.8244 60.636 -0.926 -6.697 3.447 351.823 +04 Feb 2020 02:00 UT 69.57 10.179 1839.7 389594 4.4006 18.9520 60.129 -0.926 -6.717 3.393 352.030 +04 Feb 2020 03:00 UT 69.97 10.221 1840.8 389357 4.4371 19.0781 59.623 -0.927 -6.736 3.339 352.239 +04 Feb 2020 04:00 UT 70.36 10.262 1841.9 389119 4.4736 19.2027 59.117 -0.928 -6.755 3.284 352.449 +04 Feb 2020 05:00 UT 70.75 10.304 1843.0 388880 4.5102 19.3259 58.611 -0.929 -6.772 3.229 352.661 +04 Feb 2020 06:00 UT 71.13 10.346 1844.2 388641 4.5470 19.4476 58.105 -0.930 -6.789 3.173 352.873 +04 Feb 2020 07:00 UT 71.52 10.387 1845.3 388400 4.5838 19.5678 57.598 -0.931 -6.806 3.118 353.086 +04 Feb 2020 08:00 UT 71.91 10.429 1846.5 388158 4.6208 19.6864 57.092 -0.931 -6.822 3.061 353.301 +04 Feb 2020 09:00 UT 72.29 10.471 1847.6 387915 4.6578 19.8035 56.586 -0.932 -6.837 3.005 353.517 +04 Feb 2020 10:00 UT 72.68 10.512 1848.8 387672 4.6950 19.9190 56.080 -0.933 -6.852 2.948 353.734 +04 Feb 2020 11:00 UT 73.06 10.554 1850.0 387427 4.7322 20.0330 55.574 -0.934 -6.866 2.891 353.951 +04 Feb 2020 12:00 UT 73.44 10.596 1851.1 387182 4.7696 20.1453 55.068 -0.935 -6.879 2.834 354.170 +04 Feb 2020 13:00 UT 73.82 10.637 1852.3 386936 4.8071 20.2560 54.562 -0.936 -6.891 2.776 354.390 +04 Feb 2020 14:00 UT 74.20 10.679 1853.5 386690 4.8446 20.3650 54.056 -0.937 -6.903 2.718 354.611 +04 Feb 2020 15:00 UT 74.58 10.721 1854.7 386442 4.8823 20.4724 53.550 -0.937 -6.915 2.659 354.834 +04 Feb 2020 16:00 UT 74.96 10.762 1855.9 386194 4.9201 20.5781 53.044 -0.938 -6.925 2.601 355.057 +04 Feb 2020 17:00 UT 75.33 10.804 1857.1 385946 4.9580 20.6820 52.538 -0.939 -6.935 2.542 355.281 +04 Feb 2020 18:00 UT 75.71 10.846 1858.3 385697 4.9959 20.7843 52.031 -0.940 -6.944 2.482 355.506 +04 Feb 2020 19:00 UT 76.08 10.887 1859.5 385447 5.0340 20.8848 51.525 -0.941 -6.953 2.423 355.732 +04 Feb 2020 20:00 UT 76.45 10.929 1860.7 385196 5.0722 20.9835 51.019 -0.942 -6.961 2.363 355.959 +04 Feb 2020 21:00 UT 76.82 10.971 1861.9 384946 5.1105 21.0804 50.513 -0.943 -6.968 2.303 356.187 +04 Feb 2020 22:00 UT 77.19 11.012 1863.1 384694 5.1489 21.1756 50.007 -0.944 -6.974 2.242 356.415 +04 Feb 2020 23:00 UT 77.56 11.054 1864.3 384442 5.1874 21.2689 49.501 -0.944 -6.980 2.182 356.645 +05 Feb 2020 00:00 UT 77.92 11.096 1865.5 384190 5.2260 21.3603 48.995 -0.945 -6.985 2.121 356.876 +05 Feb 2020 01:00 UT 78.28 11.137 1866.8 383938 5.2647 21.4499 48.489 -0.946 -6.989 2.059 357.107 +05 Feb 2020 02:00 UT 78.65 11.179 1868.0 383685 5.3035 21.5376 47.983 -0.947 -6.993 1.998 357.339 +05 Feb 2020 03:00 UT 79.01 11.221 1869.2 383432 5.3424 21.6234 47.478 -0.948 -6.995 1.936 357.572 +05 Feb 2020 04:00 UT 79.36 11.262 1870.5 383178 5.3814 21.7073 46.972 -0.949 -6.997 1.874 357.806 +05 Feb 2020 05:00 UT 79.72 11.304 1871.7 382924 5.4205 21.7892 46.466 -0.950 -6.999 1.812 358.041 +05 Feb 2020 06:00 UT 80.08 11.346 1873.0 382670 5.4597 21.8692 45.960 -0.951 -6.999 1.749 358.276 +05 Feb 2020 07:00 UT 80.43 11.387 1874.2 382416 5.4990 21.9471 45.454 -0.952 -6.999 1.686 358.512 +05 Feb 2020 08:00 UT 80.78 11.429 1875.4 382162 5.5384 22.0231 44.948 -0.953 -6.999 1.623 358.749 +05 Feb 2020 09:00 UT 81.13 11.471 1876.7 381907 5.5779 22.0971 44.442 -0.953 -6.997 1.560 358.987 +05 Feb 2020 10:00 UT 81.48 11.512 1877.9 381653 5.6175 22.1690 43.936 -0.954 -6.995 1.496 359.225 +05 Feb 2020 11:00 UT 81.82 11.554 1879.2 381398 5.6572 22.2388 43.430 -0.955 -6.992 1.433 359.464 +05 Feb 2020 12:00 UT 82.16 11.596 1880.5 381144 5.6970 22.3066 42.924 -0.956 -6.988 1.369 359.703 +05 Feb 2020 13:00 UT 82.51 11.637 1881.7 380889 5.7368 22.3723 42.419 -0.957 -6.983 1.305 359.943 +05 Feb 2020 14:00 UT 82.84 11.679 1883.0 380635 5.7768 22.4358 41.913 -0.958 -6.978 1.240 0.184 +05 Feb 2020 15:00 UT 83.18 11.721 1884.2 380381 5.8169 22.4973 41.407 -0.959 -6.972 1.176 0.425 +05 Feb 2020 16:00 UT 83.52 11.762 1885.5 380126 5.8570 22.5566 40.901 -0.960 -6.965 1.111 0.666 +05 Feb 2020 17:00 UT 83.85 11.804 1886.7 379872 5.8973 22.6137 40.395 -0.961 -6.957 1.046 0.908 +05 Feb 2020 18:00 UT 84.18 11.846 1888.0 379619 5.9376 22.6686 39.889 -0.962 -6.949 0.981 1.151 +05 Feb 2020 19:00 UT 84.51 11.887 1889.3 379365 5.9780 22.7213 39.384 -0.963 -6.940 0.916 1.394 +05 Feb 2020 20:00 UT 84.83 11.929 1890.5 379112 6.0185 22.7718 38.878 -0.964 -6.930 0.850 1.637 +05 Feb 2020 21:00 UT 85.16 11.971 1891.8 378859 6.0591 22.8201 38.372 -0.965 -6.919 0.784 1.881 +05 Feb 2020 22:00 UT 85.48 12.012 1893.1 378606 6.0998 22.8661 37.866 -0.966 -6.907 0.719 2.125 +05 Feb 2020 23:00 UT 85.79 12.054 1894.3 378354 6.1406 22.9098 37.360 -0.967 -6.895 0.653 2.369 +06 Feb 2020 00:00 UT 86.11 12.096 1895.6 378102 6.1815 22.9512 36.855 -0.968 -6.882 0.587 2.613 +06 Feb 2020 01:00 UT 86.42 12.137 1896.8 377851 6.2224 22.9904 36.349 -0.968 -6.868 0.520 2.858 +06 Feb 2020 02:00 UT 86.73 12.179 1898.1 377600 6.2634 23.0272 35.843 -0.969 -6.854 0.454 3.103 +06 Feb 2020 03:00 UT 87.04 12.221 1899.4 377350 6.3045 23.0617 35.337 -0.970 -6.838 0.387 3.348 +06 Feb 2020 04:00 UT 87.35 12.262 1900.6 377100 6.3457 23.0938 34.832 -0.971 -6.822 0.321 3.594 +06 Feb 2020 05:00 UT 87.65 12.304 1901.9 376851 6.3869 23.1236 34.326 -0.972 -6.805 0.254 3.839 +06 Feb 2020 06:00 UT 87.95 12.346 1903.1 376602 6.4283 23.1509 33.820 -0.973 -6.787 0.187 4.084 +06 Feb 2020 07:00 UT 88.25 12.387 1904.4 376354 6.4697 23.1759 33.315 -0.974 -6.769 0.120 4.330 +06 Feb 2020 08:00 UT 88.54 12.429 1905.6 376107 6.5111 23.1985 32.809 -0.975 -6.749 0.053 4.575 +06 Feb 2020 09:00 UT 88.83 12.471 1906.9 375861 6.5527 23.2186 32.303 -0.976 -6.729 -0.014 4.821 +06 Feb 2020 10:00 UT 89.12 12.512 1908.1 375615 6.5943 23.2364 31.797 -0.977 -6.708 -0.081 5.066 +06 Feb 2020 11:00 UT 89.41 12.554 1909.4 375371 6.6360 23.2516 31.292 -0.978 -6.687 -0.149 5.312 +06 Feb 2020 12:00 UT 89.69 12.596 1910.6 375127 6.6777 23.2644 30.786 -0.979 -6.664 -0.216 5.557 +06 Feb 2020 13:00 UT 89.97 12.637 1911.9 374884 6.7195 23.2747 30.280 -0.980 -6.641 -0.284 5.802 +06 Feb 2020 14:00 UT 90.25 12.679 1913.1 374642 6.7614 23.2826 29.775 -0.981 -6.617 -0.351 6.046 +06 Feb 2020 15:00 UT 90.52 12.721 1914.3 374401 6.8033 23.2879 29.269 -0.982 -6.592 -0.419 6.291 +06 Feb 2020 16:00 UT 90.79 12.762 1915.6 374161 6.8453 23.2907 28.763 -0.983 -6.566 -0.486 6.535 +06 Feb 2020 17:00 UT 91.06 12.804 1916.8 373922 6.8874 23.2910 28.258 -0.984 -6.540 -0.554 6.779 +06 Feb 2020 18:00 UT 91.32 12.846 1918.0 373684 6.9295 23.2888 27.752 -0.985 -6.513 -0.622 7.023 +06 Feb 2020 19:00 UT 91.58 12.887 1919.2 373447 6.9717 23.2840 27.247 -0.986 -6.484 -0.689 7.266 +06 Feb 2020 20:00 UT 91.84 12.929 1920.4 373211 7.0139 23.2767 26.741 -0.987 -6.456 -0.757 7.508 +06 Feb 2020 21:00 UT 92.10 12.971 1921.6 372977 7.0561 23.2668 26.235 -0.988 -6.426 -0.825 7.751 +06 Feb 2020 22:00 UT 92.35 13.012 1922.8 372743 7.0984 23.2544 25.730 -0.989 -6.396 -0.893 7.992 +06 Feb 2020 23:00 UT 92.59 13.054 1924.0 372512 7.1408 23.2394 25.224 -0.990 -6.364 -0.960 8.233 +07 Feb 2020 00:00 UT 92.84 13.096 1925.2 372281 7.1832 23.2218 24.719 -0.991 -6.332 -1.028 8.474 +07 Feb 2020 01:00 UT 93.08 13.137 1926.4 372051 7.2257 23.2016 24.213 -0.992 -6.300 -1.096 8.714 +07 Feb 2020 02:00 UT 93.31 13.179 1927.6 371824 7.2682 23.1788 23.707 -0.993 -6.266 -1.163 8.953 +07 Feb 2020 03:00 UT 93.55 13.221 1928.8 371597 7.3107 23.1534 23.202 -0.994 -6.232 -1.231 9.191 +07 Feb 2020 04:00 UT 93.78 13.262 1929.9 371372 7.3533 23.1254 22.696 -0.995 -6.197 -1.298 9.429 +07 Feb 2020 05:00 UT 94.00 13.304 1931.1 371148 7.3959 23.0947 22.191 -0.996 -6.161 -1.366 9.666 +07 Feb 2020 06:00 UT 94.23 13.346 1932.3 370926 7.4385 23.0615 21.685 -0.997 -6.124 -1.433 9.902 +07 Feb 2020 07:00 UT 94.45 13.387 1933.4 370705 7.4812 23.0256 21.180 -0.998 -6.087 -1.501 10.137 +07 Feb 2020 08:00 UT 94.66 13.429 1934.5 370486 7.5239 22.9871 20.674 -0.999 -6.049 -1.568 10.372 +07 Feb 2020 09:00 UT 94.87 13.471 1935.7 370269 7.5666 22.9460 20.169 -1.000 -6.010 -1.635 10.605 +07 Feb 2020 10:00 UT 95.08 13.512 1936.8 370053 7.6094 22.9023 19.663 -1.001 -5.970 -1.702 10.837 +07 Feb 2020 11:00 UT 95.28 13.554 1937.9 369839 7.6521 22.8559 19.158 -1.002 -5.929 -1.769 11.069 +07 Feb 2020 12:00 UT 95.48 13.596 1939.0 369627 7.6949 22.8069 18.652 -1.003 -5.888 -1.836 11.299 +07 Feb 2020 13:00 UT 95.68 13.637 1940.2 369416 7.7378 22.7552 18.147 -1.004 -5.846 -1.903 11.528 +07 Feb 2020 14:00 UT 95.87 13.679 1941.3 369207 7.7806 22.7009 17.641 -1.006 -5.803 -1.969 11.756 +07 Feb 2020 15:00 UT 96.06 13.721 1942.3 369000 7.8234 22.6440 17.136 -1.007 -5.760 -2.036 11.983 +07 Feb 2020 16:00 UT 96.24 13.762 1943.4 368795 7.8663 22.5844 16.630 -1.008 -5.716 -2.102 12.208 +07 Feb 2020 17:00 UT 96.42 13.804 1944.5 368592 7.9092 22.5222 16.125 -1.009 -5.671 -2.168 12.433 +07 Feb 2020 18:00 UT 96.59 13.846 1945.6 368390 7.9521 22.4573 15.619 -1.010 -5.625 -2.234 12.656 +07 Feb 2020 19:00 UT 96.77 13.887 1946.6 368191 7.9950 22.3899 15.114 -1.011 -5.578 -2.300 12.877 +07 Feb 2020 20:00 UT 96.93 13.929 1947.7 367993 8.0379 22.3198 14.608 -1.012 -5.531 -2.366 13.097 +07 Feb 2020 21:00 UT 97.09 13.971 1948.7 367798 8.0808 22.2471 14.103 -1.013 -5.483 -2.431 13.316 +07 Feb 2020 22:00 UT 97.25 14.012 1949.7 367604 8.1237 22.1717 13.597 -1.014 -5.435 -2.496 13.533 +07 Feb 2020 23:00 UT 97.41 14.054 1950.7 367413 8.1666 22.0938 13.092 -1.015 -5.385 -2.561 13.749 +08 Feb 2020 00:00 UT 97.56 14.096 1951.7 367224 8.2095 22.0132 12.586 -1.016 -5.335 -2.626 13.963 +08 Feb 2020 01:00 UT 97.70 14.137 1952.7 367037 8.2524 21.9300 12.081 -1.017 -5.285 -2.691 14.176 +08 Feb 2020 02:00 UT 97.84 14.179 1953.7 366852 8.2953 21.8443 11.575 -1.018 -5.233 -2.755 14.387 +08 Feb 2020 03:00 UT 97.98 14.221 1954.7 366669 8.3382 21.7559 11.070 -1.019 -5.181 -2.819 14.596 +08 Feb 2020 04:00 UT 98.11 14.262 1955.7 366488 8.3811 21.6650 10.564 -1.020 -5.128 -2.883 14.804 +08 Feb 2020 05:00 UT 98.24 14.304 1956.6 366310 8.4239 21.5714 10.059 -1.021 -5.075 -2.946 15.010 +08 Feb 2020 06:00 UT 98.36 14.346 1957.5 366133 8.4668 21.4754 9.554 -1.022 -5.020 -3.010 15.214 +08 Feb 2020 07:00 UT 98.48 14.387 1958.5 365960 8.5096 21.3767 9.048 -1.023 -4.966 -3.073 15.417 +08 Feb 2020 08:00 UT 98.60 14.429 1959.4 365788 8.5524 21.2755 8.543 -1.024 -4.910 -3.135 15.617 +08 Feb 2020 09:00 UT 98.71 14.471 1960.3 365619 8.5952 21.1718 8.037 -1.025 -4.854 -3.198 15.816 +08 Feb 2020 10:00 UT 98.81 14.512 1961.2 365452 8.6380 21.0656 7.532 -1.027 -4.797 -3.260 16.013 +08 Feb 2020 11:00 UT 98.91 14.554 1962.1 365288 8.6808 20.9568 7.026 -1.028 -4.740 -3.322 16.208 +08 Feb 2020 12:00 UT 99.01 14.596 1963.0 365126 8.7235 20.8455 6.521 -1.029 -4.681 -3.383 16.400 +08 Feb 2020 13:00 UT 99.10 14.637 1963.8 364966 8.7662 20.7317 6.016 -1.030 -4.623 -3.444 16.591 +08 Feb 2020 14:00 UT 99.18 14.679 1964.7 364809 8.8089 20.6155 5.510 -1.031 -4.563 -3.505 16.780 +08 Feb 2020 15:00 UT 99.27 14.721 1965.5 364654 8.8516 20.4968 5.005 -1.032 -4.503 -3.566 16.967 +08 Feb 2020 16:00 UT 99.34 14.762 1966.3 364502 8.8942 20.3756 4.499 -1.033 -4.443 -3.626 17.152 +08 Feb 2020 17:00 UT 99.41 14.804 1967.1 364353 8.9368 20.2520 3.994 -1.034 -4.382 -3.686 17.334 +08 Feb 2020 18:00 UT 99.48 14.846 1967.9 364206 8.9794 20.1260 3.489 -1.035 -4.320 -3.745 17.515 +08 Feb 2020 19:00 UT 99.54 14.887 1968.7 364061 9.0219 19.9976 2.983 -1.036 -4.258 -3.804 17.693 +08 Feb 2020 20:00 UT 99.60 14.929 1969.5 363920 9.0644 19.8668 2.478 -1.037 -4.195 -3.862 17.869 +08 Feb 2020 21:00 UT 99.65 14.971 1970.2 363780 9.1068 19.7336 1.972 -1.038 -4.131 -3.921 18.043 +08 Feb 2020 22:00 UT 99.70 15.012 1970.9 363644 9.1493 19.5981 1.467 -1.039 -4.067 -3.978 18.215 +08 Feb 2020 23:00 UT 99.74 15.054 1971.7 363510 9.1916 19.4602 0.961 -1.040 -4.003 -4.036 18.384 +09 Feb 2020 00:00 UT 99.78 15.096 1972.4 363379 9.2340 19.3200 0.456 -1.041 -3.937 -4.093 18.551 +09 Feb 2020 01:00 UT 99.82 15.137 1973.1 363250 9.2763 19.1775 -0.049 -1.043 -3.872 -4.149 18.716 +09 Feb 2020 02:00 UT 99.84 15.179 1973.8 363125 9.3185 19.0327 -0.555 -1.044 -3.805 -4.205 18.878 +09 Feb 2020 03:00 UT 99.87 15.221 1974.4 363002 9.3607 18.8856 -1.060 -1.045 -3.739 -4.261 19.038 +09 Feb 2020 04:00 UT 99.88 15.262 1975.1 362881 9.4029 18.7363 -1.566 -1.046 -3.672 -4.316 19.195 +09 Feb 2020 05:00 UT 99.90 15.304 1975.7 362764 9.4450 18.5848 -2.071 -1.047 -3.604 -4.370 19.350 +09 Feb 2020 06:00 UT 99.91 15.346 1976.4 362649 9.4870 18.4311 -2.576 -1.048 -3.536 -4.425 19.503 +09 Feb 2020 07:00 UT 99.91 15.387 1977.0 362537 9.5290 18.2752 -3.082 -1.049 -3.467 -4.478 19.653 +09 Feb 2020 08:00 UT 99.91 15.429 1977.6 362428 9.5710 18.1171 -3.587 -1.050 -3.398 -4.531 19.801 +09 Feb 2020 09:00 UT 99.90 15.471 1978.1 362322 9.6129 17.9569 -4.093 -1.051 -3.328 -4.584 19.946 +09 Feb 2020 10:00 UT 99.89 15.512 1978.7 362218 9.6548 17.7946 -4.598 -1.052 -3.258 -4.636 20.089 +09 Feb 2020 11:00 UT 99.87 15.554 1979.3 362118 9.6966 17.6301 -5.103 -1.053 -3.188 -4.688 20.229 +09 Feb 2020 12:00 UT 99.85 15.596 1979.8 362020 9.7383 17.4636 -5.609 -1.054 -3.117 -4.739 20.366 +09 Feb 2020 13:00 UT 99.82 15.637 1980.3 361925 9.7800 17.2951 -6.114 -1.055 -3.045 -4.790 20.501 +09 Feb 2020 14:00 UT 99.79 15.679 1980.8 361833 9.8217 17.1245 -6.620 -1.056 -2.974 -4.840 20.634 +09 Feb 2020 15:00 UT 99.75 15.721 1981.3 361744 9.8632 16.9519 -7.125 -1.058 -2.902 -4.889 20.763 +09 Feb 2020 16:00 UT 99.71 15.762 1981.8 361658 9.9048 16.7774 -7.630 -1.059 -2.829 -4.938 20.891 +09 Feb 2020 17:00 UT 99.66 15.804 1982.2 361575 9.9462 16.6009 -8.136 -1.060 -2.756 -4.986 21.015 +09 Feb 2020 18:00 UT 99.61 15.846 1982.7 361495 9.9876 16.4224 -8.641 -1.061 -2.683 -5.034 21.137 +09 Feb 2020 19:00 UT 99.55 15.887 1983.1 361417 10.0290 16.2421 -9.147 -1.062 -2.609 -5.081 21.256 +09 Feb 2020 20:00 UT 99.49 15.929 1983.5 361343 10.0703 16.0599 -9.652 -1.063 -2.535 -5.128 21.373 +09 Feb 2020 21:00 UT 99.42 15.971 1983.9 361271 10.1115 15.8758 -10.157 -1.064 -2.461 -5.174 21.487 +09 Feb 2020 22:00 UT 99.35 16.012 1984.3 361203 10.1527 15.6899 -10.663 -1.065 -2.387 -5.219 21.598 +09 Feb 2020 23:00 UT 99.27 16.054 1984.6 361137 10.1938 15.5022 -11.168 -1.066 -2.312 -5.264 21.706 +10 Feb 2020 00:00 UT 99.19 16.096 1985.0 361075 10.2348 15.3127 -11.674 -1.067 -2.236 -5.308 21.812 +10 Feb 2020 01:00 UT 99.10 16.137 1985.3 361015 10.2758 15.1215 -12.179 -1.068 -2.161 -5.352 21.915 +10 Feb 2020 02:00 UT 99.01 16.179 1985.6 360958 10.3167 14.9286 -12.685 -1.069 -2.085 -5.395 22.015 +10 Feb 2020 03:00 UT 98.91 16.221 1985.9 360905 10.3576 14.7339 -13.190 -1.070 -2.009 -5.437 22.113 +10 Feb 2020 04:00 UT 98.81 16.262 1986.2 360854 10.3984 14.5376 -13.695 -1.071 -1.933 -5.479 22.208 +10 Feb 2020 05:00 UT 98.70 16.304 1986.4 360806 10.4391 14.3397 -14.201 -1.072 -1.856 -5.520 22.300 +10 Feb 2020 06:00 UT 98.59 16.346 1986.7 360762 10.4798 14.1401 -14.706 -1.074 -1.780 -5.560 22.389 +10 Feb 2020 07:00 UT 98.47 16.387 1986.9 360720 10.5204 13.9390 -15.212 -1.075 -1.703 -5.600 22.476 +10 Feb 2020 08:00 UT 98.34 16.429 1987.1 360681 10.5609 13.7363 -15.717 -1.076 -1.626 -5.639 22.560 +10 Feb 2020 09:00 UT 98.22 16.471 1987.3 360645 10.6014 13.5321 -16.223 -1.077 -1.548 -5.677 22.641 +10 Feb 2020 10:00 UT 98.08 16.512 1987.5 360613 10.6418 13.3264 -16.728 -1.078 -1.471 -5.715 22.719 +10 Feb 2020 11:00 UT 97.94 16.554 1987.7 360583 10.6822 13.1192 -17.234 -1.079 -1.393 -5.752 22.795 +10 Feb 2020 12:00 UT 97.80 16.596 1987.8 360556 10.7225 12.9106 -17.739 -1.080 -1.315 -5.788 22.867 +10 Feb 2020 13:00 UT 97.65 16.637 1988.0 360532 10.7627 12.7006 -18.244 -1.081 -1.237 -5.823 22.937 +10 Feb 2020 14:00 UT 97.50 16.679 1988.1 360511 10.8029 12.4892 -18.750 -1.082 -1.159 -5.858 23.005 +10 Feb 2020 15:00 UT 97.34 16.721 1988.2 360493 10.8430 12.2764 -19.255 -1.083 -1.081 -5.893 23.069 +10 Feb 2020 16:00 UT 97.18 16.762 1988.3 360478 10.8830 12.0623 -19.761 -1.084 -1.003 -5.926 23.131 +10 Feb 2020 17:00 UT 97.01 16.804 1988.3 360466 10.9230 11.8469 -20.266 -1.085 -0.924 -5.959 23.190 +10 Feb 2020 18:00 UT 96.84 16.846 1988.4 360457 10.9629 11.6303 -20.772 -1.086 -0.846 -5.991 23.246 +10 Feb 2020 19:00 UT 96.66 16.887 1988.4 360451 11.0027 11.4124 -21.277 -1.087 -0.767 -6.022 23.299 +10 Feb 2020 20:00 UT 96.48 16.929 1988.4 360448 11.0425 11.1933 -21.783 -1.088 -0.688 -6.053 23.350 +10 Feb 2020 21:00 UT 96.29 16.971 1988.4 360448 11.0822 10.9730 -22.288 -1.089 -0.610 -6.083 23.398 +10 Feb 2020 22:00 UT 96.10 17.012 1988.4 360450 11.1219 10.7516 -22.794 -1.090 -0.531 -6.112 23.443 +10 Feb 2020 23:00 UT 95.91 17.054 1988.4 360456 11.1615 10.5291 -23.299 -1.092 -0.452 -6.140 23.485 +11 Feb 2020 00:00 UT 95.71 17.096 1988.3 360465 11.2010 10.3054 -23.805 -1.093 -0.374 -6.168 23.525 +11 Feb 2020 01:00 UT 95.50 17.137 1988.3 360476 11.2405 10.0807 -24.310 -1.094 -0.295 -6.195 23.562 +11 Feb 2020 02:00 UT 95.29 17.179 1988.2 360490 11.2799 9.8550 -24.816 -1.095 -0.216 -6.221 23.596 +11 Feb 2020 03:00 UT 95.07 17.221 1988.1 360507 11.3193 9.6283 -25.321 -1.096 -0.137 -6.246 23.627 +11 Feb 2020 04:00 UT 94.85 17.262 1988.0 360527 11.3586 9.4006 -25.827 -1.097 -0.059 -6.271 23.656 +11 Feb 2020 05:00 UT 94.63 17.304 1987.9 360550 11.3978 9.1720 -26.333 -1.098 0.020 -6.295 23.682 +11 Feb 2020 06:00 UT 94.40 17.346 1987.7 360576 11.4370 8.9425 -26.838 -1.099 0.098 -6.318 23.705 +11 Feb 2020 07:00 UT 94.17 17.387 1987.6 360604 11.4761 8.7120 -27.344 -1.100 0.177 -6.340 23.726 +11 Feb 2020 08:00 UT 93.93 17.429 1987.4 360636 11.5152 8.4808 -27.849 -1.101 0.255 -6.362 23.744 +11 Feb 2020 09:00 UT 93.69 17.471 1987.2 360670 11.5542 8.2487 -28.355 -1.102 0.333 -6.382 23.759 +11 Feb 2020 10:00 UT 93.44 17.512 1987.0 360707 11.5931 8.0158 -28.860 -1.103 0.412 -6.402 23.771 +11 Feb 2020 11:00 UT 93.19 17.554 1986.8 360746 11.6320 7.7822 -29.366 -1.104 0.490 -6.422 23.781 +11 Feb 2020 12:00 UT 92.94 17.596 1986.5 360789 11.6708 7.5478 -29.872 -1.105 0.567 -6.440 23.788 +11 Feb 2020 13:00 UT 92.68 17.637 1986.3 360834 11.7096 7.3127 -30.377 -1.106 0.645 -6.458 23.793 +11 Feb 2020 14:00 UT 92.41 17.679 1986.0 360882 11.7484 7.0770 -30.883 -1.107 0.723 -6.475 23.795 +11 Feb 2020 15:00 UT 92.15 17.721 1985.8 360932 11.7870 6.8406 -31.388 -1.108 0.800 -6.491 23.794 +11 Feb 2020 16:00 UT 91.87 17.762 1985.5 360986 11.8257 6.6036 -31.894 -1.109 0.877 -6.506 23.791 +11 Feb 2020 17:00 UT 91.60 17.804 1985.2 361041 11.8643 6.3660 -32.400 -1.110 0.954 -6.521 23.785 +11 Feb 2020 18:00 UT 91.32 17.846 1984.8 361100 11.9028 6.1279 -32.905 -1.111 1.031 -6.534 23.776 +11 Feb 2020 19:00 UT 91.03 17.887 1984.5 361161 11.9413 5.8892 -33.411 -1.112 1.108 -6.547 23.765 +11 Feb 2020 20:00 UT 90.74 17.929 1984.1 361225 11.9797 5.6500 -33.917 -1.113 1.184 -6.559 23.751 +11 Feb 2020 21:00 UT 90.45 17.971 1983.8 361291 12.0181 5.4104 -34.422 -1.114 1.260 -6.571 23.735 +11 Feb 2020 22:00 UT 90.15 18.012 1983.4 361360 12.0564 5.1703 -34.928 -1.115 1.336 -6.581 23.716 +11 Feb 2020 23:00 UT 89.85 18.054 1983.0 361432 12.0947 4.9298 -35.434 -1.116 1.412 -6.591 23.695 +12 Feb 2020 00:00 UT 89.55 18.096 1982.6 361506 12.1329 4.6889 -35.939 -1.117 1.487 -6.600 23.671 +12 Feb 2020 01:00 UT 89.24 18.137 1982.2 361582 12.1711 4.4477 -36.445 -1.118 1.562 -6.609 23.644 +12 Feb 2020 02:00 UT 88.93 18.179 1981.8 361661 12.2093 4.2062 -36.951 -1.119 1.637 -6.616 23.615 +12 Feb 2020 03:00 UT 88.61 18.221 1981.3 361742 12.2474 3.9643 -37.457 -1.120 1.711 -6.623 23.584 +12 Feb 2020 04:00 UT 88.29 18.262 1980.8 361826 12.2854 3.7222 -37.962 -1.121 1.786 -6.628 23.550 +12 Feb 2020 05:00 UT 87.97 18.304 1980.4 361913 12.3234 3.4799 -38.468 -1.122 1.859 -6.634 23.513 +12 Feb 2020 06:00 UT 87.64 18.346 1979.9 362001 12.3614 3.2373 -38.974 -1.123 1.933 -6.638 23.475 +12 Feb 2020 07:00 UT 87.31 18.387 1979.4 362092 12.3994 2.9945 -39.480 -1.125 2.006 -6.641 23.433 +12 Feb 2020 08:00 UT 86.98 18.429 1978.9 362186 12.4373 2.7516 -39.985 -1.126 2.079 -6.644 23.390 +12 Feb 2020 09:00 UT 86.64 18.471 1978.4 362281 12.4751 2.5086 -40.491 -1.127 2.151 -6.646 23.343 +12 Feb 2020 10:00 UT 86.30 18.512 1977.8 362379 12.5129 2.2654 -40.997 -1.128 2.223 -6.647 23.295 +12 Feb 2020 11:00 UT 85.95 18.554 1977.3 362480 12.5507 2.0222 -41.503 -1.129 2.295 -6.647 23.244 +12 Feb 2020 12:00 UT 85.61 18.596 1976.7 362582 12.5885 1.7790 -42.008 -1.130 2.366 -6.647 23.190 +12 Feb 2020 13:00 UT 85.25 18.637 1976.1 362687 12.6262 1.5357 -42.514 -1.131 2.437 -6.646 23.135 +12 Feb 2020 14:00 UT 84.90 18.679 1975.6 362794 12.6639 1.2924 -43.020 -1.132 2.508 -6.644 23.077 +12 Feb 2020 15:00 UT 84.54 18.721 1975.0 362903 12.7015 1.0492 -43.526 -1.133 2.578 -6.641 23.016 +12 Feb 2020 16:00 UT 84.18 18.762 1974.4 363014 12.7392 0.8060 -44.032 -1.134 2.647 -6.638 22.954 +12 Feb 2020 17:00 UT 83.82 18.804 1973.7 363128 12.7768 0.5629 -44.538 -1.135 2.716 -6.633 22.889 +12 Feb 2020 18:00 UT 83.45 18.846 1973.1 363243 12.8143 0.3199 -45.044 -1.136 2.785 -6.628 22.821 +12 Feb 2020 19:00 UT 83.08 18.887 1972.5 363361 12.8518 0.0771 -45.549 -1.137 2.853 -6.622 22.752 +12 Feb 2020 20:00 UT 82.71 18.929 1971.8 363481 12.8893 -0.1656 -46.055 -1.138 2.921 -6.616 22.680 +12 Feb 2020 21:00 UT 82.33 18.971 1971.2 363602 12.9268 -0.4081 -46.561 -1.139 2.988 -6.608 22.606 +12 Feb 2020 22:00 UT 81.95 19.012 1970.5 363726 12.9643 -0.6503 -47.067 -1.140 3.055 -6.600 22.529 +12 Feb 2020 23:00 UT 81.57 19.054 1969.8 363851 13.0017 -0.8924 -47.573 -1.140 3.122 -6.591 22.451 +13 Feb 2020 00:00 UT 81.19 19.096 1969.1 363979 13.0391 -1.1341 -48.079 -1.141 3.187 -6.582 22.370 +13 Feb 2020 01:00 UT 80.80 19.137 1968.4 364108 13.0765 -1.3756 -48.585 -1.142 3.253 -6.571 22.287 +13 Feb 2020 02:00 UT 80.41 19.179 1967.7 364240 13.1138 -1.6167 -49.091 -1.143 3.318 -6.560 22.202 +13 Feb 2020 03:00 UT 80.02 19.221 1967.0 364373 13.1512 -1.8575 -49.597 -1.144 3.382 -6.548 22.115 +13 Feb 2020 04:00 UT 79.62 19.262 1966.3 364508 13.1885 -2.0979 -50.103 -1.145 3.446 -6.536 22.025 +13 Feb 2020 05:00 UT 79.22 19.304 1965.5 364644 13.2258 -2.3380 -50.609 -1.146 3.509 -6.522 21.934 +13 Feb 2020 06:00 UT 78.82 19.346 1964.8 364783 13.2631 -2.5776 -51.115 -1.147 3.572 -6.508 21.840 +13 Feb 2020 07:00 UT 78.42 19.387 1964.0 364923 13.3003 -2.8168 -51.621 -1.148 3.634 -6.493 21.744 +13 Feb 2020 08:00 UT 78.02 19.429 1963.3 365065 13.3376 -3.0555 -52.127 -1.149 3.695 -6.478 21.646 +13 Feb 2020 09:00 UT 77.61 19.471 1962.5 365209 13.3748 -3.2937 -52.633 -1.150 3.757 -6.461 21.546 +13 Feb 2020 10:00 UT 77.20 19.512 1961.7 365354 13.4120 -3.5314 -53.139 -1.151 3.817 -6.444 21.444 +13 Feb 2020 11:00 UT 76.79 19.554 1960.9 365501 13.4492 -3.7686 -53.645 -1.152 3.877 -6.427 21.340 +13 Feb 2020 12:00 UT 76.37 19.596 1960.1 365650 13.4864 -4.0052 -54.151 -1.153 3.936 -6.408 21.234 +13 Feb 2020 13:00 UT 75.96 19.637 1959.3 365800 13.5236 -4.2412 -54.657 -1.154 3.995 -6.389 21.126 +13 Feb 2020 14:00 UT 75.54 19.679 1958.5 365951 13.5608 -4.4766 -55.163 -1.155 4.053 -6.369 21.016 +13 Feb 2020 15:00 UT 75.12 19.721 1957.7 366105 13.5979 -4.7114 -55.669 -1.156 4.111 -6.349 20.904 +13 Feb 2020 16:00 UT 74.70 19.762 1956.9 366259 13.6351 -4.9455 -56.175 -1.157 4.168 -6.327 20.790 +13 Feb 2020 17:00 UT 74.27 19.804 1956.0 366415 13.6722 -5.1790 -56.682 -1.158 4.224 -6.305 20.673 +13 Feb 2020 18:00 UT 73.85 19.846 1955.2 366573 13.7093 -5.4117 -57.188 -1.159 4.280 -6.283 20.555 +13 Feb 2020 19:00 UT 73.42 19.887 1954.4 366732 13.7465 -5.6437 -57.694 -1.160 4.335 -6.260 20.435 +13 Feb 2020 20:00 UT 72.99 19.929 1953.5 366892 13.7836 -5.8750 -58.200 -1.161 4.389 -6.236 20.314 +13 Feb 2020 21:00 UT 72.56 19.971 1952.6 367054 13.8207 -6.1056 -58.706 -1.162 4.443 -6.211 20.190 +13 Feb 2020 22:00 UT 72.12 20.012 1951.8 367216 13.8578 -6.3353 -59.212 -1.163 4.497 -6.186 20.064 +13 Feb 2020 23:00 UT 71.69 20.054 1950.9 367381 13.8949 -6.5642 -59.719 -1.164 4.549 -6.160 19.937 +14 Feb 2020 00:00 UT 71.25 20.096 1950.0 367546 13.9320 -6.7923 -60.225 -1.165 4.601 -6.133 19.807 +14 Feb 2020 01:00 UT 70.81 20.137 1949.1 367713 13.9692 -7.0196 -60.731 -1.166 4.653 -6.106 19.676 +14 Feb 2020 02:00 UT 70.37 20.179 1948.2 367881 14.0063 -7.2459 -61.237 -1.167 4.703 -6.078 19.543 +14 Feb 2020 03:00 UT 69.93 20.221 1947.4 368050 14.0434 -7.4714 -61.744 -1.168 4.753 -6.049 19.408 +14 Feb 2020 04:00 UT 69.49 20.262 1946.5 368220 14.0805 -7.6960 -62.250 -1.169 4.803 -6.020 19.271 +14 Feb 2020 05:00 UT 69.05 20.304 1945.5 368391 14.1176 -7.9196 -62.756 -1.170 4.852 -5.990 19.133 +14 Feb 2020 06:00 UT 68.60 20.346 1944.6 368564 14.1547 -8.1423 -63.262 -1.171 4.900 -5.960 18.993 +14 Feb 2020 07:00 UT 68.15 20.387 1943.7 368737 14.1919 -8.3640 -63.769 -1.171 4.947 -5.929 18.851 +14 Feb 2020 08:00 UT 67.71 20.429 1942.8 368912 14.2290 -8.5846 -64.275 -1.172 4.994 -5.897 18.707 +14 Feb 2020 09:00 UT 67.26 20.471 1941.9 369087 14.2661 -8.8043 -64.781 -1.173 5.040 -5.865 18.561 +14 Feb 2020 10:00 UT 66.81 20.512 1941.0 369264 14.3033 -9.0230 -65.288 -1.174 5.086 -5.832 18.414 +14 Feb 2020 11:00 UT 66.36 20.554 1940.0 369441 14.3404 -9.2405 -65.794 -1.175 5.130 -5.798 18.265 +14 Feb 2020 12:00 UT 65.91 20.596 1939.1 369619 14.3776 -9.4570 -66.300 -1.176 5.174 -5.764 18.115 +14 Feb 2020 13:00 UT 65.45 20.637 1938.1 369798 14.4147 -9.6725 -66.807 -1.177 5.218 -5.730 17.962 +14 Feb 2020 14:00 UT 65.00 20.679 1937.2 369979 14.4519 -9.8867 -67.313 -1.178 5.261 -5.695 17.808 +14 Feb 2020 15:00 UT 64.54 20.721 1936.3 370159 14.4891 -10.0999 -67.820 -1.179 5.303 -5.659 17.653 +14 Feb 2020 16:00 UT 64.09 20.762 1935.3 370341 14.5263 -10.3119 -68.326 -1.180 5.344 -5.622 17.496 +14 Feb 2020 17:00 UT 63.63 20.804 1934.4 370524 14.5635 -10.5227 -68.832 -1.181 5.385 -5.585 17.337 +14 Feb 2020 18:00 UT 63.18 20.846 1933.4 370707 14.6007 -10.7324 -69.339 -1.182 5.425 -5.548 17.176 +14 Feb 2020 19:00 UT 62.72 20.887 1932.4 370891 14.6380 -10.9408 -69.845 -1.183 5.464 -5.510 17.014 +14 Feb 2020 20:00 UT 62.26 20.929 1931.5 371076 14.6752 -11.1480 -70.352 -1.184 5.503 -5.471 16.851 +14 Feb 2020 21:00 UT 61.80 20.971 1930.5 371261 14.7125 -11.3540 -70.858 -1.185 5.541 -5.432 16.686 +14 Feb 2020 22:00 UT 61.34 21.012 1929.5 371447 14.7497 -11.5587 -71.365 -1.186 5.578 -5.393 16.519 +14 Feb 2020 23:00 UT 60.88 21.054 1928.6 371634 14.7870 -11.7621 -71.871 -1.187 5.615 -5.352 16.351 +15 Feb 2020 00:00 UT 60.42 21.096 1927.6 371821 14.8244 -11.9642 -72.378 -1.187 5.651 -5.312 16.181 +15 Feb 2020 01:00 UT 59.96 21.137 1926.6 372009 14.8617 -12.1650 -72.884 -1.188 5.686 -5.270 16.010 +15 Feb 2020 02:00 UT 59.50 21.179 1925.7 372197 14.8990 -12.3644 -73.391 -1.189 5.721 -5.229 15.837 +15 Feb 2020 03:00 UT 59.04 21.221 1924.7 372386 14.9364 -12.5625 -73.897 -1.190 5.755 -5.187 15.663 +15 Feb 2020 04:00 UT 58.57 21.262 1923.7 372576 14.9738 -12.7593 -74.404 -1.191 5.788 -5.144 15.487 +15 Feb 2020 05:00 UT 58.11 21.304 1922.7 372765 15.0112 -12.9546 -74.911 -1.192 5.820 -5.101 15.310 +15 Feb 2020 06:00 UT 57.65 21.346 1921.7 372956 15.0486 -13.1486 -75.417 -1.193 5.852 -5.057 15.132 +15 Feb 2020 07:00 UT 57.19 21.387 1920.8 373147 15.0860 -13.3411 -75.924 -1.194 5.883 -5.013 14.952 +15 Feb 2020 08:00 UT 56.73 21.429 1919.8 373338 15.1235 -13.5322 -76.431 -1.195 5.914 -4.968 14.770 +15 Feb 2020 09:00 UT 56.26 21.471 1918.8 373529 15.1610 -13.7218 -76.937 -1.196 5.943 -4.923 14.588 +15 Feb 2020 10:00 UT 55.80 21.512 1917.8 373721 15.1985 -13.9100 -77.444 -1.197 5.972 -4.878 14.404 +15 Feb 2020 11:00 UT 55.34 21.554 1916.8 373914 15.2360 -14.0967 -77.950 -1.198 6.001 -4.832 14.218 +15 Feb 2020 12:00 UT 54.87 21.596 1915.8 374106 15.2735 -14.2819 -78.457 -1.199 6.028 -4.785 14.032 +15 Feb 2020 13:00 UT 54.41 21.637 1914.8 374299 15.3111 -14.4655 -78.964 -1.199 6.056 -4.738 13.844 +15 Feb 2020 14:00 UT 53.95 21.679 1913.9 374492 15.3487 -14.6477 -79.471 -1.200 6.082 -4.691 13.654 +15 Feb 2020 15:00 UT 53.49 21.721 1912.9 374686 15.3863 -14.8283 -79.977 -1.201 6.108 -4.643 13.464 +15 Feb 2020 16:00 UT 53.02 21.762 1911.9 374879 15.4239 -15.0073 -80.484 -1.202 6.132 -4.595 13.272 +15 Feb 2020 17:00 UT 52.56 21.804 1910.9 375073 15.4616 -15.1847 -80.991 -1.203 6.157 -4.546 13.079 +15 Feb 2020 18:00 UT 52.10 21.846 1909.9 375267 15.4993 -15.3606 -81.498 -1.204 6.180 -4.497 12.884 +15 Feb 2020 19:00 UT 51.64 21.887 1908.9 375461 15.5370 -15.5348 -82.004 -1.205 6.203 -4.448 12.689 +15 Feb 2020 20:00 UT 51.18 21.929 1907.9 375656 15.5747 -15.7075 -82.511 -1.206 6.226 -4.398 12.492 +15 Feb 2020 21:00 UT 50.72 21.971 1906.9 375850 15.6124 -15.8785 -83.018 -1.207 6.247 -4.348 12.294 +15 Feb 2020 22:00 UT 50.26 22.012 1906.0 376045 15.6502 -16.0478 -83.525 -1.208 6.268 -4.298 12.095 +15 Feb 2020 23:00 UT 49.80 22.054 1905.0 376239 15.6880 -16.2155 -84.032 -1.209 6.288 -4.247 11.895 +16 Feb 2020 00:00 UT 49.34 22.096 1904.0 376434 15.7259 -16.3815 -84.538 -1.210 6.308 -4.195 11.693 +16 Feb 2020 01:00 UT 48.88 22.137 1903.0 376629 15.7637 -16.5458 -85.045 -1.210 6.327 -4.144 11.491 +16 Feb 2020 02:00 UT 48.42 22.179 1902.0 376824 15.8016 -16.7084 -85.552 -1.211 6.345 -4.092 11.287 +16 Feb 2020 03:00 UT 47.97 22.221 1901.0 377018 15.8395 -16.8693 -86.059 -1.212 6.363 -4.039 11.083 +16 Feb 2020 04:00 UT 47.51 22.262 1900.0 377213 15.8774 -17.0284 -86.566 -1.213 6.380 -3.987 10.877 +16 Feb 2020 05:00 UT 47.05 22.304 1899.1 377408 15.9154 -17.1858 -87.073 -1.214 6.396 -3.934 10.670 +16 Feb 2020 06:00 UT 46.60 22.346 1898.1 377603 15.9534 -17.3415 -87.580 -1.215 6.412 -3.880 10.462 +16 Feb 2020 07:00 UT 46.15 22.387 1897.1 377797 15.9914 -17.4953 -88.087 -1.216 6.427 -3.827 10.253 +16 Feb 2020 08:00 UT 45.69 22.429 1896.1 377992 16.0294 -17.6474 -88.594 -1.217 6.441 -3.773 10.043 +16 Feb 2020 09:00 UT 45.24 22.471 1895.2 378186 16.0675 -17.7977 -89.101 -1.218 6.455 -3.718 9.832 +16 Feb 2020 10:00 UT 44.79 22.512 1894.2 378381 16.1055 -17.9462 -89.608 -1.219 6.468 -3.664 9.621 +16 Feb 2020 11:00 UT 44.34 22.554 1893.2 378575 16.1436 -18.0929 -90.115 -1.219 6.481 -3.609 9.408 +16 Feb 2020 12:00 UT 43.89 22.596 1892.2 378769 16.1818 -18.2377 -90.622 -1.220 6.492 -3.554 9.194 +16 Feb 2020 13:00 UT 43.44 22.637 1891.3 378963 16.2199 -18.3807 -91.129 -1.221 6.504 -3.498 8.980 +16 Feb 2020 14:00 UT 42.99 22.679 1890.3 379156 16.2581 -18.5218 -91.636 -1.222 6.514 -3.442 8.764 +16 Feb 2020 15:00 UT 42.54 22.721 1889.3 379350 16.2963 -18.6611 -92.143 -1.223 6.524 -3.386 8.548 +16 Feb 2020 16:00 UT 42.10 22.762 1888.4 379543 16.3345 -18.7985 -92.650 -1.224 6.533 -3.330 8.331 +16 Feb 2020 17:00 UT 41.65 22.804 1887.4 379736 16.3728 -18.9340 -93.157 -1.225 6.542 -3.273 8.113 +16 Feb 2020 18:00 UT 41.21 22.846 1886.5 379929 16.4111 -19.0676 -93.664 -1.226 6.550 -3.217 7.894 +16 Feb 2020 19:00 UT 40.77 22.887 1885.5 380121 16.4494 -19.1993 -94.171 -1.227 6.558 -3.159 7.674 +16 Feb 2020 20:00 UT 40.33 22.929 1884.6 380314 16.4877 -19.3291 -94.678 -1.228 6.565 -3.102 7.454 +16 Feb 2020 21:00 UT 39.89 22.971 1883.6 380506 16.5260 -19.4569 -95.185 -1.228 6.571 -3.045 7.233 +16 Feb 2020 22:00 UT 39.45 23.012 1882.7 380697 16.5644 -19.5828 -95.692 -1.229 6.577 -2.987 7.011 +16 Feb 2020 23:00 UT 39.01 23.054 1881.7 380889 16.6028 -19.7068 -96.200 -1.230 6.582 -2.929 6.789 +17 Feb 2020 00:00 UT 38.57 23.096 1880.8 381080 16.6412 -19.8288 -96.707 -1.231 6.586 -2.871 6.565 +17 Feb 2020 01:00 UT 38.14 23.137 1879.8 381270 16.6797 -19.9488 -97.214 -1.232 6.590 -2.812 6.342 +17 Feb 2020 02:00 UT 37.71 23.179 1878.9 381461 16.7181 -20.0669 -97.721 -1.233 6.593 -2.753 6.117 +17 Feb 2020 03:00 UT 37.28 23.221 1878.0 381651 16.7566 -20.1829 -98.228 -1.234 6.596 -2.695 5.892 +17 Feb 2020 04:00 UT 36.84 23.262 1877.0 381840 16.7951 -20.2970 -98.735 -1.235 6.598 -2.635 5.666 +17 Feb 2020 05:00 UT 36.42 23.304 1876.1 382029 16.8336 -20.4091 -99.243 -1.236 6.600 -2.576 5.440 +17 Feb 2020 06:00 UT 35.99 23.346 1875.2 382218 16.8721 -20.5191 -99.750 -1.236 6.601 -2.517 5.213 +17 Feb 2020 07:00 UT 35.56 23.387 1874.2 382407 16.9107 -20.6272 -100.257 -1.237 6.601 -2.457 4.986 +17 Feb 2020 08:00 UT 35.14 23.429 1873.3 382595 16.9493 -20.7332 -100.764 -1.238 6.601 -2.397 4.758 +17 Feb 2020 09:00 UT 34.72 23.471 1872.4 382782 16.9879 -20.8371 -101.272 -1.239 6.600 -2.337 4.529 +17 Feb 2020 10:00 UT 34.30 23.512 1871.5 382969 17.0265 -20.9391 -101.779 -1.240 6.599 -2.277 4.301 +17 Feb 2020 11:00 UT 33.88 23.554 1870.6 383156 17.0651 -21.0390 -102.286 -1.241 6.597 -2.217 4.071 +17 Feb 2020 12:00 UT 33.46 23.596 1869.7 383342 17.1037 -21.1368 -102.794 -1.242 6.595 -2.157 3.842 +17 Feb 2020 13:00 UT 33.04 23.637 1868.8 383528 17.1424 -21.2325 -103.301 -1.243 6.592 -2.096 3.612 +17 Feb 2020 14:00 UT 32.63 23.679 1867.9 383713 17.1811 -21.3262 -103.808 -1.243 6.588 -2.035 3.381 +17 Feb 2020 15:00 UT 32.22 23.721 1867.0 383898 17.2197 -21.4178 -104.316 -1.244 6.584 -1.975 3.150 +17 Feb 2020 16:00 UT 31.80 23.762 1866.1 384082 17.2584 -21.5074 -104.823 -1.245 6.580 -1.914 2.919 +17 Feb 2020 17:00 UT 31.40 23.804 1865.2 384266 17.2971 -21.5948 -105.330 -1.246 6.575 -1.853 2.688 +17 Feb 2020 18:00 UT 30.99 23.846 1864.3 384449 17.3359 -21.6802 -105.838 -1.247 6.569 -1.792 2.456 +17 Feb 2020 19:00 UT 30.58 23.887 1863.4 384631 17.3746 -21.7634 -106.345 -1.248 6.563 -1.730 2.224 +17 Feb 2020 20:00 UT 30.18 23.929 1862.5 384813 17.4133 -21.8446 -106.853 -1.249 6.556 -1.669 1.992 +17 Feb 2020 21:00 UT 29.78 23.971 1861.6 384995 17.4521 -21.9236 -107.360 -1.250 6.549 -1.607 1.759 +17 Feb 2020 22:00 UT 29.38 24.012 1860.8 385176 17.4908 -22.0005 -107.867 -1.250 6.542 -1.546 1.526 +17 Feb 2020 23:00 UT 28.98 24.054 1859.9 385356 17.5296 -22.0753 -108.375 -1.251 6.533 -1.484 1.294 +18 Feb 2020 00:00 UT 28.59 24.096 1859.0 385536 17.5684 -22.1480 -108.882 -1.252 6.525 -1.422 1.061 +18 Feb 2020 01:00 UT 28.19 24.137 1858.2 385716 17.6072 -22.2186 -109.390 -1.253 6.516 -1.361 0.828 +18 Feb 2020 02:00 UT 27.80 24.179 1857.3 385894 17.6459 -22.2870 -109.897 -1.254 6.506 -1.299 0.595 +18 Feb 2020 03:00 UT 27.41 24.221 1856.4 386072 17.6847 -22.3533 -110.405 -1.255 6.496 -1.237 0.361 +18 Feb 2020 04:00 UT 27.02 24.262 1855.6 386250 17.7235 -22.4174 -110.912 -1.256 6.485 -1.175 0.128 +18 Feb 2020 05:00 UT 26.64 24.304 1854.7 386427 17.7623 -22.4794 -111.420 -1.256 6.474 -1.113 359.895 +18 Feb 2020 06:00 UT 26.26 24.346 1853.9 386603 17.8011 -22.5393 -111.927 -1.257 6.462 -1.051 359.662 +18 Feb 2020 07:00 UT 25.88 24.387 1853.1 386779 17.8399 -22.5970 -112.435 -1.258 6.450 -0.989 359.428 +18 Feb 2020 08:00 UT 25.50 24.429 1852.2 386954 17.8787 -22.6526 -112.942 -1.259 6.438 -0.926 359.195 +18 Feb 2020 09:00 UT 25.12 24.471 1851.4 387128 17.9175 -22.7060 -113.450 -1.260 6.425 -0.864 358.962 +18 Feb 2020 10:00 UT 24.75 24.512 1850.6 387302 17.9563 -22.7573 -113.957 -1.261 6.411 -0.802 358.729 +18 Feb 2020 11:00 UT 24.37 24.554 1849.7 387475 17.9951 -22.8065 -114.465 -1.262 6.398 -0.740 358.496 +18 Feb 2020 12:00 UT 24.00 24.596 1848.9 387648 18.0339 -22.8534 -114.973 -1.262 6.383 -0.678 358.264 +18 Feb 2020 13:00 UT 23.64 24.637 1848.1 387820 18.0726 -22.8982 -115.480 -1.263 6.368 -0.615 358.031 +18 Feb 2020 14:00 UT 23.27 24.679 1847.3 387991 18.1114 -22.9409 -115.988 -1.264 6.353 -0.553 357.799 +18 Feb 2020 15:00 UT 22.91 24.721 1846.5 388162 18.1502 -22.9814 -116.495 -1.265 6.337 -0.491 357.567 +18 Feb 2020 16:00 UT 22.55 24.762 1845.6 388332 18.1889 -23.0198 -117.003 -1.266 6.321 -0.429 357.335 +18 Feb 2020 17:00 UT 22.19 24.804 1844.8 388501 18.2277 -23.0560 -117.511 -1.267 6.305 -0.366 357.104 +18 Feb 2020 18:00 UT 21.83 24.846 1844.0 388670 18.2664 -23.0900 -118.018 -1.267 6.288 -0.304 356.873 +18 Feb 2020 19:00 UT 21.48 24.887 1843.2 388837 18.3051 -23.1219 -118.526 -1.268 6.270 -0.242 356.642 +18 Feb 2020 20:00 UT 21.13 24.929 1842.5 389005 18.3439 -23.1516 -119.034 -1.269 6.253 -0.180 356.411 +18 Feb 2020 21:00 UT 20.78 24.971 1841.7 389171 18.3826 -23.1792 -119.541 -1.270 6.234 -0.118 356.181 +18 Feb 2020 22:00 UT 20.43 25.012 1840.9 389337 18.4212 -23.2047 -120.049 -1.271 6.216 -0.056 355.952 +18 Feb 2020 23:00 UT 20.09 25.054 1840.1 389502 18.4599 -23.2279 -120.557 -1.272 6.197 0.007 355.723 +19 Feb 2020 00:00 UT 19.75 25.096 1839.3 389667 18.4986 -23.2491 -121.064 -1.272 6.177 0.069 355.494 +19 Feb 2020 01:00 UT 19.41 25.137 1838.6 389831 18.5372 -23.2681 -121.572 -1.273 6.157 0.130 355.266 +19 Feb 2020 02:00 UT 19.07 25.179 1837.8 389994 18.5758 -23.2849 -122.080 -1.274 6.137 0.192 355.038 +19 Feb 2020 03:00 UT 18.74 25.221 1837.0 390156 18.6144 -23.2996 -122.588 -1.275 6.116 0.254 354.811 +19 Feb 2020 04:00 UT 18.41 25.262 1836.3 390318 18.6530 -23.3122 -123.095 -1.276 6.095 0.316 354.584 +19 Feb 2020 05:00 UT 18.08 25.304 1835.5 390479 18.6915 -23.3226 -123.603 -1.277 6.074 0.378 354.358 +19 Feb 2020 06:00 UT 17.75 25.346 1834.7 390639 18.7301 -23.3309 -124.111 -1.277 6.052 0.439 354.133 +19 Feb 2020 07:00 UT 17.43 25.387 1834.0 390799 18.7686 -23.3371 -124.619 -1.278 6.030 0.501 353.908 +19 Feb 2020 08:00 UT 17.11 25.429 1833.3 390958 18.8071 -23.3411 -125.127 -1.279 6.007 0.562 353.684 +19 Feb 2020 09:00 UT 16.79 25.471 1832.5 391116 18.8455 -23.3430 -125.634 -1.280 5.984 0.623 353.460 +19 Feb 2020 10:00 UT 16.47 25.512 1831.8 391274 18.8839 -23.3428 -126.142 -1.281 5.961 0.685 353.238 +19 Feb 2020 11:00 UT 16.16 25.554 1831.0 391430 18.9223 -23.3405 -126.650 -1.282 5.937 0.746 353.016 +19 Feb 2020 12:00 UT 15.85 25.596 1830.3 391586 18.9607 -23.3361 -127.158 -1.282 5.913 0.807 352.794 +19 Feb 2020 13:00 UT 15.54 25.637 1829.6 391742 18.9990 -23.3296 -127.666 -1.283 5.889 0.868 352.574 +19 Feb 2020 14:00 UT 15.24 25.679 1828.9 391896 19.0374 -23.3210 -128.174 -1.284 5.864 0.929 352.354 +19 Feb 2020 15:00 UT 14.94 25.721 1828.1 392050 19.0756 -23.3103 -128.681 -1.285 5.839 0.989 352.136 +19 Feb 2020 16:00 UT 14.64 25.762 1827.4 392203 19.1139 -23.2975 -129.189 -1.286 5.814 1.050 351.918 +19 Feb 2020 17:00 UT 14.34 25.804 1826.7 392356 19.1521 -23.2826 -129.697 -1.286 5.788 1.110 351.701 +19 Feb 2020 18:00 UT 14.05 25.846 1826.0 392508 19.1903 -23.2657 -130.205 -1.287 5.762 1.170 351.484 +19 Feb 2020 19:00 UT 13.76 25.887 1825.3 392659 19.2284 -23.2467 -130.713 -1.288 5.735 1.231 351.269 +19 Feb 2020 20:00 UT 13.47 25.929 1824.6 392809 19.2665 -23.2256 -131.221 -1.289 5.708 1.291 351.055 +19 Feb 2020 21:00 UT 13.18 25.971 1823.9 392958 19.3046 -23.2025 -131.729 -1.290 5.681 1.350 350.842 +19 Feb 2020 22:00 UT 12.90 26.012 1823.2 393107 19.3426 -23.1773 -132.237 -1.290 5.654 1.410 350.629 +19 Feb 2020 23:00 UT 12.62 26.054 1822.5 393255 19.3806 -23.1501 -132.745 -1.291 5.626 1.470 350.418 +20 Feb 2020 00:00 UT 12.34 26.096 1821.9 393403 19.4185 -23.1209 -133.253 -1.292 5.598 1.529 350.208 +20 Feb 2020 01:00 UT 12.07 26.137 1821.2 393549 19.4564 -23.0896 -133.760 -1.293 5.570 1.588 349.998 +20 Feb 2020 02:00 UT 11.80 26.179 1820.5 393695 19.4943 -23.0563 -134.268 -1.294 5.541 1.647 349.790 +20 Feb 2020 03:00 UT 11.53 26.221 1819.8 393840 19.5321 -23.0211 -134.776 -1.294 5.512 1.706 349.583 +20 Feb 2020 04:00 UT 11.26 26.262 1819.2 393985 19.5698 -22.9838 -135.284 -1.295 5.483 1.765 349.377 +20 Feb 2020 05:00 UT 11.00 26.304 1818.5 394128 19.6076 -22.9445 -135.792 -1.296 5.453 1.823 349.172 +20 Feb 2020 06:00 UT 10.74 26.346 1817.8 394271 19.6452 -22.9032 -136.300 -1.297 5.423 1.882 348.969 +20 Feb 2020 07:00 UT 10.49 26.387 1817.2 394414 19.6829 -22.8600 -136.808 -1.297 5.393 1.940 348.766 +20 Feb 2020 08:00 UT 10.23 26.429 1816.5 394555 19.7204 -22.8148 -137.316 -1.298 5.362 1.998 348.565 +20 Feb 2020 09:00 UT 9.98 26.471 1815.9 394696 19.7580 -22.7676 -137.824 -1.299 5.331 2.055 348.365 +20 Feb 2020 10:00 UT 9.73 26.512 1815.2 394836 19.7954 -22.7185 -138.332 -1.300 5.300 2.113 348.166 +20 Feb 2020 11:00 UT 9.49 26.554 1814.6 394975 19.8329 -22.6675 -138.840 -1.301 5.269 2.170 347.969 +20 Feb 2020 12:00 UT 9.25 26.596 1814.0 395114 19.8702 -22.6145 -139.348 -1.301 5.237 2.227 347.772 +20 Feb 2020 13:00 UT 9.01 26.637 1813.3 395252 19.9076 -22.5596 -139.856 -1.302 5.205 2.284 347.577 +20 Feb 2020 14:00 UT 8.77 26.679 1812.7 395389 19.9448 -22.5029 -140.365 -1.303 5.173 2.341 347.384 +20 Feb 2020 15:00 UT 8.54 26.721 1812.1 395525 19.9821 -22.4442 -140.873 -1.304 5.141 2.397 347.191 +20 Feb 2020 16:00 UT 8.31 26.762 1811.5 395661 20.0192 -22.3836 -141.381 -1.304 5.108 2.453 347.000 +20 Feb 2020 17:00 UT 8.08 26.804 1810.8 395795 20.0563 -22.3212 -141.889 -1.305 5.075 2.509 346.811 +20 Feb 2020 18:00 UT 7.86 26.846 1810.2 395930 20.0934 -22.2568 -142.397 -1.306 5.042 2.565 346.622 +20 Feb 2020 19:00 UT 7.64 26.887 1809.6 396063 20.1304 -22.1907 -142.905 -1.307 5.008 2.620 346.435 +20 Feb 2020 20:00 UT 7.42 26.929 1809.0 396196 20.1673 -22.1227 -143.413 -1.307 4.974 2.675 346.250 +20 Feb 2020 21:00 UT 7.21 26.971 1808.4 396328 20.2042 -22.0528 -143.921 -1.308 4.940 2.730 346.066 +20 Feb 2020 22:00 UT 7.00 27.012 1807.8 396459 20.2410 -21.9812 -144.429 -1.309 4.906 2.785 345.883 +20 Feb 2020 23:00 UT 6.79 27.054 1807.2 396589 20.2778 -21.9077 -144.937 -1.310 4.871 2.839 345.702 +21 Feb 2020 00:00 UT 6.59 27.096 1806.6 396719 20.3145 -21.8324 -145.445 -1.310 4.836 2.894 345.522 +21 Feb 2020 01:00 UT 6.38 27.137 1806.0 396848 20.3511 -21.7554 -145.954 -1.311 4.801 2.948 345.344 +21 Feb 2020 02:00 UT 6.18 27.179 1805.5 396976 20.3877 -21.6766 -146.462 -1.312 4.766 3.001 345.167 +21 Feb 2020 03:00 UT 5.99 27.221 1804.9 397103 20.4242 -21.5960 -146.970 -1.313 4.730 3.055 344.992 +21 Feb 2020 04:00 UT 5.80 27.262 1804.3 397230 20.4607 -21.5137 -147.478 -1.313 4.695 3.108 344.819 +21 Feb 2020 05:00 UT 5.61 27.304 1803.7 397356 20.4971 -21.4296 -147.986 -1.314 4.659 3.160 344.647 +21 Feb 2020 06:00 UT 5.42 27.346 1803.2 397481 20.5334 -21.3438 -148.494 -1.315 4.622 3.213 344.476 +21 Feb 2020 07:00 UT 5.24 27.387 1802.6 397606 20.5697 -21.2563 -149.002 -1.315 4.586 3.265 344.307 +21 Feb 2020 08:00 UT 5.06 27.429 1802.0 397730 20.6059 -21.1671 -149.511 -1.316 4.549 3.317 344.140 +21 Feb 2020 09:00 UT 4.88 27.471 1801.5 397853 20.6420 -21.0762 -150.019 -1.317 4.512 3.369 343.974 +21 Feb 2020 10:00 UT 4.71 27.512 1800.9 397975 20.6781 -20.9836 -150.527 -1.318 4.475 3.420 343.810 +21 Feb 2020 11:00 UT 4.54 27.554 1800.4 398096 20.7141 -20.8894 -151.035 -1.318 4.438 3.471 343.647 +21 Feb 2020 12:00 UT 4.37 27.596 1799.8 398217 20.7501 -20.7935 -151.543 -1.319 4.400 3.522 343.486 +21 Feb 2020 13:00 UT 4.21 27.637 1799.3 398337 20.7860 -20.6960 -152.052 -1.320 4.362 3.572 343.327 +21 Feb 2020 14:00 UT 4.05 27.679 1798.8 398457 20.8218 -20.5969 -152.560 -1.320 4.324 3.622 343.169 +21 Feb 2020 15:00 UT 3.89 27.721 1798.2 398575 20.8575 -20.4961 -153.068 -1.321 4.286 3.672 343.013 +21 Feb 2020 16:00 UT 3.73 27.762 1797.7 398693 20.8932 -20.3938 -153.576 -1.322 4.247 3.721 342.858 +21 Feb 2020 17:00 UT 3.58 27.804 1797.2 398810 20.9288 -20.2899 -154.084 -1.323 4.208 3.771 342.706 +21 Feb 2020 18:00 UT 3.43 27.846 1796.6 398926 20.9644 -20.1844 -154.593 -1.323 4.170 3.819 342.555 +21 Feb 2020 19:00 UT 3.29 27.887 1796.1 399042 20.9999 -20.0773 -155.101 -1.324 4.130 3.868 342.405 +21 Feb 2020 20:00 UT 3.15 27.929 1795.6 399156 21.0353 -19.9687 -155.609 -1.325 4.091 3.916 342.258 +21 Feb 2020 21:00 UT 3.01 27.971 1795.1 399270 21.0707 -19.8586 -156.117 -1.325 4.052 3.964 342.112 +21 Feb 2020 22:00 UT 2.88 28.012 1794.6 399384 21.1059 -19.7470 -156.626 -1.326 4.012 4.011 341.968 +21 Feb 2020 23:00 UT 2.74 28.054 1794.1 399496 21.1412 -19.6339 -157.134 -1.327 3.972 4.058 341.825 +22 Feb 2020 00:00 UT 2.61 28.096 1793.6 399608 21.1763 -19.5192 -157.642 -1.327 3.932 4.105 341.684 +22 Feb 2020 01:00 UT 2.49 28.137 1793.1 399719 21.2114 -19.4032 -158.150 -1.328 3.891 4.152 341.545 +22 Feb 2020 02:00 UT 2.37 28.179 1792.6 399829 21.2464 -19.2856 -158.659 -1.329 3.851 4.198 341.408 +22 Feb 2020 03:00 UT 2.25 28.221 1792.1 399938 21.2813 -19.1666 -159.167 -1.329 3.810 4.243 341.273 +22 Feb 2020 04:00 UT 2.13 28.262 1791.6 400047 21.3162 -19.0462 -159.675 -1.330 3.769 4.289 341.139 +22 Feb 2020 05:00 UT 2.02 28.304 1791.1 400155 21.3510 -18.9243 -160.183 -1.331 3.728 4.334 341.007 +22 Feb 2020 06:00 UT 1.91 28.346 1790.6 400262 21.3858 -18.8011 -160.692 -1.331 3.687 4.378 340.877 +22 Feb 2020 07:00 UT 1.81 28.387 1790.2 400368 21.4204 -18.6765 -161.200 -1.332 3.645 4.422 340.748 +22 Feb 2020 08:00 UT 1.70 28.429 1789.7 400474 21.4550 -18.5504 -161.708 -1.333 3.604 4.466 340.622 +22 Feb 2020 09:00 UT 1.60 28.471 1789.2 400579 21.4896 -18.4231 -162.216 -1.333 3.562 4.510 340.497 +22 Feb 2020 10:00 UT 1.51 28.512 1788.8 400683 21.5240 -18.2944 -162.725 -1.334 3.520 4.553 340.374 +22 Feb 2020 11:00 UT 1.42 28.554 1788.3 400786 21.5584 -18.1643 -163.233 -1.335 3.478 4.596 340.252 +22 Feb 2020 12:00 UT 1.33 28.596 1787.8 400888 21.5928 -18.0329 -163.741 -1.335 3.435 4.638 340.133 +22 Feb 2020 13:00 UT 1.24 28.637 1787.4 400990 21.6270 -17.9003 -164.250 -1.336 3.393 4.680 340.015 +22 Feb 2020 14:00 UT 1.16 28.679 1786.9 401091 21.6612 -17.7663 -164.758 -1.336 3.350 4.722 339.899 +22 Feb 2020 15:00 UT 1.08 28.721 1786.5 401191 21.6954 -17.6311 -165.266 -1.337 3.307 4.763 339.785 +22 Feb 2020 16:00 UT 1.00 28.762 1786.1 401290 21.7294 -17.4946 -165.775 -1.338 3.264 4.804 339.673 +22 Feb 2020 17:00 UT 0.93 28.804 1785.6 401389 21.7634 -17.3568 -166.283 -1.338 3.221 4.844 339.562 +22 Feb 2020 18:00 UT 0.86 28.846 1785.2 401486 21.7974 -17.2178 -166.791 -1.339 3.177 4.884 339.454 +22 Feb 2020 19:00 UT 0.79 28.887 1784.7 401583 21.8312 -17.0776 -167.300 -1.340 3.134 4.924 339.347 +22 Feb 2020 20:00 UT 0.73 28.929 1784.3 401679 21.8650 -16.9362 -167.808 -1.340 3.090 4.963 339.242 +22 Feb 2020 21:00 UT 0.67 28.971 1783.9 401774 21.8987 -16.7936 -168.316 -1.341 3.046 5.002 339.138 +22 Feb 2020 22:00 UT 0.61 29.012 1783.5 401869 21.9324 -16.6499 -168.824 -1.341 3.002 5.040 339.037 +22 Feb 2020 23:00 UT 0.56 29.054 1783.1 401962 21.9660 -16.5049 -169.333 -1.342 2.957 5.078 338.937 +23 Feb 2020 00:00 UT 0.51 29.096 1782.7 402055 21.9995 -16.3589 -169.841 -1.343 2.913 5.116 338.840 +23 Feb 2020 01:00 UT 0.46 29.137 1782.2 402147 22.0330 -16.2116 -170.349 -1.343 2.868 5.153 338.744 +23 Feb 2020 02:00 UT 0.41 29.179 1781.8 402238 22.0664 -16.0633 -170.858 -1.344 2.824 5.189 338.650 +23 Feb 2020 03:00 UT 0.37 29.221 1781.4 402329 22.0997 -15.9139 -171.366 -1.344 2.779 5.226 338.557 +23 Feb 2020 04:00 UT 0.34 29.262 1781.0 402418 22.1330 -15.7633 -171.874 -1.345 2.734 5.262 338.467 +23 Feb 2020 05:00 UT 0.30 29.304 1780.7 402507 22.1662 -15.6117 -172.383 -1.346 2.688 5.297 338.378 +23 Feb 2020 06:00 UT 0.27 29.346 1780.3 402594 22.1994 -15.4591 -172.891 -1.346 2.643 5.332 338.291 +23 Feb 2020 07:00 UT 0.24 29.387 1779.9 402681 22.2324 -15.3053 -173.400 -1.347 2.598 5.367 338.206 +23 Feb 2020 08:00 UT 0.22 29.429 1779.5 402767 22.2655 -15.1506 -173.908 -1.347 2.552 5.401 338.123 +23 Feb 2020 09:00 UT 0.20 29.471 1779.1 402852 22.2984 -14.9948 -174.416 -1.348 2.506 5.435 338.042 +23 Feb 2020 10:00 UT 0.18 29.512 1778.8 402937 22.3313 -14.8380 -174.925 -1.348 2.460 5.468 337.962 +23 Feb 2020 11:00 UT 0.17 29.554 1778.4 403020 22.3642 -14.6803 -175.433 -1.349 2.414 5.501 337.884 +23 Feb 2020 12:00 UT 0.15 29.596 1778.0 403102 22.3969 -14.5215 -175.941 -1.350 2.368 5.533 337.809 +23 Feb 2020 13:00 UT 0.15 29.637 1777.7 403184 22.4297 -14.3618 -176.450 -1.350 2.321 5.565 337.734 +23 Feb 2020 14:00 UT 0.14 29.679 1777.3 403265 22.4623 -14.2011 -176.958 -1.351 2.275 5.597 337.662 +23 Feb 2020 15:00 UT 0.14 29.721 1777.0 403345 22.4949 -14.0395 -177.466 -1.351 2.228 5.628 337.592 +23 Feb 2020 16:00 UT 0.14 0.019 1776.6 403424 22.5274 -13.8770 -177.975 -1.352 2.181 5.659 337.523 +23 Feb 2020 17:00 UT 0.15 0.061 1776.3 403502 22.5599 -13.7136 -178.483 -1.352 2.134 5.689 337.456 +23 Feb 2020 18:00 UT 0.15 0.103 1775.9 403579 22.5923 -13.5493 -178.991 -1.353 2.087 5.719 337.391 +23 Feb 2020 19:00 UT 0.16 0.144 1775.6 403655 22.6247 -13.3840 -179.500 -1.353 2.040 5.748 337.328 +23 Feb 2020 20:00 UT 0.18 0.186 1775.3 403731 22.6570 -13.2180 179.992 -1.354 1.992 5.777 337.266 +23 Feb 2020 21:00 UT 0.20 0.228 1774.9 403805 22.6892 -13.0510 179.484 -1.355 1.945 5.805 337.207 +23 Feb 2020 22:00 UT 0.22 0.269 1774.6 403878 22.7214 -12.8833 178.975 -1.355 1.897 5.833 337.149 +23 Feb 2020 23:00 UT 0.24 0.311 1774.3 403951 22.7536 -12.7147 178.467 -1.356 1.849 5.861 337.093 +24 Feb 2020 00:00 UT 0.27 0.353 1774.0 404022 22.7857 -12.5452 177.958 -1.356 1.801 5.888 337.039 +24 Feb 2020 01:00 UT 0.30 0.394 1773.7 404093 22.8177 -12.3750 177.450 -1.357 1.753 5.914 336.986 +24 Feb 2020 02:00 UT 0.33 0.436 1773.4 404163 22.8497 -12.2040 176.942 -1.357 1.705 5.940 336.935 +24 Feb 2020 03:00 UT 0.37 0.478 1773.1 404231 22.8816 -12.0322 176.433 -1.358 1.656 5.966 336.887 +24 Feb 2020 04:00 UT 0.41 0.519 1772.8 404299 22.9135 -11.8597 175.925 -1.358 1.608 5.991 336.839 +24 Feb 2020 05:00 UT 0.45 0.561 1772.5 404366 22.9453 -11.6864 175.417 -1.359 1.559 6.016 336.794 +24 Feb 2020 06:00 UT 0.50 0.603 1772.2 404432 22.9770 -11.5124 174.908 -1.359 1.510 6.040 336.750 +24 Feb 2020 07:00 UT 0.55 0.644 1771.9 404496 23.0088 -11.3377 174.400 -1.360 1.462 6.064 336.709 +24 Feb 2020 08:00 UT 0.60 0.686 1771.6 404560 23.0404 -11.1622 173.892 -1.360 1.412 6.087 336.669 +24 Feb 2020 09:00 UT 0.65 0.728 1771.3 404623 23.0721 -10.9861 173.383 -1.361 1.363 6.110 336.630 +24 Feb 2020 10:00 UT 0.71 0.769 1771.1 404685 23.1036 -10.8093 172.875 -1.361 1.314 6.132 336.594 +24 Feb 2020 11:00 UT 0.77 0.811 1770.8 404745 23.1351 -10.6318 172.366 -1.362 1.265 6.154 336.559 +24 Feb 2020 12:00 UT 0.84 0.853 1770.5 404805 23.1666 -10.4536 171.858 -1.362 1.215 6.175 336.526 +24 Feb 2020 13:00 UT 0.91 0.894 1770.3 404864 23.1980 -10.2748 171.350 -1.363 1.166 6.196 336.495 +24 Feb 2020 14:00 UT 0.98 0.936 1770.0 404921 23.2294 -10.0954 170.841 -1.363 1.116 6.217 336.465 +24 Feb 2020 15:00 UT 1.05 0.978 1769.8 404978 23.2608 -9.9154 170.333 -1.364 1.066 6.237 336.437 +24 Feb 2020 16:00 UT 1.13 1.019 1769.5 405033 23.2921 -9.7348 169.825 -1.364 1.016 6.256 336.411 +24 Feb 2020 17:00 UT 1.21 1.061 1769.3 405088 23.3233 -9.5535 169.316 -1.365 0.966 6.275 336.387 +24 Feb 2020 18:00 UT 1.29 1.103 1769.1 405141 23.3545 -9.3717 168.808 -1.365 0.916 6.294 336.364 +24 Feb 2020 19:00 UT 1.38 1.144 1768.8 405194 23.3857 -9.1894 168.300 -1.365 0.865 6.312 336.343 +24 Feb 2020 20:00 UT 1.47 1.186 1768.6 405245 23.4168 -9.0064 167.791 -1.366 0.815 6.329 336.324 +24 Feb 2020 21:00 UT 1.56 1.228 1768.4 405295 23.4479 -8.8230 167.283 -1.366 0.764 6.346 336.306 +24 Feb 2020 22:00 UT 1.65 1.269 1768.2 405344 23.4789 -8.6390 166.775 -1.367 0.714 6.363 336.290 +24 Feb 2020 23:00 UT 1.75 1.311 1768.0 405392 23.5099 -8.4545 166.266 -1.367 0.663 6.379 336.276 +25 Feb 2020 00:00 UT 1.85 1.353 1767.8 405439 23.5409 -8.2695 165.758 -1.368 0.612 6.394 336.264 +25 Feb 2020 01:00 UT 1.96 1.394 1767.6 405484 23.5718 -8.0840 165.250 -1.368 0.561 6.409 336.253 +25 Feb 2020 02:00 UT 2.06 1.436 1767.4 405529 23.6027 -7.8980 164.741 -1.369 0.510 6.424 336.244 +25 Feb 2020 03:00 UT 2.17 1.478 1767.2 405572 23.6336 -7.7115 164.233 -1.369 0.459 6.438 336.236 +25 Feb 2020 04:00 UT 2.29 1.519 1767.0 405614 23.6644 -7.5246 163.725 -1.369 0.407 6.452 336.231 +25 Feb 2020 05:00 UT 2.40 1.561 1766.8 405655 23.6952 -7.3373 163.216 -1.370 0.356 6.465 336.227 +25 Feb 2020 06:00 UT 2.52 1.603 1766.7 405695 23.7259 -7.1495 162.708 -1.370 0.305 6.478 336.224 +25 Feb 2020 07:00 UT 2.64 1.644 1766.5 405734 23.7566 -6.9613 162.200 -1.371 0.253 6.490 336.224 +25 Feb 2020 08:00 UT 2.77 1.686 1766.3 405771 23.7873 -6.7727 161.691 -1.371 0.201 6.501 336.224 +25 Feb 2020 09:00 UT 2.90 1.728 1766.2 405807 23.8180 -6.5837 161.183 -1.372 0.150 6.512 336.227 +25 Feb 2020 10:00 UT 3.03 1.769 1766.0 405843 23.8486 -6.3944 160.675 -1.372 0.098 6.523 336.231 +25 Feb 2020 11:00 UT 3.16 1.811 1765.9 405876 23.8792 -6.2046 160.166 -1.372 0.046 6.533 336.237 +25 Feb 2020 12:00 UT 3.30 1.853 1765.7 405909 23.9098 -6.0145 159.658 -1.373 -0.006 6.543 336.245 +25 Feb 2020 13:00 UT 3.44 1.894 1765.6 405940 23.9403 -5.8241 159.150 -1.373 -0.058 6.552 336.254 +25 Feb 2020 14:00 UT 3.58 1.936 1765.5 405971 23.9708 -5.6333 158.641 -1.374 -0.111 6.561 336.264 +25 Feb 2020 15:00 UT 3.73 1.978 1765.3 405999 0.0013 -5.4422 158.133 -1.374 -0.163 6.569 336.277 +25 Feb 2020 16:00 UT 3.87 2.019 1765.2 406027 0.0318 -5.2507 157.625 -1.374 -0.215 6.577 336.291 +25 Feb 2020 17:00 UT 4.02 2.061 1765.1 406053 0.0622 -5.0590 157.116 -1.375 -0.268 6.584 336.306 +25 Feb 2020 18:00 UT 4.18 2.103 1765.0 406078 0.0926 -4.8670 156.608 -1.375 -0.320 6.591 336.323 +25 Feb 2020 19:00 UT 4.34 2.144 1764.9 406102 0.1230 -4.6747 156.100 -1.376 -0.373 6.597 336.342 +25 Feb 2020 20:00 UT 4.49 2.186 1764.8 406125 0.1533 -4.4822 155.592 -1.376 -0.426 6.603 336.363 +25 Feb 2020 21:00 UT 4.66 2.228 1764.7 406146 0.1837 -4.2894 155.083 -1.376 -0.479 6.608 336.385 +25 Feb 2020 22:00 UT 4.82 2.269 1764.6 406166 0.2140 -4.0963 154.575 -1.377 -0.532 6.613 336.408 +25 Feb 2020 23:00 UT 4.99 2.311 1764.5 406184 0.2443 -3.9030 154.067 -1.377 -0.584 6.617 336.433 +26 Feb 2020 00:00 UT 5.16 2.353 1764.5 406201 0.2746 -3.7095 153.559 -1.378 -0.637 6.620 336.460 +26 Feb 2020 01:00 UT 5.33 2.394 1764.4 406217 0.3049 -3.5158 153.050 -1.378 -0.691 6.624 336.488 +26 Feb 2020 02:00 UT 5.51 2.436 1764.3 406232 0.3351 -3.3219 152.542 -1.378 -0.744 6.626 336.518 +26 Feb 2020 03:00 UT 5.69 2.478 1764.3 406245 0.3653 -3.1278 152.034 -1.379 -0.797 6.629 336.549 +26 Feb 2020 04:00 UT 5.87 2.519 1764.2 406256 0.3955 -2.9336 151.525 -1.379 -0.850 6.630 336.582 +26 Feb 2020 05:00 UT 6.05 2.561 1764.2 406267 0.4257 -2.7391 151.017 -1.379 -0.904 6.632 336.617 +26 Feb 2020 06:00 UT 6.24 2.603 1764.1 406276 0.4559 -2.5445 150.509 -1.380 -0.957 6.632 336.653 +26 Feb 2020 07:00 UT 6.43 2.644 1764.1 406283 0.4861 -2.3498 150.001 -1.380 -1.010 6.633 336.691 +26 Feb 2020 08:00 UT 6.62 2.686 1764.1 406289 0.5163 -2.1550 149.492 -1.381 -1.064 6.632 336.730 +26 Feb 2020 09:00 UT 6.82 2.728 1764.1 406294 0.5464 -1.9600 148.984 -1.381 -1.117 6.632 336.770 +26 Feb 2020 10:00 UT 7.02 2.769 1764.0 406297 0.5766 -1.7649 148.476 -1.381 -1.171 6.630 336.813 +26 Feb 2020 11:00 UT 7.22 2.811 1764.0 406299 0.6067 -1.5697 147.968 -1.382 -1.225 6.629 336.856 +26 Feb 2020 12:00 UT 7.42 2.853 1764.0 406300 0.6368 -1.3745 147.460 -1.382 -1.278 6.626 336.902 +26 Feb 2020 13:00 UT 7.62 2.894 1764.0 406298 0.6669 -1.1791 146.951 -1.382 -1.332 6.624 336.948 +26 Feb 2020 14:00 UT 7.83 2.936 1764.0 406296 0.6970 -0.9837 146.443 -1.383 -1.386 6.620 336.997 +26 Feb 2020 15:00 UT 8.04 2.978 1764.1 406292 0.7271 -0.7882 145.935 -1.383 -1.440 6.617 337.046 +26 Feb 2020 16:00 UT 8.26 3.019 1764.1 406286 0.7572 -0.5927 145.427 -1.383 -1.494 6.613 337.098 +26 Feb 2020 17:00 UT 8.47 3.061 1764.1 406279 0.7873 -0.3972 144.918 -1.384 -1.548 6.608 337.150 +26 Feb 2020 18:00 UT 8.69 3.103 1764.2 406271 0.8174 -0.2017 144.410 -1.384 -1.601 6.603 337.205 +26 Feb 2020 19:00 UT 8.91 3.144 1764.2 406261 0.8475 -0.0061 143.902 -1.384 -1.655 6.597 337.260 +26 Feb 2020 20:00 UT 9.13 3.186 1764.2 406249 0.8776 0.1895 143.394 -1.385 -1.709 6.591 337.318 +26 Feb 2020 21:00 UT 9.36 3.228 1764.3 406236 0.9077 0.3850 142.886 -1.385 -1.763 6.584 337.376 +26 Feb 2020 22:00 UT 9.59 3.269 1764.4 406221 0.9378 0.5806 142.378 -1.385 -1.817 6.577 337.437 +26 Feb 2020 23:00 UT 9.82 3.311 1764.4 406205 0.9679 0.7761 141.869 -1.386 -1.871 6.569 337.498 +27 Feb 2020 00:00 UT 10.05 3.353 1764.5 406187 0.9980 0.9715 141.361 -1.386 -1.926 6.561 337.562 +27 Feb 2020 01:00 UT 10.29 3.394 1764.6 406168 1.0281 1.1669 140.853 -1.386 -1.980 6.552 337.626 +27 Feb 2020 02:00 UT 10.53 3.436 1764.7 406147 1.0582 1.3623 140.345 -1.386 -2.034 6.543 337.692 +27 Feb 2020 03:00 UT 10.77 3.478 1764.8 406125 1.0883 1.5575 139.837 -1.387 -2.088 6.534 337.760 +27 Feb 2020 04:00 UT 11.01 3.519 1764.9 406101 1.1184 1.7527 139.329 -1.387 -2.142 6.524 337.829 +27 Feb 2020 05:00 UT 11.26 3.561 1765.0 406075 1.1485 1.9478 138.821 -1.387 -2.196 6.513 337.899 +27 Feb 2020 06:00 UT 11.51 3.603 1765.1 406047 1.1786 2.1428 138.312 -1.388 -2.250 6.502 337.971 +27 Feb 2020 07:00 UT 11.76 3.644 1765.3 406019 1.2088 2.3376 137.804 -1.388 -2.304 6.490 338.044 +27 Feb 2020 08:00 UT 12.01 3.686 1765.4 405988 1.2389 2.5323 137.296 -1.388 -2.358 6.478 338.119 +27 Feb 2020 09:00 UT 12.27 3.728 1765.5 405956 1.2691 2.7269 136.788 -1.389 -2.413 6.466 338.195 +27 Feb 2020 10:00 UT 12.52 3.769 1765.7 405922 1.2993 2.9214 136.280 -1.389 -2.467 6.453 338.273 +27 Feb 2020 11:00 UT 12.78 3.811 1765.8 405886 1.3294 3.1156 135.772 -1.389 -2.521 6.439 338.352 +27 Feb 2020 12:00 UT 13.05 3.853 1766.0 405849 1.3596 3.3097 135.264 -1.390 -2.575 6.425 338.433 +27 Feb 2020 13:00 UT 13.31 3.894 1766.2 405810 1.3898 3.5036 134.756 -1.390 -2.629 6.411 338.515 +27 Feb 2020 14:00 UT 13.58 3.936 1766.3 405770 1.4201 3.6974 134.248 -1.390 -2.683 6.396 338.598 +27 Feb 2020 15:00 UT 13.85 3.978 1766.5 405727 1.4503 3.8909 133.740 -1.390 -2.737 6.380 338.683 +27 Feb 2020 16:00 UT 14.12 4.019 1766.7 405683 1.4806 4.0842 133.231 -1.391 -2.791 6.365 338.769 +27 Feb 2020 17:00 UT 14.39 4.061 1766.9 405638 1.5109 4.2773 132.723 -1.391 -2.845 6.348 338.857 +27 Feb 2020 18:00 UT 14.67 4.103 1767.1 405590 1.5411 4.4701 132.215 -1.391 -2.899 6.331 338.946 +27 Feb 2020 19:00 UT 14.95 4.144 1767.3 405541 1.5715 4.6627 131.707 -1.391 -2.952 6.314 339.036 +27 Feb 2020 20:00 UT 15.23 4.186 1767.5 405491 1.6018 4.8550 131.199 -1.392 -3.006 6.296 339.128 +27 Feb 2020 21:00 UT 15.51 4.228 1767.8 405438 1.6322 5.0471 130.691 -1.392 -3.060 6.278 339.221 +27 Feb 2020 22:00 UT 15.79 4.269 1768.0 405384 1.6626 5.2389 130.183 -1.392 -3.114 6.259 339.316 +27 Feb 2020 23:00 UT 16.08 4.311 1768.3 405328 1.6930 5.4304 129.675 -1.393 -3.167 6.240 339.412 +28 Feb 2020 00:00 UT 16.37 4.353 1768.5 405270 1.7234 5.6216 129.167 -1.393 -3.221 6.220 339.509 +28 Feb 2020 01:00 UT 16.66 4.394 1768.8 405210 1.7539 5.8125 128.659 -1.393 -3.274 6.200 339.608 +28 Feb 2020 02:00 UT 16.95 4.436 1769.0 405149 1.7843 6.0030 128.151 -1.393 -3.328 6.179 339.708 +28 Feb 2020 03:00 UT 17.25 4.478 1769.3 405086 1.8149 6.1932 127.643 -1.394 -3.381 6.158 339.810 +28 Feb 2020 04:00 UT 17.55 4.519 1769.6 405021 1.8454 6.3831 127.135 -1.394 -3.435 6.137 339.913 +28 Feb 2020 05:00 UT 17.85 4.561 1769.9 404954 1.8760 6.5727 126.627 -1.394 -3.488 6.115 340.017 +28 Feb 2020 06:00 UT 18.15 4.603 1770.2 404886 1.9066 6.7618 126.119 -1.394 -3.541 6.092 340.123 +28 Feb 2020 07:00 UT 18.45 4.644 1770.5 404816 1.9372 6.9506 125.611 -1.395 -3.594 6.069 340.230 +28 Feb 2020 08:00 UT 18.76 4.686 1770.8 404744 1.9679 7.1390 125.103 -1.395 -3.647 6.046 340.338 +28 Feb 2020 09:00 UT 19.07 4.728 1771.1 404670 1.9986 7.3270 124.595 -1.395 -3.700 6.022 340.448 +28 Feb 2020 10:00 UT 19.38 4.769 1771.5 404594 2.0293 7.5145 124.087 -1.395 -3.753 5.998 340.559 +28 Feb 2020 11:00 UT 19.69 4.811 1771.8 404516 2.0601 7.7017 123.580 -1.396 -3.806 5.973 340.672 +28 Feb 2020 12:00 UT 20.00 4.853 1772.2 404437 2.0909 7.8884 123.072 -1.396 -3.858 5.948 340.786 +28 Feb 2020 13:00 UT 20.32 4.894 1772.5 404356 2.1217 8.0747 122.564 -1.396 -3.911 5.922 340.901 +28 Feb 2020 14:00 UT 20.64 4.936 1772.9 404273 2.1526 8.2605 122.056 -1.397 -3.963 5.896 341.018 +28 Feb 2020 15:00 UT 20.96 4.978 1773.2 404188 2.1835 8.4458 121.548 -1.397 -4.015 5.869 341.136 +28 Feb 2020 16:00 UT 21.28 5.019 1773.6 404101 2.2145 8.6307 121.040 -1.397 -4.067 5.842 341.255 +28 Feb 2020 17:00 UT 21.60 5.061 1774.0 404013 2.2455 8.8151 120.532 -1.397 -4.120 5.815 341.376 +28 Feb 2020 18:00 UT 21.93 5.103 1774.4 403922 2.2766 8.9990 120.024 -1.398 -4.171 5.787 341.498 +28 Feb 2020 19:00 UT 22.26 5.144 1774.8 403830 2.3076 9.1823 119.516 -1.398 -4.223 5.758 341.621 +28 Feb 2020 20:00 UT 22.58 5.186 1775.2 403736 2.3388 9.3652 119.009 -1.398 -4.275 5.730 341.746 +28 Feb 2020 21:00 UT 22.92 5.228 1775.7 403640 2.3700 9.5475 118.501 -1.398 -4.326 5.700 341.872 +28 Feb 2020 22:00 UT 23.25 5.269 1776.1 403542 2.4012 9.7292 117.993 -1.398 -4.378 5.671 341.999 +28 Feb 2020 23:00 UT 23.58 5.311 1776.5 403442 2.4324 9.9104 117.485 -1.399 -4.429 5.640 342.128 +29 Feb 2020 00:00 UT 23.92 5.353 1777.0 403340 2.4638 10.0910 116.977 -1.399 -4.480 5.610 342.258 +29 Feb 2020 01:00 UT 24.26 5.394 1777.4 403237 2.4951 10.2710 116.469 -1.399 -4.531 5.579 342.390 +29 Feb 2020 02:00 UT 24.60 5.436 1777.9 403131 2.5265 10.4505 115.962 -1.399 -4.581 5.547 342.522 +29 Feb 2020 03:00 UT 24.94 5.478 1778.4 403024 2.5580 10.6293 115.454 -1.400 -4.632 5.516 342.656 +29 Feb 2020 04:00 UT 25.29 5.519 1778.8 402915 2.5895 10.8075 114.946 -1.400 -4.682 5.483 342.792 +29 Feb 2020 05:00 UT 25.63 5.561 1779.3 402804 2.6211 10.9851 114.438 -1.400 -4.732 5.450 342.928 +29 Feb 2020 06:00 UT 25.98 5.603 1779.8 402691 2.6527 11.1620 113.930 -1.400 -4.782 5.417 343.067 +29 Feb 2020 07:00 UT 26.33 5.644 1780.3 402576 2.6844 11.3383 113.423 -1.401 -4.832 5.384 343.206 +29 Feb 2020 08:00 UT 26.68 5.686 1780.9 402459 2.7161 11.5139 112.915 -1.401 -4.882 5.350 343.347 +29 Feb 2020 09:00 UT 27.03 5.728 1781.4 402341 2.7479 11.6888 112.407 -1.401 -4.931 5.315 343.489 +29 Feb 2020 10:00 UT 27.38 5.769 1781.9 402220 2.7797 11.8630 111.899 -1.401 -4.980 5.280 343.632 +29 Feb 2020 11:00 UT 27.74 5.811 1782.5 402098 2.8116 12.0365 111.392 -1.402 -5.029 5.245 343.776 +29 Feb 2020 12:00 UT 28.10 5.853 1783.0 401973 2.8436 12.2093 110.884 -1.402 -5.078 5.209 343.922 +29 Feb 2020 13:00 UT 28.46 5.894 1783.6 401847 2.8756 12.3814 110.376 -1.402 -5.127 5.173 344.070 +29 Feb 2020 14:00 UT 28.82 5.936 1784.1 401719 2.9077 12.5527 109.869 -1.402 -5.175 5.137 344.218 +29 Feb 2020 15:00 UT 29.18 5.978 1784.7 401589 2.9398 12.7233 109.361 -1.403 -5.223 5.100 344.368 +29 Feb 2020 16:00 UT 29.54 6.019 1785.3 401457 2.9720 12.8931 108.853 -1.403 -5.271 5.062 344.519 +29 Feb 2020 17:00 UT 29.91 6.061 1785.9 401323 3.0043 13.0621 108.345 -1.403 -5.319 5.024 344.672 +29 Feb 2020 18:00 UT 30.27 6.103 1786.5 401188 3.0366 13.2303 107.838 -1.403 -5.366 4.986 344.825 +29 Feb 2020 19:00 UT 30.64 6.144 1787.1 401050 3.0690 13.3977 107.330 -1.403 -5.413 4.948 344.980 +29 Feb 2020 20:00 UT 31.01 6.186 1787.7 400911 3.1015 13.5643 106.822 -1.404 -5.460 4.909 345.137 +29 Feb 2020 21:00 UT 31.38 6.228 1788.4 400769 3.1340 13.7300 106.315 -1.404 -5.507 4.869 345.294 +29 Feb 2020 22:00 UT 31.76 6.269 1789.0 400626 3.1666 13.8949 105.807 -1.404 -5.553 4.829 345.453 +29 Feb 2020 23:00 UT 32.13 6.311 1789.7 400481 3.1992 14.0589 105.300 -1.404 -5.599 4.789 345.613 +01 Mar 2020 00:00 UT 32.51 6.353 1790.3 400334 3.2319 14.2221 104.792 -1.405 -5.645 4.749 345.775 +01 Mar 2020 01:00 UT 32.88 6.394 1791.0 400185 3.2647 14.3843 104.284 -1.405 -5.690 4.708 345.938 +01 Mar 2020 02:00 UT 33.26 6.436 1791.7 400034 3.2976 14.5457 103.777 -1.405 -5.735 4.666 346.102 +01 Mar 2020 03:00 UT 33.64 6.478 1792.3 399882 3.3305 14.7061 103.269 -1.405 -5.780 4.624 346.267 +01 Mar 2020 04:00 UT 34.02 6.519 1793.0 399727 3.3635 14.8656 102.762 -1.406 -5.825 4.582 346.433 +01 Mar 2020 05:00 UT 34.40 6.561 1793.7 399571 3.3966 15.0242 102.254 -1.406 -5.869 4.540 346.601 +01 Mar 2020 06:00 UT 34.79 6.603 1794.4 399413 3.4298 15.1818 101.747 -1.406 -5.913 4.497 346.770 +01 Mar 2020 07:00 UT 35.17 6.644 1795.2 399253 3.4630 15.3384 101.239 -1.406 -5.957 4.454 346.940 +01 Mar 2020 08:00 UT 35.56 6.686 1795.9 399091 3.4963 15.4940 100.731 -1.406 -6.000 4.410 347.112 +01 Mar 2020 09:00 UT 35.95 6.728 1796.6 398927 3.5297 15.6487 100.224 -1.407 -6.043 4.366 347.285 +01 Mar 2020 10:00 UT 36.33 6.769 1797.4 398761 3.5631 15.8023 99.716 -1.407 -6.086 4.321 347.459 +01 Mar 2020 11:00 UT 36.72 6.811 1798.1 398594 3.5967 15.9549 99.209 -1.407 -6.128 4.277 347.634 +01 Mar 2020 12:00 UT 37.12 6.853 1798.9 398425 3.6303 16.1064 98.701 -1.407 -6.170 4.231 347.811 +01 Mar 2020 13:00 UT 37.51 6.894 1799.7 398254 3.6640 16.2569 98.194 -1.408 -6.212 4.186 347.988 +01 Mar 2020 14:00 UT 37.90 6.936 1800.5 398081 3.6977 16.4063 97.686 -1.408 -6.253 4.140 348.167 +01 Mar 2020 15:00 UT 38.30 6.978 1801.2 397906 3.7316 16.5546 97.179 -1.408 -6.294 4.094 348.348 +01 Mar 2020 16:00 UT 38.69 7.019 1802.0 397730 3.7655 16.7018 96.672 -1.408 -6.335 4.047 348.529 +01 Mar 2020 17:00 UT 39.09 7.061 1802.8 397551 3.7995 16.8479 96.164 -1.409 -6.375 4.000 348.712 +01 Mar 2020 18:00 UT 39.49 7.103 1803.7 397371 3.8336 16.9929 95.657 -1.409 -6.415 3.953 348.895 +01 Mar 2020 19:00 UT 39.89 7.144 1804.5 397189 3.8678 17.1367 95.149 -1.409 -6.454 3.905 349.080 +01 Mar 2020 20:00 UT 40.29 7.186 1805.3 397006 3.9020 17.2793 94.642 -1.409 -6.493 3.857 349.267 +01 Mar 2020 21:00 UT 40.69 7.228 1806.2 396820 3.9364 17.4208 94.134 -1.410 -6.532 3.809 349.454 +01 Mar 2020 22:00 UT 41.09 7.269 1807.0 396633 3.9708 17.5610 93.627 -1.410 -6.570 3.760 349.643 +01 Mar 2020 23:00 UT 41.49 7.311 1807.9 396445 4.0053 17.7001 93.120 -1.410 -6.608 3.711 349.832 +02 Mar 2020 00:00 UT 41.90 7.353 1808.7 396254 4.0399 17.8379 92.612 -1.410 -6.645 3.661 350.023 +02 Mar 2020 01:00 UT 42.30 7.394 1809.6 396062 4.0746 17.9744 92.105 -1.410 -6.682 3.612 350.215 +02 Mar 2020 02:00 UT 42.71 7.436 1810.5 395868 4.1093 18.1098 91.598 -1.411 -6.719 3.561 350.409 +02 Mar 2020 03:00 UT 43.11 7.478 1811.4 395672 4.1442 18.2438 91.090 -1.411 -6.755 3.511 350.603 +02 Mar 2020 04:00 UT 43.52 7.519 1812.3 395475 4.1791 18.3765 90.583 -1.411 -6.791 3.460 350.799 +02 Mar 2020 05:00 UT 43.93 7.561 1813.2 395276 4.2141 18.5080 90.076 -1.411 -6.826 3.409 350.995 +02 Mar 2020 06:00 UT 44.34 7.603 1814.1 395075 4.2493 18.6381 89.568 -1.412 -6.861 3.358 351.193 +02 Mar 2020 07:00 UT 44.75 7.644 1815.1 394873 4.2845 18.7669 89.061 -1.412 -6.895 3.306 351.392 +02 Mar 2020 08:00 UT 45.16 7.686 1816.0 394669 4.3198 18.8943 88.554 -1.412 -6.929 3.254 351.592 +02 Mar 2020 09:00 UT 45.57 7.728 1817.0 394463 4.3551 19.0203 88.046 -1.412 -6.962 3.202 351.793 +02 Mar 2020 10:00 UT 45.99 7.769 1817.9 394256 4.3906 19.1450 87.539 -1.413 -6.995 3.149 351.996 +02 Mar 2020 11:00 UT 46.40 7.811 1818.9 394047 4.4262 19.2682 87.032 -1.413 -7.027 3.096 352.199 +02 Mar 2020 12:00 UT 46.81 7.853 1819.8 393837 4.4618 19.3901 86.525 -1.413 -7.059 3.043 352.403 +02 Mar 2020 13:00 UT 47.23 7.894 1820.8 393625 4.4976 19.5104 86.017 -1.413 -7.091 2.989 352.609 +02 Mar 2020 14:00 UT 47.64 7.936 1821.8 393412 4.5334 19.6294 85.510 -1.414 -7.121 2.935 352.815 +02 Mar 2020 15:00 UT 48.06 7.978 1822.8 393197 4.5693 19.7468 85.003 -1.414 -7.152 2.881 353.023 +02 Mar 2020 16:00 UT 48.48 8.019 1823.8 392980 4.6054 19.8628 84.496 -1.414 -7.182 2.827 353.231 +02 Mar 2020 17:00 UT 48.90 8.061 1824.8 392762 4.6415 19.9773 83.989 -1.414 -7.211 2.772 353.441 +02 Mar 2020 18:00 UT 49.31 8.103 1825.9 392543 4.6777 20.0902 83.481 -1.415 -7.240 2.717 353.652 +02 Mar 2020 19:00 UT 49.73 8.144 1826.9 392322 4.7140 20.2017 82.974 -1.415 -7.268 2.662 353.863 +02 Mar 2020 20:00 UT 50.15 8.186 1827.9 392099 4.7504 20.3115 82.467 -1.415 -7.296 2.606 354.076 +02 Mar 2020 21:00 UT 50.57 8.228 1829.0 391876 4.7868 20.4198 81.960 -1.415 -7.323 2.550 354.290 +02 Mar 2020 22:00 UT 50.99 8.269 1830.0 391650 4.8234 20.5265 81.453 -1.416 -7.350 2.494 354.504 +02 Mar 2020 23:00 UT 51.41 8.311 1831.1 391424 4.8601 20.6316 80.946 -1.416 -7.376 2.438 354.720 +03 Mar 2020 00:00 UT 51.83 8.353 1832.1 391196 4.8968 20.7350 80.439 -1.416 -7.401 2.381 354.936 +03 Mar 2020 01:00 UT 52.25 8.394 1833.2 390966 4.9337 20.8368 79.931 -1.417 -7.426 2.324 355.153 +03 Mar 2020 02:00 UT 52.67 8.436 1834.3 390735 4.9706 20.9370 79.424 -1.417 -7.450 2.267 355.372 +03 Mar 2020 03:00 UT 53.10 8.478 1835.4 390503 5.0077 21.0355 78.917 -1.417 -7.474 2.209 355.591 +03 Mar 2020 04:00 UT 53.52 8.519 1836.5 390270 5.0448 21.1323 78.410 -1.417 -7.497 2.151 355.811 +03 Mar 2020 05:00 UT 53.94 8.561 1837.6 390035 5.0820 21.2274 77.903 -1.418 -7.520 2.093 356.032 +03 Mar 2020 06:00 UT 54.36 8.603 1838.7 389799 5.1194 21.3207 77.396 -1.418 -7.542 2.035 356.254 +03 Mar 2020 07:00 UT 54.79 8.644 1839.8 389562 5.1568 21.4123 76.889 -1.418 -7.563 1.977 356.476 +03 Mar 2020 08:00 UT 55.21 8.686 1840.9 389324 5.1943 21.5022 76.382 -1.418 -7.584 1.918 356.700 +03 Mar 2020 09:00 UT 55.63 8.728 1842.1 389084 5.2319 21.5903 75.875 -1.419 -7.604 1.859 356.924 +03 Mar 2020 10:00 UT 56.06 8.769 1843.2 388843 5.2696 21.6765 75.368 -1.419 -7.624 1.800 357.149 +03 Mar 2020 11:00 UT 56.48 8.811 1844.4 388601 5.3073 21.7610 74.861 -1.419 -7.642 1.741 357.375 +03 Mar 2020 12:00 UT 56.90 8.853 1845.5 388358 5.3452 21.8436 74.354 -1.420 -7.661 1.681 357.601 +03 Mar 2020 13:00 UT 57.33 8.894 1846.7 388114 5.3832 21.9244 73.847 -1.420 -7.678 1.621 357.829 +03 Mar 2020 14:00 UT 57.75 8.936 1847.9 387869 5.4212 22.0033 73.340 -1.420 -7.695 1.561 358.057 +03 Mar 2020 15:00 UT 58.18 8.978 1849.0 387622 5.4594 22.0804 72.833 -1.420 -7.711 1.501 358.285 +03 Mar 2020 16:00 UT 58.60 9.019 1850.2 387375 5.4976 22.1555 72.326 -1.421 -7.727 1.440 358.515 +03 Mar 2020 17:00 UT 59.02 9.061 1851.4 387127 5.5360 22.2288 71.819 -1.421 -7.742 1.380 358.745 +03 Mar 2020 18:00 UT 59.45 9.103 1852.6 386877 5.5744 22.3001 71.312 -1.421 -7.756 1.319 358.975 +03 Mar 2020 19:00 UT 59.87 9.144 1853.8 386627 5.6129 22.3694 70.805 -1.422 -7.770 1.258 359.207 +03 Mar 2020 20:00 UT 60.30 9.186 1855.0 386375 5.6515 22.4368 70.298 -1.422 -7.782 1.197 359.438 +03 Mar 2020 21:00 UT 60.72 9.228 1856.2 386123 5.6902 22.5022 69.792 -1.422 -7.795 1.135 359.671 +03 Mar 2020 22:00 UT 61.14 9.269 1857.4 385870 5.7290 22.5656 69.285 -1.422 -7.806 1.074 359.904 +03 Mar 2020 23:00 UT 61.56 9.311 1858.6 385616 5.7678 22.6270 68.778 -1.423 -7.817 1.012 0.137 +04 Mar 2020 00:00 UT 61.99 9.353 1859.9 385361 5.8068 22.6863 68.271 -1.423 -7.827 0.950 0.371 +04 Mar 2020 01:00 UT 62.41 9.394 1861.1 385106 5.8458 22.7437 67.764 -1.423 -7.836 0.888 0.606 +04 Mar 2020 02:00 UT 62.83 9.436 1862.4 384849 5.8849 22.7989 67.257 -1.424 -7.845 0.826 0.841 +04 Mar 2020 03:00 UT 63.25 9.478 1863.6 384592 5.9241 22.8521 66.750 -1.424 -7.853 0.763 1.076 +04 Mar 2020 04:00 UT 63.67 9.519 1864.8 384334 5.9634 22.9032 66.244 -1.424 -7.860 0.701 1.312 +04 Mar 2020 05:00 UT 64.10 9.561 1866.1 384076 6.0028 22.9521 65.737 -1.424 -7.866 0.638 1.548 +04 Mar 2020 06:00 UT 64.52 9.603 1867.4 383816 6.0423 22.9990 65.230 -1.425 -7.872 0.575 1.784 +04 Mar 2020 07:00 UT 64.94 9.644 1868.6 383557 6.0818 23.0437 64.723 -1.425 -7.877 0.512 2.021 +04 Mar 2020 08:00 UT 65.35 9.686 1869.9 383296 6.1214 23.0862 64.217 -1.425 -7.881 0.449 2.258 +04 Mar 2020 09:00 UT 65.77 9.728 1871.2 383035 6.1611 23.1266 63.710 -1.426 -7.884 0.386 2.496 +04 Mar 2020 10:00 UT 66.19 9.769 1872.5 382773 6.2009 23.1647 63.203 -1.426 -7.887 0.323 2.733 +04 Mar 2020 11:00 UT 66.61 9.811 1873.7 382511 6.2408 23.2007 62.696 -1.426 -7.889 0.259 2.971 +04 Mar 2020 12:00 UT 67.03 9.853 1875.0 382249 6.2807 23.2345 62.190 -1.427 -7.890 0.196 3.209 +04 Mar 2020 13:00 UT 67.44 9.894 1876.3 381985 6.3207 23.2660 61.683 -1.427 -7.890 0.132 3.447 +04 Mar 2020 14:00 UT 67.86 9.936 1877.6 381722 6.3608 23.2953 61.176 -1.427 -7.890 0.068 3.686 +04 Mar 2020 15:00 UT 68.27 9.978 1878.9 381458 6.4010 23.3223 60.669 -1.428 -7.889 0.004 3.924 +04 Mar 2020 16:00 UT 68.69 10.019 1880.2 381194 6.4412 23.3471 60.163 -1.428 -7.887 -0.060 4.163 +04 Mar 2020 17:00 UT 69.10 10.061 1881.5 380929 6.4815 23.3695 59.656 -1.428 -7.884 -0.124 4.401 +04 Mar 2020 18:00 UT 69.51 10.103 1882.8 380664 6.5219 23.3897 59.149 -1.429 -7.880 -0.188 4.640 +04 Mar 2020 19:00 UT 69.92 10.144 1884.1 380399 6.5624 23.4076 58.643 -1.429 -7.876 -0.252 4.878 +04 Mar 2020 20:00 UT 70.33 10.186 1885.5 380134 6.6029 23.4231 58.136 -1.429 -7.870 -0.316 5.117 +04 Mar 2020 21:00 UT 70.74 10.228 1886.8 379868 6.6435 23.4363 57.630 -1.430 -7.864 -0.380 5.355 +04 Mar 2020 22:00 UT 71.15 10.269 1888.1 379602 6.6841 23.4471 57.123 -1.430 -7.857 -0.445 5.593 +04 Mar 2020 23:00 UT 71.56 10.311 1889.4 379336 6.7249 23.4556 56.616 -1.430 -7.850 -0.509 5.832 +05 Mar 2020 00:00 UT 71.96 10.353 1890.7 379070 6.7656 23.4617 56.110 -1.430 -7.841 -0.574 6.070 +05 Mar 2020 01:00 UT 72.37 10.394 1892.1 378804 6.8065 23.4654 55.603 -1.431 -7.832 -0.638 6.307 +05 Mar 2020 02:00 UT 72.77 10.436 1893.4 378538 6.8474 23.4668 55.097 -1.431 -7.821 -0.703 6.545 +05 Mar 2020 03:00 UT 73.17 10.478 1894.7 378272 6.8884 23.4657 54.590 -1.432 -7.810 -0.767 6.782 +05 Mar 2020 04:00 UT 73.57 10.519 1896.1 378006 6.9294 23.4622 54.083 -1.432 -7.798 -0.832 7.019 +05 Mar 2020 05:00 UT 73.97 10.561 1897.4 377740 6.9705 23.4562 53.577 -1.432 -7.786 -0.896 7.256 +05 Mar 2020 06:00 UT 74.37 10.603 1898.7 377474 7.0116 23.4479 53.070 -1.433 -7.772 -0.961 7.492 +05 Mar 2020 07:00 UT 74.77 10.644 1900.1 377209 7.0528 23.4371 52.564 -1.433 -7.758 -1.025 7.728 +05 Mar 2020 08:00 UT 75.16 10.686 1901.4 376943 7.0941 23.4238 52.057 -1.433 -7.742 -1.090 7.963 +05 Mar 2020 09:00 UT 75.56 10.728 1902.8 376678 7.1354 23.4081 51.551 -1.434 -7.726 -1.154 8.198 +05 Mar 2020 10:00 UT 75.95 10.769 1904.1 376413 7.1767 23.3898 51.044 -1.434 -7.709 -1.219 8.432 +05 Mar 2020 11:00 UT 76.34 10.811 1905.4 376148 7.2181 23.3691 50.538 -1.434 -7.691 -1.283 8.666 +05 Mar 2020 12:00 UT 76.73 10.853 1906.8 375883 7.2596 23.3460 50.031 -1.435 -7.672 -1.347 8.899 +05 Mar 2020 13:00 UT 77.12 10.894 1908.1 375619 7.3011 23.3203 49.525 -1.435 -7.653 -1.412 9.131 +05 Mar 2020 14:00 UT 77.50 10.936 1909.5 375356 7.3426 23.2921 49.018 -1.435 -7.632 -1.476 9.363 +05 Mar 2020 15:00 UT 77.89 10.978 1910.8 375093 7.3842 23.2614 48.512 -1.436 -7.611 -1.540 9.594 +05 Mar 2020 16:00 UT 78.27 11.019 1912.1 374830 7.4258 23.2282 48.006 -1.436 -7.588 -1.605 9.825 +05 Mar 2020 17:00 UT 78.65 11.061 1913.5 374568 7.4675 23.1924 47.499 -1.436 -7.565 -1.669 10.055 +05 Mar 2020 18:00 UT 79.03 11.103 1914.8 374306 7.5092 23.1542 46.993 -1.437 -7.541 -1.733 10.283 +05 Mar 2020 19:00 UT 79.40 11.144 1916.1 374045 7.5509 23.1134 46.486 -1.437 -7.516 -1.797 10.511 +05 Mar 2020 20:00 UT 79.78 11.186 1917.5 373784 7.5927 23.0700 45.980 -1.437 -7.491 -1.860 10.738 +05 Mar 2020 21:00 UT 80.15 11.228 1918.8 373525 7.6345 23.0242 45.473 -1.438 -7.464 -1.924 10.965 +05 Mar 2020 22:00 UT 80.52 11.269 1920.1 373266 7.6763 22.9757 44.967 -1.438 -7.436 -1.988 11.190 +05 Mar 2020 23:00 UT 80.89 11.311 1921.5 373007 7.7182 22.9248 44.461 -1.439 -7.408 -2.051 11.414 +06 Mar 2020 00:00 UT 81.25 11.353 1922.8 372750 7.7601 22.8712 43.954 -1.439 -7.378 -2.115 11.637 +06 Mar 2020 01:00 UT 81.62 11.394 1924.1 372493 7.8020 22.8151 43.448 -1.439 -7.348 -2.178 11.859 +06 Mar 2020 02:00 UT 81.98 11.436 1925.4 372237 7.8440 22.7565 42.942 -1.440 -7.317 -2.241 12.080 +06 Mar 2020 03:00 UT 82.34 11.478 1926.8 371982 7.8859 22.6953 42.435 -1.440 -7.285 -2.304 12.300 +06 Mar 2020 04:00 UT 82.70 11.519 1928.1 371728 7.9279 22.6316 41.929 -1.440 -7.252 -2.367 12.519 +06 Mar 2020 05:00 UT 83.05 11.561 1929.4 371475 7.9700 22.5652 41.423 -1.441 -7.218 -2.430 12.737 +06 Mar 2020 06:00 UT 83.40 11.603 1930.7 371223 8.0120 22.4964 40.916 -1.441 -7.184 -2.492 12.953 +06 Mar 2020 07:00 UT 83.75 11.644 1932.0 370972 8.0541 22.4249 40.410 -1.441 -7.148 -2.554 13.168 +06 Mar 2020 08:00 UT 84.10 11.686 1933.3 370722 8.0961 22.3509 39.904 -1.442 -7.112 -2.616 13.381 +06 Mar 2020 09:00 UT 84.45 11.728 1934.6 370474 8.1382 22.2744 39.398 -1.442 -7.074 -2.678 13.594 +06 Mar 2020 10:00 UT 84.79 11.769 1935.9 370226 8.1803 22.1953 38.891 -1.443 -7.036 -2.740 13.805 +06 Mar 2020 11:00 UT 85.13 11.811 1937.2 369980 8.2224 22.1136 38.385 -1.443 -6.997 -2.802 14.014 +06 Mar 2020 12:00 UT 85.46 11.853 1938.5 369735 8.2645 22.0294 37.879 -1.443 -6.957 -2.863 14.222 +06 Mar 2020 13:00 UT 85.80 11.894 1939.8 369491 8.3066 21.9427 37.373 -1.444 -6.916 -2.924 14.428 +06 Mar 2020 14:00 UT 86.13 11.936 1941.0 369248 8.3488 21.8534 36.866 -1.444 -6.874 -2.985 14.633 +06 Mar 2020 15:00 UT 86.46 11.978 1942.3 369007 8.3909 21.7615 36.360 -1.444 -6.831 -3.045 14.837 +06 Mar 2020 16:00 UT 86.78 12.019 1943.6 368768 8.4331 21.6672 35.854 -1.445 -6.788 -3.106 15.038 +06 Mar 2020 17:00 UT 87.11 12.061 1944.8 368529 8.4752 21.5703 35.348 -1.445 -6.743 -3.166 15.239 +06 Mar 2020 18:00 UT 87.42 12.103 1946.1 368293 8.5173 21.4708 34.841 -1.446 -6.698 -3.226 15.437 +06 Mar 2020 19:00 UT 87.74 12.144 1947.3 368057 8.5595 21.3689 34.335 -1.446 -6.652 -3.285 15.634 +06 Mar 2020 20:00 UT 88.05 12.186 1948.6 367824 8.6016 21.2644 33.829 -1.446 -6.605 -3.344 15.829 +06 Mar 2020 21:00 UT 88.36 12.228 1949.8 367592 8.6437 21.1575 33.323 -1.447 -6.557 -3.403 16.022 +06 Mar 2020 22:00 UT 88.67 12.269 1951.0 367361 8.6859 21.0480 32.817 -1.447 -6.508 -3.462 16.213 +06 Mar 2020 23:00 UT 88.98 12.311 1952.2 367132 8.7280 20.9361 32.311 -1.448 -6.458 -3.520 16.403 +07 Mar 2020 00:00 UT 89.28 12.353 1953.4 366905 8.7701 20.8217 31.804 -1.448 -6.408 -3.578 16.591 +07 Mar 2020 01:00 UT 89.57 12.394 1954.6 366680 8.8122 20.7048 31.298 -1.448 -6.356 -3.636 16.776 +07 Mar 2020 02:00 UT 89.87 12.436 1955.8 366457 8.8543 20.5854 30.792 -1.449 -6.304 -3.694 16.960 +07 Mar 2020 03:00 UT 90.16 12.478 1957.0 366235 8.8964 20.4637 30.286 -1.449 -6.251 -3.751 17.142 +07 Mar 2020 04:00 UT 90.44 12.519 1958.2 366015 8.9384 20.3394 29.780 -1.450 -6.197 -3.807 17.322 +07 Mar 2020 05:00 UT 90.73 12.561 1959.3 365797 8.9805 20.2127 29.274 -1.450 -6.142 -3.864 17.500 +07 Mar 2020 06:00 UT 91.01 12.603 1960.5 365581 9.0225 20.0837 28.768 -1.450 -6.086 -3.920 17.676 +07 Mar 2020 07:00 UT 91.28 12.644 1961.7 365368 9.0645 19.9522 28.262 -1.451 -6.030 -3.975 17.849 +07 Mar 2020 08:00 UT 91.56 12.686 1962.8 365156 9.1065 19.8183 27.756 -1.451 -5.972 -4.030 18.021 +07 Mar 2020 09:00 UT 91.83 12.728 1963.9 364946 9.1485 19.6820 27.249 -1.451 -5.914 -4.085 18.191 +07 Mar 2020 10:00 UT 92.09 12.769 1965.0 364738 9.1905 19.5434 26.743 -1.452 -5.855 -4.139 18.358 +07 Mar 2020 11:00 UT 92.35 12.811 1966.1 364532 9.2324 19.4024 26.237 -1.452 -5.795 -4.193 18.523 +07 Mar 2020 12:00 UT 92.61 12.853 1967.2 364329 9.2743 19.2591 25.731 -1.453 -5.735 -4.247 18.686 +07 Mar 2020 13:00 UT 92.86 12.894 1968.3 364127 9.3162 19.1135 25.225 -1.453 -5.673 -4.300 18.847 +07 Mar 2020 14:00 UT 93.11 12.936 1969.4 363928 9.3580 18.9656 24.719 -1.453 -5.611 -4.353 19.005 +07 Mar 2020 15:00 UT 93.36 12.978 1970.5 363732 9.3999 18.8153 24.213 -1.454 -5.548 -4.405 19.161 +07 Mar 2020 16:00 UT 93.60 13.019 1971.5 363537 9.4417 18.6628 23.707 -1.454 -5.485 -4.457 19.315 +07 Mar 2020 17:00 UT 93.84 13.061 1972.6 363345 9.4834 18.5081 23.201 -1.455 -5.420 -4.508 19.466 +07 Mar 2020 18:00 UT 94.07 13.103 1973.6 363155 9.5252 18.3511 22.695 -1.455 -5.355 -4.559 19.615 +07 Mar 2020 19:00 UT 94.30 13.144 1974.6 362968 9.5669 18.1918 22.189 -1.455 -5.289 -4.609 19.762 +07 Mar 2020 20:00 UT 94.53 13.186 1975.6 362783 9.6086 18.0304 21.683 -1.456 -5.222 -4.659 19.906 +07 Mar 2020 21:00 UT 94.75 13.228 1976.6 362600 9.6502 17.8668 21.177 -1.456 -5.154 -4.709 20.048 +07 Mar 2020 22:00 UT 94.97 13.269 1977.6 362420 9.6919 17.7010 20.671 -1.457 -5.086 -4.758 20.188 +07 Mar 2020 23:00 UT 95.18 13.311 1978.6 362243 9.7334 17.5331 20.165 -1.457 -5.017 -4.806 20.325 +08 Mar 2020 00:00 UT 95.39 13.353 1979.5 362068 9.7750 17.3630 19.659 -1.457 -4.947 -4.854 20.459 +08 Mar 2020 01:00 UT 95.59 13.394 1980.5 361896 9.8165 17.1908 19.153 -1.458 -4.877 -4.901 20.591 +08 Mar 2020 02:00 UT 95.79 13.436 1981.4 361726 9.8580 17.0166 18.647 -1.458 -4.805 -4.948 20.720 +08 Mar 2020 03:00 UT 95.99 13.478 1982.3 361559 9.8994 16.8402 18.141 -1.459 -4.734 -4.994 20.847 +08 Mar 2020 04:00 UT 96.18 13.519 1983.2 361395 9.9408 16.6619 17.635 -1.459 -4.661 -5.040 20.972 +08 Mar 2020 05:00 UT 96.37 13.561 1984.1 361233 9.9822 16.4815 17.129 -1.459 -4.588 -5.085 21.093 +08 Mar 2020 06:00 UT 96.55 13.603 1985.0 361075 10.0235 16.2991 16.623 -1.460 -4.514 -5.130 21.213 +08 Mar 2020 07:00 UT 96.73 13.644 1985.8 360919 10.0648 16.1147 16.117 -1.460 -4.439 -5.174 21.329 +08 Mar 2020 08:00 UT 96.90 13.686 1986.7 360765 10.1060 15.9283 15.611 -1.461 -4.364 -5.217 21.443 +08 Mar 2020 09:00 UT 97.07 13.728 1987.5 360615 10.1472 15.7401 15.105 -1.461 -4.288 -5.260 21.554 +08 Mar 2020 10:00 UT 97.23 13.769 1988.3 360467 10.1884 15.5499 14.599 -1.461 -4.212 -5.302 21.663 +08 Mar 2020 11:00 UT 97.39 13.811 1989.1 360323 10.2295 15.3578 14.093 -1.462 -4.134 -5.344 21.769 +08 Mar 2020 12:00 UT 97.54 13.853 1989.9 360181 10.2706 15.1639 13.587 -1.462 -4.057 -5.385 21.872 +08 Mar 2020 13:00 UT 97.69 13.894 1990.7 360042 10.3116 14.9681 13.081 -1.463 -3.978 -5.425 21.973 +08 Mar 2020 14:00 UT 97.84 13.936 1991.4 359906 10.3526 14.7705 12.575 -1.463 -3.900 -5.465 22.071 +08 Mar 2020 15:00 UT 97.97 13.978 1992.2 359774 10.3936 14.5712 12.069 -1.463 -3.820 -5.504 22.166 +08 Mar 2020 16:00 UT 98.11 14.019 1992.9 359644 10.4345 14.3700 11.563 -1.464 -3.740 -5.543 22.258 +08 Mar 2020 17:00 UT 98.24 14.061 1993.6 359517 10.4753 14.1672 11.058 -1.464 -3.659 -5.581 22.348 +08 Mar 2020 18:00 UT 98.36 14.103 1994.3 359393 10.5161 13.9626 10.552 -1.465 -3.578 -5.618 22.435 +08 Mar 2020 19:00 UT 98.48 14.144 1994.9 359273 10.5569 13.7564 10.046 -1.465 -3.497 -5.654 22.519 +08 Mar 2020 20:00 UT 98.60 14.186 1995.6 359155 10.5977 13.5484 9.540 -1.465 -3.414 -5.690 22.601 +08 Mar 2020 21:00 UT 98.71 14.228 1996.2 359041 10.6383 13.3389 9.034 -1.466 -3.332 -5.725 22.679 +08 Mar 2020 22:00 UT 98.81 14.269 1996.8 358929 10.6790 13.1277 8.528 -1.466 -3.248 -5.760 22.755 +08 Mar 2020 23:00 UT 98.91 14.311 1997.4 358821 10.7196 12.9150 8.022 -1.466 -3.165 -5.794 22.829 +09 Mar 2020 00:00 UT 99.01 14.353 1998.0 358716 10.7601 12.7008 7.516 -1.467 -3.081 -5.827 22.899 +09 Mar 2020 01:00 UT 99.10 14.394 1998.6 358615 10.8006 12.4850 7.010 -1.467 -2.996 -5.859 22.967 +09 Mar 2020 02:00 UT 99.18 14.436 1999.1 358516 10.8411 12.2677 6.504 -1.468 -2.911 -5.891 23.032 +09 Mar 2020 03:00 UT 99.26 14.478 1999.7 358421 10.8815 12.0489 5.998 -1.468 -2.826 -5.922 23.094 +09 Mar 2020 04:00 UT 99.33 14.519 2000.2 358329 10.9219 11.8288 5.492 -1.468 -2.740 -5.952 23.153 +09 Mar 2020 05:00 UT 99.40 14.561 2000.7 358240 10.9622 11.6072 4.986 -1.469 -2.653 -5.982 23.210 +09 Mar 2020 06:00 UT 99.47 14.603 2001.2 358155 11.0025 11.3842 4.481 -1.469 -2.567 -6.011 23.263 +09 Mar 2020 07:00 UT 99.53 14.644 2001.6 358072 11.0428 11.1599 3.975 -1.470 -2.480 -6.039 23.314 +09 Mar 2020 08:00 UT 99.58 14.686 2002.1 357994 11.0830 10.9343 3.469 -1.470 -2.392 -6.066 23.362 +09 Mar 2020 09:00 UT 99.63 14.728 2002.5 357918 11.1231 10.7074 2.963 -1.470 -2.305 -6.093 23.408 +09 Mar 2020 10:00 UT 99.67 14.769 2002.9 357846 11.1632 10.4792 2.457 -1.471 -2.216 -6.119 23.450 +09 Mar 2020 11:00 UT 99.71 14.811 2003.3 357777 11.2033 10.2498 1.951 -1.471 -2.128 -6.144 23.490 +09 Mar 2020 12:00 UT 99.74 14.853 2003.6 357712 11.2433 10.0192 1.445 -1.472 -2.039 -6.168 23.527 +09 Mar 2020 13:00 UT 99.77 14.894 2004.0 357650 11.2833 9.7875 0.939 -1.472 -1.950 -6.192 23.561 +09 Mar 2020 14:00 UT 99.79 14.936 2004.3 357591 11.3233 9.5546 0.433 -1.472 -1.861 -6.214 23.592 +09 Mar 2020 15:00 UT 99.81 14.978 2004.6 357536 11.3632 9.3206 -0.073 -1.473 -1.772 -6.237 23.621 +09 Mar 2020 16:00 UT 99.82 15.019 2004.9 357484 11.4030 9.0855 -0.578 -1.473 -1.682 -6.258 23.647 +09 Mar 2020 17:00 UT 99.82 15.061 2005.2 357435 11.4428 8.8493 -1.084 -1.473 -1.592 -6.278 23.670 +09 Mar 2020 18:00 UT 99.82 15.103 2005.4 357390 11.4826 8.6122 -1.590 -1.474 -1.502 -6.298 23.690 +09 Mar 2020 19:00 UT 99.82 15.144 2005.7 357348 11.5224 8.3741 -2.096 -1.474 -1.411 -6.317 23.707 +09 Mar 2020 20:00 UT 99.81 15.186 2005.9 357310 11.5621 8.1350 -2.602 -1.475 -1.321 -6.335 23.722 +09 Mar 2020 21:00 UT 99.79 15.228 2006.1 357275 11.6017 7.8950 -3.108 -1.475 -1.230 -6.353 23.734 +09 Mar 2020 22:00 UT 99.77 15.269 2006.3 357244 11.6413 7.6541 -3.614 -1.475 -1.139 -6.369 23.743 +09 Mar 2020 23:00 UT 99.75 15.311 2006.4 357216 11.6809 7.4124 -4.120 -1.476 -1.048 -6.385 23.750 +10 Mar 2020 00:00 UT 99.71 15.353 2006.6 357192 11.7204 7.1698 -4.626 -1.476 -0.957 -6.400 23.753 +10 Mar 2020 01:00 UT 99.68 15.394 2006.7 357171 11.7599 6.9264 -5.132 -1.476 -0.865 -6.414 23.754 +10 Mar 2020 02:00 UT 99.63 15.436 2006.8 357153 11.7994 6.6823 -5.638 -1.477 -0.774 -6.427 23.753 +10 Mar 2020 03:00 UT 99.59 15.478 2006.8 357139 11.8388 6.4375 -6.143 -1.477 -0.682 -6.440 23.748 +10 Mar 2020 04:00 UT 99.53 15.519 2006.9 357128 11.8782 6.1919 -6.649 -1.478 -0.591 -6.452 23.741 +10 Mar 2020 05:00 UT 99.48 15.561 2006.9 357121 11.9176 5.9457 -7.155 -1.478 -0.499 -6.463 23.731 +10 Mar 2020 06:00 UT 99.41 15.603 2007.0 357117 11.9569 5.6988 -7.661 -1.478 -0.407 -6.473 23.718 +10 Mar 2020 07:00 UT 99.34 15.644 2007.0 357117 11.9962 5.4513 -8.167 -1.479 -0.316 -6.482 23.703 +10 Mar 2020 08:00 UT 99.27 15.686 2007.0 357120 12.0354 5.2033 -8.673 -1.479 -0.224 -6.490 23.685 +10 Mar 2020 09:00 UT 99.19 15.728 2006.9 357126 12.0747 4.9547 -9.179 -1.479 -0.132 -6.498 23.664 +10 Mar 2020 10:00 UT 99.11 15.769 2006.9 357136 12.1138 4.7056 -9.685 -1.480 -0.041 -6.505 23.641 +10 Mar 2020 11:00 UT 99.02 15.811 2006.8 357150 12.1530 4.4561 -10.191 -1.480 0.051 -6.511 23.615 +10 Mar 2020 12:00 UT 98.92 15.853 2006.7 357167 12.1921 4.2061 -10.697 -1.480 0.142 -6.516 23.586 +10 Mar 2020 13:00 UT 98.82 15.894 2006.6 357187 12.2312 3.9556 -11.203 -1.481 0.234 -6.520 23.555 +10 Mar 2020 14:00 UT 98.72 15.936 2006.4 357210 12.2703 3.7048 -11.709 -1.481 0.325 -6.524 23.521 +10 Mar 2020 15:00 UT 98.60 15.978 2006.3 357237 12.3093 3.4537 -12.215 -1.481 0.416 -6.527 23.484 +10 Mar 2020 16:00 UT 98.49 16.019 2006.1 357268 12.3483 3.2022 -12.721 -1.482 0.508 -6.529 23.445 +10 Mar 2020 17:00 UT 98.37 16.061 2005.9 357302 12.3873 2.9504 -13.227 -1.482 0.599 -6.530 23.403 +10 Mar 2020 18:00 UT 98.24 16.103 2005.7 357339 12.4263 2.6984 -13.733 -1.483 0.689 -6.530 23.359 +10 Mar 2020 19:00 UT 98.11 16.144 2005.5 357379 12.4652 2.4462 -14.239 -1.483 0.780 -6.530 23.312 +10 Mar 2020 20:00 UT 97.97 16.186 2005.3 357423 12.5041 2.1938 -14.744 -1.483 0.871 -6.528 23.263 +10 Mar 2020 21:00 UT 97.83 16.228 2005.0 357470 12.5430 1.9412 -15.250 -1.484 0.961 -6.526 23.211 +10 Mar 2020 22:00 UT 97.69 16.269 2004.7 357521 12.5818 1.6885 -15.756 -1.484 1.051 -6.523 23.156 +10 Mar 2020 23:00 UT 97.53 16.311 2004.4 357574 12.6206 1.4357 -16.262 -1.484 1.141 -6.519 23.099 +11 Mar 2020 00:00 UT 97.38 16.353 2004.1 357632 12.6594 1.1828 -16.768 -1.485 1.231 -6.515 23.040 +11 Mar 2020 01:00 UT 97.22 16.394 2003.7 357692 12.6982 0.9299 -17.274 -1.485 1.320 -6.509 22.978 +11 Mar 2020 02:00 UT 97.05 16.436 2003.4 357756 12.7370 0.6769 -17.780 -1.485 1.409 -6.503 22.913 +11 Mar 2020 03:00 UT 96.88 16.478 2003.0 357822 12.7757 0.4241 -18.286 -1.486 1.498 -6.496 22.847 +11 Mar 2020 04:00 UT 96.70 16.519 2002.6 357893 12.8145 0.1712 -18.792 -1.486 1.587 -6.488 22.777 +11 Mar 2020 05:00 UT 96.52 16.561 2002.2 357966 12.8532 -0.0815 -19.298 -1.486 1.675 -6.479 22.705 +11 Mar 2020 06:00 UT 96.33 16.603 2001.8 358042 12.8919 -0.3341 -19.804 -1.487 1.763 -6.470 22.631 +11 Mar 2020 07:00 UT 96.14 16.644 2001.3 358122 12.9305 -0.5866 -20.311 -1.487 1.851 -6.459 22.554 +11 Mar 2020 08:00 UT 95.95 16.686 2000.9 358205 12.9692 -0.8389 -20.817 -1.487 1.938 -6.448 22.475 +11 Mar 2020 09:00 UT 95.75 16.728 2000.4 358291 13.0078 -1.0910 -21.323 -1.488 2.025 -6.437 22.394 +11 Mar 2020 10:00 UT 95.54 16.769 1999.9 358380 13.0464 -1.3428 -21.829 -1.488 2.111 -6.424 22.310 +11 Mar 2020 11:00 UT 95.33 16.811 1999.4 358472 13.0850 -1.5944 -22.335 -1.488 2.198 -6.410 22.224 +11 Mar 2020 12:00 UT 95.12 16.853 1998.9 358567 13.1236 -1.8456 -22.841 -1.489 2.283 -6.396 22.135 +11 Mar 2020 13:00 UT 94.90 16.894 1998.3 358666 13.1622 -2.0966 -23.347 -1.489 2.369 -6.381 22.045 +11 Mar 2020 14:00 UT 94.67 16.936 1997.7 358767 13.2008 -2.3471 -23.853 -1.489 2.454 -6.365 21.952 +11 Mar 2020 15:00 UT 94.45 16.978 1997.2 358871 13.2394 -2.5973 -24.359 -1.490 2.538 -6.349 21.856 +11 Mar 2020 16:00 UT 94.21 17.019 1996.6 358979 13.2779 -2.8471 -24.865 -1.490 2.622 -6.331 21.758 +11 Mar 2020 17:00 UT 93.98 17.061 1995.9 359089 13.3165 -3.0964 -25.371 -1.490 2.706 -6.313 21.659 +11 Mar 2020 18:00 UT 93.73 17.103 1995.3 359202 13.3550 -3.3452 -25.877 -1.491 2.789 -6.294 21.556 +11 Mar 2020 19:00 UT 93.49 17.144 1994.7 359318 13.3935 -3.5935 -26.383 -1.491 2.871 -6.275 21.452 +11 Mar 2020 20:00 UT 93.24 17.186 1994.0 359437 13.4320 -3.8413 -26.890 -1.491 2.953 -6.254 21.345 +11 Mar 2020 21:00 UT 92.98 17.228 1993.3 359559 13.4706 -4.0885 -27.396 -1.492 3.035 -6.233 21.236 +11 Mar 2020 22:00 UT 92.73 17.269 1992.6 359684 13.5091 -4.3352 -27.902 -1.492 3.116 -6.211 21.125 +11 Mar 2020 23:00 UT 92.46 17.311 1991.9 359812 13.5476 -4.5812 -28.408 -1.492 3.196 -6.189 21.012 +12 Mar 2020 00:00 UT 92.19 17.353 1991.2 359942 13.5861 -4.8265 -28.914 -1.493 3.276 -6.166 20.897 +12 Mar 2020 01:00 UT 91.92 17.394 1990.5 360075 13.6246 -5.0712 -29.420 -1.493 3.356 -6.141 20.779 +12 Mar 2020 02:00 UT 91.65 17.436 1989.7 360211 13.6631 -5.3152 -29.926 -1.493 3.435 -6.117 20.660 +12 Mar 2020 03:00 UT 91.37 17.478 1989.0 360349 13.7016 -5.5584 -30.433 -1.494 3.513 -6.091 20.538 +12 Mar 2020 04:00 UT 91.09 17.519 1988.2 360490 13.7401 -5.8009 -30.939 -1.494 3.591 -6.065 20.414 +12 Mar 2020 05:00 UT 90.80 17.561 1987.4 360634 13.7785 -6.0426 -31.445 -1.494 3.668 -6.038 20.288 +12 Mar 2020 06:00 UT 90.51 17.603 1986.6 360780 13.8170 -6.2835 -31.951 -1.495 3.744 -6.010 20.160 +12 Mar 2020 07:00 UT 90.21 17.644 1985.8 360929 13.8555 -6.5235 -32.457 -1.495 3.820 -5.982 20.030 +12 Mar 2020 08:00 UT 89.91 17.686 1984.9 361081 13.8940 -6.7627 -32.964 -1.495 3.895 -5.953 19.898 +12 Mar 2020 09:00 UT 89.61 17.728 1984.1 361235 13.9325 -7.0010 -33.470 -1.496 3.970 -5.923 19.764 +12 Mar 2020 10:00 UT 89.30 17.769 1983.2 361391 13.9710 -7.2383 -33.976 -1.496 4.044 -5.893 19.628 +12 Mar 2020 11:00 UT 88.99 17.811 1982.4 361550 14.0095 -7.4748 -34.482 -1.496 4.117 -5.862 19.490 +12 Mar 2020 12:00 UT 88.68 17.853 1981.5 361711 14.0481 -7.7102 -34.989 -1.497 4.189 -5.830 19.350 +12 Mar 2020 13:00 UT 88.36 17.894 1980.6 361875 14.0866 -7.9447 -35.495 -1.497 4.261 -5.798 19.208 +12 Mar 2020 14:00 UT 88.04 17.936 1979.7 362041 14.1251 -8.1781 -36.001 -1.497 4.333 -5.765 19.065 +12 Mar 2020 15:00 UT 87.72 17.978 1978.8 362209 14.1636 -8.4105 -36.507 -1.498 4.403 -5.731 18.919 +12 Mar 2020 16:00 UT 87.39 18.019 1977.8 362380 14.2022 -8.6418 -37.014 -1.498 4.473 -5.697 18.771 +12 Mar 2020 17:00 UT 87.06 18.061 1976.9 362553 14.2407 -8.8720 -37.520 -1.498 4.542 -5.662 18.622 +12 Mar 2020 18:00 UT 86.72 18.103 1975.9 362728 14.2792 -9.1010 -38.026 -1.498 4.611 -5.626 18.470 +12 Mar 2020 19:00 UT 86.38 18.144 1975.0 362905 14.3178 -9.3290 -38.533 -1.499 4.678 -5.590 18.317 +12 Mar 2020 20:00 UT 86.04 18.186 1974.0 363085 14.3564 -9.5558 -39.039 -1.499 4.745 -5.553 18.162 +12 Mar 2020 21:00 UT 85.70 18.228 1973.0 363266 14.3950 -9.7813 -39.545 -1.499 4.811 -5.516 18.005 +12 Mar 2020 22:00 UT 85.35 18.269 1972.0 363450 14.4335 -10.0057 -40.052 -1.500 4.877 -5.478 17.847 +12 Mar 2020 23:00 UT 85.00 18.311 1971.0 363636 14.4721 -10.2288 -40.558 -1.500 4.942 -5.439 17.686 +13 Mar 2020 00:00 UT 84.65 18.353 1970.0 363823 14.5108 -10.4507 -41.065 -1.500 5.006 -5.400 17.524 +13 Mar 2020 01:00 UT 84.29 18.394 1968.9 364013 14.5494 -10.6713 -41.571 -1.501 5.069 -5.360 17.360 +13 Mar 2020 02:00 UT 83.93 18.436 1967.9 364205 14.5880 -10.8905 -42.077 -1.501 5.131 -5.319 17.195 +13 Mar 2020 03:00 UT 83.57 18.478 1966.9 364398 14.6267 -11.1085 -42.584 -1.501 5.193 -5.279 17.027 +13 Mar 2020 04:00 UT 83.20 18.519 1965.8 364594 14.6653 -11.3250 -43.090 -1.502 5.254 -5.237 16.858 +13 Mar 2020 05:00 UT 82.83 18.561 1964.8 364791 14.7040 -11.5402 -43.597 -1.502 5.314 -5.195 16.687 +13 Mar 2020 06:00 UT 82.46 18.603 1963.7 364990 14.7427 -11.7541 -44.103 -1.502 5.373 -5.152 16.515 +13 Mar 2020 07:00 UT 82.09 18.644 1962.6 365191 14.7814 -11.9664 -44.609 -1.502 5.432 -5.109 16.341 +13 Mar 2020 08:00 UT 81.71 18.686 1961.5 365393 14.8201 -12.1774 -45.116 -1.503 5.490 -5.066 16.166 +13 Mar 2020 09:00 UT 81.33 18.728 1960.4 365598 14.8589 -12.3869 -45.622 -1.503 5.547 -5.021 15.988 +13 Mar 2020 10:00 UT 80.95 18.769 1959.3 365803 14.8976 -12.5949 -46.129 -1.503 5.603 -4.977 15.810 +13 Mar 2020 11:00 UT 80.57 18.811 1958.2 366011 14.9364 -12.8014 -46.635 -1.504 5.658 -4.932 15.629 +13 Mar 2020 12:00 UT 80.18 18.853 1957.1 366220 14.9752 -13.0064 -47.142 -1.504 5.713 -4.886 15.447 +13 Mar 2020 13:00 UT 79.80 18.894 1956.0 366431 15.0140 -13.2099 -47.648 -1.504 5.766 -4.840 15.264 +13 Mar 2020 14:00 UT 79.40 18.936 1954.8 366643 15.0528 -13.4118 -48.155 -1.505 5.819 -4.793 15.079 +13 Mar 2020 15:00 UT 79.01 18.978 1953.7 366856 15.0916 -13.6121 -48.662 -1.505 5.871 -4.746 14.893 +13 Mar 2020 16:00 UT 78.62 19.019 1952.5 367072 15.1305 -13.8108 -49.168 -1.505 5.922 -4.698 14.705 +13 Mar 2020 17:00 UT 78.22 19.061 1951.4 367288 15.1693 -14.0079 -49.675 -1.506 5.973 -4.650 14.516 +13 Mar 2020 18:00 UT 77.82 19.103 1950.2 367506 15.2082 -14.2034 -50.181 -1.506 6.022 -4.602 14.325 +13 Mar 2020 19:00 UT 77.42 19.144 1949.1 367725 15.2471 -14.3972 -50.688 -1.506 6.071 -4.553 14.133 +13 Mar 2020 20:00 UT 77.01 19.186 1947.9 367945 15.2860 -14.5893 -51.194 -1.506 6.119 -4.503 13.939 +13 Mar 2020 21:00 UT 76.61 19.228 1946.7 368167 15.3250 -14.7798 -51.701 -1.507 6.166 -4.453 13.744 +13 Mar 2020 22:00 UT 76.20 19.269 1945.6 368390 15.3639 -14.9685 -52.208 -1.507 6.212 -4.403 13.548 +13 Mar 2020 23:00 UT 75.79 19.311 1944.4 368614 15.4029 -15.1555 -52.714 -1.507 6.257 -4.352 13.350 +14 Mar 2020 00:00 UT 75.38 19.353 1943.2 368840 15.4419 -15.3408 -53.221 -1.508 6.302 -4.301 13.151 +14 Mar 2020 01:00 UT 74.96 19.394 1942.0 369066 15.4809 -15.5243 -53.728 -1.508 6.346 -4.250 12.951 +14 Mar 2020 02:00 UT 74.55 19.436 1940.8 369293 15.5200 -15.7061 -54.234 -1.508 6.388 -4.198 12.750 +14 Mar 2020 03:00 UT 74.13 19.478 1939.6 369522 15.5590 -15.8860 -54.741 -1.509 6.430 -4.145 12.547 +14 Mar 2020 04:00 UT 73.72 19.519 1938.4 369752 15.5981 -16.0642 -55.248 -1.509 6.471 -4.093 12.343 +14 Mar 2020 05:00 UT 73.30 19.561 1937.2 369982 15.6372 -16.2405 -55.755 -1.509 6.512 -4.040 12.138 +14 Mar 2020 06:00 UT 72.87 19.603 1936.0 370214 15.6763 -16.4150 -56.261 -1.510 6.551 -3.986 11.931 +14 Mar 2020 07:00 UT 72.45 19.644 1934.8 370446 15.7154 -16.5876 -56.768 -1.510 6.590 -3.933 11.724 +14 Mar 2020 08:00 UT 72.03 19.686 1933.5 370679 15.7545 -16.7583 -57.275 -1.510 6.627 -3.878 11.515 +14 Mar 2020 09:00 UT 71.60 19.728 1932.3 370913 15.7937 -16.9272 -57.782 -1.510 6.664 -3.824 11.305 +14 Mar 2020 10:00 UT 71.17 19.769 1931.1 371148 15.8329 -17.0942 -58.288 -1.511 6.700 -3.769 11.094 +14 Mar 2020 11:00 UT 70.75 19.811 1929.9 371384 15.8721 -17.2593 -58.795 -1.511 6.735 -3.714 10.882 +14 Mar 2020 12:00 UT 70.32 19.853 1928.6 371620 15.9113 -17.4224 -59.302 -1.511 6.770 -3.659 10.669 +14 Mar 2020 13:00 UT 69.88 19.894 1927.4 371857 15.9505 -17.5836 -59.809 -1.512 6.803 -3.603 10.455 +14 Mar 2020 14:00 UT 69.45 19.936 1926.2 372095 15.9898 -17.7429 -60.316 -1.512 6.836 -3.547 10.240 +14 Mar 2020 15:00 UT 69.02 19.978 1925.0 372333 16.0290 -17.9002 -60.822 -1.512 6.867 -3.491 10.023 +14 Mar 2020 16:00 UT 68.59 20.019 1923.7 372572 16.0683 -18.0555 -61.329 -1.513 6.898 -3.434 9.806 +14 Mar 2020 17:00 UT 68.15 20.061 1922.5 372812 16.1076 -18.2088 -61.836 -1.513 6.928 -3.377 9.588 +14 Mar 2020 18:00 UT 67.71 20.103 1921.2 373052 16.1469 -18.3601 -62.343 -1.513 6.958 -3.320 9.369 +14 Mar 2020 19:00 UT 67.28 20.144 1920.0 373292 16.1863 -18.5094 -62.850 -1.513 6.986 -3.262 9.149 +14 Mar 2020 20:00 UT 66.84 20.186 1918.8 373533 16.2256 -18.6567 -63.357 -1.514 7.013 -3.205 8.928 +14 Mar 2020 21:00 UT 66.40 20.228 1917.5 373775 16.2650 -18.8019 -63.864 -1.514 7.040 -3.147 8.706 +14 Mar 2020 22:00 UT 65.96 20.269 1916.3 374016 16.3043 -18.9451 -64.371 -1.514 7.066 -3.089 8.484 +14 Mar 2020 23:00 UT 65.52 20.311 1915.0 374259 16.3437 -19.0862 -64.878 -1.515 7.091 -3.030 8.260 +15 Mar 2020 00:00 UT 65.08 20.353 1913.8 374501 16.3831 -19.2253 -65.385 -1.515 7.115 -2.971 8.036 +15 Mar 2020 01:00 UT 64.64 20.394 1912.6 374744 16.4225 -19.3623 -65.892 -1.515 7.139 -2.913 7.811 +15 Mar 2020 02:00 UT 64.19 20.436 1911.3 374987 16.4620 -19.4972 -66.399 -1.516 7.161 -2.853 7.585 +15 Mar 2020 03:00 UT 63.75 20.478 1910.1 375230 16.5014 -19.6300 -66.906 -1.516 7.183 -2.794 7.358 +15 Mar 2020 04:00 UT 63.31 20.519 1908.9 375474 16.5409 -19.7607 -67.413 -1.516 7.204 -2.735 7.131 +15 Mar 2020 05:00 UT 62.86 20.561 1907.6 375718 16.5803 -19.8893 -67.920 -1.517 7.224 -2.675 6.903 +15 Mar 2020 06:00 UT 62.42 20.603 1906.4 375961 16.6198 -20.0157 -68.427 -1.517 7.243 -2.615 6.675 +15 Mar 2020 07:00 UT 61.97 20.644 1905.1 376205 16.6593 -20.1400 -68.934 -1.517 7.261 -2.555 6.445 +15 Mar 2020 08:00 UT 61.53 20.686 1903.9 376449 16.6988 -20.2622 -69.441 -1.518 7.279 -2.495 6.216 +15 Mar 2020 09:00 UT 61.08 20.728 1902.7 376694 16.7383 -20.3822 -69.948 -1.518 7.296 -2.434 5.985 +15 Mar 2020 10:00 UT 60.64 20.769 1901.4 376938 16.7778 -20.5001 -70.455 -1.518 7.312 -2.374 5.754 +15 Mar 2020 11:00 UT 60.19 20.811 1900.2 377182 16.8173 -20.6158 -70.962 -1.518 7.327 -2.313 5.523 +15 Mar 2020 12:00 UT 59.74 20.853 1899.0 377426 16.8568 -20.7293 -71.469 -1.519 7.341 -2.252 5.291 +15 Mar 2020 13:00 UT 59.30 20.894 1897.8 377670 16.8964 -20.8407 -71.976 -1.519 7.355 -2.191 5.058 +15 Mar 2020 14:00 UT 58.85 20.936 1896.5 377914 16.9359 -20.9498 -72.484 -1.519 7.368 -2.130 4.825 +15 Mar 2020 15:00 UT 58.40 20.978 1895.3 378158 16.9755 -21.0568 -72.991 -1.520 7.380 -2.068 4.592 +15 Mar 2020 16:00 UT 57.96 21.019 1894.1 378401 17.0150 -21.1616 -73.498 -1.520 7.391 -2.007 4.358 +15 Mar 2020 17:00 UT 57.51 21.061 1892.9 378645 17.0546 -21.2641 -74.005 -1.520 7.402 -1.945 4.123 +15 Mar 2020 18:00 UT 57.06 21.103 1891.6 378888 17.0941 -21.3645 -74.512 -1.521 7.411 -1.884 3.889 +15 Mar 2020 19:00 UT 56.61 21.144 1890.4 379131 17.1337 -21.4627 -75.019 -1.521 7.420 -1.822 3.654 +15 Mar 2020 20:00 UT 56.17 21.186 1889.2 379374 17.1732 -21.5586 -75.527 -1.521 7.428 -1.760 3.418 +15 Mar 2020 21:00 UT 55.72 21.228 1888.0 379617 17.2128 -21.6523 -76.034 -1.522 7.436 -1.698 3.183 +15 Mar 2020 22:00 UT 55.27 21.269 1886.8 379859 17.2523 -21.7438 -76.541 -1.522 7.443 -1.636 2.947 +15 Mar 2020 23:00 UT 54.83 21.311 1885.6 380101 17.2919 -21.8330 -77.048 -1.522 7.448 -1.574 2.711 +16 Mar 2020 00:00 UT 54.38 21.353 1884.4 380343 17.3315 -21.9201 -77.556 -1.523 7.454 -1.512 2.475 +16 Mar 2020 01:00 UT 53.94 21.394 1883.2 380584 17.3710 -22.0048 -78.063 -1.523 7.458 -1.450 2.238 +16 Mar 2020 02:00 UT 53.49 21.436 1882.0 380825 17.4106 -22.0874 -78.570 -1.523 7.462 -1.387 2.001 +16 Mar 2020 03:00 UT 53.04 21.478 1880.8 381065 17.4501 -22.1677 -79.078 -1.523 7.465 -1.325 1.765 +16 Mar 2020 04:00 UT 52.60 21.519 1879.7 381305 17.4896 -22.2457 -79.585 -1.524 7.467 -1.263 1.528 +16 Mar 2020 05:00 UT 52.15 21.561 1878.5 381545 17.5292 -22.3215 -80.092 -1.524 7.468 -1.200 1.291 +16 Mar 2020 06:00 UT 51.71 21.603 1877.3 381784 17.5687 -22.3951 -80.600 -1.524 7.469 -1.138 1.054 +16 Mar 2020 07:00 UT 51.27 21.644 1876.1 382022 17.6082 -22.4664 -81.107 -1.525 7.469 -1.075 0.817 +16 Mar 2020 08:00 UT 50.82 21.686 1875.0 382260 17.6477 -22.5355 -81.615 -1.525 7.468 -1.013 0.580 +16 Mar 2020 09:00 UT 50.38 21.728 1873.8 382497 17.6872 -22.6023 -82.122 -1.525 7.467 -0.950 0.343 +16 Mar 2020 10:00 UT 49.94 21.769 1872.6 382734 17.7267 -22.6668 -82.629 -1.526 7.465 -0.887 0.106 +16 Mar 2020 11:00 UT 49.50 21.811 1871.5 382970 17.7661 -22.7291 -83.137 -1.526 7.462 -0.825 359.869 +16 Mar 2020 12:00 UT 49.06 21.853 1870.3 383206 17.8056 -22.7891 -83.644 -1.526 7.459 -0.762 359.632 +16 Mar 2020 13:00 UT 48.62 21.894 1869.2 383441 17.8450 -22.8469 -84.152 -1.527 7.455 -0.700 359.395 +16 Mar 2020 14:00 UT 48.18 21.936 1868.1 383675 17.8845 -22.9024 -84.659 -1.527 7.450 -0.637 359.158 +16 Mar 2020 15:00 UT 47.74 21.978 1866.9 383908 17.9239 -22.9557 -85.167 -1.527 7.444 -0.575 358.922 +16 Mar 2020 16:00 UT 47.30 22.019 1865.8 384141 17.9633 -23.0067 -85.674 -1.528 7.438 -0.512 358.686 +16 Mar 2020 17:00 UT 46.86 22.061 1864.7 384373 18.0027 -23.0555 -86.182 -1.528 7.431 -0.450 358.450 +16 Mar 2020 18:00 UT 46.42 22.103 1863.5 384605 18.0420 -23.1020 -86.689 -1.528 7.424 -0.387 358.214 +16 Mar 2020 19:00 UT 45.99 22.144 1862.4 384835 18.0813 -23.1463 -87.197 -1.529 7.416 -0.325 357.979 +16 Mar 2020 20:00 UT 45.55 22.186 1861.3 385065 18.1207 -23.1883 -87.704 -1.529 7.407 -0.262 357.744 +16 Mar 2020 21:00 UT 45.12 22.228 1860.2 385294 18.1600 -23.2281 -88.212 -1.529 7.397 -0.200 357.509 +16 Mar 2020 22:00 UT 44.69 22.269 1859.1 385522 18.1992 -23.2656 -88.719 -1.530 7.387 -0.138 357.275 +16 Mar 2020 23:00 UT 44.25 22.311 1858.0 385750 18.2385 -23.3009 -89.227 -1.530 7.377 -0.075 357.041 +17 Mar 2020 00:00 UT 43.82 22.353 1856.9 385976 18.2777 -23.3340 -89.735 -1.530 7.365 -0.013 356.807 +17 Mar 2020 01:00 UT 43.39 22.394 1855.8 386202 18.3169 -23.3648 -90.242 -1.530 7.353 0.049 356.574 +17 Mar 2020 02:00 UT 42.96 22.436 1854.7 386426 18.3561 -23.3934 -90.750 -1.531 7.341 0.111 356.341 +17 Mar 2020 03:00 UT 42.53 22.478 1853.7 386650 18.3952 -23.4198 -91.257 -1.531 7.328 0.173 356.109 +17 Mar 2020 04:00 UT 42.11 22.519 1852.6 386873 18.4343 -23.4440 -91.765 -1.531 7.314 0.235 355.877 +17 Mar 2020 05:00 UT 41.68 22.561 1851.5 387095 18.4734 -23.4659 -92.273 -1.532 7.300 0.296 355.646 +17 Mar 2020 06:00 UT 41.26 22.603 1850.5 387316 18.5124 -23.4856 -92.780 -1.532 7.285 0.358 355.416 +17 Mar 2020 07:00 UT 40.83 22.644 1849.4 387536 18.5514 -23.5031 -93.288 -1.532 7.269 0.420 355.186 +17 Mar 2020 08:00 UT 40.41 22.686 1848.4 387755 18.5904 -23.5184 -93.796 -1.533 7.253 0.481 354.956 +17 Mar 2020 09:00 UT 39.99 22.728 1847.4 387973 18.6294 -23.5315 -94.303 -1.533 7.236 0.542 354.727 +17 Mar 2020 10:00 UT 39.57 22.769 1846.3 388190 18.6683 -23.5424 -94.811 -1.533 7.219 0.604 354.499 +17 Mar 2020 11:00 UT 39.15 22.811 1845.3 388406 18.7072 -23.5512 -95.319 -1.534 7.201 0.665 354.272 +17 Mar 2020 12:00 UT 38.73 22.853 1844.3 388621 18.7460 -23.5577 -95.827 -1.534 7.183 0.726 354.045 +17 Mar 2020 13:00 UT 38.32 22.894 1843.3 388835 18.7848 -23.5621 -96.334 -1.534 7.164 0.787 353.819 +17 Mar 2020 14:00 UT 37.90 22.936 1842.3 389048 18.8236 -23.5643 -96.842 -1.535 7.144 0.848 353.594 +17 Mar 2020 15:00 UT 37.49 22.978 1841.3 389259 18.8623 -23.5643 -97.350 -1.535 7.124 0.908 353.370 +17 Mar 2020 16:00 UT 37.08 23.019 1840.3 389470 18.9010 -23.5622 -97.858 -1.535 7.104 0.969 353.146 +17 Mar 2020 17:00 UT 36.66 23.061 1839.3 389680 18.9396 -23.5579 -98.366 -1.536 7.083 1.029 352.923 +17 Mar 2020 18:00 UT 36.25 23.103 1838.3 389888 18.9782 -23.5515 -98.873 -1.536 7.061 1.089 352.701 +17 Mar 2020 19:00 UT 35.85 23.144 1837.3 390095 19.0168 -23.5430 -99.381 -1.536 7.039 1.149 352.480 +17 Mar 2020 20:00 UT 35.44 23.186 1836.3 390302 19.0553 -23.5323 -99.889 -1.537 7.016 1.209 352.260 +17 Mar 2020 21:00 UT 35.04 23.228 1835.4 390507 19.0937 -23.5195 -100.397 -1.537 6.993 1.269 352.041 +17 Mar 2020 22:00 UT 34.63 23.269 1834.4 390711 19.1322 -23.5046 -100.905 -1.537 6.970 1.328 351.823 +17 Mar 2020 23:00 UT 34.23 23.311 1833.5 390913 19.1705 -23.4876 -101.413 -1.538 6.945 1.388 351.605 +18 Mar 2020 00:00 UT 33.83 23.353 1832.5 391115 19.2088 -23.4685 -101.921 -1.538 6.921 1.447 351.389 +18 Mar 2020 01:00 UT 33.43 23.394 1831.6 391315 19.2471 -23.4473 -102.429 -1.538 6.896 1.506 351.174 +18 Mar 2020 02:00 UT 33.03 23.436 1830.6 391514 19.2853 -23.4240 -102.937 -1.538 6.870 1.565 350.959 +18 Mar 2020 03:00 UT 32.64 23.478 1829.7 391712 19.3235 -23.3987 -103.444 -1.539 6.844 1.624 350.746 +18 Mar 2020 04:00 UT 32.24 23.519 1828.8 391909 19.3616 -23.3713 -103.952 -1.539 6.817 1.682 350.534 +18 Mar 2020 05:00 UT 31.85 23.561 1827.9 392105 19.3997 -23.3419 -104.460 -1.539 6.790 1.740 350.323 +18 Mar 2020 06:00 UT 31.46 23.603 1827.0 392299 19.4377 -23.3104 -104.968 -1.540 6.763 1.798 350.113 +18 Mar 2020 07:00 UT 31.07 23.644 1826.1 392492 19.4757 -23.2768 -105.476 -1.540 6.735 1.856 349.904 +18 Mar 2020 08:00 UT 30.68 23.686 1825.2 392684 19.5136 -23.2413 -105.984 -1.540 6.707 1.914 349.696 +18 Mar 2020 09:00 UT 30.30 23.728 1824.3 392874 19.5514 -23.2037 -106.492 -1.541 6.678 1.971 349.490 +18 Mar 2020 10:00 UT 29.92 23.769 1823.4 393064 19.5892 -23.1642 -107.000 -1.541 6.649 2.029 349.284 +18 Mar 2020 11:00 UT 29.53 23.811 1822.6 393252 19.6269 -23.1226 -107.508 -1.541 6.619 2.086 349.080 +18 Mar 2020 12:00 UT 29.15 23.853 1821.7 393438 19.6646 -23.0791 -108.016 -1.542 6.589 2.142 348.877 +18 Mar 2020 13:00 UT 28.78 23.894 1820.8 393624 19.7023 -23.0336 -108.524 -1.542 6.558 2.199 348.675 +18 Mar 2020 14:00 UT 28.40 23.936 1820.0 393808 19.7398 -22.9861 -109.033 -1.542 6.528 2.255 348.475 +18 Mar 2020 15:00 UT 28.02 23.978 1819.1 393991 19.7773 -22.9367 -109.541 -1.543 6.496 2.312 348.276 +18 Mar 2020 16:00 UT 27.65 24.019 1818.3 394173 19.8148 -22.8853 -110.049 -1.543 6.464 2.367 348.078 +18 Mar 2020 17:00 UT 27.28 24.061 1817.5 394353 19.8521 -22.8321 -110.557 -1.543 6.432 2.423 347.882 +18 Mar 2020 18:00 UT 26.91 24.103 1816.6 394532 19.8895 -22.7769 -111.065 -1.543 6.400 2.478 347.686 +18 Mar 2020 19:00 UT 26.54 24.144 1815.8 394710 19.9267 -22.7197 -111.573 -1.544 6.367 2.534 347.492 +18 Mar 2020 20:00 UT 26.18 24.186 1815.0 394886 19.9639 -22.6607 -112.081 -1.544 6.334 2.588 347.300 +18 Mar 2020 21:00 UT 25.82 24.228 1814.2 395061 20.0011 -22.5999 -112.589 -1.544 6.300 2.643 347.109 +18 Mar 2020 22:00 UT 25.46 24.269 1813.4 395235 20.0381 -22.5371 -113.097 -1.545 6.266 2.697 346.919 +18 Mar 2020 23:00 UT 25.10 24.311 1812.6 395407 20.0751 -22.4725 -113.606 -1.545 6.232 2.752 346.731 +19 Mar 2020 00:00 UT 24.74 24.353 1811.8 395578 20.1121 -22.4060 -114.114 -1.545 6.197 2.805 346.544 +19 Mar 2020 01:00 UT 24.38 24.394 1811.1 395748 20.1490 -22.3377 -114.622 -1.546 6.162 2.859 346.358 +19 Mar 2020 02:00 UT 24.03 24.436 1810.3 395916 20.1858 -22.2676 -115.130 -1.546 6.126 2.912 346.174 +19 Mar 2020 03:00 UT 23.68 24.478 1809.5 396084 20.2225 -22.1956 -115.638 -1.546 6.090 2.965 345.992 +19 Mar 2020 04:00 UT 23.33 24.519 1808.8 396249 20.2592 -22.1219 -116.147 -1.547 6.054 3.018 345.811 +19 Mar 2020 05:00 UT 22.98 24.561 1808.0 396414 20.2958 -22.0464 -116.655 -1.547 6.018 3.071 345.631 +19 Mar 2020 06:00 UT 22.64 24.603 1807.3 396577 20.3324 -21.9691 -117.163 -1.547 5.981 3.123 345.453 +19 Mar 2020 07:00 UT 22.30 24.644 1806.5 396738 20.3688 -21.8900 -117.671 -1.547 5.944 3.175 345.276 +19 Mar 2020 08:00 UT 21.96 24.686 1805.8 396899 20.4053 -21.8092 -118.180 -1.548 5.906 3.226 345.101 +19 Mar 2020 09:00 UT 21.62 24.728 1805.1 397058 20.4416 -21.7266 -118.688 -1.548 5.868 3.278 344.928 +19 Mar 2020 10:00 UT 21.28 24.769 1804.4 397215 20.4779 -21.6424 -119.196 -1.548 5.830 3.329 344.756 +19 Mar 2020 11:00 UT 20.95 24.811 1803.7 397371 20.5141 -21.5564 -119.704 -1.549 5.792 3.379 344.586 +19 Mar 2020 12:00 UT 20.62 24.853 1803.0 397526 20.5502 -21.4687 -120.213 -1.549 5.753 3.430 344.417 +19 Mar 2020 13:00 UT 20.29 24.894 1802.3 397680 20.5863 -21.3793 -120.721 -1.549 5.714 3.480 344.250 +19 Mar 2020 14:00 UT 19.96 24.936 1801.6 397832 20.6223 -21.2882 -121.229 -1.549 5.675 3.530 344.084 +19 Mar 2020 15:00 UT 19.64 24.978 1800.9 397983 20.6582 -21.1955 -121.738 -1.550 5.635 3.579 343.920 +19 Mar 2020 16:00 UT 19.31 25.019 1800.2 398132 20.6941 -21.1012 -122.246 -1.550 5.595 3.628 343.758 +19 Mar 2020 17:00 UT 18.99 25.061 1799.5 398280 20.7299 -21.0052 -122.754 -1.550 5.555 3.677 343.597 +19 Mar 2020 18:00 UT 18.68 25.103 1798.9 398427 20.7656 -20.9075 -123.263 -1.551 5.514 3.725 343.438 +19 Mar 2020 19:00 UT 18.36 25.144 1798.2 398572 20.8013 -20.8083 -123.771 -1.551 5.474 3.774 343.280 +19 Mar 2020 20:00 UT 18.05 25.186 1797.6 398716 20.8369 -20.7075 -124.279 -1.551 5.433 3.821 343.124 +19 Mar 2020 21:00 UT 17.73 25.228 1796.9 398858 20.8724 -20.6051 -124.788 -1.551 5.391 3.869 342.970 +19 Mar 2020 22:00 UT 17.43 25.269 1796.3 399000 20.9078 -20.5011 -125.296 -1.552 5.350 3.916 342.818 +19 Mar 2020 23:00 UT 17.12 25.311 1795.7 399139 20.9432 -20.3956 -125.805 -1.552 5.308 3.963 342.667 +20 Mar 2020 00:00 UT 16.82 25.353 1795.1 399278 20.9785 -20.2885 -126.313 -1.552 5.266 4.010 342.518 +20 Mar 2020 01:00 UT 16.51 25.394 1794.4 399415 21.0137 -20.1799 -126.822 -1.553 5.224 4.056 342.370 +20 Mar 2020 02:00 UT 16.22 25.436 1793.8 399551 21.0489 -20.0698 -127.330 -1.553 5.181 4.101 342.224 +20 Mar 2020 03:00 UT 15.92 25.478 1793.2 399685 21.0840 -19.9582 -127.838 -1.553 5.138 4.147 342.080 +20 Mar 2020 04:00 UT 15.62 25.519 1792.6 399818 21.1190 -19.8451 -128.347 -1.553 5.095 4.192 341.938 +20 Mar 2020 05:00 UT 15.33 25.561 1792.0 399950 21.1539 -19.7305 -128.855 -1.554 5.052 4.237 341.797 +20 Mar 2020 06:00 UT 15.04 25.603 1791.5 400080 21.1888 -19.6145 -129.364 -1.554 5.009 4.281 341.658 +20 Mar 2020 07:00 UT 14.76 25.644 1790.9 400209 21.2236 -19.4970 -129.872 -1.554 4.965 4.325 341.521 +20 Mar 2020 08:00 UT 14.47 25.686 1790.3 400337 21.2584 -19.3780 -130.381 -1.554 4.921 4.369 341.386 +20 Mar 2020 09:00 UT 14.19 25.728 1789.7 400463 21.2930 -19.2577 -130.889 -1.555 4.877 4.412 341.252 +20 Mar 2020 10:00 UT 13.91 25.769 1789.2 400588 21.3276 -19.1359 -131.398 -1.555 4.833 4.455 341.120 +20 Mar 2020 11:00 UT 13.63 25.811 1788.6 400711 21.3622 -19.0128 -131.906 -1.555 4.788 4.498 340.990 +20 Mar 2020 12:00 UT 13.36 25.853 1788.1 400833 21.3966 -18.8883 -132.415 -1.556 4.743 4.540 340.862 +20 Mar 2020 13:00 UT 13.09 25.894 1787.5 400954 21.4310 -18.7624 -132.923 -1.556 4.698 4.582 340.735 +20 Mar 2020 14:00 UT 12.82 25.936 1787.0 401073 21.4654 -18.6351 -133.432 -1.556 4.653 4.623 340.610 +20 Mar 2020 15:00 UT 12.55 25.978 1786.5 401192 21.4996 -18.5066 -133.940 -1.556 4.608 4.664 340.487 +20 Mar 2020 16:00 UT 12.29 26.019 1786.0 401308 21.5338 -18.3766 -134.449 -1.557 4.562 4.705 340.365 +20 Mar 2020 17:00 UT 12.03 26.061 1785.5 401424 21.5679 -18.2454 -134.958 -1.557 4.517 4.745 340.246 +20 Mar 2020 18:00 UT 11.77 26.103 1784.9 401538 21.6020 -18.1129 -135.466 -1.557 4.471 4.785 340.128 +20 Mar 2020 19:00 UT 11.51 26.144 1784.4 401651 21.6359 -17.9791 -135.975 -1.557 4.425 4.825 340.012 +20 Mar 2020 20:00 UT 11.26 26.186 1784.0 401762 21.6698 -17.8440 -136.483 -1.558 4.378 4.864 339.897 +20 Mar 2020 21:00 UT 11.01 26.228 1783.5 401872 21.7037 -17.7077 -136.992 -1.558 4.332 4.902 339.785 +20 Mar 2020 22:00 UT 10.76 26.269 1783.0 401981 21.7375 -17.5701 -137.500 -1.558 4.285 4.941 339.674 +20 Mar 2020 23:00 UT 10.51 26.311 1782.5 402088 21.7712 -17.4313 -138.009 -1.558 4.238 4.979 339.565 +21 Mar 2020 00:00 UT 10.27 26.353 1782.0 402194 21.8048 -17.2913 -138.518 -1.558 4.191 5.016 339.458 +21 Mar 2020 01:00 UT 10.03 26.394 1781.6 402299 21.8384 -17.1501 -139.026 -1.559 4.144 5.053 339.353 +21 Mar 2020 02:00 UT 9.79 26.436 1781.1 402403 21.8719 -17.0076 -139.535 -1.559 4.097 5.090 339.249 +21 Mar 2020 03:00 UT 9.56 26.478 1780.7 402505 21.9054 -16.8640 -140.044 -1.559 4.050 5.126 339.147 +21 Mar 2020 04:00 UT 9.32 26.519 1780.2 402606 21.9387 -16.7193 -140.552 -1.559 4.002 5.162 339.047 +21 Mar 2020 05:00 UT 9.10 26.561 1779.8 402705 21.9721 -16.5734 -141.061 -1.560 3.954 5.198 338.949 +21 Mar 2020 06:00 UT 8.87 26.603 1779.3 402803 22.0053 -16.4263 -141.570 -1.560 3.906 5.233 338.853 +21 Mar 2020 07:00 UT 8.64 26.644 1778.9 402900 22.0385 -16.2782 -142.078 -1.560 3.858 5.267 338.758 +21 Mar 2020 08:00 UT 8.42 26.686 1778.5 402996 22.0716 -16.1289 -142.587 -1.560 3.810 5.302 338.665 +21 Mar 2020 09:00 UT 8.20 26.728 1778.1 403090 22.1047 -15.9785 -143.096 -1.560 3.762 5.336 338.574 +21 Mar 2020 10:00 UT 7.99 26.769 1777.7 403183 22.1377 -15.8271 -143.604 -1.561 3.713 5.369 338.485 +21 Mar 2020 11:00 UT 7.78 26.811 1777.3 403275 22.1706 -15.6745 -144.113 -1.561 3.665 5.402 338.397 +21 Mar 2020 12:00 UT 7.57 26.853 1776.9 403365 22.2035 -15.5210 -144.622 -1.561 3.616 5.434 338.312 +21 Mar 2020 13:00 UT 7.36 26.894 1776.5 403455 22.2363 -15.3664 -145.130 -1.561 3.567 5.467 338.228 +21 Mar 2020 14:00 UT 7.15 26.936 1776.1 403543 22.2691 -15.2107 -145.639 -1.561 3.518 5.498 338.146 +21 Mar 2020 15:00 UT 6.95 26.978 1775.7 403629 22.3018 -15.0540 -146.148 -1.562 3.469 5.529 338.065 +21 Mar 2020 16:00 UT 6.75 27.019 1775.3 403715 22.3344 -14.8964 -146.657 -1.562 3.420 5.560 337.987 +21 Mar 2020 17:00 UT 6.56 27.061 1775.0 403799 22.3670 -14.7377 -147.165 -1.562 3.370 5.591 337.910 +21 Mar 2020 18:00 UT 6.36 27.103 1774.6 403881 22.3995 -14.5781 -147.674 -1.562 3.321 5.621 337.835 +21 Mar 2020 19:00 UT 6.17 27.144 1774.2 403963 22.4319 -14.4175 -148.183 -1.562 3.271 5.650 337.762 +21 Mar 2020 20:00 UT 5.99 27.186 1773.9 404043 22.4643 -14.2559 -148.692 -1.563 3.222 5.679 337.691 +21 Mar 2020 21:00 UT 5.80 27.228 1773.5 404122 22.4967 -14.0935 -149.200 -1.563 3.172 5.708 337.621 +21 Mar 2020 22:00 UT 5.62 27.269 1773.2 404200 22.5290 -13.9300 -149.709 -1.563 3.122 5.736 337.553 +21 Mar 2020 23:00 UT 5.44 27.311 1772.9 404277 22.5612 -13.7657 -150.218 -1.563 3.072 5.764 337.487 +22 Mar 2020 00:00 UT 5.26 27.353 1772.5 404352 22.5934 -13.6005 -150.727 -1.563 3.022 5.791 337.423 +22 Mar 2020 01:00 UT 5.09 27.394 1772.2 404426 22.6255 -13.4344 -151.236 -1.564 2.972 5.818 337.360 +22 Mar 2020 02:00 UT 4.92 27.436 1771.9 404499 22.6576 -13.2674 -151.744 -1.564 2.921 5.844 337.300 +22 Mar 2020 03:00 UT 4.75 27.478 1771.6 404570 22.6896 -13.0996 -152.253 -1.564 2.871 5.870 337.241 +22 Mar 2020 04:00 UT 4.59 27.519 1771.3 404641 22.7215 -12.9309 -152.762 -1.564 2.820 5.896 337.184 +22 Mar 2020 05:00 UT 4.43 27.561 1771.0 404710 22.7535 -12.7614 -153.271 -1.564 2.770 5.921 337.128 +22 Mar 2020 06:00 UT 4.27 27.603 1770.7 404778 22.7853 -12.5911 -153.780 -1.564 2.719 5.945 337.074 +22 Mar 2020 07:00 UT 4.11 27.644 1770.4 404844 22.8171 -12.4199 -154.288 -1.565 2.668 5.969 337.023 +22 Mar 2020 08:00 UT 3.96 27.686 1770.1 404910 22.8489 -12.2480 -154.797 -1.565 2.618 5.993 336.972 +22 Mar 2020 09:00 UT 3.81 27.728 1769.8 404974 22.8806 -12.0753 -155.306 -1.565 2.567 6.016 336.924 +22 Mar 2020 10:00 UT 3.66 27.769 1769.5 405037 22.9122 -11.9018 -155.815 -1.565 2.516 6.039 336.877 +22 Mar 2020 11:00 UT 3.52 27.811 1769.3 405099 22.9438 -11.7276 -156.324 -1.565 2.464 6.061 336.832 +22 Mar 2020 12:00 UT 3.38 27.853 1769.0 405159 22.9754 -11.5526 -156.833 -1.565 2.413 6.083 336.789 +22 Mar 2020 13:00 UT 3.24 27.894 1768.7 405218 23.0069 -11.3768 -157.341 -1.565 2.362 6.104 336.748 +22 Mar 2020 14:00 UT 3.11 27.936 1768.5 405277 23.0384 -11.2004 -157.850 -1.566 2.311 6.125 336.708 +22 Mar 2020 15:00 UT 2.98 27.978 1768.2 405334 23.0698 -11.0233 -158.359 -1.566 2.259 6.145 336.670 +22 Mar 2020 16:00 UT 2.85 28.019 1768.0 405389 23.1012 -10.8454 -158.868 -1.566 2.208 6.165 336.634 +22 Mar 2020 17:00 UT 2.72 28.061 1767.8 405444 23.1325 -10.6669 -159.377 -1.566 2.156 6.185 336.599 +22 Mar 2020 18:00 UT 2.60 28.103 1767.5 405497 23.1638 -10.4877 -159.886 -1.566 2.105 6.204 336.567 +22 Mar 2020 19:00 UT 2.48 28.144 1767.3 405549 23.1951 -10.3078 -160.395 -1.566 2.053 6.222 336.535 +22 Mar 2020 20:00 UT 2.36 28.186 1767.1 405600 23.2263 -10.1274 -160.904 -1.566 2.001 6.240 336.506 +22 Mar 2020 21:00 UT 2.25 28.228 1766.9 405650 23.2574 -9.9462 -161.412 -1.566 1.949 6.258 336.478 +22 Mar 2020 22:00 UT 2.14 28.269 1766.6 405699 23.2885 -9.7645 -161.921 -1.567 1.897 6.275 336.452 +22 Mar 2020 23:00 UT 2.03 28.311 1766.4 405746 23.3196 -9.5821 -162.430 -1.567 1.845 6.291 336.428 +23 Mar 2020 00:00 UT 1.92 28.353 1766.2 405792 23.3507 -9.3992 -162.939 -1.567 1.793 6.308 336.406 +23 Mar 2020 01:00 UT 1.82 28.394 1766.0 405838 23.3817 -9.2156 -163.448 -1.567 1.741 6.323 336.385 +23 Mar 2020 02:00 UT 1.72 28.436 1765.8 405881 23.4126 -9.0315 -163.957 -1.567 1.689 6.338 336.366 +23 Mar 2020 03:00 UT 1.63 28.478 1765.7 405924 23.4436 -8.8469 -164.466 -1.567 1.637 6.353 336.348 +23 Mar 2020 04:00 UT 1.54 28.519 1765.5 405966 23.4744 -8.6617 -164.975 -1.567 1.585 6.367 336.332 +23 Mar 2020 05:00 UT 1.45 28.561 1765.3 406006 23.5053 -8.4759 -165.484 -1.567 1.533 6.381 336.318 +23 Mar 2020 06:00 UT 1.36 28.603 1765.1 406045 23.5361 -8.2897 -165.993 -1.567 1.480 6.394 336.306 +23 Mar 2020 07:00 UT 1.28 28.644 1765.0 406083 23.5669 -8.1029 -166.502 -1.567 1.428 6.407 336.295 +23 Mar 2020 08:00 UT 1.20 28.686 1764.8 406120 23.5977 -7.9156 -167.010 -1.567 1.375 6.419 336.286 +23 Mar 2020 09:00 UT 1.12 28.728 1764.7 406156 23.6284 -7.7278 -167.519 -1.568 1.323 6.431 336.278 +23 Mar 2020 10:00 UT 1.04 28.769 1764.5 406191 23.6591 -7.5396 -168.028 -1.568 1.270 6.442 336.273 +23 Mar 2020 11:00 UT 0.97 28.811 1764.4 406224 23.6897 -7.3509 -168.537 -1.568 1.218 6.453 336.268 +23 Mar 2020 12:00 UT 0.91 28.853 1764.2 406256 23.7204 -7.1618 -169.046 -1.568 1.165 6.463 336.266 +23 Mar 2020 13:00 UT 0.84 28.894 1764.1 406287 23.7510 -6.9722 -169.555 -1.568 1.113 6.473 336.265 +23 Mar 2020 14:00 UT 0.78 28.936 1764.0 406317 23.7815 -6.7821 -170.064 -1.568 1.060 6.482 336.266 +23 Mar 2020 15:00 UT 0.72 28.978 1763.8 406346 23.8121 -6.5917 -170.573 -1.568 1.007 6.491 336.268 +23 Mar 2020 16:00 UT 0.66 29.019 1763.7 406374 23.8426 -6.4009 -171.082 -1.568 0.954 6.500 336.272 +23 Mar 2020 17:00 UT 0.61 29.061 1763.6 406400 23.8731 -6.2097 -171.591 -1.568 0.901 6.508 336.278 +23 Mar 2020 18:00 UT 0.56 29.103 1763.5 406426 23.9036 -6.0181 -172.100 -1.568 0.849 6.515 336.285 +23 Mar 2020 19:00 UT 0.52 29.144 1763.4 406450 23.9340 -5.8261 -172.609 -1.568 0.796 6.522 336.294 +23 Mar 2020 20:00 UT 0.47 29.186 1763.3 406473 23.9644 -5.6338 -173.118 -1.568 0.743 6.528 336.305 +23 Mar 2020 21:00 UT 0.43 29.228 1763.2 406495 23.9948 -5.4411 -173.627 -1.568 0.690 6.534 336.317 +23 Mar 2020 22:00 UT 0.39 29.269 1763.1 406516 0.0252 -5.2481 -174.136 -1.568 0.637 6.539 336.330 +23 Mar 2020 23:00 UT 0.36 29.311 1763.0 406535 0.0555 -5.0547 -174.645 -1.568 0.584 6.544 336.346 +24 Mar 2020 00:00 UT 0.33 29.353 1762.9 406554 0.0858 -4.8611 -175.154 -1.568 0.531 6.549 336.363 +24 Mar 2020 01:00 UT 0.30 29.394 1762.9 406571 0.1162 -4.6672 -175.663 -1.568 0.478 6.553 336.381 +24 Mar 2020 02:00 UT 0.28 29.436 1762.8 406588 0.1464 -4.4730 -176.172 -1.568 0.425 6.556 336.401 +24 Mar 2020 03:00 UT 0.26 29.478 1762.7 406603 0.1767 -4.2785 -176.681 -1.568 0.372 6.559 336.423 +24 Mar 2020 04:00 UT 0.24 29.519 1762.7 406616 0.2070 -4.0837 -177.190 -1.568 0.318 6.562 336.446 +24 Mar 2020 05:00 UT 0.22 29.561 1762.6 406629 0.2372 -3.8887 -177.699 -1.568 0.265 6.563 336.471 +24 Mar 2020 06:00 UT 0.21 29.603 1762.5 406641 0.2674 -3.6934 -178.207 -1.568 0.212 6.565 336.497 +24 Mar 2020 07:00 UT 0.20 29.644 1762.5 406651 0.2976 -3.4980 -178.716 -1.568 0.159 6.566 336.525 +24 Mar 2020 08:00 UT 0.19 29.686 1762.5 406661 0.3278 -3.3023 -179.225 -1.568 0.106 6.566 336.555 +24 Mar 2020 09:00 UT 0.19 29.728 1762.4 406669 0.3580 -3.1064 -179.734 -1.568 0.052 6.566 336.586 +24 Mar 2020 10:00 UT 0.19 0.022 1762.4 406676 0.3882 -2.9103 179.757 -1.568 -0.001 6.566 336.618 +24 Mar 2020 11:00 UT 0.19 0.064 1762.4 406682 0.4183 -2.7140 179.248 -1.568 -0.054 6.565 336.653 +24 Mar 2020 12:00 UT 0.20 0.105 1762.4 406687 0.4485 -2.5176 178.739 -1.568 -0.108 6.563 336.688 +24 Mar 2020 13:00 UT 0.21 0.147 1762.3 406690 0.4786 -2.3210 178.230 -1.568 -0.161 6.561 336.726 +24 Mar 2020 14:00 UT 0.22 0.189 1762.3 406693 0.5087 -2.1242 177.721 -1.568 -0.214 6.559 336.764 +24 Mar 2020 15:00 UT 0.24 0.230 1762.3 406694 0.5388 -1.9273 177.212 -1.568 -0.268 6.556 336.805 +24 Mar 2020 16:00 UT 0.26 0.272 1762.3 406694 0.5689 -1.7303 176.703 -1.568 -0.321 6.552 336.847 +24 Mar 2020 17:00 UT 0.28 0.314 1762.3 406693 0.5990 -1.5332 176.194 -1.568 -0.374 6.548 336.890 +24 Mar 2020 18:00 UT 0.30 0.355 1762.3 406691 0.6291 -1.3360 175.685 -1.568 -0.428 6.544 336.935 +24 Mar 2020 19:00 UT 0.33 0.397 1762.3 406688 0.6592 -1.1386 175.176 -1.568 -0.481 6.539 336.981 +24 Mar 2020 20:00 UT 0.36 0.439 1762.4 406684 0.6893 -0.9412 174.667 -1.568 -0.534 6.533 337.029 +24 Mar 2020 21:00 UT 0.40 0.480 1762.4 406678 0.7194 -0.7438 174.158 -1.568 -0.588 6.528 337.079 +24 Mar 2020 22:00 UT 0.43 0.522 1762.4 406671 0.7495 -0.5462 173.649 -1.568 -0.641 6.521 337.129 +24 Mar 2020 23:00 UT 0.47 0.564 1762.5 406663 0.7796 -0.3487 173.140 -1.568 -0.695 6.514 337.182 +25 Mar 2020 00:00 UT 0.52 0.605 1762.5 406654 0.8096 -0.1511 172.631 -1.568 -0.748 6.507 337.236 +25 Mar 2020 01:00 UT 0.56 0.647 1762.5 406644 0.8397 0.0465 172.122 -1.568 -0.801 6.499 337.291 +25 Mar 2020 02:00 UT 0.61 0.689 1762.6 406633 0.8698 0.2442 171.613 -1.568 -0.855 6.490 337.348 +25 Mar 2020 03:00 UT 0.67 0.730 1762.6 406620 0.8999 0.4418 171.104 -1.568 -0.908 6.482 337.406 +25 Mar 2020 04:00 UT 0.72 0.772 1762.7 406606 0.9300 0.6394 170.595 -1.568 -0.962 6.472 337.466 +25 Mar 2020 05:00 UT 0.78 0.814 1762.8 406592 0.9601 0.8370 170.086 -1.568 -1.015 6.462 337.528 +25 Mar 2020 06:00 UT 0.84 0.855 1762.8 406576 0.9902 1.0346 169.577 -1.568 -1.068 6.452 337.590 +25 Mar 2020 07:00 UT 0.91 0.897 1762.9 406558 1.0203 1.2321 169.068 -1.568 -1.122 6.441 337.655 +25 Mar 2020 08:00 UT 0.98 0.939 1763.0 406540 1.0504 1.4296 168.559 -1.567 -1.175 6.430 337.720 +25 Mar 2020 09:00 UT 1.05 0.980 1763.1 406520 1.0805 1.6269 168.050 -1.567 -1.229 6.418 337.788 +25 Mar 2020 10:00 UT 1.12 1.022 1763.2 406500 1.1106 1.8243 167.541 -1.567 -1.282 6.406 337.856 +25 Mar 2020 11:00 UT 1.20 1.064 1763.3 406478 1.1407 2.0215 167.032 -1.567 -1.335 6.393 337.926 +25 Mar 2020 12:00 UT 1.28 1.105 1763.4 406455 1.1708 2.2186 166.523 -1.567 -1.389 6.380 337.998 +25 Mar 2020 13:00 UT 1.36 1.147 1763.5 406430 1.2010 2.4156 166.014 -1.567 -1.442 6.366 338.071 +25 Mar 2020 14:00 UT 1.45 1.189 1763.6 406405 1.2312 2.6124 165.505 -1.567 -1.495 6.352 338.145 +25 Mar 2020 15:00 UT 1.54 1.230 1763.7 406378 1.2613 2.8092 164.996 -1.567 -1.549 6.337 338.221 +25 Mar 2020 16:00 UT 1.63 1.272 1763.8 406350 1.2915 3.0058 164.487 -1.567 -1.602 6.322 338.298 +25 Mar 2020 17:00 UT 1.72 1.314 1763.9 406321 1.3217 3.2022 163.978 -1.567 -1.655 6.307 338.377 +25 Mar 2020 18:00 UT 1.82 1.355 1764.1 406291 1.3519 3.3984 163.469 -1.566 -1.708 6.290 338.457 +25 Mar 2020 19:00 UT 1.92 1.397 1764.2 406260 1.3821 3.5945 162.960 -1.566 -1.762 6.274 338.539 +25 Mar 2020 20:00 UT 2.03 1.439 1764.3 406227 1.4124 3.7904 162.451 -1.566 -1.815 6.257 338.622 +25 Mar 2020 21:00 UT 2.14 1.480 1764.5 406193 1.4426 3.9860 161.942 -1.566 -1.868 6.239 338.706 +25 Mar 2020 22:00 UT 2.25 1.522 1764.6 406158 1.4729 4.1815 161.433 -1.566 -1.921 6.221 338.792 +25 Mar 2020 23:00 UT 2.36 1.564 1764.8 406122 1.5032 4.3767 160.924 -1.566 -1.974 6.203 338.879 +26 Mar 2020 00:00 UT 2.48 1.605 1765.0 406084 1.5335 4.5717 160.415 -1.566 -2.027 6.184 338.968 +26 Mar 2020 01:00 UT 2.60 1.647 1765.1 406045 1.5639 4.7664 159.906 -1.566 -2.080 6.164 339.058 +26 Mar 2020 02:00 UT 2.72 1.689 1765.3 406005 1.5942 4.9608 159.397 -1.566 -2.133 6.145 339.150 +26 Mar 2020 03:00 UT 2.84 1.730 1765.5 405964 1.6246 5.1550 158.889 -1.565 -2.186 6.124 339.243 +26 Mar 2020 04:00 UT 2.97 1.772 1765.7 405922 1.6550 5.3489 158.380 -1.565 -2.239 6.103 339.337 +26 Mar 2020 05:00 UT 3.10 1.814 1765.9 405878 1.6854 5.5425 157.871 -1.565 -2.292 6.082 339.432 +26 Mar 2020 06:00 UT 3.24 1.855 1766.1 405833 1.7159 5.7358 157.362 -1.565 -2.345 6.060 339.529 +26 Mar 2020 07:00 UT 3.38 1.897 1766.3 405787 1.7464 5.9287 156.853 -1.565 -2.398 6.038 339.628 +26 Mar 2020 08:00 UT 3.52 1.939 1766.5 405739 1.7769 6.1214 156.344 -1.565 -2.450 6.016 339.728 +26 Mar 2020 09:00 UT 3.66 1.980 1766.7 405691 1.8074 6.3136 155.835 -1.564 -2.503 5.992 339.829 +26 Mar 2020 10:00 UT 3.81 2.022 1766.9 405641 1.8380 6.5055 155.326 -1.564 -2.556 5.969 339.932 +26 Mar 2020 11:00 UT 3.96 2.064 1767.1 405589 1.8685 6.6971 154.817 -1.564 -2.608 5.945 340.035 +26 Mar 2020 12:00 UT 4.11 2.105 1767.3 405537 1.8992 6.8883 154.308 -1.564 -2.661 5.920 340.141 +26 Mar 2020 13:00 UT 4.26 2.147 1767.6 405483 1.9298 7.0790 153.799 -1.564 -2.713 5.895 340.247 +26 Mar 2020 14:00 UT 4.42 2.189 1767.8 405428 1.9605 7.2694 153.290 -1.564 -2.766 5.870 340.356 +26 Mar 2020 15:00 UT 4.58 2.230 1768.1 405372 1.9912 7.4593 152.781 -1.563 -2.818 5.844 340.465 +26 Mar 2020 16:00 UT 4.74 2.272 1768.3 405314 2.0219 7.6488 152.272 -1.563 -2.871 5.818 340.576 +26 Mar 2020 17:00 UT 4.91 2.314 1768.6 405255 2.0527 7.8379 151.764 -1.563 -2.923 5.791 340.688 +26 Mar 2020 18:00 UT 5.08 2.355 1768.8 405195 2.0835 8.0265 151.255 -1.563 -2.975 5.764 340.801 +26 Mar 2020 19:00 UT 5.25 2.397 1769.1 405134 2.1144 8.2147 150.746 -1.563 -3.027 5.736 340.916 +26 Mar 2020 20:00 UT 5.43 2.439 1769.4 405071 2.1453 8.4024 150.237 -1.563 -3.079 5.708 341.032 +26 Mar 2020 21:00 UT 5.61 2.480 1769.7 405007 2.1762 8.5896 149.728 -1.562 -3.131 5.680 341.150 +26 Mar 2020 22:00 UT 5.79 2.522 1769.9 404942 2.2072 8.7762 149.219 -1.562 -3.183 5.651 341.269 +26 Mar 2020 23:00 UT 5.97 2.564 1770.2 404875 2.2382 8.9624 148.710 -1.562 -3.235 5.622 341.389 +27 Mar 2020 00:00 UT 6.16 2.605 1770.5 404807 2.2692 9.1480 148.201 -1.562 -3.287 5.592 341.510 +27 Mar 2020 01:00 UT 6.35 2.647 1770.8 404738 2.3003 9.3331 147.692 -1.562 -3.338 5.562 341.633 +27 Mar 2020 02:00 UT 6.54 2.689 1771.1 404667 2.3314 9.5177 147.184 -1.561 -3.390 5.531 341.758 +27 Mar 2020 03:00 UT 6.73 2.730 1771.5 404595 2.3626 9.7017 146.675 -1.561 -3.442 5.500 341.883 +27 Mar 2020 04:00 UT 6.93 2.772 1771.8 404522 2.3938 9.8851 146.166 -1.561 -3.493 5.468 342.010 +27 Mar 2020 05:00 UT 7.13 2.814 1772.1 404448 2.4250 10.0679 145.657 -1.561 -3.544 5.436 342.138 +27 Mar 2020 06:00 UT 7.33 2.855 1772.4 404372 2.4563 10.2501 145.148 -1.561 -3.596 5.404 342.268 +27 Mar 2020 07:00 UT 7.54 2.897 1772.8 404294 2.4876 10.4318 144.639 -1.560 -3.647 5.371 342.398 +27 Mar 2020 08:00 UT 7.75 2.939 1773.1 404216 2.5190 10.6127 144.130 -1.560 -3.698 5.338 342.531 +27 Mar 2020 09:00 UT 7.96 2.980 1773.5 404136 2.5505 10.7931 143.622 -1.560 -3.749 5.305 342.664 +27 Mar 2020 10:00 UT 8.18 3.022 1773.8 404054 2.5819 10.9728 143.113 -1.560 -3.799 5.270 342.799 +27 Mar 2020 11:00 UT 8.39 3.064 1774.2 403972 2.6135 11.1518 142.604 -1.559 -3.850 5.236 342.935 +27 Mar 2020 12:00 UT 8.61 3.105 1774.6 403888 2.6451 11.3302 142.095 -1.559 -3.901 5.201 343.072 +27 Mar 2020 13:00 UT 8.84 3.147 1774.9 403802 2.6767 11.5078 141.586 -1.559 -3.951 5.166 343.211 +27 Mar 2020 14:00 UT 9.06 3.189 1775.3 403716 2.7084 11.6848 141.077 -1.559 -4.002 5.130 343.351 +27 Mar 2020 15:00 UT 9.29 3.230 1775.7 403627 2.7401 11.8610 140.569 -1.559 -4.052 5.094 343.492 +27 Mar 2020 16:00 UT 9.52 3.272 1776.1 403538 2.7719 12.0365 140.060 -1.558 -4.102 5.058 343.634 +27 Mar 2020 17:00 UT 9.75 3.314 1776.5 403447 2.8037 12.2113 139.551 -1.558 -4.152 5.021 343.778 +27 Mar 2020 18:00 UT 9.99 3.355 1776.9 403355 2.8356 12.3853 139.042 -1.558 -4.202 4.984 343.923 +27 Mar 2020 19:00 UT 10.23 3.397 1777.3 403261 2.8675 12.5586 138.533 -1.558 -4.252 4.946 344.070 +27 Mar 2020 20:00 UT 10.47 3.439 1777.7 403166 2.8995 12.7311 138.025 -1.557 -4.301 4.908 344.217 +27 Mar 2020 21:00 UT 10.71 3.480 1778.2 403069 2.9316 12.9028 137.516 -1.557 -4.351 4.869 344.366 +27 Mar 2020 22:00 UT 10.96 3.522 1778.6 402972 2.9637 13.0737 137.007 -1.557 -4.400 4.831 344.516 +27 Mar 2020 23:00 UT 11.21 3.564 1779.0 402872 2.9959 13.2437 136.498 -1.557 -4.449 4.791 344.668 +28 Mar 2020 00:00 UT 11.46 3.605 1779.5 402772 3.0281 13.4129 135.990 -1.556 -4.498 4.752 344.821 +28 Mar 2020 01:00 UT 11.71 3.647 1779.9 402670 3.0604 13.5813 135.481 -1.556 -4.547 4.712 344.975 +28 Mar 2020 02:00 UT 11.97 3.689 1780.4 402566 3.0927 13.7489 134.972 -1.556 -4.596 4.672 345.130 +28 Mar 2020 03:00 UT 12.23 3.730 1780.9 402461 3.1251 13.9155 134.463 -1.556 -4.645 4.631 345.286 +28 Mar 2020 04:00 UT 12.49 3.772 1781.3 402355 3.1576 14.0813 133.955 -1.555 -4.693 4.590 345.444 +28 Mar 2020 05:00 UT 12.76 3.814 1781.8 402247 3.1901 14.2461 133.446 -1.555 -4.741 4.548 345.603 +28 Mar 2020 06:00 UT 13.02 3.855 1782.3 402138 3.2227 14.4101 132.937 -1.555 -4.789 4.506 345.763 +28 Mar 2020 07:00 UT 13.29 3.897 1782.8 402027 3.2553 14.5731 132.428 -1.554 -4.837 4.464 345.925 +28 Mar 2020 08:00 UT 13.57 3.939 1783.3 401915 3.2880 14.7352 131.920 -1.554 -4.885 4.422 346.087 +28 Mar 2020 09:00 UT 13.84 3.980 1783.8 401802 3.3208 14.8963 131.411 -1.554 -4.933 4.379 346.251 +28 Mar 2020 10:00 UT 14.12 4.022 1784.3 401687 3.3537 15.0565 130.902 -1.554 -4.980 4.335 346.416 +28 Mar 2020 11:00 UT 14.40 4.064 1784.8 401570 3.3866 15.2157 130.394 -1.553 -5.027 4.292 346.583 +28 Mar 2020 12:00 UT 14.68 4.105 1785.3 401453 3.4195 15.3739 129.885 -1.553 -5.074 4.248 346.750 +28 Mar 2020 13:00 UT 14.96 4.147 1785.9 401333 3.4526 15.5311 129.376 -1.553 -5.121 4.203 346.919 +28 Mar 2020 14:00 UT 15.25 4.189 1786.4 401213 3.4857 15.6872 128.868 -1.553 -5.168 4.159 347.089 +28 Mar 2020 15:00 UT 15.54 4.230 1786.9 401091 3.5189 15.8423 128.359 -1.552 -5.214 4.114 347.260 +28 Mar 2020 16:00 UT 15.83 4.272 1787.5 400967 3.5521 15.9964 127.850 -1.552 -5.260 4.068 347.432 +28 Mar 2020 17:00 UT 16.13 4.314 1788.0 400842 3.5854 16.1494 127.342 -1.552 -5.306 4.022 347.606 +28 Mar 2020 18:00 UT 16.42 4.355 1788.6 400716 3.6188 16.3013 126.833 -1.551 -5.352 3.976 347.780 +28 Mar 2020 19:00 UT 16.72 4.397 1789.2 400588 3.6523 16.4522 126.324 -1.551 -5.397 3.930 347.956 +28 Mar 2020 20:00 UT 17.02 4.439 1789.8 400458 3.6858 16.6019 125.816 -1.551 -5.443 3.883 348.133 +28 Mar 2020 21:00 UT 17.33 4.480 1790.3 400327 3.7194 16.7505 125.307 -1.551 -5.488 3.836 348.311 +28 Mar 2020 22:00 UT 17.63 4.522 1790.9 400195 3.7530 16.8980 124.799 -1.550 -5.533 3.789 348.491 +28 Mar 2020 23:00 UT 17.94 4.564 1791.5 400061 3.7868 17.0443 124.290 -1.550 -5.577 3.741 348.671 +29 Mar 2020 00:00 UT 18.25 4.605 1792.1 399926 3.8206 17.1894 123.781 -1.550 -5.622 3.693 348.853 +29 Mar 2020 01:00 UT 18.56 4.647 1792.8 399789 3.8544 17.3334 123.273 -1.549 -5.666 3.645 349.036 +29 Mar 2020 02:00 UT 18.88 4.689 1793.4 399651 3.8884 17.4762 122.764 -1.549 -5.710 3.596 349.220 +29 Mar 2020 03:00 UT 19.20 4.730 1794.0 399512 3.9224 17.6178 122.256 -1.549 -5.753 3.547 349.405 +29 Mar 2020 04:00 UT 19.52 4.772 1794.6 399370 3.9565 17.7581 121.747 -1.548 -5.797 3.498 349.591 +29 Mar 2020 05:00 UT 19.84 4.814 1795.3 399228 3.9907 17.8972 121.238 -1.548 -5.840 3.448 349.778 +29 Mar 2020 06:00 UT 20.16 4.855 1795.9 399084 4.0250 18.0351 120.730 -1.548 -5.882 3.398 349.967 +29 Mar 2020 07:00 UT 20.49 4.897 1796.6 398938 4.0593 18.1717 120.221 -1.548 -5.925 3.348 350.156 +29 Mar 2020 08:00 UT 20.82 4.939 1797.2 398791 4.0937 18.3070 119.713 -1.547 -5.967 3.297 350.347 +29 Mar 2020 09:00 UT 21.15 4.980 1797.9 398643 4.1282 18.4410 119.204 -1.547 -6.009 3.247 350.538 +29 Mar 2020 10:00 UT 21.48 5.022 1798.6 398493 4.1627 18.5737 118.696 -1.547 -6.051 3.196 350.731 +29 Mar 2020 11:00 UT 21.82 5.064 1799.3 398342 4.1974 18.7051 118.187 -1.546 -6.092 3.144 350.925 +29 Mar 2020 12:00 UT 22.15 5.105 1800.0 398189 4.2321 18.8351 117.679 -1.546 -6.134 3.093 351.120 +29 Mar 2020 13:00 UT 22.49 5.147 1800.7 398035 4.2668 18.9638 117.170 -1.546 -6.174 3.041 351.316 +29 Mar 2020 14:00 UT 22.83 5.189 1801.4 397879 4.3017 19.0911 116.662 -1.545 -6.215 2.988 351.512 +29 Mar 2020 15:00 UT 23.18 5.230 1802.1 397722 4.3367 19.2171 116.153 -1.545 -6.255 2.936 351.710 +29 Mar 2020 16:00 UT 23.52 5.272 1802.8 397563 4.3717 19.3416 115.645 -1.545 -6.295 2.883 351.909 +29 Mar 2020 17:00 UT 23.87 5.314 1803.5 397403 4.4068 19.4647 115.136 -1.544 -6.334 2.830 352.109 +29 Mar 2020 18:00 UT 24.22 5.355 1804.3 397242 4.4420 19.5864 114.628 -1.544 -6.374 2.777 352.310 +29 Mar 2020 19:00 UT 24.57 5.397 1805.0 397079 4.4772 19.7066 114.120 -1.544 -6.413 2.723 352.512 +29 Mar 2020 20:00 UT 24.93 5.439 1805.7 396914 4.5125 19.8254 113.611 -1.543 -6.451 2.670 352.715 +29 Mar 2020 21:00 UT 25.28 5.480 1806.5 396749 4.5480 19.9427 113.103 -1.543 -6.489 2.615 352.919 +29 Mar 2020 22:00 UT 25.64 5.522 1807.3 396581 4.5835 20.0586 112.594 -1.543 -6.527 2.561 353.124 +29 Mar 2020 23:00 UT 26.00 5.564 1808.0 396413 4.6190 20.1729 112.086 -1.543 -6.565 2.507 353.330 +30 Mar 2020 00:00 UT 26.36 5.605 1808.8 396242 4.6547 20.2857 111.577 -1.542 -6.602 2.452 353.537 +30 Mar 2020 01:00 UT 26.72 5.647 1809.6 396071 4.6904 20.3969 111.069 -1.542 -6.639 2.397 353.744 +30 Mar 2020 02:00 UT 27.09 5.689 1810.4 395898 4.7262 20.5066 110.561 -1.542 -6.675 2.342 353.953 +30 Mar 2020 03:00 UT 27.46 5.730 1811.2 395723 4.7621 20.6148 110.052 -1.541 -6.711 2.286 354.162 +30 Mar 2020 04:00 UT 27.83 5.772 1812.0 395548 4.7981 20.7213 109.544 -1.541 -6.747 2.230 354.373 +30 Mar 2020 05:00 UT 28.20 5.814 1812.8 395370 4.8342 20.8263 109.036 -1.541 -6.782 2.174 354.584 +30 Mar 2020 06:00 UT 28.57 5.855 1813.6 395192 4.8703 20.9297 108.527 -1.540 -6.817 2.118 354.796 +30 Mar 2020 07:00 UT 28.94 5.897 1814.4 395012 4.9065 21.0314 108.019 -1.540 -6.851 2.062 355.009 +30 Mar 2020 08:00 UT 29.32 5.939 1815.3 394830 4.9428 21.1315 107.511 -1.540 -6.885 2.005 355.223 +30 Mar 2020 09:00 UT 29.70 5.980 1816.1 394647 4.9792 21.2299 107.002 -1.539 -6.919 1.948 355.437 +30 Mar 2020 10:00 UT 30.08 6.022 1817.0 394463 5.0156 21.3267 106.494 -1.539 -6.952 1.891 355.653 +30 Mar 2020 11:00 UT 30.46 6.064 1817.8 394278 5.0521 21.4218 105.986 -1.539 -6.985 1.834 355.869 +30 Mar 2020 12:00 UT 30.84 6.105 1818.7 394091 5.0888 21.5152 105.477 -1.538 -7.018 1.777 356.086 +30 Mar 2020 13:00 UT 31.23 6.147 1819.5 393902 5.1255 21.6068 104.969 -1.538 -7.050 1.719 356.304 +30 Mar 2020 14:00 UT 31.62 6.189 1820.4 393713 5.1622 21.6968 104.461 -1.538 -7.081 1.661 356.522 +30 Mar 2020 15:00 UT 32.00 6.230 1821.3 393522 5.1991 21.7850 103.953 -1.537 -7.112 1.603 356.741 +30 Mar 2020 16:00 UT 32.39 6.272 1822.2 393329 5.2360 21.8714 103.444 -1.537 -7.143 1.545 356.961 +30 Mar 2020 17:00 UT 32.79 6.314 1823.1 393135 5.2730 21.9561 102.936 -1.537 -7.173 1.486 357.182 +30 Mar 2020 18:00 UT 33.18 6.355 1824.0 392940 5.3101 22.0390 102.428 -1.536 -7.203 1.428 357.403 +30 Mar 2020 19:00 UT 33.57 6.397 1824.9 392744 5.3473 22.1200 101.920 -1.536 -7.232 1.369 357.625 +30 Mar 2020 20:00 UT 33.97 6.439 1825.8 392546 5.3845 22.1993 101.412 -1.536 -7.261 1.310 357.848 +30 Mar 2020 21:00 UT 34.37 6.480 1826.8 392347 5.4218 22.2767 100.903 -1.535 -7.289 1.251 358.071 +30 Mar 2020 22:00 UT 34.77 6.522 1827.7 392147 5.4592 22.3523 100.395 -1.535 -7.317 1.192 358.294 +30 Mar 2020 23:00 UT 35.17 6.564 1828.6 391946 5.4967 22.4260 99.887 -1.535 -7.345 1.133 358.519 +31 Mar 2020 00:00 UT 35.57 6.605 1829.6 391743 5.5342 22.4979 99.379 -1.534 -7.372 1.073 358.744 +31 Mar 2020 01:00 UT 35.98 6.647 1830.5 391539 5.5719 22.5678 98.871 -1.534 -7.398 1.013 358.969 +31 Mar 2020 02:00 UT 36.38 6.689 1831.5 391333 5.6096 22.6359 98.362 -1.534 -7.424 0.953 359.195 +31 Mar 2020 03:00 UT 36.79 6.730 1832.5 391127 5.6473 22.7020 97.854 -1.533 -7.449 0.894 359.422 +31 Mar 2020 04:00 UT 37.20 6.772 1833.4 390919 5.6852 22.7662 97.346 -1.533 -7.474 0.833 359.649 +31 Mar 2020 05:00 UT 37.61 6.814 1834.4 390710 5.7231 22.8285 96.838 -1.533 -7.498 0.773 359.876 +31 Mar 2020 06:00 UT 38.02 6.855 1835.4 390500 5.7611 22.8888 96.330 -1.532 -7.522 0.713 0.104 +31 Mar 2020 07:00 UT 38.43 6.897 1836.4 390288 5.7992 22.9471 95.822 -1.532 -7.546 0.652 0.332 +31 Mar 2020 08:00 UT 38.84 6.939 1837.4 390076 5.8373 23.0035 95.314 -1.532 -7.568 0.592 0.561 +31 Mar 2020 09:00 UT 39.26 6.980 1838.4 389862 5.8755 23.0578 94.806 -1.531 -7.590 0.531 0.790 +31 Mar 2020 10:00 UT 39.67 7.022 1839.4 389647 5.9138 23.1101 94.298 -1.531 -7.612 0.470 1.020 +31 Mar 2020 11:00 UT 40.09 7.064 1840.4 389431 5.9522 23.1605 93.790 -1.531 -7.633 0.409 1.249 +31 Mar 2020 12:00 UT 40.51 7.105 1841.5 389213 5.9906 23.2087 93.282 -1.530 -7.654 0.348 1.480 +31 Mar 2020 13:00 UT 40.93 7.147 1842.5 388995 6.0291 23.2550 92.774 -1.530 -7.674 0.287 1.710 +31 Mar 2020 14:00 UT 41.35 7.189 1843.5 388776 6.0676 23.2991 92.266 -1.530 -7.693 0.226 1.941 +31 Mar 2020 15:00 UT 41.77 7.230 1844.6 388555 6.1063 23.3412 91.758 -1.529 -7.712 0.165 2.171 +31 Mar 2020 16:00 UT 42.20 7.272 1845.6 388333 6.1450 23.3812 91.250 -1.529 -7.730 0.103 2.402 +31 Mar 2020 17:00 UT 42.62 7.314 1846.7 388111 6.1837 23.4191 90.742 -1.529 -7.748 0.042 2.634 +31 Mar 2020 18:00 UT 43.05 7.355 1847.8 387887 6.2225 23.4549 90.234 -1.528 -7.765 -0.020 2.865 +31 Mar 2020 19:00 UT 43.47 7.397 1848.8 387662 6.2614 23.4885 89.726 -1.528 -7.781 -0.081 3.097 +31 Mar 2020 20:00 UT 43.90 7.439 1849.9 387437 6.3004 23.5201 89.218 -1.527 -7.797 -0.143 3.328 +31 Mar 2020 21:00 UT 44.33 7.480 1851.0 387210 6.3394 23.5494 88.710 -1.527 -7.812 -0.205 3.560 +31 Mar 2020 22:00 UT 44.76 7.522 1852.1 386982 6.3785 23.5766 88.202 -1.527 -7.826 -0.266 3.792 +31 Mar 2020 23:00 UT 45.19 7.564 1853.2 386753 6.4176 23.6017 87.694 -1.526 -7.840 -0.328 4.024 +01 Apr 2020 00:00 UT 45.62 7.605 1854.3 386524 6.4568 23.6245 87.186 -1.526 -7.854 -0.390 4.256 +01 Apr 2020 01:00 UT 46.05 7.647 1855.4 386293 6.4961 23.6452 86.678 -1.526 -7.866 -0.452 4.488 +01 Apr 2020 02:00 UT 46.48 7.689 1856.5 386061 6.5354 23.6637 86.170 -1.525 -7.878 -0.514 4.719 +01 Apr 2020 03:00 UT 46.92 7.730 1857.6 385829 6.5748 23.6799 85.662 -1.525 -7.890 -0.576 4.951 +01 Apr 2020 04:00 UT 47.35 7.772 1858.7 385596 6.6142 23.6940 85.154 -1.525 -7.900 -0.638 5.183 +01 Apr 2020 05:00 UT 47.79 7.814 1859.9 385362 6.6537 23.7057 84.647 -1.524 -7.910 -0.700 5.414 +01 Apr 2020 06:00 UT 48.22 7.855 1861.0 385127 6.6932 23.7153 84.139 -1.524 -7.920 -0.762 5.646 +01 Apr 2020 07:00 UT 48.66 7.897 1862.1 384891 6.7328 23.7226 83.631 -1.524 -7.928 -0.824 5.877 +01 Apr 2020 08:00 UT 49.10 7.939 1863.3 384654 6.7725 23.7276 83.123 -1.523 -7.936 -0.886 6.108 +01 Apr 2020 09:00 UT 49.53 7.980 1864.4 384417 6.8122 23.7304 82.615 -1.523 -7.944 -0.948 6.338 +01 Apr 2020 10:00 UT 49.97 8.022 1865.6 384179 6.8519 23.7309 82.107 -1.523 -7.950 -1.010 6.569 +01 Apr 2020 11:00 UT 50.41 8.064 1866.8 383940 6.8917 23.7290 81.600 -1.522 -7.956 -1.072 6.799 +01 Apr 2020 12:00 UT 50.85 8.105 1867.9 383700 6.9316 23.7249 81.092 -1.522 -7.962 -1.134 7.028 +01 Apr 2020 13:00 UT 51.29 8.147 1869.1 383460 6.9715 23.7185 80.584 -1.522 -7.966 -1.195 7.258 +01 Apr 2020 14:00 UT 51.73 8.189 1870.3 383219 7.0114 23.7098 80.076 -1.521 -7.970 -1.257 7.487 +01 Apr 2020 15:00 UT 52.17 8.230 1871.5 382977 7.0514 23.6988 79.569 -1.521 -7.973 -1.319 7.715 +01 Apr 2020 16:00 UT 52.62 8.272 1872.6 382735 7.0914 23.6854 79.061 -1.521 -7.975 -1.381 7.943 +01 Apr 2020 17:00 UT 53.06 8.314 1873.8 382492 7.1315 23.6697 78.553 -1.520 -7.977 -1.443 8.171 +01 Apr 2020 18:00 UT 53.50 8.355 1875.0 382249 7.1716 23.6516 78.045 -1.520 -7.978 -1.504 8.398 +01 Apr 2020 19:00 UT 53.94 8.397 1876.2 382005 7.2117 23.6312 77.538 -1.520 -7.978 -1.566 8.624 +01 Apr 2020 20:00 UT 54.39 8.439 1877.4 381761 7.2519 23.6084 77.030 -1.519 -7.978 -1.628 8.850 +01 Apr 2020 21:00 UT 54.83 8.480 1878.6 381516 7.2921 23.5833 76.522 -1.519 -7.976 -1.689 9.075 +01 Apr 2020 22:00 UT 55.27 8.522 1879.8 381270 7.3324 23.5558 76.015 -1.519 -7.974 -1.750 9.300 +01 Apr 2020 23:00 UT 55.72 8.564 1881.0 381024 7.3727 23.5260 75.507 -1.518 -7.972 -1.812 9.524 +02 Apr 2020 00:00 UT 56.16 8.605 1882.3 380778 7.4130 23.4937 74.999 -1.518 -7.968 -1.873 9.747 +02 Apr 2020 01:00 UT 56.60 8.647 1883.5 380531 7.4534 23.4591 74.492 -1.518 -7.964 -1.934 9.970 +02 Apr 2020 02:00 UT 57.05 8.689 1884.7 380284 7.4938 23.4221 73.984 -1.517 -7.958 -1.995 10.191 +02 Apr 2020 03:00 UT 57.49 8.730 1885.9 380036 7.5342 23.3827 73.476 -1.517 -7.953 -2.056 10.412 +02 Apr 2020 04:00 UT 57.94 8.772 1887.2 379788 7.5747 23.3409 72.969 -1.517 -7.946 -2.117 10.632 +02 Apr 2020 05:00 UT 58.38 8.814 1888.4 379540 7.6151 23.2968 72.461 -1.516 -7.938 -2.177 10.852 +02 Apr 2020 06:00 UT 58.82 8.855 1889.6 379292 7.6556 23.2502 71.954 -1.516 -7.930 -2.238 11.070 +02 Apr 2020 07:00 UT 59.27 8.897 1890.9 379043 7.6962 23.2012 71.446 -1.516 -7.921 -2.298 11.287 +02 Apr 2020 08:00 UT 59.71 8.939 1892.1 378794 7.7367 23.1498 70.939 -1.515 -7.911 -2.359 11.504 +02 Apr 2020 09:00 UT 60.16 8.980 1893.4 378545 7.7773 23.0960 70.431 -1.515 -7.901 -2.419 11.719 +02 Apr 2020 10:00 UT 60.60 9.022 1894.6 378296 7.8179 23.0398 69.924 -1.515 -7.889 -2.479 11.933 +02 Apr 2020 11:00 UT 61.04 9.064 1895.9 378047 7.8585 22.9811 69.416 -1.514 -7.877 -2.538 12.147 +02 Apr 2020 12:00 UT 61.49 9.105 1897.1 377797 7.8992 22.9201 68.908 -1.514 -7.864 -2.598 12.359 +02 Apr 2020 13:00 UT 61.93 9.147 1898.4 377547 7.9398 22.8566 68.401 -1.514 -7.850 -2.658 12.570 +02 Apr 2020 14:00 UT 62.37 9.189 1899.6 377298 7.9805 22.7908 67.894 -1.513 -7.835 -2.717 12.780 +02 Apr 2020 15:00 UT 62.81 9.230 1900.9 377048 8.0212 22.7225 67.386 -1.513 -7.820 -2.776 12.989 +02 Apr 2020 16:00 UT 63.25 9.272 1902.1 376799 8.0619 22.6518 66.879 -1.513 -7.804 -2.835 13.196 +02 Apr 2020 17:00 UT 63.69 9.314 1903.4 376549 8.1026 22.5787 66.371 -1.512 -7.786 -2.893 13.402 +02 Apr 2020 18:00 UT 64.13 9.355 1904.7 376300 8.1433 22.5032 65.864 -1.512 -7.768 -2.952 13.607 +02 Apr 2020 19:00 UT 64.57 9.397 1905.9 376050 8.1840 22.4252 65.356 -1.512 -7.750 -3.010 13.811 +02 Apr 2020 20:00 UT 65.01 9.439 1907.2 375801 8.2248 22.3449 64.849 -1.511 -7.730 -3.068 14.013 +02 Apr 2020 21:00 UT 65.45 9.480 1908.5 375552 8.2655 22.2622 64.341 -1.511 -7.709 -3.126 14.214 +02 Apr 2020 22:00 UT 65.89 9.522 1909.7 375303 8.3063 22.1770 63.834 -1.511 -7.688 -3.184 14.414 +02 Apr 2020 23:00 UT 66.33 9.564 1911.0 375054 8.3471 22.0895 63.327 -1.510 -7.666 -3.241 14.612 +03 Apr 2020 00:00 UT 66.76 9.605 1912.3 374806 8.3878 21.9995 62.819 -1.510 -7.643 -3.298 14.808 +03 Apr 2020 01:00 UT 67.20 9.647 1913.5 374558 8.4286 21.9072 62.312 -1.510 -7.619 -3.355 15.003 +03 Apr 2020 02:00 UT 67.63 9.689 1914.8 374310 8.4694 21.8124 61.805 -1.509 -7.594 -3.411 15.197 +03 Apr 2020 03:00 UT 68.07 9.730 1916.1 374062 8.5102 21.7153 61.297 -1.509 -7.568 -3.468 15.389 +03 Apr 2020 04:00 UT 68.50 9.772 1917.3 373815 8.5510 21.6158 60.790 -1.509 -7.542 -3.524 15.579 +03 Apr 2020 05:00 UT 68.93 9.814 1918.6 373569 8.5917 21.5139 60.283 -1.508 -7.515 -3.579 15.768 +03 Apr 2020 06:00 UT 69.36 9.855 1919.9 373323 8.6325 21.4097 59.775 -1.508 -7.486 -3.635 15.955 +03 Apr 2020 07:00 UT 69.79 9.897 1921.1 373077 8.6733 21.3031 59.268 -1.508 -7.457 -3.690 16.141 +03 Apr 2020 08:00 UT 70.22 9.939 1922.4 372832 8.7141 21.1941 58.761 -1.508 -7.427 -3.745 16.325 +03 Apr 2020 09:00 UT 70.65 9.980 1923.6 372587 8.7548 21.0827 58.253 -1.507 -7.396 -3.799 16.507 +03 Apr 2020 10:00 UT 71.08 10.022 1924.9 372343 8.7956 20.9691 57.746 -1.507 -7.365 -3.853 16.687 +03 Apr 2020 11:00 UT 71.50 10.064 1926.2 372100 8.8363 20.8530 57.239 -1.507 -7.332 -3.907 16.866 +03 Apr 2020 12:00 UT 71.93 10.105 1927.4 371857 8.8771 20.7347 56.732 -1.506 -7.299 -3.961 17.042 +03 Apr 2020 13:00 UT 72.35 10.147 1928.7 371615 8.9178 20.6140 56.224 -1.506 -7.265 -4.014 17.217 +03 Apr 2020 14:00 UT 72.77 10.189 1929.9 371374 8.9585 20.4910 55.717 -1.506 -7.229 -4.067 17.390 +03 Apr 2020 15:00 UT 73.19 10.230 1931.2 371134 8.9992 20.3657 55.210 -1.505 -7.193 -4.119 17.561 +03 Apr 2020 16:00 UT 73.61 10.272 1932.4 370894 9.0399 20.2381 54.703 -1.505 -7.156 -4.171 17.730 +03 Apr 2020 17:00 UT 74.02 10.314 1933.7 370655 9.0806 20.1082 54.196 -1.505 -7.119 -4.223 17.898 +03 Apr 2020 18:00 UT 74.44 10.355 1934.9 370417 9.1213 19.9761 53.688 -1.504 -7.080 -4.274 18.063 +03 Apr 2020 19:00 UT 74.85 10.397 1936.1 370180 9.1620 19.8417 53.181 -1.504 -7.041 -4.325 18.226 +03 Apr 2020 20:00 UT 75.26 10.439 1937.4 369944 9.2026 19.7050 52.674 -1.504 -7.000 -4.376 18.387 +03 Apr 2020 21:00 UT 75.67 10.480 1938.6 369709 9.2432 19.5660 52.167 -1.503 -6.959 -4.426 18.546 +03 Apr 2020 22:00 UT 76.08 10.522 1939.8 369475 9.2839 19.4249 51.660 -1.503 -6.917 -4.476 18.704 +03 Apr 2020 23:00 UT 76.49 10.564 1941.1 369242 9.3245 19.2815 51.153 -1.503 -6.874 -4.525 18.859 +04 Apr 2020 00:00 UT 76.89 10.605 1942.3 369010 9.3650 19.1359 50.645 -1.502 -6.830 -4.574 19.012 +04 Apr 2020 01:00 UT 77.30 10.647 1943.5 368780 9.4056 18.9881 50.138 -1.502 -6.785 -4.623 19.162 +04 Apr 2020 02:00 UT 77.70 10.689 1944.7 368550 9.4461 18.8381 49.631 -1.502 -6.740 -4.671 19.311 +04 Apr 2020 03:00 UT 78.09 10.730 1945.9 368322 9.4867 18.6859 49.124 -1.501 -6.693 -4.718 19.457 +04 Apr 2020 04:00 UT 78.49 10.772 1947.1 368095 9.5272 18.5316 48.617 -1.501 -6.646 -4.765 19.602 +04 Apr 2020 05:00 UT 78.89 10.814 1948.3 367869 9.5676 18.3751 48.110 -1.501 -6.598 -4.812 19.744 +04 Apr 2020 06:00 UT 79.28 10.855 1949.5 367644 9.6081 18.2165 47.603 -1.500 -6.549 -4.858 19.884 +04 Apr 2020 07:00 UT 79.67 10.897 1950.7 367421 9.6485 18.0558 47.096 -1.500 -6.499 -4.904 20.021 +04 Apr 2020 08:00 UT 80.06 10.939 1951.9 367199 9.6889 17.8930 46.589 -1.500 -6.448 -4.949 20.156 +04 Apr 2020 09:00 UT 80.44 10.980 1953.0 366979 9.7293 17.7280 46.082 -1.499 -6.397 -4.994 20.289 +04 Apr 2020 10:00 UT 80.82 11.022 1954.2 366760 9.7697 17.5611 45.575 -1.499 -6.344 -5.038 20.420 +04 Apr 2020 11:00 UT 81.20 11.064 1955.4 366543 9.8100 17.3920 45.068 -1.499 -6.291 -5.082 20.548 +04 Apr 2020 12:00 UT 81.58 11.105 1956.5 366327 9.8504 17.2210 44.561 -1.498 -6.237 -5.125 20.674 +04 Apr 2020 13:00 UT 81.96 11.147 1957.7 366112 9.8907 17.0479 44.054 -1.498 -6.182 -5.168 20.798 +04 Apr 2020 14:00 UT 82.33 11.189 1958.8 365900 9.9309 16.8728 43.547 -1.498 -6.126 -5.210 20.919 +04 Apr 2020 15:00 UT 82.70 11.230 1959.9 365689 9.9712 16.6957 43.040 -1.497 -6.070 -5.252 21.038 +04 Apr 2020 16:00 UT 83.07 11.272 1961.1 365479 10.0114 16.5166 42.533 -1.497 -6.012 -5.293 21.154 +04 Apr 2020 17:00 UT 83.43 11.314 1962.2 365272 10.0516 16.3356 42.026 -1.497 -5.954 -5.333 21.268 +04 Apr 2020 18:00 UT 83.80 11.355 1963.3 365066 10.0917 16.1526 41.519 -1.496 -5.895 -5.373 21.379 +04 Apr 2020 19:00 UT 84.16 11.397 1964.4 364862 10.1319 15.9678 41.012 -1.496 -5.835 -5.413 21.488 +04 Apr 2020 20:00 UT 84.51 11.439 1965.5 364659 10.1720 15.7810 40.505 -1.496 -5.775 -5.452 21.595 +04 Apr 2020 21:00 UT 84.87 11.480 1966.5 364459 10.2121 15.5924 39.998 -1.495 -5.713 -5.490 21.699 +04 Apr 2020 22:00 UT 85.22 11.522 1967.6 364261 10.2521 15.4019 39.491 -1.495 -5.651 -5.528 21.801 +04 Apr 2020 23:00 UT 85.56 11.564 1968.7 364064 10.2921 15.2095 38.984 -1.495 -5.588 -5.565 21.900 +05 Apr 2020 00:00 UT 85.91 11.605 1969.7 363869 10.3321 15.0154 38.477 -1.494 -5.524 -5.601 21.996 +05 Apr 2020 01:00 UT 86.25 11.647 1970.8 363677 10.3721 14.8194 37.971 -1.494 -5.460 -5.637 22.090 +05 Apr 2020 02:00 UT 86.59 11.689 1971.8 363486 10.4120 14.6217 37.464 -1.494 -5.394 -5.672 22.181 +05 Apr 2020 03:00 UT 86.92 11.730 1972.8 363298 10.4520 14.4222 36.957 -1.493 -5.328 -5.707 22.270 +05 Apr 2020 04:00 UT 87.26 11.772 1973.8 363111 10.4918 14.2210 36.450 -1.493 -5.261 -5.741 22.357 +05 Apr 2020 05:00 UT 87.58 11.814 1974.8 362927 10.5317 14.0181 35.943 -1.493 -5.194 -5.774 22.440 +05 Apr 2020 06:00 UT 87.91 11.855 1975.8 362745 10.5715 13.8135 35.436 -1.492 -5.126 -5.807 22.521 +05 Apr 2020 07:00 UT 88.23 11.897 1976.8 362565 10.6113 13.6072 34.929 -1.492 -5.057 -5.839 22.600 +05 Apr 2020 08:00 UT 88.55 11.939 1977.8 362388 10.6511 13.3992 34.423 -1.492 -4.987 -5.871 22.676 +05 Apr 2020 09:00 UT 88.86 11.980 1978.7 362213 10.6909 13.1897 33.916 -1.491 -4.916 -5.901 22.749 +05 Apr 2020 10:00 UT 89.17 12.022 1979.7 362040 10.7306 12.9785 33.409 -1.491 -4.845 -5.932 22.820 +05 Apr 2020 11:00 UT 89.48 12.064 1980.6 361869 10.7703 12.7658 32.902 -1.491 -4.773 -5.961 22.888 +05 Apr 2020 12:00 UT 89.79 12.105 1981.5 361701 10.8099 12.5515 32.395 -1.490 -4.701 -5.990 22.953 +05 Apr 2020 13:00 UT 90.09 12.147 1982.4 361535 10.8496 12.3357 31.889 -1.490 -4.627 -6.018 23.016 +05 Apr 2020 14:00 UT 90.38 12.189 1983.3 361372 10.8892 12.1184 31.382 -1.490 -4.554 -6.045 23.076 +05 Apr 2020 15:00 UT 90.67 12.230 1984.2 361211 10.9288 11.8996 30.875 -1.489 -4.479 -6.072 23.133 +05 Apr 2020 16:00 UT 90.96 12.272 1985.1 361052 10.9683 11.6794 30.368 -1.489 -4.404 -6.098 23.188 +05 Apr 2020 17:00 UT 91.25 12.314 1986.0 360897 11.0079 11.4577 29.861 -1.489 -4.328 -6.123 23.240 +05 Apr 2020 18:00 UT 91.53 12.355 1986.8 360743 11.0474 11.2346 29.355 -1.488 -4.251 -6.148 23.289 +05 Apr 2020 19:00 UT 91.81 12.397 1987.6 360593 11.0868 11.0101 28.848 -1.488 -4.174 -6.172 23.336 +05 Apr 2020 20:00 UT 92.08 12.439 1988.4 360445 11.1263 10.7843 28.341 -1.488 -4.096 -6.195 23.380 +05 Apr 2020 21:00 UT 92.35 12.480 1989.2 360299 11.1657 10.5572 27.834 -1.487 -4.018 -6.217 23.422 +05 Apr 2020 22:00 UT 92.61 12.522 1990.0 360157 11.2051 10.3287 27.328 -1.487 -3.939 -6.239 23.460 +05 Apr 2020 23:00 UT 92.87 12.564 1990.8 360017 11.2445 10.0990 26.821 -1.486 -3.860 -6.260 23.496 +06 Apr 2020 00:00 UT 93.13 12.605 1991.6 359880 11.2839 9.8681 26.314 -1.486 -3.779 -6.280 23.530 +06 Apr 2020 01:00 UT 93.38 12.647 1992.3 359745 11.3232 9.6359 25.808 -1.486 -3.699 -6.300 23.560 +06 Apr 2020 02:00 UT 93.63 12.689 1993.0 359614 11.3625 9.4025 25.301 -1.485 -3.618 -6.318 23.588 +06 Apr 2020 03:00 UT 93.87 12.730 1993.8 359485 11.4018 9.1680 24.794 -1.485 -3.536 -6.336 23.613 +06 Apr 2020 04:00 UT 94.11 12.772 1994.4 359359 11.4411 8.9323 24.287 -1.485 -3.453 -6.354 23.636 +06 Apr 2020 05:00 UT 94.34 12.814 1995.1 359236 11.4803 8.6955 23.781 -1.484 -3.371 -6.370 23.656 +06 Apr 2020 06:00 UT 94.57 12.855 1995.8 359116 11.5195 8.4576 23.274 -1.484 -3.287 -6.386 23.673 +06 Apr 2020 07:00 UT 94.80 12.897 1996.5 358999 11.5587 8.2187 22.767 -1.484 -3.204 -6.401 23.688 +06 Apr 2020 08:00 UT 95.02 12.939 1997.1 358885 11.5979 7.9787 22.261 -1.483 -3.119 -6.415 23.699 +06 Apr 2020 09:00 UT 95.24 12.980 1997.7 358774 11.6371 7.7378 21.754 -1.483 -3.035 -6.428 23.708 +06 Apr 2020 10:00 UT 95.45 13.022 1998.3 358665 11.6762 7.4959 21.247 -1.483 -2.949 -6.441 23.715 +06 Apr 2020 11:00 UT 95.66 13.064 1998.9 358560 11.7153 7.2530 20.741 -1.482 -2.864 -6.452 23.719 +06 Apr 2020 12:00 UT 95.86 13.105 1999.5 358458 11.7545 7.0092 20.234 -1.482 -2.778 -6.463 23.720 +06 Apr 2020 13:00 UT 96.06 13.147 2000.0 358359 11.7935 6.7646 19.727 -1.482 -2.691 -6.474 23.718 +06 Apr 2020 14:00 UT 96.25 13.189 2000.5 358263 11.8326 6.5190 19.221 -1.481 -2.604 -6.483 23.714 +06 Apr 2020 15:00 UT 96.44 13.230 2001.1 358171 11.8717 6.2727 18.714 -1.481 -2.517 -6.492 23.707 +06 Apr 2020 16:00 UT 96.62 13.272 2001.6 358081 11.9107 6.0256 18.207 -1.480 -2.430 -6.499 23.697 +06 Apr 2020 17:00 UT 96.80 13.314 2002.1 357995 11.9497 5.7777 17.701 -1.480 -2.342 -6.506 23.685 +06 Apr 2020 18:00 UT 96.97 13.355 2002.5 357911 11.9887 5.5291 17.194 -1.480 -2.253 -6.512 23.670 +06 Apr 2020 19:00 UT 97.14 13.397 2003.0 357831 12.0277 5.2798 16.688 -1.479 -2.165 -6.518 23.653 +06 Apr 2020 20:00 UT 97.31 13.439 2003.4 357755 12.0667 5.0298 16.181 -1.479 -2.076 -6.522 23.632 +06 Apr 2020 21:00 UT 97.47 13.480 2003.8 357681 12.1057 4.7791 15.674 -1.479 -1.986 -6.526 23.609 +06 Apr 2020 22:00 UT 97.62 13.522 2004.2 357611 12.1447 4.5279 15.168 -1.478 -1.897 -6.529 23.584 +06 Apr 2020 23:00 UT 97.77 13.564 2004.6 357544 12.1836 4.2760 14.661 -1.478 -1.807 -6.531 23.556 +07 Apr 2020 00:00 UT 97.91 13.605 2004.9 357480 12.2226 4.0236 14.154 -1.477 -1.717 -6.532 23.525 +07 Apr 2020 01:00 UT 98.05 13.647 2005.3 357420 12.2615 3.7707 13.648 -1.477 -1.626 -6.533 23.492 +07 Apr 2020 02:00 UT 98.19 13.689 2005.6 357362 12.3004 3.5173 13.141 -1.477 -1.536 -6.533 23.456 +07 Apr 2020 03:00 UT 98.31 13.730 2005.9 357309 12.3393 3.2635 12.635 -1.476 -1.445 -6.531 23.417 +07 Apr 2020 04:00 UT 98.44 13.772 2006.2 357258 12.3782 3.0092 12.128 -1.476 -1.354 -6.529 23.376 +07 Apr 2020 05:00 UT 98.56 13.814 2006.4 357211 12.4171 2.7545 11.621 -1.476 -1.263 -6.527 23.332 +07 Apr 2020 06:00 UT 98.67 13.855 2006.7 357167 12.4560 2.4995 11.115 -1.475 -1.172 -6.523 23.286 +07 Apr 2020 07:00 UT 98.78 13.897 2006.9 357127 12.4949 2.2441 10.608 -1.475 -1.080 -6.519 23.237 +07 Apr 2020 08:00 UT 98.88 13.939 2007.1 357090 12.5338 1.9885 10.102 -1.474 -0.988 -6.513 23.186 +07 Apr 2020 09:00 UT 98.98 13.980 2007.3 357057 12.5727 1.7325 9.595 -1.474 -0.897 -6.507 23.131 +07 Apr 2020 10:00 UT 99.07 14.022 2007.5 357026 12.6116 1.4764 9.088 -1.474 -0.805 -6.500 23.075 +07 Apr 2020 11:00 UT 99.16 14.064 2007.6 357000 12.6504 1.2200 8.582 -1.473 -0.713 -6.493 23.016 +07 Apr 2020 12:00 UT 99.24 14.105 2007.8 356976 12.6893 0.9634 8.075 -1.473 -0.621 -6.484 22.954 +07 Apr 2020 13:00 UT 99.31 14.147 2007.9 356957 12.7282 0.7067 7.569 -1.473 -0.528 -6.475 22.890 +07 Apr 2020 14:00 UT 99.39 14.189 2008.0 356940 12.7670 0.4499 7.062 -1.472 -0.436 -6.464 22.823 +07 Apr 2020 15:00 UT 99.45 14.230 2008.0 356927 12.8059 0.1930 6.555 -1.472 -0.344 -6.453 22.754 +07 Apr 2020 16:00 UT 99.51 14.272 2008.1 356918 12.8448 -0.0639 6.049 -1.471 -0.252 -6.442 22.682 +07 Apr 2020 17:00 UT 99.57 14.314 2008.1 356912 12.8837 -0.3208 5.542 -1.471 -0.159 -6.429 22.608 +07 Apr 2020 18:00 UT 99.62 14.355 2008.1 356909 12.9226 -0.5778 5.036 -1.471 -0.067 -6.416 22.532 +07 Apr 2020 19:00 UT 99.66 14.397 2008.1 356910 12.9614 -0.8347 4.529 -1.470 0.025 -6.401 22.453 +07 Apr 2020 20:00 UT 99.70 14.439 2008.1 356914 13.0003 -1.0915 4.023 -1.470 0.117 -6.386 22.371 +07 Apr 2020 21:00 UT 99.73 14.480 2008.1 356922 13.0392 -1.3481 3.516 -1.469 0.209 -6.370 22.287 +07 Apr 2020 22:00 UT 99.76 14.522 2008.0 356933 13.0781 -1.6047 3.009 -1.469 0.301 -6.354 22.201 +07 Apr 2020 23:00 UT 99.79 14.564 2007.9 356948 13.1170 -1.8610 2.503 -1.469 0.393 -6.336 22.112 +08 Apr 2020 00:00 UT 99.80 14.605 2007.8 356966 13.1560 -2.1172 1.996 -1.468 0.485 -6.318 22.021 +08 Apr 2020 01:00 UT 99.82 14.647 2007.7 356988 13.1949 -2.3731 1.490 -1.468 0.577 -6.299 21.927 +08 Apr 2020 02:00 UT 99.82 14.689 2007.6 357013 13.2338 -2.6288 0.983 -1.467 0.669 -6.279 21.831 +08 Apr 2020 03:00 UT 99.82 14.730 2007.4 357042 13.2728 -2.8841 0.476 -1.467 0.760 -6.258 21.733 +08 Apr 2020 04:00 UT 99.82 14.772 2007.2 357074 13.3117 -3.1391 -0.030 -1.467 0.851 -6.237 21.632 +08 Apr 2020 05:00 UT 99.81 14.814 2007.0 357109 13.3507 -3.3937 -0.537 -1.466 0.943 -6.215 21.529 +08 Apr 2020 06:00 UT 99.80 14.855 2006.8 357148 13.3897 -3.6480 -1.043 -1.466 1.034 -6.192 21.424 +08 Apr 2020 07:00 UT 99.78 14.897 2006.6 357190 13.4287 -3.9017 -1.550 -1.465 1.124 -6.168 21.316 +08 Apr 2020 08:00 UT 99.75 14.939 2006.3 357236 13.4677 -4.1551 -2.057 -1.465 1.215 -6.144 21.206 +08 Apr 2020 09:00 UT 99.72 14.980 2006.0 357285 13.5067 -4.4079 -2.563 -1.465 1.305 -6.118 21.094 +08 Apr 2020 10:00 UT 99.69 15.022 2005.7 357338 13.5457 -4.6602 -3.070 -1.464 1.395 -6.092 20.979 +08 Apr 2020 11:00 UT 99.65 15.064 2005.4 357394 13.5848 -4.9120 -3.576 -1.464 1.485 -6.065 20.862 +08 Apr 2020 12:00 UT 99.60 15.105 2005.1 357453 13.6238 -5.1632 -4.083 -1.463 1.574 -6.038 20.743 +08 Apr 2020 13:00 UT 99.55 15.147 2004.7 357516 13.6629 -5.4137 -4.590 -1.463 1.664 -6.010 20.622 +08 Apr 2020 14:00 UT 99.49 15.189 2004.4 357582 13.7020 -5.6636 -5.096 -1.463 1.752 -5.980 20.498 +08 Apr 2020 15:00 UT 99.43 15.230 2004.0 357651 13.7411 -5.9128 -5.603 -1.462 1.841 -5.951 20.373 +08 Apr 2020 16:00 UT 99.36 15.272 2003.6 357724 13.7803 -6.1613 -6.109 -1.462 1.929 -5.920 20.245 +08 Apr 2020 17:00 UT 99.29 15.314 2003.1 357800 13.8194 -6.4091 -6.616 -1.461 2.017 -5.889 20.115 +08 Apr 2020 18:00 UT 99.21 15.355 2002.7 357880 13.8586 -6.6561 -7.123 -1.461 2.105 -5.857 19.982 +08 Apr 2020 19:00 UT 99.13 15.397 2002.2 357963 13.8978 -6.9022 -7.629 -1.461 2.192 -5.824 19.848 +08 Apr 2020 20:00 UT 99.04 15.439 2001.7 358049 13.9370 -7.1476 -8.136 -1.460 2.278 -5.791 19.711 +08 Apr 2020 21:00 UT 98.94 15.480 2001.2 358138 13.9762 -7.3921 -8.643 -1.460 2.365 -5.757 19.572 +08 Apr 2020 22:00 UT 98.85 15.522 2000.7 358231 14.0155 -7.6356 -9.149 -1.459 2.451 -5.722 19.432 +08 Apr 2020 23:00 UT 98.74 15.564 2000.2 358327 14.0548 -7.8783 -9.656 -1.459 2.536 -5.687 19.289 +09 Apr 2020 00:00 UT 98.63 15.605 1999.6 358426 14.0941 -8.1200 -10.162 -1.459 2.621 -5.650 19.144 +09 Apr 2020 01:00 UT 98.52 15.647 1999.1 358528 14.1334 -8.3607 -10.669 -1.458 2.706 -5.614 18.997 +09 Apr 2020 02:00 UT 98.40 15.689 1998.5 358634 14.1728 -8.6004 -11.176 -1.458 2.790 -5.576 18.848 +09 Apr 2020 03:00 UT 98.28 15.730 1997.9 358742 14.2121 -8.8391 -11.682 -1.457 2.874 -5.538 18.696 +09 Apr 2020 04:00 UT 98.15 15.772 1997.3 358854 14.2515 -9.0767 -12.189 -1.457 2.957 -5.499 18.543 +09 Apr 2020 05:00 UT 98.01 15.814 1996.6 358969 14.2910 -9.3131 -12.696 -1.456 3.039 -5.460 18.388 +09 Apr 2020 06:00 UT 97.87 15.855 1996.0 359087 14.3304 -9.5485 -13.202 -1.456 3.121 -5.420 18.231 +09 Apr 2020 07:00 UT 97.73 15.897 1995.3 359208 14.3699 -9.7827 -13.709 -1.456 3.203 -5.379 18.072 +09 Apr 2020 08:00 UT 97.58 15.939 1994.6 359332 14.4094 -10.0157 -14.216 -1.455 3.284 -5.337 17.911 +09 Apr 2020 09:00 UT 97.43 15.980 1993.9 359459 14.4490 -10.2475 -14.722 -1.455 3.365 -5.295 17.748 +09 Apr 2020 10:00 UT 97.27 16.022 1993.2 359590 14.4885 -10.4780 -15.229 -1.454 3.444 -5.253 17.583 +09 Apr 2020 11:00 UT 97.11 16.064 1992.4 359723 14.5281 -10.7073 -15.736 -1.454 3.524 -5.210 17.416 +09 Apr 2020 12:00 UT 96.94 16.105 1991.7 359859 14.5677 -10.9352 -16.243 -1.454 3.603 -5.166 17.248 +09 Apr 2020 13:00 UT 96.77 16.147 1990.9 359998 14.6074 -11.1619 -16.749 -1.453 3.681 -5.121 17.077 +09 Apr 2020 14:00 UT 96.59 16.189 1990.1 360140 14.6471 -11.3872 -17.256 -1.453 3.758 -5.076 16.905 +09 Apr 2020 15:00 UT 96.41 16.230 1989.3 360285 14.6868 -11.6111 -17.763 -1.452 3.835 -5.031 16.731 +09 Apr 2020 16:00 UT 96.22 16.272 1988.5 360433 14.7265 -11.8336 -18.269 -1.452 3.912 -4.985 16.555 +09 Apr 2020 17:00 UT 96.03 16.314 1987.7 360583 14.7663 -12.0546 -18.776 -1.451 3.987 -4.938 16.377 +09 Apr 2020 18:00 UT 95.83 16.355 1986.8 360737 14.8061 -12.2742 -19.283 -1.451 4.062 -4.891 16.197 +09 Apr 2020 19:00 UT 95.63 16.397 1986.0 360893 14.8459 -12.4924 -19.790 -1.451 4.137 -4.843 16.016 +09 Apr 2020 20:00 UT 95.43 16.439 1985.1 361052 14.8857 -12.7090 -20.296 -1.450 4.210 -4.794 15.833 +09 Apr 2020 21:00 UT 95.22 16.480 1984.2 361213 14.9256 -12.9240 -20.803 -1.450 4.283 -4.746 15.648 +09 Apr 2020 22:00 UT 95.00 16.522 1983.3 361378 14.9655 -13.1376 -21.310 -1.449 4.356 -4.696 15.462 +09 Apr 2020 23:00 UT 94.79 16.564 1982.4 361545 15.0055 -13.3495 -21.817 -1.449 4.427 -4.646 15.274 +10 Apr 2020 00:00 UT 94.56 16.605 1981.5 361714 15.0454 -13.5598 -22.323 -1.449 4.498 -4.596 15.084 +10 Apr 2020 01:00 UT 94.34 16.647 1980.5 361886 15.0855 -13.7685 -22.830 -1.448 4.568 -4.545 14.893 +10 Apr 2020 02:00 UT 94.11 16.689 1979.6 362061 15.1255 -13.9755 -23.337 -1.448 4.638 -4.493 14.699 +10 Apr 2020 03:00 UT 93.87 16.730 1978.6 362238 15.1656 -14.1808 -23.844 -1.447 4.707 -4.442 14.505 +10 Apr 2020 04:00 UT 93.63 16.772 1977.6 362418 15.2056 -14.3844 -24.351 -1.447 4.775 -4.389 14.309 +10 Apr 2020 05:00 UT 93.39 16.814 1976.6 362600 15.2458 -14.5863 -24.857 -1.447 4.842 -4.336 14.111 +10 Apr 2020 06:00 UT 93.14 16.855 1975.6 362785 15.2859 -14.7865 -25.364 -1.446 4.909 -4.283 13.912 +10 Apr 2020 07:00 UT 92.89 16.897 1974.6 362972 15.3261 -14.9849 -25.871 -1.446 4.975 -4.229 13.711 +10 Apr 2020 08:00 UT 92.63 16.939 1973.6 363162 15.3663 -15.1814 -26.378 -1.445 5.040 -4.175 13.509 +10 Apr 2020 09:00 UT 92.38 16.980 1972.5 363353 15.4066 -15.3762 -26.885 -1.445 5.104 -4.121 13.305 +10 Apr 2020 10:00 UT 92.11 17.022 1971.5 363548 15.4468 -15.5691 -27.392 -1.444 5.167 -4.066 13.100 +10 Apr 2020 11:00 UT 91.84 17.064 1970.4 363744 15.4871 -15.7602 -27.899 -1.444 5.230 -4.010 12.893 +10 Apr 2020 12:00 UT 91.57 17.105 1969.3 363942 15.5275 -15.9494 -28.405 -1.444 5.292 -3.955 12.685 +10 Apr 2020 13:00 UT 91.30 17.147 1968.2 364143 15.5678 -16.1366 -28.912 -1.443 5.353 -3.898 12.476 +10 Apr 2020 14:00 UT 91.02 17.189 1967.2 364346 15.6082 -16.3220 -29.419 -1.443 5.413 -3.842 12.265 +10 Apr 2020 15:00 UT 90.74 17.230 1966.0 364551 15.6486 -16.5054 -29.926 -1.442 5.473 -3.785 12.053 +10 Apr 2020 16:00 UT 90.45 17.272 1964.9 364758 15.6891 -16.6868 -30.433 -1.442 5.532 -3.728 11.839 +10 Apr 2020 17:00 UT 90.16 17.314 1963.8 364967 15.7296 -16.8663 -30.940 -1.442 5.590 -3.670 11.625 +10 Apr 2020 18:00 UT 89.87 17.355 1962.7 365179 15.7701 -17.0438 -31.447 -1.441 5.647 -3.612 11.409 +10 Apr 2020 19:00 UT 89.57 17.397 1961.5 365392 15.8106 -17.2192 -31.954 -1.441 5.703 -3.554 11.191 +10 Apr 2020 20:00 UT 89.27 17.439 1960.4 365607 15.8511 -17.3926 -32.461 -1.440 5.758 -3.495 10.973 +10 Apr 2020 21:00 UT 88.97 17.480 1959.2 365824 15.8917 -17.5640 -32.968 -1.440 5.813 -3.436 10.753 +10 Apr 2020 22:00 UT 88.66 17.522 1958.0 366043 15.9323 -17.7333 -33.475 -1.440 5.867 -3.376 10.533 +10 Apr 2020 23:00 UT 88.35 17.564 1956.9 366264 15.9729 -17.9005 -33.982 -1.439 5.920 -3.317 10.311 +11 Apr 2020 00:00 UT 88.04 17.605 1955.7 366486 16.0136 -18.0656 -34.489 -1.439 5.972 -3.257 10.088 +11 Apr 2020 01:00 UT 87.72 17.647 1954.5 366710 16.0543 -18.2285 -34.996 -1.438 6.023 -3.197 9.864 +11 Apr 2020 02:00 UT 87.40 17.689 1953.3 366936 16.0950 -18.3894 -35.503 -1.438 6.073 -3.136 9.638 +11 Apr 2020 03:00 UT 87.08 17.730 1952.1 367164 16.1357 -18.5481 -36.010 -1.438 6.123 -3.075 9.412 +11 Apr 2020 04:00 UT 86.76 17.772 1950.8 367393 16.1764 -18.7046 -36.517 -1.437 6.171 -3.014 9.185 +11 Apr 2020 05:00 UT 86.43 17.814 1949.6 367624 16.2172 -18.8589 -37.024 -1.437 6.219 -2.953 8.957 +11 Apr 2020 06:00 UT 86.10 17.855 1948.4 367857 16.2580 -19.0111 -37.531 -1.436 6.266 -2.891 8.728 +11 Apr 2020 07:00 UT 85.76 17.897 1947.1 368091 16.2988 -19.1610 -38.038 -1.436 6.312 -2.830 8.497 +11 Apr 2020 08:00 UT 85.42 17.939 1945.9 368326 16.3396 -19.3087 -38.545 -1.436 6.357 -2.768 8.266 +11 Apr 2020 09:00 UT 85.08 17.980 1944.6 368563 16.3804 -19.4542 -39.052 -1.435 6.402 -2.705 8.035 +11 Apr 2020 10:00 UT 84.74 18.022 1943.4 368801 16.4213 -19.5974 -39.559 -1.435 6.445 -2.643 7.802 +11 Apr 2020 11:00 UT 84.39 18.064 1942.1 369041 16.4621 -19.7384 -40.066 -1.434 6.488 -2.580 7.568 +11 Apr 2020 12:00 UT 84.05 18.105 1940.9 369282 16.5030 -19.8770 -40.573 -1.434 6.529 -2.517 7.334 +11 Apr 2020 13:00 UT 83.69 18.147 1939.6 369524 16.5439 -20.0134 -41.080 -1.434 6.570 -2.454 7.099 +11 Apr 2020 14:00 UT 83.34 18.189 1938.3 369768 16.5848 -20.1475 -41.587 -1.433 6.610 -2.391 6.863 +11 Apr 2020 15:00 UT 82.98 18.230 1937.0 370013 16.6258 -20.2793 -42.095 -1.433 6.649 -2.328 6.626 +11 Apr 2020 16:00 UT 82.63 18.272 1935.7 370259 16.6667 -20.4088 -42.602 -1.433 6.687 -2.264 6.389 +11 Apr 2020 17:00 UT 82.26 18.314 1934.4 370506 16.7076 -20.5360 -43.109 -1.432 6.725 -2.200 6.151 +11 Apr 2020 18:00 UT 81.90 18.355 1933.2 370754 16.7486 -20.6608 -43.616 -1.432 6.761 -2.137 5.912 +11 Apr 2020 19:00 UT 81.53 18.397 1931.9 371003 16.7896 -20.7833 -44.123 -1.431 6.797 -2.073 5.673 +11 Apr 2020 20:00 UT 81.17 18.439 1930.6 371253 16.8305 -20.9034 -44.630 -1.431 6.831 -2.008 5.433 +11 Apr 2020 21:00 UT 80.80 18.480 1929.2 371505 16.8715 -21.0211 -45.138 -1.431 6.865 -1.944 5.193 +11 Apr 2020 22:00 UT 80.42 18.522 1927.9 371757 16.9125 -21.1365 -45.645 -1.430 6.898 -1.880 4.952 +11 Apr 2020 23:00 UT 80.05 18.564 1926.6 372010 16.9535 -21.2495 -46.152 -1.430 6.930 -1.815 4.711 +12 Apr 2020 00:00 UT 79.67 18.605 1925.3 372264 16.9945 -21.3602 -46.659 -1.430 6.961 -1.751 4.469 +12 Apr 2020 01:00 UT 79.29 18.647 1924.0 372519 17.0355 -21.4684 -47.167 -1.429 6.992 -1.686 4.227 +12 Apr 2020 02:00 UT 78.91 18.689 1922.7 372775 17.0765 -21.5742 -47.674 -1.429 7.021 -1.621 3.984 +12 Apr 2020 03:00 UT 78.53 18.730 1921.4 373031 17.1175 -21.6776 -48.181 -1.428 7.050 -1.556 3.741 +12 Apr 2020 04:00 UT 78.14 18.772 1920.0 373288 17.1585 -21.7787 -48.688 -1.428 7.077 -1.491 3.498 +12 Apr 2020 05:00 UT 77.76 18.814 1918.7 373546 17.1994 -21.8773 -49.196 -1.428 7.104 -1.426 3.254 +12 Apr 2020 06:00 UT 77.37 18.855 1917.4 373804 17.2404 -21.9734 -49.703 -1.427 7.130 -1.361 3.011 +12 Apr 2020 07:00 UT 76.98 18.897 1916.0 374063 17.2814 -22.0672 -50.210 -1.427 7.155 -1.296 2.766 +12 Apr 2020 08:00 UT 76.58 18.939 1914.7 374323 17.3224 -22.1585 -50.718 -1.427 7.179 -1.231 2.522 +12 Apr 2020 09:00 UT 76.19 18.980 1913.4 374583 17.3634 -22.2474 -51.225 -1.426 7.203 -1.166 2.278 +12 Apr 2020 10:00 UT 75.79 19.022 1912.1 374844 17.4043 -22.3339 -51.732 -1.426 7.225 -1.101 2.033 +12 Apr 2020 11:00 UT 75.40 19.064 1910.7 375105 17.4453 -22.4179 -52.240 -1.426 7.247 -1.036 1.788 +12 Apr 2020 12:00 UT 75.00 19.105 1909.4 375366 17.4862 -22.4995 -52.747 -1.425 7.268 -0.970 1.543 +12 Apr 2020 13:00 UT 74.60 19.147 1908.1 375628 17.5271 -22.5787 -53.255 -1.425 7.287 -0.905 1.298 +12 Apr 2020 14:00 UT 74.20 19.189 1906.7 375890 17.5681 -22.6554 -53.762 -1.424 7.306 -0.840 1.053 +12 Apr 2020 15:00 UT 73.79 19.230 1905.4 376153 17.6090 -22.7297 -54.269 -1.424 7.325 -0.775 0.808 +12 Apr 2020 16:00 UT 73.39 19.272 1904.1 376416 17.6498 -22.8015 -54.777 -1.424 7.342 -0.709 0.563 +12 Apr 2020 17:00 UT 72.98 19.314 1902.7 376679 17.6907 -22.8709 -55.284 -1.423 7.359 -0.644 0.319 +12 Apr 2020 18:00 UT 72.57 19.355 1901.4 376942 17.7316 -22.9378 -55.792 -1.423 7.374 -0.579 0.074 +12 Apr 2020 19:00 UT 72.17 19.397 1900.1 377206 17.7724 -23.0023 -56.299 -1.423 7.389 -0.514 359.829 +12 Apr 2020 20:00 UT 71.76 19.439 1898.8 377469 17.8132 -23.0644 -56.807 -1.422 7.403 -0.449 359.585 +12 Apr 2020 21:00 UT 71.35 19.480 1897.4 377733 17.8540 -23.1240 -57.314 -1.422 7.416 -0.384 359.340 +12 Apr 2020 22:00 UT 70.93 19.522 1896.1 377997 17.8947 -23.1812 -57.822 -1.422 7.428 -0.319 359.096 +12 Apr 2020 23:00 UT 70.52 19.564 1894.8 378260 17.9355 -23.2359 -58.329 -1.421 7.440 -0.254 358.852 +13 Apr 2020 00:00 UT 70.11 19.605 1893.5 378524 17.9762 -23.2882 -58.837 -1.421 7.451 -0.189 358.609 +13 Apr 2020 01:00 UT 69.69 19.647 1892.2 378788 18.0169 -23.3381 -59.344 -1.421 7.461 -0.124 358.365 +13 Apr 2020 02:00 UT 69.27 19.689 1890.8 379052 18.0575 -23.3855 -59.852 -1.420 7.470 -0.059 358.122 +13 Apr 2020 03:00 UT 68.86 19.730 1889.5 379315 18.0981 -23.4305 -60.359 -1.420 7.478 0.005 357.880 +13 Apr 2020 04:00 UT 68.44 19.772 1888.2 379579 18.1387 -23.4731 -60.867 -1.420 7.485 0.070 357.637 +13 Apr 2020 05:00 UT 68.02 19.814 1886.9 379842 18.1793 -23.5133 -61.375 -1.419 7.492 0.135 357.396 +13 Apr 2020 06:00 UT 67.60 19.855 1885.6 380105 18.2198 -23.5510 -61.882 -1.419 7.498 0.199 357.154 +13 Apr 2020 07:00 UT 67.18 19.897 1884.3 380368 18.2603 -23.5864 -62.390 -1.419 7.503 0.263 356.913 +13 Apr 2020 08:00 UT 66.76 19.939 1883.0 380631 18.3007 -23.6193 -62.897 -1.418 7.507 0.327 356.673 +13 Apr 2020 09:00 UT 66.33 19.980 1881.7 380893 18.3411 -23.6499 -63.405 -1.418 7.511 0.391 356.433 +13 Apr 2020 10:00 UT 65.91 20.022 1880.4 381155 18.3815 -23.6780 -63.913 -1.418 7.513 0.455 356.194 +13 Apr 2020 11:00 UT 65.49 20.064 1879.1 381416 18.4218 -23.7038 -64.420 -1.417 7.515 0.519 355.955 +13 Apr 2020 12:00 UT 65.06 20.105 1877.8 381678 18.4621 -23.7271 -64.928 -1.417 7.516 0.583 355.717 +13 Apr 2020 13:00 UT 64.64 20.147 1876.5 381938 18.5024 -23.7481 -65.436 -1.417 7.517 0.646 355.480 +13 Apr 2020 14:00 UT 64.21 20.189 1875.3 382199 18.5426 -23.7668 -65.943 -1.416 7.516 0.710 355.243 +13 Apr 2020 15:00 UT 63.79 20.230 1874.0 382459 18.5827 -23.7831 -66.451 -1.416 7.515 0.773 355.007 +13 Apr 2020 16:00 UT 63.36 20.272 1872.7 382718 18.6228 -23.7970 -66.959 -1.416 7.513 0.836 354.771 +13 Apr 2020 17:00 UT 62.94 20.314 1871.5 382977 18.6629 -23.8086 -67.467 -1.416 7.511 0.899 354.537 +13 Apr 2020 18:00 UT 62.51 20.355 1870.2 383235 18.7029 -23.8178 -67.974 -1.415 7.507 0.962 354.303 +13 Apr 2020 19:00 UT 62.08 20.397 1868.9 383493 18.7429 -23.8247 -68.482 -1.415 7.503 1.024 354.070 +13 Apr 2020 20:00 UT 61.65 20.439 1867.7 383750 18.7828 -23.8293 -68.990 -1.415 7.498 1.087 353.838 +13 Apr 2020 21:00 UT 61.23 20.480 1866.4 384006 18.8226 -23.8316 -69.498 -1.414 7.493 1.149 353.607 +13 Apr 2020 22:00 UT 60.80 20.522 1865.2 384262 18.8624 -23.8315 -70.006 -1.414 7.487 1.211 353.376 +13 Apr 2020 23:00 UT 60.37 20.564 1864.0 384517 18.9022 -23.8292 -70.513 -1.414 7.480 1.273 353.147 +14 Apr 2020 00:00 UT 59.94 20.605 1862.7 384771 18.9419 -23.8246 -71.021 -1.413 7.472 1.335 352.918 +14 Apr 2020 01:00 UT 59.51 20.647 1861.5 385024 18.9815 -23.8178 -71.529 -1.413 7.463 1.396 352.691 +14 Apr 2020 02:00 UT 59.08 20.689 1860.3 385277 19.0211 -23.8086 -72.037 -1.413 7.454 1.457 352.464 +14 Apr 2020 03:00 UT 58.65 20.730 1859.1 385529 19.0606 -23.7972 -72.545 -1.413 7.444 1.518 352.239 +14 Apr 2020 04:00 UT 58.22 20.772 1857.9 385780 19.1001 -23.7836 -73.053 -1.412 7.434 1.579 352.014 +14 Apr 2020 05:00 UT 57.80 20.814 1856.7 386030 19.1395 -23.7677 -73.561 -1.412 7.423 1.640 351.791 +14 Apr 2020 06:00 UT 57.37 20.855 1855.5 386280 19.1788 -23.7496 -74.068 -1.412 7.411 1.700 351.569 +14 Apr 2020 07:00 UT 56.94 20.897 1854.3 386528 19.2181 -23.7293 -74.576 -1.411 7.398 1.761 351.347 +14 Apr 2020 08:00 UT 56.51 20.939 1853.1 386776 19.2573 -23.7068 -75.084 -1.411 7.385 1.821 351.127 +14 Apr 2020 09:00 UT 56.08 20.980 1851.9 387022 19.2964 -23.6822 -75.592 -1.411 7.371 1.880 350.908 +14 Apr 2020 10:00 UT 55.65 21.022 1850.7 387268 19.3355 -23.6553 -76.100 -1.411 7.357 1.940 350.690 +14 Apr 2020 11:00 UT 55.22 21.064 1849.6 387512 19.3745 -23.6263 -76.608 -1.410 7.342 1.999 350.474 +14 Apr 2020 12:00 UT 54.79 21.105 1848.4 387756 19.4134 -23.5951 -77.116 -1.410 7.326 2.058 350.258 +14 Apr 2020 13:00 UT 54.37 21.147 1847.2 387998 19.4523 -23.5618 -77.624 -1.410 7.309 2.117 350.044 +14 Apr 2020 14:00 UT 53.94 21.189 1846.1 388239 19.4911 -23.5264 -78.132 -1.409 7.292 2.175 349.831 +14 Apr 2020 15:00 UT 53.51 21.230 1844.9 388480 19.5298 -23.4888 -78.640 -1.409 7.275 2.234 349.620 +14 Apr 2020 16:00 UT 53.08 21.272 1843.8 388719 19.5685 -23.4492 -79.148 -1.409 7.256 2.292 349.409 +14 Apr 2020 17:00 UT 52.66 21.314 1842.7 388957 19.6071 -23.4074 -79.656 -1.409 7.237 2.349 349.200 +14 Apr 2020 18:00 UT 52.23 21.355 1841.6 389194 19.6456 -23.3636 -80.164 -1.408 7.218 2.407 348.993 +14 Apr 2020 19:00 UT 51.80 21.397 1840.4 389429 19.6841 -23.3177 -80.672 -1.408 7.198 2.464 348.786 +14 Apr 2020 20:00 UT 51.38 21.439 1839.3 389664 19.7224 -23.2698 -81.180 -1.408 7.177 2.521 348.582 +14 Apr 2020 21:00 UT 50.95 21.480 1838.2 389897 19.7607 -23.2198 -81.689 -1.408 7.156 2.577 348.378 +14 Apr 2020 22:00 UT 50.53 21.522 1837.1 390129 19.7990 -23.1679 -82.197 -1.407 7.134 2.634 348.176 +14 Apr 2020 23:00 UT 50.10 21.564 1836.1 390360 19.8371 -23.1139 -82.705 -1.407 7.111 2.690 347.975 +15 Apr 2020 00:00 UT 49.68 21.605 1835.0 390589 19.8752 -23.0579 -83.213 -1.407 7.088 2.746 347.776 +15 Apr 2020 01:00 UT 49.26 21.647 1833.9 390817 19.9132 -22.9999 -83.721 -1.407 7.064 2.801 347.578 +15 Apr 2020 02:00 UT 48.83 21.689 1832.8 391044 19.9511 -22.9400 -84.229 -1.406 7.040 2.856 347.382 +15 Apr 2020 03:00 UT 48.41 21.730 1831.8 391270 19.9889 -22.8781 -84.737 -1.406 7.015 2.911 347.187 +15 Apr 2020 04:00 UT 47.99 21.772 1830.7 391494 20.0267 -22.8143 -85.246 -1.406 6.990 2.966 346.993 +15 Apr 2020 05:00 UT 47.57 21.814 1829.7 391717 20.0644 -22.7485 -85.754 -1.406 6.964 3.020 346.801 +15 Apr 2020 06:00 UT 47.15 21.855 1828.7 391938 20.1020 -22.6809 -86.262 -1.405 6.938 3.074 346.611 +15 Apr 2020 07:00 UT 46.73 21.897 1827.6 392158 20.1395 -22.6113 -86.770 -1.405 6.911 3.128 346.422 +15 Apr 2020 08:00 UT 46.31 21.939 1826.6 392377 20.1769 -22.5399 -87.279 -1.405 6.883 3.181 346.235 +15 Apr 2020 09:00 UT 45.89 21.980 1825.6 392594 20.2143 -22.4666 -87.787 -1.405 6.856 3.234 346.049 +15 Apr 2020 10:00 UT 45.47 22.022 1824.6 392810 20.2516 -22.3914 -88.295 -1.404 6.827 3.287 345.865 +15 Apr 2020 11:00 UT 45.06 22.064 1823.6 393024 20.2888 -22.3145 -88.803 -1.404 6.798 3.339 345.683 +15 Apr 2020 12:00 UT 44.64 22.105 1822.6 393237 20.3259 -22.2356 -89.312 -1.404 6.769 3.391 345.502 +15 Apr 2020 13:00 UT 44.23 22.147 1821.6 393448 20.3629 -22.1550 -89.820 -1.404 6.739 3.443 345.323 +15 Apr 2020 14:00 UT 43.81 22.189 1820.7 393658 20.3999 -22.0726 -90.328 -1.403 6.708 3.494 345.145 +15 Apr 2020 15:00 UT 43.40 22.230 1819.7 393867 20.4368 -21.9884 -90.837 -1.403 6.677 3.545 344.969 +15 Apr 2020 16:00 UT 42.99 22.272 1818.8 394073 20.4736 -21.9025 -91.345 -1.403 6.646 3.596 344.795 +15 Apr 2020 17:00 UT 42.58 22.314 1817.8 394279 20.5103 -21.8148 -91.853 -1.403 6.614 3.646 344.622 +15 Apr 2020 18:00 UT 42.17 22.355 1816.9 394482 20.5469 -21.7254 -92.362 -1.402 6.581 3.696 344.451 +15 Apr 2020 19:00 UT 41.76 22.397 1815.9 394685 20.5835 -21.6342 -92.870 -1.402 6.549 3.746 344.282 +15 Apr 2020 20:00 UT 41.35 22.439 1815.0 394885 20.6199 -21.5414 -93.378 -1.402 6.515 3.795 344.114 +15 Apr 2020 21:00 UT 40.94 22.480 1814.1 395084 20.6563 -21.4468 -93.887 -1.402 6.481 3.844 343.948 +15 Apr 2020 22:00 UT 40.54 22.522 1813.2 395282 20.6926 -21.3506 -94.395 -1.401 6.447 3.893 343.784 +15 Apr 2020 23:00 UT 40.13 22.564 1812.3 395477 20.7288 -21.2527 -94.904 -1.401 6.413 3.941 343.622 +16 Apr 2020 00:00 UT 39.73 22.605 1811.4 395671 20.7649 -21.1532 -95.412 -1.401 6.378 3.989 343.461 +16 Apr 2020 01:00 UT 39.32 22.647 1810.5 395864 20.8010 -21.0521 -95.920 -1.401 6.342 4.036 343.302 +16 Apr 2020 02:00 UT 38.92 22.689 1809.7 396055 20.8370 -20.9493 -96.429 -1.400 6.306 4.083 343.144 +16 Apr 2020 03:00 UT 38.52 22.730 1808.8 396244 20.8728 -20.8450 -96.937 -1.400 6.270 4.130 342.989 +16 Apr 2020 04:00 UT 38.12 22.772 1807.9 396432 20.9086 -20.7390 -97.446 -1.400 6.233 4.177 342.835 +16 Apr 2020 05:00 UT 37.72 22.814 1807.1 396618 20.9444 -20.6315 -97.954 -1.400 6.196 4.223 342.683 +16 Apr 2020 06:00 UT 37.33 22.855 1806.3 396802 20.9800 -20.5225 -98.463 -1.399 6.159 4.268 342.533 +16 Apr 2020 07:00 UT 36.93 22.897 1805.4 396984 21.0155 -20.4119 -98.971 -1.399 6.121 4.314 342.384 +16 Apr 2020 08:00 UT 36.54 22.939 1804.6 397165 21.0510 -20.2997 -99.480 -1.399 6.082 4.358 342.237 +16 Apr 2020 09:00 UT 36.14 22.980 1803.8 397344 21.0864 -20.1861 -99.988 -1.399 6.044 4.403 342.092 +16 Apr 2020 10:00 UT 35.75 23.022 1803.0 397522 21.1217 -20.0710 -100.497 -1.399 6.005 4.447 341.949 +16 Apr 2020 11:00 UT 35.36 23.064 1802.2 397697 21.1569 -19.9544 -101.006 -1.398 5.965 4.491 341.808 +16 Apr 2020 12:00 UT 34.97 23.105 1801.4 397871 21.1921 -19.8363 -101.514 -1.398 5.925 4.534 341.668 +16 Apr 2020 13:00 UT 34.58 23.147 1800.6 398044 21.2271 -19.7168 -102.023 -1.398 5.885 4.577 341.530 +16 Apr 2020 14:00 UT 34.20 23.189 1799.8 398214 21.2621 -19.5959 -102.531 -1.398 5.845 4.620 341.394 +16 Apr 2020 15:00 UT 33.81 23.230 1799.1 398383 21.2970 -19.4735 -103.040 -1.397 5.804 4.662 341.260 +16 Apr 2020 16:00 UT 33.43 23.272 1798.3 398550 21.3318 -19.3497 -103.549 -1.397 5.763 4.704 341.128 +16 Apr 2020 17:00 UT 33.04 23.314 1797.6 398715 21.3666 -19.2246 -104.057 -1.397 5.721 4.745 340.997 +16 Apr 2020 18:00 UT 32.66 23.355 1796.8 398879 21.4012 -19.0980 -104.566 -1.397 5.679 4.786 340.868 +16 Apr 2020 19:00 UT 32.28 23.397 1796.1 399041 21.4358 -18.9701 -105.075 -1.396 5.637 4.826 340.741 +16 Apr 2020 20:00 UT 31.90 23.439 1795.4 399201 21.4703 -18.8409 -105.583 -1.396 5.595 4.867 340.616 +16 Apr 2020 21:00 UT 31.53 23.480 1794.7 399359 21.5047 -18.7103 -106.092 -1.396 5.552 4.906 340.493 +16 Apr 2020 22:00 UT 31.15 23.522 1794.0 399515 21.5391 -18.5784 -106.601 -1.396 5.509 4.946 340.371 +16 Apr 2020 23:00 UT 30.78 23.564 1793.3 399670 21.5733 -18.4452 -107.109 -1.396 5.465 4.985 340.251 +17 Apr 2020 00:00 UT 30.41 23.605 1792.6 399823 21.6075 -18.3107 -107.618 -1.395 5.422 5.023 340.133 +17 Apr 2020 01:00 UT 30.04 23.647 1791.9 399974 21.6416 -18.1750 -108.127 -1.395 5.378 5.061 340.017 +17 Apr 2020 02:00 UT 29.67 23.689 1791.3 400123 21.6756 -18.0379 -108.635 -1.395 5.333 5.099 339.903 +17 Apr 2020 03:00 UT 29.30 23.730 1790.6 400271 21.7096 -17.8997 -109.144 -1.395 5.289 5.136 339.791 +17 Apr 2020 04:00 UT 28.93 23.772 1789.9 400417 21.7435 -17.7602 -109.653 -1.394 5.244 5.173 339.680 +17 Apr 2020 05:00 UT 28.57 23.814 1789.3 400560 21.7773 -17.6195 -110.162 -1.394 5.199 5.209 339.571 +17 Apr 2020 06:00 UT 28.21 23.855 1788.7 400703 21.8110 -17.4775 -110.670 -1.394 5.153 5.245 339.464 +17 Apr 2020 07:00 UT 27.85 23.897 1788.0 400843 21.8447 -17.3344 -111.179 -1.394 5.108 5.281 339.359 +17 Apr 2020 08:00 UT 27.49 23.939 1787.4 400981 21.8783 -17.1901 -111.688 -1.393 5.062 5.316 339.256 +17 Apr 2020 09:00 UT 27.13 23.980 1786.8 401118 21.9118 -17.0447 -112.197 -1.393 5.016 5.351 339.154 +17 Apr 2020 10:00 UT 26.77 24.022 1786.2 401253 21.9452 -16.8981 -112.706 -1.393 4.969 5.385 339.054 +17 Apr 2020 11:00 UT 26.42 24.064 1785.6 401386 21.9786 -16.7504 -113.215 -1.393 4.922 5.419 338.957 +17 Apr 2020 12:00 UT 26.07 24.105 1785.0 401518 22.0119 -16.6015 -113.723 -1.393 4.876 5.452 338.861 +17 Apr 2020 13:00 UT 25.72 24.147 1784.5 401647 22.0451 -16.4516 -114.232 -1.392 4.828 5.485 338.766 +17 Apr 2020 14:00 UT 25.37 24.189 1783.9 401775 22.0782 -16.3005 -114.741 -1.392 4.781 5.518 338.674 +17 Apr 2020 15:00 UT 25.02 24.230 1783.3 401901 22.1113 -16.1484 -115.250 -1.392 4.733 5.550 338.583 +17 Apr 2020 16:00 UT 24.67 24.272 1782.8 402025 22.1443 -15.9952 -115.759 -1.392 4.686 5.581 338.494 +17 Apr 2020 17:00 UT 24.33 24.314 1782.2 402147 22.1773 -15.8410 -116.268 -1.391 4.638 5.613 338.407 +17 Apr 2020 18:00 UT 23.99 24.355 1781.7 402267 22.2102 -15.6857 -116.777 -1.391 4.589 5.643 338.322 +17 Apr 2020 19:00 UT 23.65 24.397 1781.2 402386 22.2430 -15.5294 -117.286 -1.391 4.541 5.674 338.239 +17 Apr 2020 20:00 UT 23.31 24.439 1780.7 402503 22.2757 -15.3721 -117.794 -1.391 4.492 5.703 338.157 +17 Apr 2020 21:00 UT 22.98 24.480 1780.2 402618 22.3084 -15.2138 -118.303 -1.390 4.443 5.733 338.078 +17 Apr 2020 22:00 UT 22.64 24.522 1779.7 402731 22.3410 -15.0545 -118.812 -1.390 4.394 5.762 338.000 +17 Apr 2020 23:00 UT 22.31 24.564 1779.2 402843 22.3735 -14.8942 -119.321 -1.390 4.345 5.790 337.924 +18 Apr 2020 00:00 UT 21.98 24.605 1778.7 402952 22.4060 -14.7329 -119.830 -1.390 4.296 5.818 337.849 +18 Apr 2020 01:00 UT 21.65 24.647 1778.2 403060 22.4384 -14.5708 -120.339 -1.389 4.246 5.846 337.777 +18 Apr 2020 02:00 UT 21.32 24.689 1777.7 403166 22.4708 -14.4076 -120.848 -1.389 4.196 5.873 337.706 +18 Apr 2020 03:00 UT 21.00 24.730 1777.3 403271 22.5031 -14.2436 -121.357 -1.389 4.146 5.900 337.637 +18 Apr 2020 04:00 UT 20.68 24.772 1776.8 403373 22.5353 -14.0787 -121.866 -1.389 4.096 5.926 337.570 +18 Apr 2020 05:00 UT 20.36 24.814 1776.4 403474 22.5675 -13.9128 -122.375 -1.388 4.046 5.952 337.504 +18 Apr 2020 06:00 UT 20.04 24.855 1775.9 403573 22.5996 -13.7461 -122.884 -1.388 3.996 5.977 337.441 +18 Apr 2020 07:00 UT 19.72 24.897 1775.5 403670 22.6317 -13.5785 -123.393 -1.388 3.945 6.002 337.379 +18 Apr 2020 08:00 UT 19.41 24.939 1775.1 403765 22.6637 -13.4100 -123.902 -1.388 3.894 6.026 337.319 +18 Apr 2020 09:00 UT 19.10 24.980 1774.7 403859 22.6956 -13.2407 -124.411 -1.388 3.843 6.050 337.260 +18 Apr 2020 10:00 UT 18.79 25.022 1774.3 403951 22.7275 -13.0706 -124.920 -1.387 3.792 6.074 337.204 +18 Apr 2020 11:00 UT 18.48 25.064 1773.9 404041 22.7593 -12.8997 -125.429 -1.387 3.741 6.097 337.149 +18 Apr 2020 12:00 UT 18.17 25.105 1773.5 404129 22.7911 -12.7279 -125.939 -1.387 3.690 6.119 337.096 +18 Apr 2020 13:00 UT 17.87 25.147 1773.1 404216 22.8228 -12.5554 -126.448 -1.387 3.638 6.141 337.044 +18 Apr 2020 14:00 UT 17.57 25.189 1772.8 404301 22.8545 -12.3820 -126.957 -1.386 3.587 6.163 336.995 +18 Apr 2020 15:00 UT 17.27 25.230 1772.4 404384 22.8861 -12.2079 -127.466 -1.386 3.535 6.184 336.947 +18 Apr 2020 16:00 UT 16.97 25.272 1772.0 404465 22.9177 -12.0331 -127.975 -1.386 3.483 6.205 336.901 +18 Apr 2020 17:00 UT 16.67 25.314 1771.7 404545 22.9492 -11.8574 -128.484 -1.385 3.431 6.225 336.857 +18 Apr 2020 18:00 UT 16.38 25.355 1771.3 404622 22.9806 -11.6811 -128.993 -1.385 3.379 6.245 336.814 +18 Apr 2020 19:00 UT 16.09 25.397 1771.0 404699 23.0121 -11.5040 -129.502 -1.385 3.327 6.264 336.773 +18 Apr 2020 20:00 UT 15.80 25.439 1770.7 404773 23.0434 -11.3263 -130.012 -1.385 3.275 6.282 336.734 +18 Apr 2020 21:00 UT 15.51 25.480 1770.4 404846 23.0747 -11.1478 -130.521 -1.384 3.223 6.301 336.697 +18 Apr 2020 22:00 UT 15.23 25.522 1770.1 404917 23.1060 -10.9686 -131.030 -1.384 3.170 6.319 336.661 +18 Apr 2020 23:00 UT 14.95 25.564 1769.8 404986 23.1372 -10.7888 -131.539 -1.384 3.118 6.336 336.627 +19 Apr 2020 00:00 UT 14.67 25.605 1769.5 405054 23.1684 -10.6083 -132.048 -1.384 3.065 6.353 336.595 +19 Apr 2020 01:00 UT 14.39 25.647 1769.2 405119 23.1995 -10.4271 -132.557 -1.383 3.012 6.369 336.564 +19 Apr 2020 02:00 UT 14.12 25.689 1768.9 405184 23.2306 -10.2454 -133.067 -1.383 2.960 6.385 336.535 +19 Apr 2020 03:00 UT 13.84 25.730 1768.6 405246 23.2617 -10.0629 -133.576 -1.383 2.907 6.400 336.508 +19 Apr 2020 04:00 UT 13.57 25.772 1768.3 405307 23.2927 -9.8799 -134.085 -1.383 2.854 6.415 336.483 +19 Apr 2020 05:00 UT 13.31 25.814 1768.1 405366 23.3236 -9.6963 -134.594 -1.382 2.801 6.430 336.459 +19 Apr 2020 06:00 UT 13.04 25.855 1767.8 405424 23.3546 -9.5120 -135.103 -1.382 2.748 6.444 336.437 +19 Apr 2020 07:00 UT 12.78 25.897 1767.6 405480 23.3855 -9.3272 -135.613 -1.382 2.695 6.457 336.416 +19 Apr 2020 08:00 UT 12.51 25.939 1767.4 405534 23.4163 -9.1419 -136.122 -1.381 2.641 6.470 336.398 +19 Apr 2020 09:00 UT 12.26 25.980 1767.1 405586 23.4471 -8.9559 -136.631 -1.381 2.588 6.482 336.380 +19 Apr 2020 10:00 UT 12.00 26.022 1766.9 405637 23.4779 -8.7694 -137.140 -1.381 2.535 6.494 336.365 +19 Apr 2020 11:00 UT 11.75 26.064 1766.7 405687 23.5086 -8.5824 -137.650 -1.381 2.481 6.506 336.351 +19 Apr 2020 12:00 UT 11.49 26.105 1766.5 405734 23.5393 -8.3949 -138.159 -1.380 2.428 6.517 336.339 +19 Apr 2020 13:00 UT 11.25 26.147 1766.3 405780 23.5700 -8.2068 -138.668 -1.380 2.374 6.527 336.329 +19 Apr 2020 14:00 UT 11.00 26.189 1766.1 405825 23.6006 -8.0183 -139.178 -1.380 2.321 6.538 336.320 +19 Apr 2020 15:00 UT 10.76 26.230 1765.9 405867 23.6312 -7.8292 -139.687 -1.379 2.267 6.547 336.313 +19 Apr 2020 16:00 UT 10.51 26.272 1765.7 405909 23.6618 -7.6397 -140.196 -1.379 2.213 6.556 336.307 +19 Apr 2020 17:00 UT 10.27 26.314 1765.6 405948 23.6923 -7.4497 -140.706 -1.379 2.160 6.565 336.303 +19 Apr 2020 18:00 UT 10.04 26.355 1765.4 405986 23.7228 -7.2593 -141.215 -1.378 2.106 6.573 336.301 +19 Apr 2020 19:00 UT 9.80 26.397 1765.2 406023 23.7533 -7.0684 -141.724 -1.378 2.052 6.580 336.301 +19 Apr 2020 20:00 UT 9.57 26.439 1765.1 406058 23.7838 -6.8771 -142.234 -1.378 1.998 6.587 336.302 +19 Apr 2020 21:00 UT 9.34 26.480 1764.9 406091 23.8142 -6.6854 -142.743 -1.378 1.945 6.594 336.304 +19 Apr 2020 22:00 UT 9.12 26.522 1764.8 406123 23.8446 -6.4932 -143.252 -1.377 1.891 6.600 336.309 +19 Apr 2020 23:00 UT 8.89 26.564 1764.7 406153 23.8749 -6.3007 -143.762 -1.377 1.837 6.606 336.314 +20 Apr 2020 00:00 UT 8.67 26.605 1764.5 406182 23.9053 -6.1077 -144.271 -1.377 1.783 6.611 336.322 +20 Apr 2020 01:00 UT 8.45 26.647 1764.4 406209 23.9356 -5.9144 -144.780 -1.376 1.729 6.616 336.331 +20 Apr 2020 02:00 UT 8.24 26.689 1764.3 406235 23.9659 -5.7207 -145.290 -1.376 1.675 6.620 336.342 +20 Apr 2020 03:00 UT 8.02 26.730 1764.2 406259 23.9962 -5.5267 -145.799 -1.376 1.621 6.623 336.354 +20 Apr 2020 04:00 UT 7.81 26.772 1764.1 406282 0.0265 -5.3323 -146.309 -1.375 1.567 6.626 336.368 +20 Apr 2020 05:00 UT 7.60 26.814 1764.0 406303 0.0567 -5.1376 -146.818 -1.375 1.514 6.629 336.383 +20 Apr 2020 06:00 UT 7.40 26.855 1763.9 406323 0.0869 -4.9426 -147.327 -1.375 1.460 6.631 336.400 +20 Apr 2020 07:00 UT 7.19 26.897 1763.9 406341 0.1171 -4.7473 -147.837 -1.374 1.406 6.633 336.419 +20 Apr 2020 08:00 UT 6.99 26.939 1763.8 406357 0.1473 -4.5516 -148.346 -1.374 1.352 6.634 336.439 +20 Apr 2020 09:00 UT 6.80 26.980 1763.7 406373 0.1775 -4.3557 -148.856 -1.374 1.298 6.635 336.461 +20 Apr 2020 10:00 UT 6.60 27.022 1763.7 406386 0.2076 -4.1595 -149.365 -1.373 1.244 6.635 336.484 +20 Apr 2020 11:00 UT 6.41 27.064 1763.6 406399 0.2377 -3.9630 -149.874 -1.373 1.190 6.635 336.509 +20 Apr 2020 12:00 UT 6.22 27.105 1763.6 406410 0.2679 -3.7663 -150.384 -1.373 1.136 6.634 336.535 +20 Apr 2020 13:00 UT 6.03 27.147 1763.5 406419 0.2980 -3.5693 -150.893 -1.372 1.082 6.633 336.563 +20 Apr 2020 14:00 UT 5.85 27.189 1763.5 406427 0.3281 -3.3721 -151.403 -1.372 1.028 6.631 336.593 +20 Apr 2020 15:00 UT 5.67 27.230 1763.4 406434 0.3582 -3.1747 -151.912 -1.372 0.974 6.628 336.624 +20 Apr 2020 16:00 UT 5.49 27.272 1763.4 406439 0.3882 -2.9771 -152.422 -1.371 0.920 6.626 336.657 +20 Apr 2020 17:00 UT 5.31 27.314 1763.4 406443 0.4183 -2.7792 -152.931 -1.371 0.866 6.622 336.691 +20 Apr 2020 18:00 UT 5.14 27.355 1763.4 406445 0.4483 -2.5812 -153.441 -1.371 0.813 6.619 336.726 +20 Apr 2020 19:00 UT 4.97 27.397 1763.4 406446 0.4784 -2.3830 -153.950 -1.370 0.759 6.614 336.764 +20 Apr 2020 20:00 UT 4.80 27.439 1763.4 406446 0.5084 -2.1846 -154.460 -1.370 0.705 6.609 336.802 +20 Apr 2020 21:00 UT 4.64 27.480 1763.4 406444 0.5385 -1.9861 -154.969 -1.369 0.651 6.604 336.843 +20 Apr 2020 22:00 UT 4.47 27.522 1763.4 406441 0.5685 -1.7874 -155.479 -1.369 0.598 6.598 336.884 +20 Apr 2020 23:00 UT 4.32 27.564 1763.4 406436 0.5985 -1.5886 -155.988 -1.369 0.544 6.592 336.928 +21 Apr 2020 00:00 UT 4.16 27.605 1763.5 406430 0.6286 -1.3897 -156.498 -1.368 0.490 6.585 336.973 +21 Apr 2020 01:00 UT 4.01 27.647 1763.5 406423 0.6586 -1.1907 -157.007 -1.368 0.437 6.578 337.019 +21 Apr 2020 02:00 UT 3.85 27.689 1763.5 406415 0.6886 -0.9916 -157.517 -1.368 0.383 6.570 337.067 +21 Apr 2020 03:00 UT 3.71 27.730 1763.6 406405 0.7186 -0.7923 -158.026 -1.367 0.329 6.562 337.116 +21 Apr 2020 04:00 UT 3.56 27.772 1763.6 406394 0.7486 -0.5931 -158.536 -1.367 0.276 6.553 337.167 +21 Apr 2020 05:00 UT 3.42 27.814 1763.7 406381 0.7787 -0.3937 -159.045 -1.366 0.222 6.544 337.219 +21 Apr 2020 06:00 UT 3.28 27.855 1763.7 406367 0.8087 -0.1943 -159.555 -1.366 0.169 6.535 337.273 +21 Apr 2020 07:00 UT 3.14 27.897 1763.8 406352 0.8387 0.0052 -160.064 -1.366 0.116 6.524 337.328 +21 Apr 2020 08:00 UT 3.01 27.939 1763.9 406336 0.8687 0.2047 -160.574 -1.365 0.062 6.514 337.385 +21 Apr 2020 09:00 UT 2.88 27.980 1763.9 406318 0.8988 0.4042 -161.083 -1.365 0.009 6.502 337.443 +21 Apr 2020 10:00 UT 2.75 28.022 1764.0 406299 0.9288 0.6037 -161.593 -1.364 -0.044 6.491 337.503 +21 Apr 2020 11:00 UT 2.63 28.064 1764.1 406279 0.9589 0.8032 -162.103 -1.364 -0.098 6.479 337.564 +21 Apr 2020 12:00 UT 2.51 28.105 1764.2 406258 0.9889 1.0028 -162.612 -1.364 -0.151 6.466 337.627 +21 Apr 2020 13:00 UT 2.39 28.147 1764.3 406235 1.0190 1.2022 -163.122 -1.363 -0.204 6.453 337.691 +21 Apr 2020 14:00 UT 2.27 28.189 1764.4 406211 1.0491 1.4017 -163.631 -1.363 -0.257 6.439 337.757 +21 Apr 2020 15:00 UT 2.16 28.230 1764.5 406186 1.0791 1.6011 -164.141 -1.362 -0.310 6.425 337.824 +21 Apr 2020 16:00 UT 2.05 28.272 1764.6 406159 1.1092 1.8004 -164.650 -1.362 -0.363 6.411 337.892 +21 Apr 2020 17:00 UT 1.94 28.314 1764.8 406132 1.1393 1.9997 -165.160 -1.361 -0.416 6.396 337.962 +21 Apr 2020 18:00 UT 1.84 28.355 1764.9 406103 1.1695 2.1989 -165.670 -1.361 -0.468 6.380 338.034 +21 Apr 2020 19:00 UT 1.74 28.397 1765.0 406073 1.1996 2.3980 -166.179 -1.361 -0.521 6.364 338.107 +21 Apr 2020 20:00 UT 1.64 28.439 1765.2 406041 1.2297 2.5970 -166.689 -1.360 -0.574 6.347 338.181 +21 Apr 2020 21:00 UT 1.55 28.480 1765.3 406009 1.2599 2.7959 -167.198 -1.360 -0.626 6.330 338.257 +21 Apr 2020 22:00 UT 1.45 28.522 1765.4 405975 1.2901 2.9946 -167.708 -1.359 -0.679 6.313 338.334 +21 Apr 2020 23:00 UT 1.37 28.564 1765.6 405940 1.3203 3.1932 -168.218 -1.359 -0.731 6.295 338.413 +22 Apr 2020 00:00 UT 1.28 28.605 1765.7 405904 1.3505 3.3917 -168.727 -1.358 -0.784 6.277 338.493 +22 Apr 2020 01:00 UT 1.20 28.647 1765.9 405867 1.3807 3.5900 -169.237 -1.358 -0.836 6.258 338.574 +22 Apr 2020 02:00 UT 1.12 28.689 1766.1 405829 1.4110 3.7881 -169.746 -1.357 -0.888 6.238 338.657 +22 Apr 2020 03:00 UT 1.04 28.730 1766.2 405789 1.4412 3.9861 -170.256 -1.357 -0.940 6.218 338.742 +22 Apr 2020 04:00 UT 0.97 28.772 1766.4 405749 1.4715 4.1838 -170.766 -1.357 -0.993 6.198 338.828 +22 Apr 2020 05:00 UT 0.90 28.814 1766.6 405707 1.5019 4.3813 -171.275 -1.356 -1.045 6.177 338.915 +22 Apr 2020 06:00 UT 0.83 28.855 1766.8 405664 1.5322 4.5787 -171.785 -1.356 -1.097 6.156 339.003 +22 Apr 2020 07:00 UT 0.77 28.897 1767.0 405620 1.5626 4.7757 -172.295 -1.355 -1.148 6.134 339.093 +22 Apr 2020 08:00 UT 0.70 28.939 1767.2 405575 1.5929 4.9726 -172.804 -1.355 -1.200 6.112 339.185 +22 Apr 2020 09:00 UT 0.65 28.980 1767.4 405529 1.6234 5.1691 -173.314 -1.354 -1.252 6.089 339.278 +22 Apr 2020 10:00 UT 0.59 29.022 1767.6 405481 1.6538 5.3654 -173.823 -1.354 -1.303 6.066 339.372 +22 Apr 2020 11:00 UT 0.54 29.064 1767.8 405433 1.6843 5.5615 -174.333 -1.353 -1.355 6.042 339.468 +22 Apr 2020 12:00 UT 0.49 29.105 1768.0 405383 1.7148 5.7572 -174.843 -1.353 -1.406 6.018 339.565 +22 Apr 2020 13:00 UT 0.45 29.147 1768.2 405332 1.7453 5.9526 -175.352 -1.352 -1.458 5.994 339.663 +22 Apr 2020 14:00 UT 0.40 29.189 1768.5 405281 1.7758 6.1477 -175.862 -1.352 -1.509 5.969 339.763 +22 Apr 2020 15:00 UT 0.36 29.230 1768.7 405228 1.8064 6.3425 -176.372 -1.351 -1.560 5.943 339.864 +22 Apr 2020 16:00 UT 0.33 29.272 1768.9 405174 1.8370 6.5369 -176.881 -1.351 -1.611 5.917 339.967 +22 Apr 2020 17:00 UT 0.30 29.314 1769.2 405119 1.8677 6.7310 -177.391 -1.350 -1.662 5.891 340.071 +22 Apr 2020 18:00 UT 0.27 29.355 1769.4 405063 1.8984 6.9247 -177.901 -1.350 -1.713 5.864 340.176 +22 Apr 2020 19:00 UT 0.24 29.397 1769.7 405005 1.9291 7.1180 -178.410 -1.349 -1.764 5.837 340.283 +22 Apr 2020 20:00 UT 0.21 29.439 1769.9 404947 1.9598 7.3109 -178.920 -1.349 -1.814 5.809 340.391 +22 Apr 2020 21:00 UT 0.19 29.480 1770.2 404888 1.9906 7.5035 -179.430 -1.348 -1.865 5.781 340.501 +22 Apr 2020 22:00 UT 0.18 29.522 1770.4 404828 2.0215 7.6956 -179.939 -1.348 -1.915 5.752 340.612 +22 Apr 2020 23:00 UT 0.16 29.564 1770.7 404766 2.0523 7.8873 179.551 -1.347 -1.966 5.723 340.724 +23 Apr 2020 00:00 UT 0.15 29.605 1771.0 404704 2.0832 8.0785 179.041 -1.347 -2.016 5.694 340.838 +23 Apr 2020 01:00 UT 0.14 29.647 1771.3 404640 2.1142 8.2693 178.532 -1.346 -2.066 5.664 340.953 +23 Apr 2020 02:00 UT 0.14 29.689 1771.5 404576 2.1451 8.4596 178.022 -1.346 -2.116 5.633 341.069 +23 Apr 2020 03:00 UT 0.14 0.024 1771.8 404511 2.1761 8.6494 177.512 -1.345 -2.166 5.603 341.187 +23 Apr 2020 04:00 UT 0.14 0.065 1772.1 404444 2.2072 8.8387 177.003 -1.345 -2.216 5.571 341.306 +23 Apr 2020 05:00 UT 0.15 0.107 1772.4 404377 2.2383 9.0276 176.493 -1.344 -2.266 5.539 341.427 +23 Apr 2020 06:00 UT 0.15 0.149 1772.7 404308 2.2695 9.2159 175.983 -1.343 -2.315 5.507 341.548 +23 Apr 2020 07:00 UT 0.17 0.190 1773.0 404238 2.3006 9.4037 175.474 -1.343 -2.365 5.475 341.672 +23 Apr 2020 08:00 UT 0.18 0.232 1773.3 404168 2.3319 9.5909 174.964 -1.342 -2.414 5.442 341.796 +23 Apr 2020 09:00 UT 0.20 0.274 1773.6 404096 2.3632 9.7776 174.455 -1.342 -2.463 5.408 341.922 +23 Apr 2020 10:00 UT 0.22 0.315 1774.0 404024 2.3945 9.9637 173.945 -1.341 -2.512 5.374 342.049 +23 Apr 2020 11:00 UT 0.24 0.357 1774.3 403950 2.4258 10.1492 173.435 -1.341 -2.561 5.340 342.178 +23 Apr 2020 12:00 UT 0.27 0.399 1774.6 403876 2.4573 10.3341 172.926 -1.340 -2.610 5.305 342.308 +23 Apr 2020 13:00 UT 0.30 0.440 1774.9 403801 2.4887 10.5184 172.416 -1.340 -2.659 5.270 342.439 +23 Apr 2020 14:00 UT 0.34 0.482 1775.3 403724 2.5202 10.7020 171.906 -1.339 -2.708 5.235 342.571 +23 Apr 2020 15:00 UT 0.37 0.524 1775.6 403647 2.5518 10.8851 171.397 -1.338 -2.756 5.199 342.705 +23 Apr 2020 16:00 UT 0.41 0.565 1776.0 403568 2.5834 11.0675 170.887 -1.338 -2.805 5.162 342.840 +23 Apr 2020 17:00 UT 0.46 0.607 1776.3 403489 2.6151 11.2492 170.377 -1.337 -2.853 5.126 342.977 +23 Apr 2020 18:00 UT 0.50 0.649 1776.7 403409 2.6468 11.4302 169.868 -1.337 -2.901 5.088 343.115 +23 Apr 2020 19:00 UT 0.55 0.690 1777.0 403327 2.6786 11.6105 169.358 -1.336 -2.949 5.051 343.254 +23 Apr 2020 20:00 UT 0.61 0.732 1777.4 403245 2.7104 11.7902 168.848 -1.336 -2.997 5.013 343.394 +23 Apr 2020 21:00 UT 0.66 0.774 1777.8 403162 2.7423 11.9691 168.339 -1.335 -3.044 4.974 343.536 +23 Apr 2020 22:00 UT 0.72 0.815 1778.1 403078 2.7742 12.1473 167.829 -1.334 -3.092 4.935 343.679 +23 Apr 2020 23:00 UT 0.79 0.857 1778.5 402993 2.8062 12.3247 167.319 -1.334 -3.140 4.896 343.823 +24 Apr 2020 00:00 UT 0.85 0.899 1778.9 402907 2.8382 12.5013 166.810 -1.333 -3.187 4.857 343.969 +24 Apr 2020 01:00 UT 0.92 0.940 1779.3 402820 2.8703 12.6772 166.300 -1.333 -3.234 4.817 344.116 +24 Apr 2020 02:00 UT 0.99 0.982 1779.7 402732 2.9025 12.8523 165.790 -1.332 -3.281 4.776 344.264 +24 Apr 2020 03:00 UT 1.07 1.024 1780.1 402643 2.9347 13.0266 165.281 -1.331 -3.328 4.736 344.414 +24 Apr 2020 04:00 UT 1.15 1.065 1780.4 402553 2.9670 13.2001 164.771 -1.331 -3.375 4.694 344.565 +24 Apr 2020 05:00 UT 1.23 1.107 1780.8 402462 2.9993 13.3727 164.261 -1.330 -3.421 4.653 344.717 +24 Apr 2020 06:00 UT 1.32 1.149 1781.3 402371 3.0317 13.5445 163.752 -1.329 -3.468 4.611 344.870 +24 Apr 2020 07:00 UT 1.41 1.190 1781.7 402278 3.0641 13.7155 163.242 -1.329 -3.514 4.569 345.025 +24 Apr 2020 08:00 UT 1.50 1.232 1782.1 402184 3.0966 13.8855 162.732 -1.328 -3.560 4.526 345.180 +24 Apr 2020 09:00 UT 1.59 1.274 1782.5 402090 3.1292 14.0547 162.223 -1.328 -3.606 4.483 345.338 +24 Apr 2020 10:00 UT 1.69 1.315 1782.9 401995 3.1618 14.2229 161.713 -1.327 -3.652 4.440 345.496 +24 Apr 2020 11:00 UT 1.79 1.357 1783.3 401898 3.1945 14.3903 161.203 -1.326 -3.697 4.396 345.656 +24 Apr 2020 12:00 UT 1.90 1.399 1783.8 401801 3.2273 14.5567 160.694 -1.326 -3.743 4.352 345.817 +24 Apr 2020 13:00 UT 2.01 1.440 1784.2 401703 3.2601 14.7222 160.184 -1.325 -3.788 4.307 345.979 +24 Apr 2020 14:00 UT 2.12 1.482 1784.7 401604 3.2930 14.8866 159.675 -1.324 -3.833 4.262 346.142 +24 Apr 2020 15:00 UT 2.23 1.524 1785.1 401504 3.3260 15.0502 159.165 -1.324 -3.878 4.217 346.307 +24 Apr 2020 16:00 UT 2.35 1.565 1785.5 401403 3.3590 15.2127 158.655 -1.323 -3.923 4.172 346.473 +24 Apr 2020 17:00 UT 2.47 1.607 1786.0 401301 3.3921 15.3742 158.146 -1.323 -3.968 4.126 346.640 +24 Apr 2020 18:00 UT 2.59 1.649 1786.5 401198 3.4252 15.5347 157.636 -1.322 -4.012 4.079 346.808 +24 Apr 2020 19:00 UT 2.72 1.690 1786.9 401095 3.4584 15.6942 157.126 -1.321 -4.056 4.033 346.977 +24 Apr 2020 20:00 UT 2.85 1.732 1787.4 400990 3.4917 15.8526 156.617 -1.321 -4.100 3.986 347.148 +24 Apr 2020 21:00 UT 2.99 1.774 1787.9 400885 3.5251 16.0100 156.107 -1.320 -4.144 3.939 347.320 +24 Apr 2020 22:00 UT 3.12 1.815 1788.3 400778 3.5585 16.1662 155.598 -1.319 -4.188 3.891 347.493 +24 Apr 2020 23:00 UT 3.26 1.857 1788.8 400671 3.5920 16.3214 155.088 -1.319 -4.231 3.843 347.668 +25 Apr 2020 00:00 UT 3.41 1.899 1789.3 400563 3.6256 16.4755 154.578 -1.318 -4.275 3.795 347.843 +25 Apr 2020 01:00 UT 3.55 1.940 1789.8 400454 3.6592 16.6284 154.069 -1.317 -4.318 3.746 348.020 +25 Apr 2020 02:00 UT 3.70 1.982 1790.3 400344 3.6929 16.7802 153.559 -1.317 -4.361 3.698 348.197 +25 Apr 2020 03:00 UT 3.85 2.024 1790.8 400233 3.7266 16.9309 153.050 -1.316 -4.404 3.648 348.376 +25 Apr 2020 04:00 UT 4.01 2.065 1791.3 400121 3.7605 17.0804 152.540 -1.315 -4.446 3.599 348.557 +25 Apr 2020 05:00 UT 4.17 2.107 1791.8 400008 3.7944 17.2286 152.030 -1.315 -4.489 3.549 348.738 +25 Apr 2020 06:00 UT 4.33 2.149 1792.3 399895 3.8284 17.3757 151.521 -1.314 -4.531 3.499 348.920 +25 Apr 2020 07:00 UT 4.50 2.190 1792.8 399780 3.8624 17.5216 151.011 -1.313 -4.573 3.449 349.104 +25 Apr 2020 08:00 UT 4.67 2.232 1793.3 399665 3.8966 17.6663 150.502 -1.312 -4.615 3.398 349.289 +25 Apr 2020 09:00 UT 4.84 2.274 1793.8 399549 3.9307 17.8097 149.992 -1.312 -4.656 3.347 349.474 +25 Apr 2020 10:00 UT 5.01 2.315 1794.4 399431 3.9650 17.9518 149.482 -1.311 -4.698 3.295 349.661 +25 Apr 2020 11:00 UT 5.19 2.357 1794.9 399313 3.9994 18.0927 148.973 -1.310 -4.739 3.244 349.849 +25 Apr 2020 12:00 UT 5.37 2.399 1795.4 399194 4.0338 18.2323 148.463 -1.310 -4.780 3.192 350.039 +25 Apr 2020 13:00 UT 5.56 2.440 1796.0 399074 4.0683 18.3705 147.954 -1.309 -4.820 3.140 350.229 +25 Apr 2020 14:00 UT 5.74 2.482 1796.5 398954 4.1028 18.5075 147.444 -1.308 -4.861 3.087 350.420 +25 Apr 2020 15:00 UT 5.93 2.524 1797.1 398832 4.1375 18.6431 146.935 -1.308 -4.901 3.035 350.612 +25 Apr 2020 16:00 UT 6.13 2.565 1797.6 398709 4.1722 18.7773 146.425 -1.307 -4.941 2.982 350.806 +25 Apr 2020 17:00 UT 6.32 2.607 1798.2 398586 4.2070 18.9102 145.916 -1.306 -4.981 2.928 351.000 +25 Apr 2020 18:00 UT 6.52 2.649 1798.7 398461 4.2418 19.0418 145.406 -1.305 -5.020 2.875 351.196 +25 Apr 2020 19:00 UT 6.73 2.690 1799.3 398336 4.2767 19.1719 144.896 -1.305 -5.060 2.821 351.392 +25 Apr 2020 20:00 UT 6.93 2.732 1799.9 398210 4.3118 19.3006 144.387 -1.304 -5.099 2.767 351.590 +25 Apr 2020 21:00 UT 7.14 2.774 1800.4 398083 4.3468 19.4279 143.877 -1.303 -5.138 2.713 351.788 +25 Apr 2020 22:00 UT 7.35 2.815 1801.0 397955 4.3820 19.5537 143.368 -1.303 -5.176 2.658 351.988 +25 Apr 2020 23:00 UT 7.57 2.857 1801.6 397826 4.4172 19.6781 142.858 -1.302 -5.215 2.603 352.188 +26 Apr 2020 00:00 UT 7.79 2.899 1802.2 397696 4.4525 19.8010 142.349 -1.301 -5.253 2.548 352.390 +26 Apr 2020 01:00 UT 8.01 2.940 1802.8 397566 4.4879 19.9224 141.839 -1.300 -5.291 2.493 352.592 +26 Apr 2020 02:00 UT 8.23 2.982 1803.4 397434 4.5234 20.0423 141.330 -1.300 -5.328 2.438 352.796 +26 Apr 2020 03:00 UT 8.46 3.024 1804.0 397302 4.5589 20.1607 140.820 -1.299 -5.365 2.382 353.000 +26 Apr 2020 04:00 UT 8.69 3.065 1804.6 397169 4.5945 20.2776 140.311 -1.298 -5.402 2.326 353.206 +26 Apr 2020 05:00 UT 8.92 3.107 1805.2 397034 4.6302 20.3929 139.801 -1.297 -5.439 2.270 353.412 +26 Apr 2020 06:00 UT 9.16 3.149 1805.8 396899 4.6659 20.5067 139.292 -1.297 -5.476 2.213 353.619 +26 Apr 2020 07:00 UT 9.40 3.190 1806.4 396763 4.7017 20.6189 138.782 -1.296 -5.512 2.157 353.827 +26 Apr 2020 08:00 UT 9.64 3.232 1807.1 396626 4.7377 20.7294 138.273 -1.295 -5.548 2.100 354.036 +26 Apr 2020 09:00 UT 9.88 3.274 1807.7 396489 4.7736 20.8384 137.764 -1.294 -5.584 2.043 354.245 +26 Apr 2020 10:00 UT 10.13 3.315 1808.3 396350 4.8097 20.9458 137.254 -1.294 -5.619 1.986 354.456 +26 Apr 2020 11:00 UT 10.38 3.357 1808.9 396211 4.8458 21.0515 136.745 -1.293 -5.654 1.928 354.667 +26 Apr 2020 12:00 UT 10.63 3.399 1809.6 396070 4.8820 21.1556 136.235 -1.292 -5.689 1.871 354.880 +26 Apr 2020 13:00 UT 10.89 3.440 1810.2 395929 4.9183 21.2580 135.726 -1.291 -5.724 1.813 355.093 +26 Apr 2020 14:00 UT 11.15 3.482 1810.9 395787 4.9546 21.3587 135.216 -1.291 -5.758 1.755 355.306 +26 Apr 2020 15:00 UT 11.41 3.524 1811.5 395644 4.9910 21.4578 134.707 -1.290 -5.792 1.697 355.521 +26 Apr 2020 16:00 UT 11.68 3.565 1812.2 395500 5.0275 21.5551 134.197 -1.289 -5.826 1.638 355.736 +26 Apr 2020 17:00 UT 11.95 3.607 1812.9 395355 5.0641 21.6507 133.688 -1.288 -5.859 1.580 355.952 +26 Apr 2020 18:00 UT 12.22 3.649 1813.5 395209 5.1007 21.7446 133.179 -1.288 -5.892 1.521 356.169 +26 Apr 2020 19:00 UT 12.49 3.690 1814.2 395062 5.1374 21.8367 132.669 -1.287 -5.925 1.462 356.387 +26 Apr 2020 20:00 UT 12.77 3.732 1814.9 394915 5.1742 21.9270 132.160 -1.286 -5.957 1.403 356.605 +26 Apr 2020 21:00 UT 13.05 3.774 1815.6 394766 5.2110 22.0156 131.650 -1.285 -5.989 1.344 356.824 +26 Apr 2020 22:00 UT 13.33 3.815 1816.3 394617 5.2479 22.1024 131.141 -1.284 -6.021 1.285 357.043 +26 Apr 2020 23:00 UT 13.61 3.857 1816.9 394467 5.2849 22.1873 130.632 -1.284 -6.053 1.225 357.264 +27 Apr 2020 00:00 UT 13.90 3.899 1817.6 394316 5.3220 22.2705 130.122 -1.283 -6.084 1.166 357.484 +27 Apr 2020 01:00 UT 14.19 3.940 1818.3 394164 5.3591 22.3518 129.613 -1.282 -6.115 1.106 357.706 +27 Apr 2020 02:00 UT 14.49 3.982 1819.0 394011 5.3963 22.4313 129.104 -1.281 -6.145 1.046 357.928 +27 Apr 2020 03:00 UT 14.78 4.024 1819.8 393858 5.4336 22.5089 128.594 -1.281 -6.175 0.986 358.150 +27 Apr 2020 04:00 UT 15.08 4.065 1820.5 393703 5.4709 22.5846 128.085 -1.280 -6.205 0.926 358.373 +27 Apr 2020 05:00 UT 15.38 4.107 1821.2 393548 5.5083 22.6585 127.576 -1.279 -6.234 0.866 358.597 +27 Apr 2020 06:00 UT 15.69 4.149 1821.9 393391 5.5458 22.7304 127.066 -1.278 -6.263 0.805 358.821 +27 Apr 2020 07:00 UT 15.99 4.190 1822.6 393234 5.5833 22.8005 126.557 -1.277 -6.292 0.745 359.045 +27 Apr 2020 08:00 UT 16.30 4.232 1823.4 393076 5.6209 22.8686 126.048 -1.277 -6.320 0.684 359.270 +27 Apr 2020 09:00 UT 16.62 4.274 1824.1 392917 5.6585 22.9348 125.538 -1.276 -6.348 0.624 359.496 +27 Apr 2020 10:00 UT 16.93 4.315 1824.9 392758 5.6963 22.9990 125.029 -1.275 -6.376 0.563 359.722 +27 Apr 2020 11:00 UT 17.25 4.357 1825.6 392597 5.7340 23.0613 124.520 -1.274 -6.403 0.502 359.948 +27 Apr 2020 12:00 UT 17.57 4.399 1826.3 392436 5.7719 23.1215 124.011 -1.273 -6.430 0.441 0.175 +27 Apr 2020 13:00 UT 17.89 4.440 1827.1 392273 5.8098 23.1798 123.501 -1.273 -6.457 0.380 0.402 +27 Apr 2020 14:00 UT 18.22 4.482 1827.9 392110 5.8478 23.2361 122.992 -1.272 -6.483 0.319 0.629 +27 Apr 2020 15:00 UT 18.54 4.524 1828.6 391946 5.8858 23.2904 122.483 -1.271 -6.508 0.258 0.857 +27 Apr 2020 16:00 UT 18.87 4.565 1829.4 391782 5.9239 23.3427 121.974 -1.270 -6.534 0.196 1.084 +27 Apr 2020 17:00 UT 19.21 4.607 1830.2 391616 5.9620 23.3929 121.464 -1.269 -6.559 0.135 1.313 +27 Apr 2020 18:00 UT 19.54 4.649 1831.0 391449 6.0002 23.4411 120.955 -1.269 -6.583 0.074 1.541 +27 Apr 2020 19:00 UT 19.88 4.690 1831.7 391282 6.0385 23.4873 120.446 -1.268 -6.607 0.012 1.770 +27 Apr 2020 20:00 UT 20.22 4.732 1832.5 391114 6.0768 23.5314 119.937 -1.267 -6.631 -0.049 1.998 +27 Apr 2020 21:00 UT 20.56 4.774 1833.3 390945 6.1152 23.5733 119.428 -1.266 -6.654 -0.111 2.227 +27 Apr 2020 22:00 UT 20.91 4.815 1834.1 390775 6.1536 23.6133 118.918 -1.265 -6.677 -0.173 2.456 +27 Apr 2020 23:00 UT 21.26 4.857 1834.9 390604 6.1921 23.6511 118.409 -1.265 -6.700 -0.234 2.686 +28 Apr 2020 00:00 UT 21.61 4.899 1835.7 390433 6.2306 23.6868 117.900 -1.264 -6.722 -0.296 2.915 +28 Apr 2020 01:00 UT 21.96 4.940 1836.5 390261 6.2692 23.7204 117.391 -1.263 -6.743 -0.358 3.144 +28 Apr 2020 02:00 UT 22.31 4.982 1837.3 390087 6.3079 23.7518 116.882 -1.262 -6.764 -0.419 3.374 +28 Apr 2020 03:00 UT 22.67 5.024 1838.2 389914 6.3465 23.7812 116.372 -1.261 -6.785 -0.481 3.603 +28 Apr 2020 04:00 UT 23.03 5.065 1839.0 389739 6.3853 23.8084 115.863 -1.260 -6.805 -0.543 3.833 +28 Apr 2020 05:00 UT 23.39 5.107 1839.8 389563 6.4240 23.8334 115.354 -1.260 -6.825 -0.604 4.062 +28 Apr 2020 06:00 UT 23.75 5.149 1840.6 389387 6.4629 23.8563 114.845 -1.259 -6.845 -0.666 4.291 +28 Apr 2020 07:00 UT 24.12 5.190 1841.5 389210 6.5017 23.8769 114.336 -1.258 -6.863 -0.728 4.520 +28 Apr 2020 08:00 UT 24.49 5.232 1842.3 389032 6.5407 23.8955 113.827 -1.257 -6.882 -0.790 4.749 +28 Apr 2020 09:00 UT 24.86 5.274 1843.2 388854 6.5796 23.9118 113.318 -1.256 -6.900 -0.851 4.978 +28 Apr 2020 10:00 UT 25.23 5.315 1844.0 388674 6.6186 23.9259 112.809 -1.255 -6.917 -0.913 5.207 +28 Apr 2020 11:00 UT 25.61 5.357 1844.9 388494 6.6577 23.9379 112.300 -1.255 -6.934 -0.975 5.435 +28 Apr 2020 12:00 UT 25.99 5.399 1845.7 388313 6.6968 23.9476 111.791 -1.254 -6.951 -1.036 5.664 +28 Apr 2020 13:00 UT 26.37 5.440 1846.6 388131 6.7359 23.9551 111.282 -1.253 -6.967 -1.098 5.892 +28 Apr 2020 14:00 UT 26.75 5.482 1847.5 387949 6.7750 23.9604 110.772 -1.252 -6.983 -1.159 6.119 +28 Apr 2020 15:00 UT 27.13 5.524 1848.3 387766 6.8142 23.9634 110.263 -1.251 -6.998 -1.221 6.347 +28 Apr 2020 16:00 UT 27.52 5.565 1849.2 387582 6.8535 23.9642 109.754 -1.250 -7.012 -1.282 6.574 +28 Apr 2020 17:00 UT 27.91 5.607 1850.1 387397 6.8927 23.9628 109.245 -1.250 -7.026 -1.344 6.801 +28 Apr 2020 18:00 UT 28.30 5.649 1851.0 387212 6.9321 23.9591 108.736 -1.249 -7.040 -1.405 7.027 +28 Apr 2020 19:00 UT 28.69 5.690 1851.9 387026 6.9714 23.9532 108.227 -1.248 -7.053 -1.466 7.253 +28 Apr 2020 20:00 UT 29.08 5.732 1852.8 386839 7.0108 23.9450 107.718 -1.247 -7.066 -1.527 7.478 +28 Apr 2020 21:00 UT 29.48 5.774 1853.7 386652 7.0501 23.9345 107.209 -1.246 -7.078 -1.589 7.703 +28 Apr 2020 22:00 UT 29.88 5.815 1854.6 386464 7.0896 23.9218 106.700 -1.245 -7.089 -1.650 7.927 +28 Apr 2020 23:00 UT 30.28 5.857 1855.5 386275 7.1290 23.9068 106.191 -1.245 -7.100 -1.710 8.151 +29 Apr 2020 00:00 UT 30.68 5.899 1856.4 386086 7.1685 23.8895 105.683 -1.244 -7.111 -1.771 8.374 +29 Apr 2020 01:00 UT 31.08 5.940 1857.3 385895 7.2080 23.8700 105.174 -1.243 -7.121 -1.832 8.597 +29 Apr 2020 02:00 UT 31.49 5.982 1858.2 385705 7.2475 23.8481 104.665 -1.242 -7.130 -1.893 8.819 +29 Apr 2020 03:00 UT 31.89 6.024 1859.1 385513 7.2871 23.8240 104.156 -1.241 -7.139 -1.953 9.040 +29 Apr 2020 04:00 UT 32.30 6.065 1860.1 385321 7.3267 23.7976 103.647 -1.240 -7.147 -2.014 9.261 +29 Apr 2020 05:00 UT 32.71 6.107 1861.0 385129 7.3663 23.7688 103.138 -1.239 -7.155 -2.074 9.481 +29 Apr 2020 06:00 UT 33.13 6.149 1861.9 384935 7.4059 23.7378 102.629 -1.239 -7.162 -2.134 9.700 +29 Apr 2020 07:00 UT 33.54 6.190 1862.9 384741 7.4455 23.7045 102.120 -1.238 -7.169 -2.194 9.918 +29 Apr 2020 08:00 UT 33.96 6.232 1863.8 384547 7.4852 23.6688 101.611 -1.237 -7.175 -2.254 10.136 +29 Apr 2020 09:00 UT 34.37 6.274 1864.8 384352 7.5248 23.6309 101.102 -1.236 -7.180 -2.314 10.353 +29 Apr 2020 10:00 UT 34.79 6.315 1865.7 384156 7.5645 23.5907 100.594 -1.235 -7.185 -2.373 10.568 +29 Apr 2020 11:00 UT 35.22 6.357 1866.7 383960 7.6042 23.5481 100.085 -1.234 -7.190 -2.433 10.783 +29 Apr 2020 12:00 UT 35.64 6.399 1867.6 383764 7.6439 23.5033 99.576 -1.233 -7.193 -2.492 10.997 +29 Apr 2020 13:00 UT 36.06 6.440 1868.6 383566 7.6836 23.4561 99.067 -1.233 -7.197 -2.551 11.210 +29 Apr 2020 14:00 UT 36.49 6.482 1869.5 383369 7.7233 23.4066 98.558 -1.232 -7.199 -2.610 11.422 +29 Apr 2020 15:00 UT 36.92 6.524 1870.5 383170 7.7631 23.3549 98.050 -1.231 -7.201 -2.668 11.634 +29 Apr 2020 16:00 UT 37.34 6.565 1871.5 382971 7.8028 23.3008 97.541 -1.230 -7.203 -2.727 11.843 +29 Apr 2020 17:00 UT 37.77 6.607 1872.5 382772 7.8426 23.2444 97.032 -1.229 -7.203 -2.785 12.052 +29 Apr 2020 18:00 UT 38.21 6.649 1873.4 382573 7.8823 23.1857 96.523 -1.228 -7.204 -2.843 12.260 +29 Apr 2020 19:00 UT 38.64 6.690 1874.4 382372 7.9221 23.1247 96.015 -1.227 -7.203 -2.901 12.467 +29 Apr 2020 20:00 UT 39.07 6.732 1875.4 382172 7.9619 23.0613 95.506 -1.227 -7.202 -2.959 12.672 +29 Apr 2020 21:00 UT 39.51 6.774 1876.4 381971 8.0016 22.9957 94.997 -1.226 -7.200 -3.017 12.877 +29 Apr 2020 22:00 UT 39.95 6.815 1877.4 381769 8.0414 22.9278 94.488 -1.225 -7.198 -3.074 13.080 +29 Apr 2020 23:00 UT 40.38 6.857 1878.4 381567 8.0812 22.8576 93.980 -1.224 -7.195 -3.131 13.282 +30 Apr 2020 00:00 UT 40.82 6.899 1879.4 381365 8.1209 22.7851 93.471 -1.223 -7.192 -3.188 13.482 +30 Apr 2020 01:00 UT 41.27 6.940 1880.4 381162 8.1607 22.7103 92.962 -1.222 -7.188 -3.244 13.682 +30 Apr 2020 02:00 UT 41.71 6.982 1881.4 380959 8.2005 22.6332 92.454 -1.221 -7.183 -3.301 13.880 +30 Apr 2020 03:00 UT 42.15 7.024 1882.4 380756 8.2402 22.5538 91.945 -1.220 -7.177 -3.357 14.076 +30 Apr 2020 04:00 UT 42.60 7.065 1883.4 380552 8.2800 22.4722 91.436 -1.220 -7.171 -3.413 14.272 +30 Apr 2020 05:00 UT 43.04 7.107 1884.4 380348 8.3197 22.3882 90.928 -1.219 -7.165 -3.468 14.465 +30 Apr 2020 06:00 UT 43.49 7.149 1885.4 380144 8.3595 22.3020 90.419 -1.218 -7.157 -3.524 14.658 +30 Apr 2020 07:00 UT 43.93 7.190 1886.4 379939 8.3992 22.2135 89.910 -1.217 -7.149 -3.579 14.849 +30 Apr 2020 08:00 UT 44.38 7.232 1887.4 379735 8.4389 22.1228 89.402 -1.216 -7.140 -3.633 15.038 +30 Apr 2020 09:00 UT 44.83 7.274 1888.5 379529 8.4787 22.0298 88.893 -1.215 -7.131 -3.688 15.226 +30 Apr 2020 10:00 UT 45.28 7.315 1889.5 379324 8.5184 21.9345 88.385 -1.214 -7.121 -3.742 15.413 +30 Apr 2020 11:00 UT 45.73 7.357 1890.5 379119 8.5581 21.8370 87.876 -1.213 -7.110 -3.796 15.597 +30 Apr 2020 12:00 UT 46.19 7.399 1891.5 378913 8.5977 21.7373 87.367 -1.213 -7.099 -3.849 15.781 +30 Apr 2020 13:00 UT 46.64 7.440 1892.6 378707 8.6374 21.6353 86.859 -1.212 -7.087 -3.903 15.962 +30 Apr 2020 14:00 UT 47.09 7.482 1893.6 378501 8.6771 21.5311 86.350 -1.211 -7.074 -3.955 16.142 +30 Apr 2020 15:00 UT 47.55 7.524 1894.6 378295 8.7167 21.4247 85.842 -1.210 -7.061 -4.008 16.321 +30 Apr 2020 16:00 UT 48.00 7.565 1895.7 378089 8.7563 21.3161 85.333 -1.209 -7.047 -4.060 16.497 +30 Apr 2020 17:00 UT 48.46 7.607 1896.7 377882 8.7959 21.2052 84.825 -1.208 -7.032 -4.112 16.672 +30 Apr 2020 18:00 UT 48.92 7.649 1897.7 377676 8.8355 21.0922 84.316 -1.207 -7.016 -4.164 16.846 +30 Apr 2020 19:00 UT 49.37 7.690 1898.8 377469 8.8751 20.9769 83.808 -1.206 -7.000 -4.215 17.017 +30 Apr 2020 20:00 UT 49.83 7.732 1899.8 377263 8.9147 20.8595 83.299 -1.206 -6.984 -4.266 17.187 +30 Apr 2020 21:00 UT 50.29 7.774 1900.8 377056 8.9542 20.7399 82.791 -1.205 -6.966 -4.316 17.355 +30 Apr 2020 22:00 UT 50.75 7.815 1901.9 376849 8.9937 20.6182 82.283 -1.204 -6.948 -4.367 17.521 +30 Apr 2020 23:00 UT 51.21 7.857 1902.9 376643 9.0332 20.4943 81.774 -1.203 -6.929 -4.416 17.685 +01 May 2020 00:00 UT 51.67 7.899 1904.0 376436 9.0727 20.3682 81.266 -1.202 -6.909 -4.466 17.847 +01 May 2020 01:00 UT 52.13 7.940 1905.0 376230 9.1121 20.2400 80.757 -1.201 -6.889 -4.515 18.008 +01 May 2020 02:00 UT 52.59 7.982 1906.1 376023 9.1516 20.1097 80.249 -1.200 -6.868 -4.563 18.166 +01 May 2020 03:00 UT 53.05 8.024 1907.1 375817 9.1910 19.9773 79.740 -1.199 -6.846 -4.611 18.323 +01 May 2020 04:00 UT 53.51 8.065 1908.2 375611 9.2304 19.8427 79.232 -1.198 -6.824 -4.659 18.478 +01 May 2020 05:00 UT 53.97 8.107 1909.2 375405 9.2697 19.7061 78.724 -1.198 -6.800 -4.707 18.630 +01 May 2020 06:00 UT 54.44 8.149 1910.2 375199 9.3091 19.5674 78.215 -1.197 -6.777 -4.753 18.781 +01 May 2020 07:00 UT 54.90 8.190 1911.3 374994 9.3484 19.4266 77.707 -1.196 -6.752 -4.800 18.930 +01 May 2020 08:00 UT 55.36 8.232 1912.3 374788 9.3877 19.2838 77.199 -1.195 -6.727 -4.846 19.077 +01 May 2020 09:00 UT 55.82 8.274 1913.4 374583 9.4269 19.1389 76.690 -1.194 -6.701 -4.892 19.221 +01 May 2020 10:00 UT 56.28 8.315 1914.4 374378 9.4662 18.9919 76.182 -1.193 -6.674 -4.937 19.364 +01 May 2020 11:00 UT 56.75 8.357 1915.5 374174 9.5054 18.8430 75.674 -1.192 -6.646 -4.982 19.505 +01 May 2020 12:00 UT 57.21 8.399 1916.5 373969 9.5446 18.6920 75.166 -1.191 -6.618 -5.026 19.643 +01 May 2020 13:00 UT 57.67 8.440 1917.6 373765 9.5837 18.5390 74.657 -1.190 -6.589 -5.070 19.779 +01 May 2020 14:00 UT 58.13 8.482 1918.6 373562 9.6229 18.3841 74.149 -1.189 -6.560 -5.113 19.914 +01 May 2020 15:00 UT 58.59 8.524 1919.7 373359 9.6620 18.2272 73.641 -1.189 -6.529 -5.156 20.046 +01 May 2020 16:00 UT 59.05 8.565 1920.7 373156 9.7010 18.0683 73.133 -1.188 -6.498 -5.198 20.176 +01 May 2020 17:00 UT 59.52 8.607 1921.8 372953 9.7401 17.9074 72.624 -1.187 -6.466 -5.240 20.303 +01 May 2020 18:00 UT 59.98 8.649 1922.8 372752 9.7791 17.7447 72.116 -1.186 -6.434 -5.282 20.429 +01 May 2020 19:00 UT 60.44 8.690 1923.8 372550 9.8181 17.5800 71.608 -1.185 -6.401 -5.323 20.552 +01 May 2020 20:00 UT 60.90 8.732 1924.9 372349 9.8571 17.4134 71.100 -1.184 -6.367 -5.363 20.673 +01 May 2020 21:00 UT 61.36 8.774 1925.9 372149 9.8960 17.2449 70.592 -1.183 -6.332 -5.403 20.792 +01 May 2020 22:00 UT 61.82 8.815 1926.9 371949 9.9349 17.0746 70.083 -1.182 -6.297 -5.442 20.909 +01 May 2020 23:00 UT 62.28 8.857 1928.0 371750 9.9738 16.9024 69.575 -1.181 -6.260 -5.481 21.023 +02 May 2020 00:00 UT 62.73 8.899 1929.0 371551 10.0127 16.7283 69.067 -1.180 -6.224 -5.519 21.135 +02 May 2020 01:00 UT 63.19 8.940 1930.0 371354 10.0515 16.5525 68.559 -1.179 -6.186 -5.557 21.245 +02 May 2020 02:00 UT 63.65 8.982 1931.1 371156 10.0903 16.3748 68.051 -1.179 -6.148 -5.594 21.353 +02 May 2020 03:00 UT 64.10 9.024 1932.1 370960 10.1290 16.1953 67.543 -1.178 -6.109 -5.631 21.458 +02 May 2020 04:00 UT 64.56 9.065 1933.1 370764 10.1678 16.0141 67.035 -1.177 -6.069 -5.667 21.561 +02 May 2020 05:00 UT 65.01 9.107 1934.1 370569 10.2065 15.8310 66.527 -1.176 -6.028 -5.703 21.662 +02 May 2020 06:00 UT 65.47 9.149 1935.1 370375 10.2452 15.6463 66.018 -1.175 -5.987 -5.738 21.760 +02 May 2020 07:00 UT 65.92 9.190 1936.1 370181 10.2838 15.4598 65.510 -1.174 -5.945 -5.772 21.856 +02 May 2020 08:00 UT 66.37 9.232 1937.1 369989 10.3224 15.2716 65.002 -1.173 -5.903 -5.806 21.949 +02 May 2020 09:00 UT 66.82 9.274 1938.2 369797 10.3610 15.0817 64.494 -1.172 -5.859 -5.839 22.040 +02 May 2020 10:00 UT 67.27 9.315 1939.2 369606 10.3996 14.8901 63.986 -1.171 -5.815 -5.872 22.129 +02 May 2020 11:00 UT 67.72 9.357 1940.2 369416 10.4382 14.6969 63.478 -1.170 -5.771 -5.904 22.216 +02 May 2020 12:00 UT 68.17 9.399 1941.1 369227 10.4767 14.5020 62.970 -1.169 -5.725 -5.936 22.300 +02 May 2020 13:00 UT 68.62 9.440 1942.1 369040 10.5152 14.3055 62.462 -1.168 -5.679 -5.966 22.381 +02 May 2020 14:00 UT 69.06 9.482 1943.1 368853 10.5536 14.1074 61.954 -1.168 -5.632 -5.997 22.460 +02 May 2020 15:00 UT 69.51 9.524 1944.1 368667 10.5921 13.9077 61.446 -1.167 -5.585 -6.026 22.537 +02 May 2020 16:00 UT 69.95 9.565 1945.1 368482 10.6305 13.7064 60.938 -1.166 -5.536 -6.055 22.611 +02 May 2020 17:00 UT 70.39 9.607 1946.0 368298 10.6688 13.5036 60.430 -1.165 -5.487 -6.084 22.683 +02 May 2020 18:00 UT 70.83 9.649 1947.0 368116 10.7072 13.2993 59.922 -1.164 -5.438 -6.111 22.753 +02 May 2020 19:00 UT 71.27 9.690 1948.0 367934 10.7455 13.0935 59.414 -1.163 -5.387 -6.138 22.820 +02 May 2020 20:00 UT 71.71 9.732 1948.9 367754 10.7838 12.8861 58.907 -1.162 -5.336 -6.165 22.884 +02 May 2020 21:00 UT 72.14 9.774 1949.9 367575 10.8221 12.6774 58.399 -1.161 -5.285 -6.191 22.946 +02 May 2020 22:00 UT 72.58 9.815 1950.8 367397 10.8604 12.4671 57.891 -1.160 -5.232 -6.216 23.006 +02 May 2020 23:00 UT 73.01 9.857 1951.8 367221 10.8986 12.2554 57.383 -1.159 -5.179 -6.240 23.063 +03 May 2020 00:00 UT 73.44 9.899 1952.7 367045 10.9368 12.0424 56.875 -1.158 -5.126 -6.264 23.118 +03 May 2020 01:00 UT 73.87 9.940 1953.6 366872 10.9750 11.8279 56.367 -1.157 -5.071 -6.287 23.170 +03 May 2020 02:00 UT 74.29 9.982 1954.5 366699 11.0132 11.6120 55.859 -1.156 -5.016 -6.310 23.220 +03 May 2020 03:00 UT 74.72 10.024 1955.4 366528 11.0514 11.3949 55.351 -1.155 -4.961 -6.331 23.267 +03 May 2020 04:00 UT 75.14 10.065 1956.3 366358 11.0895 11.1764 54.844 -1.154 -4.904 -6.353 23.312 +03 May 2020 05:00 UT 75.56 10.107 1957.2 366190 11.1276 10.9565 54.336 -1.154 -4.847 -6.373 23.354 +03 May 2020 06:00 UT 75.98 10.149 1958.1 366023 11.1657 10.7355 53.828 -1.153 -4.790 -6.393 23.394 +03 May 2020 07:00 UT 76.40 10.190 1959.0 365858 11.2037 10.5131 53.320 -1.152 -4.731 -6.412 23.431 +03 May 2020 08:00 UT 76.81 10.232 1959.9 365694 11.2418 10.2895 52.812 -1.151 -4.673 -6.430 23.466 +03 May 2020 09:00 UT 77.23 10.274 1960.8 365532 11.2798 10.0647 52.305 -1.150 -4.613 -6.447 23.498 +03 May 2020 10:00 UT 77.64 10.315 1961.6 365372 11.3178 9.8387 51.797 -1.149 -4.553 -6.464 23.528 +03 May 2020 11:00 UT 78.05 10.357 1962.5 365213 11.3558 9.6115 51.289 -1.148 -4.492 -6.480 23.555 +03 May 2020 12:00 UT 78.45 10.399 1963.3 365056 11.3938 9.3832 50.781 -1.147 -4.431 -6.496 23.580 +03 May 2020 13:00 UT 78.85 10.440 1964.2 364900 11.4318 9.1538 50.274 -1.146 -4.369 -6.511 23.602 +03 May 2020 14:00 UT 79.26 10.482 1965.0 364746 11.4698 8.9232 49.766 -1.145 -4.306 -6.525 23.622 +03 May 2020 15:00 UT 79.65 10.524 1965.8 364594 11.5077 8.6916 49.258 -1.144 -4.243 -6.538 23.639 +03 May 2020 16:00 UT 80.05 10.565 1966.6 364444 11.5456 8.4589 48.750 -1.143 -4.180 -6.550 23.654 +03 May 2020 17:00 UT 80.44 10.607 1967.4 364296 11.5835 8.2252 48.243 -1.142 -4.115 -6.562 23.666 +03 May 2020 18:00 UT 80.83 10.649 1968.2 364149 11.6214 7.9905 47.735 -1.141 -4.050 -6.573 23.676 +03 May 2020 19:00 UT 81.22 10.690 1969.0 364004 11.6593 7.7548 47.227 -1.140 -3.985 -6.583 23.683 +03 May 2020 20:00 UT 81.61 10.732 1969.8 363861 11.6972 7.5182 46.720 -1.139 -3.919 -6.593 23.687 +03 May 2020 21:00 UT 81.99 10.774 1970.5 363720 11.7351 7.2806 46.212 -1.138 -3.853 -6.602 23.689 +03 May 2020 22:00 UT 82.37 10.815 1971.3 363581 11.7729 7.0421 45.704 -1.137 -3.786 -6.610 23.689 +03 May 2020 23:00 UT 82.75 10.857 1972.0 363444 11.8108 6.8027 45.197 -1.136 -3.718 -6.617 23.686 +04 May 2020 00:00 UT 83.12 10.899 1972.8 363309 11.8487 6.5624 44.689 -1.135 -3.650 -6.623 23.681 +04 May 2020 01:00 UT 83.49 10.940 1973.5 363177 11.8865 6.3214 44.181 -1.134 -3.581 -6.629 23.673 +04 May 2020 02:00 UT 83.86 10.982 1974.2 363046 11.9243 6.0795 43.674 -1.133 -3.512 -6.634 23.663 +04 May 2020 03:00 UT 84.23 11.024 1974.9 362917 11.9622 5.8368 43.166 -1.133 -3.443 -6.638 23.650 +04 May 2020 04:00 UT 84.59 11.065 1975.6 362790 12.0000 5.5933 42.659 -1.132 -3.373 -6.642 23.634 +04 May 2020 05:00 UT 84.95 11.107 1976.3 362666 12.0378 5.3492 42.151 -1.131 -3.302 -6.644 23.616 +04 May 2020 06:00 UT 85.30 11.149 1976.9 362543 12.0756 5.1043 41.643 -1.130 -3.231 -6.646 23.596 +04 May 2020 07:00 UT 85.65 11.190 1977.6 362423 12.1135 4.8587 41.136 -1.129 -3.160 -6.647 23.573 +04 May 2020 08:00 UT 86.00 11.232 1978.2 362305 12.1513 4.6125 40.628 -1.128 -3.088 -6.648 23.548 +04 May 2020 09:00 UT 86.35 11.274 1978.9 362190 12.1891 4.3656 40.121 -1.127 -3.015 -6.647 23.520 +04 May 2020 10:00 UT 86.69 11.315 1979.5 362076 12.2269 4.1182 39.613 -1.126 -2.942 -6.646 23.490 +04 May 2020 11:00 UT 87.03 11.357 1980.1 361965 12.2648 3.8702 39.106 -1.125 -2.869 -6.644 23.457 +04 May 2020 12:00 UT 87.36 11.399 1980.7 361856 12.3026 3.6216 38.598 -1.124 -2.795 -6.641 23.422 +04 May 2020 13:00 UT 87.70 11.440 1981.3 361750 12.3404 3.3725 38.091 -1.123 -2.721 -6.637 23.384 +04 May 2020 14:00 UT 88.02 11.482 1981.8 361646 12.3783 3.1229 37.583 -1.122 -2.647 -6.633 23.344 +04 May 2020 15:00 UT 88.35 11.524 1982.4 361544 12.4161 2.8728 37.076 -1.121 -2.572 -6.628 23.301 +04 May 2020 16:00 UT 88.67 11.565 1982.9 361445 12.4540 2.6223 36.568 -1.120 -2.497 -6.622 23.256 +04 May 2020 17:00 UT 88.98 11.607 1983.5 361348 12.4918 2.3714 36.061 -1.119 -2.421 -6.615 23.208 +04 May 2020 18:00 UT 89.30 11.649 1984.0 361254 12.5297 2.1201 35.553 -1.118 -2.345 -6.607 23.158 +04 May 2020 19:00 UT 89.61 11.690 1984.5 361162 12.5676 1.8684 35.046 -1.117 -2.269 -6.599 23.106 +04 May 2020 20:00 UT 89.91 11.732 1985.0 361073 12.6055 1.6164 34.538 -1.116 -2.193 -6.590 23.051 +04 May 2020 21:00 UT 90.21 11.774 1985.5 360987 12.6434 1.3641 34.031 -1.115 -2.116 -6.580 22.994 +04 May 2020 22:00 UT 90.51 11.815 1985.9 360902 12.6813 1.1115 33.523 -1.114 -2.038 -6.569 22.934 +04 May 2020 23:00 UT 90.80 11.857 1986.4 360821 12.7192 0.8587 33.016 -1.113 -1.961 -6.557 22.872 +05 May 2020 00:00 UT 91.09 11.899 1986.8 360742 12.7571 0.6057 32.508 -1.112 -1.883 -6.545 22.807 +05 May 2020 01:00 UT 91.38 11.940 1987.2 360666 12.7951 0.3525 32.001 -1.111 -1.805 -6.532 22.740 +05 May 2020 02:00 UT 91.66 11.982 1987.6 360592 12.8331 0.0991 31.493 -1.110 -1.727 -6.518 22.671 +05 May 2020 03:00 UT 91.94 12.024 1988.0 360521 12.8711 -0.1544 30.986 -1.109 -1.648 -6.503 22.599 +05 May 2020 04:00 UT 92.21 12.065 1988.4 360453 12.9091 -0.4080 30.479 -1.108 -1.569 -6.488 22.525 +05 May 2020 05:00 UT 92.48 12.107 1988.8 360387 12.9471 -0.6617 29.971 -1.107 -1.490 -6.471 22.449 +05 May 2020 06:00 UT 92.74 12.149 1989.1 360325 12.9851 -0.9155 29.464 -1.106 -1.411 -6.454 22.370 +05 May 2020 07:00 UT 93.00 12.190 1989.4 360265 13.0232 -1.1692 28.956 -1.105 -1.331 -6.436 22.289 +05 May 2020 08:00 UT 93.26 12.232 1989.8 360207 13.0613 -1.4229 28.449 -1.104 -1.252 -6.418 22.205 +05 May 2020 09:00 UT 93.51 12.274 1990.1 360153 13.0994 -1.6766 27.942 -1.103 -1.172 -6.398 22.119 +05 May 2020 10:00 UT 93.76 12.315 1990.3 360101 13.1375 -1.9302 27.434 -1.102 -1.092 -6.378 22.031 +05 May 2020 11:00 UT 94.00 12.357 1990.6 360052 13.1757 -2.1838 26.927 -1.101 -1.011 -6.357 21.940 +05 May 2020 12:00 UT 94.24 12.399 1990.9 360006 13.2139 -2.4371 26.419 -1.100 -0.931 -6.335 21.847 +05 May 2020 13:00 UT 94.47 12.440 1991.1 359963 13.2521 -2.6904 25.912 -1.099 -0.850 -6.313 21.752 +05 May 2020 14:00 UT 94.70 12.482 1991.3 359922 13.2903 -2.9434 25.405 -1.098 -0.770 -6.289 21.654 +05 May 2020 15:00 UT 94.92 12.524 1991.5 359885 13.3286 -3.1962 24.897 -1.097 -0.689 -6.265 21.554 +05 May 2020 16:00 UT 95.14 12.565 1991.7 359850 13.3668 -3.4487 24.390 -1.096 -0.608 -6.240 21.452 +05 May 2020 17:00 UT 95.36 12.607 1991.9 359819 13.4052 -3.7010 23.883 -1.095 -0.527 -6.215 21.348 +05 May 2020 18:00 UT 95.57 12.649 1992.1 359790 13.4435 -3.9530 23.375 -1.094 -0.446 -6.188 21.241 +05 May 2020 19:00 UT 95.77 12.690 1992.2 359764 13.4819 -4.2046 22.868 -1.093 -0.365 -6.161 21.132 +05 May 2020 20:00 UT 95.97 12.732 1992.3 359741 13.5203 -4.4558 22.361 -1.092 -0.284 -6.133 21.021 +05 May 2020 21:00 UT 96.17 12.774 1992.4 359721 13.5587 -4.7066 21.853 -1.091 -0.203 -6.104 20.907 +05 May 2020 22:00 UT 96.36 12.815 1992.5 359704 13.5972 -4.9571 21.346 -1.090 -0.122 -6.075 20.791 +05 May 2020 23:00 UT 96.55 12.857 1992.6 359690 13.6357 -5.2070 20.839 -1.089 -0.041 -6.045 20.673 +06 May 2020 00:00 UT 96.73 12.899 1992.7 359679 13.6743 -5.4564 20.331 -1.088 0.041 -6.014 20.553 +06 May 2020 01:00 UT 96.91 12.940 1992.7 359671 13.7129 -5.7054 19.824 -1.087 0.122 -5.982 20.431 +06 May 2020 02:00 UT 97.08 12.982 1992.7 359666 13.7515 -5.9537 19.317 -1.086 0.203 -5.950 20.306 +06 May 2020 03:00 UT 97.25 13.024 1992.8 359665 13.7901 -6.2015 18.809 -1.085 0.284 -5.917 20.179 +06 May 2020 04:00 UT 97.41 13.065 1992.7 359666 13.8288 -6.4487 18.302 -1.084 0.365 -5.883 20.050 +06 May 2020 05:00 UT 97.56 13.107 1992.7 359670 13.8675 -6.6952 17.795 -1.083 0.446 -5.849 19.919 +06 May 2020 06:00 UT 97.72 13.149 1992.7 359677 13.9063 -6.9410 17.287 -1.082 0.527 -5.813 19.786 +06 May 2020 07:00 UT 97.86 13.190 1992.6 359687 13.9451 -7.1862 16.780 -1.080 0.608 -5.777 19.650 +06 May 2020 08:00 UT 98.01 13.232 1992.6 359700 13.9840 -7.4306 16.273 -1.079 0.689 -5.741 19.512 +06 May 2020 09:00 UT 98.14 13.274 1992.5 359716 14.0229 -7.6742 15.766 -1.078 0.769 -5.703 19.373 +06 May 2020 10:00 UT 98.28 13.315 1992.4 359735 14.0618 -7.9171 15.258 -1.077 0.850 -5.665 19.231 +06 May 2020 11:00 UT 98.40 13.357 1992.2 359758 14.1008 -8.1591 14.751 -1.076 0.930 -5.627 19.087 +06 May 2020 12:00 UT 98.52 13.399 1992.1 359783 14.1398 -8.4002 14.244 -1.075 1.010 -5.587 18.941 +06 May 2020 13:00 UT 98.64 13.440 1991.9 359811 14.1788 -8.6405 13.736 -1.074 1.090 -5.547 18.793 +06 May 2020 14:00 UT 98.75 13.482 1991.8 359843 14.2180 -8.8798 13.229 -1.073 1.170 -5.506 18.642 +06 May 2020 15:00 UT 98.86 13.524 1991.6 359877 14.2571 -9.1182 12.722 -1.072 1.250 -5.465 18.490 +06 May 2020 16:00 UT 98.96 13.565 1991.4 359915 14.2963 -9.3556 12.215 -1.071 1.329 -5.423 18.336 +06 May 2020 17:00 UT 99.06 13.607 1991.1 359956 14.3355 -9.5920 11.707 -1.070 1.409 -5.380 18.179 +06 May 2020 18:00 UT 99.15 13.649 1990.9 359999 14.3748 -9.8274 11.200 -1.069 1.488 -5.337 18.021 +06 May 2020 19:00 UT 99.23 13.690 1990.6 360046 14.4142 -10.0616 10.693 -1.068 1.567 -5.293 17.861 +06 May 2020 20:00 UT 99.31 13.732 1990.4 360096 14.4535 -10.2948 10.185 -1.067 1.645 -5.248 17.698 +06 May 2020 21:00 UT 99.39 13.774 1990.1 360149 14.4930 -10.5269 9.678 -1.066 1.724 -5.203 17.534 +06 May 2020 22:00 UT 99.46 13.815 1989.8 360205 14.5325 -10.7578 9.171 -1.065 1.802 -5.157 17.368 +06 May 2020 23:00 UT 99.53 13.857 1989.4 360264 14.5720 -10.9875 8.664 -1.064 1.879 -5.111 17.200 +07 May 2020 00:00 UT 99.59 13.899 1989.1 360326 14.6116 -11.2160 8.156 -1.063 1.957 -5.064 17.029 +07 May 2020 01:00 UT 99.64 13.940 1988.7 360391 14.6512 -11.4432 7.649 -1.062 2.034 -5.016 16.857 +07 May 2020 02:00 UT 99.69 13.982 1988.4 360459 14.6908 -11.6692 7.142 -1.061 2.111 -4.968 16.683 +07 May 2020 03:00 UT 99.74 14.024 1988.0 360530 14.7306 -11.8939 6.635 -1.060 2.187 -4.919 16.507 +07 May 2020 04:00 UT 99.78 14.065 1987.6 360604 14.7703 -12.1172 6.127 -1.059 2.264 -4.869 16.330 +07 May 2020 05:00 UT 99.81 14.107 1987.1 360681 14.8102 -12.3392 5.620 -1.058 2.339 -4.819 16.150 +07 May 2020 06:00 UT 99.84 14.149 1986.7 360761 14.8500 -12.5598 5.113 -1.057 2.415 -4.769 15.969 +07 May 2020 07:00 UT 99.86 14.190 1986.2 360844 14.8900 -12.7789 4.605 -1.056 2.490 -4.718 15.785 +07 May 2020 08:00 UT 99.88 14.232 1985.8 360930 14.9299 -12.9966 4.098 -1.055 2.565 -4.666 15.600 +07 May 2020 09:00 UT 99.90 14.274 1985.3 361019 14.9699 -13.2128 3.591 -1.054 2.639 -4.614 15.414 +07 May 2020 10:00 UT 99.91 14.315 1984.8 361111 15.0100 -13.4276 3.084 -1.053 2.713 -4.561 15.225 +07 May 2020 11:00 UT 99.91 14.357 1984.3 361206 15.0501 -13.6408 2.576 -1.052 2.787 -4.508 15.035 +07 May 2020 12:00 UT 99.91 14.399 1983.7 361303 15.0903 -13.8524 2.069 -1.051 2.860 -4.454 14.842 +07 May 2020 13:00 UT 99.90 14.440 1983.2 361404 15.1305 -14.0625 1.562 -1.049 2.932 -4.400 14.649 +07 May 2020 14:00 UT 99.89 14.482 1982.6 361508 15.1708 -14.2709 1.055 -1.048 3.004 -4.345 14.453 +07 May 2020 15:00 UT 99.87 14.524 1982.0 361614 15.2111 -14.4777 0.547 -1.047 3.076 -4.290 14.256 +07 May 2020 16:00 UT 99.85 14.565 1981.4 361724 15.2515 -14.6828 0.040 -1.046 3.147 -4.234 14.057 +07 May 2020 17:00 UT 99.82 14.607 1980.8 361836 15.2919 -14.8862 -0.467 -1.045 3.218 -4.178 13.857 +07 May 2020 18:00 UT 99.79 14.649 1980.2 361951 15.3324 -15.0880 -0.975 -1.044 3.289 -4.122 13.654 +07 May 2020 19:00 UT 99.75 14.690 1979.5 362069 15.3729 -15.2879 -1.482 -1.043 3.358 -4.065 13.451 +07 May 2020 20:00 UT 99.71 14.732 1978.9 362189 15.4135 -15.4861 -1.989 -1.042 3.428 -4.007 13.245 +07 May 2020 21:00 UT 99.66 14.774 1978.2 362313 15.4541 -15.6825 -2.496 -1.041 3.497 -3.949 13.038 +07 May 2020 22:00 UT 99.61 14.815 1977.5 362439 15.4948 -15.8771 -3.004 -1.040 3.565 -3.891 12.830 +07 May 2020 23:00 UT 99.55 14.857 1976.8 362568 15.5355 -16.0698 -3.511 -1.039 3.633 -3.832 12.620 +08 May 2020 00:00 UT 99.49 14.899 1976.1 362700 15.5763 -16.2607 -4.018 -1.038 3.700 -3.773 12.409 +08 May 2020 01:00 UT 99.42 14.940 1975.3 362834 15.6171 -16.4497 -4.526 -1.037 3.766 -3.713 12.196 +08 May 2020 02:00 UT 99.35 14.982 1974.6 362972 15.6580 -16.6367 -5.033 -1.036 3.833 -3.653 11.981 +08 May 2020 03:00 UT 99.27 15.024 1973.8 363111 15.6989 -16.8218 -5.540 -1.035 3.898 -3.593 11.766 +08 May 2020 04:00 UT 99.19 15.065 1973.1 363254 15.7399 -17.0049 -6.048 -1.034 3.963 -3.532 11.548 +08 May 2020 05:00 UT 99.11 15.107 1972.3 363399 15.7809 -17.1861 -6.555 -1.033 4.027 -3.471 11.330 +08 May 2020 06:00 UT 99.01 15.149 1971.5 363547 15.8219 -17.3652 -7.062 -1.032 4.091 -3.410 11.110 +08 May 2020 07:00 UT 98.92 15.190 1970.7 363697 15.8630 -17.5423 -7.569 -1.031 4.154 -3.348 10.889 +08 May 2020 08:00 UT 98.82 15.232 1969.8 363850 15.9042 -17.7174 -8.077 -1.030 4.217 -3.286 10.666 +08 May 2020 09:00 UT 98.71 15.274 1969.0 364005 15.9454 -17.8904 -8.584 -1.029 4.279 -3.223 10.442 +08 May 2020 10:00 UT 98.60 15.315 1968.1 364163 15.9866 -18.0612 -9.091 -1.028 4.340 -3.160 10.217 +08 May 2020 11:00 UT 98.48 15.357 1967.3 364324 16.0279 -18.2300 -9.599 -1.027 4.401 -3.097 9.991 +08 May 2020 12:00 UT 98.36 15.399 1966.4 364486 16.0692 -18.3966 -10.106 -1.026 4.461 -3.034 9.763 +08 May 2020 13:00 UT 98.24 15.440 1965.5 364652 16.1105 -18.5611 -10.613 -1.025 4.520 -2.970 9.534 +08 May 2020 14:00 UT 98.11 15.482 1964.6 364819 16.1519 -18.7233 -11.121 -1.024 4.579 -2.906 9.304 +08 May 2020 15:00 UT 97.98 15.524 1963.7 364990 16.1934 -18.8834 -11.628 -1.023 4.637 -2.842 9.073 +08 May 2020 16:00 UT 97.84 15.565 1962.8 365162 16.2348 -19.0413 -12.136 -1.022 4.695 -2.777 8.841 +08 May 2020 17:00 UT 97.69 15.607 1961.8 365337 16.2763 -19.1969 -12.643 -1.021 4.752 -2.713 8.608 +08 May 2020 18:00 UT 97.55 15.649 1960.9 365514 16.3179 -19.3503 -13.150 -1.020 4.808 -2.648 8.374 +08 May 2020 19:00 UT 97.39 15.690 1959.9 365693 16.3595 -19.5014 -13.658 -1.019 4.863 -2.582 8.138 +08 May 2020 20:00 UT 97.24 15.732 1958.9 365875 16.4011 -19.6502 -14.165 -1.018 4.918 -2.517 7.902 +08 May 2020 21:00 UT 97.08 15.774 1957.9 366059 16.4427 -19.7967 -14.672 -1.017 4.972 -2.451 7.665 +08 May 2020 22:00 UT 96.91 15.815 1957.0 366245 16.4844 -19.9409 -15.180 -1.016 5.025 -2.385 7.426 +08 May 2020 23:00 UT 96.74 15.857 1955.9 366433 16.5261 -20.0828 -15.687 -1.015 5.078 -2.319 7.187 +09 May 2020 00:00 UT 96.57 15.899 1954.9 366623 16.5678 -20.2223 -16.195 -1.014 5.130 -2.253 6.947 +09 May 2020 01:00 UT 96.39 15.940 1953.9 366816 16.6096 -20.3594 -16.702 -1.013 5.181 -2.186 6.707 +09 May 2020 02:00 UT 96.21 15.982 1952.9 367010 16.6514 -20.4941 -17.209 -1.012 5.232 -2.120 6.465 +09 May 2020 03:00 UT 96.02 16.024 1951.8 367207 16.6932 -20.6265 -17.717 -1.011 5.282 -2.053 6.223 +09 May 2020 04:00 UT 95.83 16.065 1950.8 367405 16.7351 -20.7565 -18.224 -1.010 5.331 -1.986 5.979 +09 May 2020 05:00 UT 95.63 16.107 1949.7 367606 16.7769 -20.8840 -18.732 -1.009 5.379 -1.919 5.736 +09 May 2020 06:00 UT 95.44 16.149 1948.6 367808 16.8188 -21.0091 -19.239 -1.008 5.427 -1.851 5.491 +09 May 2020 07:00 UT 95.23 16.190 1947.6 368013 16.8607 -21.1317 -19.747 -1.007 5.474 -1.784 5.246 +09 May 2020 08:00 UT 95.03 16.232 1946.5 368219 16.9027 -21.2519 -20.254 -1.006 5.520 -1.716 5.000 +09 May 2020 09:00 UT 94.81 16.274 1945.4 368427 16.9446 -21.3696 -20.762 -1.005 5.565 -1.649 4.753 +09 May 2020 10:00 UT 94.60 16.315 1944.3 368637 16.9866 -21.4848 -21.269 -1.004 5.610 -1.581 4.506 +09 May 2020 11:00 UT 94.38 16.357 1943.1 368849 17.0286 -21.5976 -21.776 -1.003 5.654 -1.513 4.259 +09 May 2020 12:00 UT 94.16 16.399 1942.0 369062 17.0705 -21.7078 -22.284 -1.002 5.697 -1.445 4.011 +09 May 2020 13:00 UT 93.93 16.440 1940.9 369277 17.1126 -21.8156 -22.791 -1.001 5.739 -1.377 3.762 +09 May 2020 14:00 UT 93.70 16.482 1939.7 369494 17.1546 -21.9208 -23.299 -1.000 5.781 -1.309 3.514 +09 May 2020 15:00 UT 93.46 16.524 1938.6 369713 17.1966 -22.0235 -23.806 -0.999 5.821 -1.241 3.264 +09 May 2020 16:00 UT 93.23 16.565 1937.4 369933 17.2386 -22.1236 -24.314 -0.998 5.862 -1.173 3.015 +09 May 2020 17:00 UT 92.98 16.607 1936.3 370154 17.2807 -22.2213 -24.821 -0.997 5.901 -1.105 2.765 +09 May 2020 18:00 UT 92.74 16.649 1935.1 370378 17.3227 -22.3163 -25.329 -0.996 5.939 -1.036 2.514 +09 May 2020 19:00 UT 92.49 16.690 1933.9 370602 17.3648 -22.4088 -25.836 -0.995 5.977 -0.968 2.264 +09 May 2020 20:00 UT 92.24 16.732 1932.8 370829 17.4068 -22.4988 -26.344 -0.994 6.014 -0.900 2.013 +09 May 2020 21:00 UT 91.98 16.774 1931.6 371056 17.4489 -22.5862 -26.852 -0.993 6.050 -0.831 1.762 +09 May 2020 22:00 UT 91.72 16.815 1930.4 371285 17.4909 -22.6710 -27.359 -0.992 6.086 -0.763 1.511 +09 May 2020 23:00 UT 91.46 16.857 1929.2 371516 17.5330 -22.7532 -27.867 -0.991 6.120 -0.695 1.260 +10 May 2020 00:00 UT 91.19 16.899 1928.0 371747 17.5750 -22.8329 -28.374 -0.990 6.154 -0.626 1.009 +10 May 2020 01:00 UT 90.92 16.940 1926.8 371980 17.6170 -22.9100 -28.882 -0.989 6.187 -0.558 0.757 +10 May 2020 02:00 UT 90.65 16.982 1925.6 372215 17.6590 -22.9845 -29.389 -0.988 6.219 -0.490 0.506 +10 May 2020 03:00 UT 90.37 17.024 1924.3 372450 17.7011 -23.0564 -29.897 -0.987 6.251 -0.422 0.254 +10 May 2020 04:00 UT 90.09 17.065 1923.1 372687 17.7431 -23.1257 -30.405 -0.986 6.282 -0.353 0.003 +10 May 2020 05:00 UT 89.81 17.107 1921.9 372925 17.7850 -23.1925 -30.912 -0.985 6.312 -0.285 359.752 +10 May 2020 06:00 UT 89.53 17.149 1920.7 373164 17.8270 -23.2566 -31.420 -0.984 6.341 -0.217 359.501 +10 May 2020 07:00 UT 89.24 17.190 1919.4 373404 17.8690 -23.3182 -31.928 -0.983 6.369 -0.149 359.250 +10 May 2020 08:00 UT 88.95 17.232 1918.2 373645 17.9109 -23.3772 -32.435 -0.982 6.396 -0.081 358.999 +10 May 2020 09:00 UT 88.65 17.274 1917.0 373887 17.9528 -23.4336 -32.943 -0.981 6.423 -0.013 358.749 +10 May 2020 10:00 UT 88.35 17.315 1915.7 374130 17.9947 -23.4874 -33.450 -0.981 6.449 0.055 358.498 +10 May 2020 11:00 UT 88.05 17.357 1914.5 374374 18.0366 -23.5386 -33.958 -0.980 6.474 0.122 358.249 +10 May 2020 12:00 UT 87.75 17.399 1913.2 374619 18.0784 -23.5872 -34.466 -0.979 6.499 0.190 357.999 +10 May 2020 13:00 UT 87.44 17.440 1912.0 374864 18.1202 -23.6332 -34.973 -0.978 6.522 0.258 357.750 +10 May 2020 14:00 UT 87.13 17.482 1910.7 375111 18.1620 -23.6767 -35.481 -0.977 6.545 0.325 357.501 +10 May 2020 15:00 UT 86.82 17.524 1909.4 375358 18.2037 -23.7176 -35.989 -0.976 6.567 0.392 357.252 +10 May 2020 16:00 UT 86.50 17.565 1908.2 375606 18.2455 -23.7559 -36.497 -0.975 6.588 0.459 357.004 +10 May 2020 17:00 UT 86.19 17.607 1906.9 375855 18.2871 -23.7917 -37.004 -0.974 6.609 0.526 356.757 +10 May 2020 18:00 UT 85.87 17.649 1905.7 376105 18.3288 -23.8249 -37.512 -0.973 6.628 0.593 356.510 +10 May 2020 19:00 UT 85.54 17.690 1904.4 376355 18.3704 -23.8555 -38.020 -0.972 6.647 0.660 356.264 +10 May 2020 20:00 UT 85.22 17.732 1903.1 376605 18.4120 -23.8836 -38.528 -0.971 6.665 0.727 356.018 +10 May 2020 21:00 UT 84.89 17.774 1901.8 376857 18.4535 -23.9092 -39.035 -0.970 6.683 0.793 355.773 +10 May 2020 22:00 UT 84.56 17.815 1900.6 377109 18.4950 -23.9322 -39.543 -0.970 6.699 0.859 355.528 +10 May 2020 23:00 UT 84.23 17.857 1899.3 377361 18.5364 -23.9526 -40.051 -0.969 6.715 0.926 355.285 +11 May 2020 00:00 UT 83.89 17.899 1898.0 377614 18.5778 -23.9706 -40.559 -0.968 6.730 0.991 355.042 +11 May 2020 01:00 UT 83.55 17.940 1896.8 377867 18.6192 -23.9860 -41.066 -0.967 6.744 1.057 354.799 +11 May 2020 02:00 UT 83.21 17.982 1895.5 378120 18.6605 -23.9990 -41.574 -0.966 6.757 1.123 354.558 +11 May 2020 03:00 UT 82.87 18.024 1894.2 378374 18.7017 -24.0094 -42.082 -0.965 6.770 1.188 354.317 +11 May 2020 04:00 UT 82.53 18.065 1892.9 378629 18.7429 -24.0173 -42.590 -0.964 6.782 1.253 354.077 +11 May 2020 05:00 UT 82.18 18.107 1891.7 378883 18.7840 -24.0228 -43.098 -0.963 6.793 1.318 353.838 +11 May 2020 06:00 UT 81.83 18.149 1890.4 379138 18.8251 -24.0258 -43.606 -0.962 6.803 1.383 353.600 +11 May 2020 07:00 UT 81.48 18.190 1889.1 379393 18.8661 -24.0263 -44.113 -0.962 6.813 1.448 353.363 +11 May 2020 08:00 UT 81.13 18.232 1887.9 379648 18.9071 -24.0244 -44.621 -0.961 6.822 1.512 353.127 +11 May 2020 09:00 UT 80.77 18.274 1886.6 379904 18.9480 -24.0200 -45.129 -0.960 6.830 1.576 352.892 +11 May 2020 10:00 UT 80.42 18.315 1885.3 380159 18.9889 -24.0133 -45.637 -0.959 6.837 1.640 352.658 +11 May 2020 11:00 UT 80.06 18.357 1884.1 380414 19.0296 -24.0041 -46.145 -0.958 6.843 1.703 352.425 +11 May 2020 12:00 UT 79.70 18.399 1882.8 380670 19.0704 -23.9924 -46.653 -0.957 6.849 1.767 352.193 +11 May 2020 13:00 UT 79.33 18.440 1881.5 380925 19.1110 -23.9784 -47.161 -0.956 6.854 1.830 351.962 +11 May 2020 14:00 UT 78.97 18.482 1880.3 381181 19.1516 -23.9621 -47.669 -0.955 6.858 1.893 351.733 +11 May 2020 15:00 UT 78.60 18.524 1879.0 381436 19.1921 -23.9433 -48.177 -0.955 6.862 1.955 351.504 +11 May 2020 16:00 UT 78.23 18.565 1877.8 381692 19.2326 -23.9222 -48.685 -0.954 6.865 2.018 351.277 +11 May 2020 17:00 UT 77.86 18.607 1876.5 381947 19.2729 -23.8987 -49.193 -0.953 6.867 2.080 351.051 +11 May 2020 18:00 UT 77.49 18.649 1875.2 382202 19.3133 -23.8729 -49.701 -0.952 6.868 2.141 350.826 +11 May 2020 19:00 UT 77.12 18.690 1874.0 382457 19.3535 -23.8448 -50.209 -0.951 6.869 2.203 350.603 +11 May 2020 20:00 UT 76.74 18.732 1872.8 382711 19.3936 -23.8144 -50.717 -0.950 6.868 2.264 350.380 +11 May 2020 21:00 UT 76.37 18.774 1871.5 382966 19.4337 -23.7818 -51.225 -0.950 6.868 2.325 350.159 +11 May 2020 22:00 UT 75.99 18.815 1870.3 383220 19.4737 -23.7468 -51.733 -0.949 6.866 2.386 349.940 +11 May 2020 23:00 UT 75.61 18.857 1869.0 383473 19.5137 -23.7096 -52.241 -0.948 6.864 2.446 349.721 +12 May 2020 00:00 UT 75.23 18.899 1867.8 383727 19.5535 -23.6701 -52.749 -0.947 6.861 2.506 349.505 +12 May 2020 01:00 UT 74.85 18.940 1866.6 383980 19.5933 -23.6284 -53.257 -0.946 6.857 2.566 349.289 +12 May 2020 02:00 UT 74.47 18.982 1865.3 384232 19.6330 -23.5845 -53.765 -0.945 6.853 2.625 349.075 +12 May 2020 03:00 UT 74.08 19.024 1864.1 384484 19.6726 -23.5384 -54.273 -0.945 6.847 2.684 348.863 +12 May 2020 04:00 UT 73.69 19.065 1862.9 384736 19.7121 -23.4901 -54.781 -0.944 6.842 2.743 348.651 +12 May 2020 05:00 UT 73.31 19.107 1861.7 384987 19.7515 -23.4396 -55.289 -0.943 6.835 2.802 348.442 +12 May 2020 06:00 UT 72.92 19.149 1860.5 385237 19.7909 -23.3870 -55.797 -0.942 6.828 2.860 348.234 +12 May 2020 07:00 UT 72.53 19.190 1859.3 385487 19.8301 -23.3323 -56.305 -0.941 6.820 2.918 348.027 +12 May 2020 08:00 UT 72.14 19.232 1858.1 385736 19.8693 -23.2754 -56.814 -0.940 6.811 2.975 347.822 +12 May 2020 09:00 UT 71.74 19.274 1856.9 385985 19.9084 -23.2164 -57.322 -0.940 6.802 3.032 347.619 +12 May 2020 10:00 UT 71.35 19.315 1855.7 386233 19.9474 -23.1554 -57.830 -0.939 6.792 3.089 347.417 +12 May 2020 11:00 UT 70.96 19.357 1854.5 386480 19.9863 -23.0922 -58.338 -0.938 6.782 3.146 347.217 +12 May 2020 12:00 UT 70.56 19.399 1853.3 386727 20.0252 -23.0271 -58.846 -0.937 6.770 3.202 347.018 +12 May 2020 13:00 UT 70.16 19.440 1852.1 386973 20.0639 -22.9598 -59.354 -0.937 6.758 3.258 346.821 +12 May 2020 14:00 UT 69.77 19.482 1851.0 387218 20.1026 -22.8906 -59.863 -0.936 6.746 3.313 346.625 +12 May 2020 15:00 UT 69.37 19.524 1849.8 387462 20.1411 -22.8194 -60.371 -0.935 6.733 3.368 346.432 +12 May 2020 16:00 UT 68.97 19.565 1848.6 387705 20.1796 -22.7461 -60.879 -0.934 6.719 3.423 346.240 +12 May 2020 17:00 UT 68.57 19.607 1847.5 387947 20.2180 -22.6710 -61.387 -0.933 6.704 3.477 346.049 +12 May 2020 18:00 UT 68.17 19.649 1846.3 388189 20.2562 -22.5938 -61.896 -0.933 6.689 3.531 345.861 +12 May 2020 19:00 UT 67.77 19.690 1845.2 388430 20.2944 -22.5147 -62.404 -0.932 6.673 3.585 345.674 +12 May 2020 20:00 UT 67.36 19.732 1844.0 388669 20.3325 -22.4337 -62.912 -0.931 6.657 3.638 345.489 +12 May 2020 21:00 UT 66.96 19.774 1842.9 388908 20.3705 -22.3509 -63.420 -0.930 6.640 3.691 345.305 +12 May 2020 22:00 UT 66.56 19.815 1841.8 389145 20.4084 -22.2661 -63.929 -0.930 6.622 3.743 345.123 +12 May 2020 23:00 UT 66.15 19.857 1840.7 389382 20.4462 -22.1794 -64.437 -0.929 6.604 3.795 344.944 +13 May 2020 00:00 UT 65.75 19.899 1839.6 389618 20.4840 -22.0910 -64.945 -0.928 6.585 3.847 344.765 +13 May 2020 01:00 UT 65.34 19.940 1838.5 389852 20.5216 -22.0006 -65.454 -0.927 6.566 3.898 344.589 +13 May 2020 02:00 UT 64.94 19.982 1837.4 390085 20.5591 -21.9085 -65.962 -0.926 6.546 3.949 344.414 +13 May 2020 03:00 UT 64.53 20.024 1836.3 390318 20.5966 -21.8146 -66.470 -0.926 6.525 4.000 344.242 +13 May 2020 04:00 UT 64.12 20.065 1835.2 390549 20.6339 -21.7189 -66.979 -0.925 6.504 4.050 344.071 +13 May 2020 05:00 UT 63.71 20.107 1834.1 390778 20.6711 -21.6215 -67.487 -0.924 6.482 4.099 343.902 +13 May 2020 06:00 UT 63.30 20.149 1833.0 391007 20.7083 -21.5223 -67.996 -0.923 6.460 4.149 343.734 +13 May 2020 07:00 UT 62.90 20.190 1832.0 391235 20.7453 -21.4214 -68.504 -0.923 6.437 4.198 343.569 +13 May 2020 08:00 UT 62.49 20.232 1830.9 391461 20.7823 -21.3188 -69.012 -0.922 6.413 4.246 343.405 +13 May 2020 09:00 UT 62.08 20.274 1829.8 391686 20.8191 -21.2145 -69.521 -0.921 6.389 4.294 343.244 +13 May 2020 10:00 UT 61.67 20.315 1828.8 391909 20.8559 -21.1085 -70.029 -0.921 6.364 4.342 343.084 +13 May 2020 11:00 UT 61.26 20.357 1827.8 392131 20.8926 -21.0009 -70.538 -0.920 6.339 4.389 342.926 +13 May 2020 12:00 UT 60.85 20.399 1826.7 392352 20.9291 -20.8916 -71.046 -0.919 6.313 4.436 342.769 +13 May 2020 13:00 UT 60.43 20.440 1825.7 392572 20.9656 -20.7807 -71.555 -0.918 6.287 4.483 342.615 +13 May 2020 14:00 UT 60.02 20.482 1824.7 392790 21.0020 -20.6683 -72.063 -0.918 6.260 4.529 342.463 +13 May 2020 15:00 UT 59.61 20.524 1823.7 393007 21.0383 -20.5542 -72.572 -0.917 6.233 4.574 342.312 +13 May 2020 16:00 UT 59.20 20.565 1822.7 393222 21.0745 -20.4386 -73.080 -0.916 6.205 4.619 342.164 +13 May 2020 17:00 UT 58.79 20.607 1821.7 393436 21.1106 -20.3214 -73.589 -0.915 6.177 4.664 342.017 +13 May 2020 18:00 UT 58.38 20.649 1820.7 393648 21.1466 -20.2027 -74.097 -0.915 6.148 4.708 341.872 +13 May 2020 19:00 UT 57.96 20.690 1819.7 393859 21.1825 -20.0825 -74.606 -0.914 6.118 4.752 341.729 +13 May 2020 20:00 UT 57.55 20.732 1818.8 394069 21.2183 -19.9608 -75.114 -0.913 6.089 4.796 341.588 +13 May 2020 21:00 UT 57.14 20.774 1817.8 394276 21.2540 -19.8376 -75.623 -0.913 6.058 4.839 341.449 +13 May 2020 22:00 UT 56.73 20.815 1816.9 394483 21.2896 -19.7130 -76.131 -0.912 6.027 4.881 341.312 +13 May 2020 23:00 UT 56.32 20.857 1815.9 394687 21.3251 -19.5869 -76.640 -0.911 5.996 4.923 341.177 +14 May 2020 00:00 UT 55.90 20.899 1815.0 394891 21.3606 -19.4594 -77.149 -0.911 5.964 4.965 341.043 +14 May 2020 01:00 UT 55.49 20.940 1814.1 395092 21.3959 -19.3304 -77.657 -0.910 5.932 5.006 340.912 +14 May 2020 02:00 UT 55.08 20.982 1813.2 395292 21.4312 -19.2001 -78.166 -0.909 5.899 5.047 340.782 +14 May 2020 03:00 UT 54.67 21.024 1812.2 395490 21.4663 -19.0684 -78.675 -0.908 5.865 5.087 340.655 +14 May 2020 04:00 UT 54.26 21.065 1811.3 395687 21.5014 -18.9354 -79.183 -0.908 5.832 5.127 340.529 +14 May 2020 05:00 UT 53.84 21.107 1810.4 395882 21.5364 -18.8010 -79.692 -0.907 5.798 5.167 340.405 +14 May 2020 06:00 UT 53.43 21.149 1809.6 396075 21.5712 -18.6652 -80.201 -0.906 5.763 5.206 340.284 +14 May 2020 07:00 UT 53.02 21.190 1808.7 396267 21.6060 -18.5282 -80.709 -0.906 5.728 5.244 340.164 +14 May 2020 08:00 UT 52.61 21.232 1807.8 396457 21.6407 -18.3899 -81.218 -0.905 5.692 5.282 340.046 +14 May 2020 09:00 UT 52.20 21.274 1807.0 396645 21.6753 -18.2503 -81.727 -0.904 5.656 5.320 339.930 +14 May 2020 10:00 UT 51.79 21.315 1806.1 396831 21.7099 -18.1094 -82.235 -0.904 5.620 5.357 339.815 +14 May 2020 11:00 UT 51.38 21.357 1805.3 397016 21.7443 -17.9673 -82.744 -0.903 5.583 5.394 339.703 +14 May 2020 12:00 UT 50.97 21.399 1804.4 397199 21.7787 -17.8239 -83.253 -0.902 5.546 5.430 339.593 +14 May 2020 13:00 UT 50.56 21.440 1803.6 397380 21.8129 -17.6794 -83.762 -0.902 5.508 5.466 339.484 +14 May 2020 14:00 UT 50.15 21.482 1802.8 397559 21.8471 -17.5336 -84.270 -0.901 5.470 5.501 339.378 +14 May 2020 15:00 UT 49.74 21.524 1802.0 397737 21.8812 -17.3867 -84.779 -0.900 5.432 5.536 339.273 +14 May 2020 16:00 UT 49.33 21.565 1801.2 397912 21.9152 -17.2385 -85.288 -0.900 5.393 5.571 339.170 +14 May 2020 17:00 UT 48.92 21.607 1800.4 398086 21.9491 -17.0893 -85.797 -0.899 5.354 5.605 339.070 +14 May 2020 18:00 UT 48.52 21.649 1799.6 398258 21.9829 -16.9389 -86.306 -0.898 5.314 5.638 338.971 +14 May 2020 19:00 UT 48.11 21.690 1798.9 398428 22.0167 -16.7874 -86.814 -0.898 5.274 5.671 338.874 +14 May 2020 20:00 UT 47.70 21.732 1798.1 398596 22.0504 -16.6347 -87.323 -0.897 5.234 5.704 338.779 +14 May 2020 21:00 UT 47.30 21.774 1797.4 398762 22.0840 -16.4810 -87.832 -0.896 5.193 5.736 338.685 +14 May 2020 22:00 UT 46.89 21.815 1796.6 398927 22.1175 -16.3262 -88.341 -0.896 5.152 5.767 338.594 +14 May 2020 23:00 UT 46.49 21.857 1795.9 399089 22.1509 -16.1704 -88.850 -0.895 5.111 5.798 338.505 +15 May 2020 00:00 UT 46.08 21.899 1795.2 399250 22.1842 -16.0135 -89.359 -0.894 5.069 5.829 338.417 +15 May 2020 01:00 UT 45.68 21.940 1794.5 399409 22.2175 -15.8555 -89.868 -0.894 5.027 5.859 338.331 +15 May 2020 02:00 UT 45.27 21.982 1793.8 399565 22.2507 -15.6966 -90.377 -0.893 4.984 5.889 338.247 +15 May 2020 03:00 UT 44.87 22.024 1793.1 399720 22.2838 -15.5366 -90.885 -0.892 4.941 5.918 338.166 +15 May 2020 04:00 UT 44.47 22.065 1792.4 399873 22.3169 -15.3757 -91.394 -0.892 4.898 5.947 338.085 +15 May 2020 05:00 UT 44.07 22.107 1791.7 400024 22.3498 -15.2138 -91.903 -0.891 4.855 5.975 338.007 +15 May 2020 06:00 UT 43.67 22.149 1791.0 400173 22.3827 -15.0509 -92.412 -0.891 4.811 6.003 337.931 +15 May 2020 07:00 UT 43.27 22.190 1790.4 400320 22.4155 -14.8871 -92.921 -0.890 4.767 6.030 337.856 +15 May 2020 08:00 UT 42.87 22.232 1789.7 400465 22.4483 -14.7223 -93.430 -0.889 4.723 6.057 337.784 +15 May 2020 09:00 UT 42.47 22.274 1789.1 400608 22.4809 -14.5566 -93.939 -0.889 4.678 6.083 337.713 +15 May 2020 10:00 UT 42.07 22.315 1788.5 400749 22.5135 -14.3900 -94.448 -0.888 4.633 6.109 337.644 +15 May 2020 11:00 UT 41.67 22.357 1787.8 400888 22.5461 -14.2226 -94.957 -0.887 4.588 6.134 337.577 +15 May 2020 12:00 UT 41.28 22.399 1787.2 401025 22.5785 -14.0542 -95.466 -0.887 4.542 6.159 337.511 +15 May 2020 13:00 UT 40.88 22.440 1786.6 401160 22.6109 -13.8850 -95.975 -0.886 4.496 6.184 337.448 +15 May 2020 14:00 UT 40.49 22.482 1786.0 401293 22.6432 -13.7150 -96.484 -0.885 4.450 6.208 337.386 +15 May 2020 15:00 UT 40.10 22.524 1785.5 401423 22.6755 -13.5441 -96.993 -0.885 4.404 6.231 337.326 +15 May 2020 16:00 UT 39.70 22.565 1784.9 401552 22.7077 -13.3723 -97.502 -0.884 4.357 6.254 337.268 +15 May 2020 17:00 UT 39.31 22.607 1784.3 401679 22.7398 -13.1998 -98.012 -0.884 4.310 6.276 337.212 +15 May 2020 18:00 UT 38.92 22.649 1783.8 401804 22.7718 -13.0265 -98.521 -0.883 4.263 6.298 337.158 +15 May 2020 19:00 UT 38.53 22.690 1783.2 401927 22.8038 -12.8524 -99.030 -0.882 4.216 6.320 337.105 +15 May 2020 20:00 UT 38.14 22.732 1782.7 402047 22.8358 -12.6775 -99.539 -0.882 4.168 6.341 337.054 +15 May 2020 21:00 UT 37.75 22.774 1782.2 402166 22.8676 -12.5018 -100.048 -0.881 4.120 6.361 337.005 +15 May 2020 22:00 UT 37.37 22.815 1781.6 402283 22.8994 -12.3254 -100.557 -0.880 4.072 6.381 336.958 +15 May 2020 23:00 UT 36.98 22.857 1781.1 402397 22.9312 -12.1483 -101.066 -0.880 4.024 6.401 336.912 +16 May 2020 00:00 UT 36.60 22.899 1780.6 402509 22.9629 -11.9705 -101.575 -0.879 3.975 6.420 336.869 +16 May 2020 01:00 UT 36.21 22.940 1780.2 402620 22.9945 -11.7919 -102.085 -0.879 3.926 6.438 336.827 +16 May 2020 02:00 UT 35.83 22.982 1779.7 402728 23.0261 -11.6126 -102.594 -0.878 3.877 6.456 336.786 +16 May 2020 03:00 UT 35.45 23.024 1779.2 402834 23.0576 -11.4327 -103.103 -0.877 3.828 6.474 336.748 +16 May 2020 04:00 UT 35.07 23.065 1778.7 402939 23.0891 -11.2521 -103.612 -0.877 3.779 6.491 336.711 +16 May 2020 05:00 UT 34.69 23.107 1778.3 403041 23.1205 -11.0708 -104.121 -0.876 3.729 6.507 336.676 +16 May 2020 06:00 UT 34.31 23.149 1777.9 403141 23.1518 -10.8889 -104.631 -0.875 3.679 6.523 336.643 +16 May 2020 07:00 UT 33.93 23.190 1777.4 403239 23.1831 -10.7063 -105.140 -0.875 3.629 6.539 336.611 +16 May 2020 08:00 UT 33.56 23.232 1777.0 403335 23.2144 -10.5232 -105.649 -0.874 3.579 6.554 336.582 +16 May 2020 09:00 UT 33.18 23.274 1776.6 403428 23.2456 -10.3394 -106.158 -0.874 3.529 6.568 336.554 +16 May 2020 10:00 UT 32.81 23.315 1776.2 403520 23.2768 -10.1550 -106.668 -0.873 3.478 6.582 336.527 +16 May 2020 11:00 UT 32.44 23.357 1775.8 403610 23.3079 -9.9700 -107.177 -0.872 3.427 6.596 336.503 +16 May 2020 12:00 UT 32.06 23.399 1775.4 403698 23.3389 -9.7844 -107.686 -0.872 3.377 6.609 336.480 +16 May 2020 13:00 UT 31.69 23.440 1775.0 403783 23.3699 -9.5983 -108.196 -0.871 3.326 6.621 336.458 +16 May 2020 14:00 UT 31.33 23.482 1774.7 403867 23.4009 -9.4116 -108.705 -0.870 3.274 6.633 336.439 +16 May 2020 15:00 UT 30.96 23.524 1774.3 403948 23.4318 -9.2244 -109.214 -0.870 3.223 6.645 336.421 +16 May 2020 16:00 UT 30.59 23.565 1774.0 404027 23.4627 -9.0366 -109.723 -0.869 3.172 6.656 336.405 +16 May 2020 17:00 UT 30.23 23.607 1773.6 404105 23.4935 -8.8484 -110.233 -0.869 3.120 6.666 336.390 +16 May 2020 18:00 UT 29.87 23.649 1773.3 404180 23.5243 -8.6596 -110.742 -0.868 3.068 6.676 336.377 +16 May 2020 19:00 UT 29.50 23.690 1773.0 404253 23.5551 -8.4703 -111.252 -0.867 3.016 6.686 336.366 +16 May 2020 20:00 UT 29.14 23.732 1772.6 404324 23.5858 -8.2805 -111.761 -0.867 2.964 6.695 336.357 +16 May 2020 21:00 UT 28.78 23.774 1772.3 404393 23.6165 -8.0903 -112.270 -0.866 2.912 6.703 336.349 +16 May 2020 22:00 UT 28.43 23.815 1772.1 404460 23.6471 -7.8995 -112.780 -0.866 2.860 6.711 336.343 +16 May 2020 23:00 UT 28.07 23.857 1771.8 404525 23.6777 -7.7084 -113.289 -0.865 2.808 6.719 336.338 +17 May 2020 00:00 UT 27.72 23.899 1771.5 404588 23.7083 -7.5168 -113.798 -0.864 2.755 6.726 336.335 +17 May 2020 01:00 UT 27.36 23.940 1771.2 404649 23.7388 -7.3247 -114.308 -0.864 2.703 6.732 336.334 +17 May 2020 02:00 UT 27.01 23.982 1771.0 404707 23.7693 -7.1323 -114.817 -0.863 2.650 6.738 336.334 +17 May 2020 03:00 UT 26.66 24.024 1770.7 404764 23.7998 -6.9394 -115.327 -0.862 2.597 6.744 336.336 +17 May 2020 04:00 UT 26.31 24.065 1770.5 404819 23.8303 -6.7461 -115.836 -0.862 2.544 6.749 336.340 +17 May 2020 05:00 UT 25.97 24.107 1770.3 404872 23.8607 -6.5525 -116.346 -0.861 2.491 6.753 336.345 +17 May 2020 06:00 UT 25.62 24.149 1770.0 404922 23.8910 -6.3584 -116.855 -0.861 2.438 6.757 336.352 +17 May 2020 07:00 UT 25.28 24.190 1769.8 404971 23.9214 -6.1640 -117.365 -0.860 2.385 6.760 336.360 +17 May 2020 08:00 UT 24.93 24.232 1769.6 405018 23.9517 -5.9693 -117.874 -0.859 2.332 6.763 336.370 +17 May 2020 09:00 UT 24.59 24.274 1769.4 405063 23.9820 -5.7742 -118.384 -0.859 2.279 6.766 336.382 +17 May 2020 10:00 UT 24.25 24.315 1769.2 405105 0.0123 -5.5787 -118.893 -0.858 2.226 6.768 336.395 +17 May 2020 11:00 UT 23.92 24.357 1769.1 405146 0.0425 -5.3829 -119.403 -0.858 2.172 6.769 336.410 +17 May 2020 12:00 UT 23.58 24.399 1768.9 405185 0.0728 -5.1869 -119.912 -0.857 2.119 6.770 336.426 +17 May 2020 13:00 UT 23.25 24.440 1768.7 405221 0.1030 -4.9905 -120.422 -0.856 2.065 6.771 336.444 +17 May 2020 14:00 UT 22.91 24.482 1768.6 405256 0.1332 -4.7938 -120.931 -0.856 2.012 6.771 336.464 +17 May 2020 15:00 UT 22.58 24.524 1768.4 405289 0.1633 -4.5968 -121.441 -0.855 1.958 6.770 336.485 +17 May 2020 16:00 UT 22.25 24.565 1768.3 405320 0.1935 -4.3996 -121.950 -0.854 1.905 6.769 336.507 +17 May 2020 17:00 UT 21.93 24.607 1768.2 405349 0.2236 -4.2021 -122.460 -0.854 1.851 6.768 336.531 +17 May 2020 18:00 UT 21.60 24.649 1768.0 405376 0.2537 -4.0044 -122.970 -0.853 1.797 6.765 336.557 +17 May 2020 19:00 UT 21.28 24.690 1767.9 405401 0.2838 -3.8064 -123.479 -0.853 1.744 6.763 336.584 +17 May 2020 20:00 UT 20.96 24.732 1767.8 405424 0.3139 -3.6081 -123.989 -0.852 1.690 6.760 336.613 +17 May 2020 21:00 UT 20.64 24.774 1767.7 405445 0.3439 -3.4097 -124.498 -0.851 1.636 6.756 336.644 +17 May 2020 22:00 UT 20.32 24.815 1767.7 405464 0.3740 -3.2111 -125.008 -0.851 1.582 6.752 336.676 +17 May 2020 23:00 UT 20.00 24.857 1767.6 405482 0.4040 -3.0122 -125.518 -0.850 1.529 6.748 336.709 +18 May 2020 00:00 UT 19.69 24.899 1767.5 405497 0.4340 -2.8132 -126.027 -0.849 1.475 6.743 336.744 +18 May 2020 01:00 UT 19.37 24.940 1767.5 405511 0.4641 -2.6140 -126.537 -0.849 1.421 6.737 336.781 +18 May 2020 02:00 UT 19.06 24.982 1767.4 405523 0.4941 -2.4146 -127.047 -0.848 1.367 6.731 336.819 +18 May 2020 03:00 UT 18.76 25.024 1767.4 405532 0.5241 -2.2150 -127.556 -0.848 1.313 6.724 336.858 +18 May 2020 04:00 UT 18.45 25.065 1767.3 405540 0.5541 -2.0154 -128.066 -0.847 1.260 6.717 336.899 +18 May 2020 05:00 UT 18.14 25.107 1767.3 405547 0.5840 -1.8155 -128.576 -0.846 1.206 6.710 336.942 +18 May 2020 06:00 UT 17.84 25.149 1767.3 405551 0.6140 -1.6156 -129.085 -0.846 1.152 6.702 336.986 +18 May 2020 07:00 UT 17.54 25.190 1767.3 405553 0.6440 -1.4155 -129.595 -0.845 1.098 6.693 337.031 +18 May 2020 08:00 UT 17.24 25.232 1767.3 405554 0.6740 -1.2153 -130.105 -0.844 1.045 6.684 337.078 +18 May 2020 09:00 UT 16.94 25.274 1767.3 405553 0.7040 -1.0151 -130.614 -0.844 0.991 6.675 337.127 +18 May 2020 10:00 UT 16.65 25.315 1767.3 405550 0.7339 -0.8147 -131.124 -0.843 0.937 6.664 337.177 +18 May 2020 11:00 UT 16.36 25.357 1767.3 405545 0.7639 -0.6143 -131.634 -0.842 0.884 6.654 337.229 +18 May 2020 12:00 UT 16.06 25.399 1767.3 405539 0.7939 -0.4138 -132.144 -0.842 0.830 6.643 337.282 +18 May 2020 13:00 UT 15.78 25.440 1767.4 405530 0.8239 -0.2133 -132.653 -0.841 0.776 6.631 337.336 +18 May 2020 14:00 UT 15.49 25.482 1767.4 405520 0.8538 -0.0127 -133.163 -0.840 0.723 6.619 337.392 +18 May 2020 15:00 UT 15.20 25.524 1767.5 405508 0.8838 0.1879 -133.673 -0.840 0.669 6.607 337.449 +18 May 2020 16:00 UT 14.92 25.565 1767.5 405495 0.9138 0.3886 -134.183 -0.839 0.616 6.594 337.508 +18 May 2020 17:00 UT 14.64 25.607 1767.6 405479 0.9438 0.5892 -134.692 -0.839 0.563 6.580 337.569 +18 May 2020 18:00 UT 14.36 25.649 1767.7 405462 0.9738 0.7899 -135.202 -0.838 0.509 6.566 337.631 +18 May 2020 19:00 UT 14.09 25.690 1767.8 405444 1.0038 0.9905 -135.712 -0.837 0.456 6.552 337.694 +18 May 2020 20:00 UT 13.81 25.732 1767.8 405423 1.0338 1.1911 -136.222 -0.837 0.403 6.537 337.759 +18 May 2020 21:00 UT 13.54 25.774 1767.9 405401 1.0639 1.3917 -136.732 -0.836 0.350 6.521 337.825 +18 May 2020 22:00 UT 13.27 25.815 1768.0 405378 1.0939 1.5922 -137.242 -0.835 0.297 6.505 337.893 +18 May 2020 23:00 UT 13.01 25.857 1768.2 405352 1.1240 1.7927 -137.751 -0.835 0.244 6.489 337.962 +19 May 2020 00:00 UT 12.74 25.899 1768.3 405325 1.1540 1.9931 -138.261 -0.834 0.191 6.472 338.032 +19 May 2020 01:00 UT 12.48 25.940 1768.4 405296 1.1841 2.1935 -138.771 -0.833 0.138 6.454 338.104 +19 May 2020 02:00 UT 12.22 25.982 1768.5 405266 1.2142 2.3937 -139.281 -0.833 0.085 6.437 338.178 +19 May 2020 03:00 UT 11.96 26.024 1768.7 405234 1.2443 2.5939 -139.791 -0.832 0.033 6.418 338.253 +19 May 2020 04:00 UT 11.70 26.065 1768.8 405201 1.2744 2.7939 -140.301 -0.831 -0.020 6.399 338.329 +19 May 2020 05:00 UT 11.45 26.107 1769.0 405165 1.3046 2.9939 -140.810 -0.831 -0.072 6.380 338.407 +19 May 2020 06:00 UT 11.20 26.149 1769.1 405129 1.3347 3.1937 -141.320 -0.830 -0.125 6.360 338.486 +19 May 2020 07:00 UT 10.95 26.190 1769.3 405090 1.3649 3.3933 -141.830 -0.829 -0.177 6.340 338.567 +19 May 2020 08:00 UT 10.70 26.232 1769.5 405051 1.3951 3.5928 -142.340 -0.829 -0.229 6.319 338.649 +19 May 2020 09:00 UT 10.46 26.274 1769.6 405009 1.4254 3.7922 -142.850 -0.828 -0.281 6.298 338.732 +19 May 2020 10:00 UT 10.22 26.315 1769.8 404966 1.4556 3.9913 -143.360 -0.827 -0.333 6.276 338.817 +19 May 2020 11:00 UT 9.98 26.357 1770.0 404922 1.4859 4.1903 -143.870 -0.826 -0.385 6.254 338.904 +19 May 2020 12:00 UT 9.74 26.399 1770.2 404876 1.5162 4.3891 -144.380 -0.826 -0.437 6.231 338.991 +19 May 2020 13:00 UT 9.51 26.440 1770.4 404829 1.5465 4.5877 -144.890 -0.825 -0.489 6.208 339.081 +19 May 2020 14:00 UT 9.28 26.482 1770.7 404780 1.5769 4.7860 -145.400 -0.824 -0.540 6.184 339.171 +19 May 2020 15:00 UT 9.05 26.524 1770.9 404729 1.6072 4.9841 -145.910 -0.824 -0.592 6.160 339.263 +19 May 2020 16:00 UT 8.82 26.565 1771.1 404678 1.6376 5.1820 -146.420 -0.823 -0.643 6.135 339.357 +19 May 2020 17:00 UT 8.60 26.607 1771.3 404624 1.6681 5.3796 -146.930 -0.822 -0.694 6.110 339.451 +19 May 2020 18:00 UT 8.38 26.649 1771.6 404570 1.6985 5.5770 -147.440 -0.822 -0.745 6.085 339.548 +19 May 2020 19:00 UT 8.16 26.690 1771.8 404514 1.7290 5.7740 -147.949 -0.821 -0.796 6.059 339.645 +19 May 2020 20:00 UT 7.94 26.732 1772.1 404456 1.7596 5.9708 -148.459 -0.820 -0.847 6.032 339.744 +19 May 2020 21:00 UT 7.73 26.774 1772.3 404397 1.7901 6.1673 -148.969 -0.820 -0.898 6.005 339.845 +19 May 2020 22:00 UT 7.52 26.815 1772.6 404337 1.8207 6.3634 -149.479 -0.819 -0.948 5.978 339.946 +19 May 2020 23:00 UT 7.31 26.857 1772.9 404275 1.8514 6.5593 -149.989 -0.818 -0.999 5.950 340.050 +20 May 2020 00:00 UT 7.10 26.899 1773.1 404212 1.8820 6.7547 -150.499 -0.817 -1.049 5.922 340.154 +20 May 2020 01:00 UT 6.90 26.940 1773.4 404148 1.9127 6.9499 -151.009 -0.817 -1.099 5.893 340.260 +20 May 2020 02:00 UT 6.70 26.982 1773.7 404082 1.9435 7.1446 -151.519 -0.816 -1.149 5.864 340.368 +20 May 2020 03:00 UT 6.50 27.024 1774.0 404015 1.9742 7.3390 -152.029 -0.815 -1.199 5.834 340.476 +20 May 2020 04:00 UT 6.30 27.065 1774.3 403947 2.0051 7.5330 -152.539 -0.815 -1.249 5.804 340.586 +20 May 2020 05:00 UT 6.11 27.107 1774.6 403878 2.0359 7.7266 -153.050 -0.814 -1.298 5.773 340.698 +20 May 2020 06:00 UT 5.92 27.149 1774.9 403807 2.0668 7.9198 -153.560 -0.813 -1.347 5.742 340.811 +20 May 2020 07:00 UT 5.73 27.190 1775.2 403735 2.0978 8.1126 -154.070 -0.812 -1.397 5.711 340.925 +20 May 2020 08:00 UT 5.55 27.232 1775.6 403662 2.1287 8.3049 -154.580 -0.812 -1.446 5.679 341.041 +20 May 2020 09:00 UT 5.37 27.274 1775.9 403587 2.1598 8.4968 -155.090 -0.811 -1.494 5.646 341.158 +20 May 2020 10:00 UT 5.19 27.315 1776.2 403511 2.1908 8.6882 -155.600 -0.810 -1.543 5.613 341.276 +20 May 2020 11:00 UT 5.01 27.357 1776.6 403434 2.2220 8.8791 -156.110 -0.809 -1.592 5.580 341.396 +20 May 2020 12:00 UT 4.84 27.399 1776.9 403356 2.2531 9.0695 -156.620 -0.809 -1.640 5.546 341.517 +20 May 2020 13:00 UT 4.67 27.440 1777.3 403277 2.2843 9.2595 -157.130 -0.808 -1.688 5.512 341.640 +20 May 2020 14:00 UT 4.50 27.482 1777.6 403197 2.3156 9.4489 -157.640 -0.807 -1.736 5.478 341.764 +20 May 2020 15:00 UT 4.34 27.524 1778.0 403115 2.3469 9.6377 -158.150 -0.806 -1.784 5.443 341.889 +20 May 2020 16:00 UT 4.18 27.565 1778.3 403032 2.3783 9.8261 -158.660 -0.806 -1.832 5.407 342.016 +20 May 2020 17:00 UT 4.02 27.607 1778.7 402948 2.4097 10.0139 -159.170 -0.805 -1.879 5.371 342.143 +20 May 2020 18:00 UT 3.86 27.649 1779.1 402863 2.4411 10.2011 -159.680 -0.804 -1.927 5.335 342.273 +20 May 2020 19:00 UT 3.71 27.690 1779.5 402777 2.4727 10.3877 -160.190 -0.803 -1.974 5.298 342.403 +20 May 2020 20:00 UT 3.56 27.732 1779.8 402690 2.5042 10.5737 -160.701 -0.803 -2.021 5.261 342.536 +20 May 2020 21:00 UT 3.41 27.774 1780.2 402602 2.5358 10.7591 -161.211 -0.802 -2.067 5.223 342.669 +20 May 2020 22:00 UT 3.27 27.815 1780.6 402512 2.5675 10.9439 -161.721 -0.801 -2.114 5.185 342.804 +20 May 2020 23:00 UT 3.13 27.857 1781.0 402422 2.5992 11.1281 -162.231 -0.800 -2.160 5.147 342.940 +21 May 2020 00:00 UT 2.99 27.899 1781.4 402331 2.6310 11.3115 -162.741 -0.800 -2.206 5.108 343.077 +21 May 2020 01:00 UT 2.85 27.940 1781.8 402238 2.6629 11.4944 -163.251 -0.799 -2.252 5.069 343.216 +21 May 2020 02:00 UT 2.72 27.982 1782.3 402145 2.6948 11.6765 -163.761 -0.798 -2.298 5.029 343.356 +21 May 2020 03:00 UT 2.59 28.024 1782.7 402050 2.7267 11.8580 -164.271 -0.797 -2.344 4.989 343.497 +21 May 2020 04:00 UT 2.46 28.065 1783.1 401955 2.7588 12.0387 -164.782 -0.796 -2.389 4.948 343.640 +21 May 2020 05:00 UT 2.34 28.107 1783.5 401858 2.7908 12.2187 -165.292 -0.796 -2.434 4.907 343.784 +21 May 2020 06:00 UT 2.22 28.149 1784.0 401761 2.8230 12.3980 -165.802 -0.795 -2.479 4.866 343.930 +21 May 2020 07:00 UT 2.10 28.190 1784.4 401663 2.8552 12.5765 -166.312 -0.794 -2.524 4.824 344.076 +21 May 2020 08:00 UT 1.99 28.232 1784.8 401563 2.8874 12.7543 -166.822 -0.793 -2.569 4.782 344.224 +21 May 2020 09:00 UT 1.88 28.274 1785.3 401463 2.9198 12.9313 -167.332 -0.793 -2.613 4.740 344.374 +21 May 2020 10:00 UT 1.77 28.315 1785.7 401362 2.9522 13.1074 -167.842 -0.792 -2.657 4.697 344.524 +21 May 2020 11:00 UT 1.67 28.357 1786.2 401260 2.9846 13.2828 -168.353 -0.791 -2.701 4.654 344.676 +21 May 2020 12:00 UT 1.57 28.399 1786.6 401157 3.0171 13.4573 -168.863 -0.790 -2.745 4.610 344.830 +21 May 2020 13:00 UT 1.47 28.440 1787.1 401054 3.0497 13.6310 -169.373 -0.789 -2.788 4.566 344.984 +21 May 2020 14:00 UT 1.37 28.482 1787.6 400949 3.0824 13.8039 -169.883 -0.788 -2.831 4.522 345.140 +21 May 2020 15:00 UT 1.28 28.524 1788.0 400844 3.1151 13.9758 -170.393 -0.788 -2.874 4.477 345.297 +21 May 2020 16:00 UT 1.19 28.565 1788.5 400737 3.1478 14.1469 -170.903 -0.787 -2.917 4.432 345.456 +21 May 2020 17:00 UT 1.11 28.607 1789.0 400630 3.1807 14.3171 -171.414 -0.786 -2.960 4.386 345.616 +21 May 2020 18:00 UT 1.03 28.649 1789.5 400522 3.2136 14.4864 -171.924 -0.785 -3.002 4.340 345.777 +21 May 2020 19:00 UT 0.95 28.690 1790.0 400414 3.2466 14.6547 -172.434 -0.784 -3.044 4.294 345.939 +21 May 2020 20:00 UT 0.87 28.732 1790.5 400304 3.2797 14.8221 -172.944 -0.784 -3.086 4.247 346.103 +21 May 2020 21:00 UT 0.80 28.774 1790.9 400194 3.3128 14.9885 -173.454 -0.783 -3.128 4.200 346.267 +21 May 2020 22:00 UT 0.73 28.815 1791.4 400083 3.3460 15.1540 -173.965 -0.782 -3.169 4.153 346.434 +21 May 2020 23:00 UT 0.66 28.857 1791.9 399971 3.3793 15.3184 -174.475 -0.781 -3.210 4.105 346.601 +22 May 2020 00:00 UT 0.60 28.899 1792.4 399858 3.4126 15.4818 -174.985 -0.780 -3.251 4.057 346.770 +22 May 2020 01:00 UT 0.54 28.940 1793.0 399745 3.4460 15.6443 -175.495 -0.779 -3.292 4.009 346.940 +22 May 2020 02:00 UT 0.48 28.982 1793.5 399631 3.4795 15.8056 -176.005 -0.779 -3.332 3.960 347.111 +22 May 2020 03:00 UT 0.43 29.024 1794.0 399516 3.5131 15.9659 -176.516 -0.778 -3.373 3.911 347.283 +22 May 2020 04:00 UT 0.38 29.065 1794.5 399401 3.5467 16.1252 -177.026 -0.777 -3.412 3.861 347.457 +22 May 2020 05:00 UT 0.34 29.107 1795.0 399285 3.5804 16.2833 -177.536 -0.776 -3.452 3.812 347.632 +22 May 2020 06:00 UT 0.29 29.149 1795.5 399168 3.6142 16.4404 -178.046 -0.775 -3.492 3.761 347.808 +22 May 2020 07:00 UT 0.25 29.190 1796.1 399051 3.6480 16.5963 -178.556 -0.774 -3.531 3.711 347.985 +22 May 2020 08:00 UT 0.22 29.232 1796.6 398932 3.6820 16.7511 -179.067 -0.773 -3.570 3.660 348.164 +22 May 2020 09:00 UT 0.18 29.274 1797.1 398814 3.7160 16.9047 -179.577 -0.773 -3.609 3.609 348.343 +22 May 2020 10:00 UT 0.16 29.315 1797.7 398694 3.7501 17.0572 179.913 -0.772 -3.647 3.558 348.524 +22 May 2020 11:00 UT 0.13 29.357 1798.2 398574 3.7842 17.2085 179.403 -0.771 -3.685 3.506 348.706 +22 May 2020 12:00 UT 0.11 29.399 1798.8 398454 3.8185 17.3585 178.893 -0.770 -3.723 3.454 348.890 +22 May 2020 13:00 UT 0.09 29.440 1799.3 398332 3.8528 17.5074 178.382 -0.769 -3.761 3.402 349.074 +22 May 2020 14:00 UT 0.07 29.482 1799.9 398211 3.8872 17.6550 177.872 -0.768 -3.798 3.349 349.260 +22 May 2020 15:00 UT 0.06 29.524 1800.4 398088 3.9216 17.8014 177.362 -0.767 -3.835 3.296 349.447 +22 May 2020 16:00 UT 0.05 29.565 1801.0 397965 3.9562 17.9465 176.852 -0.766 -3.872 3.243 349.634 +22 May 2020 17:00 UT 0.05 29.607 1801.5 397842 3.9908 18.0903 176.342 -0.765 -3.909 3.189 349.824 +22 May 2020 18:00 UT 0.04 0.015 1802.1 397717 4.0255 18.2329 175.831 -0.765 -3.945 3.135 350.014 +22 May 2020 19:00 UT 0.04 0.056 1802.7 397593 4.0603 18.3741 175.321 -0.764 -3.981 3.081 350.205 +22 May 2020 20:00 UT 0.05 0.098 1803.2 397468 4.0951 18.5139 174.811 -0.763 -4.017 3.027 350.398 +22 May 2020 21:00 UT 0.06 0.140 1803.8 397342 4.1301 18.6525 174.301 -0.762 -4.053 2.972 350.591 +22 May 2020 22:00 UT 0.07 0.181 1804.4 397216 4.1651 18.7896 173.790 -0.761 -4.088 2.917 350.786 +22 May 2020 23:00 UT 0.08 0.223 1804.9 397089 4.2002 18.9254 173.280 -0.760 -4.123 2.862 350.982 +23 May 2020 00:00 UT 0.10 0.265 1805.5 396962 4.2354 19.0598 172.770 -0.759 -4.158 2.807 351.178 +23 May 2020 01:00 UT 0.13 0.306 1806.1 396834 4.2706 19.1928 172.260 -0.758 -4.192 2.751 351.376 +23 May 2020 02:00 UT 0.15 0.348 1806.7 396706 4.3059 19.3243 171.750 -0.757 -4.226 2.695 351.575 +23 May 2020 03:00 UT 0.18 0.390 1807.3 396577 4.3414 19.4544 171.239 -0.756 -4.260 2.639 351.775 +23 May 2020 04:00 UT 0.21 0.431 1807.9 396448 4.3768 19.5830 170.729 -0.756 -4.294 2.582 351.976 +23 May 2020 05:00 UT 0.25 0.473 1808.5 396318 4.4124 19.7102 170.219 -0.755 -4.327 2.525 352.178 +23 May 2020 06:00 UT 0.29 0.515 1809.1 396188 4.4481 19.8358 169.709 -0.754 -4.360 2.468 352.382 +23 May 2020 07:00 UT 0.33 0.556 1809.6 396057 4.4838 19.9599 169.198 -0.753 -4.393 2.411 352.586 +23 May 2020 08:00 UT 0.38 0.598 1810.2 395926 4.5196 20.0825 168.688 -0.752 -4.425 2.354 352.791 +23 May 2020 09:00 UT 0.43 0.640 1810.8 395795 4.5555 20.2036 168.178 -0.751 -4.458 2.296 352.997 +23 May 2020 10:00 UT 0.48 0.681 1811.5 395663 4.5915 20.3231 167.668 -0.750 -4.489 2.238 353.204 +23 May 2020 11:00 UT 0.54 0.723 1812.1 395531 4.6275 20.4410 167.158 -0.749 -4.521 2.180 353.412 +23 May 2020 12:00 UT 0.60 0.765 1812.7 395398 4.6636 20.5574 166.647 -0.748 -4.552 2.121 353.620 +23 May 2020 13:00 UT 0.67 0.806 1813.3 395265 4.6998 20.6721 166.137 -0.747 -4.583 2.063 353.830 +23 May 2020 14:00 UT 0.74 0.848 1813.9 395132 4.7361 20.7852 165.627 -0.746 -4.614 2.004 354.041 +23 May 2020 15:00 UT 0.81 0.890 1814.5 394998 4.7725 20.8966 165.117 -0.745 -4.644 1.945 354.253 +23 May 2020 16:00 UT 0.88 0.931 1815.1 394864 4.8089 21.0064 164.607 -0.744 -4.674 1.886 354.465 +23 May 2020 17:00 UT 0.96 0.973 1815.7 394729 4.8454 21.1145 164.096 -0.743 -4.704 1.827 354.678 +23 May 2020 18:00 UT 1.04 1.015 1816.4 394594 4.8820 21.2210 163.586 -0.742 -4.734 1.767 354.892 +23 May 2020 19:00 UT 1.13 1.056 1817.0 394459 4.9186 21.3257 163.076 -0.741 -4.763 1.707 355.107 +23 May 2020 20:00 UT 1.22 1.098 1817.6 394323 4.9554 21.4287 162.566 -0.740 -4.792 1.647 355.323 +23 May 2020 21:00 UT 1.31 1.140 1818.2 394187 4.9922 21.5300 162.056 -0.740 -4.820 1.587 355.540 +23 May 2020 22:00 UT 1.41 1.181 1818.9 394051 5.0291 21.6295 161.545 -0.739 -4.848 1.527 355.757 +23 May 2020 23:00 UT 1.51 1.223 1819.5 393914 5.0660 21.7272 161.035 -0.738 -4.876 1.466 355.975 +24 May 2020 00:00 UT 1.61 1.265 1820.1 393777 5.1031 21.8232 160.525 -0.737 -4.904 1.406 356.194 +24 May 2020 01:00 UT 1.72 1.306 1820.8 393640 5.1402 21.9174 160.015 -0.736 -4.931 1.345 356.414 +24 May 2020 02:00 UT 1.83 1.348 1821.4 393502 5.1774 22.0097 159.505 -0.735 -4.958 1.284 356.634 +24 May 2020 03:00 UT 1.94 1.390 1822.0 393364 5.2146 22.1003 158.994 -0.734 -4.985 1.223 356.855 +24 May 2020 04:00 UT 2.06 1.431 1822.7 393226 5.2520 22.1890 158.484 -0.733 -5.011 1.162 357.077 +24 May 2020 05:00 UT 2.18 1.473 1823.3 393088 5.2894 22.2758 157.974 -0.732 -5.037 1.100 357.299 +24 May 2020 06:00 UT 2.31 1.515 1824.0 392949 5.3268 22.3608 157.464 -0.731 -5.063 1.039 357.522 +24 May 2020 07:00 UT 2.44 1.556 1824.6 392810 5.3644 22.4438 156.954 -0.730 -5.088 0.977 357.745 +24 May 2020 08:00 UT 2.57 1.598 1825.3 392670 5.4020 22.5250 156.444 -0.729 -5.113 0.916 357.970 +24 May 2020 09:00 UT 2.70 1.640 1825.9 392531 5.4397 22.6043 155.933 -0.728 -5.138 0.854 358.194 +24 May 2020 10:00 UT 2.84 1.681 1826.6 392391 5.4774 22.6816 155.423 -0.727 -5.162 0.792 358.419 +24 May 2020 11:00 UT 2.99 1.723 1827.2 392250 5.5152 22.7570 154.913 -0.726 -5.186 0.730 358.645 +24 May 2020 12:00 UT 3.13 1.765 1827.9 392110 5.5531 22.8305 154.403 -0.725 -5.210 0.668 358.871 +24 May 2020 13:00 UT 3.28 1.806 1828.5 391969 5.5911 22.9020 153.893 -0.724 -5.233 0.605 359.098 +24 May 2020 14:00 UT 3.43 1.848 1829.2 391828 5.6291 22.9715 153.383 -0.723 -5.256 0.543 359.325 +24 May 2020 15:00 UT 3.59 1.890 1829.8 391687 5.6672 23.0390 152.872 -0.722 -5.279 0.480 359.553 +24 May 2020 16:00 UT 3.75 1.931 1830.5 391546 5.7053 23.1045 152.362 -0.721 -5.301 0.418 359.781 +24 May 2020 17:00 UT 3.92 1.973 1831.2 391404 5.7435 23.1679 151.852 -0.720 -5.323 0.355 0.009 +24 May 2020 18:00 UT 4.08 2.015 1831.8 391262 5.7818 23.2294 151.342 -0.719 -5.345 0.293 0.238 +24 May 2020 19:00 UT 4.25 2.056 1832.5 391120 5.8201 23.2888 150.832 -0.718 -5.366 0.230 0.467 +24 May 2020 20:00 UT 4.43 2.098 1833.2 390978 5.8585 23.3461 150.322 -0.717 -5.387 0.167 0.697 +24 May 2020 21:00 UT 4.61 2.140 1833.8 390835 5.8969 23.4014 149.812 -0.716 -5.407 0.104 0.926 +24 May 2020 22:00 UT 4.79 2.181 1834.5 390692 5.9354 23.4546 149.302 -0.715 -5.428 0.041 1.156 +24 May 2020 23:00 UT 4.97 2.223 1835.2 390549 5.9739 23.5057 148.791 -0.714 -5.448 -0.022 1.386 +25 May 2020 00:00 UT 5.16 2.265 1835.8 390406 6.0126 23.5548 148.281 -0.712 -5.467 -0.085 1.617 +25 May 2020 01:00 UT 5.35 2.306 1836.5 390263 6.0512 23.6017 147.771 -0.711 -5.486 -0.148 1.847 +25 May 2020 02:00 UT 5.55 2.348 1837.2 390119 6.0899 23.6464 147.261 -0.710 -5.505 -0.211 2.078 +25 May 2020 03:00 UT 5.75 2.390 1837.9 389975 6.1287 23.6891 146.751 -0.709 -5.523 -0.274 2.309 +25 May 2020 04:00 UT 5.95 2.431 1838.6 389831 6.1675 23.7296 146.241 -0.708 -5.541 -0.337 2.540 +25 May 2020 05:00 UT 6.16 2.473 1839.2 389687 6.2064 23.7679 145.731 -0.707 -5.559 -0.400 2.771 +25 May 2020 06:00 UT 6.36 2.515 1839.9 389543 6.2453 23.8041 145.221 -0.706 -5.576 -0.463 3.002 +25 May 2020 07:00 UT 6.58 2.556 1840.6 389398 6.2843 23.8381 144.711 -0.705 -5.593 -0.527 3.233 +25 May 2020 08:00 UT 6.79 2.598 1841.3 389253 6.3233 23.8700 144.201 -0.704 -5.610 -0.590 3.465 +25 May 2020 09:00 UT 7.01 2.640 1842.0 389108 6.3623 23.8996 143.691 -0.703 -5.626 -0.653 3.696 +25 May 2020 10:00 UT 7.24 2.681 1842.7 388963 6.4014 23.9270 143.181 -0.702 -5.642 -0.716 3.927 +25 May 2020 11:00 UT 7.46 2.723 1843.3 388818 6.4406 23.9523 142.670 -0.701 -5.658 -0.779 4.158 +25 May 2020 12:00 UT 7.69 2.765 1844.0 388673 6.4798 23.9753 142.160 -0.700 -5.673 -0.842 4.389 +25 May 2020 13:00 UT 7.92 2.806 1844.7 388527 6.5190 23.9961 141.650 -0.699 -5.687 -0.905 4.619 +25 May 2020 14:00 UT 8.16 2.848 1845.4 388381 6.5582 24.0147 141.140 -0.698 -5.702 -0.968 4.850 +25 May 2020 15:00 UT 8.40 2.890 1846.1 388235 6.5975 24.0310 140.630 -0.697 -5.716 -1.031 5.080 +25 May 2020 16:00 UT 8.64 2.931 1846.8 388089 6.6369 24.0451 140.120 -0.696 -5.729 -1.094 5.310 +25 May 2020 17:00 UT 8.89 2.973 1847.5 387943 6.6762 24.0569 139.610 -0.695 -5.742 -1.157 5.540 +25 May 2020 18:00 UT 9.14 3.015 1848.2 387797 6.7157 24.0665 139.100 -0.694 -5.755 -1.220 5.770 +25 May 2020 19:00 UT 9.39 3.056 1848.9 387650 6.7551 24.0738 138.590 -0.692 -5.768 -1.283 5.999 +25 May 2020 20:00 UT 9.65 3.098 1849.6 387503 6.7946 24.0788 138.080 -0.691 -5.779 -1.345 6.228 +25 May 2020 21:00 UT 9.91 3.140 1850.3 387357 6.8340 24.0816 137.570 -0.690 -5.791 -1.408 6.456 +25 May 2020 22:00 UT 10.17 3.181 1851.0 387210 6.8736 24.0821 137.060 -0.689 -5.802 -1.470 6.684 +25 May 2020 23:00 UT 10.44 3.223 1851.7 387063 6.9131 24.0803 136.550 -0.688 -5.813 -1.533 6.912 +26 May 2020 00:00 UT 10.71 3.265 1852.4 386915 6.9527 24.0762 136.040 -0.687 -5.823 -1.595 7.139 +26 May 2020 01:00 UT 10.98 3.306 1853.1 386768 6.9923 24.0698 135.530 -0.686 -5.833 -1.657 7.366 +26 May 2020 02:00 UT 11.26 3.348 1853.8 386621 7.0319 24.0611 135.020 -0.685 -5.843 -1.720 7.592 +26 May 2020 03:00 UT 11.53 3.390 1854.5 386473 7.0716 24.0502 134.510 -0.684 -5.852 -1.782 7.818 +26 May 2020 04:00 UT 11.82 3.431 1855.2 386325 7.1112 24.0369 134.001 -0.683 -5.861 -1.843 8.043 +26 May 2020 05:00 UT 12.10 3.473 1855.9 386177 7.1509 24.0213 133.491 -0.682 -5.869 -1.905 8.267 +26 May 2020 06:00 UT 12.39 3.515 1856.7 386029 7.1906 24.0034 132.981 -0.681 -5.877 -1.967 8.491 +26 May 2020 07:00 UT 12.68 3.556 1857.4 385881 7.2303 23.9832 132.471 -0.679 -5.885 -2.028 8.714 +26 May 2020 08:00 UT 12.98 3.598 1858.1 385733 7.2700 23.9606 131.961 -0.678 -5.892 -2.090 8.936 +26 May 2020 09:00 UT 13.28 3.640 1858.8 385585 7.3098 23.9358 131.451 -0.677 -5.899 -2.151 9.158 +26 May 2020 10:00 UT 13.58 3.681 1859.5 385436 7.3495 23.9087 130.941 -0.676 -5.905 -2.212 9.379 +26 May 2020 11:00 UT 13.88 3.723 1860.2 385288 7.3893 23.8792 130.431 -0.675 -5.911 -2.273 9.599 +26 May 2020 12:00 UT 14.19 3.765 1860.9 385139 7.4291 23.8474 129.921 -0.674 -5.916 -2.334 9.818 +26 May 2020 13:00 UT 14.50 3.806 1861.7 384991 7.4689 23.8133 129.411 -0.673 -5.921 -2.394 10.036 +26 May 2020 14:00 UT 14.81 3.848 1862.4 384842 7.5086 23.7769 128.902 -0.672 -5.926 -2.455 10.254 +26 May 2020 15:00 UT 15.13 3.890 1863.1 384693 7.5484 23.7381 128.392 -0.671 -5.930 -2.515 10.470 +26 May 2020 16:00 UT 15.45 3.931 1863.8 384544 7.5882 23.6971 127.882 -0.669 -5.934 -2.575 10.686 +26 May 2020 17:00 UT 15.77 3.973 1864.6 384395 7.6280 23.6537 127.372 -0.668 -5.937 -2.635 10.900 +26 May 2020 18:00 UT 16.09 4.015 1865.3 384246 7.6678 23.6080 126.862 -0.667 -5.940 -2.695 11.114 +26 May 2020 19:00 UT 16.42 4.056 1866.0 384097 7.7076 23.5600 126.352 -0.666 -5.942 -2.754 11.327 +26 May 2020 20:00 UT 16.75 4.098 1866.7 383947 7.7474 23.5097 125.842 -0.665 -5.944 -2.813 11.538 +26 May 2020 21:00 UT 17.09 4.140 1867.5 383798 7.7872 23.4570 125.333 -0.664 -5.946 -2.872 11.748 +26 May 2020 22:00 UT 17.42 4.181 1868.2 383649 7.8270 23.4021 124.823 -0.663 -5.947 -2.931 11.958 +26 May 2020 23:00 UT 17.76 4.223 1868.9 383499 7.8668 23.3449 124.313 -0.662 -5.947 -2.990 12.166 +27 May 2020 00:00 UT 18.11 4.265 1869.6 383349 7.9065 23.2853 123.803 -0.660 -5.948 -3.048 12.373 +27 May 2020 01:00 UT 18.45 4.306 1870.4 383200 7.9463 23.2235 123.293 -0.659 -5.947 -3.106 12.578 +27 May 2020 02:00 UT 18.80 4.348 1871.1 383050 7.9861 23.1594 122.784 -0.658 -5.947 -3.164 12.783 +27 May 2020 03:00 UT 19.15 4.390 1871.8 382900 8.0258 23.0930 122.274 -0.657 -5.946 -3.222 12.986 +27 May 2020 04:00 UT 19.50 4.431 1872.6 382751 8.0655 23.0243 121.764 -0.656 -5.944 -3.279 13.188 +27 May 2020 05:00 UT 19.86 4.473 1873.3 382601 8.1053 22.9533 121.254 -0.655 -5.942 -3.336 13.389 +27 May 2020 06:00 UT 20.22 4.515 1874.0 382451 8.1450 22.8801 120.745 -0.654 -5.939 -3.393 13.588 +27 May 2020 07:00 UT 20.58 4.556 1874.8 382301 8.1846 22.8046 120.235 -0.653 -5.936 -3.450 13.786 +27 May 2020 08:00 UT 20.94 4.598 1875.5 382151 8.2243 22.7268 119.725 -0.651 -5.933 -3.506 13.982 +27 May 2020 09:00 UT 21.31 4.640 1876.2 382001 8.2640 22.6468 119.216 -0.650 -5.929 -3.562 14.177 +27 May 2020 10:00 UT 21.68 4.681 1877.0 381851 8.3036 22.5645 118.706 -0.649 -5.925 -3.618 14.371 +27 May 2020 11:00 UT 22.05 4.723 1877.7 381701 8.3432 22.4799 118.196 -0.648 -5.920 -3.673 14.563 +27 May 2020 12:00 UT 22.43 4.765 1878.4 381551 8.3828 22.3932 117.687 -0.647 -5.915 -3.728 14.754 +27 May 2020 13:00 UT 22.80 4.806 1879.2 381401 8.4224 22.3042 117.177 -0.646 -5.909 -3.783 14.943 +27 May 2020 14:00 UT 23.18 4.848 1879.9 381251 8.4620 22.2130 116.667 -0.644 -5.903 -3.837 15.130 +27 May 2020 15:00 UT 23.57 4.890 1880.7 381101 8.5015 22.1196 116.158 -0.643 -5.896 -3.891 15.316 +27 May 2020 16:00 UT 23.95 4.931 1881.4 380951 8.5410 22.0239 115.648 -0.642 -5.889 -3.945 15.501 +27 May 2020 17:00 UT 24.34 4.973 1882.2 380801 8.5805 21.9261 115.138 -0.641 -5.881 -3.999 15.683 +27 May 2020 18:00 UT 24.73 5.015 1882.9 380651 8.6199 21.8261 114.629 -0.640 -5.873 -4.052 15.865 +27 May 2020 19:00 UT 25.12 5.056 1883.6 380501 8.6594 21.7239 114.119 -0.639 -5.865 -4.105 16.044 +27 May 2020 20:00 UT 25.51 5.098 1884.4 380351 8.6988 21.6195 113.609 -0.638 -5.855 -4.157 16.222 +27 May 2020 21:00 UT 25.91 5.140 1885.1 380201 8.7381 21.5130 113.100 -0.636 -5.846 -4.209 16.398 +27 May 2020 22:00 UT 26.31 5.181 1885.9 380051 8.7775 21.4043 112.590 -0.635 -5.836 -4.261 16.572 +27 May 2020 23:00 UT 26.71 5.223 1886.6 379901 8.8168 21.2935 112.081 -0.634 -5.825 -4.312 16.745 +28 May 2020 00:00 UT 27.11 5.265 1887.4 379751 8.8561 21.1805 111.571 -0.633 -5.814 -4.363 16.915 +28 May 2020 01:00 UT 27.52 5.306 1888.1 379601 8.8953 21.0654 111.062 -0.632 -5.803 -4.414 17.084 +28 May 2020 02:00 UT 27.92 5.348 1888.8 379451 8.9345 20.9482 110.552 -0.631 -5.791 -4.464 17.251 +28 May 2020 03:00 UT 28.33 5.390 1889.6 379301 8.9737 20.8290 110.043 -0.629 -5.779 -4.514 17.417 +28 May 2020 04:00 UT 28.75 5.431 1890.3 379152 9.0129 20.7076 109.533 -0.628 -5.766 -4.563 17.580 +28 May 2020 05:00 UT 29.16 5.473 1891.1 379002 9.0520 20.5841 109.023 -0.627 -5.752 -4.612 17.742 +28 May 2020 06:00 UT 29.58 5.515 1891.8 378852 9.0911 20.4586 108.514 -0.626 -5.738 -4.661 17.901 +28 May 2020 07:00 UT 29.99 5.556 1892.6 378703 9.1301 20.3310 108.005 -0.625 -5.724 -4.709 18.059 +28 May 2020 08:00 UT 30.41 5.598 1893.3 378554 9.1691 20.2014 107.495 -0.623 -5.709 -4.757 18.215 +28 May 2020 09:00 UT 30.84 5.640 1894.1 378404 9.2081 20.0698 106.986 -0.622 -5.694 -4.804 18.369 +28 May 2020 10:00 UT 31.26 5.681 1894.8 378255 9.2470 19.9361 106.476 -0.621 -5.678 -4.851 18.521 +28 May 2020 11:00 UT 31.69 5.723 1895.6 378106 9.2859 19.8005 105.967 -0.620 -5.661 -4.897 18.671 +28 May 2020 12:00 UT 32.11 5.765 1896.3 377957 9.3248 19.6628 105.457 -0.619 -5.644 -4.943 18.819 +28 May 2020 13:00 UT 32.54 5.806 1897.1 377809 9.3636 19.5232 104.948 -0.618 -5.627 -4.989 18.965 +28 May 2020 14:00 UT 32.97 5.848 1897.8 377660 9.4023 19.3816 104.438 -0.616 -5.609 -5.034 19.109 +28 May 2020 15:00 UT 33.41 5.890 1898.5 377511 9.4411 19.2380 103.929 -0.615 -5.591 -5.079 19.250 +28 May 2020 16:00 UT 33.84 5.931 1899.3 377363 9.4798 19.0925 103.420 -0.614 -5.572 -5.123 19.390 +28 May 2020 17:00 UT 34.28 5.973 1900.0 377215 9.5184 18.9451 102.910 -0.613 -5.553 -5.167 19.528 +28 May 2020 18:00 UT 34.72 6.015 1900.8 377067 9.5571 18.7958 102.401 -0.612 -5.533 -5.210 19.664 +28 May 2020 19:00 UT 35.16 6.056 1901.5 376919 9.5956 18.6446 101.891 -0.610 -5.512 -5.252 19.797 +28 May 2020 20:00 UT 35.60 6.098 1902.3 376771 9.6342 18.4915 101.382 -0.609 -5.491 -5.295 19.928 +28 May 2020 21:00 UT 36.04 6.140 1903.0 376624 9.6727 18.3365 100.873 -0.608 -5.470 -5.337 20.058 +28 May 2020 22:00 UT 36.49 6.181 1903.8 376476 9.7111 18.1797 100.363 -0.607 -5.448 -5.378 20.185 +28 May 2020 23:00 UT 36.93 6.223 1904.5 376329 9.7496 18.0211 99.854 -0.606 -5.426 -5.419 20.310 +29 May 2020 00:00 UT 37.38 6.265 1905.3 376183 9.7879 17.8606 99.345 -0.604 -5.403 -5.459 20.433 +29 May 2020 01:00 UT 37.83 6.306 1906.0 376036 9.8263 17.6983 98.836 -0.603 -5.380 -5.499 20.553 +29 May 2020 02:00 UT 38.28 6.348 1906.7 375890 9.8646 17.5342 98.326 -0.602 -5.356 -5.538 20.672 +29 May 2020 03:00 UT 38.73 6.390 1907.5 375743 9.9028 17.3684 97.817 -0.601 -5.331 -5.577 20.788 +29 May 2020 04:00 UT 39.18 6.431 1908.2 375598 9.9410 17.2008 97.308 -0.600 -5.306 -5.615 20.902 +29 May 2020 05:00 UT 39.64 6.473 1909.0 375452 9.9792 17.0314 96.799 -0.598 -5.281 -5.652 21.014 +29 May 2020 06:00 UT 40.10 6.515 1909.7 375307 10.0173 16.8604 96.289 -0.597 -5.255 -5.689 21.123 +29 May 2020 07:00 UT 40.55 6.556 1910.4 375162 10.0554 16.6876 95.780 -0.596 -5.229 -5.726 21.231 +29 May 2020 08:00 UT 41.01 6.598 1911.2 375017 10.0935 16.5131 95.271 -0.595 -5.202 -5.762 21.336 +29 May 2020 09:00 UT 41.47 6.640 1911.9 374872 10.1315 16.3370 94.762 -0.593 -5.174 -5.797 21.439 +29 May 2020 10:00 UT 41.93 6.681 1912.6 374728 10.1694 16.1591 94.252 -0.592 -5.146 -5.832 21.539 +29 May 2020 11:00 UT 42.39 6.723 1913.4 374585 10.2074 15.9797 93.743 -0.591 -5.118 -5.867 21.638 +29 May 2020 12:00 UT 42.85 6.765 1914.1 374441 10.2453 15.7986 93.234 -0.590 -5.089 -5.900 21.734 +29 May 2020 13:00 UT 43.32 6.806 1914.8 374298 10.2831 15.6159 92.725 -0.589 -5.060 -5.934 21.828 +29 May 2020 14:00 UT 43.78 6.848 1915.6 374156 10.3209 15.4316 92.216 -0.587 -5.030 -5.966 21.919 +29 May 2020 15:00 UT 44.25 6.890 1916.3 374013 10.3587 15.2457 91.707 -0.586 -4.999 -5.998 22.008 +29 May 2020 16:00 UT 44.71 6.931 1917.0 373871 10.3964 15.0583 91.198 -0.585 -4.969 -6.030 22.095 +29 May 2020 17:00 UT 45.18 6.973 1917.8 373730 10.4341 14.8694 90.688 -0.584 -4.937 -6.060 22.180 +29 May 2020 18:00 UT 45.65 7.015 1918.5 373589 10.4717 14.6789 90.179 -0.582 -4.905 -6.091 22.262 +29 May 2020 19:00 UT 46.12 7.056 1919.2 373448 10.5094 14.4869 89.670 -0.581 -4.873 -6.120 22.342 +29 May 2020 20:00 UT 46.59 7.098 1919.9 373308 10.5469 14.2934 89.161 -0.580 -4.840 -6.149 22.419 +29 May 2020 21:00 UT 47.06 7.140 1920.6 373168 10.5845 14.0985 88.652 -0.579 -4.807 -6.178 22.495 +29 May 2020 22:00 UT 47.53 7.181 1921.4 373029 10.6220 13.9021 88.143 -0.577 -4.773 -6.205 22.568 +29 May 2020 23:00 UT 48.00 7.223 1922.1 372890 10.6594 13.7042 87.634 -0.576 -4.738 -6.232 22.638 +30 May 2020 00:00 UT 48.47 7.265 1922.8 372752 10.6969 13.5050 87.125 -0.575 -4.703 -6.259 22.706 +30 May 2020 01:00 UT 48.94 7.306 1923.5 372614 10.7343 13.3043 86.616 -0.574 -4.668 -6.285 22.772 +30 May 2020 02:00 UT 49.41 7.348 1924.2 372477 10.7716 13.1023 86.107 -0.572 -4.632 -6.310 22.836 +30 May 2020 03:00 UT 49.89 7.390 1924.9 372341 10.8090 12.8990 85.598 -0.571 -4.596 -6.335 22.897 +30 May 2020 04:00 UT 50.36 7.431 1925.6 372204 10.8463 12.6942 85.089 -0.570 -4.559 -6.359 22.956 +30 May 2020 05:00 UT 50.83 7.473 1926.3 372069 10.8835 12.4882 84.580 -0.569 -4.522 -6.382 23.012 +30 May 2020 06:00 UT 51.31 7.515 1927.0 371934 10.9207 12.2809 84.071 -0.567 -4.484 -6.405 23.066 +30 May 2020 07:00 UT 51.78 7.556 1927.7 371800 10.9579 12.0723 83.562 -0.566 -4.446 -6.427 23.118 +30 May 2020 08:00 UT 52.26 7.598 1928.4 371666 10.9951 11.8624 83.053 -0.565 -4.407 -6.448 23.168 +30 May 2020 09:00 UT 52.73 7.640 1929.1 371533 11.0322 11.6513 82.544 -0.564 -4.368 -6.469 23.215 +30 May 2020 10:00 UT 53.21 7.681 1929.8 371400 11.0693 11.4389 82.036 -0.562 -4.328 -6.489 23.259 +30 May 2020 11:00 UT 53.68 7.723 1930.5 371269 11.1064 11.2254 81.527 -0.561 -4.288 -6.508 23.302 +30 May 2020 12:00 UT 54.16 7.765 1931.2 371138 11.1435 11.0107 81.018 -0.560 -4.247 -6.527 23.342 +30 May 2020 13:00 UT 54.63 7.806 1931.8 371007 11.1805 10.7948 80.509 -0.559 -4.206 -6.545 23.379 +30 May 2020 14:00 UT 55.11 7.848 1932.5 370877 11.2175 10.5777 80.000 -0.557 -4.165 -6.562 23.414 +30 May 2020 15:00 UT 55.58 7.890 1933.2 370749 11.2545 10.3596 79.491 -0.556 -4.123 -6.579 23.447 +30 May 2020 16:00 UT 56.05 7.931 1933.8 370620 11.2914 10.1403 78.982 -0.555 -4.080 -6.595 23.478 +30 May 2020 17:00 UT 56.53 7.973 1934.5 370493 11.3283 9.9199 78.474 -0.553 -4.037 -6.610 23.506 +30 May 2020 18:00 UT 57.00 8.015 1935.2 370366 11.3652 9.6985 77.965 -0.552 -3.994 -6.625 23.531 +30 May 2020 19:00 UT 57.48 8.056 1935.8 370240 11.4021 9.4761 77.456 -0.551 -3.950 -6.639 23.555 +30 May 2020 20:00 UT 57.95 8.098 1936.5 370115 11.4389 9.2526 76.947 -0.550 -3.906 -6.652 23.576 +30 May 2020 21:00 UT 58.42 8.140 1937.1 369991 11.4757 9.0281 76.438 -0.548 -3.861 -6.664 23.594 +30 May 2020 22:00 UT 58.90 8.181 1937.8 369868 11.5126 8.8027 75.930 -0.547 -3.816 -6.676 23.611 +30 May 2020 23:00 UT 59.37 8.223 1938.4 369745 11.5493 8.5762 75.421 -0.546 -3.770 -6.687 23.624 +31 May 2020 00:00 UT 59.84 8.265 1939.1 369624 11.5861 8.3489 74.912 -0.545 -3.724 -6.698 23.636 +31 May 2020 01:00 UT 60.31 8.306 1939.7 369503 11.6229 8.1206 74.403 -0.543 -3.678 -6.707 23.645 +31 May 2020 02:00 UT 60.78 8.348 1940.3 369383 11.6596 7.8914 73.895 -0.542 -3.631 -6.716 23.652 +31 May 2020 03:00 UT 61.25 8.390 1941.0 369264 11.6963 7.6614 73.386 -0.541 -3.584 -6.724 23.656 +31 May 2020 04:00 UT 61.72 8.431 1941.6 369146 11.7330 7.4305 72.877 -0.539 -3.536 -6.732 23.658 +31 May 2020 05:00 UT 62.19 8.473 1942.2 369029 11.7697 7.1987 72.369 -0.538 -3.488 -6.739 23.658 +31 May 2020 06:00 UT 62.66 8.515 1942.8 368914 11.8064 6.9662 71.860 -0.537 -3.439 -6.745 23.656 +31 May 2020 07:00 UT 63.12 8.556 1943.4 368799 11.8430 6.7328 71.351 -0.535 -3.390 -6.750 23.651 +31 May 2020 08:00 UT 63.59 8.598 1944.0 368685 11.8797 6.4987 70.843 -0.534 -3.341 -6.755 23.643 +31 May 2020 09:00 UT 64.05 8.640 1944.6 368572 11.9163 6.2639 70.334 -0.533 -3.291 -6.758 23.634 +31 May 2020 10:00 UT 64.52 8.681 1945.2 368460 11.9530 6.0283 69.825 -0.532 -3.241 -6.762 23.622 +31 May 2020 11:00 UT 64.98 8.723 1945.8 368349 11.9896 5.7920 69.317 -0.530 -3.190 -6.764 23.607 +31 May 2020 12:00 UT 65.44 8.765 1946.4 368240 12.0262 5.5550 68.808 -0.529 -3.139 -6.765 23.591 +31 May 2020 13:00 UT 65.90 8.806 1946.9 368131 12.0628 5.3174 68.300 -0.528 -3.088 -6.766 23.572 +31 May 2020 14:00 UT 66.36 8.848 1947.5 368024 12.0994 5.0791 67.791 -0.526 -3.036 -6.767 23.550 +31 May 2020 15:00 UT 66.82 8.890 1948.1 367918 12.1360 4.8403 67.283 -0.525 -2.984 -6.766 23.527 +31 May 2020 16:00 UT 67.27 8.931 1948.6 367813 12.1726 4.6008 66.774 -0.524 -2.932 -6.765 23.501 +31 May 2020 17:00 UT 67.73 8.973 1949.2 367709 12.2092 4.3608 66.265 -0.522 -2.879 -6.763 23.472 +31 May 2020 18:00 UT 68.18 9.015 1949.7 367607 12.2458 4.1202 65.757 -0.521 -2.826 -6.760 23.442 +31 May 2020 19:00 UT 68.64 9.056 1950.2 367505 12.2824 3.8791 65.248 -0.520 -2.772 -6.756 23.409 +31 May 2020 20:00 UT 69.09 9.098 1950.8 367405 12.3190 3.6375 64.740 -0.518 -2.718 -6.752 23.374 +31 May 2020 21:00 UT 69.54 9.140 1951.3 367306 12.3556 3.3954 64.231 -0.517 -2.664 -6.747 23.336 +31 May 2020 22:00 UT 69.98 9.181 1951.8 367209 12.3922 3.1529 63.723 -0.516 -2.610 -6.741 23.296 +31 May 2020 23:00 UT 70.43 9.223 1952.3 367113 12.4288 2.9099 63.214 -0.514 -2.555 -6.734 23.254 +01 Jun 2020 00:00 UT 70.88 9.265 1952.8 367018 12.4654 2.6666 62.706 -0.513 -2.500 -6.727 23.210 +01 Jun 2020 01:00 UT 71.32 9.306 1953.3 366924 12.5020 2.4228 62.198 -0.512 -2.444 -6.719 23.163 +01 Jun 2020 02:00 UT 71.76 9.348 1953.8 366832 12.5386 2.1787 61.689 -0.511 -2.388 -6.710 23.114 +01 Jun 2020 03:00 UT 72.20 9.390 1954.3 366742 12.5753 1.9343 61.181 -0.509 -2.332 -6.700 23.063 +01 Jun 2020 04:00 UT 72.64 9.431 1954.8 366652 12.6119 1.6895 60.672 -0.508 -2.275 -6.690 23.009 +01 Jun 2020 05:00 UT 73.07 9.473 1955.2 366564 12.6485 1.4445 60.164 -0.507 -2.219 -6.679 22.953 +01 Jun 2020 06:00 UT 73.51 9.515 1955.7 366478 12.6852 1.1992 59.655 -0.505 -2.162 -6.667 22.895 +01 Jun 2020 07:00 UT 73.94 9.556 1956.2 366393 12.7219 0.9536 59.147 -0.504 -2.104 -6.655 22.835 +01 Jun 2020 08:00 UT 74.37 9.598 1956.6 366309 12.7586 0.7079 58.639 -0.502 -2.047 -6.641 22.773 +01 Jun 2020 09:00 UT 74.79 9.640 1957.0 366228 12.7953 0.4619 58.130 -0.501 -1.989 -6.627 22.708 +01 Jun 2020 10:00 UT 75.22 9.681 1957.5 366147 12.8320 0.2158 57.622 -0.500 -1.930 -6.612 22.641 +01 Jun 2020 11:00 UT 75.64 9.723 1957.9 366068 12.8687 -0.0305 57.114 -0.498 -1.872 -6.597 22.571 +01 Jun 2020 12:00 UT 76.06 9.765 1958.3 365991 12.9055 -0.2769 56.605 -0.497 -1.813 -6.580 22.500 +01 Jun 2020 13:00 UT 76.48 9.806 1958.7 365915 12.9423 -0.5234 56.097 -0.496 -1.754 -6.563 22.426 +01 Jun 2020 14:00 UT 76.90 9.848 1959.1 365841 12.9790 -0.7699 55.589 -0.494 -1.695 -6.545 22.350 +01 Jun 2020 15:00 UT 77.31 9.890 1959.5 365769 13.0159 -1.0165 55.080 -0.493 -1.636 -6.527 22.272 +01 Jun 2020 16:00 UT 77.72 9.931 1959.9 365698 13.0527 -1.2631 54.572 -0.492 -1.576 -6.508 22.192 +01 Jun 2020 17:00 UT 78.13 9.973 1960.3 365628 13.0896 -1.5097 54.064 -0.490 -1.516 -6.487 22.109 +01 Jun 2020 18:00 UT 78.54 10.015 1960.6 365561 13.1264 -1.7563 53.556 -0.489 -1.456 -6.467 22.024 +01 Jun 2020 19:00 UT 78.94 10.056 1961.0 365495 13.1634 -2.0028 53.047 -0.488 -1.396 -6.445 21.937 +01 Jun 2020 20:00 UT 79.34 10.098 1961.3 365431 13.2003 -2.2492 52.539 -0.486 -1.335 -6.423 21.848 +01 Jun 2020 21:00 UT 79.74 10.140 1961.6 365369 13.2373 -2.4956 52.031 -0.485 -1.274 -6.400 21.757 +01 Jun 2020 22:00 UT 80.13 10.181 1962.0 365308 13.2742 -2.7418 51.523 -0.484 -1.213 -6.376 21.663 +01 Jun 2020 23:00 UT 80.53 10.223 1962.3 365249 13.3113 -2.9878 51.014 -0.482 -1.152 -6.351 21.568 +02 Jun 2020 00:00 UT 80.92 10.265 1962.6 365192 13.3483 -3.2336 50.506 -0.481 -1.091 -6.326 21.470 +02 Jun 2020 01:00 UT 81.30 10.306 1962.9 365137 13.3854 -3.4793 49.998 -0.479 -1.030 -6.300 21.370 +02 Jun 2020 02:00 UT 81.69 10.348 1963.2 365083 13.4225 -3.7247 49.490 -0.478 -0.968 -6.274 21.268 +02 Jun 2020 03:00 UT 82.07 10.390 1963.5 365032 13.4597 -3.9698 48.982 -0.477 -0.906 -6.246 21.163 +02 Jun 2020 04:00 UT 82.45 10.431 1963.7 364982 13.4969 -4.2147 48.473 -0.475 -0.844 -6.218 21.057 +02 Jun 2020 05:00 UT 82.82 10.473 1964.0 364934 13.5341 -4.4592 47.965 -0.474 -0.782 -6.189 20.948 +02 Jun 2020 06:00 UT 83.19 10.515 1964.2 364888 13.5713 -4.7034 47.457 -0.473 -0.720 -6.160 20.838 +02 Jun 2020 07:00 UT 83.56 10.556 1964.5 364844 13.6086 -4.9472 46.949 -0.471 -0.658 -6.129 20.725 +02 Jun 2020 08:00 UT 83.93 10.598 1964.7 364802 13.6460 -5.1906 46.441 -0.470 -0.595 -6.098 20.610 +02 Jun 2020 09:00 UT 84.29 10.640 1964.9 364762 13.6833 -5.4337 45.933 -0.468 -0.533 -6.067 20.493 +02 Jun 2020 10:00 UT 84.65 10.681 1965.1 364724 13.7208 -5.6762 45.425 -0.467 -0.470 -6.034 20.374 +02 Jun 2020 11:00 UT 85.00 10.723 1965.3 364687 13.7582 -5.9183 44.916 -0.466 -0.408 -6.001 20.253 +02 Jun 2020 12:00 UT 85.36 10.765 1965.5 364653 13.7957 -6.1599 44.408 -0.464 -0.345 -5.968 20.130 +02 Jun 2020 13:00 UT 85.70 10.806 1965.7 364621 13.8333 -6.4010 43.900 -0.463 -0.282 -5.933 20.004 +02 Jun 2020 14:00 UT 86.05 10.848 1965.8 364590 13.8709 -6.6415 43.392 -0.462 -0.219 -5.898 19.877 +02 Jun 2020 15:00 UT 86.39 10.890 1966.0 364562 13.9085 -6.8814 42.884 -0.460 -0.156 -5.862 19.747 +02 Jun 2020 16:00 UT 86.73 10.931 1966.1 364536 13.9462 -7.1207 42.376 -0.459 -0.093 -5.826 19.616 +02 Jun 2020 17:00 UT 87.07 10.973 1966.3 364512 13.9839 -7.3594 41.868 -0.457 -0.030 -5.788 19.482 +02 Jun 2020 18:00 UT 87.40 11.015 1966.4 364490 14.0217 -7.5974 41.360 -0.456 0.033 -5.751 19.347 +02 Jun 2020 19:00 UT 87.73 11.056 1966.5 364470 14.0595 -7.8347 40.852 -0.455 0.097 -5.712 19.209 +02 Jun 2020 20:00 UT 88.05 11.098 1966.6 364452 14.0974 -8.0713 40.344 -0.453 0.160 -5.673 19.069 +02 Jun 2020 21:00 UT 88.37 11.140 1966.7 364436 14.1353 -8.3072 39.836 -0.452 0.223 -5.633 18.928 +02 Jun 2020 22:00 UT 88.69 11.181 1966.7 364423 14.1733 -8.5423 39.328 -0.450 0.286 -5.593 18.784 +02 Jun 2020 23:00 UT 89.00 11.223 1966.8 364411 14.2113 -8.7766 38.820 -0.449 0.349 -5.551 18.639 +03 Jun 2020 00:00 UT 89.31 11.265 1966.8 364402 14.2494 -9.0100 38.312 -0.448 0.412 -5.510 18.491 +03 Jun 2020 01:00 UT 89.61 11.306 1966.9 364395 14.2875 -9.2426 37.804 -0.446 0.476 -5.467 18.341 +03 Jun 2020 02:00 UT 89.92 11.348 1966.9 364390 14.3257 -9.4744 37.296 -0.445 0.539 -5.424 18.190 +03 Jun 2020 03:00 UT 90.21 11.390 1966.9 364387 14.3639 -9.7052 36.788 -0.443 0.602 -5.381 18.036 +03 Jun 2020 04:00 UT 90.51 11.431 1966.9 364386 14.4022 -9.9350 36.280 -0.442 0.665 -5.336 17.881 +03 Jun 2020 05:00 UT 90.80 11.473 1966.9 364388 14.4406 -10.1640 35.772 -0.441 0.728 -5.291 17.724 +03 Jun 2020 06:00 UT 91.08 11.515 1966.9 364392 14.4790 -10.3919 35.264 -0.439 0.791 -5.246 17.564 +03 Jun 2020 07:00 UT 91.36 11.556 1966.9 364398 14.5174 -10.6188 34.756 -0.438 0.854 -5.200 17.403 +03 Jun 2020 08:00 UT 91.64 11.598 1966.8 364406 14.5560 -10.8446 34.248 -0.436 0.917 -5.153 17.240 +03 Jun 2020 09:00 UT 91.91 11.640 1966.8 364417 14.5945 -11.0694 33.740 -0.435 0.979 -5.106 17.075 +03 Jun 2020 10:00 UT 92.18 11.681 1966.7 364429 14.6332 -11.2931 33.232 -0.434 1.042 -5.058 16.908 +03 Jun 2020 11:00 UT 92.45 11.723 1966.6 364444 14.6719 -11.5157 32.724 -0.432 1.105 -5.009 16.739 +03 Jun 2020 12:00 UT 92.71 11.765 1966.5 364462 14.7106 -11.7370 32.216 -0.431 1.167 -4.960 16.569 +03 Jun 2020 13:00 UT 92.96 11.806 1966.4 364481 14.7495 -11.9573 31.708 -0.429 1.229 -4.911 16.396 +03 Jun 2020 14:00 UT 93.22 11.848 1966.3 364503 14.7884 -12.1763 31.200 -0.428 1.291 -4.861 16.222 +03 Jun 2020 15:00 UT 93.46 11.890 1966.2 364528 14.8273 -12.3940 30.692 -0.427 1.353 -4.810 16.046 +03 Jun 2020 16:00 UT 93.71 11.931 1966.0 364554 14.8663 -12.6105 30.184 -0.425 1.415 -4.759 15.868 +03 Jun 2020 17:00 UT 93.95 11.973 1965.9 364583 14.9054 -12.8257 29.677 -0.424 1.477 -4.707 15.688 +03 Jun 2020 18:00 UT 94.18 12.015 1965.7 364614 14.9445 -13.0396 29.169 -0.422 1.539 -4.654 15.507 +03 Jun 2020 19:00 UT 94.41 12.056 1965.5 364647 14.9837 -13.2521 28.661 -0.421 1.600 -4.602 15.324 +03 Jun 2020 20:00 UT 94.64 12.098 1965.3 364683 15.0229 -13.4633 28.153 -0.419 1.661 -4.548 15.139 +03 Jun 2020 21:00 UT 94.86 12.140 1965.1 364721 15.0623 -13.6730 27.645 -0.418 1.722 -4.494 14.952 +03 Jun 2020 22:00 UT 95.08 12.181 1964.9 364762 15.1016 -13.8813 27.137 -0.417 1.783 -4.440 14.763 +03 Jun 2020 23:00 UT 95.29 12.223 1964.7 364805 15.1411 -14.0882 26.629 -0.415 1.844 -4.385 14.573 +04 Jun 2020 00:00 UT 95.50 12.265 1964.4 364850 15.1806 -14.2936 26.121 -0.414 1.904 -4.330 14.381 +04 Jun 2020 01:00 UT 95.70 12.306 1964.2 364897 15.2202 -14.4975 25.614 -0.412 1.965 -4.274 14.188 +04 Jun 2020 02:00 UT 95.90 12.348 1963.9 364947 15.2598 -14.6998 25.106 -0.411 2.025 -4.217 13.993 +04 Jun 2020 03:00 UT 96.09 12.390 1963.6 364999 15.2995 -14.9006 24.598 -0.410 2.085 -4.161 13.796 +04 Jun 2020 04:00 UT 96.28 12.431 1963.3 365054 15.3393 -15.0998 24.090 -0.408 2.144 -4.103 13.597 +04 Jun 2020 05:00 UT 96.47 12.473 1963.0 365110 15.3791 -15.2973 23.582 -0.407 2.203 -4.046 13.397 +04 Jun 2020 06:00 UT 96.65 12.515 1962.7 365170 15.4190 -15.4933 23.074 -0.405 2.263 -3.988 13.195 +04 Jun 2020 07:00 UT 96.82 12.556 1962.4 365231 15.4590 -15.6876 22.566 -0.404 2.321 -3.929 12.992 +04 Jun 2020 08:00 UT 96.99 12.598 1962.0 365295 15.4990 -15.8801 22.059 -0.403 2.380 -3.870 12.787 +04 Jun 2020 09:00 UT 97.16 12.640 1961.7 365361 15.5391 -16.0710 21.551 -0.401 2.438 -3.810 12.581 +04 Jun 2020 10:00 UT 97.32 12.681 1961.3 365430 15.5792 -16.2601 21.043 -0.400 2.496 -3.751 12.373 +04 Jun 2020 11:00 UT 97.48 12.723 1960.9 365501 15.6194 -16.4475 20.535 -0.398 2.554 -3.690 12.163 +04 Jun 2020 12:00 UT 97.63 12.765 1960.5 365574 15.6597 -16.6331 20.027 -0.397 2.611 -3.630 11.952 +04 Jun 2020 13:00 UT 97.78 12.806 1960.1 365650 15.7000 -16.8168 19.520 -0.395 2.668 -3.569 11.740 +04 Jun 2020 14:00 UT 97.92 12.848 1959.7 365728 15.7404 -16.9987 19.012 -0.394 2.725 -3.507 11.526 +04 Jun 2020 15:00 UT 98.06 12.890 1959.3 365808 15.7809 -17.1788 18.504 -0.393 2.781 -3.445 11.310 +04 Jun 2020 16:00 UT 98.20 12.931 1958.8 365890 15.8214 -17.3569 17.996 -0.391 2.838 -3.383 11.094 +04 Jun 2020 17:00 UT 98.32 12.973 1958.4 365975 15.8620 -17.5332 17.488 -0.390 2.893 -3.321 10.875 +04 Jun 2020 18:00 UT 98.45 13.015 1957.9 366063 15.9026 -17.7075 16.981 -0.388 2.949 -3.258 10.656 +04 Jun 2020 19:00 UT 98.57 13.056 1957.4 366152 15.9433 -17.8798 16.473 -0.387 3.004 -3.195 10.435 +04 Jun 2020 20:00 UT 98.68 13.098 1957.0 366244 15.9841 -18.0502 15.965 -0.386 3.059 -3.131 10.213 +04 Jun 2020 21:00 UT 98.79 13.140 1956.5 366338 16.0249 -18.2185 15.457 -0.384 3.113 -3.067 9.989 +04 Jun 2020 22:00 UT 98.90 13.181 1955.9 366435 16.0658 -18.3849 14.949 -0.383 3.167 -3.003 9.765 +04 Jun 2020 23:00 UT 99.00 13.223 1955.4 366534 16.1067 -18.5492 14.442 -0.381 3.221 -2.939 9.538 +05 Jun 2020 00:00 UT 99.09 13.265 1954.9 366635 16.1477 -18.7114 13.934 -0.380 3.274 -2.874 9.311 +05 Jun 2020 01:00 UT 99.18 13.306 1954.3 366738 16.1888 -18.8715 13.426 -0.379 3.327 -2.809 9.083 +05 Jun 2020 02:00 UT 99.27 13.348 1953.8 366844 16.2299 -19.0295 12.918 -0.377 3.379 -2.743 8.853 +05 Jun 2020 03:00 UT 99.35 13.390 1953.2 366952 16.2711 -19.1854 12.410 -0.376 3.431 -2.678 8.622 +05 Jun 2020 04:00 UT 99.42 13.431 1952.6 367062 16.3123 -19.3391 11.903 -0.374 3.483 -2.612 8.390 +05 Jun 2020 05:00 UT 99.49 13.473 1952.0 367174 16.3536 -19.4907 11.395 -0.373 3.534 -2.546 8.157 +05 Jun 2020 06:00 UT 99.56 13.515 1951.4 367289 16.3949 -19.6400 10.887 -0.371 3.585 -2.479 7.923 +05 Jun 2020 07:00 UT 99.62 13.556 1950.8 367405 16.4362 -19.7872 10.379 -0.370 3.635 -2.413 7.688 +05 Jun 2020 08:00 UT 99.68 13.598 1950.1 367524 16.4777 -19.9321 9.871 -0.369 3.685 -2.346 7.452 +05 Jun 2020 09:00 UT 99.73 13.640 1949.5 367646 16.5191 -20.0747 9.364 -0.367 3.735 -2.279 7.214 +05 Jun 2020 10:00 UT 99.78 13.681 1948.8 367769 16.5607 -20.2151 8.856 -0.366 3.784 -2.211 6.976 +05 Jun 2020 11:00 UT 99.82 13.723 1948.2 367895 16.6022 -20.3532 8.348 -0.364 3.832 -2.144 6.737 +05 Jun 2020 12:00 UT 99.86 13.765 1947.5 368022 16.6438 -20.4890 7.840 -0.363 3.880 -2.076 6.497 +05 Jun 2020 13:00 UT 99.89 13.806 1946.8 368152 16.6855 -20.6224 7.333 -0.362 3.928 -2.009 6.256 +05 Jun 2020 14:00 UT 99.92 13.848 1946.1 368284 16.7272 -20.7536 6.825 -0.360 3.975 -1.940 6.014 +05 Jun 2020 15:00 UT 99.94 13.890 1945.4 368418 16.7689 -20.8823 6.317 -0.359 4.022 -1.872 5.772 +05 Jun 2020 16:00 UT 99.96 13.931 1944.7 368554 16.8107 -21.0087 5.809 -0.357 4.068 -1.804 5.528 +05 Jun 2020 17:00 UT 99.97 13.973 1944.0 368693 16.8525 -21.1327 5.301 -0.356 4.114 -1.735 5.284 +05 Jun 2020 18:00 UT 99.98 14.015 1943.2 368833 16.8944 -21.2543 4.794 -0.355 4.159 -1.667 5.039 +05 Jun 2020 19:00 UT 99.99 14.056 1942.5 368975 16.9363 -21.3735 4.286 -0.353 4.204 -1.598 4.793 +05 Jun 2020 20:00 UT 99.99 14.098 1941.7 369120 16.9782 -21.4903 3.778 -0.352 4.248 -1.529 4.547 +05 Jun 2020 21:00 UT 99.98 14.140 1940.9 369266 17.0202 -21.6046 3.270 -0.351 4.292 -1.460 4.300 +05 Jun 2020 22:00 UT 99.97 14.181 1940.2 369415 17.0622 -21.7164 2.763 -0.349 4.335 -1.391 4.053 +05 Jun 2020 23:00 UT 99.96 14.223 1939.4 369565 17.1042 -21.8258 2.255 -0.348 4.378 -1.322 3.805 +06 Jun 2020 00:00 UT 99.94 14.265 1938.6 369718 17.1462 -21.9327 1.747 -0.346 4.420 -1.253 3.556 +06 Jun 2020 01:00 UT 99.92 14.306 1937.8 369872 17.1883 -22.0371 1.239 -0.345 4.462 -1.183 3.307 +06 Jun 2020 02:00 UT 99.89 14.348 1936.9 370028 17.2304 -22.1390 0.731 -0.344 4.503 -1.114 3.057 +06 Jun 2020 03:00 UT 99.85 14.390 1936.1 370186 17.2726 -22.2384 0.224 -0.342 4.544 -1.044 2.807 +06 Jun 2020 04:00 UT 99.82 14.431 1935.3 370347 17.3147 -22.3353 -0.284 -0.341 4.584 -0.975 2.557 +06 Jun 2020 05:00 UT 99.77 14.473 1934.4 370508 17.3569 -22.4296 -0.792 -0.340 4.623 -0.905 2.306 +06 Jun 2020 06:00 UT 99.73 14.515 1933.6 370672 17.3991 -22.5214 -1.300 -0.338 4.662 -0.835 2.055 +06 Jun 2020 07:00 UT 99.68 14.556 1932.7 370838 17.4413 -22.6106 -1.808 -0.337 4.700 -0.766 1.803 +06 Jun 2020 08:00 UT 99.62 14.598 1931.8 371005 17.4835 -22.6973 -2.315 -0.335 4.738 -0.696 1.551 +06 Jun 2020 09:00 UT 99.56 14.640 1931.0 371175 17.5257 -22.7813 -2.823 -0.334 4.776 -0.626 1.300 +06 Jun 2020 10:00 UT 99.50 14.681 1930.1 371346 17.5680 -22.8629 -3.331 -0.333 4.812 -0.556 1.047 +06 Jun 2020 11:00 UT 99.43 14.723 1929.2 371518 17.6102 -22.9418 -3.839 -0.331 4.849 -0.487 0.795 +06 Jun 2020 12:00 UT 99.35 14.765 1928.3 371693 17.6525 -23.0181 -4.347 -0.330 4.884 -0.417 0.543 +06 Jun 2020 13:00 UT 99.27 14.806 1927.4 371869 17.6948 -23.0919 -4.854 -0.329 4.919 -0.347 0.290 +06 Jun 2020 14:00 UT 99.19 14.848 1926.4 372047 17.7371 -23.1630 -5.362 -0.327 4.954 -0.278 0.038 +06 Jun 2020 15:00 UT 99.10 14.890 1925.5 372226 17.7793 -23.2315 -5.870 -0.326 4.987 -0.208 359.785 +06 Jun 2020 16:00 UT 99.01 14.931 1924.6 372407 17.8216 -23.2974 -6.378 -0.325 5.021 -0.138 359.533 +06 Jun 2020 17:00 UT 98.92 14.973 1923.6 372590 17.8639 -23.3608 -6.886 -0.323 5.053 -0.069 359.280 +06 Jun 2020 18:00 UT 98.82 15.015 1922.7 372774 17.9062 -23.4214 -7.394 -0.322 5.085 0.001 359.028 +06 Jun 2020 19:00 UT 98.71 15.056 1921.7 372960 17.9484 -23.4795 -7.901 -0.321 5.117 0.070 358.775 +06 Jun 2020 20:00 UT 98.61 15.098 1920.8 373147 17.9907 -23.5350 -8.409 -0.319 5.148 0.139 358.523 +06 Jun 2020 21:00 UT 98.49 15.140 1919.8 373336 18.0330 -23.5878 -8.917 -0.318 5.178 0.209 358.271 +06 Jun 2020 22:00 UT 98.38 15.181 1918.8 373527 18.0752 -23.6380 -9.425 -0.317 5.208 0.278 358.020 +06 Jun 2020 23:00 UT 98.25 15.223 1917.8 373718 18.1174 -23.6856 -9.933 -0.315 5.237 0.347 357.768 +07 Jun 2020 00:00 UT 98.13 15.265 1916.8 373912 18.1596 -23.7306 -10.441 -0.314 5.265 0.416 357.517 +07 Jun 2020 01:00 UT 98.00 15.306 1915.8 374106 18.2018 -23.7729 -10.948 -0.313 5.293 0.485 357.267 +07 Jun 2020 02:00 UT 97.87 15.348 1914.8 374302 18.2440 -23.8126 -11.456 -0.311 5.320 0.553 357.016 +07 Jun 2020 03:00 UT 97.73 15.390 1913.8 374500 18.2862 -23.8497 -11.964 -0.310 5.347 0.622 356.767 +07 Jun 2020 04:00 UT 97.59 15.431 1912.8 374698 18.3283 -23.8842 -12.472 -0.309 5.373 0.691 356.517 +07 Jun 2020 05:00 UT 97.44 15.473 1911.8 374898 18.3704 -23.9161 -12.980 -0.307 5.398 0.759 356.268 +07 Jun 2020 06:00 UT 97.29 15.515 1910.8 375099 18.4125 -23.9453 -13.488 -0.306 5.423 0.827 356.020 +07 Jun 2020 07:00 UT 97.14 15.556 1909.7 375302 18.4545 -23.9720 -13.996 -0.305 5.447 0.895 355.772 +07 Jun 2020 08:00 UT 96.98 15.598 1908.7 375505 18.4966 -23.9960 -14.504 -0.303 5.470 0.963 355.525 +07 Jun 2020 09:00 UT 96.82 15.640 1907.7 375710 18.5385 -24.0175 -15.011 -0.302 5.493 1.031 355.278 +07 Jun 2020 10:00 UT 96.65 15.681 1906.6 375916 18.5805 -24.0363 -15.519 -0.301 5.516 1.098 355.032 +07 Jun 2020 11:00 UT 96.48 15.723 1905.6 376123 18.6224 -24.0526 -16.027 -0.300 5.537 1.166 354.787 +07 Jun 2020 12:00 UT 96.31 15.765 1904.5 376332 18.6643 -24.0663 -16.535 -0.298 5.558 1.233 354.543 +07 Jun 2020 13:00 UT 96.13 15.806 1903.4 376541 18.7061 -24.0774 -17.043 -0.297 5.578 1.300 354.299 +07 Jun 2020 14:00 UT 95.95 15.848 1902.4 376751 18.7479 -24.0859 -17.551 -0.296 5.598 1.366 354.056 +07 Jun 2020 15:00 UT 95.77 15.890 1901.3 376962 18.7897 -24.0919 -18.059 -0.294 5.617 1.433 353.814 +07 Jun 2020 16:00 UT 95.58 15.931 1900.2 377175 18.8314 -24.0954 -18.567 -0.293 5.636 1.499 353.573 +07 Jun 2020 17:00 UT 95.39 15.973 1899.2 377388 18.8730 -24.0962 -19.075 -0.292 5.653 1.565 353.333 +07 Jun 2020 18:00 UT 95.20 16.015 1898.1 377602 18.9146 -24.0946 -19.583 -0.291 5.670 1.631 353.093 +07 Jun 2020 19:00 UT 95.00 16.056 1897.0 377817 18.9562 -24.0904 -20.091 -0.289 5.687 1.697 352.855 +07 Jun 2020 20:00 UT 94.79 16.098 1895.9 378033 18.9977 -24.0837 -20.599 -0.288 5.703 1.762 352.618 +07 Jun 2020 21:00 UT 94.59 16.140 1894.8 378250 19.0391 -24.0745 -21.107 -0.287 5.718 1.828 352.382 +07 Jun 2020 22:00 UT 94.38 16.181 1893.8 378467 19.0805 -24.0628 -21.615 -0.286 5.733 1.893 352.146 +07 Jun 2020 23:00 UT 94.17 16.223 1892.7 378685 19.1219 -24.0487 -22.123 -0.284 5.747 1.957 351.912 +08 Jun 2020 00:00 UT 93.95 16.265 1891.6 378904 19.1631 -24.0320 -22.631 -0.283 5.760 2.022 351.679 +08 Jun 2020 01:00 UT 93.73 16.306 1890.5 379124 19.2043 -24.0129 -23.139 -0.282 5.772 2.086 351.447 +08 Jun 2020 02:00 UT 93.51 16.348 1889.4 379344 19.2455 -23.9914 -23.647 -0.281 5.784 2.150 351.217 +08 Jun 2020 03:00 UT 93.28 16.390 1888.3 379566 19.2866 -23.9674 -24.155 -0.279 5.796 2.213 350.988 +08 Jun 2020 04:00 UT 93.05 16.431 1887.2 379787 19.3276 -23.9410 -24.663 -0.278 5.807 2.276 350.759 +08 Jun 2020 05:00 UT 92.82 16.473 1886.1 380009 19.3685 -23.9121 -25.171 -0.277 5.817 2.339 350.533 +08 Jun 2020 06:00 UT 92.58 16.515 1885.0 380232 19.4094 -23.8809 -25.679 -0.276 5.826 2.402 350.307 +08 Jun 2020 07:00 UT 92.34 16.556 1883.9 380455 19.4502 -23.8473 -26.187 -0.274 5.835 2.465 350.083 +08 Jun 2020 08:00 UT 92.10 16.598 1882.8 380679 19.4909 -23.8113 -26.695 -0.273 5.843 2.527 349.860 +08 Jun 2020 09:00 UT 91.85 16.640 1881.6 380904 19.5316 -23.7730 -27.203 -0.272 5.850 2.588 349.638 +08 Jun 2020 10:00 UT 91.61 16.681 1880.5 381128 19.5722 -23.7323 -27.711 -0.271 5.857 2.650 349.418 +08 Jun 2020 11:00 UT 91.35 16.723 1879.4 381353 19.6127 -23.6894 -28.219 -0.270 5.863 2.711 349.200 +08 Jun 2020 12:00 UT 91.10 16.765 1878.3 381579 19.6531 -23.6441 -28.727 -0.268 5.869 2.772 348.982 +08 Jun 2020 13:00 UT 90.84 16.806 1877.2 381804 19.6935 -23.5965 -29.235 -0.267 5.874 2.832 348.767 +08 Jun 2020 14:00 UT 90.58 16.848 1876.1 382031 19.7337 -23.5466 -29.743 -0.266 5.878 2.893 348.553 +08 Jun 2020 15:00 UT 90.32 16.890 1875.0 382257 19.7739 -23.4944 -30.251 -0.265 5.882 2.952 348.340 +08 Jun 2020 16:00 UT 90.05 16.931 1873.9 382483 19.8140 -23.4401 -30.759 -0.264 5.885 3.012 348.129 +08 Jun 2020 17:00 UT 89.78 16.973 1872.8 382710 19.8540 -23.3835 -31.267 -0.262 5.887 3.071 347.919 +08 Jun 2020 18:00 UT 89.51 17.015 1871.6 382937 19.8940 -23.3246 -31.775 -0.261 5.889 3.130 347.711 +08 Jun 2020 19:00 UT 89.23 17.056 1870.5 383164 19.9338 -23.2636 -32.283 -0.260 5.890 3.188 347.505 +08 Jun 2020 20:00 UT 88.96 17.098 1869.4 383392 19.9736 -23.2004 -32.792 -0.259 5.891 3.246 347.300 +08 Jun 2020 21:00 UT 88.67 17.140 1868.3 383619 20.0132 -23.1351 -33.300 -0.258 5.891 3.304 347.097 +08 Jun 2020 22:00 UT 88.39 17.181 1867.2 383846 20.0528 -23.0676 -33.808 -0.257 5.890 3.361 346.896 +08 Jun 2020 23:00 UT 88.11 17.223 1866.1 384074 20.0923 -22.9979 -34.316 -0.255 5.888 3.418 346.696 +09 Jun 2020 00:00 UT 87.82 17.265 1865.0 384301 20.1317 -22.9262 -34.824 -0.254 5.886 3.475 346.498 +09 Jun 2020 01:00 UT 87.53 17.306 1863.9 384528 20.1710 -22.8524 -35.332 -0.253 5.884 3.531 346.302 +09 Jun 2020 02:00 UT 87.23 17.348 1862.8 384756 20.2102 -22.7765 -35.841 -0.252 5.880 3.587 346.107 +09 Jun 2020 03:00 UT 86.94 17.390 1861.7 384983 20.2494 -22.6985 -36.349 -0.251 5.876 3.642 345.915 +09 Jun 2020 04:00 UT 86.64 17.431 1860.6 385210 20.2884 -22.6186 -36.857 -0.250 5.872 3.697 345.724 +09 Jun 2020 05:00 UT 86.34 17.473 1859.5 385437 20.3273 -22.5366 -37.365 -0.249 5.867 3.752 345.534 +09 Jun 2020 06:00 UT 86.03 17.515 1858.4 385663 20.3662 -22.4526 -37.873 -0.247 5.861 3.806 345.347 +09 Jun 2020 07:00 UT 85.73 17.556 1857.3 385890 20.4049 -22.3666 -38.381 -0.246 5.855 3.860 345.162 +09 Jun 2020 08:00 UT 85.42 17.598 1856.2 386116 20.4436 -22.2787 -38.890 -0.245 5.848 3.913 344.978 +09 Jun 2020 09:00 UT 85.11 17.640 1855.2 386342 20.4821 -22.1888 -39.398 -0.244 5.840 3.966 344.796 +09 Jun 2020 10:00 UT 84.80 17.681 1854.1 386567 20.5206 -22.0970 -39.906 -0.243 5.832 4.018 344.616 +09 Jun 2020 11:00 UT 84.48 17.723 1853.0 386793 20.5589 -22.0033 -40.414 -0.242 5.823 4.071 344.438 +09 Jun 2020 12:00 UT 84.16 17.765 1851.9 387018 20.5972 -21.9077 -40.923 -0.241 5.814 4.122 344.261 +09 Jun 2020 13:00 UT 83.84 17.806 1850.8 387242 20.6353 -21.8103 -41.431 -0.240 5.804 4.174 344.087 +09 Jun 2020 14:00 UT 83.52 17.848 1849.8 387466 20.6734 -21.7110 -41.939 -0.238 5.793 4.224 343.915 +09 Jun 2020 15:00 UT 83.20 17.890 1848.7 387690 20.7113 -21.6099 -42.448 -0.237 5.782 4.275 343.744 +09 Jun 2020 16:00 UT 82.87 17.931 1847.6 387913 20.7492 -21.5070 -42.956 -0.236 5.770 4.325 343.575 +09 Jun 2020 17:00 UT 82.55 17.973 1846.6 388135 20.7869 -21.4023 -43.464 -0.235 5.758 4.374 343.409 +09 Jun 2020 18:00 UT 82.22 18.015 1845.5 388357 20.8246 -21.2958 -43.972 -0.234 5.745 4.424 343.244 +09 Jun 2020 19:00 UT 81.88 18.056 1844.5 388579 20.8621 -21.1876 -44.481 -0.233 5.731 4.472 343.081 +09 Jun 2020 20:00 UT 81.55 18.098 1843.4 388800 20.8996 -21.0777 -44.989 -0.232 5.717 4.520 342.920 +09 Jun 2020 21:00 UT 81.21 18.140 1842.4 389020 20.9369 -20.9660 -45.497 -0.231 5.702 4.568 342.761 +09 Jun 2020 22:00 UT 80.88 18.181 1841.3 389239 20.9742 -20.8527 -46.006 -0.230 5.687 4.616 342.604 +09 Jun 2020 23:00 UT 80.54 18.223 1840.3 389458 21.0113 -20.7377 -46.514 -0.229 5.671 4.662 342.449 +10 Jun 2020 00:00 UT 80.20 18.265 1839.3 389676 21.0484 -20.6210 -47.023 -0.228 5.655 4.709 342.296 +10 Jun 2020 01:00 UT 79.85 18.306 1838.3 389894 21.0853 -20.5027 -47.531 -0.227 5.638 4.755 342.145 +10 Jun 2020 02:00 UT 79.51 18.348 1837.2 390110 21.1222 -20.3828 -48.039 -0.226 5.620 4.800 341.996 +10 Jun 2020 03:00 UT 79.16 18.390 1836.2 390326 21.1589 -20.2613 -48.548 -0.224 5.602 4.845 341.849 +10 Jun 2020 04:00 UT 78.81 18.431 1835.2 390541 21.1956 -20.1382 -49.056 -0.223 5.583 4.890 341.704 +10 Jun 2020 05:00 UT 78.46 18.473 1834.2 390755 21.2321 -20.0136 -49.565 -0.222 5.564 4.934 341.561 +10 Jun 2020 06:00 UT 78.11 18.515 1833.2 390968 21.2686 -19.8875 -50.073 -0.221 5.544 4.978 341.420 +10 Jun 2020 07:00 UT 77.76 18.556 1832.2 391181 21.3049 -19.7598 -50.581 -0.220 5.524 5.021 341.281 +10 Jun 2020 08:00 UT 77.40 18.598 1831.2 391392 21.3411 -19.6306 -51.090 -0.219 5.503 5.064 341.144 +10 Jun 2020 09:00 UT 77.05 18.640 1830.2 391602 21.3773 -19.5000 -51.598 -0.218 5.482 5.106 341.009 +10 Jun 2020 10:00 UT 76.69 18.681 1829.3 391812 21.4133 -19.3679 -52.107 -0.217 5.460 5.148 340.875 +10 Jun 2020 11:00 UT 76.33 18.723 1828.3 392020 21.4493 -19.2344 -52.615 -0.216 5.437 5.189 340.744 +10 Jun 2020 12:00 UT 75.97 18.765 1827.3 392227 21.4851 -19.0994 -53.124 -0.215 5.414 5.230 340.615 +10 Jun 2020 13:00 UT 75.61 18.806 1826.4 392434 21.5208 -18.9630 -53.632 -0.214 5.391 5.270 340.488 +10 Jun 2020 14:00 UT 75.24 18.848 1825.4 392639 21.5565 -18.8253 -54.141 -0.213 5.367 5.310 340.363 +10 Jun 2020 15:00 UT 74.88 18.890 1824.5 392843 21.5920 -18.6862 -54.649 -0.212 5.342 5.349 340.240 +10 Jun 2020 16:00 UT 74.51 18.931 1823.5 393046 21.6275 -18.5457 -55.158 -0.211 5.317 5.388 340.119 +10 Jun 2020 17:00 UT 74.15 18.973 1822.6 393248 21.6628 -18.4039 -55.666 -0.210 5.292 5.427 340.000 +10 Jun 2020 18:00 UT 73.78 19.015 1821.6 393448 21.6981 -18.2608 -56.175 -0.209 5.266 5.464 339.883 +10 Jun 2020 19:00 UT 73.41 19.056 1820.7 393647 21.7332 -18.1164 -56.683 -0.208 5.239 5.502 339.768 +10 Jun 2020 20:00 UT 73.04 19.098 1819.8 393845 21.7683 -17.9708 -57.192 -0.207 5.212 5.539 339.655 +10 Jun 2020 21:00 UT 72.66 19.140 1818.9 394042 21.8033 -17.8239 -57.701 -0.206 5.184 5.575 339.544 +10 Jun 2020 22:00 UT 72.29 19.181 1818.0 394238 21.8381 -17.6757 -58.209 -0.205 5.156 5.611 339.435 +10 Jun 2020 23:00 UT 71.92 19.223 1817.1 394432 21.8729 -17.5263 -58.718 -0.204 5.128 5.647 339.328 +11 Jun 2020 00:00 UT 71.54 19.265 1816.2 394625 21.9076 -17.3758 -59.226 -0.203 5.099 5.681 339.223 +11 Jun 2020 01:00 UT 71.16 19.306 1815.3 394816 21.9422 -17.2240 -59.735 -0.202 5.069 5.716 339.120 +11 Jun 2020 02:00 UT 70.78 19.348 1814.5 395007 21.9767 -17.0711 -60.244 -0.201 5.039 5.750 339.019 +11 Jun 2020 03:00 UT 70.41 19.390 1813.6 395195 22.0111 -16.9170 -60.752 -0.200 5.009 5.783 338.920 +11 Jun 2020 04:00 UT 70.02 19.431 1812.7 395383 22.0454 -16.7618 -61.261 -0.199 4.978 5.816 338.823 +11 Jun 2020 05:00 UT 69.64 19.473 1811.9 395569 22.0796 -16.6054 -61.770 -0.198 4.946 5.849 338.728 +11 Jun 2020 06:00 UT 69.26 19.515 1811.0 395753 22.1137 -16.4480 -62.278 -0.198 4.914 5.881 338.635 +11 Jun 2020 07:00 UT 68.88 19.556 1810.2 395936 22.1478 -16.2895 -62.787 -0.197 4.882 5.912 338.544 +11 Jun 2020 08:00 UT 68.50 19.598 1809.4 396117 22.1817 -16.1299 -63.296 -0.196 4.849 5.943 338.455 +11 Jun 2020 09:00 UT 68.11 19.640 1808.6 396297 22.2156 -15.9693 -63.804 -0.195 4.816 5.973 338.368 +11 Jun 2020 10:00 UT 67.72 19.681 1807.7 396476 22.2494 -15.8076 -64.313 -0.194 4.783 6.003 338.283 +11 Jun 2020 11:00 UT 67.34 19.723 1806.9 396653 22.2831 -15.6449 -64.822 -0.193 4.749 6.033 338.199 +11 Jun 2020 12:00 UT 66.95 19.765 1806.1 396828 22.3167 -15.4812 -65.330 -0.192 4.714 6.061 338.118 +11 Jun 2020 13:00 UT 66.56 19.806 1805.3 397001 22.3502 -15.3166 -65.839 -0.191 4.679 6.090 338.038 +11 Jun 2020 14:00 UT 66.17 19.848 1804.6 397173 22.3837 -15.1509 -66.348 -0.190 4.644 6.118 337.961 +11 Jun 2020 15:00 UT 65.79 19.890 1803.8 397344 22.4170 -14.9843 -66.857 -0.189 4.608 6.145 337.885 +11 Jun 2020 16:00 UT 65.40 19.931 1803.0 397512 22.4503 -14.8168 -67.366 -0.188 4.572 6.172 337.812 +11 Jun 2020 17:00 UT 65.00 19.973 1802.3 397679 22.4835 -14.6484 -67.874 -0.187 4.535 6.198 337.740 +11 Jun 2020 18:00 UT 64.61 20.015 1801.5 397845 22.5166 -14.4790 -68.383 -0.186 4.498 6.224 337.670 +11 Jun 2020 19:00 UT 64.22 20.056 1800.8 398008 22.5496 -14.3088 -68.892 -0.185 4.461 6.249 337.602 +11 Jun 2020 20:00 UT 63.83 20.098 1800.0 398170 22.5826 -14.1376 -69.401 -0.185 4.423 6.274 337.536 +11 Jun 2020 21:00 UT 63.44 20.140 1799.3 398330 22.6155 -13.9657 -69.910 -0.184 4.385 6.298 337.472 +11 Jun 2020 22:00 UT 63.04 20.181 1798.6 398489 22.6483 -13.7928 -70.418 -0.183 4.346 6.322 337.410 +11 Jun 2020 23:00 UT 62.65 20.223 1797.9 398645 22.6810 -13.6192 -70.927 -0.182 4.308 6.345 337.350 +12 Jun 2020 00:00 UT 62.25 20.265 1797.2 398800 22.7137 -13.4447 -71.436 -0.181 4.268 6.368 337.291 +12 Jun 2020 01:00 UT 61.86 20.306 1796.5 398953 22.7462 -13.2694 -71.945 -0.180 4.229 6.390 337.235 +12 Jun 2020 02:00 UT 61.46 20.348 1795.8 399104 22.7787 -13.0933 -72.454 -0.179 4.189 6.412 337.180 +12 Jun 2020 03:00 UT 61.07 20.390 1795.2 399253 22.8112 -12.9165 -72.963 -0.178 4.148 6.433 337.127 +12 Jun 2020 04:00 UT 60.67 20.431 1794.5 399401 22.8435 -12.7389 -73.472 -0.177 4.107 6.454 337.076 +12 Jun 2020 05:00 UT 60.27 20.473 1793.8 399546 22.8758 -12.5605 -73.981 -0.177 4.066 6.474 337.027 +12 Jun 2020 06:00 UT 59.87 20.515 1793.2 399690 22.9080 -12.3815 -74.490 -0.176 4.025 6.494 336.980 +12 Jun 2020 07:00 UT 59.48 20.556 1792.6 399832 22.9402 -12.2017 -74.998 -0.175 3.983 6.513 336.934 +12 Jun 2020 08:00 UT 59.08 20.598 1791.9 399972 22.9723 -12.0212 -75.507 -0.174 3.941 6.531 336.890 +12 Jun 2020 09:00 UT 58.68 20.640 1791.3 400110 23.0043 -11.8400 -76.016 -0.173 3.899 6.550 336.849 +12 Jun 2020 10:00 UT 58.28 20.681 1790.7 400246 23.0362 -11.6581 -76.525 -0.172 3.856 6.567 336.808 +12 Jun 2020 11:00 UT 57.88 20.723 1790.1 400380 23.0681 -11.4756 -77.034 -0.171 3.813 6.584 336.770 +12 Jun 2020 12:00 UT 57.48 20.765 1789.5 400512 23.1000 -11.2924 -77.543 -0.171 3.769 6.601 336.734 +12 Jun 2020 13:00 UT 57.09 20.806 1788.9 400642 23.1317 -11.1086 -78.052 -0.170 3.726 6.617 336.699 +12 Jun 2020 14:00 UT 56.69 20.848 1788.4 400770 23.1634 -10.9241 -78.561 -0.169 3.682 6.632 336.666 +12 Jun 2020 15:00 UT 56.29 20.890 1787.8 400896 23.1951 -10.7390 -79.070 -0.168 3.637 6.647 336.635 +12 Jun 2020 16:00 UT 55.89 20.931 1787.3 401020 23.2267 -10.5534 -79.579 -0.167 3.593 6.662 336.606 +12 Jun 2020 17:00 UT 55.49 20.973 1786.7 401142 23.2582 -10.3671 -80.088 -0.166 3.548 6.675 336.578 +12 Jun 2020 18:00 UT 55.09 21.015 1786.2 401262 23.2897 -10.1803 -80.598 -0.165 3.502 6.689 336.552 +12 Jun 2020 19:00 UT 54.69 21.056 1785.6 401380 23.3211 -9.9930 -81.107 -0.165 3.457 6.702 336.528 +12 Jun 2020 20:00 UT 54.29 21.098 1785.1 401496 23.3524 -9.8050 -81.616 -0.164 3.411 6.714 336.506 +12 Jun 2020 21:00 UT 53.89 21.140 1784.6 401610 23.3837 -9.6166 -82.125 -0.163 3.365 6.726 336.485 +12 Jun 2020 22:00 UT 53.49 21.181 1784.1 401722 23.4150 -9.4276 -82.634 -0.162 3.319 6.737 336.466 +12 Jun 2020 23:00 UT 53.09 21.223 1783.6 401832 23.4462 -9.2381 -83.143 -0.161 3.272 6.748 336.449 +13 Jun 2020 00:00 UT 52.69 21.265 1783.2 401939 23.4773 -9.0481 -83.652 -0.160 3.226 6.758 336.434 +13 Jun 2020 01:00 UT 52.29 21.306 1782.7 402045 23.5084 -8.8576 -84.161 -0.160 3.179 6.768 336.420 +13 Jun 2020 02:00 UT 51.89 21.348 1782.2 402148 23.5395 -8.6666 -84.670 -0.159 3.131 6.777 336.408 +13 Jun 2020 03:00 UT 51.49 21.390 1781.8 402250 23.5705 -8.4752 -85.180 -0.158 3.084 6.786 336.397 +13 Jun 2020 04:00 UT 51.09 21.431 1781.4 402349 23.6014 -8.2833 -85.689 -0.157 3.036 6.794 336.389 +13 Jun 2020 05:00 UT 50.69 21.473 1780.9 402446 23.6323 -8.0910 -86.198 -0.156 2.988 6.802 336.382 +13 Jun 2020 06:00 UT 50.29 21.515 1780.5 402541 23.6632 -7.8982 -86.707 -0.156 2.940 6.809 336.376 +13 Jun 2020 07:00 UT 49.89 21.556 1780.1 402634 23.6940 -7.7051 -87.216 -0.155 2.891 6.816 336.373 +13 Jun 2020 08:00 UT 49.49 21.598 1779.7 402724 23.7248 -7.5115 -87.725 -0.154 2.843 6.822 336.371 +13 Jun 2020 09:00 UT 49.09 21.640 1779.3 402813 23.7555 -7.3175 -88.235 -0.153 2.794 6.828 336.370 +13 Jun 2020 10:00 UT 48.69 21.681 1778.9 402899 23.7862 -7.1232 -88.744 -0.152 2.745 6.833 336.372 +13 Jun 2020 11:00 UT 48.30 21.723 1778.5 402983 23.8169 -6.9284 -89.253 -0.152 2.695 6.838 336.374 +13 Jun 2020 12:00 UT 47.90 21.765 1778.2 403066 23.8475 -6.7333 -89.762 -0.151 2.646 6.842 336.379 +13 Jun 2020 13:00 UT 47.50 21.806 1777.8 403145 23.8781 -6.5379 -90.272 -0.150 2.596 6.845 336.385 +13 Jun 2020 14:00 UT 47.10 21.848 1777.5 403223 23.9087 -6.3421 -90.781 -0.149 2.546 6.848 336.393 +13 Jun 2020 15:00 UT 46.71 21.890 1777.2 403299 23.9392 -6.1460 -91.290 -0.148 2.496 6.851 336.402 +13 Jun 2020 16:00 UT 46.31 21.931 1776.8 403372 23.9697 -5.9496 -91.800 -0.148 2.446 6.853 336.413 +13 Jun 2020 17:00 UT 45.91 21.973 1776.5 403443 0.0001 -5.7528 -92.309 -0.147 2.396 6.854 336.426 +13 Jun 2020 18:00 UT 45.52 22.015 1776.2 403512 0.0305 -5.5558 -92.818 -0.146 2.345 6.855 336.440 +13 Jun 2020 19:00 UT 45.12 22.056 1775.9 403579 0.0609 -5.3585 -93.327 -0.145 2.294 6.856 336.456 +13 Jun 2020 20:00 UT 44.73 22.098 1775.6 403643 0.0913 -5.1609 -93.837 -0.144 2.244 6.856 336.474 +13 Jun 2020 21:00 UT 44.33 22.140 1775.4 403705 0.1216 -4.9630 -94.346 -0.144 2.193 6.855 336.493 +13 Jun 2020 22:00 UT 43.94 22.181 1775.1 403766 0.1519 -4.7649 -94.856 -0.143 2.142 6.854 336.513 +13 Jun 2020 23:00 UT 43.54 22.223 1774.8 403824 0.1822 -4.5665 -95.365 -0.142 2.090 6.853 336.535 +14 Jun 2020 00:00 UT 43.15 22.265 1774.6 403879 0.2124 -4.3679 -95.874 -0.141 2.039 6.851 336.559 +14 Jun 2020 01:00 UT 42.76 22.306 1774.4 403933 0.2427 -4.1691 -96.384 -0.140 1.987 6.848 336.584 +14 Jun 2020 02:00 UT 42.37 22.348 1774.1 403984 0.2729 -3.9700 -96.893 -0.140 1.936 6.845 336.611 +14 Jun 2020 03:00 UT 41.97 22.390 1773.9 404033 0.3031 -3.7708 -97.402 -0.139 1.884 6.841 336.640 +14 Jun 2020 04:00 UT 41.58 22.431 1773.7 404080 0.3332 -3.5714 -97.912 -0.138 1.832 6.837 336.670 +14 Jun 2020 05:00 UT 41.19 22.473 1773.5 404125 0.3634 -3.3718 -98.421 -0.137 1.780 6.833 336.701 +14 Jun 2020 06:00 UT 40.80 22.515 1773.3 404167 0.3935 -3.1720 -98.931 -0.137 1.728 6.828 336.734 +14 Jun 2020 07:00 UT 40.41 22.556 1773.2 404208 0.4236 -2.9720 -99.440 -0.136 1.676 6.822 336.769 +14 Jun 2020 08:00 UT 40.03 22.598 1773.0 404246 0.4537 -2.7719 -99.950 -0.135 1.623 6.816 336.805 +14 Jun 2020 09:00 UT 39.64 22.640 1772.8 404282 0.4838 -2.5717 -100.459 -0.134 1.571 6.809 336.842 +14 Jun 2020 10:00 UT 39.25 22.681 1772.7 404315 0.5139 -2.3713 -100.969 -0.134 1.519 6.802 336.881 +14 Jun 2020 11:00 UT 38.86 22.723 1772.5 404347 0.5439 -2.1708 -101.478 -0.133 1.466 6.794 336.922 +14 Jun 2020 12:00 UT 38.48 22.765 1772.4 404376 0.5740 -1.9702 -101.988 -0.132 1.413 6.786 336.964 +14 Jun 2020 13:00 UT 38.09 22.806 1772.3 404403 0.6040 -1.7695 -102.497 -0.131 1.361 6.778 337.008 +14 Jun 2020 14:00 UT 37.71 22.848 1772.2 404428 0.6340 -1.5687 -103.007 -0.130 1.308 6.768 337.053 +14 Jun 2020 15:00 UT 37.33 22.890 1772.1 404451 0.6641 -1.3678 -103.516 -0.130 1.255 6.759 337.099 +14 Jun 2020 16:00 UT 36.94 22.931 1772.0 404471 0.6941 -1.1668 -104.026 -0.129 1.202 6.749 337.148 +14 Jun 2020 17:00 UT 36.56 22.973 1771.9 404490 0.7241 -0.9658 -104.535 -0.128 1.150 6.738 337.197 +14 Jun 2020 18:00 UT 36.18 23.015 1771.9 404506 0.7541 -0.7647 -105.045 -0.127 1.097 6.727 337.248 +14 Jun 2020 19:00 UT 35.80 23.056 1771.8 404520 0.7841 -0.5636 -105.554 -0.127 1.044 6.715 337.301 +14 Jun 2020 20:00 UT 35.42 23.098 1771.7 404531 0.8141 -0.3625 -106.064 -0.126 0.991 6.703 337.355 +14 Jun 2020 21:00 UT 35.05 23.140 1771.7 404541 0.8441 -0.1613 -106.574 -0.125 0.938 6.690 337.410 +14 Jun 2020 22:00 UT 34.67 23.181 1771.7 404549 0.8741 0.0399 -107.083 -0.124 0.885 6.677 337.467 +14 Jun 2020 23:00 UT 34.29 23.223 1771.6 404554 0.9040 0.2411 -107.593 -0.124 0.831 6.664 337.526 +15 Jun 2020 00:00 UT 33.92 23.265 1771.6 404557 0.9340 0.4422 -108.102 -0.123 0.778 6.650 337.585 +15 Jun 2020 01:00 UT 33.54 23.306 1771.6 404558 0.9640 0.6434 -108.612 -0.122 0.725 6.635 337.647 +15 Jun 2020 02:00 UT 33.17 23.348 1771.6 404557 0.9940 0.8445 -109.122 -0.121 0.672 6.620 337.710 +15 Jun 2020 03:00 UT 32.80 23.390 1771.6 404554 1.0240 1.0456 -109.631 -0.121 0.619 6.604 337.774 +15 Jun 2020 04:00 UT 32.43 23.431 1771.7 404549 1.0541 1.2466 -110.141 -0.120 0.566 6.588 337.840 +15 Jun 2020 05:00 UT 32.06 23.473 1771.7 404541 1.0841 1.4476 -110.651 -0.119 0.513 6.571 337.907 +15 Jun 2020 06:00 UT 31.69 23.515 1771.7 404532 1.1141 1.6485 -111.160 -0.118 0.460 6.554 337.975 +15 Jun 2020 07:00 UT 31.32 23.556 1771.8 404520 1.1441 1.8493 -111.670 -0.118 0.407 6.537 338.045 +15 Jun 2020 08:00 UT 30.95 23.598 1771.9 404506 1.1742 2.0501 -112.180 -0.117 0.354 6.519 338.117 +15 Jun 2020 09:00 UT 30.59 23.640 1771.9 404490 1.2043 2.2507 -112.690 -0.116 0.301 6.500 338.189 +15 Jun 2020 10:00 UT 30.22 23.681 1772.0 404472 1.2343 2.4512 -113.199 -0.115 0.248 6.481 338.264 +15 Jun 2020 11:00 UT 29.86 23.723 1772.1 404452 1.2644 2.6516 -113.709 -0.114 0.195 6.462 338.339 +15 Jun 2020 12:00 UT 29.50 23.765 1772.2 404430 1.2945 2.8519 -114.219 -0.114 0.142 6.442 338.417 +15 Jun 2020 13:00 UT 29.13 23.806 1772.3 404406 1.3246 3.0521 -114.729 -0.113 0.089 6.421 338.495 +15 Jun 2020 14:00 UT 28.77 23.848 1772.4 404380 1.3548 3.2521 -115.238 -0.112 0.037 6.400 338.575 +15 Jun 2020 15:00 UT 28.42 23.890 1772.5 404352 1.3849 3.4519 -115.748 -0.111 -0.016 6.379 338.656 +15 Jun 2020 16:00 UT 28.06 23.931 1772.7 404322 1.4151 3.6515 -116.258 -0.111 -0.069 6.357 338.739 +15 Jun 2020 17:00 UT 27.70 23.973 1772.8 404289 1.4453 3.8510 -116.768 -0.110 -0.121 6.335 338.824 +15 Jun 2020 18:00 UT 27.35 24.015 1773.0 404255 1.4755 4.0503 -117.277 -0.109 -0.174 6.312 338.909 +15 Jun 2020 19:00 UT 26.99 24.056 1773.1 404219 1.5057 4.2493 -117.787 -0.108 -0.226 6.288 338.996 +15 Jun 2020 20:00 UT 26.64 24.098 1773.3 404181 1.5360 4.4482 -118.297 -0.108 -0.279 6.265 339.085 +15 Jun 2020 21:00 UT 26.29 24.140 1773.5 404140 1.5663 4.6468 -118.807 -0.107 -0.331 6.240 339.174 +15 Jun 2020 22:00 UT 25.94 24.181 1773.6 404098 1.5966 4.8452 -119.317 -0.106 -0.383 6.216 339.266 +15 Jun 2020 23:00 UT 25.59 24.223 1773.8 404054 1.6269 5.0434 -119.827 -0.105 -0.435 6.190 339.358 +16 Jun 2020 00:00 UT 25.25 24.265 1774.0 404008 1.6573 5.2413 -120.336 -0.105 -0.487 6.165 339.452 +16 Jun 2020 01:00 UT 24.90 24.306 1774.2 403960 1.6877 5.4389 -120.846 -0.104 -0.539 6.139 339.548 +16 Jun 2020 02:00 UT 24.56 24.348 1774.5 403910 1.7181 5.6362 -121.356 -0.103 -0.591 6.112 339.644 +16 Jun 2020 03:00 UT 24.22 24.390 1774.7 403858 1.7485 5.8333 -121.866 -0.102 -0.642 6.085 339.743 +16 Jun 2020 04:00 UT 23.88 24.431 1774.9 403805 1.7790 6.0301 -122.376 -0.102 -0.694 6.057 339.842 +16 Jun 2020 05:00 UT 23.54 24.473 1775.2 403749 1.8095 6.2265 -122.886 -0.101 -0.745 6.029 339.943 +16 Jun 2020 06:00 UT 23.20 24.515 1775.4 403691 1.8401 6.4226 -123.396 -0.100 -0.797 6.001 340.045 +16 Jun 2020 07:00 UT 22.86 24.556 1775.7 403632 1.8707 6.6184 -123.906 -0.099 -0.848 5.972 340.149 +16 Jun 2020 08:00 UT 22.53 24.598 1776.0 403571 1.9013 6.8138 -124.416 -0.098 -0.899 5.942 340.254 +16 Jun 2020 09:00 UT 22.20 24.640 1776.2 403508 1.9319 7.0089 -124.926 -0.098 -0.950 5.913 340.361 +16 Jun 2020 10:00 UT 21.87 24.681 1776.5 403443 1.9626 7.2036 -125.436 -0.097 -1.000 5.882 340.469 +16 Jun 2020 11:00 UT 21.54 24.723 1776.8 403376 1.9934 7.3979 -125.945 -0.096 -1.051 5.852 340.578 +16 Jun 2020 12:00 UT 21.21 24.765 1777.1 403308 2.0241 7.5918 -126.455 -0.095 -1.101 5.820 340.688 +16 Jun 2020 13:00 UT 20.88 24.806 1777.4 403238 2.0549 7.7854 -126.965 -0.095 -1.152 5.789 340.800 +16 Jun 2020 14:00 UT 20.56 24.848 1777.7 403166 2.0858 7.9785 -127.475 -0.094 -1.202 5.757 340.914 +16 Jun 2020 15:00 UT 20.24 24.890 1778.1 403092 2.1167 8.1711 -127.985 -0.093 -1.252 5.724 341.029 +16 Jun 2020 16:00 UT 19.92 24.931 1778.4 403017 2.1476 8.3634 -128.495 -0.092 -1.301 5.691 341.145 +16 Jun 2020 17:00 UT 19.60 24.973 1778.7 402939 2.1786 8.5552 -129.005 -0.092 -1.351 5.658 341.262 +16 Jun 2020 18:00 UT 19.28 25.015 1779.1 402861 2.2097 8.7465 -129.515 -0.091 -1.400 5.624 341.381 +16 Jun 2020 19:00 UT 18.96 25.056 1779.4 402780 2.2407 8.9373 -130.025 -0.090 -1.450 5.589 341.501 +16 Jun 2020 20:00 UT 18.65 25.098 1779.8 402698 2.2719 9.1277 -130.535 -0.089 -1.499 5.555 341.623 +16 Jun 2020 21:00 UT 18.34 25.140 1780.2 402614 2.3030 9.3175 -131.046 -0.088 -1.548 5.519 341.746 +16 Jun 2020 22:00 UT 18.03 25.181 1780.6 402528 2.3343 9.5069 -131.556 -0.088 -1.596 5.484 341.870 +16 Jun 2020 23:00 UT 17.72 25.223 1780.9 402441 2.3655 9.6957 -132.066 -0.087 -1.645 5.448 341.995 +17 Jun 2020 00:00 UT 17.41 25.265 1781.3 402352 2.3969 9.8839 -132.576 -0.086 -1.693 5.411 342.122 +17 Jun 2020 01:00 UT 17.11 25.306 1781.7 402262 2.4282 10.0716 -133.086 -0.085 -1.741 5.374 342.251 +17 Jun 2020 02:00 UT 16.81 25.348 1782.1 402170 2.4597 10.2588 -133.596 -0.085 -1.789 5.337 342.380 +17 Jun 2020 03:00 UT 16.51 25.390 1782.6 402076 2.4912 10.4454 -134.106 -0.084 -1.837 5.299 342.512 +17 Jun 2020 04:00 UT 16.21 25.431 1783.0 401981 2.5227 10.6313 -134.616 -0.083 -1.884 5.261 342.644 +17 Jun 2020 05:00 UT 15.91 25.473 1783.4 401885 2.5543 10.8167 -135.126 -0.082 -1.931 5.222 342.778 +17 Jun 2020 06:00 UT 15.62 25.515 1783.8 401787 2.5860 11.0015 -135.636 -0.081 -1.978 5.183 342.913 +17 Jun 2020 07:00 UT 15.32 25.556 1784.3 401687 2.6177 11.1856 -136.146 -0.081 -2.025 5.144 343.049 +17 Jun 2020 08:00 UT 15.03 25.598 1784.7 401586 2.6494 11.3691 -136.657 -0.080 -2.071 5.104 343.187 +17 Jun 2020 09:00 UT 14.75 25.640 1785.2 401483 2.6813 11.5519 -137.167 -0.079 -2.118 5.064 343.326 +17 Jun 2020 10:00 UT 14.46 25.681 1785.7 401379 2.7132 11.7340 -137.677 -0.078 -2.164 5.023 343.467 +17 Jun 2020 11:00 UT 14.18 25.723 1786.1 401274 2.7451 11.9155 -138.187 -0.077 -2.210 4.982 343.608 +17 Jun 2020 12:00 UT 13.90 25.765 1786.6 401167 2.7771 12.0962 -138.697 -0.077 -2.255 4.940 343.752 +17 Jun 2020 13:00 UT 13.62 25.806 1787.1 401059 2.8092 12.2763 -139.207 -0.076 -2.301 4.898 343.896 +17 Jun 2020 14:00 UT 13.34 25.848 1787.6 400949 2.8414 12.4556 -139.717 -0.075 -2.346 4.856 344.042 +17 Jun 2020 15:00 UT 13.06 25.890 1788.1 400838 2.8736 12.6342 -140.228 -0.074 -2.390 4.813 344.189 +17 Jun 2020 16:00 UT 12.79 25.931 1788.6 400725 2.9058 12.8120 -140.738 -0.073 -2.435 4.770 344.337 +17 Jun 2020 17:00 UT 12.52 25.973 1789.1 400612 2.9382 12.9890 -141.248 -0.073 -2.479 4.727 344.487 +17 Jun 2020 18:00 UT 12.25 26.015 1789.6 400497 2.9706 13.1653 -141.758 -0.072 -2.523 4.683 344.638 +17 Jun 2020 19:00 UT 11.99 26.056 1790.1 400380 3.0031 13.3408 -142.268 -0.071 -2.567 4.639 344.791 +17 Jun 2020 20:00 UT 11.72 26.098 1790.6 400263 3.0356 13.5154 -142.779 -0.070 -2.610 4.594 344.945 +17 Jun 2020 21:00 UT 11.46 26.140 1791.2 400144 3.0682 13.6892 -143.289 -0.069 -2.654 4.549 345.100 +17 Jun 2020 22:00 UT 11.20 26.181 1791.7 400024 3.1009 13.8622 -143.799 -0.069 -2.697 4.503 345.256 +17 Jun 2020 23:00 UT 10.95 26.223 1792.2 399903 3.1337 14.0343 -144.309 -0.068 -2.739 4.458 345.414 +18 Jun 2020 00:00 UT 10.69 26.265 1792.8 399780 3.1665 14.2055 -144.820 -0.067 -2.781 4.411 345.573 +18 Jun 2020 01:00 UT 10.44 26.306 1793.4 399657 3.1994 14.3759 -145.330 -0.066 -2.824 4.365 345.733 +18 Jun 2020 02:00 UT 10.19 26.348 1793.9 399532 3.2324 14.5453 -145.840 -0.065 -2.865 4.318 345.895 +18 Jun 2020 03:00 UT 9.94 26.390 1794.5 399406 3.2654 14.7139 -146.350 -0.064 -2.907 4.270 346.057 +18 Jun 2020 04:00 UT 9.70 26.431 1795.0 399279 3.2985 14.8814 -146.861 -0.064 -2.948 4.223 346.222 +18 Jun 2020 05:00 UT 9.46 26.473 1795.6 399150 3.3317 15.0481 -147.371 -0.063 -2.989 4.175 346.387 +18 Jun 2020 06:00 UT 9.22 26.515 1796.2 399021 3.3650 15.2137 -147.881 -0.062 -3.029 4.126 346.554 +18 Jun 2020 07:00 UT 8.98 26.556 1796.8 398891 3.3983 15.3784 -148.391 -0.061 -3.069 4.078 346.722 +18 Jun 2020 08:00 UT 8.75 26.598 1797.4 398759 3.4318 15.5421 -148.902 -0.060 -3.109 4.028 346.891 +18 Jun 2020 09:00 UT 8.52 26.640 1798.0 398627 3.4653 15.7048 -149.412 -0.059 -3.149 3.979 347.062 +18 Jun 2020 10:00 UT 8.29 26.681 1798.6 398493 3.4989 15.8664 -149.922 -0.059 -3.188 3.929 347.234 +18 Jun 2020 11:00 UT 8.06 26.723 1799.2 398359 3.5325 16.0270 -150.433 -0.058 -3.227 3.879 347.407 +18 Jun 2020 12:00 UT 7.84 26.765 1799.8 398224 3.5663 16.1866 -150.943 -0.057 -3.266 3.828 347.581 +18 Jun 2020 13:00 UT 7.62 26.806 1800.4 398087 3.6001 16.3450 -151.453 -0.056 -3.304 3.778 347.757 +18 Jun 2020 14:00 UT 7.40 26.848 1801.0 397950 3.6340 16.5024 -151.964 -0.055 -3.342 3.726 347.934 +18 Jun 2020 15:00 UT 7.18 26.890 1801.7 397812 3.6680 16.6586 -152.474 -0.054 -3.380 3.675 348.112 +18 Jun 2020 16:00 UT 6.97 26.931 1802.3 397673 3.7020 16.8138 -152.984 -0.054 -3.417 3.623 348.292 +18 Jun 2020 17:00 UT 6.76 26.973 1802.9 397533 3.7362 16.9677 -153.495 -0.053 -3.454 3.571 348.472 +18 Jun 2020 18:00 UT 6.56 27.015 1803.6 397392 3.7704 17.1205 -154.005 -0.052 -3.491 3.518 348.654 +18 Jun 2020 19:00 UT 6.35 27.056 1804.2 397250 3.8047 17.2722 -154.515 -0.051 -3.527 3.465 348.837 +18 Jun 2020 20:00 UT 6.15 27.098 1804.9 397107 3.8391 17.4226 -155.026 -0.050 -3.563 3.412 349.022 +18 Jun 2020 21:00 UT 5.95 27.140 1805.5 396964 3.8736 17.5718 -155.536 -0.049 -3.599 3.359 349.207 +18 Jun 2020 22:00 UT 5.76 27.181 1806.2 396820 3.9082 17.7198 -156.046 -0.048 -3.634 3.305 349.394 +18 Jun 2020 23:00 UT 5.56 27.223 1806.8 396675 3.9428 17.8666 -156.557 -0.048 -3.669 3.251 349.582 +19 Jun 2020 00:00 UT 5.37 27.265 1807.5 396530 3.9775 18.0121 -157.067 -0.047 -3.703 3.197 349.771 +19 Jun 2020 01:00 UT 5.19 27.306 1808.2 396383 4.0124 18.1563 -157.578 -0.046 -3.737 3.142 349.961 +19 Jun 2020 02:00 UT 5.00 27.348 1808.8 396236 4.0473 18.2992 -158.088 -0.045 -3.771 3.087 350.153 +19 Jun 2020 03:00 UT 4.82 27.390 1809.5 396088 4.0822 18.4408 -158.598 -0.044 -3.805 3.032 350.345 +19 Jun 2020 04:00 UT 4.64 27.431 1810.2 395940 4.1173 18.5811 -159.109 -0.043 -3.838 2.976 350.539 +19 Jun 2020 05:00 UT 4.47 27.473 1810.9 395791 4.1525 18.7200 -159.619 -0.042 -3.870 2.920 350.734 +19 Jun 2020 06:00 UT 4.30 27.515 1811.6 395641 4.1877 18.8576 -160.130 -0.041 -3.903 2.864 350.930 +19 Jun 2020 07:00 UT 4.13 27.556 1812.2 395491 4.2231 18.9937 -160.640 -0.041 -3.935 2.808 351.127 +19 Jun 2020 08:00 UT 3.96 27.598 1812.9 395340 4.2585 19.1285 -161.150 -0.040 -3.966 2.751 351.325 +19 Jun 2020 09:00 UT 3.80 27.640 1813.6 395189 4.2940 19.2618 -161.661 -0.039 -3.997 2.694 351.525 +19 Jun 2020 10:00 UT 3.64 27.681 1814.3 395037 4.3296 19.3938 -162.171 -0.038 -4.028 2.637 351.725 +19 Jun 2020 11:00 UT 3.49 27.723 1815.0 394884 4.3653 19.5242 -162.682 -0.037 -4.059 2.580 351.927 +19 Jun 2020 12:00 UT 3.33 27.765 1815.7 394731 4.4010 19.6532 -163.192 -0.036 -4.089 2.522 352.130 +19 Jun 2020 13:00 UT 3.18 27.806 1816.4 394578 4.4369 19.7807 -163.703 -0.035 -4.118 2.464 352.333 +19 Jun 2020 14:00 UT 3.04 27.848 1817.1 394424 4.4728 19.9067 -164.213 -0.034 -4.148 2.406 352.538 +19 Jun 2020 15:00 UT 2.89 27.890 1817.9 394269 4.5089 20.0312 -164.724 -0.033 -4.177 2.347 352.744 +19 Jun 2020 16:00 UT 2.75 27.931 1818.6 394114 4.5450 20.1541 -165.234 -0.032 -4.205 2.288 352.951 +19 Jun 2020 17:00 UT 2.62 27.973 1819.3 393959 4.5812 20.2755 -165.744 -0.032 -4.233 2.229 353.159 +19 Jun 2020 18:00 UT 2.48 28.015 1820.0 393803 4.6175 20.3953 -166.255 -0.031 -4.261 2.170 353.368 +19 Jun 2020 19:00 UT 2.35 28.056 1820.7 393647 4.6538 20.5135 -166.765 -0.030 -4.288 2.111 353.578 +19 Jun 2020 20:00 UT 2.22 28.098 1821.5 393491 4.6903 20.6301 -167.276 -0.029 -4.315 2.051 353.788 +19 Jun 2020 21:00 UT 2.10 28.140 1822.2 393334 4.7268 20.7451 -167.786 -0.028 -4.342 1.991 354.000 +19 Jun 2020 22:00 UT 1.98 28.181 1822.9 393176 4.7635 20.8584 -168.297 -0.027 -4.368 1.931 354.213 +19 Jun 2020 23:00 UT 1.86 28.223 1823.6 393019 4.8002 20.9700 -168.807 -0.026 -4.393 1.871 354.427 +20 Jun 2020 00:00 UT 1.75 28.265 1824.4 392861 4.8370 21.0800 -169.318 -0.025 -4.419 1.811 354.641 +20 Jun 2020 01:00 UT 1.64 28.306 1825.1 392703 4.8739 21.1883 -169.828 -0.024 -4.444 1.750 354.857 +20 Jun 2020 02:00 UT 1.53 28.348 1825.8 392545 4.9109 21.2949 -170.339 -0.023 -4.468 1.689 355.073 +20 Jun 2020 03:00 UT 1.43 28.390 1826.6 392386 4.9479 21.3997 -170.849 -0.022 -4.492 1.628 355.290 +20 Jun 2020 04:00 UT 1.33 28.431 1827.3 392228 4.9851 21.5028 -171.360 -0.021 -4.516 1.567 355.509 +20 Jun 2020 05:00 UT 1.23 28.473 1828.1 392069 5.0223 21.6041 -171.870 -0.020 -4.539 1.505 355.728 +20 Jun 2020 06:00 UT 1.14 28.515 1828.8 391909 5.0596 21.7036 -172.381 -0.020 -4.562 1.444 355.947 +20 Jun 2020 07:00 UT 1.05 28.556 1829.5 391750 5.0970 21.8014 -172.891 -0.019 -4.584 1.382 356.168 +20 Jun 2020 08:00 UT 0.97 28.598 1830.3 391591 5.1345 21.8973 -173.402 -0.018 -4.606 1.320 356.389 +20 Jun 2020 09:00 UT 0.88 28.640 1831.0 391431 5.1721 21.9914 -173.912 -0.017 -4.628 1.258 356.611 +20 Jun 2020 10:00 UT 0.80 28.681 1831.8 391271 5.2097 22.0836 -174.423 -0.016 -4.649 1.196 356.834 +20 Jun 2020 11:00 UT 0.73 28.723 1832.5 391111 5.2474 22.1740 -174.933 -0.015 -4.669 1.133 357.058 +20 Jun 2020 12:00 UT 0.66 28.765 1833.3 390952 5.2852 22.2625 -175.444 -0.014 -4.690 1.071 357.282 +20 Jun 2020 13:00 UT 0.59 28.806 1834.0 390792 5.3231 22.3491 -175.954 -0.013 -4.710 1.008 357.507 +20 Jun 2020 14:00 UT 0.53 28.848 1834.8 390632 5.3611 22.4338 -176.465 -0.012 -4.729 0.945 357.733 +20 Jun 2020 15:00 UT 0.47 28.890 1835.5 390471 5.3991 22.5166 -176.975 -0.011 -4.748 0.882 357.959 +20 Jun 2020 16:00 UT 0.41 28.931 1836.3 390311 5.4372 22.5974 -177.486 -0.010 -4.767 0.819 358.186 +20 Jun 2020 17:00 UT 0.35 28.973 1837.0 390151 5.4754 22.6762 -177.996 -0.009 -4.785 0.756 358.413 +20 Jun 2020 18:00 UT 0.31 29.015 1837.8 389991 5.5137 22.7531 -178.507 -0.008 -4.802 0.693 358.641 +20 Jun 2020 19:00 UT 0.26 29.056 1838.6 389831 5.5520 22.8280 -179.017 -0.007 -4.820 0.629 358.870 +20 Jun 2020 20:00 UT 0.22 29.098 1839.3 389671 5.5904 22.9008 -179.528 -0.006 -4.836 0.566 359.099 +20 Jun 2020 21:00 UT 0.18 29.140 1840.1 389511 5.6289 22.9717 179.962 -0.005 -4.853 0.502 359.329 +20 Jun 2020 22:00 UT 0.14 29.181 1840.8 389351 5.6675 23.0405 179.451 -0.004 -4.869 0.438 359.559 +20 Jun 2020 23:00 UT 0.11 29.223 1841.6 389192 5.7061 23.1073 178.941 -0.003 -4.884 0.374 359.790 +21 Jun 2020 00:00 UT 0.09 29.265 1842.3 389032 5.7448 23.1720 178.430 -0.002 -4.899 0.311 0.021 +21 Jun 2020 01:00 UT 0.06 29.306 1843.1 388872 5.7836 23.2346 177.920 -0.001 -4.914 0.247 0.252 +21 Jun 2020 02:00 UT 0.04 29.348 1843.8 388713 5.8224 23.2951 177.409 -0.000 -4.928 0.182 0.484 +21 Jun 2020 03:00 UT 0.03 29.390 1844.6 388554 5.8613 23.3536 176.899 0.001 -4.942 0.118 0.716 +21 Jun 2020 04:00 UT 0.01 29.431 1845.4 388395 5.9003 23.4099 176.388 0.002 -4.955 0.054 0.949 +21 Jun 2020 05:00 UT 0.01 29.473 1846.1 388236 5.9393 23.4640 175.878 0.003 -4.968 -0.010 1.181 +21 Jun 2020 06:00 UT 0.00 29.515 1846.9 388077 5.9784 23.5161 175.367 0.004 -4.981 -0.074 1.414 +21 Jun 2020 07:00 UT 0.00 0.013 1847.6 387918 6.0176 23.5659 174.856 0.005 -4.993 -0.139 1.648 +21 Jun 2020 08:00 UT 0.00 0.055 1848.4 387760 6.0568 23.6136 174.346 0.006 -5.004 -0.203 1.881 +21 Jun 2020 09:00 UT 0.01 0.096 1849.1 387602 6.0961 23.6592 173.835 0.007 -5.015 -0.267 2.115 +21 Jun 2020 10:00 UT 0.02 0.138 1849.9 387444 6.1354 23.7025 173.325 0.008 -5.026 -0.332 2.349 +21 Jun 2020 11:00 UT 0.04 0.180 1850.6 387287 6.1748 23.7436 172.814 0.009 -5.036 -0.396 2.583 +21 Jun 2020 12:00 UT 0.06 0.221 1851.4 387130 6.2143 23.7825 172.304 0.010 -5.046 -0.461 2.817 +21 Jun 2020 13:00 UT 0.08 0.263 1852.1 386973 6.2538 23.8192 171.793 0.011 -5.055 -0.525 3.051 +21 Jun 2020 14:00 UT 0.10 0.305 1852.9 386816 6.2934 23.8536 171.283 0.012 -5.064 -0.590 3.286 +21 Jun 2020 15:00 UT 0.13 0.346 1853.6 386660 6.3330 23.8858 170.772 0.013 -5.073 -0.654 3.520 +21 Jun 2020 16:00 UT 0.17 0.388 1854.4 386504 6.3726 23.9157 170.262 0.014 -5.081 -0.719 3.754 +21 Jun 2020 17:00 UT 0.21 0.430 1855.1 386348 6.4124 23.9433 169.751 0.015 -5.088 -0.783 3.988 +21 Jun 2020 18:00 UT 0.25 0.471 1855.9 386193 6.4521 23.9687 169.241 0.016 -5.095 -0.848 4.223 +21 Jun 2020 19:00 UT 0.30 0.513 1856.6 386038 6.4919 23.9918 168.730 0.017 -5.102 -0.912 4.457 +21 Jun 2020 20:00 UT 0.35 0.555 1857.4 385883 6.5318 24.0126 168.220 0.018 -5.108 -0.976 4.691 +21 Jun 2020 21:00 UT 0.40 0.596 1858.1 385729 6.5717 24.0311 167.709 0.019 -5.114 -1.041 4.924 +21 Jun 2020 22:00 UT 0.46 0.638 1858.8 385575 6.6116 24.0472 167.199 0.020 -5.119 -1.105 5.158 +21 Jun 2020 23:00 UT 0.52 0.680 1859.6 385422 6.6516 24.0611 166.688 0.021 -5.124 -1.169 5.391 +22 Jun 2020 00:00 UT 0.59 0.721 1860.3 385269 6.6916 24.0726 166.178 0.022 -5.129 -1.233 5.624 +22 Jun 2020 01:00 UT 0.66 0.763 1861.1 385116 6.7317 24.0817 165.667 0.023 -5.133 -1.297 5.857 +22 Jun 2020 02:00 UT 0.73 0.805 1861.8 384964 6.7718 24.0886 165.157 0.024 -5.136 -1.361 6.090 +22 Jun 2020 03:00 UT 0.81 0.846 1862.5 384812 6.8119 24.0931 164.646 0.025 -5.139 -1.425 6.322 +22 Jun 2020 04:00 UT 0.89 0.888 1863.3 384661 6.8520 24.0952 164.136 0.026 -5.142 -1.489 6.554 +22 Jun 2020 05:00 UT 0.97 0.930 1864.0 384510 6.8922 24.0950 163.625 0.027 -5.144 -1.553 6.785 +22 Jun 2020 06:00 UT 1.06 0.971 1864.7 384360 6.9325 24.0924 163.115 0.028 -5.146 -1.617 7.016 +22 Jun 2020 07:00 UT 1.16 1.013 1865.4 384210 6.9727 24.0874 162.604 0.029 -5.147 -1.680 7.246 +22 Jun 2020 08:00 UT 1.26 1.055 1866.2 384061 7.0130 24.0800 162.094 0.031 -5.148 -1.744 7.476 +22 Jun 2020 09:00 UT 1.36 1.096 1866.9 383912 7.0533 24.0703 161.583 0.032 -5.148 -1.807 7.705 +22 Jun 2020 10:00 UT 1.46 1.138 1867.6 383764 7.0936 24.0582 161.073 0.033 -5.148 -1.870 7.934 +22 Jun 2020 11:00 UT 1.57 1.180 1868.3 383616 7.1339 24.0437 160.562 0.034 -5.148 -1.933 8.162 +22 Jun 2020 12:00 UT 1.69 1.221 1869.1 383469 7.1743 24.0268 160.052 0.035 -5.147 -1.996 8.389 +22 Jun 2020 13:00 UT 1.81 1.263 1869.8 383323 7.2147 24.0075 159.541 0.036 -5.145 -2.059 8.616 +22 Jun 2020 14:00 UT 1.93 1.305 1870.5 383177 7.2551 23.9858 159.031 0.037 -5.143 -2.122 8.842 +22 Jun 2020 15:00 UT 2.05 1.346 1871.2 383031 7.2955 23.9617 158.520 0.038 -5.141 -2.184 9.068 +22 Jun 2020 16:00 UT 2.18 1.388 1871.9 382886 7.3359 23.9352 158.010 0.039 -5.138 -2.247 9.292 +22 Jun 2020 17:00 UT 2.32 1.430 1872.6 382742 7.3763 23.9064 157.499 0.040 -5.135 -2.309 9.516 +22 Jun 2020 18:00 UT 2.45 1.471 1873.3 382598 7.4168 23.8751 156.989 0.041 -5.132 -2.371 9.739 +22 Jun 2020 19:00 UT 2.60 1.513 1874.0 382455 7.4573 23.8414 156.478 0.042 -5.128 -2.433 9.961 +22 Jun 2020 20:00 UT 2.74 1.555 1874.7 382312 7.4977 23.8053 155.968 0.043 -5.123 -2.494 10.182 +22 Jun 2020 21:00 UT 2.89 1.596 1875.4 382171 7.5382 23.7668 155.457 0.044 -5.118 -2.556 10.402 +22 Jun 2020 22:00 UT 3.04 1.638 1876.1 382029 7.5786 23.7259 154.947 0.046 -5.113 -2.617 10.621 +22 Jun 2020 23:00 UT 3.20 1.680 1876.8 381888 7.6191 23.6827 154.437 0.047 -5.107 -2.678 10.839 +23 Jun 2020 00:00 UT 3.36 1.721 1877.5 381748 7.6596 23.6370 153.926 0.048 -5.101 -2.739 11.056 +23 Jun 2020 01:00 UT 3.53 1.763 1878.2 381609 7.7001 23.5889 153.416 0.049 -5.094 -2.799 11.272 +23 Jun 2020 02:00 UT 3.70 1.805 1878.8 381470 7.7405 23.5384 152.905 0.050 -5.087 -2.860 11.487 +23 Jun 2020 03:00 UT 3.87 1.846 1879.5 381332 7.7810 23.4856 152.395 0.051 -5.079 -2.920 11.701 +23 Jun 2020 04:00 UT 4.05 1.888 1880.2 381195 7.8214 23.4303 151.884 0.052 -5.072 -2.980 11.913 +23 Jun 2020 05:00 UT 4.23 1.930 1880.9 381058 7.8619 23.3727 151.374 0.053 -5.063 -3.039 12.125 +23 Jun 2020 06:00 UT 4.42 1.971 1881.6 380922 7.9023 23.3127 150.864 0.054 -5.054 -3.099 12.335 +23 Jun 2020 07:00 UT 4.61 2.013 1882.2 380786 7.9428 23.2503 150.353 0.055 -5.045 -3.158 12.544 +23 Jun 2020 08:00 UT 4.80 2.055 1882.9 380651 7.9832 23.1856 149.843 0.057 -5.035 -3.217 12.752 +23 Jun 2020 09:00 UT 5.00 2.096 1883.6 380517 8.0236 23.1184 149.332 0.058 -5.025 -3.276 12.958 +23 Jun 2020 10:00 UT 5.20 2.138 1884.2 380384 8.0640 23.0490 148.822 0.059 -5.015 -3.334 13.163 +23 Jun 2020 11:00 UT 5.40 2.180 1884.9 380251 8.1043 22.9771 148.312 0.060 -5.004 -3.392 13.367 +23 Jun 2020 12:00 UT 5.61 2.221 1885.5 380119 8.1447 22.9030 147.801 0.061 -4.992 -3.450 13.569 +23 Jun 2020 13:00 UT 5.82 2.263 1886.2 379987 8.1850 22.8265 147.291 0.062 -4.980 -3.507 13.770 +23 Jun 2020 14:00 UT 6.04 2.305 1886.8 379857 8.2254 22.7476 146.781 0.063 -4.968 -3.564 13.969 +23 Jun 2020 15:00 UT 6.26 2.346 1887.5 379727 8.2656 22.6664 146.270 0.064 -4.955 -3.621 14.167 +23 Jun 2020 16:00 UT 6.48 2.388 1888.1 379597 8.3059 22.5830 145.760 0.066 -4.942 -3.678 14.363 +23 Jun 2020 17:00 UT 6.71 2.430 1888.8 379469 8.3462 22.4972 145.249 0.067 -4.929 -3.734 14.558 +23 Jun 2020 18:00 UT 6.94 2.471 1889.4 379341 8.3864 22.4091 144.739 0.068 -4.915 -3.790 14.751 +23 Jun 2020 19:00 UT 7.18 2.513 1890.0 379214 8.4266 22.3187 144.229 0.069 -4.900 -3.845 14.943 +23 Jun 2020 20:00 UT 7.42 2.555 1890.7 379088 8.4667 22.2260 143.718 0.070 -4.886 -3.901 15.132 +23 Jun 2020 21:00 UT 7.66 2.596 1891.3 378962 8.5069 22.1311 143.208 0.071 -4.871 -3.956 15.321 +23 Jun 2020 22:00 UT 7.90 2.638 1891.9 378837 8.5470 22.0339 142.698 0.072 -4.855 -4.010 15.507 +23 Jun 2020 23:00 UT 8.15 2.680 1892.5 378713 8.5870 21.9344 142.187 0.074 -4.839 -4.064 15.692 +24 Jun 2020 00:00 UT 8.41 2.721 1893.1 378589 8.6271 21.8327 141.677 0.075 -4.822 -4.118 15.876 +24 Jun 2020 01:00 UT 8.67 2.763 1893.8 378467 8.6671 21.7288 141.167 0.076 -4.806 -4.171 16.057 +24 Jun 2020 02:00 UT 8.93 2.805 1894.4 378345 8.7071 21.6226 140.657 0.077 -4.788 -4.224 16.237 +24 Jun 2020 03:00 UT 9.19 2.846 1895.0 378223 8.7470 21.5142 140.146 0.078 -4.771 -4.277 16.415 +24 Jun 2020 04:00 UT 9.46 2.888 1895.6 378103 8.7869 21.4037 139.636 0.079 -4.753 -4.329 16.591 +24 Jun 2020 05:00 UT 9.73 2.930 1896.2 377983 8.8267 21.2909 139.126 0.080 -4.734 -4.381 16.765 +24 Jun 2020 06:00 UT 10.01 2.971 1896.8 377864 8.8665 21.1760 138.615 0.082 -4.716 -4.433 16.937 +24 Jun 2020 07:00 UT 10.29 3.013 1897.4 377746 8.9063 21.0589 138.105 0.083 -4.696 -4.484 17.108 +24 Jun 2020 08:00 UT 10.57 3.055 1898.0 377628 8.9461 20.9397 137.595 0.084 -4.677 -4.534 17.276 +24 Jun 2020 09:00 UT 10.86 3.096 1898.5 377512 8.9858 20.8183 137.085 0.085 -4.657 -4.585 17.443 +24 Jun 2020 10:00 UT 11.15 3.138 1899.1 377396 9.0254 20.6949 136.574 0.086 -4.636 -4.634 17.608 +24 Jun 2020 11:00 UT 11.44 3.180 1899.7 377280 9.0650 20.5693 136.064 0.087 -4.615 -4.684 17.771 +24 Jun 2020 12:00 UT 11.74 3.221 1900.3 377166 9.1046 20.4416 135.554 0.089 -4.594 -4.733 17.931 +24 Jun 2020 13:00 UT 12.04 3.263 1900.9 377052 9.1441 20.3118 135.044 0.090 -4.573 -4.781 18.090 +24 Jun 2020 14:00 UT 12.34 3.305 1901.4 376939 9.1836 20.1800 134.534 0.091 -4.551 -4.829 18.247 +24 Jun 2020 15:00 UT 12.65 3.346 1902.0 376827 9.2230 20.0461 134.023 0.092 -4.528 -4.877 18.402 +24 Jun 2020 16:00 UT 12.96 3.388 1902.6 376716 9.2624 19.9102 133.513 0.093 -4.506 -4.924 18.554 +24 Jun 2020 17:00 UT 13.28 3.430 1903.1 376605 9.3017 19.7723 133.003 0.094 -4.483 -4.970 18.705 +24 Jun 2020 18:00 UT 13.59 3.471 1903.7 376495 9.3410 19.6324 132.493 0.096 -4.459 -5.017 18.854 +24 Jun 2020 19:00 UT 13.91 3.513 1904.2 376386 9.3802 19.4905 131.983 0.097 -4.435 -5.062 19.000 +24 Jun 2020 20:00 UT 14.24 3.555 1904.8 376278 9.4194 19.3466 131.472 0.098 -4.411 -5.107 19.144 +24 Jun 2020 21:00 UT 14.57 3.596 1905.3 376170 9.4585 19.2007 130.962 0.099 -4.387 -5.152 19.286 +24 Jun 2020 22:00 UT 14.90 3.638 1905.9 376063 9.4976 19.0530 130.452 0.100 -4.362 -5.196 19.426 +24 Jun 2020 23:00 UT 15.23 3.680 1906.4 375957 9.5366 18.9033 129.942 0.102 -4.336 -5.240 19.564 +25 Jun 2020 00:00 UT 15.57 3.721 1906.9 375852 9.5756 18.7517 129.432 0.103 -4.311 -5.283 19.700 +25 Jun 2020 01:00 UT 15.91 3.763 1907.5 375747 9.6146 18.5982 128.922 0.104 -4.285 -5.326 19.834 +25 Jun 2020 02:00 UT 16.25 3.805 1908.0 375644 9.6534 18.4428 128.412 0.105 -4.258 -5.368 19.965 +25 Jun 2020 03:00 UT 16.60 3.846 1908.5 375541 9.6923 18.2856 127.902 0.106 -4.231 -5.410 20.094 +25 Jun 2020 04:00 UT 16.95 3.888 1909.0 375439 9.7310 18.1265 127.391 0.108 -4.204 -5.451 20.221 +25 Jun 2020 05:00 UT 17.30 3.930 1909.5 375337 9.7698 17.9656 126.881 0.109 -4.177 -5.491 20.346 +25 Jun 2020 06:00 UT 17.66 3.971 1910.1 375236 9.8084 17.8030 126.371 0.110 -4.149 -5.531 20.468 +25 Jun 2020 07:00 UT 18.01 4.013 1910.6 375136 9.8470 17.6385 125.861 0.111 -4.121 -5.571 20.588 +25 Jun 2020 08:00 UT 18.38 4.055 1911.1 375037 9.8856 17.4723 125.351 0.112 -4.093 -5.610 20.706 +25 Jun 2020 09:00 UT 18.74 4.096 1911.6 374939 9.9241 17.3043 124.841 0.114 -4.064 -5.648 20.822 +25 Jun 2020 10:00 UT 19.11 4.138 1912.1 374841 9.9626 17.1346 124.331 0.115 -4.035 -5.686 20.935 +25 Jun 2020 11:00 UT 19.48 4.180 1912.6 374744 10.0010 16.9632 123.821 0.116 -4.005 -5.723 21.046 +25 Jun 2020 12:00 UT 19.85 4.221 1913.1 374648 10.0393 16.7901 123.311 0.117 -3.975 -5.760 21.155 +25 Jun 2020 13:00 UT 20.23 4.263 1913.5 374553 10.0776 16.6153 122.801 0.118 -3.945 -5.796 21.262 +25 Jun 2020 14:00 UT 20.61 4.305 1914.0 374459 10.1159 16.4389 122.291 0.120 -3.915 -5.832 21.366 +25 Jun 2020 15:00 UT 20.99 4.346 1914.5 374365 10.1540 16.2608 121.781 0.121 -3.884 -5.867 21.468 +25 Jun 2020 16:00 UT 21.37 4.388 1915.0 374272 10.1922 16.0811 121.271 0.122 -3.853 -5.901 21.567 +25 Jun 2020 17:00 UT 21.76 4.430 1915.5 374179 10.2303 15.8999 120.761 0.123 -3.821 -5.935 21.664 +25 Jun 2020 18:00 UT 22.15 4.471 1915.9 374088 10.2683 15.7170 120.251 0.125 -3.789 -5.968 21.759 +25 Jun 2020 19:00 UT 22.54 4.513 1916.4 373997 10.3063 15.5326 119.741 0.126 -3.757 -6.001 21.852 +25 Jun 2020 20:00 UT 22.94 4.555 1916.8 373907 10.3442 15.3467 119.231 0.127 -3.725 -6.033 21.942 +25 Jun 2020 21:00 UT 23.34 4.596 1917.3 373818 10.3821 15.1592 118.721 0.128 -3.692 -6.064 22.030 +25 Jun 2020 22:00 UT 23.74 4.638 1917.8 373730 10.4199 14.9702 118.211 0.130 -3.659 -6.095 22.116 +25 Jun 2020 23:00 UT 24.14 4.680 1918.2 373642 10.4577 14.7798 117.702 0.131 -3.626 -6.125 22.199 +26 Jun 2020 00:00 UT 24.55 4.721 1918.7 373555 10.4954 14.5879 117.192 0.132 -3.592 -6.155 22.280 +26 Jun 2020 01:00 UT 24.95 4.763 1919.1 373469 10.5331 14.3946 116.682 0.133 -3.558 -6.183 22.358 +26 Jun 2020 02:00 UT 25.36 4.805 1919.5 373384 10.5707 14.1998 116.172 0.134 -3.524 -6.212 22.434 +26 Jun 2020 03:00 UT 25.78 4.846 1920.0 373299 10.6082 14.0037 115.662 0.136 -3.490 -6.239 22.508 +26 Jun 2020 04:00 UT 26.19 4.888 1920.4 373215 10.6458 13.8062 115.152 0.137 -3.455 -6.266 22.579 +26 Jun 2020 05:00 UT 26.61 4.930 1920.8 373132 10.6832 13.6073 114.642 0.138 -3.420 -6.293 22.648 +26 Jun 2020 06:00 UT 27.03 4.971 1921.3 373050 10.7206 13.4071 114.133 0.139 -3.384 -6.318 22.715 +26 Jun 2020 07:00 UT 27.45 5.013 1921.7 372968 10.7580 13.2055 113.623 0.141 -3.349 -6.344 22.779 +26 Jun 2020 08:00 UT 27.87 5.055 1922.1 372887 10.7953 13.0027 113.113 0.142 -3.313 -6.368 22.841 +26 Jun 2020 09:00 UT 28.30 5.096 1922.5 372807 10.8326 12.7986 112.603 0.143 -3.277 -6.392 22.900 +26 Jun 2020 10:00 UT 28.73 5.138 1922.9 372728 10.8698 12.5933 112.093 0.144 -3.240 -6.415 22.958 +26 Jun 2020 11:00 UT 29.16 5.180 1923.3 372650 10.9070 12.3867 111.584 0.146 -3.203 -6.437 23.012 +26 Jun 2020 12:00 UT 29.59 5.221 1923.7 372572 10.9442 12.1789 111.074 0.147 -3.166 -6.459 23.065 +26 Jun 2020 13:00 UT 30.02 5.263 1924.1 372495 10.9813 11.9699 110.564 0.148 -3.129 -6.480 23.115 +26 Jun 2020 14:00 UT 30.46 5.305 1924.5 372419 11.0183 11.7597 110.054 0.150 -3.092 -6.501 23.162 +26 Jun 2020 15:00 UT 30.90 5.346 1924.9 372343 11.0553 11.5484 109.545 0.151 -3.054 -6.521 23.208 +26 Jun 2020 16:00 UT 31.34 5.388 1925.3 372269 11.0923 11.3360 109.035 0.152 -3.016 -6.540 23.251 +26 Jun 2020 17:00 UT 31.78 5.430 1925.7 372195 11.1292 11.1224 108.525 0.153 -2.978 -6.558 23.291 +26 Jun 2020 18:00 UT 32.22 5.471 1926.0 372122 11.1661 10.9078 108.015 0.155 -2.939 -6.576 23.330 +26 Jun 2020 19:00 UT 32.67 5.513 1926.4 372049 11.2029 10.6921 107.506 0.156 -2.900 -6.593 23.365 +26 Jun 2020 20:00 UT 33.11 5.555 1926.8 371978 11.2397 10.4754 106.996 0.157 -2.861 -6.609 23.399 +26 Jun 2020 21:00 UT 33.56 5.596 1927.2 371907 11.2765 10.2576 106.486 0.158 -2.822 -6.625 23.430 +26 Jun 2020 22:00 UT 34.01 5.638 1927.5 371837 11.3132 10.0388 105.977 0.160 -2.782 -6.640 23.459 +26 Jun 2020 23:00 UT 34.46 5.680 1927.9 371767 11.3499 9.8191 105.467 0.161 -2.743 -6.654 23.485 +27 Jun 2020 00:00 UT 34.92 5.721 1928.2 371699 11.3865 9.5984 104.957 0.162 -2.703 -6.668 23.509 +27 Jun 2020 01:00 UT 35.37 5.763 1928.6 371631 11.4231 9.3767 104.448 0.164 -2.663 -6.681 23.531 +27 Jun 2020 02:00 UT 35.83 5.805 1928.9 371564 11.4597 9.1542 103.938 0.165 -2.622 -6.693 23.550 +27 Jun 2020 03:00 UT 36.29 5.846 1929.3 371498 11.4963 8.9307 103.429 0.166 -2.582 -6.704 23.568 +27 Jun 2020 04:00 UT 36.75 5.888 1929.6 371433 11.5328 8.7064 102.919 0.168 -2.541 -6.715 23.582 +27 Jun 2020 05:00 UT 37.21 5.930 1930.0 371368 11.5693 8.4812 102.409 0.169 -2.500 -6.725 23.595 +27 Jun 2020 06:00 UT 37.67 5.971 1930.3 371304 11.6057 8.2552 101.900 0.170 -2.459 -6.735 23.605 +27 Jun 2020 07:00 UT 38.13 6.013 1930.6 371241 11.6421 8.0283 101.390 0.171 -2.417 -6.743 23.613 +27 Jun 2020 08:00 UT 38.60 6.055 1930.9 371179 11.6785 7.8007 100.881 0.173 -2.375 -6.751 23.618 +27 Jun 2020 09:00 UT 39.06 6.096 1931.3 371117 11.7149 7.5723 100.371 0.174 -2.334 -6.759 23.621 +27 Jun 2020 10:00 UT 39.53 6.138 1931.6 371057 11.7512 7.3432 99.862 0.175 -2.292 -6.765 23.622 +27 Jun 2020 11:00 UT 40.00 6.180 1931.9 370997 11.7875 7.1133 99.352 0.177 -2.249 -6.771 23.621 +27 Jun 2020 12:00 UT 40.47 6.221 1932.2 370938 11.8238 6.8828 98.843 0.178 -2.207 -6.776 23.617 +27 Jun 2020 13:00 UT 40.94 6.263 1932.5 370879 11.8600 6.6515 98.333 0.179 -2.164 -6.780 23.611 +27 Jun 2020 14:00 UT 41.41 6.305 1932.8 370822 11.8962 6.4196 97.824 0.181 -2.122 -6.784 23.603 +27 Jun 2020 15:00 UT 41.88 6.346 1933.1 370765 11.9324 6.1871 97.314 0.182 -2.079 -6.787 23.592 +27 Jun 2020 16:00 UT 42.35 6.388 1933.4 370709 11.9686 5.9539 96.805 0.183 -2.036 -6.789 23.579 +27 Jun 2020 17:00 UT 42.82 6.430 1933.7 370654 12.0048 5.7202 96.296 0.185 -1.992 -6.791 23.564 +27 Jun 2020 18:00 UT 43.30 6.471 1934.0 370600 12.0409 5.4859 95.786 0.186 -1.949 -6.792 23.546 +27 Jun 2020 19:00 UT 43.77 6.513 1934.2 370546 12.0771 5.2510 95.277 0.187 -1.905 -6.792 23.527 +27 Jun 2020 20:00 UT 44.25 6.555 1934.5 370493 12.1132 5.0156 94.767 0.189 -1.861 -6.791 23.505 +27 Jun 2020 21:00 UT 44.73 6.596 1934.8 370442 12.1492 4.7796 94.258 0.190 -1.817 -6.790 23.481 +27 Jun 2020 22:00 UT 45.20 6.638 1935.0 370390 12.1853 4.5432 93.749 0.191 -1.773 -6.787 23.454 +27 Jun 2020 23:00 UT 45.68 6.680 1935.3 370340 12.2214 4.3064 93.239 0.193 -1.729 -6.785 23.426 +28 Jun 2020 00:00 UT 46.16 6.721 1935.6 370291 12.2574 4.0691 92.730 0.194 -1.685 -6.781 23.395 +28 Jun 2020 01:00 UT 46.64 6.763 1935.8 370242 12.2935 3.8313 92.221 0.195 -1.640 -6.777 23.362 +28 Jun 2020 02:00 UT 47.12 6.805 1936.1 370195 12.3295 3.5932 91.711 0.197 -1.596 -6.772 23.326 +28 Jun 2020 03:00 UT 47.60 6.846 1936.3 370148 12.3655 3.3547 91.202 0.198 -1.551 -6.766 23.289 +28 Jun 2020 04:00 UT 48.07 6.888 1936.6 370102 12.4015 3.1158 90.693 0.199 -1.506 -6.759 23.249 +28 Jun 2020 05:00 UT 48.55 6.930 1936.8 370057 12.4375 2.8766 90.183 0.201 -1.461 -6.752 23.207 +28 Jun 2020 06:00 UT 49.03 6.971 1937.0 370012 12.4735 2.6371 89.674 0.202 -1.416 -6.744 23.163 +28 Jun 2020 07:00 UT 49.52 7.013 1937.3 369969 12.5095 2.3973 89.165 0.203 -1.370 -6.736 23.117 +28 Jun 2020 08:00 UT 50.00 7.055 1937.5 369926 12.5455 2.1572 88.656 0.205 -1.325 -6.726 23.068 +28 Jun 2020 09:00 UT 50.48 7.096 1937.7 369884 12.5814 1.9169 88.146 0.206 -1.279 -6.716 23.017 +28 Jun 2020 10:00 UT 50.96 7.138 1937.9 369843 12.6174 1.6764 87.637 0.207 -1.234 -6.705 22.964 +28 Jun 2020 11:00 UT 51.44 7.180 1938.1 369803 12.6534 1.4357 87.128 0.209 -1.188 -6.694 22.909 +28 Jun 2020 12:00 UT 51.92 7.221 1938.3 369764 12.6894 1.1947 86.619 0.210 -1.142 -6.681 22.852 +28 Jun 2020 13:00 UT 52.40 7.263 1938.5 369726 12.7253 0.9537 86.110 0.211 -1.096 -6.668 22.793 +28 Jun 2020 14:00 UT 52.88 7.305 1938.7 369689 12.7613 0.7124 85.600 0.213 -1.050 -6.655 22.731 +28 Jun 2020 15:00 UT 53.36 7.346 1938.9 369652 12.7973 0.4711 85.091 0.214 -1.004 -6.640 22.668 +28 Jun 2020 16:00 UT 53.84 7.388 1939.1 369617 12.8333 0.2297 84.582 0.216 -0.958 -6.625 22.602 +28 Jun 2020 17:00 UT 54.32 7.430 1939.3 369582 12.8693 -0.0118 84.073 0.217 -0.912 -6.609 22.534 +28 Jun 2020 18:00 UT 54.80 7.471 1939.5 369548 12.9053 -0.2533 83.564 0.218 -0.865 -6.593 22.464 +28 Jun 2020 19:00 UT 55.28 7.513 1939.6 369516 12.9413 -0.4949 83.055 0.220 -0.819 -6.575 22.392 +28 Jun 2020 20:00 UT 55.76 7.555 1939.8 369484 12.9773 -0.7364 82.546 0.221 -0.772 -6.557 22.318 +28 Jun 2020 21:00 UT 56.24 7.596 1940.0 369453 13.0133 -0.9780 82.037 0.222 -0.726 -6.539 22.242 +28 Jun 2020 22:00 UT 56.71 7.638 1940.1 369423 13.0494 -1.2195 81.528 0.224 -0.679 -6.519 22.163 +28 Jun 2020 23:00 UT 57.19 7.680 1940.3 369394 13.0854 -1.4609 81.018 0.225 -0.633 -6.499 22.083 +29 Jun 2020 00:00 UT 57.67 7.721 1940.4 369366 13.1215 -1.7022 80.509 0.227 -0.586 -6.478 22.000 +29 Jun 2020 01:00 UT 58.14 7.763 1940.6 369339 13.1576 -1.9435 80.000 0.228 -0.539 -6.457 21.916 +29 Jun 2020 02:00 UT 58.62 7.805 1940.7 369312 13.1937 -2.1846 79.491 0.229 -0.492 -6.434 21.829 +29 Jun 2020 03:00 UT 59.09 7.846 1940.8 369287 13.2298 -2.4255 78.982 0.231 -0.445 -6.412 21.740 +29 Jun 2020 04:00 UT 59.57 7.888 1941.0 369263 13.2659 -2.6663 78.473 0.232 -0.398 -6.388 21.649 +29 Jun 2020 05:00 UT 60.04 7.930 1941.1 369240 13.3021 -2.9068 77.964 0.234 -0.351 -6.364 21.557 +29 Jun 2020 06:00 UT 60.51 7.971 1941.2 369217 13.3383 -3.1472 77.455 0.235 -0.304 -6.339 21.462 +29 Jun 2020 07:00 UT 60.98 8.013 1941.3 369196 13.3745 -3.3873 76.946 0.236 -0.257 -6.313 21.365 +29 Jun 2020 08:00 UT 61.45 8.055 1941.4 369176 13.4107 -3.6271 76.437 0.238 -0.210 -6.286 21.266 +29 Jun 2020 09:00 UT 61.92 8.096 1941.5 369157 13.4469 -3.8666 75.929 0.239 -0.163 -6.259 21.165 +29 Jun 2020 10:00 UT 62.39 8.138 1941.6 369138 13.4832 -4.1058 75.420 0.241 -0.116 -6.232 21.062 +29 Jun 2020 11:00 UT 62.86 8.180 1941.7 369121 13.5195 -4.3447 74.911 0.242 -0.069 -6.203 20.957 +29 Jun 2020 12:00 UT 63.33 8.221 1941.8 369105 13.5558 -4.5832 74.402 0.243 -0.022 -6.174 20.850 +29 Jun 2020 13:00 UT 63.79 8.263 1941.9 369090 13.5922 -4.8213 73.893 0.245 0.025 -6.144 20.741 +29 Jun 2020 14:00 UT 64.25 8.305 1941.9 369076 13.6286 -5.0590 73.384 0.246 0.072 -6.114 20.630 +29 Jun 2020 15:00 UT 64.72 8.346 1942.0 369063 13.6650 -5.2963 72.875 0.248 0.119 -6.083 20.517 +29 Jun 2020 16:00 UT 65.18 8.388 1942.1 369051 13.7014 -5.5332 72.366 0.249 0.166 -6.051 20.402 +29 Jun 2020 17:00 UT 65.64 8.430 1942.1 369040 13.7379 -5.7695 71.857 0.251 0.214 -6.019 20.286 +29 Jun 2020 18:00 UT 66.09 8.471 1942.2 369030 13.7744 -6.0054 71.349 0.252 0.261 -5.986 20.167 +29 Jun 2020 19:00 UT 66.55 8.513 1942.2 369021 13.8110 -6.2407 70.840 0.253 0.308 -5.952 20.046 +29 Jun 2020 20:00 UT 67.01 8.555 1942.3 369014 13.8475 -6.4755 70.331 0.255 0.355 -5.917 19.923 +29 Jun 2020 21:00 UT 67.46 8.596 1942.3 369007 13.8842 -6.7097 69.822 0.256 0.402 -5.882 19.799 +29 Jun 2020 22:00 UT 67.91 8.638 1942.3 369001 13.9208 -6.9433 69.313 0.258 0.449 -5.847 19.672 +29 Jun 2020 23:00 UT 68.36 8.680 1942.4 368997 13.9575 -7.1763 68.805 0.259 0.496 -5.810 19.544 +30 Jun 2020 00:00 UT 68.81 8.721 1942.4 368994 13.9943 -7.4087 68.296 0.261 0.543 -5.774 19.413 +30 Jun 2020 01:00 UT 69.26 8.763 1942.4 368992 14.0310 -7.6404 67.787 0.262 0.589 -5.736 19.281 +30 Jun 2020 02:00 UT 69.70 8.805 1942.4 368991 14.0679 -7.8714 67.278 0.263 0.636 -5.698 19.147 +30 Jun 2020 03:00 UT 70.15 8.846 1942.4 368991 14.1047 -8.1017 66.770 0.265 0.683 -5.659 19.011 +30 Jun 2020 04:00 UT 70.59 8.888 1942.4 368992 14.1416 -8.3313 66.261 0.266 0.730 -5.620 18.873 +30 Jun 2020 05:00 UT 71.03 8.930 1942.4 368995 14.1786 -8.5601 65.752 0.268 0.777 -5.580 18.733 +30 Jun 2020 06:00 UT 71.46 8.971 1942.3 368999 14.2156 -8.7881 65.244 0.269 0.823 -5.539 18.591 +30 Jun 2020 07:00 UT 71.90 9.013 1942.3 369003 14.2526 -9.0153 64.735 0.271 0.870 -5.498 18.448 +30 Jun 2020 08:00 UT 72.33 9.055 1942.3 369010 14.2897 -9.2417 64.226 0.272 0.916 -5.456 18.302 +30 Jun 2020 09:00 UT 72.76 9.096 1942.3 369017 14.3269 -9.4672 63.718 0.274 0.963 -5.414 18.155 +30 Jun 2020 10:00 UT 73.19 9.138 1942.2 369025 14.3641 -9.6919 63.209 0.275 1.009 -5.371 18.006 +30 Jun 2020 11:00 UT 73.62 9.180 1942.2 369035 14.4013 -9.9157 62.700 0.276 1.055 -5.327 17.855 +30 Jun 2020 12:00 UT 74.05 9.221 1942.1 369046 14.4386 -10.1385 62.192 0.278 1.101 -5.283 17.702 +30 Jun 2020 13:00 UT 74.47 9.263 1942.0 369058 14.4759 -10.3604 61.683 0.279 1.147 -5.238 17.548 +30 Jun 2020 14:00 UT 74.89 9.305 1942.0 369071 14.5133 -10.5813 61.174 0.281 1.193 -5.193 17.392 +30 Jun 2020 15:00 UT 75.31 9.346 1941.9 369086 14.5508 -10.8012 60.666 0.282 1.239 -5.147 17.234 +30 Jun 2020 16:00 UT 75.72 9.388 1941.8 369101 14.5883 -11.0201 60.157 0.284 1.285 -5.101 17.074 +30 Jun 2020 17:00 UT 76.14 9.430 1941.7 369119 14.6258 -11.2379 59.649 0.285 1.331 -5.054 16.912 +30 Jun 2020 18:00 UT 76.55 9.471 1941.6 369137 14.6634 -11.4547 59.140 0.287 1.376 -5.006 16.749 +30 Jun 2020 19:00 UT 76.95 9.513 1941.5 369156 14.7011 -11.6704 58.631 0.288 1.422 -4.958 16.583 +30 Jun 2020 20:00 UT 77.36 9.555 1941.4 369177 14.7388 -11.8849 58.123 0.290 1.467 -4.910 16.417 +30 Jun 2020 21:00 UT 77.76 9.596 1941.3 369200 14.7766 -12.0984 57.614 0.291 1.512 -4.861 16.248 +30 Jun 2020 22:00 UT 78.16 9.638 1941.2 369223 14.8145 -12.3106 57.106 0.293 1.557 -4.811 16.078 +30 Jun 2020 23:00 UT 78.56 9.680 1941.0 369248 14.8524 -12.5217 56.597 0.294 1.602 -4.761 15.905 +01 Jul 2020 00:00 UT 78.96 9.721 1940.9 369274 14.8903 -12.7316 56.089 0.295 1.647 -4.710 15.732 +01 Jul 2020 01:00 UT 79.35 9.763 1940.8 369301 14.9283 -12.9402 55.580 0.297 1.692 -4.659 15.556 +01 Jul 2020 02:00 UT 79.74 9.805 1940.6 369330 14.9664 -13.1476 55.072 0.298 1.737 -4.608 15.379 +01 Jul 2020 03:00 UT 80.13 9.846 1940.4 369360 15.0046 -13.3537 54.563 0.300 1.781 -4.555 15.200 +01 Jul 2020 04:00 UT 80.51 9.888 1940.3 369391 15.0428 -13.5584 54.055 0.301 1.825 -4.503 15.020 +01 Jul 2020 05:00 UT 80.89 9.930 1940.1 369424 15.0810 -13.7619 53.546 0.303 1.870 -4.450 14.838 +01 Jul 2020 06:00 UT 81.27 9.971 1939.9 369458 15.1193 -13.9640 53.038 0.304 1.914 -4.396 14.654 +01 Jul 2020 07:00 UT 81.64 10.013 1939.7 369493 15.1577 -14.1647 52.530 0.306 1.957 -4.342 14.468 +01 Jul 2020 08:00 UT 82.02 10.055 1939.6 369530 15.1962 -14.3640 52.021 0.307 2.001 -4.288 14.281 +01 Jul 2020 09:00 UT 82.38 10.096 1939.4 369568 15.2347 -14.5619 51.513 0.309 2.045 -4.233 14.093 +01 Jul 2020 10:00 UT 82.75 10.138 1939.1 369608 15.2733 -14.7584 51.004 0.310 2.088 -4.177 13.903 +01 Jul 2020 11:00 UT 83.11 10.180 1938.9 369649 15.3119 -14.9533 50.496 0.312 2.131 -4.122 13.711 +01 Jul 2020 12:00 UT 83.47 10.221 1938.7 369691 15.3506 -15.1468 49.987 0.313 2.174 -4.065 13.518 +01 Jul 2020 13:00 UT 83.83 10.263 1938.5 369735 15.3894 -15.3388 49.479 0.315 2.217 -4.009 13.323 +01 Jul 2020 14:00 UT 84.18 10.305 1938.2 369780 15.4282 -15.5292 48.971 0.316 2.259 -3.952 13.126 +01 Jul 2020 15:00 UT 84.53 10.346 1938.0 369826 15.4671 -15.7180 48.462 0.318 2.302 -3.894 12.929 +01 Jul 2020 16:00 UT 84.88 10.388 1937.7 369874 15.5061 -15.9053 47.954 0.319 2.344 -3.836 12.729 +01 Jul 2020 17:00 UT 85.22 10.430 1937.5 369924 15.5451 -16.0909 47.446 0.321 2.386 -3.778 12.528 +01 Jul 2020 18:00 UT 85.56 10.471 1937.2 369974 15.5842 -16.2750 46.937 0.322 2.428 -3.719 12.326 +01 Jul 2020 19:00 UT 85.90 10.513 1937.0 370027 15.6233 -16.4573 46.429 0.324 2.470 -3.660 12.122 +01 Jul 2020 20:00 UT 86.23 10.555 1936.7 370080 15.6626 -16.6380 45.921 0.325 2.511 -3.601 11.917 +01 Jul 2020 21:00 UT 86.56 10.596 1936.4 370135 15.7018 -16.8170 45.412 0.327 2.552 -3.541 11.710 +01 Jul 2020 22:00 UT 86.89 10.638 1936.1 370192 15.7412 -16.9942 44.904 0.328 2.593 -3.481 11.502 +01 Jul 2020 23:00 UT 87.21 10.680 1935.8 370250 15.7806 -17.1697 44.396 0.330 2.634 -3.420 11.293 +02 Jul 2020 00:00 UT 87.53 10.721 1935.5 370309 15.8201 -17.3435 43.887 0.331 2.675 -3.359 11.082 +02 Jul 2020 01:00 UT 87.85 10.763 1935.2 370370 15.8596 -17.5154 43.379 0.333 2.715 -3.298 10.870 +02 Jul 2020 02:00 UT 88.16 10.805 1934.8 370432 15.8992 -17.6856 42.871 0.334 2.755 -3.236 10.656 +02 Jul 2020 03:00 UT 88.47 10.846 1934.5 370496 15.9389 -17.8539 42.363 0.336 2.795 -3.175 10.441 +02 Jul 2020 04:00 UT 88.77 10.888 1934.2 370561 15.9786 -18.0203 41.854 0.337 2.835 -3.112 10.225 +02 Jul 2020 05:00 UT 89.07 10.930 1933.8 370628 16.0184 -18.1849 41.346 0.339 2.874 -3.050 10.008 +02 Jul 2020 06:00 UT 89.37 10.971 1933.5 370696 16.0583 -18.3476 40.838 0.340 2.913 -2.987 9.789 +02 Jul 2020 07:00 UT 89.67 11.013 1933.1 370765 16.0982 -18.5084 40.330 0.342 2.952 -2.924 9.569 +02 Jul 2020 08:00 UT 89.96 11.055 1932.7 370837 16.1382 -18.6672 39.821 0.343 2.991 -2.860 9.348 +02 Jul 2020 09:00 UT 90.24 11.096 1932.3 370909 16.1783 -18.8241 39.313 0.344 3.029 -2.797 9.126 +02 Jul 2020 10:00 UT 90.52 11.138 1932.0 370983 16.2184 -18.9790 38.805 0.346 3.068 -2.733 8.902 +02 Jul 2020 11:00 UT 90.80 11.180 1931.6 371059 16.2585 -19.1318 38.297 0.347 3.106 -2.668 8.678 +02 Jul 2020 12:00 UT 91.08 11.221 1931.2 371136 16.2988 -19.2827 37.788 0.349 3.143 -2.604 8.452 +02 Jul 2020 13:00 UT 91.35 11.263 1930.8 371214 16.3391 -19.4315 37.280 0.350 3.181 -2.539 8.225 +02 Jul 2020 14:00 UT 91.62 11.305 1930.3 371294 16.3794 -19.5783 36.772 0.352 3.218 -2.474 7.997 +02 Jul 2020 15:00 UT 91.88 11.346 1929.9 371376 16.4198 -19.7230 36.264 0.353 3.254 -2.409 7.768 +02 Jul 2020 16:00 UT 92.14 11.388 1929.5 371459 16.4603 -19.8656 35.756 0.355 3.291 -2.343 7.538 +02 Jul 2020 17:00 UT 92.39 11.430 1929.0 371543 16.5008 -20.0061 35.248 0.356 3.327 -2.278 7.307 +02 Jul 2020 18:00 UT 92.64 11.471 1928.6 371629 16.5414 -20.1445 34.739 0.358 3.363 -2.212 7.075 +02 Jul 2020 19:00 UT 92.89 11.513 1928.1 371716 16.5820 -20.2807 34.231 0.359 3.399 -2.146 6.842 +02 Jul 2020 20:00 UT 93.13 11.555 1927.7 371805 16.6227 -20.4147 33.723 0.361 3.434 -2.079 6.607 +02 Jul 2020 21:00 UT 93.37 11.596 1927.2 371896 16.6634 -20.5466 33.215 0.362 3.469 -2.013 6.373 +02 Jul 2020 22:00 UT 93.61 11.638 1926.7 371988 16.7042 -20.6762 32.707 0.364 3.504 -1.946 6.137 +02 Jul 2020 23:00 UT 93.84 11.680 1926.3 372081 16.7451 -20.8037 32.199 0.365 3.539 -1.879 5.900 +03 Jul 2020 00:00 UT 94.07 11.721 1925.8 372176 16.7860 -20.9288 31.690 0.367 3.573 -1.812 5.662 +03 Jul 2020 01:00 UT 94.29 11.763 1925.3 372272 16.8269 -21.0518 31.182 0.368 3.607 -1.745 5.424 +03 Jul 2020 02:00 UT 94.51 11.805 1924.8 372370 16.8679 -21.1725 30.674 0.370 3.640 -1.678 5.185 +03 Jul 2020 03:00 UT 94.72 11.846 1924.2 372469 16.9089 -21.2909 30.166 0.371 3.674 -1.610 4.945 +03 Jul 2020 04:00 UT 94.93 11.888 1923.7 372570 16.9500 -21.4070 29.658 0.373 3.707 -1.543 4.704 +03 Jul 2020 05:00 UT 95.14 11.930 1923.2 372672 16.9911 -21.5207 29.150 0.374 3.739 -1.475 4.463 +03 Jul 2020 06:00 UT 95.34 11.971 1922.7 372776 17.0323 -21.6322 28.642 0.376 3.771 -1.407 4.221 +03 Jul 2020 07:00 UT 95.54 12.013 1922.1 372881 17.0735 -21.7413 28.134 0.377 3.803 -1.339 3.978 +03 Jul 2020 08:00 UT 95.73 12.055 1921.6 372988 17.1148 -21.8481 27.626 0.379 3.835 -1.271 3.735 +03 Jul 2020 09:00 UT 95.92 12.096 1921.0 373096 17.1561 -21.9525 27.117 0.380 3.866 -1.203 3.491 +03 Jul 2020 10:00 UT 96.11 12.138 1920.5 373205 17.1974 -22.0545 26.609 0.382 3.897 -1.135 3.247 +03 Jul 2020 11:00 UT 96.29 12.180 1919.9 373317 17.2388 -22.1541 26.101 0.383 3.928 -1.066 3.002 +03 Jul 2020 12:00 UT 96.46 12.221 1919.3 373429 17.2802 -22.2513 25.593 0.385 3.958 -0.998 2.757 +03 Jul 2020 13:00 UT 96.64 12.263 1918.7 373543 17.3216 -22.3461 25.085 0.386 3.988 -0.929 2.511 +03 Jul 2020 14:00 UT 96.80 12.305 1918.1 373658 17.3631 -22.4385 24.577 0.388 4.018 -0.861 2.264 +03 Jul 2020 15:00 UT 96.97 12.346 1917.5 373775 17.4046 -22.5284 24.069 0.389 4.047 -0.792 2.018 +03 Jul 2020 16:00 UT 97.13 12.388 1916.9 373893 17.4461 -22.6159 23.561 0.391 4.076 -0.724 1.771 +03 Jul 2020 17:00 UT 97.28 12.430 1916.3 374013 17.4877 -22.7010 23.053 0.392 4.104 -0.655 1.523 +03 Jul 2020 18:00 UT 97.43 12.471 1915.7 374134 17.5292 -22.7835 22.545 0.393 4.132 -0.586 1.276 +03 Jul 2020 19:00 UT 97.58 12.513 1915.1 374256 17.5708 -22.8636 22.037 0.395 4.160 -0.518 1.028 +03 Jul 2020 20:00 UT 97.72 12.555 1914.4 374380 17.6125 -22.9412 21.529 0.396 4.187 -0.449 0.780 +03 Jul 2020 21:00 UT 97.86 12.596 1913.8 374506 17.6541 -23.0163 21.021 0.398 4.214 -0.380 0.531 +03 Jul 2020 22:00 UT 97.99 12.638 1913.1 374632 17.6958 -23.0889 20.513 0.399 4.241 -0.311 0.283 +03 Jul 2020 23:00 UT 98.12 12.680 1912.5 374760 17.7375 -23.1590 20.005 0.401 4.267 -0.243 0.034 +04 Jul 2020 00:00 UT 98.25 12.721 1911.8 374890 17.7792 -23.2266 19.497 0.402 4.293 -0.174 359.786 +04 Jul 2020 01:00 UT 98.37 12.763 1911.2 375020 17.8209 -23.2917 18.989 0.404 4.319 -0.105 359.537 +04 Jul 2020 02:00 UT 98.48 12.805 1910.5 375153 17.8626 -23.3542 18.481 0.405 4.344 -0.037 359.288 +04 Jul 2020 03:00 UT 98.60 12.846 1909.8 375286 17.9043 -23.4142 17.973 0.407 4.368 0.032 359.039 +04 Jul 2020 04:00 UT 98.70 12.888 1909.1 375421 17.9461 -23.4717 17.465 0.408 4.393 0.100 358.790 +04 Jul 2020 05:00 UT 98.81 12.930 1908.4 375557 17.9878 -23.5266 16.957 0.410 4.417 0.169 358.542 +04 Jul 2020 06:00 UT 98.91 12.971 1907.7 375694 18.0296 -23.5790 16.448 0.411 4.440 0.237 358.293 +04 Jul 2020 07:00 UT 99.00 13.013 1907.0 375833 18.0714 -23.6288 15.940 0.412 4.463 0.306 358.045 +04 Jul 2020 08:00 UT 99.09 13.055 1906.3 375973 18.1131 -23.6761 15.432 0.414 4.486 0.374 357.797 +04 Jul 2020 09:00 UT 99.18 13.096 1905.6 376115 18.1549 -23.7208 14.924 0.415 4.508 0.442 357.549 +04 Jul 2020 10:00 UT 99.26 13.138 1904.9 376257 18.1966 -23.7630 14.416 0.417 4.530 0.510 357.301 +04 Jul 2020 11:00 UT 99.33 13.180 1904.1 376401 18.2384 -23.8026 13.908 0.418 4.552 0.578 357.053 +04 Jul 2020 12:00 UT 99.41 13.221 1903.4 376546 18.2801 -23.8396 13.400 0.420 4.573 0.646 356.806 +04 Jul 2020 13:00 UT 99.48 13.263 1902.7 376692 18.3219 -23.8741 12.892 0.421 4.594 0.714 356.560 +04 Jul 2020 14:00 UT 99.54 13.305 1901.9 376840 18.3636 -23.9061 12.384 0.422 4.614 0.782 356.313 +04 Jul 2020 15:00 UT 99.60 13.346 1901.2 376989 18.4053 -23.9355 11.876 0.424 4.634 0.849 356.067 +04 Jul 2020 16:00 UT 99.66 13.388 1900.4 377139 18.4470 -23.9623 11.368 0.425 4.653 0.916 355.822 +04 Jul 2020 17:00 UT 99.71 13.430 1899.7 377290 18.4887 -23.9865 10.860 0.427 4.672 0.984 355.577 +04 Jul 2020 18:00 UT 99.75 13.471 1898.9 377442 18.5304 -24.0083 10.352 0.428 4.691 1.051 355.333 +04 Jul 2020 19:00 UT 99.80 13.513 1898.1 377596 18.5720 -24.0274 9.844 0.430 4.709 1.118 355.089 +04 Jul 2020 20:00 UT 99.83 13.555 1897.3 377751 18.6137 -24.0440 9.336 0.431 4.727 1.185 354.846 +04 Jul 2020 21:00 UT 99.87 13.596 1896.6 377907 18.6553 -24.0581 8.828 0.432 4.744 1.251 354.603 +04 Jul 2020 22:00 UT 99.90 13.638 1895.8 378063 18.6968 -24.0696 8.320 0.434 4.761 1.318 354.361 +04 Jul 2020 23:00 UT 99.92 13.680 1895.0 378222 18.7384 -24.0786 7.812 0.435 4.777 1.384 354.120 +05 Jul 2020 00:00 UT 99.94 13.721 1894.2 378381 18.7799 -24.0851 7.304 0.437 4.793 1.450 353.879 +05 Jul 2020 01:00 UT 99.96 13.763 1893.4 378541 18.8214 -24.0890 6.796 0.438 4.809 1.516 353.640 +05 Jul 2020 02:00 UT 99.97 13.805 1892.6 378702 18.8628 -24.0904 6.288 0.439 4.824 1.581 353.401 +05 Jul 2020 03:00 UT 99.98 13.846 1891.8 378865 18.9043 -24.0893 5.780 0.441 4.838 1.647 353.163 +05 Jul 2020 04:00 UT 99.99 13.888 1891.0 379028 18.9456 -24.0857 5.272 0.442 4.852 1.712 352.926 +05 Jul 2020 05:00 UT 99.99 13.930 1890.1 379192 18.9870 -24.0796 4.764 0.444 4.866 1.777 352.690 +05 Jul 2020 06:00 UT 99.98 13.971 1889.3 379358 19.0283 -24.0710 4.256 0.445 4.879 1.842 352.454 +05 Jul 2020 07:00 UT 99.97 14.013 1888.5 379524 19.0695 -24.0599 3.748 0.446 4.892 1.907 352.220 +05 Jul 2020 08:00 UT 99.96 14.055 1887.6 379691 19.1108 -24.0464 3.240 0.448 4.905 1.971 351.987 +05 Jul 2020 09:00 UT 99.94 14.096 1886.8 379860 19.1519 -24.0303 2.732 0.449 4.917 2.035 351.755 +05 Jul 2020 10:00 UT 99.92 14.138 1886.0 380029 19.1930 -24.0118 2.224 0.450 4.928 2.099 351.524 +05 Jul 2020 11:00 UT 99.90 14.180 1885.1 380199 19.2341 -23.9909 1.716 0.452 4.939 2.162 351.293 +05 Jul 2020 12:00 UT 99.87 14.221 1884.3 380370 19.2751 -23.9675 1.208 0.453 4.950 2.226 351.065 +05 Jul 2020 13:00 UT 99.84 14.263 1883.4 380542 19.3161 -23.9417 0.700 0.455 4.960 2.289 350.837 +05 Jul 2020 14:00 UT 99.80 14.305 1882.6 380714 19.3570 -23.9135 0.192 0.456 4.969 2.351 350.610 +05 Jul 2020 15:00 UT 99.76 14.346 1881.7 380888 19.3979 -23.8829 -0.316 0.457 4.978 2.414 350.385 +05 Jul 2020 16:00 UT 99.71 14.388 1880.9 381062 19.4387 -23.8498 -0.824 0.459 4.987 2.476 350.161 +05 Jul 2020 17:00 UT 99.66 14.430 1880.0 381237 19.4794 -23.8144 -1.332 0.460 4.995 2.538 349.938 +05 Jul 2020 18:00 UT 99.61 14.471 1879.1 381413 19.5201 -23.7766 -1.840 0.461 5.003 2.600 349.716 +05 Jul 2020 19:00 UT 99.55 14.513 1878.3 381590 19.5607 -23.7365 -2.348 0.463 5.010 2.661 349.496 +05 Jul 2020 20:00 UT 99.49 14.555 1877.4 381768 19.6012 -23.6940 -2.856 0.464 5.017 2.722 349.277 +05 Jul 2020 21:00 UT 99.43 14.596 1876.5 381946 19.6417 -23.6492 -3.364 0.465 5.023 2.783 349.060 +05 Jul 2020 22:00 UT 99.36 14.638 1875.6 382125 19.6821 -23.6020 -3.872 0.467 5.029 2.843 348.844 +05 Jul 2020 23:00 UT 99.28 14.680 1874.7 382304 19.7225 -23.5526 -4.380 0.468 5.034 2.903 348.629 +06 Jul 2020 00:00 UT 99.21 14.721 1873.9 382484 19.7628 -23.5008 -4.888 0.469 5.039 2.963 348.416 +06 Jul 2020 01:00 UT 99.12 14.763 1873.0 382665 19.8030 -23.4468 -5.396 0.471 5.044 3.022 348.205 +06 Jul 2020 02:00 UT 99.04 14.805 1872.1 382847 19.8431 -23.3906 -5.904 0.472 5.048 3.081 347.995 +06 Jul 2020 03:00 UT 98.95 14.846 1871.2 383029 19.8832 -23.3320 -6.412 0.473 5.051 3.140 347.786 +06 Jul 2020 04:00 UT 98.86 14.888 1870.3 383212 19.9232 -23.2713 -6.920 0.475 5.054 3.198 347.579 +06 Jul 2020 05:00 UT 98.76 14.930 1869.4 383395 19.9631 -23.2083 -7.428 0.476 5.057 3.256 347.374 +06 Jul 2020 06:00 UT 98.66 14.971 1868.5 383579 20.0029 -23.1432 -7.936 0.477 5.059 3.314 347.170 +06 Jul 2020 07:00 UT 98.56 15.013 1867.6 383763 20.0426 -23.0758 -8.444 0.478 5.060 3.371 346.968 +06 Jul 2020 08:00 UT 98.45 15.055 1866.7 383948 20.0823 -23.0063 -8.952 0.480 5.061 3.428 346.767 +06 Jul 2020 09:00 UT 98.34 15.096 1865.8 384133 20.1219 -22.9346 -9.460 0.481 5.062 3.485 346.568 +06 Jul 2020 10:00 UT 98.22 15.138 1864.9 384318 20.1614 -22.8608 -9.968 0.482 5.062 3.541 346.371 +06 Jul 2020 11:00 UT 98.10 15.180 1864.0 384505 20.2008 -22.7849 -10.476 0.484 5.061 3.597 346.175 +06 Jul 2020 12:00 UT 97.98 15.221 1863.1 384691 20.2402 -22.7069 -10.984 0.485 5.060 3.652 345.982 +06 Jul 2020 13:00 UT 97.85 15.263 1862.2 384878 20.2794 -22.6268 -11.492 0.486 5.059 3.707 345.790 +06 Jul 2020 14:00 UT 97.72 15.305 1861.3 385065 20.3186 -22.5447 -12.000 0.487 5.057 3.762 345.599 +06 Jul 2020 15:00 UT 97.59 15.346 1860.4 385253 20.3577 -22.4604 -12.508 0.489 5.055 3.816 345.411 +06 Jul 2020 16:00 UT 97.45 15.388 1859.5 385441 20.3967 -22.3742 -13.017 0.490 5.052 3.870 345.224 +06 Jul 2020 17:00 UT 97.31 15.430 1858.6 385629 20.4356 -22.2860 -13.525 0.491 5.048 3.923 345.039 +06 Jul 2020 18:00 UT 97.17 15.471 1857.7 385817 20.4744 -22.1957 -14.033 0.492 5.044 3.976 344.856 +06 Jul 2020 19:00 UT 97.02 15.513 1856.8 386006 20.5131 -22.1035 -14.541 0.494 5.040 4.029 344.675 +06 Jul 2020 20:00 UT 96.87 15.555 1855.9 386195 20.5518 -22.0094 -15.049 0.495 5.035 4.081 344.495 +06 Jul 2020 21:00 UT 96.71 15.596 1855.0 386384 20.5903 -21.9133 -15.557 0.496 5.030 4.133 344.318 +06 Jul 2020 22:00 UT 96.56 15.638 1854.0 386573 20.6287 -21.8153 -16.065 0.497 5.024 4.184 344.142 +06 Jul 2020 23:00 UT 96.40 15.680 1853.1 386763 20.6671 -21.7154 -16.573 0.499 5.018 4.235 343.968 +07 Jul 2020 00:00 UT 96.23 15.721 1852.2 386952 20.7054 -21.6136 -17.081 0.500 5.011 4.285 343.796 +07 Jul 2020 01:00 UT 96.06 15.763 1851.3 387142 20.7435 -21.5099 -17.589 0.501 5.004 4.335 343.626 +07 Jul 2020 02:00 UT 95.89 15.805 1850.4 387331 20.7816 -21.4044 -18.097 0.502 4.996 4.385 343.458 +07 Jul 2020 03:00 UT 95.72 15.846 1849.5 387521 20.8196 -21.2971 -18.606 0.503 4.987 4.434 343.292 +07 Jul 2020 04:00 UT 95.54 15.888 1848.6 387711 20.8575 -21.1880 -19.114 0.505 4.979 4.483 343.128 +07 Jul 2020 05:00 UT 95.36 15.930 1847.7 387901 20.8953 -21.0771 -19.622 0.506 4.969 4.531 342.966 +07 Jul 2020 06:00 UT 95.17 15.971 1846.8 388090 20.9330 -20.9644 -20.130 0.507 4.960 4.579 342.805 +07 Jul 2020 07:00 UT 94.98 16.013 1845.9 388280 20.9706 -20.8500 -20.638 0.508 4.949 4.626 342.647 +07 Jul 2020 08:00 UT 94.79 16.055 1845.0 388470 21.0081 -20.7339 -21.146 0.509 4.939 4.673 342.491 +07 Jul 2020 09:00 UT 94.60 16.096 1844.1 388659 21.0455 -20.6161 -21.654 0.511 4.927 4.720 342.336 +07 Jul 2020 10:00 UT 94.40 16.138 1843.2 388849 21.0828 -20.4966 -22.163 0.512 4.916 4.766 342.184 +07 Jul 2020 11:00 UT 94.20 16.180 1842.3 389038 21.1200 -20.3754 -22.671 0.513 4.904 4.811 342.034 +07 Jul 2020 12:00 UT 94.00 16.221 1841.4 389227 21.1571 -20.2526 -23.179 0.514 4.891 4.856 341.885 +07 Jul 2020 13:00 UT 93.79 16.263 1840.5 389416 21.1941 -20.1281 -23.687 0.515 4.878 4.901 341.739 +07 Jul 2020 14:00 UT 93.58 16.305 1839.6 389605 21.2310 -20.0021 -24.195 0.516 4.864 4.945 341.595 +07 Jul 2020 15:00 UT 93.37 16.346 1838.7 389793 21.2679 -19.8744 -24.703 0.518 4.850 4.989 341.452 +07 Jul 2020 16:00 UT 93.15 16.388 1837.8 389981 21.3046 -19.7452 -25.212 0.519 4.835 5.032 341.312 +07 Jul 2020 17:00 UT 92.93 16.430 1837.0 390169 21.3412 -19.6145 -25.720 0.520 4.820 5.075 341.174 +07 Jul 2020 18:00 UT 92.71 16.471 1836.1 390357 21.3777 -19.4822 -26.228 0.521 4.805 5.117 341.038 +07 Jul 2020 19:00 UT 92.49 16.513 1835.2 390544 21.4142 -19.3484 -26.736 0.522 4.789 5.159 340.903 +07 Jul 2020 20:00 UT 92.26 16.555 1834.3 390731 21.4505 -19.2131 -27.244 0.523 4.772 5.200 340.771 +07 Jul 2020 21:00 UT 92.03 16.596 1833.4 390918 21.4867 -19.0764 -27.753 0.524 4.755 5.241 340.641 +07 Jul 2020 22:00 UT 91.80 16.638 1832.6 391104 21.5229 -18.9382 -28.261 0.526 4.737 5.281 340.513 +07 Jul 2020 23:00 UT 91.56 16.680 1831.7 391289 21.5589 -18.7985 -28.769 0.527 4.719 5.321 340.387 +08 Jul 2020 00:00 UT 91.32 16.721 1830.8 391474 21.5948 -18.6575 -29.277 0.528 4.701 5.360 340.263 +08 Jul 2020 01:00 UT 91.08 16.763 1830.0 391659 21.6307 -18.5151 -29.786 0.529 4.682 5.399 340.141 +08 Jul 2020 02:00 UT 90.84 16.805 1829.1 391843 21.6664 -18.3713 -30.294 0.530 4.663 5.437 340.021 +08 Jul 2020 03:00 UT 90.59 16.846 1828.3 392027 21.7021 -18.2261 -30.802 0.531 4.643 5.475 339.903 +08 Jul 2020 04:00 UT 90.34 16.888 1827.4 392210 21.7377 -18.0796 -31.310 0.532 4.622 5.512 339.787 +08 Jul 2020 05:00 UT 90.09 16.930 1826.5 392393 21.7731 -17.9319 -31.819 0.533 4.602 5.549 339.674 +08 Jul 2020 06:00 UT 89.83 16.971 1825.7 392575 21.8085 -17.7828 -32.327 0.534 4.580 5.585 339.562 +08 Jul 2020 07:00 UT 89.58 17.013 1824.9 392756 21.8438 -17.6324 -32.835 0.535 4.559 5.621 339.452 +08 Jul 2020 08:00 UT 89.32 17.055 1824.0 392936 21.8789 -17.4808 -33.343 0.536 4.536 5.656 339.344 +08 Jul 2020 09:00 UT 89.05 17.096 1823.2 393116 21.9140 -17.3279 -33.852 0.538 4.514 5.691 339.239 +08 Jul 2020 10:00 UT 88.79 17.138 1822.4 393295 21.9490 -17.1738 -34.360 0.539 4.491 5.725 339.135 +08 Jul 2020 11:00 UT 88.52 17.180 1821.5 393474 21.9839 -17.0185 -34.868 0.540 4.467 5.759 339.033 +08 Jul 2020 12:00 UT 88.25 17.221 1820.7 393652 22.0187 -16.8621 -35.377 0.541 4.443 5.792 338.934 +08 Jul 2020 13:00 UT 87.98 17.263 1819.9 393829 22.0534 -16.7044 -35.885 0.542 4.419 5.825 338.836 +08 Jul 2020 14:00 UT 87.71 17.305 1819.1 394005 22.0881 -16.5456 -36.393 0.543 4.394 5.857 338.741 +08 Jul 2020 15:00 UT 87.43 17.346 1818.3 394180 22.1226 -16.3857 -36.902 0.544 4.368 5.889 338.647 +08 Jul 2020 16:00 UT 87.15 17.388 1817.5 394355 22.1570 -16.2247 -37.410 0.545 4.342 5.920 338.556 +08 Jul 2020 17:00 UT 86.87 17.430 1816.7 394528 22.1914 -16.0626 -37.918 0.546 4.316 5.950 338.466 +08 Jul 2020 18:00 UT 86.58 17.471 1815.9 394701 22.2257 -15.8994 -38.427 0.547 4.289 5.980 338.379 +08 Jul 2020 19:00 UT 86.30 17.513 1815.1 394873 22.2598 -15.7352 -38.935 0.548 4.262 6.010 338.293 +08 Jul 2020 20:00 UT 86.01 17.555 1814.3 395044 22.2939 -15.5699 -39.443 0.549 4.235 6.039 338.210 +08 Jul 2020 21:00 UT 85.72 17.596 1813.5 395213 22.3279 -15.4036 -39.952 0.550 4.206 6.068 338.128 +08 Jul 2020 22:00 UT 85.43 17.638 1812.7 395382 22.3618 -15.2363 -40.460 0.551 4.178 6.096 338.049 +08 Jul 2020 23:00 UT 85.13 17.680 1812.0 395550 22.3957 -15.0680 -40.969 0.552 4.149 6.123 337.971 +09 Jul 2020 00:00 UT 84.83 17.721 1811.2 395717 22.4294 -14.8987 -41.477 0.553 4.120 6.150 337.895 +09 Jul 2020 01:00 UT 84.53 17.763 1810.4 395883 22.4631 -14.7285 -41.985 0.554 4.090 6.176 337.822 +09 Jul 2020 02:00 UT 84.23 17.805 1809.7 396047 22.4966 -14.5573 -42.494 0.555 4.060 6.202 337.750 +09 Jul 2020 03:00 UT 83.93 17.846 1808.9 396211 22.5301 -14.3852 -43.002 0.556 4.029 6.228 337.680 +09 Jul 2020 04:00 UT 83.62 17.888 1808.2 396374 22.5635 -14.2123 -43.511 0.557 3.998 6.253 337.613 +09 Jul 2020 05:00 UT 83.32 17.930 1807.5 396535 22.5969 -14.0384 -44.019 0.558 3.967 6.277 337.547 +09 Jul 2020 06:00 UT 83.01 17.971 1806.7 396695 22.6301 -13.8636 -44.528 0.559 3.935 6.301 337.483 +09 Jul 2020 07:00 UT 82.70 18.013 1806.0 396854 22.6633 -13.6881 -45.036 0.560 3.902 6.324 337.421 +09 Jul 2020 08:00 UT 82.38 18.055 1805.3 397012 22.6964 -13.5116 -45.545 0.561 3.870 6.347 337.361 +09 Jul 2020 09:00 UT 82.07 18.096 1804.6 397168 22.7294 -13.3344 -46.053 0.562 3.837 6.369 337.303 +09 Jul 2020 10:00 UT 81.75 18.138 1803.9 397324 22.7623 -13.1563 -46.562 0.563 3.803 6.391 337.247 +09 Jul 2020 11:00 UT 81.43 18.180 1803.2 397478 22.7952 -12.9775 -47.070 0.564 3.769 6.412 337.192 +09 Jul 2020 12:00 UT 81.11 18.221 1802.5 397630 22.8280 -12.7979 -47.579 0.565 3.735 6.432 337.140 +09 Jul 2020 13:00 UT 80.79 18.263 1801.8 397782 22.8607 -12.6175 -48.087 0.566 3.700 6.452 337.090 +09 Jul 2020 14:00 UT 80.46 18.305 1801.1 397932 22.8933 -12.4364 -48.596 0.566 3.665 6.472 337.041 +09 Jul 2020 15:00 UT 80.14 18.346 1800.5 398080 22.9259 -12.2545 -49.104 0.567 3.630 6.491 336.994 +09 Jul 2020 16:00 UT 79.81 18.388 1799.8 398228 22.9584 -12.0719 -49.613 0.568 3.594 6.509 336.949 +09 Jul 2020 17:00 UT 79.48 18.430 1799.1 398374 22.9908 -11.8887 -50.121 0.569 3.558 6.527 336.906 +09 Jul 2020 18:00 UT 79.15 18.471 1798.5 398518 23.0232 -11.7047 -50.630 0.570 3.521 6.545 336.865 +09 Jul 2020 19:00 UT 78.81 18.513 1797.8 398661 23.0554 -11.5201 -51.138 0.571 3.484 6.562 336.826 +09 Jul 2020 20:00 UT 78.48 18.555 1797.2 398803 23.0876 -11.3349 -51.647 0.572 3.447 6.578 336.788 +09 Jul 2020 21:00 UT 78.14 18.596 1796.6 398943 23.1198 -11.1489 -52.155 0.573 3.409 6.594 336.753 +09 Jul 2020 22:00 UT 77.81 18.638 1795.9 399081 23.1519 -10.9624 -52.664 0.574 3.371 6.609 336.719 +09 Jul 2020 23:00 UT 77.47 18.680 1795.3 399218 23.1839 -10.7753 -53.173 0.575 3.332 6.624 336.687 +10 Jul 2020 00:00 UT 77.12 18.721 1794.7 399354 23.2158 -10.5875 -53.681 0.576 3.293 6.638 336.657 +10 Jul 2020 01:00 UT 76.78 18.763 1794.1 399488 23.2477 -10.3992 -54.190 0.576 3.254 6.652 336.628 +10 Jul 2020 02:00 UT 76.44 18.805 1793.5 399620 23.2796 -10.2103 -54.698 0.577 3.215 6.665 336.602 +10 Jul 2020 03:00 UT 76.09 18.846 1792.9 399751 23.3113 -10.0209 -55.207 0.578 3.175 6.678 336.577 +10 Jul 2020 04:00 UT 75.75 18.888 1792.3 399880 23.3430 -9.8309 -55.716 0.579 3.135 6.690 336.554 +10 Jul 2020 05:00 UT 75.40 18.930 1791.8 400008 23.3747 -9.6404 -56.224 0.580 3.094 6.701 336.532 +10 Jul 2020 06:00 UT 75.05 18.971 1791.2 400134 23.4063 -9.4493 -56.733 0.581 3.053 6.712 336.513 +10 Jul 2020 07:00 UT 74.70 19.013 1790.7 400258 23.4378 -9.2578 -57.242 0.582 3.012 6.723 336.495 +10 Jul 2020 08:00 UT 74.34 19.055 1790.1 400381 23.4693 -9.0658 -57.750 0.583 2.970 6.733 336.479 +10 Jul 2020 09:00 UT 73.99 19.096 1789.6 400502 23.5007 -8.8733 -58.259 0.583 2.928 6.742 336.465 +10 Jul 2020 10:00 UT 73.63 19.138 1789.0 400621 23.5321 -8.6803 -58.768 0.584 2.886 6.751 336.452 +10 Jul 2020 11:00 UT 73.28 19.180 1788.5 400738 23.5634 -8.4869 -59.276 0.585 2.844 6.760 336.442 +10 Jul 2020 12:00 UT 72.92 19.221 1788.0 400854 23.5946 -8.2931 -59.785 0.586 2.801 6.767 336.433 +10 Jul 2020 13:00 UT 72.56 19.263 1787.5 400968 23.6258 -8.0988 -60.294 0.587 2.758 6.775 336.425 +10 Jul 2020 14:00 UT 72.20 19.305 1787.0 401080 23.6570 -7.9042 -60.803 0.588 2.714 6.782 336.419 +10 Jul 2020 15:00 UT 71.84 19.346 1786.5 401191 23.6881 -7.7091 -61.311 0.588 2.671 6.788 336.415 +10 Jul 2020 16:00 UT 71.48 19.388 1786.0 401299 23.7192 -7.5136 -61.820 0.589 2.626 6.794 336.413 +10 Jul 2020 17:00 UT 71.11 19.430 1785.5 401406 23.7502 -7.3178 -62.329 0.590 2.582 6.799 336.413 +10 Jul 2020 18:00 UT 70.75 19.471 1785.1 401511 23.7812 -7.1216 -62.838 0.591 2.537 6.803 336.414 +10 Jul 2020 19:00 UT 70.38 19.513 1784.6 401614 23.8121 -6.9250 -63.346 0.592 2.493 6.808 336.416 +10 Jul 2020 20:00 UT 70.01 19.555 1784.2 401715 23.8430 -6.7282 -63.855 0.593 2.447 6.811 336.421 +10 Jul 2020 21:00 UT 69.65 19.596 1783.7 401814 23.8738 -6.5310 -64.364 0.593 2.402 6.814 336.427 +10 Jul 2020 22:00 UT 69.28 19.638 1783.3 401912 23.9046 -6.3334 -64.873 0.594 2.356 6.817 336.434 +10 Jul 2020 23:00 UT 68.91 19.680 1782.9 402007 23.9354 -6.1356 -65.382 0.595 2.310 6.819 336.444 +11 Jul 2020 00:00 UT 68.53 19.721 1782.4 402101 23.9661 -5.9375 -65.890 0.596 2.264 6.821 336.455 +11 Jul 2020 01:00 UT 68.16 19.763 1782.0 402193 23.9968 -5.7391 -66.399 0.597 2.217 6.822 336.467 +11 Jul 2020 02:00 UT 67.79 19.805 1781.6 402282 0.0274 -5.5404 -66.908 0.597 2.171 6.822 336.482 +11 Jul 2020 03:00 UT 67.41 19.846 1781.3 402370 0.0580 -5.3415 -67.417 0.598 2.124 6.822 336.497 +11 Jul 2020 04:00 UT 67.04 19.888 1780.9 402456 0.0886 -5.1424 -67.926 0.599 2.076 6.822 336.515 +11 Jul 2020 05:00 UT 66.66 19.930 1780.5 402540 0.1191 -4.9430 -68.435 0.600 2.029 6.821 336.534 +11 Jul 2020 06:00 UT 66.29 19.971 1780.1 402621 0.1496 -4.7434 -68.944 0.601 1.981 6.819 336.554 +11 Jul 2020 07:00 UT 65.91 20.013 1779.8 402701 0.1801 -4.5435 -69.452 0.601 1.933 6.817 336.577 +11 Jul 2020 08:00 UT 65.53 20.055 1779.4 402779 0.2106 -4.3435 -69.961 0.602 1.885 6.815 336.600 +11 Jul 2020 09:00 UT 65.15 20.096 1779.1 402855 0.2410 -4.1433 -70.470 0.603 1.836 6.811 336.626 +11 Jul 2020 10:00 UT 64.77 20.138 1778.8 402928 0.2714 -3.9429 -70.979 0.604 1.788 6.808 336.653 +11 Jul 2020 11:00 UT 64.39 20.180 1778.5 403000 0.3017 -3.7423 -71.488 0.604 1.739 6.804 336.681 +11 Jul 2020 12:00 UT 64.01 20.221 1778.2 403069 0.3321 -3.5416 -71.997 0.605 1.690 6.799 336.711 +11 Jul 2020 13:00 UT 63.62 20.263 1777.9 403137 0.3624 -3.3408 -72.506 0.606 1.641 6.794 336.743 +11 Jul 2020 14:00 UT 63.24 20.305 1777.6 403202 0.3927 -3.1398 -73.015 0.607 1.591 6.788 336.776 +11 Jul 2020 15:00 UT 62.86 20.346 1777.3 403266 0.4229 -2.9386 -73.524 0.607 1.541 6.782 336.810 +11 Jul 2020 16:00 UT 62.47 20.388 1777.0 403327 0.4532 -2.7374 -74.033 0.608 1.492 6.776 336.847 +11 Jul 2020 17:00 UT 62.09 20.430 1776.8 403386 0.4834 -2.5361 -74.542 0.609 1.442 6.768 336.884 +11 Jul 2020 18:00 UT 61.70 20.471 1776.5 403443 0.5136 -2.3346 -75.051 0.610 1.391 6.761 336.923 +11 Jul 2020 19:00 UT 61.32 20.513 1776.3 403498 0.5438 -2.1331 -75.560 0.610 1.341 6.752 336.964 +11 Jul 2020 20:00 UT 60.93 20.555 1776.0 403551 0.5739 -1.9315 -76.069 0.611 1.290 6.744 337.006 +11 Jul 2020 21:00 UT 60.54 20.596 1775.8 403601 0.6041 -1.7299 -76.578 0.612 1.240 6.735 337.050 +11 Jul 2020 22:00 UT 60.15 20.638 1775.6 403650 0.6342 -1.5282 -77.087 0.613 1.189 6.725 337.095 +11 Jul 2020 23:00 UT 59.76 20.680 1775.4 403696 0.6644 -1.3264 -77.596 0.613 1.138 6.715 337.142 +12 Jul 2020 00:00 UT 59.37 20.721 1775.2 403740 0.6945 -1.1246 -78.105 0.614 1.087 6.704 337.190 +12 Jul 2020 01:00 UT 58.98 20.763 1775.0 403782 0.7246 -0.9228 -78.614 0.615 1.035 6.693 337.240 +12 Jul 2020 02:00 UT 58.59 20.805 1774.9 403822 0.7547 -0.7210 -79.123 0.615 0.984 6.681 337.291 +12 Jul 2020 03:00 UT 58.20 20.846 1774.7 403859 0.7847 -0.5192 -79.632 0.616 0.932 6.669 337.344 +12 Jul 2020 04:00 UT 57.81 20.888 1774.5 403895 0.8148 -0.3174 -80.141 0.617 0.880 6.656 337.398 +12 Jul 2020 05:00 UT 57.42 20.930 1774.4 403928 0.8449 -0.1156 -80.651 0.618 0.829 6.643 337.454 +12 Jul 2020 06:00 UT 57.03 20.971 1774.3 403959 0.8749 0.0861 -81.160 0.618 0.777 6.630 337.511 +12 Jul 2020 07:00 UT 56.64 21.013 1774.1 403988 0.9050 0.2878 -81.669 0.619 0.724 6.615 337.569 +12 Jul 2020 08:00 UT 56.24 21.055 1774.0 404014 0.9350 0.4895 -82.178 0.620 0.672 6.601 337.629 +12 Jul 2020 09:00 UT 55.85 21.096 1773.9 404039 0.9651 0.6911 -82.687 0.620 0.620 6.586 337.690 +12 Jul 2020 10:00 UT 55.46 21.138 1773.8 404061 0.9951 0.8926 -83.196 0.621 0.568 6.570 337.753 +12 Jul 2020 11:00 UT 55.06 21.180 1773.7 404081 1.0252 1.0941 -83.705 0.622 0.515 6.554 337.818 +12 Jul 2020 12:00 UT 54.67 21.221 1773.6 404098 1.0552 1.2954 -84.215 0.622 0.463 6.537 337.883 +12 Jul 2020 13:00 UT 54.28 21.263 1773.6 404114 1.0853 1.4967 -84.724 0.623 0.410 6.520 337.950 +12 Jul 2020 14:00 UT 53.88 21.305 1773.5 404127 1.1153 1.6978 -85.233 0.624 0.357 6.503 338.019 +12 Jul 2020 15:00 UT 53.49 21.346 1773.5 404138 1.1454 1.8989 -85.742 0.625 0.304 6.485 338.089 +12 Jul 2020 16:00 UT 53.09 21.388 1773.4 404147 1.1754 2.0998 -86.251 0.625 0.251 6.466 338.160 +12 Jul 2020 17:00 UT 52.70 21.430 1773.4 404154 1.2055 2.3005 -86.761 0.626 0.198 6.447 338.233 +12 Jul 2020 18:00 UT 52.30 21.471 1773.4 404158 1.2356 2.5011 -87.270 0.627 0.146 6.428 338.307 +12 Jul 2020 19:00 UT 51.91 21.513 1773.4 404160 1.2656 2.7016 -87.779 0.627 0.092 6.408 338.383 +12 Jul 2020 20:00 UT 51.51 21.555 1773.4 404160 1.2957 2.9019 -88.288 0.628 0.039 6.387 338.460 +12 Jul 2020 21:00 UT 51.12 21.596 1773.4 404158 1.3258 3.1020 -88.798 0.629 -0.014 6.366 338.538 +12 Jul 2020 22:00 UT 50.72 21.638 1773.4 404153 1.3559 3.3019 -89.307 0.629 -0.067 6.345 338.618 +12 Jul 2020 23:00 UT 50.32 21.680 1773.4 404146 1.3861 3.5016 -89.816 0.630 -0.120 6.323 338.700 +13 Jul 2020 00:00 UT 49.93 21.721 1773.5 404137 1.4162 3.7011 -90.325 0.631 -0.173 6.301 338.782 +13 Jul 2020 01:00 UT 49.53 21.763 1773.5 404126 1.4464 3.9004 -90.835 0.631 -0.227 6.278 338.866 +13 Jul 2020 02:00 UT 49.14 21.805 1773.6 404112 1.4765 4.0995 -91.344 0.632 -0.280 6.255 338.952 +13 Jul 2020 03:00 UT 48.74 21.846 1773.6 404096 1.5067 4.2983 -91.853 0.633 -0.333 6.231 339.038 +13 Jul 2020 04:00 UT 48.35 21.888 1773.7 404078 1.5369 4.4969 -92.363 0.633 -0.386 6.207 339.126 +13 Jul 2020 05:00 UT 47.95 21.930 1773.8 404058 1.5672 4.6952 -92.872 0.634 -0.439 6.182 339.216 +13 Jul 2020 06:00 UT 47.55 21.971 1773.9 404035 1.5974 4.8932 -93.381 0.635 -0.493 6.157 339.307 +13 Jul 2020 07:00 UT 47.16 22.013 1774.0 404011 1.6277 5.0910 -93.891 0.635 -0.546 6.132 339.399 +13 Jul 2020 08:00 UT 46.76 22.055 1774.1 403984 1.6580 5.2884 -94.400 0.636 -0.599 6.106 339.493 +13 Jul 2020 09:00 UT 46.37 22.096 1774.3 403954 1.6883 5.4856 -94.910 0.637 -0.652 6.079 339.588 +13 Jul 2020 10:00 UT 45.97 22.138 1774.4 403923 1.7186 5.6824 -95.419 0.637 -0.705 6.052 339.684 +13 Jul 2020 11:00 UT 45.58 22.180 1774.6 403889 1.7490 5.8790 -95.928 0.638 -0.759 6.025 339.782 +13 Jul 2020 12:00 UT 45.18 22.221 1774.7 403854 1.7794 6.0752 -96.438 0.639 -0.812 5.997 339.881 +13 Jul 2020 13:00 UT 44.79 22.263 1774.9 403816 1.8098 6.2710 -96.947 0.639 -0.865 5.969 339.982 +13 Jul 2020 14:00 UT 44.39 22.305 1775.1 403775 1.8403 6.4665 -97.457 0.640 -0.918 5.940 340.084 +13 Jul 2020 15:00 UT 44.00 22.346 1775.2 403733 1.8707 6.6617 -97.966 0.641 -0.970 5.911 340.187 +13 Jul 2020 16:00 UT 43.61 22.388 1775.4 403688 1.9013 6.8564 -98.476 0.641 -1.023 5.881 340.291 +13 Jul 2020 17:00 UT 43.21 22.430 1775.6 403641 1.9318 7.0508 -98.985 0.642 -1.076 5.851 340.397 +13 Jul 2020 18:00 UT 42.82 22.471 1775.9 403592 1.9624 7.2448 -99.494 0.642 -1.129 5.821 340.504 +13 Jul 2020 19:00 UT 42.43 22.513 1776.1 403541 1.9930 7.4383 -100.004 0.643 -1.181 5.790 340.613 +13 Jul 2020 20:00 UT 42.03 22.555 1776.3 403488 2.0236 7.6315 -100.513 0.644 -1.234 5.759 340.723 +13 Jul 2020 21:00 UT 41.64 22.596 1776.6 403432 2.0543 7.8242 -101.023 0.644 -1.286 5.727 340.834 +13 Jul 2020 22:00 UT 41.25 22.638 1776.8 403375 2.0851 8.0165 -101.532 0.645 -1.339 5.694 340.947 +13 Jul 2020 23:00 UT 40.86 22.680 1777.1 403315 2.1158 8.2083 -102.042 0.646 -1.391 5.662 341.061 +14 Jul 2020 00:00 UT 40.47 22.721 1777.4 403253 2.1466 8.3997 -102.552 0.646 -1.443 5.629 341.176 +14 Jul 2020 01:00 UT 40.08 22.763 1777.6 403189 2.1775 8.5906 -103.061 0.647 -1.495 5.595 341.293 +14 Jul 2020 02:00 UT 39.69 22.805 1777.9 403122 2.2084 8.7810 -103.571 0.648 -1.547 5.561 341.411 +14 Jul 2020 03:00 UT 39.30 22.846 1778.2 403054 2.2393 8.9709 -104.080 0.648 -1.599 5.527 341.530 +14 Jul 2020 04:00 UT 38.91 22.888 1778.5 402984 2.2703 9.1603 -104.590 0.649 -1.650 5.492 341.651 +14 Jul 2020 05:00 UT 38.52 22.930 1778.9 402911 2.3013 9.3492 -105.099 0.650 -1.702 5.457 341.773 +14 Jul 2020 06:00 UT 38.13 22.971 1779.2 402836 2.3323 9.5375 -105.609 0.650 -1.753 5.421 341.896 +14 Jul 2020 07:00 UT 37.75 23.013 1779.5 402759 2.3635 9.7254 -106.119 0.651 -1.804 5.385 342.021 +14 Jul 2020 08:00 UT 37.36 23.055 1779.9 402681 2.3946 9.9126 -106.628 0.651 -1.855 5.348 342.147 +14 Jul 2020 09:00 UT 36.97 23.096 1780.2 402600 2.4258 10.0993 -107.138 0.652 -1.906 5.311 342.274 +14 Jul 2020 10:00 UT 36.59 23.138 1780.6 402517 2.4571 10.2854 -107.647 0.653 -1.957 5.274 342.403 +14 Jul 2020 11:00 UT 36.20 23.180 1781.0 402432 2.4884 10.4709 -108.157 0.653 -2.007 5.236 342.533 +14 Jul 2020 12:00 UT 35.82 23.221 1781.4 402345 2.5198 10.6559 -108.667 0.654 -2.058 5.198 342.664 +14 Jul 2020 13:00 UT 35.44 23.263 1781.8 402256 2.5512 10.8402 -109.176 0.655 -2.108 5.160 342.797 +14 Jul 2020 14:00 UT 35.05 23.305 1782.2 402165 2.5827 11.0238 -109.686 0.655 -2.158 5.121 342.931 +14 Jul 2020 15:00 UT 34.67 23.346 1782.6 402072 2.6142 11.2069 -110.196 0.656 -2.208 5.081 343.066 +14 Jul 2020 16:00 UT 34.29 23.388 1783.0 401977 2.6458 11.3893 -110.705 0.656 -2.257 5.041 343.203 +14 Jul 2020 17:00 UT 33.91 23.430 1783.4 401880 2.6774 11.5710 -111.215 0.657 -2.307 5.001 343.341 +14 Jul 2020 18:00 UT 33.53 23.471 1783.9 401781 2.7091 11.7520 -111.725 0.658 -2.356 4.961 343.480 +14 Jul 2020 19:00 UT 33.15 23.513 1784.3 401680 2.7409 11.9324 -112.235 0.658 -2.405 4.920 343.620 +14 Jul 2020 20:00 UT 32.77 23.555 1784.8 401577 2.7727 12.1120 -112.744 0.659 -2.454 4.878 343.762 +14 Jul 2020 21:00 UT 32.40 23.596 1785.2 401472 2.8046 12.2910 -113.254 0.660 -2.502 4.837 343.905 +14 Jul 2020 22:00 UT 32.02 23.638 1785.7 401365 2.8365 12.4692 -113.764 0.660 -2.550 4.794 344.050 +14 Jul 2020 23:00 UT 31.65 23.680 1786.2 401257 2.8685 12.6467 -114.274 0.661 -2.599 4.752 344.196 +15 Jul 2020 00:00 UT 31.27 23.721 1786.7 401146 2.9006 12.8234 -114.783 0.662 -2.646 4.709 344.343 +15 Jul 2020 01:00 UT 30.90 23.763 1787.2 401034 2.9327 12.9993 -115.293 0.662 -2.694 4.666 344.491 +15 Jul 2020 02:00 UT 30.53 23.805 1787.7 400920 2.9649 13.1745 -115.803 0.663 -2.741 4.622 344.641 +15 Jul 2020 03:00 UT 30.15 23.846 1788.2 400804 2.9972 13.3488 -116.313 0.663 -2.788 4.578 344.792 +15 Jul 2020 04:00 UT 29.78 23.888 1788.7 400686 3.0295 13.5224 -116.822 0.664 -2.835 4.534 344.944 +15 Jul 2020 05:00 UT 29.41 23.930 1789.3 400566 3.0619 13.6951 -117.332 0.665 -2.882 4.489 345.098 +15 Jul 2020 06:00 UT 29.05 23.971 1789.8 400445 3.0944 13.8670 -117.842 0.665 -2.928 4.444 345.252 +15 Jul 2020 07:00 UT 28.68 24.013 1790.4 400322 3.1269 14.0381 -118.352 0.666 -2.974 4.398 345.409 +15 Jul 2020 08:00 UT 28.31 24.055 1790.9 400197 3.1595 14.2083 -118.862 0.667 -3.020 4.352 345.566 +15 Jul 2020 09:00 UT 27.95 24.096 1791.5 400070 3.1922 14.3776 -119.372 0.667 -3.065 4.306 345.725 +15 Jul 2020 10:00 UT 27.59 24.138 1792.1 399941 3.2249 14.5460 -119.881 0.668 -3.110 4.259 345.885 +15 Jul 2020 11:00 UT 27.22 24.180 1792.7 399811 3.2578 14.7135 -120.391 0.669 -3.155 4.212 346.046 +15 Jul 2020 12:00 UT 26.86 24.221 1793.2 399679 3.2907 14.8800 -120.901 0.669 -3.200 4.165 346.209 +15 Jul 2020 13:00 UT 26.50 24.263 1793.8 399546 3.3236 15.0457 -121.411 0.670 -3.244 4.117 346.373 +15 Jul 2020 14:00 UT 26.14 24.305 1794.5 399411 3.3567 15.2104 -121.921 0.670 -3.288 4.069 346.538 +15 Jul 2020 15:00 UT 25.79 24.346 1795.1 399274 3.3898 15.3741 -122.431 0.671 -3.331 4.021 346.704 +15 Jul 2020 16:00 UT 25.43 24.388 1795.7 399135 3.4230 15.5368 -122.941 0.672 -3.374 3.972 346.872 +15 Jul 2020 17:00 UT 25.08 24.430 1796.3 398995 3.4563 15.6986 -123.451 0.672 -3.417 3.923 347.041 +15 Jul 2020 18:00 UT 24.72 24.471 1797.0 398854 3.4897 15.8593 -123.961 0.673 -3.460 3.873 347.211 +15 Jul 2020 19:00 UT 24.37 24.513 1797.6 398711 3.5231 16.0190 -124.471 0.674 -3.502 3.824 347.383 +15 Jul 2020 20:00 UT 24.02 24.555 1798.3 398566 3.5566 16.1777 -124.981 0.674 -3.544 3.773 347.555 +15 Jul 2020 21:00 UT 23.67 24.596 1798.9 398420 3.5902 16.3353 -125.490 0.675 -3.586 3.723 347.729 +15 Jul 2020 22:00 UT 23.32 24.638 1799.6 398272 3.6239 16.4918 -126.000 0.676 -3.627 3.672 347.905 +15 Jul 2020 23:00 UT 22.98 24.680 1800.3 398122 3.6577 16.6473 -126.510 0.676 -3.668 3.621 348.081 +16 Jul 2020 00:00 UT 22.63 24.721 1800.9 397972 3.6915 16.8016 -127.020 0.677 -3.708 3.570 348.259 +16 Jul 2020 01:00 UT 22.29 24.763 1801.6 397820 3.7255 16.9548 -127.530 0.677 -3.748 3.518 348.438 +16 Jul 2020 02:00 UT 21.95 24.805 1802.3 397666 3.7595 17.1069 -128.040 0.678 -3.788 3.466 348.618 +16 Jul 2020 03:00 UT 21.61 24.846 1803.0 397511 3.7936 17.2578 -128.550 0.679 -3.827 3.413 348.799 +16 Jul 2020 04:00 UT 21.27 24.888 1803.7 397355 3.8278 17.4076 -129.060 0.679 -3.866 3.361 348.982 +16 Jul 2020 05:00 UT 20.93 24.930 1804.5 397197 3.8620 17.5562 -129.570 0.680 -3.905 3.308 349.166 +16 Jul 2020 06:00 UT 20.60 24.971 1805.2 397038 3.8964 17.7035 -130.080 0.681 -3.943 3.255 349.351 +16 Jul 2020 07:00 UT 20.26 25.013 1805.9 396877 3.9309 17.8497 -130.591 0.681 -3.981 3.201 349.537 +16 Jul 2020 08:00 UT 19.93 25.055 1806.6 396715 3.9654 17.9946 -131.101 0.682 -4.018 3.147 349.724 +16 Jul 2020 09:00 UT 19.60 25.096 1807.4 396552 4.0000 18.1383 -131.611 0.683 -4.055 3.093 349.913 +16 Jul 2020 10:00 UT 19.27 25.138 1808.1 396388 4.0347 18.2807 -132.121 0.683 -4.092 3.038 350.103 +16 Jul 2020 11:00 UT 18.95 25.180 1808.9 396223 4.0695 18.4218 -132.631 0.684 -4.128 2.984 350.294 +16 Jul 2020 12:00 UT 18.62 25.221 1809.7 396056 4.1044 18.5616 -133.141 0.685 -4.164 2.928 350.486 +16 Jul 2020 13:00 UT 18.30 25.263 1810.4 395888 4.1394 18.7001 -133.651 0.685 -4.199 2.873 350.679 +16 Jul 2020 14:00 UT 17.98 25.305 1811.2 395719 4.1744 18.8372 -134.161 0.686 -4.234 2.818 350.874 +16 Jul 2020 15:00 UT 17.66 25.346 1812.0 395549 4.2096 18.9730 -134.671 0.687 -4.268 2.762 351.069 +16 Jul 2020 16:00 UT 17.34 25.388 1812.8 395377 4.2448 19.1074 -135.181 0.687 -4.302 2.705 351.266 +16 Jul 2020 17:00 UT 17.03 25.430 1813.6 395205 4.2802 19.2405 -135.691 0.688 -4.336 2.649 351.464 +16 Jul 2020 18:00 UT 16.72 25.471 1814.3 395031 4.3156 19.3721 -136.201 0.689 -4.369 2.592 351.663 +16 Jul 2020 19:00 UT 16.40 25.513 1815.2 394857 4.3511 19.5023 -136.712 0.689 -4.401 2.535 351.863 +16 Jul 2020 20:00 UT 16.10 25.555 1816.0 394681 4.3867 19.6311 -137.222 0.690 -4.434 2.478 352.064 +16 Jul 2020 21:00 UT 15.79 25.596 1816.8 394504 4.4224 19.7584 -137.732 0.691 -4.465 2.421 352.267 +16 Jul 2020 22:00 UT 15.48 25.638 1817.6 394327 4.4582 19.8843 -138.242 0.691 -4.497 2.363 352.470 +16 Jul 2020 23:00 UT 15.18 25.680 1818.4 394148 4.4941 20.0086 -138.752 0.692 -4.527 2.305 352.674 +17 Jul 2020 00:00 UT 14.88 25.721 1819.2 393968 4.5301 20.1315 -139.262 0.693 -4.558 2.247 352.880 +17 Jul 2020 01:00 UT 14.58 25.763 1820.1 393788 4.5661 20.2528 -139.773 0.693 -4.588 2.188 353.086 +17 Jul 2020 02:00 UT 14.29 25.805 1820.9 393607 4.6023 20.3726 -140.283 0.694 -4.617 2.130 353.294 +17 Jul 2020 03:00 UT 13.99 25.846 1821.8 393424 4.6385 20.4908 -140.793 0.695 -4.646 2.071 353.503 +17 Jul 2020 04:00 UT 13.70 25.888 1822.6 393241 4.6749 20.6074 -141.303 0.695 -4.674 2.012 353.712 +17 Jul 2020 05:00 UT 13.41 25.930 1823.5 393058 4.7113 20.7224 -141.813 0.696 -4.702 1.952 353.923 +17 Jul 2020 06:00 UT 13.12 25.971 1824.3 392873 4.7479 20.8358 -142.324 0.697 -4.730 1.893 354.134 +17 Jul 2020 07:00 UT 12.84 26.013 1825.2 392687 4.7845 20.9476 -142.834 0.697 -4.756 1.833 354.347 +17 Jul 2020 08:00 UT 12.56 26.055 1826.0 392501 4.8212 21.0577 -143.344 0.698 -4.783 1.773 354.561 +17 Jul 2020 09:00 UT 12.28 26.096 1826.9 392314 4.8580 21.1662 -143.854 0.699 -4.809 1.713 354.775 +17 Jul 2020 10:00 UT 12.00 26.138 1827.8 392127 4.8949 21.2730 -144.365 0.699 -4.834 1.652 354.990 +17 Jul 2020 11:00 UT 11.72 26.180 1828.7 391939 4.9319 21.3780 -144.875 0.700 -4.859 1.592 355.207 +17 Jul 2020 12:00 UT 11.45 26.221 1829.5 391750 4.9690 21.4814 -145.385 0.701 -4.883 1.531 355.424 +17 Jul 2020 13:00 UT 11.18 26.263 1830.4 391560 5.0061 21.5830 -145.895 0.701 -4.907 1.470 355.642 +17 Jul 2020 14:00 UT 10.91 26.305 1831.3 391370 5.0434 21.6828 -146.406 0.702 -4.931 1.409 355.861 +17 Jul 2020 15:00 UT 10.65 26.346 1832.2 391179 5.0808 21.7809 -146.916 0.703 -4.953 1.347 356.081 +17 Jul 2020 16:00 UT 10.39 26.388 1833.1 390988 5.1182 21.8772 -147.426 0.704 -4.976 1.286 356.302 +17 Jul 2020 17:00 UT 10.13 26.430 1834.0 390796 5.1557 21.9717 -147.936 0.704 -4.997 1.224 356.523 +17 Jul 2020 18:00 UT 9.87 26.471 1834.9 390604 5.1934 22.0643 -148.447 0.705 -5.018 1.162 356.745 +17 Jul 2020 19:00 UT 9.61 26.513 1835.8 390412 5.2311 22.1551 -148.957 0.706 -5.039 1.100 356.968 +17 Jul 2020 20:00 UT 9.36 26.555 1836.7 390218 5.2689 22.2440 -149.467 0.706 -5.059 1.038 357.192 +17 Jul 2020 21:00 UT 9.11 26.596 1837.6 390025 5.3068 22.3311 -149.978 0.707 -5.079 0.976 357.417 +17 Jul 2020 22:00 UT 8.87 26.638 1838.6 389831 5.3447 22.4162 -150.488 0.708 -5.098 0.914 357.642 +17 Jul 2020 23:00 UT 8.62 26.680 1839.5 389637 5.3828 22.4995 -150.998 0.708 -5.116 0.851 357.868 +18 Jul 2020 00:00 UT 8.38 26.721 1840.4 389442 5.4209 22.5808 -151.509 0.709 -5.134 0.788 358.095 +18 Jul 2020 01:00 UT 8.14 26.763 1841.3 389247 5.4592 22.6602 -152.019 0.710 -5.152 0.725 358.322 +18 Jul 2020 02:00 UT 7.91 26.805 1842.2 389052 5.4975 22.7376 -152.529 0.711 -5.168 0.662 358.550 +18 Jul 2020 03:00 UT 7.68 26.846 1843.2 388857 5.5359 22.8130 -153.040 0.711 -5.185 0.599 358.779 +18 Jul 2020 04:00 UT 7.45 26.888 1844.1 388661 5.5744 22.8864 -153.550 0.712 -5.200 0.536 359.008 +18 Jul 2020 05:00 UT 7.22 26.930 1845.0 388465 5.6129 22.9578 -154.060 0.713 -5.215 0.473 359.237 +18 Jul 2020 06:00 UT 7.00 26.971 1845.9 388269 5.6516 23.0272 -154.571 0.713 -5.230 0.409 359.468 +18 Jul 2020 07:00 UT 6.78 27.013 1846.9 388073 5.6903 23.0946 -155.081 0.714 -5.244 0.346 359.699 +18 Jul 2020 08:00 UT 6.56 27.055 1847.8 387876 5.7291 23.1598 -155.591 0.715 -5.257 0.282 359.930 +18 Jul 2020 09:00 UT 6.35 27.096 1848.8 387680 5.7680 23.2230 -156.102 0.716 -5.270 0.219 0.162 +18 Jul 2020 10:00 UT 6.14 27.138 1849.7 387483 5.8070 23.2841 -156.612 0.716 -5.282 0.155 0.394 +18 Jul 2020 11:00 UT 5.93 27.180 1850.6 387287 5.8461 23.3431 -157.123 0.717 -5.294 0.091 0.627 +18 Jul 2020 12:00 UT 5.72 27.221 1851.6 387090 5.8852 23.4000 -157.633 0.718 -5.305 0.027 0.860 +18 Jul 2020 13:00 UT 5.52 27.263 1852.5 386894 5.9244 23.4547 -158.143 0.719 -5.316 -0.037 1.093 +18 Jul 2020 14:00 UT 5.32 27.305 1853.5 386697 5.9636 23.5073 -158.654 0.719 -5.325 -0.101 1.327 +18 Jul 2020 15:00 UT 5.13 27.346 1854.4 386501 6.0030 23.5577 -159.164 0.720 -5.335 -0.165 1.561 +18 Jul 2020 16:00 UT 4.94 27.388 1855.3 386304 6.0424 23.6060 -159.675 0.721 -5.344 -0.229 1.795 +18 Jul 2020 17:00 UT 4.75 27.430 1856.3 386108 6.0819 23.6520 -160.185 0.722 -5.352 -0.294 2.030 +18 Jul 2020 18:00 UT 4.56 27.471 1857.2 385912 6.1215 23.6959 -160.695 0.722 -5.359 -0.358 2.265 +18 Jul 2020 19:00 UT 4.38 27.513 1858.2 385716 6.1611 23.7375 -161.206 0.723 -5.366 -0.422 2.500 +18 Jul 2020 20:00 UT 4.20 27.555 1859.1 385520 6.2008 23.7768 -161.716 0.724 -5.373 -0.486 2.735 +18 Jul 2020 21:00 UT 4.03 27.596 1860.1 385324 6.2405 23.8140 -162.227 0.725 -5.378 -0.551 2.971 +18 Jul 2020 22:00 UT 3.85 27.638 1861.0 385129 6.2804 23.8488 -162.737 0.725 -5.384 -0.615 3.206 +18 Jul 2020 23:00 UT 3.69 27.680 1861.9 384933 6.3203 23.8814 -163.248 0.726 -5.388 -0.679 3.442 +19 Jul 2020 00:00 UT 3.52 27.721 1862.9 384738 6.3602 23.9117 -163.758 0.727 -5.392 -0.744 3.678 +19 Jul 2020 01:00 UT 3.36 27.763 1863.8 384544 6.4002 23.9397 -164.269 0.728 -5.396 -0.808 3.913 +19 Jul 2020 02:00 UT 3.20 27.805 1864.8 384350 6.4403 23.9654 -164.779 0.728 -5.398 -0.872 4.149 +19 Jul 2020 03:00 UT 3.05 27.846 1865.7 384156 6.4804 23.9888 -165.289 0.729 -5.401 -0.937 4.385 +19 Jul 2020 04:00 UT 2.90 27.888 1866.7 383962 6.5206 24.0098 -165.800 0.730 -5.402 -1.001 4.620 +19 Jul 2020 05:00 UT 2.75 27.930 1867.6 383769 6.5609 24.0285 -166.310 0.731 -5.403 -1.065 4.856 +19 Jul 2020 06:00 UT 2.61 27.971 1868.5 383576 6.6011 24.0449 -166.821 0.731 -5.403 -1.130 5.091 +19 Jul 2020 07:00 UT 2.47 28.013 1869.5 383384 6.6415 24.0589 -167.331 0.732 -5.403 -1.194 5.327 +19 Jul 2020 08:00 UT 2.33 28.055 1870.4 383192 6.6819 24.0705 -167.842 0.733 -5.402 -1.258 5.562 +19 Jul 2020 09:00 UT 2.20 28.096 1871.3 383001 6.7223 24.0797 -168.352 0.734 -5.401 -1.322 5.796 +19 Jul 2020 10:00 UT 2.07 28.138 1872.3 382810 6.7628 24.0865 -168.863 0.734 -5.399 -1.386 6.031 +19 Jul 2020 11:00 UT 1.95 28.180 1873.2 382620 6.8034 24.0910 -169.373 0.735 -5.396 -1.450 6.265 +19 Jul 2020 12:00 UT 1.82 28.221 1874.1 382430 6.8439 24.0930 -169.884 0.736 -5.393 -1.514 6.499 +19 Jul 2020 13:00 UT 1.71 28.263 1875.1 382241 6.8846 24.0926 -170.394 0.737 -5.389 -1.577 6.733 +19 Jul 2020 14:00 UT 1.59 28.305 1876.0 382053 6.9252 24.0898 -170.905 0.738 -5.385 -1.641 6.966 +19 Jul 2020 15:00 UT 1.48 28.346 1876.9 381865 6.9659 24.0846 -171.415 0.738 -5.380 -1.705 7.199 +19 Jul 2020 16:00 UT 1.38 28.388 1877.8 381678 7.0067 24.0769 -171.926 0.739 -5.374 -1.768 7.431 +19 Jul 2020 17:00 UT 1.28 28.430 1878.7 381492 7.0475 24.0668 -172.436 0.740 -5.368 -1.832 7.663 +19 Jul 2020 18:00 UT 1.18 28.471 1879.7 381306 7.0883 24.0542 -172.947 0.741 -5.361 -1.895 7.894 +19 Jul 2020 19:00 UT 1.08 28.513 1880.6 381121 7.1291 24.0392 -173.457 0.742 -5.354 -1.958 8.125 +19 Jul 2020 20:00 UT 0.99 28.555 1881.5 380937 7.1700 24.0217 -173.968 0.742 -5.346 -2.021 8.355 +19 Jul 2020 21:00 UT 0.91 28.596 1882.4 380753 7.2109 24.0018 -174.478 0.743 -5.337 -2.084 8.584 +19 Jul 2020 22:00 UT 0.83 28.638 1883.3 380571 7.2518 23.9793 -174.989 0.744 -5.328 -2.147 8.813 +19 Jul 2020 23:00 UT 0.75 28.680 1884.2 380389 7.2928 23.9545 -175.499 0.745 -5.318 -2.209 9.041 +20 Jul 2020 00:00 UT 0.67 28.721 1885.1 380208 7.3338 23.9271 -176.010 0.746 -5.307 -2.272 9.268 +20 Jul 2020 01:00 UT 0.60 28.763 1886.0 380028 7.3748 23.8973 -176.520 0.746 -5.296 -2.334 9.495 +20 Jul 2020 02:00 UT 0.54 28.805 1886.9 379848 7.4158 23.8650 -177.031 0.747 -5.285 -2.396 9.720 +20 Jul 2020 03:00 UT 0.48 28.846 1887.8 379670 7.4568 23.8302 -177.541 0.748 -5.273 -2.458 9.945 +20 Jul 2020 04:00 UT 0.42 28.888 1888.6 379493 7.4979 23.7929 -178.052 0.749 -5.260 -2.520 10.169 +20 Jul 2020 05:00 UT 0.37 28.930 1889.5 379316 7.5389 23.7531 -178.562 0.750 -5.246 -2.581 10.392 +20 Jul 2020 06:00 UT 0.32 28.971 1890.4 379141 7.5800 23.7109 -179.073 0.750 -5.232 -2.643 10.614 +20 Jul 2020 07:00 UT 0.27 29.013 1891.3 378966 7.6211 23.6662 -179.583 0.751 -5.218 -2.704 10.835 +20 Jul 2020 08:00 UT 0.23 29.055 1892.1 378793 7.6622 23.6189 179.906 0.752 -5.203 -2.765 11.055 +20 Jul 2020 09:00 UT 0.19 29.096 1893.0 378620 7.7033 23.5692 179.396 0.753 -5.187 -2.826 11.274 +20 Jul 2020 10:00 UT 0.16 29.138 1893.8 378449 7.7444 23.5170 178.885 0.754 -5.171 -2.886 11.492 +20 Jul 2020 11:00 UT 0.13 29.180 1894.7 378278 7.7856 23.4624 178.375 0.755 -5.154 -2.946 11.709 +20 Jul 2020 12:00 UT 0.11 29.221 1895.5 378109 7.8267 23.4052 177.864 0.755 -5.136 -3.006 11.924 +20 Jul 2020 13:00 UT 0.09 29.263 1896.4 377941 7.8678 23.3456 177.354 0.756 -5.118 -3.066 12.139 +20 Jul 2020 14:00 UT 0.07 29.305 1897.2 377774 7.9089 23.2835 176.843 0.757 -5.100 -3.126 12.352 +20 Jul 2020 15:00 UT 0.06 29.346 1898.1 377608 7.9501 23.2189 176.332 0.758 -5.080 -3.185 12.564 +20 Jul 2020 16:00 UT 0.05 29.388 1898.9 377443 7.9912 23.1519 175.822 0.759 -5.061 -3.244 12.775 +20 Jul 2020 17:00 UT 0.05 29.430 1899.7 377279 8.0323 23.0824 175.311 0.760 -5.040 -3.303 12.984 +20 Jul 2020 18:00 UT 0.05 0.019 1900.5 377117 8.0734 23.0104 174.801 0.760 -5.019 -3.361 13.192 +20 Jul 2020 19:00 UT 0.06 0.060 1901.3 376956 8.1145 22.9360 174.290 0.761 -4.998 -3.419 13.399 +20 Jul 2020 20:00 UT 0.07 0.102 1902.2 376796 8.1556 22.8592 173.780 0.762 -4.976 -3.477 13.604 +20 Jul 2020 21:00 UT 0.08 0.144 1903.0 376637 8.1966 22.7798 173.269 0.763 -4.953 -3.535 13.807 +20 Jul 2020 22:00 UT 0.10 0.185 1903.8 376479 8.2377 22.6981 172.759 0.764 -4.930 -3.592 14.010 +20 Jul 2020 23:00 UT 0.12 0.227 1904.5 376323 8.2787 22.6139 172.248 0.765 -4.907 -3.649 14.210 +21 Jul 2020 00:00 UT 0.15 0.269 1905.3 376168 8.3198 22.5274 171.738 0.765 -4.882 -3.706 14.409 +21 Jul 2020 01:00 UT 0.18 0.310 1906.1 376014 8.3608 22.4384 171.227 0.766 -4.858 -3.762 14.607 +21 Jul 2020 02:00 UT 0.22 0.352 1906.9 375862 8.4017 22.3470 170.717 0.767 -4.832 -3.818 14.803 +21 Jul 2020 03:00 UT 0.26 0.394 1907.6 375711 8.4427 22.2532 170.206 0.768 -4.807 -3.873 14.997 +21 Jul 2020 04:00 UT 0.31 0.435 1908.4 375561 8.4836 22.1570 169.696 0.769 -4.780 -3.929 15.190 +21 Jul 2020 05:00 UT 0.36 0.477 1909.2 375412 8.5246 22.0584 169.185 0.770 -4.753 -3.983 15.381 +21 Jul 2020 06:00 UT 0.41 0.519 1909.9 375265 8.5655 21.9575 168.675 0.771 -4.726 -4.038 15.570 +21 Jul 2020 07:00 UT 0.47 0.560 1910.7 375120 8.6063 21.8542 168.164 0.772 -4.698 -4.092 15.758 +21 Jul 2020 08:00 UT 0.53 0.602 1911.4 374976 8.6471 21.7486 167.654 0.772 -4.670 -4.146 15.943 +21 Jul 2020 09:00 UT 0.60 0.644 1912.1 374833 8.6879 21.6406 167.143 0.773 -4.641 -4.199 16.127 +21 Jul 2020 10:00 UT 0.67 0.685 1912.8 374691 8.7287 21.5303 166.633 0.774 -4.611 -4.252 16.309 +21 Jul 2020 11:00 UT 0.75 0.727 1913.6 374551 8.7695 21.4177 166.122 0.775 -4.581 -4.305 16.489 +21 Jul 2020 12:00 UT 0.83 0.769 1914.3 374413 8.8102 21.3028 165.612 0.776 -4.551 -4.357 16.668 +21 Jul 2020 13:00 UT 0.92 0.810 1915.0 374276 8.8508 21.1856 165.101 0.777 -4.520 -4.409 16.844 +21 Jul 2020 14:00 UT 1.01 0.852 1915.7 374140 8.8915 21.0661 164.591 0.778 -4.488 -4.460 17.019 +21 Jul 2020 15:00 UT 1.10 0.894 1916.3 374006 8.9320 20.9444 164.080 0.779 -4.457 -4.511 17.191 +21 Jul 2020 16:00 UT 1.20 0.935 1917.0 373873 8.9726 20.8204 163.570 0.779 -4.424 -4.561 17.362 +21 Jul 2020 17:00 UT 1.30 0.977 1917.7 373742 9.0131 20.6942 163.059 0.780 -4.391 -4.611 17.530 +21 Jul 2020 18:00 UT 1.41 1.019 1918.4 373612 9.0536 20.5658 162.549 0.781 -4.358 -4.661 17.697 +21 Jul 2020 19:00 UT 1.52 1.060 1919.0 373484 9.0940 20.4352 162.038 0.782 -4.324 -4.710 17.861 +21 Jul 2020 20:00 UT 1.64 1.102 1919.7 373357 9.1344 20.3024 161.528 0.783 -4.290 -4.759 18.024 +21 Jul 2020 21:00 UT 1.76 1.144 1920.3 373232 9.1748 20.1674 161.017 0.784 -4.255 -4.807 18.184 +21 Jul 2020 22:00 UT 1.89 1.185 1921.0 373109 9.2151 20.0302 160.507 0.785 -4.220 -4.855 18.342 +21 Jul 2020 23:00 UT 2.02 1.227 1921.6 372987 9.2553 19.8910 159.997 0.786 -4.184 -4.902 18.499 +22 Jul 2020 00:00 UT 2.15 1.269 1922.2 372866 9.2955 19.7496 159.486 0.787 -4.148 -4.949 18.653 +22 Jul 2020 01:00 UT 2.29 1.310 1922.8 372747 9.3357 19.6061 158.976 0.788 -4.112 -4.995 18.804 +22 Jul 2020 02:00 UT 2.43 1.352 1923.4 372630 9.3758 19.4605 158.465 0.788 -4.075 -5.041 18.954 +22 Jul 2020 03:00 UT 2.58 1.394 1924.0 372514 9.4158 19.3128 157.955 0.789 -4.037 -5.086 19.101 +22 Jul 2020 04:00 UT 2.73 1.435 1924.6 372400 9.4559 19.1631 157.444 0.790 -4.000 -5.131 19.247 +22 Jul 2020 05:00 UT 2.89 1.477 1925.2 372287 9.4958 19.0113 156.934 0.791 -3.961 -5.175 19.390 +22 Jul 2020 06:00 UT 3.05 1.519 1925.8 372176 9.5357 18.8575 156.423 0.792 -3.923 -5.218 19.530 +22 Jul 2020 07:00 UT 3.22 1.560 1926.3 372067 9.5756 18.7018 155.913 0.793 -3.884 -5.262 19.669 +22 Jul 2020 08:00 UT 3.38 1.602 1926.9 371959 9.6154 18.5440 155.403 0.794 -3.844 -5.304 19.805 +22 Jul 2020 09:00 UT 3.56 1.644 1927.4 371853 9.6552 18.3843 154.892 0.795 -3.804 -5.346 19.939 +22 Jul 2020 10:00 UT 3.74 1.685 1928.0 371748 9.6949 18.2226 154.382 0.796 -3.764 -5.388 20.071 +22 Jul 2020 11:00 UT 3.92 1.727 1928.5 371645 9.7345 18.0590 153.871 0.797 -3.724 -5.429 20.200 +22 Jul 2020 12:00 UT 4.11 1.769 1929.0 371544 9.7741 17.8936 153.361 0.798 -3.683 -5.469 20.327 +22 Jul 2020 13:00 UT 4.30 1.810 1929.6 371444 9.8136 17.7262 152.851 0.799 -3.641 -5.509 20.452 +22 Jul 2020 14:00 UT 4.49 1.852 1930.1 371346 9.8531 17.5570 152.340 0.799 -3.600 -5.548 20.574 +22 Jul 2020 15:00 UT 4.70 1.894 1930.6 371249 9.8925 17.3859 151.830 0.800 -3.558 -5.587 20.694 +22 Jul 2020 16:00 UT 4.90 1.935 1931.1 371155 9.9319 17.2130 151.319 0.801 -3.515 -5.625 20.811 +22 Jul 2020 17:00 UT 5.11 1.977 1931.5 371061 9.9712 17.0383 150.809 0.802 -3.473 -5.663 20.927 +22 Jul 2020 18:00 UT 5.32 2.019 1932.0 370970 10.0105 16.8618 150.299 0.803 -3.429 -5.700 21.039 +22 Jul 2020 19:00 UT 5.54 2.060 1932.5 370880 10.0497 16.6836 149.788 0.804 -3.386 -5.736 21.150 +22 Jul 2020 20:00 UT 5.76 2.102 1933.0 370792 10.0888 16.5036 149.278 0.805 -3.342 -5.772 21.258 +22 Jul 2020 21:00 UT 5.99 2.144 1933.4 370705 10.1279 16.3220 148.768 0.806 -3.298 -5.807 21.363 +22 Jul 2020 22:00 UT 6.22 2.185 1933.9 370620 10.1669 16.1386 148.257 0.807 -3.254 -5.841 21.466 +22 Jul 2020 23:00 UT 6.45 2.227 1934.3 370537 10.2059 15.9535 147.747 0.808 -3.209 -5.875 21.567 +23 Jul 2020 00:00 UT 6.69 2.269 1934.7 370455 10.2448 15.7668 147.237 0.809 -3.164 -5.909 21.665 +23 Jul 2020 01:00 UT 6.93 2.310 1935.1 370375 10.2837 15.5785 146.726 0.810 -3.119 -5.941 21.761 +23 Jul 2020 02:00 UT 7.18 2.352 1935.5 370297 10.3225 15.3886 146.216 0.811 -3.073 -5.973 21.855 +23 Jul 2020 03:00 UT 7.43 2.394 1935.9 370220 10.3612 15.1971 145.706 0.812 -3.027 -6.005 21.946 +23 Jul 2020 04:00 UT 7.68 2.435 1936.3 370145 10.3999 15.0040 145.195 0.813 -2.981 -6.036 22.034 +23 Jul 2020 05:00 UT 7.94 2.477 1936.7 370071 10.4385 14.8094 144.685 0.814 -2.935 -6.066 22.120 +23 Jul 2020 06:00 UT 8.20 2.519 1937.1 369999 10.4771 14.6133 144.175 0.815 -2.888 -6.095 22.204 +23 Jul 2020 07:00 UT 8.47 2.560 1937.5 369929 10.5156 14.4157 143.664 0.816 -2.841 -6.124 22.285 +23 Jul 2020 08:00 UT 8.74 2.602 1937.8 369860 10.5541 14.2166 143.154 0.817 -2.794 -6.152 22.363 +23 Jul 2020 09:00 UT 9.01 2.644 1938.2 369794 10.5925 14.0161 142.644 0.818 -2.747 -6.180 22.439 +23 Jul 2020 10:00 UT 9.29 2.685 1938.5 369728 10.6308 13.8142 142.134 0.818 -2.699 -6.206 22.513 +23 Jul 2020 11:00 UT 9.58 2.727 1938.8 369665 10.6691 13.6108 141.623 0.819 -2.651 -6.233 22.584 +23 Jul 2020 12:00 UT 9.86 2.769 1939.2 369603 10.7074 13.4061 141.113 0.820 -2.603 -6.258 22.653 +23 Jul 2020 13:00 UT 10.15 2.810 1939.5 369542 10.7456 13.2000 140.603 0.821 -2.555 -6.283 22.719 +23 Jul 2020 14:00 UT 10.45 2.852 1939.8 369483 10.7837 12.9927 140.093 0.822 -2.506 -6.307 22.783 +23 Jul 2020 15:00 UT 10.74 2.894 1940.1 369426 10.8217 12.7840 139.582 0.823 -2.457 -6.331 22.844 +23 Jul 2020 16:00 UT 11.04 2.935 1940.4 369370 10.8598 12.5740 139.072 0.824 -2.408 -6.353 22.903 +23 Jul 2020 17:00 UT 11.35 2.977 1940.7 369316 10.8977 12.3628 138.562 0.825 -2.359 -6.375 22.960 +23 Jul 2020 18:00 UT 11.66 3.019 1941.0 369264 10.9356 12.1503 138.052 0.826 -2.310 -6.397 23.013 +23 Jul 2020 19:00 UT 11.97 3.060 1941.2 369213 10.9735 11.9366 137.542 0.827 -2.261 -6.418 23.065 +23 Jul 2020 20:00 UT 12.29 3.102 1941.5 369164 11.0113 11.7218 137.031 0.828 -2.211 -6.438 23.114 +23 Jul 2020 21:00 UT 12.61 3.144 1941.7 369117 11.0491 11.5058 136.521 0.829 -2.161 -6.457 23.160 +23 Jul 2020 22:00 UT 12.93 3.185 1942.0 369071 11.0868 11.2886 136.011 0.830 -2.111 -6.475 23.204 +23 Jul 2020 23:00 UT 13.26 3.227 1942.2 369026 11.1244 11.0704 135.501 0.831 -2.061 -6.493 23.246 +24 Jul 2020 00:00 UT 13.59 3.269 1942.4 368983 11.1620 10.8510 134.991 0.832 -2.011 -6.510 23.285 +24 Jul 2020 01:00 UT 13.92 3.310 1942.6 368942 11.1996 10.6306 134.481 0.833 -1.960 -6.527 23.322 +24 Jul 2020 02:00 UT 14.26 3.352 1942.9 368902 11.2371 10.4092 133.971 0.834 -1.910 -6.543 23.356 +24 Jul 2020 03:00 UT 14.60 3.394 1943.1 368864 11.2745 10.1867 133.460 0.835 -1.859 -6.558 23.388 +24 Jul 2020 04:00 UT 14.95 3.435 1943.2 368827 11.3119 9.9633 132.950 0.836 -1.808 -6.572 23.417 +24 Jul 2020 05:00 UT 15.29 3.477 1943.4 368792 11.3493 9.7389 132.440 0.837 -1.758 -6.586 23.444 +24 Jul 2020 06:00 UT 15.64 3.519 1943.6 368759 11.3866 9.5135 131.930 0.838 -1.707 -6.599 23.468 +24 Jul 2020 07:00 UT 16.00 3.560 1943.8 368727 11.4239 9.2872 131.420 0.839 -1.656 -6.611 23.490 +24 Jul 2020 08:00 UT 16.36 3.602 1943.9 368696 11.4611 9.0601 130.910 0.840 -1.604 -6.622 23.510 +24 Jul 2020 09:00 UT 16.72 3.644 1944.1 368667 11.4983 8.8320 130.400 0.841 -1.553 -6.633 23.527 +24 Jul 2020 10:00 UT 17.08 3.685 1944.2 368640 11.5354 8.6031 129.890 0.842 -1.502 -6.643 23.542 +24 Jul 2020 11:00 UT 17.45 3.727 1944.4 368614 11.5725 8.3734 129.380 0.843 -1.450 -6.652 23.554 +24 Jul 2020 12:00 UT 17.82 3.769 1944.5 368589 11.6096 8.1429 128.870 0.844 -1.399 -6.661 23.564 +24 Jul 2020 13:00 UT 18.19 3.810 1944.6 368566 11.6466 7.9117 128.360 0.845 -1.347 -6.668 23.571 +24 Jul 2020 14:00 UT 18.57 3.852 1944.7 368544 11.6836 7.6797 127.850 0.847 -1.296 -6.675 23.577 +24 Jul 2020 15:00 UT 18.95 3.894 1944.8 368524 11.7205 7.4469 127.340 0.848 -1.244 -6.682 23.579 +24 Jul 2020 16:00 UT 19.33 3.935 1944.9 368506 11.7574 7.2135 126.830 0.849 -1.193 -6.687 23.580 +24 Jul 2020 17:00 UT 19.71 3.977 1945.0 368488 11.7942 6.9794 126.320 0.850 -1.141 -6.692 23.578 +24 Jul 2020 18:00 UT 20.10 4.019 1945.1 368473 11.8311 6.7446 125.810 0.851 -1.089 -6.696 23.574 +24 Jul 2020 19:00 UT 20.49 4.060 1945.2 368458 11.8679 6.5092 125.300 0.852 -1.038 -6.700 23.567 +24 Jul 2020 20:00 UT 20.89 4.102 1945.3 368445 11.9046 6.2732 124.790 0.853 -0.986 -6.702 23.558 +24 Jul 2020 21:00 UT 21.28 4.144 1945.3 368434 11.9413 6.0367 124.280 0.854 -0.934 -6.704 23.547 +24 Jul 2020 22:00 UT 21.68 4.185 1945.4 368424 11.9780 5.7995 123.770 0.855 -0.882 -6.705 23.533 +24 Jul 2020 23:00 UT 22.08 4.227 1945.4 368415 12.0147 5.5619 123.260 0.856 -0.831 -6.706 23.517 +25 Jul 2020 00:00 UT 22.49 4.269 1945.5 368408 12.0513 5.3237 122.750 0.857 -0.779 -6.706 23.499 +25 Jul 2020 01:00 UT 22.89 4.310 1945.5 368402 12.0879 5.0851 122.240 0.858 -0.727 -6.705 23.478 +25 Jul 2020 02:00 UT 23.30 4.352 1945.5 368397 12.1245 4.8460 121.730 0.859 -0.676 -6.703 23.455 +25 Jul 2020 03:00 UT 23.71 4.394 1945.5 368394 12.1610 4.6064 121.220 0.860 -0.624 -6.700 23.430 +25 Jul 2020 04:00 UT 24.13 4.435 1945.5 368392 12.1975 4.3665 120.711 0.861 -0.572 -6.697 23.402 +25 Jul 2020 05:00 UT 24.55 4.477 1945.5 368392 12.2340 4.1262 120.201 0.862 -0.521 -6.693 23.373 +25 Jul 2020 06:00 UT 24.97 4.519 1945.5 368393 12.2705 3.8855 119.691 0.863 -0.469 -6.688 23.341 +25 Jul 2020 07:00 UT 25.39 4.560 1945.5 368395 12.3069 3.6444 119.181 0.864 -0.418 -6.683 23.306 +25 Jul 2020 08:00 UT 25.81 4.602 1945.5 368398 12.3434 3.4031 118.671 0.865 -0.366 -6.677 23.270 +25 Jul 2020 09:00 UT 26.24 4.644 1945.5 368403 12.3797 3.1615 118.161 0.866 -0.315 -6.670 23.231 +25 Jul 2020 10:00 UT 26.66 4.685 1945.5 368409 12.4161 2.9196 117.652 0.868 -0.264 -6.662 23.190 +25 Jul 2020 11:00 UT 27.09 4.727 1945.4 368416 12.4525 2.6774 117.142 0.869 -0.213 -6.654 23.147 +25 Jul 2020 12:00 UT 27.53 4.769 1945.4 368425 12.4888 2.4351 116.632 0.870 -0.161 -6.645 23.101 +25 Jul 2020 13:00 UT 27.96 4.810 1945.3 368435 12.5252 2.1925 116.122 0.871 -0.110 -6.635 23.054 +25 Jul 2020 14:00 UT 28.40 4.852 1945.3 368446 12.5615 1.9498 115.613 0.872 -0.059 -6.624 23.004 +25 Jul 2020 15:00 UT 28.84 4.894 1945.2 368458 12.5978 1.7069 115.103 0.873 -0.009 -6.613 22.952 +25 Jul 2020 16:00 UT 29.28 4.935 1945.1 368472 12.6340 1.4639 114.593 0.874 0.042 -6.601 22.897 +25 Jul 2020 17:00 UT 29.72 4.977 1945.0 368486 12.6703 1.2208 114.083 0.875 0.093 -6.588 22.841 +25 Jul 2020 18:00 UT 30.16 5.019 1945.0 368502 12.7066 0.9776 113.574 0.876 0.143 -6.575 22.782 +25 Jul 2020 19:00 UT 30.61 5.060 1944.9 368520 12.7428 0.7343 113.064 0.877 0.194 -6.561 22.722 +25 Jul 2020 20:00 UT 31.06 5.102 1944.8 368538 12.7790 0.4910 112.554 0.878 0.244 -6.546 22.659 +25 Jul 2020 21:00 UT 31.51 5.144 1944.7 368557 12.8153 0.2478 112.045 0.879 0.294 -6.530 22.594 +25 Jul 2020 22:00 UT 31.96 5.185 1944.6 368578 12.8515 0.0045 111.535 0.881 0.344 -6.514 22.527 +25 Jul 2020 23:00 UT 32.41 5.227 1944.4 368600 12.8877 -0.2387 111.025 0.882 0.394 -6.497 22.457 +26 Jul 2020 00:00 UT 32.86 5.269 1944.3 368623 12.9239 -0.4819 110.516 0.883 0.444 -6.479 22.386 +26 Jul 2020 01:00 UT 33.32 5.310 1944.2 368647 12.9601 -0.7250 110.006 0.884 0.493 -6.461 22.313 +26 Jul 2020 02:00 UT 33.78 5.352 1944.1 368673 12.9963 -0.9680 109.496 0.885 0.543 -6.441 22.237 +26 Jul 2020 03:00 UT 34.24 5.394 1943.9 368699 13.0325 -1.2108 108.987 0.886 0.592 -6.422 22.159 +26 Jul 2020 04:00 UT 34.70 5.435 1943.8 368727 13.0687 -1.4535 108.477 0.887 0.641 -6.401 22.080 +26 Jul 2020 05:00 UT 35.16 5.477 1943.6 368755 13.1049 -1.6961 107.968 0.888 0.690 -6.380 21.998 +26 Jul 2020 06:00 UT 35.62 5.519 1943.5 368785 13.1411 -1.9384 107.458 0.889 0.739 -6.358 21.914 +26 Jul 2020 07:00 UT 36.08 5.560 1943.3 368816 13.1773 -2.1805 106.949 0.891 0.787 -6.335 21.828 +26 Jul 2020 08:00 UT 36.55 5.602 1943.1 368848 13.2136 -2.4223 106.439 0.892 0.836 -6.312 21.740 +26 Jul 2020 09:00 UT 37.02 5.644 1943.0 368881 13.2498 -2.6639 105.929 0.893 0.884 -6.288 21.651 +26 Jul 2020 10:00 UT 37.48 5.685 1942.8 368915 13.2860 -2.9052 105.420 0.894 0.932 -6.263 21.559 +26 Jul 2020 11:00 UT 37.95 5.727 1942.6 368950 13.3222 -3.1462 104.910 0.895 0.980 -6.238 21.465 +26 Jul 2020 12:00 UT 38.42 5.769 1942.4 368986 13.3585 -3.3869 104.401 0.896 1.028 -6.212 21.369 +26 Jul 2020 13:00 UT 38.89 5.810 1942.2 369024 13.3947 -3.6271 103.891 0.897 1.075 -6.186 21.271 +26 Jul 2020 14:00 UT 39.36 5.852 1942.0 369062 13.4310 -3.8670 103.382 0.899 1.123 -6.158 21.171 +26 Jul 2020 15:00 UT 39.83 5.894 1941.8 369101 13.4672 -4.1066 102.873 0.900 1.170 -6.130 21.069 +26 Jul 2020 16:00 UT 40.31 5.935 1941.6 369141 13.5035 -4.3456 102.363 0.901 1.216 -6.102 20.965 +26 Jul 2020 17:00 UT 40.78 5.977 1941.4 369182 13.5398 -4.5843 101.854 0.902 1.263 -6.072 20.859 +26 Jul 2020 18:00 UT 41.25 6.019 1941.2 369225 13.5761 -4.8224 101.344 0.903 1.310 -6.042 20.751 +26 Jul 2020 19:00 UT 41.73 6.060 1940.9 369268 13.6125 -5.0601 100.835 0.904 1.356 -6.012 20.642 +26 Jul 2020 20:00 UT 42.20 6.102 1940.7 369312 13.6488 -5.2972 100.325 0.905 1.402 -5.981 20.530 +26 Jul 2020 21:00 UT 42.68 6.144 1940.5 369357 13.6852 -5.5338 99.816 0.907 1.448 -5.949 20.416 +26 Jul 2020 22:00 UT 43.16 6.185 1940.2 369403 13.7216 -5.7699 99.307 0.908 1.493 -5.916 20.301 +26 Jul 2020 23:00 UT 43.64 6.227 1940.0 369450 13.7580 -6.0053 98.797 0.909 1.538 -5.883 20.184 +27 Jul 2020 00:00 UT 44.11 6.269 1939.7 369498 13.7944 -6.2402 98.288 0.910 1.584 -5.849 20.064 +27 Jul 2020 01:00 UT 44.59 6.310 1939.5 369547 13.8308 -6.4744 97.779 0.911 1.628 -5.815 19.943 +27 Jul 2020 02:00 UT 45.07 6.352 1939.2 369597 13.8673 -6.7080 97.269 0.912 1.673 -5.780 19.820 +27 Jul 2020 03:00 UT 45.55 6.394 1938.9 369647 13.9038 -6.9409 96.760 0.913 1.717 -5.744 19.695 +27 Jul 2020 04:00 UT 46.03 6.435 1938.7 369699 13.9403 -7.1731 96.251 0.915 1.761 -5.708 19.568 +27 Jul 2020 05:00 UT 46.51 6.477 1938.4 369751 13.9769 -7.4046 95.742 0.916 1.805 -5.671 19.440 +27 Jul 2020 06:00 UT 46.99 6.519 1938.1 369805 14.0134 -7.6354 95.232 0.917 1.849 -5.634 19.309 +27 Jul 2020 07:00 UT 47.46 6.560 1937.8 369859 14.0501 -7.8654 94.723 0.918 1.892 -5.596 19.177 +27 Jul 2020 08:00 UT 47.94 6.602 1937.5 369914 14.0867 -8.0946 94.214 0.919 1.935 -5.558 19.043 +27 Jul 2020 09:00 UT 48.42 6.644 1937.2 369970 14.1233 -8.3230 93.705 0.921 1.978 -5.518 18.907 +27 Jul 2020 10:00 UT 48.90 6.685 1937.0 370027 14.1600 -8.5506 93.195 0.922 2.021 -5.479 18.769 +27 Jul 2020 11:00 UT 49.38 6.727 1936.6 370085 14.1968 -8.7773 92.686 0.923 2.063 -5.438 18.630 +27 Jul 2020 12:00 UT 49.86 6.769 1936.3 370143 14.2335 -9.0031 92.177 0.924 2.105 -5.397 18.489 +27 Jul 2020 13:00 UT 50.34 6.810 1936.0 370202 14.2703 -9.2281 91.668 0.925 2.147 -5.356 18.345 +27 Jul 2020 14:00 UT 50.82 6.852 1935.7 370263 14.3072 -9.4522 91.159 0.926 2.188 -5.314 18.201 +27 Jul 2020 15:00 UT 51.30 6.894 1935.4 370324 14.3440 -9.6753 90.649 0.928 2.230 -5.272 18.054 +27 Jul 2020 16:00 UT 51.78 6.935 1935.1 370386 14.3809 -9.8974 90.140 0.929 2.271 -5.228 17.906 +27 Jul 2020 17:00 UT 52.25 6.977 1934.7 370448 14.4179 -10.1186 89.631 0.930 2.311 -5.185 17.756 +27 Jul 2020 18:00 UT 52.73 7.019 1934.4 370512 14.4548 -10.3388 89.122 0.931 2.352 -5.141 17.604 +27 Jul 2020 19:00 UT 53.21 7.060 1934.1 370576 14.4919 -10.5579 88.613 0.932 2.392 -5.096 17.450 +27 Jul 2020 20:00 UT 53.69 7.102 1933.7 370641 14.5289 -10.7760 88.104 0.934 2.432 -5.051 17.295 +27 Jul 2020 21:00 UT 54.16 7.144 1933.4 370707 14.5660 -10.9931 87.595 0.935 2.471 -5.005 17.138 +27 Jul 2020 22:00 UT 54.64 7.185 1933.0 370774 14.6032 -11.2090 87.086 0.936 2.510 -4.959 16.979 +27 Jul 2020 23:00 UT 55.11 7.227 1932.7 370841 14.6403 -11.4239 86.577 0.937 2.549 -4.912 16.819 +28 Jul 2020 00:00 UT 55.59 7.269 1932.3 370909 14.6776 -11.6376 86.068 0.938 2.588 -4.865 16.657 +28 Jul 2020 01:00 UT 56.06 7.310 1932.0 370978 14.7148 -11.8501 85.559 0.940 2.626 -4.817 16.493 +28 Jul 2020 02:00 UT 56.53 7.352 1931.6 371048 14.7522 -12.0615 85.050 0.941 2.665 -4.769 16.328 +28 Jul 2020 03:00 UT 57.01 7.394 1931.3 371118 14.7895 -12.2717 84.541 0.942 2.702 -4.720 16.161 +28 Jul 2020 04:00 UT 57.48 7.435 1930.9 371189 14.8269 -12.4807 84.032 0.943 2.740 -4.671 15.993 +28 Jul 2020 05:00 UT 57.95 7.477 1930.5 371261 14.8644 -12.6884 83.523 0.945 2.777 -4.621 15.823 +28 Jul 2020 06:00 UT 58.42 7.519 1930.1 371334 14.9019 -12.8949 83.014 0.946 2.814 -4.571 15.651 +28 Jul 2020 07:00 UT 58.89 7.560 1929.7 371408 14.9394 -13.1001 82.505 0.947 2.851 -4.520 15.477 +28 Jul 2020 08:00 UT 59.35 7.602 1929.4 371482 14.9770 -13.3040 81.996 0.948 2.887 -4.469 15.302 +28 Jul 2020 09:00 UT 59.82 7.644 1929.0 371557 15.0147 -13.5065 81.487 0.949 2.923 -4.418 15.126 +28 Jul 2020 10:00 UT 60.28 7.685 1928.6 371632 15.0524 -13.7078 80.978 0.951 2.959 -4.366 14.948 +28 Jul 2020 11:00 UT 60.75 7.727 1928.2 371709 15.0901 -13.9076 80.469 0.952 2.994 -4.314 14.768 +28 Jul 2020 12:00 UT 61.21 7.769 1927.8 371786 15.1279 -14.1061 79.960 0.953 3.029 -4.261 14.587 +28 Jul 2020 13:00 UT 61.67 7.810 1927.4 371864 15.1657 -14.3032 79.451 0.954 3.064 -4.208 14.404 +28 Jul 2020 14:00 UT 62.13 7.852 1927.0 371942 15.2036 -14.4989 78.942 0.956 3.098 -4.154 14.220 +28 Jul 2020 15:00 UT 62.59 7.894 1926.6 372021 15.2416 -14.6931 78.433 0.957 3.133 -4.100 14.035 +28 Jul 2020 16:00 UT 63.05 7.935 1926.2 372101 15.2796 -14.8858 77.925 0.958 3.166 -4.045 13.847 +28 Jul 2020 17:00 UT 63.51 7.977 1925.7 372182 15.3176 -15.0771 77.416 0.959 3.200 -3.991 13.659 +28 Jul 2020 18:00 UT 63.96 8.019 1925.3 372263 15.3558 -15.2668 76.907 0.961 3.233 -3.935 13.469 +28 Jul 2020 19:00 UT 64.42 8.060 1924.9 372345 15.3939 -15.4550 76.398 0.962 3.266 -3.880 13.277 +28 Jul 2020 20:00 UT 64.87 8.102 1924.5 372428 15.4321 -15.6417 75.889 0.963 3.299 -3.824 13.084 +28 Jul 2020 21:00 UT 65.32 8.144 1924.0 372511 15.4704 -15.8268 75.381 0.964 3.331 -3.767 12.890 +28 Jul 2020 22:00 UT 65.77 8.185 1923.6 372595 15.5087 -16.0103 74.872 0.966 3.363 -3.710 12.694 +28 Jul 2020 23:00 UT 66.22 8.227 1923.2 372680 15.5471 -16.1922 74.363 0.967 3.395 -3.653 12.497 +29 Jul 2020 00:00 UT 66.66 8.269 1922.7 372765 15.5855 -16.3725 73.854 0.968 3.426 -3.596 12.298 +29 Jul 2020 01:00 UT 67.11 8.310 1922.3 372851 15.6240 -16.5511 73.346 0.969 3.457 -3.538 12.098 +29 Jul 2020 02:00 UT 67.55 8.352 1921.8 372938 15.6626 -16.7281 72.837 0.971 3.488 -3.480 11.897 +29 Jul 2020 03:00 UT 67.99 8.394 1921.4 373026 15.7012 -16.9034 72.328 0.972 3.518 -3.421 11.694 +29 Jul 2020 04:00 UT 68.43 8.435 1920.9 373114 15.7398 -17.0770 71.819 0.973 3.549 -3.363 11.490 +29 Jul 2020 05:00 UT 68.86 8.477 1920.5 373202 15.7785 -17.2488 71.311 0.974 3.578 -3.304 11.285 +29 Jul 2020 06:00 UT 69.30 8.519 1920.0 373292 15.8173 -17.4189 70.802 0.976 3.608 -3.244 11.078 +29 Jul 2020 07:00 UT 69.73 8.560 1919.5 373382 15.8561 -17.5873 70.293 0.977 3.637 -3.184 10.870 +29 Jul 2020 08:00 UT 70.16 8.602 1919.1 373473 15.8950 -17.7538 69.785 0.978 3.666 -3.124 10.661 +29 Jul 2020 09:00 UT 70.59 8.644 1918.6 373564 15.9339 -17.9186 69.276 0.979 3.694 -3.064 10.451 +29 Jul 2020 10:00 UT 71.02 8.685 1918.1 373656 15.9729 -18.0815 68.767 0.981 3.723 -3.003 10.240 +29 Jul 2020 11:00 UT 71.44 8.727 1917.7 373749 16.0119 -18.2427 68.259 0.982 3.750 -2.942 10.027 +29 Jul 2020 12:00 UT 71.87 8.769 1917.2 373842 16.0510 -18.4019 67.750 0.983 3.778 -2.881 9.813 +29 Jul 2020 13:00 UT 72.29 8.810 1916.7 373936 16.0902 -18.5593 67.241 0.984 3.805 -2.820 9.598 +29 Jul 2020 14:00 UT 72.71 8.852 1916.2 374031 16.1294 -18.7148 66.733 0.986 3.832 -2.758 9.382 +29 Jul 2020 15:00 UT 73.12 8.894 1915.7 374126 16.1686 -18.8684 66.224 0.987 3.859 -2.696 9.164 +29 Jul 2020 16:00 UT 73.54 8.935 1915.2 374222 16.2079 -19.0200 65.716 0.988 3.885 -2.634 8.946 +29 Jul 2020 17:00 UT 73.95 8.977 1914.7 374319 16.2473 -19.1697 65.207 0.989 3.911 -2.571 8.726 +29 Jul 2020 18:00 UT 74.36 9.019 1914.2 374416 16.2867 -19.3175 64.699 0.991 3.937 -2.509 8.506 +29 Jul 2020 19:00 UT 74.76 9.060 1913.7 374514 16.3262 -19.4633 64.190 0.992 3.962 -2.446 8.284 +29 Jul 2020 20:00 UT 75.17 9.102 1913.2 374612 16.3657 -19.6071 63.682 0.993 3.987 -2.383 8.061 +29 Jul 2020 21:00 UT 75.57 9.144 1912.7 374712 16.4053 -19.7488 63.173 0.995 4.012 -2.320 7.838 +29 Jul 2020 22:00 UT 75.97 9.185 1912.2 374811 16.4449 -19.8886 62.665 0.996 4.036 -2.256 7.613 +29 Jul 2020 23:00 UT 76.37 9.227 1911.7 374912 16.4846 -20.0263 62.156 0.997 4.060 -2.192 7.387 +30 Jul 2020 00:00 UT 76.76 9.269 1911.2 375013 16.5243 -20.1619 61.648 0.998 4.084 -2.128 7.161 +30 Jul 2020 01:00 UT 77.16 9.310 1910.7 375115 16.5641 -20.2955 61.139 1.000 4.107 -2.064 6.933 +30 Jul 2020 02:00 UT 77.55 9.352 1910.2 375217 16.6039 -20.4270 60.631 1.001 4.130 -2.000 6.705 +30 Jul 2020 03:00 UT 77.93 9.394 1909.6 375320 16.6438 -20.5564 60.122 1.002 4.153 -1.936 6.475 +30 Jul 2020 04:00 UT 78.32 9.435 1909.1 375424 16.6837 -20.6836 59.614 1.003 4.176 -1.871 6.245 +30 Jul 2020 05:00 UT 78.70 9.477 1908.6 375528 16.7237 -20.8088 59.105 1.005 4.198 -1.806 6.014 +30 Jul 2020 06:00 UT 79.08 9.519 1908.0 375633 16.7637 -20.9317 58.597 1.006 4.219 -1.741 5.783 +30 Jul 2020 07:00 UT 79.45 9.560 1907.5 375738 16.8037 -21.0525 58.088 1.007 4.241 -1.676 5.550 +30 Jul 2020 08:00 UT 79.83 9.602 1907.0 375845 16.8438 -21.1712 57.580 1.009 4.262 -1.611 5.317 +30 Jul 2020 09:00 UT 80.20 9.644 1906.4 375951 16.8840 -21.2876 57.072 1.010 4.283 -1.546 5.083 +30 Jul 2020 10:00 UT 80.57 9.685 1905.9 376059 16.9242 -21.4019 56.563 1.011 4.303 -1.480 4.848 +30 Jul 2020 11:00 UT 80.93 9.727 1905.3 376167 16.9644 -21.5139 56.055 1.012 4.324 -1.415 4.612 +30 Jul 2020 12:00 UT 81.29 9.769 1904.8 376276 17.0047 -21.6237 55.546 1.014 4.344 -1.349 4.376 +30 Jul 2020 13:00 UT 81.65 9.810 1904.2 376385 17.0450 -21.7312 55.038 1.015 4.363 -1.283 4.140 +30 Jul 2020 14:00 UT 82.01 9.852 1903.7 376495 17.0854 -21.8365 54.530 1.016 4.382 -1.218 3.902 +30 Jul 2020 15:00 UT 82.36 9.894 1903.1 376605 17.1258 -21.9396 54.021 1.018 4.401 -1.152 3.665 +30 Jul 2020 16:00 UT 82.71 9.935 1902.6 376717 17.1662 -22.0403 53.513 1.019 4.420 -1.086 3.426 +30 Jul 2020 17:00 UT 83.06 9.977 1902.0 376828 17.2066 -22.1388 53.005 1.020 4.438 -1.020 3.187 +30 Jul 2020 18:00 UT 83.41 10.019 1901.4 376941 17.2471 -22.2349 52.496 1.021 4.456 -0.954 2.948 +30 Jul 2020 19:00 UT 83.75 10.060 1900.9 377054 17.2877 -22.3288 51.988 1.023 4.474 -0.887 2.708 +30 Jul 2020 20:00 UT 84.09 10.102 1900.3 377167 17.3282 -22.4203 51.480 1.024 4.491 -0.821 2.467 +30 Jul 2020 21:00 UT 84.42 10.144 1899.7 377282 17.3688 -22.5095 50.971 1.025 4.508 -0.755 2.227 +30 Jul 2020 22:00 UT 84.75 10.185 1899.1 377397 17.4095 -22.5964 50.463 1.026 4.525 -0.688 1.986 +30 Jul 2020 23:00 UT 85.08 10.227 1898.5 377512 17.4501 -22.6809 49.955 1.028 4.541 -0.622 1.744 +31 Jul 2020 00:00 UT 85.41 10.269 1898.0 377628 17.4908 -22.7630 49.447 1.029 4.557 -0.556 1.502 +31 Jul 2020 01:00 UT 85.73 10.310 1897.4 377745 17.5315 -22.8428 48.938 1.030 4.573 -0.489 1.260 +31 Jul 2020 02:00 UT 86.05 10.352 1896.8 377862 17.5723 -22.9202 48.430 1.032 4.588 -0.423 1.018 +31 Jul 2020 03:00 UT 86.37 10.394 1896.2 377980 17.6130 -22.9952 47.922 1.033 4.603 -0.356 0.775 +31 Jul 2020 04:00 UT 86.68 10.435 1895.6 378099 17.6538 -23.0678 47.414 1.034 4.618 -0.290 0.532 +31 Jul 2020 05:00 UT 86.99 10.477 1895.0 378218 17.6946 -23.1381 46.905 1.035 4.632 -0.224 0.290 +31 Jul 2020 06:00 UT 87.29 10.519 1894.4 378338 17.7354 -23.2059 46.397 1.037 4.647 -0.157 0.046 +31 Jul 2020 07:00 UT 87.60 10.560 1893.8 378458 17.7762 -23.2713 45.889 1.038 4.660 -0.091 359.803 +31 Jul 2020 08:00 UT 87.90 10.602 1893.2 378579 17.8171 -23.3343 45.381 1.039 4.674 -0.025 359.560 +31 Jul 2020 09:00 UT 88.19 10.644 1892.6 378701 17.8580 -23.3949 44.873 1.040 4.687 0.042 359.317 +31 Jul 2020 10:00 UT 88.48 10.685 1892.0 378823 17.8988 -23.4530 44.364 1.042 4.700 0.108 359.073 +31 Jul 2020 11:00 UT 88.77 10.727 1891.4 378946 17.9397 -23.5087 43.856 1.043 4.712 0.174 358.830 +31 Jul 2020 12:00 UT 89.06 10.769 1890.7 379069 17.9806 -23.5620 43.348 1.044 4.724 0.240 358.587 +31 Jul 2020 13:00 UT 89.34 10.810 1890.1 379193 18.0216 -23.6128 42.840 1.046 4.736 0.306 358.344 +31 Jul 2020 14:00 UT 89.62 10.852 1889.5 379318 18.0625 -23.6612 42.332 1.047 4.748 0.372 358.101 +31 Jul 2020 15:00 UT 89.90 10.894 1888.9 379443 18.1034 -23.7071 41.824 1.048 4.759 0.438 357.858 +31 Jul 2020 16:00 UT 90.17 10.935 1888.3 379569 18.1443 -23.7506 41.316 1.049 4.770 0.504 357.615 +31 Jul 2020 17:00 UT 90.44 10.977 1887.6 379695 18.1853 -23.7916 40.807 1.051 4.781 0.570 357.373 +31 Jul 2020 18:00 UT 90.70 11.019 1887.0 379822 18.2262 -23.8302 40.299 1.052 4.791 0.636 357.130 +31 Jul 2020 19:00 UT 90.96 11.060 1886.4 379950 18.2671 -23.8663 39.791 1.053 4.801 0.701 356.888 +31 Jul 2020 20:00 UT 91.22 11.102 1885.7 380078 18.3080 -23.9000 39.283 1.054 4.810 0.767 356.647 +31 Jul 2020 21:00 UT 91.48 11.144 1885.1 380207 18.3490 -23.9312 38.775 1.056 4.820 0.832 356.405 +31 Jul 2020 22:00 UT 91.73 11.185 1884.4 380336 18.3899 -23.9599 38.267 1.057 4.829 0.897 356.164 +31 Jul 2020 23:00 UT 91.97 11.227 1883.8 380466 18.4308 -23.9862 37.759 1.058 4.837 0.962 355.924 +01 Aug 2020 00:00 UT 92.22 11.269 1883.2 380596 18.4717 -24.0100 37.251 1.059 4.846 1.027 355.684 +01 Aug 2020 01:00 UT 92.46 11.310 1882.5 380727 18.5126 -24.0313 36.743 1.061 4.853 1.092 355.444 +01 Aug 2020 02:00 UT 92.69 11.352 1881.9 380859 18.5535 -24.0502 36.234 1.062 4.861 1.157 355.205 +01 Aug 2020 03:00 UT 92.92 11.394 1881.2 380991 18.5943 -24.0667 35.726 1.063 4.869 1.222 354.966 +01 Aug 2020 04:00 UT 93.15 11.435 1880.6 381123 18.6352 -24.0807 35.218 1.064 4.876 1.286 354.728 +01 Aug 2020 05:00 UT 93.38 11.477 1879.9 381257 18.6760 -24.0922 34.710 1.066 4.882 1.350 354.491 +01 Aug 2020 06:00 UT 93.60 11.519 1879.2 381390 18.7168 -24.1013 34.202 1.067 4.889 1.414 354.254 +01 Aug 2020 07:00 UT 93.82 11.560 1878.6 381525 18.7576 -24.1079 33.694 1.068 4.895 1.478 354.018 +01 Aug 2020 08:00 UT 94.03 11.602 1877.9 381660 18.7984 -24.1121 33.186 1.069 4.900 1.542 353.782 +01 Aug 2020 09:00 UT 94.24 11.644 1877.2 381795 18.8391 -24.1139 32.678 1.071 4.906 1.605 353.548 +01 Aug 2020 10:00 UT 94.45 11.685 1876.6 381931 18.8798 -24.1132 32.170 1.072 4.911 1.669 353.314 +01 Aug 2020 11:00 UT 94.65 11.727 1875.9 382067 18.9205 -24.1101 31.662 1.073 4.916 1.732 353.081 +01 Aug 2020 12:00 UT 94.85 11.769 1875.2 382204 18.9612 -24.1046 31.154 1.074 4.920 1.795 352.848 +01 Aug 2020 13:00 UT 95.04 11.810 1874.6 382342 19.0018 -24.0966 30.646 1.075 4.924 1.857 352.617 +01 Aug 2020 14:00 UT 95.24 11.852 1873.9 382480 19.0424 -24.0862 30.138 1.077 4.928 1.920 352.386 +01 Aug 2020 15:00 UT 95.42 11.894 1873.2 382618 19.0829 -24.0735 29.630 1.078 4.931 1.982 352.156 +01 Aug 2020 16:00 UT 95.61 11.935 1872.5 382757 19.1235 -24.0583 29.122 1.079 4.934 2.044 351.928 +01 Aug 2020 17:00 UT 95.79 11.977 1871.8 382897 19.1640 -24.0408 28.614 1.080 4.937 2.106 351.700 +01 Aug 2020 18:00 UT 95.96 12.019 1871.2 383037 19.2044 -24.0208 28.106 1.082 4.940 2.167 351.473 +01 Aug 2020 19:00 UT 96.14 12.060 1870.5 383177 19.2448 -23.9985 27.598 1.083 4.942 2.229 351.247 +01 Aug 2020 20:00 UT 96.30 12.102 1869.8 383318 19.2852 -23.9738 27.090 1.084 4.943 2.290 351.023 +01 Aug 2020 21:00 UT 96.47 12.144 1869.1 383460 19.3255 -23.9468 26.582 1.085 4.945 2.351 350.799 +01 Aug 2020 22:00 UT 96.63 12.185 1868.4 383601 19.3658 -23.9174 26.074 1.086 4.946 2.411 350.577 +01 Aug 2020 23:00 UT 96.79 12.227 1867.7 383744 19.4060 -23.8856 25.566 1.088 4.947 2.472 350.355 +02 Aug 2020 00:00 UT 96.94 12.269 1867.0 383887 19.4462 -23.8516 25.058 1.089 4.947 2.532 350.135 +02 Aug 2020 01:00 UT 97.09 12.310 1866.3 384030 19.4863 -23.8152 24.550 1.090 4.947 2.591 349.916 +02 Aug 2020 02:00 UT 97.23 12.352 1865.6 384174 19.5264 -23.7765 24.042 1.091 4.947 2.651 349.698 +02 Aug 2020 03:00 UT 97.38 12.394 1864.9 384318 19.5664 -23.7355 23.534 1.092 4.947 2.710 349.482 +02 Aug 2020 04:00 UT 97.51 12.435 1864.2 384462 19.6064 -23.6922 23.026 1.094 4.946 2.769 349.267 +02 Aug 2020 05:00 UT 97.65 12.477 1863.5 384607 19.6463 -23.6466 22.518 1.095 4.944 2.827 349.053 +02 Aug 2020 06:00 UT 97.78 12.519 1862.8 384753 19.6861 -23.5988 22.010 1.096 4.943 2.886 348.840 +02 Aug 2020 07:00 UT 97.90 12.560 1862.1 384899 19.7259 -23.5487 21.503 1.097 4.941 2.944 348.629 +02 Aug 2020 08:00 UT 98.03 12.602 1861.4 385045 19.7657 -23.4964 20.995 1.098 4.939 3.001 348.419 +02 Aug 2020 09:00 UT 98.14 12.644 1860.7 385191 19.8054 -23.4418 20.487 1.099 4.936 3.059 348.211 +02 Aug 2020 10:00 UT 98.26 12.685 1860.0 385338 19.8450 -23.3850 19.979 1.101 4.933 3.116 348.004 +02 Aug 2020 11:00 UT 98.37 12.727 1859.3 385486 19.8845 -23.3260 19.471 1.102 4.930 3.172 347.798 +02 Aug 2020 12:00 UT 98.48 12.769 1858.6 385634 19.9240 -23.2648 18.963 1.103 4.926 3.229 347.594 +02 Aug 2020 13:00 UT 98.58 12.810 1857.8 385782 19.9634 -23.2015 18.455 1.104 4.922 3.285 347.392 +02 Aug 2020 14:00 UT 98.68 12.852 1857.1 385930 20.0028 -23.1360 17.947 1.105 4.918 3.340 347.191 +02 Aug 2020 15:00 UT 98.77 12.894 1856.4 386079 20.0421 -23.0683 17.439 1.106 4.914 3.396 346.991 +02 Aug 2020 16:00 UT 98.86 12.935 1855.7 386228 20.0813 -22.9985 16.931 1.107 4.909 3.451 346.793 +02 Aug 2020 17:00 UT 98.95 12.977 1855.0 386377 20.1204 -22.9266 16.423 1.109 4.903 3.505 346.597 +02 Aug 2020 18:00 UT 99.03 13.019 1854.3 386527 20.1595 -22.8525 15.915 1.110 4.898 3.560 346.402 +02 Aug 2020 19:00 UT 99.11 13.060 1853.5 386677 20.1985 -22.7764 15.407 1.111 4.892 3.614 346.209 +02 Aug 2020 20:00 UT 99.19 13.102 1852.8 386828 20.2375 -22.6982 14.900 1.112 4.885 3.667 346.017 +02 Aug 2020 21:00 UT 99.26 13.144 1852.1 386978 20.2763 -22.6180 14.392 1.113 4.879 3.720 345.827 +02 Aug 2020 22:00 UT 99.33 13.185 1851.4 387129 20.3151 -22.5357 13.884 1.114 4.872 3.773 345.639 +02 Aug 2020 23:00 UT 99.39 13.227 1850.7 387280 20.3538 -22.4513 13.376 1.115 4.864 3.826 345.453 +03 Aug 2020 00:00 UT 99.46 13.269 1849.9 387432 20.3924 -22.3650 12.868 1.117 4.857 3.878 345.268 +03 Aug 2020 01:00 UT 99.51 13.310 1849.2 387584 20.4310 -22.2767 12.360 1.118 4.849 3.929 345.085 +03 Aug 2020 02:00 UT 99.56 13.352 1848.5 387735 20.4695 -22.1863 11.852 1.119 4.840 3.980 344.904 +03 Aug 2020 03:00 UT 99.61 13.394 1847.8 387888 20.5078 -22.0941 11.344 1.120 4.831 4.031 344.724 +03 Aug 2020 04:00 UT 99.66 13.435 1847.0 388040 20.5462 -21.9998 10.836 1.121 4.822 4.082 344.546 +03 Aug 2020 05:00 UT 99.70 13.477 1846.3 388192 20.5844 -21.9037 10.329 1.122 4.813 4.132 344.370 +03 Aug 2020 06:00 UT 99.74 13.519 1845.6 388345 20.6225 -21.8056 9.821 1.123 4.803 4.182 344.196 +03 Aug 2020 07:00 UT 99.77 13.560 1844.9 388498 20.6606 -21.7056 9.313 1.124 4.793 4.231 344.024 +03 Aug 2020 08:00 UT 99.80 13.602 1844.1 388651 20.6986 -21.6038 8.805 1.125 4.782 4.280 343.853 +03 Aug 2020 09:00 UT 99.83 13.644 1843.4 388804 20.7365 -21.5001 8.297 1.126 4.772 4.328 343.684 +03 Aug 2020 10:00 UT 99.85 13.685 1842.7 388958 20.7743 -21.3946 7.789 1.127 4.760 4.376 343.517 +03 Aug 2020 11:00 UT 99.87 13.727 1842.0 389111 20.8120 -21.2872 7.281 1.129 4.749 4.424 343.352 +03 Aug 2020 12:00 UT 99.88 13.769 1841.2 389265 20.8497 -21.1780 6.773 1.130 4.737 4.471 343.189 +03 Aug 2020 13:00 UT 99.89 13.810 1840.5 389419 20.8872 -21.0671 6.265 1.131 4.725 4.518 343.028 +03 Aug 2020 14:00 UT 99.90 13.852 1839.8 389573 20.9247 -20.9543 5.758 1.132 4.712 4.564 342.869 +03 Aug 2020 15:00 UT 99.91 13.894 1839.0 389726 20.9621 -20.8398 5.250 1.133 4.699 4.610 342.711 +03 Aug 2020 16:00 UT 99.91 13.935 1838.3 389880 20.9994 -20.7236 4.742 1.134 4.686 4.655 342.556 +03 Aug 2020 17:00 UT 99.90 13.977 1837.6 390034 21.0366 -20.6057 4.234 1.135 4.672 4.700 342.402 +03 Aug 2020 18:00 UT 99.89 14.019 1836.9 390189 21.0737 -20.4860 3.726 1.136 4.658 4.744 342.250 +03 Aug 2020 19:00 UT 99.88 14.060 1836.1 390343 21.1108 -20.3647 3.218 1.137 4.644 4.789 342.101 +03 Aug 2020 20:00 UT 99.87 14.102 1835.4 390497 21.1477 -20.2417 2.710 1.138 4.629 4.832 341.953 +03 Aug 2020 21:00 UT 99.85 14.144 1834.7 390651 21.1846 -20.1171 2.202 1.139 4.614 4.875 341.807 +03 Aug 2020 22:00 UT 99.83 14.185 1834.0 390805 21.2214 -19.9909 1.695 1.140 4.598 4.918 341.663 +03 Aug 2020 23:00 UT 99.80 14.227 1833.2 390959 21.2581 -19.8630 1.187 1.141 4.582 4.960 341.521 +04 Aug 2020 00:00 UT 99.77 14.269 1832.5 391113 21.2946 -19.7336 0.679 1.142 4.566 5.002 341.381 +04 Aug 2020 01:00 UT 99.74 14.310 1831.8 391267 21.3312 -19.6026 0.171 1.143 4.550 5.043 341.243 +04 Aug 2020 02:00 UT 99.70 14.352 1831.1 391421 21.3676 -19.4700 -0.337 1.144 4.533 5.084 341.107 +04 Aug 2020 03:00 UT 99.66 14.394 1830.4 391575 21.4039 -19.3359 -0.845 1.145 4.516 5.125 340.973 +04 Aug 2020 04:00 UT 99.62 14.435 1829.6 391729 21.4401 -19.2004 -1.353 1.146 4.498 5.164 340.841 +04 Aug 2020 05:00 UT 99.57 14.477 1828.9 391882 21.4763 -19.0633 -1.861 1.147 4.480 5.204 340.711 +04 Aug 2020 06:00 UT 99.52 14.519 1828.2 392036 21.5124 -18.9247 -2.369 1.148 4.462 5.243 340.583 +04 Aug 2020 07:00 UT 99.46 14.560 1827.5 392189 21.5483 -18.7847 -2.876 1.149 4.443 5.281 340.457 +04 Aug 2020 08:00 UT 99.41 14.602 1826.8 392342 21.5842 -18.6432 -3.384 1.150 4.424 5.319 340.333 +04 Aug 2020 09:00 UT 99.34 14.644 1826.1 392495 21.6200 -18.5003 -3.892 1.151 4.404 5.357 340.211 +04 Aug 2020 10:00 UT 99.28 14.685 1825.4 392648 21.6557 -18.3561 -4.400 1.152 4.385 5.394 340.091 +04 Aug 2020 11:00 UT 99.21 14.727 1824.7 392801 21.6913 -18.2104 -4.908 1.153 4.364 5.430 339.973 +04 Aug 2020 12:00 UT 99.14 14.769 1823.9 392953 21.7269 -18.0634 -5.416 1.154 4.344 5.466 339.857 +04 Aug 2020 13:00 UT 99.06 14.810 1823.2 393105 21.7623 -17.9150 -5.924 1.155 4.323 5.502 339.743 +04 Aug 2020 14:00 UT 98.98 14.852 1822.5 393257 21.7976 -17.7653 -6.432 1.156 4.302 5.537 339.631 +04 Aug 2020 15:00 UT 98.90 14.894 1821.8 393409 21.8329 -17.6143 -6.940 1.157 4.280 5.571 339.521 +04 Aug 2020 16:00 UT 98.81 14.935 1821.1 393560 21.8681 -17.4621 -7.448 1.158 4.258 5.605 339.413 +04 Aug 2020 17:00 UT 98.73 14.977 1820.4 393711 21.9032 -17.3085 -7.955 1.159 4.236 5.639 339.307 +04 Aug 2020 18:00 UT 98.63 15.019 1819.7 393862 21.9382 -17.1537 -8.463 1.160 4.213 5.672 339.203 +04 Aug 2020 19:00 UT 98.54 15.060 1819.0 394012 21.9731 -16.9977 -8.971 1.161 4.190 5.704 339.102 +04 Aug 2020 20:00 UT 98.44 15.102 1818.3 394162 22.0079 -16.8404 -9.479 1.161 4.167 5.736 339.002 +04 Aug 2020 21:00 UT 98.33 15.144 1817.7 394312 22.0427 -16.6820 -9.987 1.162 4.143 5.768 338.904 +04 Aug 2020 22:00 UT 98.23 15.185 1817.0 394461 22.0773 -16.5223 -10.495 1.163 4.119 5.799 338.808 +04 Aug 2020 23:00 UT 98.12 15.227 1816.3 394610 22.1119 -16.3615 -11.003 1.164 4.094 5.829 338.714 +05 Aug 2020 00:00 UT 98.01 15.269 1815.6 394758 22.1464 -16.1996 -11.511 1.165 4.069 5.859 338.622 +05 Aug 2020 01:00 UT 97.89 15.310 1814.9 394907 22.1808 -16.0366 -12.019 1.166 4.044 5.889 338.532 +05 Aug 2020 02:00 UT 97.77 15.352 1814.2 395054 22.2151 -15.8724 -12.527 1.167 4.019 5.918 338.444 +05 Aug 2020 03:00 UT 97.65 15.394 1813.6 395201 22.2493 -15.7072 -13.035 1.168 3.993 5.946 338.358 +05 Aug 2020 04:00 UT 97.52 15.435 1812.9 395348 22.2835 -15.5408 -13.543 1.169 3.966 5.974 338.274 +05 Aug 2020 05:00 UT 97.39 15.477 1812.2 395494 22.3176 -15.3735 -14.050 1.170 3.940 6.001 338.192 +05 Aug 2020 06:00 UT 97.26 15.519 1811.6 395640 22.3516 -15.2051 -14.558 1.170 3.913 6.028 338.112 +05 Aug 2020 07:00 UT 97.12 15.560 1810.9 395785 22.3855 -15.0356 -15.066 1.171 3.885 6.054 338.034 +05 Aug 2020 08:00 UT 96.99 15.602 1810.2 395929 22.4193 -14.8652 -15.574 1.172 3.858 6.080 337.958 +05 Aug 2020 09:00 UT 96.84 15.644 1809.6 396073 22.4531 -14.6938 -16.082 1.173 3.829 6.106 337.884 +05 Aug 2020 10:00 UT 96.70 15.685 1808.9 396217 22.4867 -14.5214 -16.590 1.174 3.801 6.130 337.812 +05 Aug 2020 11:00 UT 96.55 15.727 1808.3 396359 22.5203 -14.3481 -17.098 1.175 3.772 6.155 337.741 +05 Aug 2020 12:00 UT 96.40 15.769 1807.6 396502 22.5538 -14.1739 -17.606 1.175 3.743 6.178 337.673 +05 Aug 2020 13:00 UT 96.24 15.810 1807.0 396643 22.5873 -13.9987 -18.114 1.176 3.713 6.202 337.607 +05 Aug 2020 14:00 UT 96.09 15.852 1806.3 396784 22.6206 -13.8226 -18.622 1.177 3.684 6.224 337.542 +05 Aug 2020 15:00 UT 95.93 15.894 1805.7 396924 22.6539 -13.6457 -19.130 1.178 3.653 6.246 337.480 +05 Aug 2020 16:00 UT 95.76 15.935 1805.1 397064 22.6871 -13.4679 -19.638 1.179 3.623 6.268 337.419 +05 Aug 2020 17:00 UT 95.60 15.977 1804.4 397202 22.7202 -13.2892 -20.146 1.180 3.592 6.289 337.361 +05 Aug 2020 18:00 UT 95.43 16.019 1803.8 397340 22.7533 -13.1098 -20.654 1.180 3.560 6.310 337.304 +05 Aug 2020 19:00 UT 95.26 16.060 1803.2 397478 22.7863 -12.9295 -21.162 1.181 3.529 6.330 337.249 +05 Aug 2020 20:00 UT 95.08 16.102 1802.6 397614 22.8192 -12.7484 -21.670 1.182 3.497 6.349 337.196 +05 Aug 2020 21:00 UT 94.90 16.144 1801.9 397750 22.8520 -12.5665 -22.178 1.183 3.464 6.368 337.145 +05 Aug 2020 22:00 UT 94.72 16.185 1801.3 397885 22.8848 -12.3838 -22.686 1.184 3.432 6.387 337.096 +05 Aug 2020 23:00 UT 94.54 16.227 1800.7 398019 22.9175 -12.2004 -23.194 1.184 3.399 6.404 337.049 +06 Aug 2020 00:00 UT 94.35 16.269 1800.1 398152 22.9501 -12.0163 -23.702 1.185 3.365 6.422 337.004 +06 Aug 2020 01:00 UT 94.16 16.310 1799.5 398285 22.9827 -11.8315 -24.210 1.186 3.332 6.439 336.960 +06 Aug 2020 02:00 UT 93.97 16.352 1798.9 398416 23.0152 -11.6459 -24.718 1.187 3.298 6.455 336.919 +06 Aug 2020 03:00 UT 93.77 16.394 1798.3 398547 23.0476 -11.4597 -25.226 1.187 3.263 6.471 336.879 +06 Aug 2020 04:00 UT 93.57 16.435 1797.8 398677 23.0799 -11.2728 -25.734 1.188 3.228 6.486 336.841 +06 Aug 2020 05:00 UT 93.37 16.477 1797.2 398805 23.1122 -11.0852 -26.242 1.189 3.193 6.501 336.805 +06 Aug 2020 06:00 UT 93.17 16.519 1796.6 398933 23.1445 -10.8970 -26.750 1.190 3.158 6.515 336.771 +06 Aug 2020 07:00 UT 92.96 16.560 1796.0 399060 23.1766 -10.7082 -27.258 1.190 3.122 6.529 336.738 +06 Aug 2020 08:00 UT 92.75 16.602 1795.5 399186 23.2087 -10.5187 -27.766 1.191 3.086 6.542 336.708 +06 Aug 2020 09:00 UT 92.54 16.644 1794.9 399311 23.2408 -10.3287 -28.274 1.192 3.050 6.554 336.679 +06 Aug 2020 10:00 UT 92.33 16.685 1794.3 399435 23.2727 -10.1381 -28.782 1.193 3.013 6.566 336.652 +06 Aug 2020 11:00 UT 92.11 16.727 1793.8 399558 23.3047 -9.9469 -29.290 1.193 2.976 6.578 336.627 +06 Aug 2020 12:00 UT 91.89 16.769 1793.2 399680 23.3365 -9.7551 -29.798 1.194 2.938 6.589 336.603 +06 Aug 2020 13:00 UT 91.67 16.810 1792.7 399801 23.3683 -9.5629 -30.306 1.195 2.900 6.599 336.582 +06 Aug 2020 14:00 UT 91.44 16.852 1792.2 399920 23.4001 -9.3701 -30.815 1.196 2.862 6.609 336.562 +06 Aug 2020 15:00 UT 91.22 16.894 1791.6 400039 23.4317 -9.1767 -31.323 1.196 2.824 6.619 336.544 +06 Aug 2020 16:00 UT 90.99 16.935 1791.1 400156 23.4634 -8.9829 -31.831 1.197 2.785 6.628 336.528 +06 Aug 2020 17:00 UT 90.75 16.977 1790.6 400273 23.4949 -8.7887 -32.339 1.198 2.746 6.636 336.513 +06 Aug 2020 18:00 UT 90.52 17.019 1790.1 400388 23.5265 -8.5939 -32.847 1.198 2.707 6.644 336.500 +06 Aug 2020 19:00 UT 90.28 17.060 1789.6 400502 23.5579 -8.3987 -33.355 1.199 2.667 6.651 336.489 +06 Aug 2020 20:00 UT 90.04 17.102 1789.1 400614 23.5894 -8.2031 -33.863 1.200 2.627 6.658 336.480 +06 Aug 2020 21:00 UT 89.80 17.144 1788.6 400726 23.6207 -8.0070 -34.371 1.200 2.587 6.664 336.472 +06 Aug 2020 22:00 UT 89.55 17.185 1788.1 400836 23.6520 -7.8105 -34.879 1.201 2.546 6.670 336.466 +06 Aug 2020 23:00 UT 89.30 17.227 1787.6 400945 23.6833 -7.6137 -35.387 1.202 2.505 6.675 336.462 +07 Aug 2020 00:00 UT 89.05 17.269 1787.1 401053 23.7145 -7.4164 -35.896 1.202 2.464 6.680 336.460 +07 Aug 2020 01:00 UT 88.80 17.310 1786.6 401160 23.7457 -7.2188 -36.404 1.203 2.422 6.684 336.459 +07 Aug 2020 02:00 UT 88.55 17.352 1786.2 401265 23.7768 -7.0208 -36.912 1.204 2.380 6.687 336.460 +07 Aug 2020 03:00 UT 88.29 17.394 1785.7 401369 23.8079 -6.8225 -37.420 1.204 2.338 6.690 336.463 +07 Aug 2020 04:00 UT 88.03 17.435 1785.2 401472 23.8389 -6.6238 -37.928 1.205 2.296 6.693 336.467 +07 Aug 2020 05:00 UT 87.77 17.477 1784.8 401573 23.8699 -6.4248 -38.436 1.206 2.253 6.695 336.473 +07 Aug 2020 06:00 UT 87.50 17.519 1784.3 401673 23.9008 -6.2255 -38.945 1.206 2.210 6.696 336.480 +07 Aug 2020 07:00 UT 87.24 17.560 1783.9 401771 23.9317 -6.0259 -39.453 1.207 2.167 6.697 336.489 +07 Aug 2020 08:00 UT 86.97 17.602 1783.5 401868 23.9626 -5.8261 -39.961 1.207 2.123 6.698 336.500 +07 Aug 2020 09:00 UT 86.70 17.644 1783.1 401964 23.9934 -5.6259 -40.469 1.208 2.079 6.698 336.513 +07 Aug 2020 10:00 UT 86.43 17.685 1782.6 402058 0.0242 -5.4256 -40.977 1.209 2.035 6.697 336.527 +07 Aug 2020 11:00 UT 86.15 17.727 1782.2 402151 0.0550 -5.2249 -41.485 1.209 1.991 6.696 336.543 +07 Aug 2020 12:00 UT 85.87 17.769 1781.8 402242 0.0857 -5.0241 -41.994 1.210 1.946 6.695 336.560 +07 Aug 2020 13:00 UT 85.59 17.810 1781.4 402332 0.1164 -4.8230 -42.502 1.210 1.901 6.692 336.579 +07 Aug 2020 14:00 UT 85.31 17.852 1781.0 402421 0.1470 -4.6217 -43.010 1.211 1.855 6.690 336.600 +07 Aug 2020 15:00 UT 85.03 17.894 1780.6 402507 0.1776 -4.4202 -43.518 1.212 1.810 6.687 336.622 +07 Aug 2020 16:00 UT 84.74 17.935 1780.3 402593 0.2082 -4.2186 -44.027 1.212 1.764 6.683 336.646 +07 Aug 2020 17:00 UT 84.45 17.977 1779.9 402677 0.2387 -4.0167 -44.535 1.213 1.718 6.679 336.671 +07 Aug 2020 18:00 UT 84.16 18.019 1779.5 402759 0.2693 -3.8147 -45.043 1.213 1.672 6.674 336.698 +07 Aug 2020 19:00 UT 83.87 18.060 1779.2 402839 0.2997 -3.6126 -45.551 1.214 1.625 6.669 336.726 +07 Aug 2020 20:00 UT 83.58 18.102 1778.8 402918 0.3302 -3.4103 -46.060 1.214 1.578 6.663 336.756 +07 Aug 2020 21:00 UT 83.28 18.144 1778.5 402996 0.3606 -3.2079 -46.568 1.215 1.531 6.657 336.788 +07 Aug 2020 22:00 UT 82.98 18.185 1778.2 403072 0.3910 -3.0054 -47.076 1.216 1.484 6.650 336.821 +07 Aug 2020 23:00 UT 82.68 18.227 1777.8 403146 0.4214 -2.8028 -47.584 1.216 1.436 6.643 336.856 +08 Aug 2020 00:00 UT 82.38 18.269 1777.5 403219 0.4518 -2.6001 -48.093 1.217 1.388 6.635 336.892 +08 Aug 2020 01:00 UT 82.08 18.310 1777.2 403289 0.4821 -2.3973 -48.601 1.217 1.340 6.627 336.930 +08 Aug 2020 02:00 UT 81.77 18.352 1776.9 403359 0.5124 -2.1945 -49.109 1.218 1.292 6.619 336.969 +08 Aug 2020 03:00 UT 81.47 18.394 1776.6 403426 0.5427 -1.9916 -49.618 1.218 1.243 6.609 337.010 +08 Aug 2020 04:00 UT 81.16 18.435 1776.3 403492 0.5730 -1.7886 -50.126 1.219 1.195 6.600 337.052 +08 Aug 2020 05:00 UT 80.84 18.477 1776.0 403556 0.6032 -1.5856 -50.634 1.219 1.146 6.589 337.096 +08 Aug 2020 06:00 UT 80.53 18.519 1775.7 403618 0.6334 -1.3826 -51.143 1.220 1.096 6.579 337.141 +08 Aug 2020 07:00 UT 80.22 18.560 1775.5 403679 0.6636 -1.1796 -51.651 1.220 1.047 6.567 337.188 +08 Aug 2020 08:00 UT 79.90 18.602 1775.2 403738 0.6938 -0.9766 -52.159 1.221 0.997 6.556 337.236 +08 Aug 2020 09:00 UT 79.58 18.644 1775.0 403795 0.7240 -0.7736 -52.668 1.221 0.948 6.544 337.286 +08 Aug 2020 10:00 UT 79.26 18.685 1774.7 403850 0.7542 -0.5706 -53.176 1.222 0.898 6.531 337.337 +08 Aug 2020 11:00 UT 78.94 18.727 1774.5 403904 0.7843 -0.3677 -53.684 1.222 0.847 6.518 337.390 +08 Aug 2020 12:00 UT 78.62 18.769 1774.3 403955 0.8145 -0.1648 -54.193 1.223 0.797 6.504 337.444 +08 Aug 2020 13:00 UT 78.29 18.810 1774.0 404005 0.8446 0.0381 -54.701 1.223 0.746 6.490 337.499 +08 Aug 2020 14:00 UT 77.96 18.852 1773.8 404053 0.8748 0.2408 -55.210 1.224 0.695 6.475 337.557 +08 Aug 2020 15:00 UT 77.64 18.894 1773.6 404099 0.9049 0.4435 -55.718 1.224 0.644 6.460 337.615 +08 Aug 2020 16:00 UT 77.30 18.935 1773.4 404143 0.9350 0.6462 -56.226 1.225 0.593 6.445 337.675 +08 Aug 2020 17:00 UT 76.97 18.977 1773.3 404186 0.9651 0.8487 -56.735 1.225 0.542 6.429 337.736 +08 Aug 2020 18:00 UT 76.64 19.019 1773.1 404226 0.9952 1.0511 -57.243 1.226 0.490 6.412 337.799 +08 Aug 2020 19:00 UT 76.30 19.060 1772.9 404265 1.0253 1.2534 -57.752 1.226 0.439 6.395 337.864 +08 Aug 2020 20:00 UT 75.97 19.102 1772.7 404301 1.0554 1.4556 -58.260 1.227 0.387 6.378 337.929 +08 Aug 2020 21:00 UT 75.63 19.144 1772.6 404336 1.0854 1.6576 -58.769 1.227 0.335 6.360 337.996 +08 Aug 2020 22:00 UT 75.29 19.185 1772.5 404369 1.1155 1.8595 -59.277 1.228 0.282 6.341 338.065 +08 Aug 2020 23:00 UT 74.95 19.227 1772.3 404400 1.1456 2.0612 -59.785 1.228 0.230 6.322 338.135 +09 Aug 2020 00:00 UT 74.61 19.269 1772.2 404429 1.1757 2.2628 -60.294 1.228 0.178 6.303 338.206 +09 Aug 2020 01:00 UT 74.26 19.310 1772.1 404456 1.2058 2.4642 -60.802 1.229 0.125 6.283 338.279 +09 Aug 2020 02:00 UT 73.92 19.352 1772.0 404481 1.2359 2.6653 -61.311 1.229 0.072 6.263 338.353 +09 Aug 2020 03:00 UT 73.57 19.394 1771.9 404504 1.2660 2.8663 -61.819 1.230 0.019 6.242 338.428 +09 Aug 2020 04:00 UT 73.22 19.435 1771.8 404525 1.2961 3.0671 -62.328 1.230 -0.034 6.221 338.505 +09 Aug 2020 05:00 UT 72.87 19.477 1771.7 404544 1.3262 3.2677 -62.836 1.231 -0.087 6.199 338.584 +09 Aug 2020 06:00 UT 72.52 19.519 1771.6 404561 1.3563 3.4680 -63.345 1.231 -0.140 6.177 338.663 +09 Aug 2020 07:00 UT 72.17 19.560 1771.5 404576 1.3864 3.6680 -63.854 1.232 -0.194 6.154 338.744 +09 Aug 2020 08:00 UT 71.81 19.602 1771.5 404589 1.4165 3.8679 -64.362 1.232 -0.247 6.131 338.827 +09 Aug 2020 09:00 UT 71.46 19.644 1771.4 404600 1.4467 4.0674 -64.871 1.232 -0.301 6.108 338.911 +09 Aug 2020 10:00 UT 71.10 19.685 1771.4 404608 1.4768 4.2667 -65.379 1.233 -0.354 6.084 338.996 +09 Aug 2020 11:00 UT 70.74 19.727 1771.4 404615 1.5070 4.4657 -65.888 1.233 -0.408 6.059 339.082 +09 Aug 2020 12:00 UT 70.38 19.769 1771.4 404620 1.5372 4.6644 -66.396 1.234 -0.462 6.034 339.170 +09 Aug 2020 13:00 UT 70.02 19.810 1771.3 404623 1.5674 4.8628 -66.905 1.234 -0.516 6.009 339.260 +09 Aug 2020 14:00 UT 69.66 19.852 1771.3 404623 1.5976 5.0609 -67.414 1.234 -0.570 5.983 339.350 +09 Aug 2020 15:00 UT 69.30 19.894 1771.3 404622 1.6278 5.2587 -67.922 1.235 -0.624 5.957 339.442 +09 Aug 2020 16:00 UT 68.94 19.935 1771.4 404618 1.6580 5.4561 -68.431 1.235 -0.678 5.931 339.536 +09 Aug 2020 17:00 UT 68.57 19.977 1771.4 404612 1.6883 5.6532 -68.939 1.236 -0.733 5.904 339.630 +09 Aug 2020 18:00 UT 68.20 20.019 1771.4 404605 1.7186 5.8499 -69.448 1.236 -0.787 5.876 339.726 +09 Aug 2020 19:00 UT 67.84 20.060 1771.5 404595 1.7489 6.0463 -69.957 1.236 -0.842 5.848 339.824 +09 Aug 2020 20:00 UT 67.47 20.102 1771.5 404583 1.7792 6.2423 -70.465 1.237 -0.896 5.820 339.922 +09 Aug 2020 21:00 UT 67.10 20.144 1771.6 404568 1.8095 6.4379 -70.974 1.237 -0.950 5.791 340.022 +09 Aug 2020 22:00 UT 66.73 20.185 1771.6 404552 1.8399 6.6331 -71.483 1.237 -1.005 5.762 340.124 +09 Aug 2020 23:00 UT 66.36 20.227 1771.7 404534 1.8703 6.8279 -71.991 1.238 -1.060 5.732 340.226 +10 Aug 2020 00:00 UT 65.98 20.269 1771.8 404513 1.9007 7.0222 -72.500 1.238 -1.114 5.702 340.330 +10 Aug 2020 01:00 UT 65.61 20.310 1771.9 404490 1.9312 7.2162 -73.009 1.239 -1.169 5.671 340.435 +10 Aug 2020 02:00 UT 65.24 20.352 1772.0 404465 1.9616 7.4097 -73.517 1.239 -1.223 5.640 340.542 +10 Aug 2020 03:00 UT 64.86 20.394 1772.1 404438 1.9921 7.6027 -74.026 1.239 -1.278 5.609 340.650 +10 Aug 2020 04:00 UT 64.48 20.435 1772.3 404409 2.0227 7.7953 -74.535 1.240 -1.333 5.577 340.759 +10 Aug 2020 05:00 UT 64.11 20.477 1772.4 404378 2.0532 7.9875 -75.043 1.240 -1.387 5.545 340.870 +10 Aug 2020 06:00 UT 63.73 20.519 1772.6 404344 2.0838 8.1791 -75.552 1.240 -1.442 5.512 340.982 +10 Aug 2020 07:00 UT 63.35 20.560 1772.7 404309 2.1145 8.3703 -76.061 1.241 -1.497 5.479 341.095 +10 Aug 2020 08:00 UT 62.97 20.602 1772.9 404271 2.1451 8.5609 -76.570 1.241 -1.551 5.446 341.209 +10 Aug 2020 09:00 UT 62.59 20.644 1773.1 404231 2.1758 8.7510 -77.079 1.241 -1.606 5.412 341.325 +10 Aug 2020 10:00 UT 62.20 20.685 1773.2 404189 2.2066 8.9406 -77.587 1.242 -1.661 5.378 341.442 +10 Aug 2020 11:00 UT 61.82 20.727 1773.4 404144 2.2374 9.1297 -78.096 1.242 -1.715 5.343 341.561 +10 Aug 2020 12:00 UT 61.44 20.769 1773.6 404098 2.2682 9.3182 -78.605 1.242 -1.770 5.308 341.680 +10 Aug 2020 13:00 UT 61.05 20.810 1773.9 404049 2.2990 9.5062 -79.114 1.243 -1.824 5.273 341.801 +10 Aug 2020 14:00 UT 60.67 20.852 1774.1 403998 2.3299 9.6936 -79.622 1.243 -1.879 5.237 341.924 +10 Aug 2020 15:00 UT 60.28 20.894 1774.3 403945 2.3608 9.8804 -80.131 1.243 -1.933 5.201 342.047 +10 Aug 2020 16:00 UT 59.89 20.935 1774.6 403890 2.3918 10.0666 -80.640 1.244 -1.987 5.164 342.172 +10 Aug 2020 17:00 UT 59.51 20.977 1774.8 403832 2.4228 10.2522 -81.149 1.244 -2.042 5.127 342.298 +10 Aug 2020 18:00 UT 59.12 21.019 1775.1 403773 2.4539 10.4372 -81.658 1.244 -2.096 5.089 342.426 +10 Aug 2020 19:00 UT 58.73 21.060 1775.3 403711 2.4850 10.6216 -82.167 1.245 -2.150 5.052 342.555 +10 Aug 2020 20:00 UT 58.34 21.102 1775.6 403647 2.5162 10.8054 -82.676 1.245 -2.204 5.013 342.685 +10 Aug 2020 21:00 UT 57.95 21.144 1775.9 403580 2.5474 10.9885 -83.184 1.245 -2.258 4.975 342.816 +10 Aug 2020 22:00 UT 57.56 21.185 1776.2 403512 2.5786 11.1709 -83.693 1.246 -2.312 4.936 342.948 +10 Aug 2020 23:00 UT 57.17 21.227 1776.5 403442 2.6099 11.3527 -84.202 1.246 -2.366 4.897 343.082 +11 Aug 2020 00:00 UT 56.77 21.269 1776.8 403369 2.6413 11.5338 -84.711 1.246 -2.419 4.857 343.217 +11 Aug 2020 01:00 UT 56.38 21.310 1777.2 403294 2.6727 11.7141 -85.220 1.247 -2.473 4.817 343.354 +11 Aug 2020 02:00 UT 55.99 21.352 1777.5 403217 2.7041 11.8938 -85.729 1.247 -2.526 4.776 343.491 +11 Aug 2020 03:00 UT 55.59 21.394 1777.9 403138 2.7356 12.0728 -86.238 1.247 -2.580 4.735 343.630 +11 Aug 2020 04:00 UT 55.20 21.435 1778.2 403056 2.7672 12.2510 -86.747 1.248 -2.633 4.694 343.771 +11 Aug 2020 05:00 UT 54.80 21.477 1778.6 402973 2.7988 12.4285 -87.256 1.248 -2.686 4.653 343.912 +11 Aug 2020 06:00 UT 54.41 21.519 1779.0 402887 2.8305 12.6053 -87.765 1.248 -2.739 4.611 344.055 +11 Aug 2020 07:00 UT 54.01 21.560 1779.4 402799 2.8622 12.7812 -88.274 1.249 -2.792 4.568 344.199 +11 Aug 2020 08:00 UT 53.62 21.602 1779.8 402709 2.8940 12.9564 -88.783 1.249 -2.844 4.526 344.344 +11 Aug 2020 09:00 UT 53.22 21.644 1780.2 402617 2.9258 13.1308 -89.292 1.249 -2.897 4.483 344.491 +11 Aug 2020 10:00 UT 52.82 21.685 1780.6 402522 2.9577 13.3044 -89.801 1.249 -2.949 4.439 344.638 +11 Aug 2020 11:00 UT 52.42 21.727 1781.0 402426 2.9897 13.4772 -90.310 1.250 -3.001 4.396 344.787 +11 Aug 2020 12:00 UT 52.03 21.769 1781.4 402327 3.0217 13.6492 -90.819 1.250 -3.053 4.352 344.938 +11 Aug 2020 13:00 UT 51.63 21.810 1781.9 402226 3.0538 13.8203 -91.328 1.250 -3.105 4.307 345.089 +11 Aug 2020 14:00 UT 51.23 21.852 1782.3 402124 3.0860 13.9905 -91.837 1.251 -3.156 4.262 345.242 +11 Aug 2020 15:00 UT 50.83 21.894 1782.8 402019 3.1182 14.1599 -92.346 1.251 -3.207 4.217 345.396 +11 Aug 2020 16:00 UT 50.43 21.935 1783.3 401911 3.1505 14.3284 -92.855 1.251 -3.259 4.172 345.551 +11 Aug 2020 17:00 UT 50.03 21.977 1783.8 401802 3.1828 14.4960 -93.364 1.251 -3.309 4.126 345.708 +11 Aug 2020 18:00 UT 49.63 22.019 1784.3 401691 3.2152 14.6628 -93.873 1.252 -3.360 4.080 345.866 +11 Aug 2020 19:00 UT 49.23 22.060 1784.8 401578 3.2477 14.8285 -94.382 1.252 -3.411 4.034 346.025 +11 Aug 2020 20:00 UT 48.83 22.102 1785.3 401462 3.2802 14.9934 -94.891 1.252 -3.461 3.987 346.185 +11 Aug 2020 21:00 UT 48.43 22.144 1785.8 401345 3.3129 15.1573 -95.400 1.253 -3.511 3.940 346.346 +11 Aug 2020 22:00 UT 48.03 22.185 1786.3 401225 3.3455 15.3203 -95.909 1.253 -3.561 3.892 346.509 +11 Aug 2020 23:00 UT 47.63 22.227 1786.9 401103 3.3783 15.4823 -96.419 1.253 -3.610 3.845 346.673 +12 Aug 2020 00:00 UT 47.23 22.269 1787.4 400980 3.4111 15.6432 -96.928 1.253 -3.660 3.797 346.838 +12 Aug 2020 01:00 UT 46.83 22.310 1788.0 400854 3.4440 15.8032 -97.437 1.254 -3.709 3.748 347.004 +12 Aug 2020 02:00 UT 46.43 22.352 1788.6 400726 3.4770 15.9622 -97.946 1.254 -3.757 3.699 347.172 +12 Aug 2020 03:00 UT 46.03 22.394 1789.1 400596 3.5101 16.1202 -98.455 1.254 -3.806 3.650 347.341 +12 Aug 2020 04:00 UT 45.63 22.435 1789.7 400465 3.5432 16.2771 -98.964 1.255 -3.854 3.601 347.511 +12 Aug 2020 05:00 UT 45.22 22.477 1790.3 400331 3.5764 16.4329 -99.473 1.255 -3.902 3.552 347.682 +12 Aug 2020 06:00 UT 44.82 22.519 1790.9 400195 3.6097 16.5877 -99.983 1.255 -3.950 3.502 347.854 +12 Aug 2020 07:00 UT 44.42 22.560 1791.6 400057 3.6430 16.7414 -100.492 1.255 -3.997 3.451 348.028 +12 Aug 2020 08:00 UT 44.02 22.602 1792.2 399918 3.6764 16.8940 -101.001 1.256 -4.044 3.401 348.203 +12 Aug 2020 09:00 UT 43.62 22.644 1792.8 399776 3.7099 17.0455 -101.510 1.256 -4.091 3.350 348.379 +12 Aug 2020 10:00 UT 43.22 22.685 1793.5 399633 3.7435 17.1959 -102.019 1.256 -4.137 3.299 348.556 +12 Aug 2020 11:00 UT 42.82 22.727 1794.1 399487 3.7772 17.3451 -102.529 1.256 -4.183 3.248 348.734 +12 Aug 2020 12:00 UT 42.42 22.769 1794.8 399340 3.8109 17.4931 -103.038 1.257 -4.229 3.196 348.914 +12 Aug 2020 13:00 UT 42.02 22.810 1795.4 399190 3.8448 17.6400 -103.547 1.257 -4.274 3.144 349.094 +12 Aug 2020 14:00 UT 41.62 22.852 1796.1 399039 3.8787 17.7857 -104.057 1.257 -4.319 3.092 349.276 +12 Aug 2020 15:00 UT 41.22 22.894 1796.8 398886 3.9127 17.9302 -104.566 1.258 -4.364 3.039 349.459 +12 Aug 2020 16:00 UT 40.82 22.935 1797.5 398731 3.9467 18.0735 -105.075 1.258 -4.408 2.986 349.644 +12 Aug 2020 17:00 UT 40.42 22.977 1798.2 398574 3.9809 18.2155 -105.584 1.258 -4.452 2.933 349.829 +12 Aug 2020 18:00 UT 40.02 23.019 1798.9 398416 4.0151 18.3563 -106.094 1.258 -4.496 2.880 350.015 +12 Aug 2020 19:00 UT 39.62 23.060 1799.7 398256 4.0495 18.4959 -106.603 1.259 -4.539 2.826 350.203 +12 Aug 2020 20:00 UT 39.22 23.102 1800.4 398093 4.0839 18.6341 -107.112 1.259 -4.582 2.773 350.392 +12 Aug 2020 21:00 UT 38.82 23.144 1801.1 397929 4.1184 18.7711 -107.622 1.259 -4.624 2.718 350.582 +12 Aug 2020 22:00 UT 38.42 23.185 1801.9 397764 4.1529 18.9067 -108.131 1.259 -4.667 2.664 350.773 +12 Aug 2020 23:00 UT 38.03 23.227 1802.6 397596 4.1876 19.0410 -108.640 1.260 -4.708 2.609 350.965 +13 Aug 2020 00:00 UT 37.63 23.269 1803.4 397427 4.2224 19.1740 -109.150 1.260 -4.749 2.555 351.158 +13 Aug 2020 01:00 UT 37.23 23.310 1804.2 397256 4.2572 19.3056 -109.659 1.260 -4.790 2.499 351.352 +13 Aug 2020 02:00 UT 36.84 23.352 1805.0 397083 4.2921 19.4359 -110.168 1.260 -4.831 2.444 351.548 +13 Aug 2020 03:00 UT 36.44 23.394 1805.8 396909 4.3271 19.5647 -110.678 1.261 -4.871 2.388 351.744 +13 Aug 2020 04:00 UT 36.05 23.435 1806.6 396733 4.3622 19.6922 -111.187 1.261 -4.910 2.333 351.942 +13 Aug 2020 05:00 UT 35.65 23.477 1807.4 396556 4.3974 19.8182 -111.697 1.261 -4.950 2.276 352.141 +13 Aug 2020 06:00 UT 35.26 23.519 1808.2 396376 4.4327 19.9428 -112.206 1.262 -4.988 2.220 352.340 +13 Aug 2020 07:00 UT 34.86 23.560 1809.0 396195 4.4681 20.0659 -112.715 1.262 -5.026 2.164 352.541 +13 Aug 2020 08:00 UT 34.47 23.602 1809.9 396013 4.5035 20.1876 -113.225 1.262 -5.064 2.107 352.743 +13 Aug 2020 09:00 UT 34.08 23.644 1810.7 395829 4.5391 20.3078 -113.734 1.262 -5.102 2.050 352.946 +13 Aug 2020 10:00 UT 33.69 23.685 1811.5 395643 4.5747 20.4264 -114.244 1.263 -5.138 1.993 353.149 +13 Aug 2020 11:00 UT 33.30 23.727 1812.4 395456 4.6105 20.5436 -114.753 1.263 -5.175 1.935 353.354 +13 Aug 2020 12:00 UT 32.91 23.769 1813.3 395268 4.6463 20.6592 -115.263 1.263 -5.211 1.878 353.560 +13 Aug 2020 13:00 UT 32.52 23.810 1814.1 395078 4.6822 20.7733 -115.772 1.263 -5.246 1.820 353.767 +13 Aug 2020 14:00 UT 32.13 23.852 1815.0 394886 4.7182 20.8858 -116.282 1.264 -5.281 1.762 353.975 +13 Aug 2020 15:00 UT 31.74 23.894 1815.9 394693 4.7543 20.9967 -116.791 1.264 -5.316 1.704 354.184 +13 Aug 2020 16:00 UT 31.35 23.935 1816.8 394499 4.7905 21.1060 -117.301 1.264 -5.349 1.645 354.393 +13 Aug 2020 17:00 UT 30.97 23.977 1817.7 394303 4.8267 21.2137 -117.810 1.264 -5.383 1.587 354.604 +13 Aug 2020 18:00 UT 30.58 24.019 1818.6 394106 4.8631 21.3197 -118.320 1.265 -5.416 1.528 354.815 +13 Aug 2020 19:00 UT 30.20 24.060 1819.5 393907 4.8996 21.4241 -118.829 1.265 -5.448 1.469 355.028 +13 Aug 2020 20:00 UT 29.81 24.102 1820.4 393707 4.9361 21.5268 -119.339 1.265 -5.480 1.410 355.241 +13 Aug 2020 21:00 UT 29.43 24.144 1821.4 393506 4.9727 21.6278 -119.848 1.266 -5.511 1.350 355.456 +13 Aug 2020 22:00 UT 29.05 24.185 1822.3 393304 5.0095 21.7272 -120.358 1.266 -5.542 1.291 355.671 +13 Aug 2020 23:00 UT 28.67 24.227 1823.3 393100 5.0463 21.8248 -120.868 1.266 -5.572 1.231 355.887 +14 Aug 2020 00:00 UT 28.29 24.269 1824.2 392895 5.0832 21.9207 -121.377 1.266 -5.602 1.171 356.104 +14 Aug 2020 01:00 UT 27.91 24.310 1825.2 392689 5.1202 22.0148 -121.887 1.267 -5.631 1.111 356.321 +14 Aug 2020 02:00 UT 27.54 24.352 1826.1 392481 5.1573 22.1071 -122.396 1.267 -5.660 1.051 356.540 +14 Aug 2020 03:00 UT 27.16 24.394 1827.1 392273 5.1945 22.1977 -122.906 1.267 -5.688 0.991 356.759 +14 Aug 2020 04:00 UT 26.78 24.435 1828.1 392063 5.2317 22.2864 -123.416 1.267 -5.715 0.931 356.979 +14 Aug 2020 05:00 UT 26.41 24.477 1829.1 391852 5.2691 22.3734 -123.925 1.268 -5.742 0.870 357.200 +14 Aug 2020 06:00 UT 26.04 24.519 1830.1 391640 5.3065 22.4585 -124.435 1.268 -5.768 0.809 357.422 +14 Aug 2020 07:00 UT 25.67 24.560 1831.1 391427 5.3441 22.5417 -124.945 1.268 -5.794 0.749 357.644 +14 Aug 2020 08:00 UT 25.30 24.602 1832.1 391213 5.3817 22.6231 -125.454 1.269 -5.819 0.688 357.867 +14 Aug 2020 09:00 UT 24.93 24.644 1833.1 390998 5.4194 22.7025 -125.964 1.269 -5.844 0.626 358.091 +14 Aug 2020 10:00 UT 24.56 24.685 1834.1 390782 5.4572 22.7801 -126.474 1.269 -5.867 0.565 358.315 +14 Aug 2020 11:00 UT 24.20 24.727 1835.1 390565 5.4951 22.8558 -126.983 1.269 -5.891 0.504 358.540 +14 Aug 2020 12:00 UT 23.83 24.769 1836.1 390347 5.5331 22.9295 -127.493 1.270 -5.913 0.443 358.766 +14 Aug 2020 13:00 UT 23.47 24.810 1837.2 390128 5.5711 23.0013 -128.003 1.270 -5.935 0.381 358.992 +14 Aug 2020 14:00 UT 23.11 24.852 1838.2 389908 5.6093 23.0711 -128.512 1.270 -5.957 0.319 359.219 +14 Aug 2020 15:00 UT 22.75 24.894 1839.2 389687 5.6475 23.1389 -129.022 1.271 -5.978 0.258 359.446 +14 Aug 2020 16:00 UT 22.39 24.935 1840.3 389466 5.6858 23.2047 -129.532 1.271 -5.998 0.196 359.674 +14 Aug 2020 17:00 UT 22.03 24.977 1841.3 389243 5.7242 23.2685 -130.041 1.271 -6.017 0.134 359.903 +14 Aug 2020 18:00 UT 21.68 25.019 1842.4 389020 5.7627 23.3302 -130.551 1.271 -6.036 0.072 0.132 +14 Aug 2020 19:00 UT 21.32 25.060 1843.4 388797 5.8013 23.3899 -131.061 1.272 -6.054 0.010 0.361 +14 Aug 2020 20:00 UT 20.97 25.102 1844.5 388572 5.8399 23.4476 -131.571 1.272 -6.072 -0.052 0.591 +14 Aug 2020 21:00 UT 20.62 25.144 1845.6 388347 5.8787 23.5032 -132.080 1.272 -6.089 -0.114 0.822 +14 Aug 2020 22:00 UT 20.27 25.185 1846.7 388121 5.9175 23.5566 -132.590 1.273 -6.105 -0.177 1.052 +14 Aug 2020 23:00 UT 19.93 25.227 1847.7 387894 5.9564 23.6080 -133.100 1.273 -6.120 -0.239 1.283 +15 Aug 2020 00:00 UT 19.58 25.269 1848.8 387667 5.9953 23.6572 -133.610 1.273 -6.135 -0.301 1.515 +15 Aug 2020 01:00 UT 19.24 25.310 1849.9 387439 6.0344 23.7043 -134.120 1.273 -6.150 -0.364 1.747 +15 Aug 2020 02:00 UT 18.90 25.352 1851.0 387211 6.0735 23.7493 -134.629 1.274 -6.163 -0.426 1.979 +15 Aug 2020 03:00 UT 18.56 25.394 1852.1 386982 6.1127 23.7921 -135.139 1.274 -6.176 -0.489 2.211 +15 Aug 2020 04:00 UT 18.22 25.435 1853.2 386753 6.1520 23.8327 -135.649 1.274 -6.188 -0.551 2.444 +15 Aug 2020 05:00 UT 17.89 25.477 1854.3 386523 6.1913 23.8711 -136.159 1.275 -6.200 -0.614 2.677 +15 Aug 2020 06:00 UT 17.55 25.519 1855.4 386293 6.2307 23.9072 -136.669 1.275 -6.210 -0.676 2.910 +15 Aug 2020 07:00 UT 17.22 25.560 1856.5 386063 6.2702 23.9412 -137.179 1.275 -6.220 -0.739 3.143 +15 Aug 2020 08:00 UT 16.89 25.602 1857.6 385832 6.3098 23.9729 -137.688 1.276 -6.230 -0.802 3.377 +15 Aug 2020 09:00 UT 16.56 25.644 1858.7 385601 6.3494 24.0024 -138.198 1.276 -6.239 -0.864 3.610 +15 Aug 2020 10:00 UT 16.24 25.685 1859.8 385369 6.3891 24.0296 -138.708 1.276 -6.246 -0.927 3.844 +15 Aug 2020 11:00 UT 15.92 25.727 1861.0 385137 6.4288 24.0546 -139.218 1.277 -6.254 -0.989 4.077 +15 Aug 2020 12:00 UT 15.60 25.769 1862.1 384905 6.4687 24.0772 -139.728 1.277 -6.260 -1.052 4.311 +15 Aug 2020 13:00 UT 15.28 25.810 1863.2 384673 6.5086 24.0976 -140.238 1.277 -6.266 -1.114 4.545 +15 Aug 2020 14:00 UT 14.96 25.852 1864.3 384440 6.5485 24.1156 -140.748 1.277 -6.271 -1.177 4.778 +15 Aug 2020 15:00 UT 14.65 25.894 1865.5 384208 6.5885 24.1313 -141.258 1.278 -6.275 -1.239 5.012 +15 Aug 2020 16:00 UT 14.34 25.935 1866.6 383975 6.6286 24.1447 -141.768 1.278 -6.279 -1.302 5.246 +15 Aug 2020 17:00 UT 14.03 25.977 1867.7 383742 6.6688 24.1557 -142.277 1.278 -6.282 -1.364 5.479 +15 Aug 2020 18:00 UT 13.72 26.019 1868.9 383509 6.7090 24.1644 -142.787 1.279 -6.284 -1.426 5.712 +15 Aug 2020 19:00 UT 13.42 26.060 1870.0 383276 6.7492 24.1707 -143.297 1.279 -6.286 -1.489 5.945 +15 Aug 2020 20:00 UT 13.12 26.102 1871.1 383044 6.7895 24.1746 -143.807 1.279 -6.286 -1.551 6.178 +15 Aug 2020 21:00 UT 12.82 26.144 1872.3 382811 6.8299 24.1761 -144.317 1.280 -6.286 -1.613 6.410 +15 Aug 2020 22:00 UT 12.52 26.185 1873.4 382578 6.8703 24.1753 -144.827 1.280 -6.285 -1.675 6.643 +15 Aug 2020 23:00 UT 12.23 26.227 1874.5 382345 6.9108 24.1720 -145.337 1.280 -6.284 -1.737 6.874 +16 Aug 2020 00:00 UT 11.94 26.269 1875.7 382113 6.9513 24.1663 -145.847 1.281 -6.281 -1.799 7.106 +16 Aug 2020 01:00 UT 11.65 26.310 1876.8 381880 6.9919 24.1582 -146.357 1.281 -6.278 -1.861 7.337 +16 Aug 2020 02:00 UT 11.36 26.352 1878.0 381648 7.0325 24.1477 -146.867 1.281 -6.275 -1.923 7.568 +16 Aug 2020 03:00 UT 11.08 26.394 1879.1 381416 7.0731 24.1347 -147.377 1.282 -6.270 -1.984 7.798 +16 Aug 2020 04:00 UT 10.80 26.435 1880.3 381185 7.1138 24.1192 -147.887 1.282 -6.265 -2.046 8.028 +16 Aug 2020 05:00 UT 10.52 26.477 1881.4 380953 7.1546 24.1014 -148.397 1.282 -6.259 -2.107 8.257 +16 Aug 2020 06:00 UT 10.25 26.519 1882.5 380722 7.1953 24.0810 -148.907 1.283 -6.252 -2.168 8.486 +16 Aug 2020 07:00 UT 9.97 26.560 1883.7 380492 7.2362 24.0582 -149.417 1.283 -6.244 -2.229 8.714 +16 Aug 2020 08:00 UT 9.71 26.602 1884.8 380261 7.2770 24.0329 -149.927 1.283 -6.236 -2.290 8.941 +16 Aug 2020 09:00 UT 9.44 26.644 1886.0 380032 7.3179 24.0051 -150.437 1.284 -6.227 -2.351 9.168 +16 Aug 2020 10:00 UT 9.18 26.685 1887.1 379802 7.3588 23.9749 -150.947 1.284 -6.217 -2.412 9.394 +16 Aug 2020 11:00 UT 8.92 26.727 1888.2 379573 7.3998 23.9421 -151.457 1.284 -6.206 -2.472 9.620 +16 Aug 2020 12:00 UT 8.66 26.769 1889.4 379345 7.4408 23.9069 -151.967 1.285 -6.195 -2.533 9.844 +16 Aug 2020 13:00 UT 8.41 26.810 1890.5 379117 7.4818 23.8692 -152.477 1.285 -6.182 -2.593 10.068 +16 Aug 2020 14:00 UT 8.16 26.852 1891.6 378890 7.5229 23.8289 -152.987 1.285 -6.169 -2.653 10.291 +16 Aug 2020 15:00 UT 7.91 26.894 1892.8 378663 7.5639 23.7862 -153.497 1.286 -6.156 -2.713 10.513 +16 Aug 2020 16:00 UT 7.67 26.935 1893.9 378437 7.6050 23.7409 -154.007 1.286 -6.141 -2.772 10.734 +16 Aug 2020 17:00 UT 7.42 26.977 1895.0 378212 7.6461 23.6932 -154.517 1.286 -6.126 -2.832 10.954 +16 Aug 2020 18:00 UT 7.19 27.019 1896.2 377987 7.6873 23.6429 -155.028 1.287 -6.110 -2.891 11.174 +16 Aug 2020 19:00 UT 6.95 27.060 1897.3 377764 7.7284 23.5901 -155.538 1.287 -6.093 -2.950 11.392 +16 Aug 2020 20:00 UT 6.72 27.102 1898.4 377541 7.7696 23.5348 -156.048 1.287 -6.075 -3.008 11.609 +16 Aug 2020 21:00 UT 6.50 27.144 1899.5 377318 7.8108 23.4770 -156.558 1.288 -6.057 -3.067 11.825 +16 Aug 2020 22:00 UT 6.27 27.185 1900.6 377097 7.8520 23.4167 -157.068 1.288 -6.038 -3.125 12.040 +16 Aug 2020 23:00 UT 6.05 27.227 1901.7 376877 7.8932 23.3539 -157.578 1.289 -6.018 -3.183 12.254 +17 Aug 2020 00:00 UT 5.83 27.269 1902.9 376657 7.9345 23.2885 -158.088 1.289 -5.997 -3.241 12.467 +17 Aug 2020 01:00 UT 5.62 27.310 1904.0 376438 7.9757 23.2206 -158.598 1.289 -5.976 -3.299 12.678 +17 Aug 2020 02:00 UT 5.41 27.352 1905.1 376221 8.0170 23.1503 -159.108 1.290 -5.954 -3.356 12.888 +17 Aug 2020 03:00 UT 5.20 27.394 1906.2 376004 8.0582 23.0774 -159.618 1.290 -5.931 -3.413 13.097 +17 Aug 2020 04:00 UT 5.00 27.435 1907.3 375789 8.0995 23.0020 -160.129 1.290 -5.907 -3.470 13.305 +17 Aug 2020 05:00 UT 4.80 27.477 1908.3 375574 8.1407 22.9241 -160.639 1.291 -5.882 -3.526 13.511 +17 Aug 2020 06:00 UT 4.61 27.519 1909.4 375360 8.1820 22.8437 -161.149 1.291 -5.857 -3.582 13.716 +17 Aug 2020 07:00 UT 4.42 27.560 1910.5 375148 8.2232 22.7608 -161.659 1.291 -5.831 -3.638 13.919 +17 Aug 2020 08:00 UT 4.23 27.602 1911.6 374937 8.2645 22.6755 -162.169 1.292 -5.804 -3.693 14.121 +17 Aug 2020 09:00 UT 4.04 27.644 1912.7 374727 8.3058 22.5876 -162.679 1.292 -5.777 -3.749 14.321 +17 Aug 2020 10:00 UT 3.86 27.685 1913.7 374518 8.3470 22.4973 -163.189 1.293 -5.749 -3.803 14.520 +17 Aug 2020 11:00 UT 3.69 27.727 1914.8 374311 8.3882 22.4045 -163.700 1.293 -5.720 -3.858 14.718 +17 Aug 2020 12:00 UT 3.52 27.769 1915.8 374104 8.4295 22.3092 -164.210 1.293 -5.690 -3.912 14.913 +17 Aug 2020 13:00 UT 3.35 27.810 1916.9 373899 8.4707 22.2114 -164.720 1.294 -5.659 -3.966 15.108 +17 Aug 2020 14:00 UT 3.18 27.852 1917.9 373696 8.5119 22.1112 -165.230 1.294 -5.628 -4.020 15.300 +17 Aug 2020 15:00 UT 3.02 27.894 1919.0 373494 8.5531 22.0086 -165.740 1.295 -5.596 -4.073 15.491 +17 Aug 2020 16:00 UT 2.87 27.935 1920.0 373293 8.5943 21.9035 -166.250 1.295 -5.564 -4.125 15.680 +17 Aug 2020 17:00 UT 2.71 27.977 1921.0 373093 8.6355 21.7960 -166.761 1.295 -5.530 -4.178 15.867 +17 Aug 2020 18:00 UT 2.57 28.019 1922.1 372895 8.6766 21.6861 -167.271 1.296 -5.496 -4.230 16.053 +17 Aug 2020 19:00 UT 2.42 28.060 1923.1 372699 8.7178 21.5737 -167.781 1.296 -5.461 -4.282 16.237 +17 Aug 2020 20:00 UT 2.28 28.102 1924.1 372504 8.7589 21.4590 -168.291 1.297 -5.425 -4.333 16.419 +17 Aug 2020 21:00 UT 2.15 28.144 1925.1 372310 8.8000 21.3418 -168.801 1.297 -5.389 -4.384 16.599 +17 Aug 2020 22:00 UT 2.02 28.185 1926.1 372118 8.8411 21.2223 -169.311 1.297 -5.352 -4.434 16.777 +17 Aug 2020 23:00 UT 1.89 28.227 1927.0 371928 8.8821 21.1004 -169.822 1.298 -5.314 -4.484 16.954 +18 Aug 2020 00:00 UT 1.77 28.269 1928.0 371739 8.9231 20.9762 -170.332 1.298 -5.276 -4.534 17.128 +18 Aug 2020 01:00 UT 1.65 28.310 1929.0 371552 8.9641 20.8496 -170.842 1.299 -5.237 -4.583 17.301 +18 Aug 2020 02:00 UT 1.53 28.352 1930.0 371367 9.0051 20.7207 -171.352 1.299 -5.197 -4.631 17.471 +18 Aug 2020 03:00 UT 1.42 28.394 1930.9 371183 9.0461 20.5894 -171.862 1.299 -5.157 -4.680 17.640 +18 Aug 2020 04:00 UT 1.32 28.435 1931.9 371001 9.0870 20.4559 -172.373 1.300 -5.115 -4.727 17.806 +18 Aug 2020 05:00 UT 1.22 28.477 1932.8 370821 9.1279 20.3200 -172.883 1.300 -5.074 -4.775 17.971 +18 Aug 2020 06:00 UT 1.12 28.519 1933.7 370642 9.1687 20.1819 -173.393 1.301 -5.031 -4.822 18.133 +18 Aug 2020 07:00 UT 1.03 28.560 1934.7 370466 9.2095 20.0415 -173.903 1.301 -4.988 -4.868 18.293 +18 Aug 2020 08:00 UT 0.94 28.602 1935.6 370291 9.2503 19.8989 -174.413 1.301 -4.944 -4.914 18.451 +18 Aug 2020 09:00 UT 0.85 28.644 1936.5 370118 9.2911 19.7540 -174.924 1.302 -4.899 -4.959 18.607 +18 Aug 2020 10:00 UT 0.78 28.685 1937.4 369946 9.3318 19.6069 -175.434 1.302 -4.854 -5.004 18.761 +18 Aug 2020 11:00 UT 0.70 28.727 1938.3 369777 9.3725 19.4577 -175.944 1.303 -4.808 -5.049 18.913 +18 Aug 2020 12:00 UT 0.63 28.769 1939.1 369610 9.4131 19.3062 -176.454 1.303 -4.762 -5.093 19.062 +18 Aug 2020 13:00 UT 0.57 28.810 1940.0 369444 9.4537 19.1525 -176.965 1.304 -4.715 -5.136 19.209 +18 Aug 2020 14:00 UT 0.51 28.852 1940.9 369281 9.4943 18.9967 -177.475 1.304 -4.667 -5.179 19.354 +18 Aug 2020 15:00 UT 0.45 28.894 1941.7 369119 9.5348 18.8388 -177.985 1.304 -4.619 -5.221 19.497 +18 Aug 2020 16:00 UT 0.40 28.935 1942.6 368960 9.5753 18.6788 -178.495 1.305 -4.570 -5.263 19.637 +18 Aug 2020 17:00 UT 0.35 28.977 1943.4 368802 9.6157 18.5166 -179.005 1.305 -4.520 -5.304 19.775 +18 Aug 2020 18:00 UT 0.31 29.019 1944.2 368647 9.6561 18.3524 -179.516 1.306 -4.470 -5.345 19.911 +18 Aug 2020 19:00 UT 0.27 29.060 1945.0 368493 9.6965 18.1861 179.974 1.306 -4.419 -5.385 20.045 +18 Aug 2020 20:00 UT 0.24 29.102 1945.8 368342 9.7368 18.0178 179.464 1.307 -4.368 -5.424 20.176 +18 Aug 2020 21:00 UT 0.21 29.144 1946.6 368193 9.7771 17.8474 178.954 1.307 -4.316 -5.463 20.304 +18 Aug 2020 22:00 UT 0.19 29.185 1947.4 368046 9.8173 17.6751 178.443 1.307 -4.264 -5.502 20.431 +18 Aug 2020 23:00 UT 0.17 29.227 1948.1 367901 9.8575 17.5008 177.933 1.308 -4.211 -5.540 20.555 +19 Aug 2020 00:00 UT 0.16 29.269 1948.9 367758 9.8976 17.3245 177.423 1.308 -4.157 -5.577 20.676 +19 Aug 2020 01:00 UT 0.15 29.310 1949.6 367617 9.9377 17.1463 176.913 1.309 -4.103 -5.614 20.795 +19 Aug 2020 02:00 UT 0.14 29.352 1950.4 367479 9.9777 16.9661 176.403 1.309 -4.048 -5.650 20.912 +19 Aug 2020 03:00 UT 0.15 0.013 1951.1 367342 10.0177 16.7841 175.892 1.310 -3.993 -5.685 21.026 +19 Aug 2020 04:00 UT 0.15 0.054 1951.8 367208 10.0577 16.6002 175.382 1.310 -3.937 -5.720 21.138 +19 Aug 2020 05:00 UT 0.16 0.096 1952.5 367077 10.0976 16.4144 174.872 1.311 -3.881 -5.754 21.247 +19 Aug 2020 06:00 UT 0.18 0.138 1953.2 366947 10.1374 16.2268 174.362 1.311 -3.825 -5.788 21.354 +19 Aug 2020 07:00 UT 0.20 0.179 1953.9 366820 10.1772 16.0374 173.852 1.311 -3.767 -5.821 21.458 +19 Aug 2020 08:00 UT 0.22 0.221 1954.6 366695 10.2170 15.8462 173.341 1.312 -3.710 -5.853 21.560 +19 Aug 2020 09:00 UT 0.25 0.263 1955.2 366572 10.2567 15.6532 172.831 1.312 -3.651 -5.885 21.659 +19 Aug 2020 10:00 UT 0.29 0.304 1955.8 366452 10.2963 15.4585 172.321 1.313 -3.593 -5.916 21.756 +19 Aug 2020 11:00 UT 0.33 0.346 1956.5 366334 10.3359 15.2621 171.811 1.313 -3.534 -5.946 21.850 +19 Aug 2020 12:00 UT 0.37 0.388 1957.1 366218 10.3755 15.0640 171.301 1.314 -3.474 -5.976 21.942 +19 Aug 2020 13:00 UT 0.42 0.429 1957.7 366104 10.4150 14.8642 170.790 1.314 -3.414 -6.005 22.031 +19 Aug 2020 14:00 UT 0.48 0.471 1958.3 365993 10.4544 14.6628 170.280 1.315 -3.354 -6.033 22.118 +19 Aug 2020 15:00 UT 0.54 0.513 1958.9 365885 10.4938 14.4598 169.770 1.315 -3.293 -6.061 22.202 +19 Aug 2020 16:00 UT 0.60 0.554 1959.4 365778 10.5332 14.2551 169.260 1.316 -3.232 -6.088 22.283 +19 Aug 2020 17:00 UT 0.67 0.596 1960.0 365675 10.5725 14.0489 168.750 1.316 -3.170 -6.114 22.362 +19 Aug 2020 18:00 UT 0.74 0.638 1960.5 365573 10.6117 13.8412 168.239 1.317 -3.108 -6.140 22.439 +19 Aug 2020 19:00 UT 0.82 0.679 1961.1 365474 10.6509 13.6319 167.729 1.317 -3.045 -6.165 22.512 +19 Aug 2020 20:00 UT 0.91 0.721 1961.6 365377 10.6901 13.4211 167.219 1.318 -2.983 -6.189 22.584 +19 Aug 2020 21:00 UT 0.99 0.763 1962.1 365283 10.7292 13.2089 166.709 1.318 -2.919 -6.213 22.652 +19 Aug 2020 22:00 UT 1.09 0.804 1962.6 365191 10.7683 12.9952 166.199 1.319 -2.856 -6.236 22.718 +19 Aug 2020 23:00 UT 1.19 0.846 1963.1 365102 10.8073 12.7801 165.688 1.319 -2.792 -6.258 22.782 +20 Aug 2020 00:00 UT 1.29 0.888 1963.5 365015 10.8462 12.5636 165.178 1.320 -2.728 -6.279 22.843 +20 Aug 2020 01:00 UT 1.40 0.929 1964.0 364930 10.8851 12.3458 164.668 1.320 -2.663 -6.300 22.901 +20 Aug 2020 02:00 UT 1.51 0.971 1964.4 364848 10.9240 12.1266 164.158 1.321 -2.599 -6.320 22.957 +20 Aug 2020 03:00 UT 1.63 1.013 1964.9 364769 10.9628 11.9061 163.648 1.321 -2.533 -6.340 23.010 +20 Aug 2020 04:00 UT 1.75 1.054 1965.3 364692 11.0016 11.6843 163.138 1.321 -2.468 -6.358 23.061 +20 Aug 2020 05:00 UT 1.88 1.096 1965.7 364617 11.0403 11.4613 162.628 1.322 -2.402 -6.376 23.109 +20 Aug 2020 06:00 UT 2.01 1.138 1966.1 364545 11.0789 11.2370 162.117 1.322 -2.336 -6.393 23.155 +20 Aug 2020 07:00 UT 2.15 1.179 1966.5 364475 11.1176 11.0115 161.607 1.323 -2.270 -6.409 23.197 +20 Aug 2020 08:00 UT 2.29 1.221 1966.8 364408 11.1561 10.7848 161.097 1.323 -2.204 -6.425 23.238 +20 Aug 2020 09:00 UT 2.44 1.263 1967.2 364344 11.1947 10.5570 160.587 1.324 -2.137 -6.440 23.276 +20 Aug 2020 10:00 UT 2.59 1.304 1967.5 364281 11.2332 10.3280 160.077 1.325 -2.070 -6.454 23.311 +20 Aug 2020 11:00 UT 2.75 1.346 1967.8 364222 11.2716 10.0980 159.567 1.325 -2.003 -6.468 23.343 +20 Aug 2020 12:00 UT 2.91 1.388 1968.1 364165 11.3100 9.8669 159.057 1.326 -1.935 -6.480 23.373 +20 Aug 2020 13:00 UT 3.08 1.429 1968.4 364110 11.3483 9.6347 158.546 1.326 -1.868 -6.492 23.401 +20 Aug 2020 14:00 UT 3.25 1.471 1968.7 364058 11.3867 9.4015 158.036 1.327 -1.800 -6.503 23.426 +20 Aug 2020 15:00 UT 3.42 1.513 1969.0 364008 11.4249 9.1673 157.526 1.327 -1.732 -6.514 23.448 +20 Aug 2020 16:00 UT 3.60 1.554 1969.2 363961 11.4631 8.9322 157.016 1.328 -1.664 -6.523 23.468 +20 Aug 2020 17:00 UT 3.79 1.596 1969.5 363916 11.5013 8.6962 156.506 1.328 -1.596 -6.532 23.485 +20 Aug 2020 18:00 UT 3.98 1.638 1969.7 363874 11.5395 8.4592 155.996 1.329 -1.528 -6.540 23.500 +20 Aug 2020 19:00 UT 4.17 1.679 1969.9 363834 11.5776 8.2213 155.486 1.329 -1.459 -6.548 23.512 +20 Aug 2020 20:00 UT 4.37 1.721 1970.1 363797 11.6156 7.9826 154.976 1.330 -1.390 -6.554 23.522 +20 Aug 2020 21:00 UT 4.58 1.763 1970.3 363762 11.6537 7.7431 154.466 1.330 -1.322 -6.560 23.529 +20 Aug 2020 22:00 UT 4.79 1.804 1970.5 363729 11.6916 7.5028 153.956 1.331 -1.253 -6.565 23.534 +20 Aug 2020 23:00 UT 5.00 1.846 1970.6 363700 11.7296 7.2617 153.446 1.331 -1.184 -6.570 23.536 +21 Aug 2020 00:00 UT 5.22 1.888 1970.8 363672 11.7675 7.0199 152.936 1.332 -1.115 -6.573 23.536 +21 Aug 2020 01:00 UT 5.44 1.929 1970.9 363647 11.8054 6.7774 152.425 1.332 -1.046 -6.576 23.533 +21 Aug 2020 02:00 UT 5.66 1.971 1971.1 363625 11.8432 6.5341 151.915 1.333 -0.977 -6.578 23.528 +21 Aug 2020 03:00 UT 5.90 2.013 1971.2 363605 11.8810 6.2903 151.405 1.333 -0.908 -6.579 23.520 +21 Aug 2020 04:00 UT 6.13 2.054 1971.3 363587 11.9188 6.0458 150.895 1.334 -0.839 -6.580 23.510 +21 Aug 2020 05:00 UT 6.37 2.096 1971.3 363572 11.9565 5.8007 150.385 1.334 -0.769 -6.579 23.497 +21 Aug 2020 06:00 UT 6.61 2.138 1971.4 363559 11.9942 5.5550 149.875 1.335 -0.700 -6.578 23.482 +21 Aug 2020 07:00 UT 6.86 2.179 1971.5 363549 12.0319 5.3088 149.365 1.336 -0.631 -6.576 23.464 +21 Aug 2020 08:00 UT 7.12 2.221 1971.5 363541 12.0695 5.0621 148.855 1.336 -0.562 -6.574 23.444 +21 Aug 2020 09:00 UT 7.37 2.263 1971.5 363535 12.1071 4.8148 148.345 1.337 -0.493 -6.570 23.422 +21 Aug 2020 10:00 UT 7.64 2.304 1971.6 363532 12.1447 4.5672 147.835 1.337 -0.423 -6.566 23.397 +21 Aug 2020 11:00 UT 7.90 2.346 1971.6 363531 12.1823 4.3190 147.325 1.338 -0.354 -6.561 23.370 +21 Aug 2020 12:00 UT 8.17 2.388 1971.6 363533 12.2198 4.0705 146.815 1.338 -0.285 -6.556 23.340 +21 Aug 2020 13:00 UT 8.45 2.429 1971.5 363537 12.2573 3.8216 146.305 1.339 -0.216 -6.549 23.308 +21 Aug 2020 14:00 UT 8.72 2.471 1971.5 363543 12.2948 3.5724 145.796 1.339 -0.147 -6.542 23.274 +21 Aug 2020 15:00 UT 9.01 2.513 1971.4 363552 12.3322 3.3228 145.286 1.340 -0.078 -6.534 23.237 +21 Aug 2020 16:00 UT 9.29 2.554 1971.4 363563 12.3697 3.0729 144.776 1.341 -0.010 -6.525 23.197 +21 Aug 2020 17:00 UT 9.58 2.596 1971.3 363576 12.4071 2.8228 144.266 1.341 0.059 -6.516 23.156 +21 Aug 2020 18:00 UT 9.88 2.638 1971.2 363592 12.4445 2.5724 143.756 1.342 0.127 -6.505 23.112 +21 Aug 2020 19:00 UT 10.18 2.679 1971.1 363610 12.4818 2.3219 143.246 1.342 0.196 -6.494 23.066 +21 Aug 2020 20:00 UT 10.48 2.721 1971.0 363630 12.5192 2.0711 142.736 1.343 0.264 -6.483 23.017 +21 Aug 2020 21:00 UT 10.79 2.763 1970.9 363652 12.5565 1.8202 142.226 1.343 0.332 -6.470 22.966 +21 Aug 2020 22:00 UT 11.10 2.804 1970.8 363677 12.5938 1.5691 141.716 1.344 0.400 -6.457 22.913 +21 Aug 2020 23:00 UT 11.41 2.846 1970.6 363704 12.6311 1.3180 141.206 1.345 0.468 -6.443 22.858 +22 Aug 2020 00:00 UT 11.73 2.888 1970.5 363733 12.6684 1.0668 140.696 1.345 0.536 -6.428 22.800 +22 Aug 2020 01:00 UT 12.05 2.929 1970.3 363764 12.7056 0.8155 140.187 1.346 0.603 -6.412 22.740 +22 Aug 2020 02:00 UT 12.38 2.971 1970.1 363798 12.7429 0.5642 139.677 1.346 0.670 -6.396 22.678 +22 Aug 2020 03:00 UT 12.70 3.013 1969.9 363834 12.7801 0.3129 139.167 1.347 0.737 -6.379 22.613 +22 Aug 2020 04:00 UT 13.04 3.054 1969.7 363871 12.8173 0.0616 138.657 1.348 0.804 -6.361 22.546 +22 Aug 2020 05:00 UT 13.37 3.096 1969.5 363911 12.8545 -0.1896 138.147 1.348 0.871 -6.343 22.477 +22 Aug 2020 06:00 UT 13.71 3.138 1969.3 363954 12.8917 -0.4407 137.637 1.349 0.937 -6.324 22.406 +22 Aug 2020 07:00 UT 14.06 3.179 1969.0 363998 12.9289 -0.6917 137.128 1.349 1.004 -6.304 22.333 +22 Aug 2020 08:00 UT 14.40 3.221 1968.8 364044 12.9661 -0.9425 136.618 1.350 1.069 -6.283 22.257 +22 Aug 2020 09:00 UT 14.75 3.263 1968.5 364093 13.0033 -1.1932 136.108 1.350 1.135 -6.262 22.179 +22 Aug 2020 10:00 UT 15.11 3.304 1968.2 364143 13.0405 -1.4437 135.598 1.351 1.201 -6.240 22.099 +22 Aug 2020 11:00 UT 15.46 3.346 1968.0 364196 13.0776 -1.6940 135.088 1.352 1.266 -6.217 22.017 +22 Aug 2020 12:00 UT 15.82 3.388 1967.7 364250 13.1148 -1.9440 134.579 1.352 1.331 -6.193 21.933 +22 Aug 2020 13:00 UT 16.19 3.429 1967.4 364307 13.1519 -2.1937 134.069 1.353 1.395 -6.169 21.846 +22 Aug 2020 14:00 UT 16.55 3.471 1967.0 364366 13.1891 -2.4432 133.559 1.354 1.460 -6.144 21.758 +22 Aug 2020 15:00 UT 16.92 3.513 1966.7 364426 13.2262 -2.6923 133.049 1.354 1.524 -6.119 21.667 +22 Aug 2020 16:00 UT 17.30 3.554 1966.4 364489 13.2634 -2.9411 132.540 1.355 1.587 -6.092 21.574 +22 Aug 2020 17:00 UT 17.67 3.596 1966.0 364553 13.3006 -3.1895 132.030 1.355 1.651 -6.065 21.479 +22 Aug 2020 18:00 UT 18.05 3.638 1965.7 364620 13.3377 -3.4375 131.520 1.356 1.714 -6.038 21.382 +22 Aug 2020 19:00 UT 18.43 3.679 1965.3 364688 13.3749 -3.6851 131.011 1.357 1.776 -6.009 21.283 +22 Aug 2020 20:00 UT 18.82 3.721 1964.9 364758 13.4120 -3.9322 130.501 1.357 1.839 -5.980 21.182 +22 Aug 2020 21:00 UT 19.21 3.763 1964.5 364830 13.4492 -4.1788 129.991 1.358 1.901 -5.951 21.079 +22 Aug 2020 22:00 UT 19.60 3.804 1964.1 364904 13.4864 -4.4249 129.482 1.358 1.963 -5.920 20.973 +22 Aug 2020 23:00 UT 19.99 3.846 1963.7 364980 13.5236 -4.6705 128.972 1.359 2.024 -5.889 20.866 +23 Aug 2020 00:00 UT 20.39 3.888 1963.3 365057 13.5608 -4.9156 128.462 1.360 2.085 -5.857 20.757 +23 Aug 2020 01:00 UT 20.79 3.929 1962.9 365136 13.5980 -5.1600 127.953 1.360 2.145 -5.825 20.646 +23 Aug 2020 02:00 UT 21.19 3.971 1962.5 365217 13.6352 -5.4039 127.443 1.361 2.206 -5.792 20.532 +23 Aug 2020 03:00 UT 21.59 4.013 1962.0 365300 13.6724 -5.6471 126.934 1.362 2.265 -5.759 20.417 +23 Aug 2020 04:00 UT 22.00 4.054 1961.6 365385 13.7096 -5.8897 126.424 1.362 2.325 -5.724 20.300 +23 Aug 2020 05:00 UT 22.41 4.096 1961.1 365471 13.7469 -6.1315 125.914 1.363 2.384 -5.689 20.180 +23 Aug 2020 06:00 UT 22.82 4.138 1960.6 365559 13.7841 -6.3727 125.405 1.364 2.443 -5.654 20.059 +23 Aug 2020 07:00 UT 23.23 4.179 1960.1 365648 13.8214 -6.6132 124.895 1.364 2.501 -5.618 19.936 +23 Aug 2020 08:00 UT 23.65 4.221 1959.7 365739 13.8587 -6.8529 124.386 1.365 2.559 -5.581 19.811 +23 Aug 2020 09:00 UT 24.07 4.263 1959.2 365832 13.8960 -7.0918 123.876 1.366 2.616 -5.544 19.684 +23 Aug 2020 10:00 UT 24.49 4.304 1958.7 365926 13.9333 -7.3299 123.367 1.366 2.673 -5.506 19.555 +23 Aug 2020 11:00 UT 24.91 4.346 1958.1 366022 13.9706 -7.5672 122.857 1.367 2.730 -5.467 19.424 +23 Aug 2020 12:00 UT 25.34 4.388 1957.6 366120 14.0080 -7.8036 122.348 1.368 2.786 -5.428 19.292 +23 Aug 2020 13:00 UT 25.76 4.429 1957.1 366219 14.0454 -8.0392 121.838 1.368 2.841 -5.388 19.157 +23 Aug 2020 14:00 UT 26.19 4.471 1956.6 366319 14.0828 -8.2738 121.329 1.369 2.897 -5.348 19.021 +23 Aug 2020 15:00 UT 26.62 4.513 1956.0 366421 14.1202 -8.5075 120.819 1.370 2.951 -5.307 18.883 +23 Aug 2020 16:00 UT 27.06 4.554 1955.5 366525 14.1576 -8.7403 120.310 1.370 3.006 -5.266 18.743 +23 Aug 2020 17:00 UT 27.49 4.596 1954.9 366630 14.1951 -8.9722 119.800 1.371 3.059 -5.223 18.601 +23 Aug 2020 18:00 UT 27.93 4.638 1954.3 366736 14.2326 -9.2030 119.291 1.372 3.113 -5.181 18.457 +23 Aug 2020 19:00 UT 28.37 4.679 1953.8 366844 14.2701 -9.4328 118.782 1.372 3.166 -5.138 18.311 +23 Aug 2020 20:00 UT 28.81 4.721 1953.2 366953 14.3077 -9.6616 118.272 1.373 3.218 -5.094 18.164 +23 Aug 2020 21:00 UT 29.25 4.763 1952.6 367063 14.3452 -9.8893 117.763 1.374 3.270 -5.050 18.015 +23 Aug 2020 22:00 UT 29.70 4.804 1952.0 367175 14.3828 -10.1159 117.253 1.374 3.322 -5.005 17.864 +23 Aug 2020 23:00 UT 30.14 4.846 1951.4 367288 14.4204 -10.3414 116.744 1.375 3.373 -4.960 17.712 +24 Aug 2020 00:00 UT 30.59 4.888 1950.8 367403 14.4581 -10.5658 116.235 1.376 3.423 -4.914 17.557 +24 Aug 2020 01:00 UT 31.04 4.929 1950.2 367518 14.4958 -10.7890 115.725 1.376 3.473 -4.868 17.401 +24 Aug 2020 02:00 UT 31.49 4.971 1949.6 367635 14.5335 -11.0111 115.216 1.377 3.523 -4.821 17.243 +24 Aug 2020 03:00 UT 31.94 5.013 1948.9 367754 14.5712 -11.2319 114.707 1.378 3.572 -4.774 17.084 +24 Aug 2020 04:00 UT 32.39 5.054 1948.3 367873 14.6090 -11.4516 114.197 1.378 3.620 -4.726 16.923 +24 Aug 2020 05:00 UT 32.85 5.096 1947.7 367993 14.6468 -11.6700 113.688 1.379 3.669 -4.678 16.760 +24 Aug 2020 06:00 UT 33.30 5.138 1947.0 368115 14.6846 -11.8871 113.179 1.380 3.716 -4.629 16.595 +24 Aug 2020 07:00 UT 33.76 5.179 1946.4 368238 14.7225 -12.1029 112.669 1.381 3.763 -4.580 16.429 +24 Aug 2020 08:00 UT 34.22 5.221 1945.7 368362 14.7604 -12.3175 112.160 1.381 3.810 -4.530 16.261 +24 Aug 2020 09:00 UT 34.68 5.263 1945.0 368487 14.7983 -12.5307 111.651 1.382 3.856 -4.480 16.092 +24 Aug 2020 10:00 UT 35.14 5.304 1944.4 368613 14.8363 -12.7426 111.142 1.383 3.901 -4.429 15.921 +24 Aug 2020 11:00 UT 35.60 5.346 1943.7 368741 14.8743 -12.9530 110.632 1.383 3.946 -4.378 15.748 +24 Aug 2020 12:00 UT 36.06 5.388 1943.0 368869 14.9124 -13.1621 110.123 1.384 3.991 -4.327 15.574 +24 Aug 2020 13:00 UT 36.52 5.429 1942.3 368998 14.9504 -13.3698 109.614 1.385 4.035 -4.275 15.398 +24 Aug 2020 14:00 UT 36.99 5.471 1941.7 369129 14.9886 -13.5761 109.105 1.386 4.078 -4.223 15.221 +24 Aug 2020 15:00 UT 37.45 5.513 1941.0 369260 15.0267 -13.7809 108.596 1.386 4.121 -4.170 15.042 +24 Aug 2020 16:00 UT 37.92 5.554 1940.3 369392 15.0649 -13.9842 108.087 1.387 4.163 -4.117 14.861 +24 Aug 2020 17:00 UT 38.38 5.596 1939.6 369526 15.1031 -14.1860 107.577 1.388 4.205 -4.063 14.679 +24 Aug 2020 18:00 UT 38.85 5.638 1938.9 369660 15.1414 -14.3863 107.068 1.388 4.247 -4.009 14.496 +24 Aug 2020 19:00 UT 39.32 5.679 1938.2 369795 15.1797 -14.5851 106.559 1.389 4.287 -3.955 14.311 +24 Aug 2020 20:00 UT 39.79 5.721 1937.5 369931 15.2181 -14.7823 106.050 1.390 4.328 -3.900 14.125 +24 Aug 2020 21:00 UT 40.25 5.763 1936.7 370067 15.2565 -14.9780 105.541 1.391 4.367 -3.845 13.937 +24 Aug 2020 22:00 UT 40.72 5.804 1936.0 370205 15.2949 -15.1720 105.032 1.391 4.407 -3.790 13.747 +24 Aug 2020 23:00 UT 41.19 5.846 1935.3 370343 15.3334 -15.3644 104.523 1.392 4.445 -3.734 13.556 +25 Aug 2020 00:00 UT 41.66 5.888 1934.6 370483 15.3719 -15.5552 104.014 1.393 4.484 -3.678 13.364 +25 Aug 2020 01:00 UT 42.13 5.929 1933.8 370623 15.4104 -15.7444 103.505 1.394 4.521 -3.621 13.171 +25 Aug 2020 02:00 UT 42.60 5.971 1933.1 370763 15.4490 -15.9319 102.996 1.394 4.558 -3.565 12.976 +25 Aug 2020 03:00 UT 43.08 6.013 1932.4 370905 15.4877 -16.1176 102.487 1.395 4.595 -3.507 12.779 +25 Aug 2020 04:00 UT 43.55 6.054 1931.6 371047 15.5263 -16.3017 101.978 1.396 4.631 -3.450 12.582 +25 Aug 2020 05:00 UT 44.02 6.096 1930.9 371190 15.5651 -16.4841 101.469 1.397 4.667 -3.392 12.383 +25 Aug 2020 06:00 UT 44.49 6.138 1930.1 371334 15.6038 -16.6647 100.960 1.397 4.701 -3.334 12.182 +25 Aug 2020 07:00 UT 44.96 6.179 1929.4 371478 15.6426 -16.8435 100.451 1.398 4.736 -3.275 11.980 +25 Aug 2020 08:00 UT 45.43 6.221 1928.6 371623 15.6815 -17.0206 99.942 1.399 4.770 -3.217 11.777 +25 Aug 2020 09:00 UT 45.90 6.263 1927.9 371769 15.7204 -17.1958 99.433 1.400 4.803 -3.158 11.573 +25 Aug 2020 10:00 UT 46.38 6.304 1927.1 371915 15.7593 -17.3692 98.924 1.400 4.836 -3.098 11.368 +25 Aug 2020 11:00 UT 46.85 6.346 1926.4 372062 15.7983 -17.5408 98.415 1.401 4.868 -3.039 11.161 +25 Aug 2020 12:00 UT 47.32 6.388 1925.6 372209 15.8373 -17.7106 97.906 1.402 4.900 -2.979 10.953 +25 Aug 2020 13:00 UT 47.79 6.429 1924.8 372357 15.8763 -17.8785 97.397 1.403 4.932 -2.919 10.744 +25 Aug 2020 14:00 UT 48.26 6.471 1924.1 372505 15.9154 -18.0445 96.888 1.403 4.962 -2.859 10.533 +25 Aug 2020 15:00 UT 48.73 6.513 1923.3 372654 15.9546 -18.2086 96.379 1.404 4.992 -2.798 10.322 +25 Aug 2020 16:00 UT 49.20 6.554 1922.5 372804 15.9938 -18.3707 95.871 1.405 5.022 -2.737 10.109 +25 Aug 2020 17:00 UT 49.67 6.596 1921.7 372954 16.0330 -18.5310 95.362 1.406 5.051 -2.676 9.896 +25 Aug 2020 18:00 UT 50.14 6.638 1921.0 373105 16.0723 -18.6893 94.853 1.407 5.080 -2.615 9.681 +25 Aug 2020 19:00 UT 50.61 6.679 1920.2 373256 16.1116 -18.8456 94.344 1.407 5.108 -2.553 9.465 +25 Aug 2020 20:00 UT 51.08 6.721 1919.4 373407 16.1509 -18.9999 93.835 1.408 5.136 -2.491 9.248 +25 Aug 2020 21:00 UT 51.55 6.763 1918.6 373559 16.1903 -19.1523 93.326 1.409 5.163 -2.430 9.030 +25 Aug 2020 22:00 UT 52.02 6.804 1917.9 373711 16.2297 -19.3026 92.818 1.410 5.189 -2.367 8.810 +25 Aug 2020 23:00 UT 52.48 6.846 1917.1 373864 16.2692 -19.4509 92.309 1.410 5.215 -2.305 8.590 +26 Aug 2020 00:00 UT 52.95 6.888 1916.3 374017 16.3087 -19.5971 91.800 1.411 5.241 -2.243 8.369 +26 Aug 2020 01:00 UT 53.42 6.929 1915.5 374170 16.3483 -19.7413 91.291 1.412 5.266 -2.180 8.147 +26 Aug 2020 02:00 UT 53.88 6.971 1914.7 374324 16.3878 -19.8835 90.783 1.413 5.290 -2.117 7.924 +26 Aug 2020 03:00 UT 54.34 7.013 1913.9 374478 16.4275 -20.0235 90.274 1.414 5.314 -2.054 7.700 +26 Aug 2020 04:00 UT 54.81 7.054 1913.1 374633 16.4671 -20.1615 89.765 1.414 5.338 -1.991 7.475 +26 Aug 2020 05:00 UT 55.27 7.096 1912.3 374788 16.5068 -20.2973 89.257 1.415 5.361 -1.927 7.249 +26 Aug 2020 06:00 UT 55.73 7.138 1911.6 374943 16.5466 -20.4310 88.748 1.416 5.383 -1.864 7.023 +26 Aug 2020 07:00 UT 56.19 7.179 1910.8 375098 16.5864 -20.5626 88.239 1.417 5.405 -1.800 6.795 +26 Aug 2020 08:00 UT 56.65 7.221 1910.0 375254 16.6262 -20.6920 87.731 1.418 5.426 -1.737 6.567 +26 Aug 2020 09:00 UT 57.11 7.263 1909.2 375410 16.6660 -20.8192 87.222 1.418 5.447 -1.673 6.338 +26 Aug 2020 10:00 UT 57.57 7.304 1908.4 375566 16.7059 -20.9443 86.713 1.419 5.468 -1.609 6.108 +26 Aug 2020 11:00 UT 58.03 7.346 1907.6 375722 16.7458 -21.0672 86.205 1.420 5.488 -1.545 5.878 +26 Aug 2020 12:00 UT 58.48 7.388 1906.8 375879 16.7858 -21.1879 85.696 1.421 5.507 -1.480 5.647 +26 Aug 2020 13:00 UT 58.94 7.429 1906.0 376036 16.8257 -21.3063 85.187 1.422 5.526 -1.416 5.415 +26 Aug 2020 14:00 UT 59.39 7.471 1905.2 376193 16.8657 -21.4226 84.679 1.422 5.545 -1.352 5.182 +26 Aug 2020 15:00 UT 59.84 7.513 1904.4 376350 16.9058 -21.5366 84.170 1.423 5.563 -1.287 4.949 +26 Aug 2020 16:00 UT 60.29 7.554 1903.6 376507 16.9459 -21.6484 83.662 1.424 5.580 -1.223 4.715 +26 Aug 2020 17:00 UT 60.74 7.596 1902.8 376665 16.9860 -21.7579 83.153 1.425 5.597 -1.158 4.480 +26 Aug 2020 18:00 UT 61.19 7.638 1902.0 376822 17.0261 -21.8652 82.645 1.426 5.613 -1.094 4.245 +26 Aug 2020 19:00 UT 61.64 7.679 1901.2 376980 17.0662 -21.9701 82.136 1.426 5.630 -1.029 4.010 +26 Aug 2020 20:00 UT 62.08 7.721 1900.4 377138 17.1064 -22.0728 81.628 1.427 5.645 -0.964 3.774 +26 Aug 2020 21:00 UT 62.53 7.763 1899.6 377296 17.1466 -22.1733 81.119 1.428 5.660 -0.899 3.537 +26 Aug 2020 22:00 UT 62.97 7.804 1898.8 377454 17.1869 -22.2714 80.611 1.429 5.675 -0.834 3.300 +26 Aug 2020 23:00 UT 63.41 7.846 1898.0 377613 17.2271 -22.3672 80.102 1.430 5.689 -0.770 3.063 +27 Aug 2020 00:00 UT 63.85 7.888 1897.2 377771 17.2674 -22.4606 79.594 1.431 5.703 -0.705 2.825 +27 Aug 2020 01:00 UT 64.29 7.929 1896.4 377929 17.3077 -22.5518 79.085 1.431 5.716 -0.640 2.587 +27 Aug 2020 02:00 UT 64.73 7.971 1895.7 378088 17.3480 -22.6406 78.577 1.432 5.728 -0.575 2.348 +27 Aug 2020 03:00 UT 65.16 8.013 1894.9 378246 17.3884 -22.7271 78.068 1.433 5.741 -0.510 2.109 +27 Aug 2020 04:00 UT 65.60 8.054 1894.1 378405 17.4287 -22.8112 77.560 1.434 5.753 -0.445 1.870 +27 Aug 2020 05:00 UT 66.03 8.096 1893.3 378564 17.4691 -22.8930 77.052 1.435 5.764 -0.380 1.630 +27 Aug 2020 06:00 UT 66.46 8.138 1892.5 378722 17.5095 -22.9724 76.543 1.435 5.775 -0.315 1.391 +27 Aug 2020 07:00 UT 66.89 8.179 1891.7 378881 17.5499 -23.0494 76.035 1.436 5.785 -0.250 1.151 +27 Aug 2020 08:00 UT 67.31 8.221 1890.9 379039 17.5903 -23.1241 75.526 1.437 5.795 -0.185 0.910 +27 Aug 2020 09:00 UT 67.74 8.263 1890.1 379198 17.6307 -23.1964 75.018 1.438 5.805 -0.121 0.670 +27 Aug 2020 10:00 UT 68.16 8.304 1889.3 379357 17.6712 -23.2663 74.510 1.439 5.814 -0.056 0.430 +27 Aug 2020 11:00 UT 68.58 8.346 1888.5 379515 17.7116 -23.3338 74.001 1.440 5.823 0.009 0.189 +27 Aug 2020 12:00 UT 69.00 8.388 1887.7 379674 17.7521 -23.3989 73.493 1.440 5.831 0.074 359.949 +27 Aug 2020 13:00 UT 69.42 8.429 1886.9 379833 17.7926 -23.4617 72.985 1.441 5.839 0.138 359.708 +27 Aug 2020 14:00 UT 69.83 8.471 1886.2 379991 17.8330 -23.5220 72.476 1.442 5.846 0.203 359.467 +27 Aug 2020 15:00 UT 70.24 8.513 1885.4 380150 17.8735 -23.5799 71.968 1.443 5.853 0.267 359.227 +27 Aug 2020 16:00 UT 70.66 8.554 1884.6 380308 17.9140 -23.6354 71.460 1.444 5.860 0.332 358.986 +27 Aug 2020 17:00 UT 71.06 8.596 1883.8 380466 17.9545 -23.6886 70.952 1.445 5.866 0.396 358.746 +27 Aug 2020 18:00 UT 71.47 8.638 1883.0 380625 17.9950 -23.7393 70.443 1.445 5.871 0.460 358.505 +27 Aug 2020 19:00 UT 71.88 8.679 1882.2 380783 18.0355 -23.7875 69.935 1.446 5.877 0.525 358.265 +27 Aug 2020 20:00 UT 72.28 8.721 1881.5 380941 18.0760 -23.8334 69.427 1.447 5.881 0.589 358.025 +27 Aug 2020 21:00 UT 72.68 8.763 1880.7 381099 18.1164 -23.8769 68.919 1.448 5.886 0.653 357.785 +27 Aug 2020 22:00 UT 73.08 8.804 1879.9 381257 18.1569 -23.9179 68.410 1.449 5.890 0.716 357.546 +27 Aug 2020 23:00 UT 73.47 8.846 1879.1 381415 18.1974 -23.9565 67.902 1.449 5.893 0.780 357.306 +28 Aug 2020 00:00 UT 73.87 8.888 1878.3 381573 18.2379 -23.9927 67.394 1.450 5.897 0.844 357.067 +28 Aug 2020 01:00 UT 74.26 8.929 1877.6 381730 18.2783 -24.0265 66.886 1.451 5.899 0.907 356.829 +28 Aug 2020 02:00 UT 74.65 8.971 1876.8 381888 18.3187 -24.0579 66.378 1.452 5.902 0.971 356.590 +28 Aug 2020 03:00 UT 75.04 9.013 1876.0 382045 18.3592 -24.0868 65.869 1.453 5.904 1.034 356.352 +28 Aug 2020 04:00 UT 75.42 9.054 1875.2 382202 18.3996 -24.1134 65.361 1.454 5.905 1.097 356.115 +28 Aug 2020 05:00 UT 75.80 9.096 1874.5 382360 18.4400 -24.1375 64.853 1.454 5.907 1.160 355.877 +28 Aug 2020 06:00 UT 76.18 9.138 1873.7 382517 18.4804 -24.1592 64.345 1.455 5.907 1.223 355.641 +28 Aug 2020 07:00 UT 76.56 9.179 1872.9 382673 18.5208 -24.1785 63.837 1.456 5.908 1.285 355.405 +28 Aug 2020 08:00 UT 76.94 9.221 1872.2 382830 18.5611 -24.1954 63.329 1.457 5.908 1.348 355.169 +28 Aug 2020 09:00 UT 77.31 9.263 1871.4 382987 18.6015 -24.2099 62.821 1.458 5.907 1.410 354.934 +28 Aug 2020 10:00 UT 77.68 9.304 1870.6 383143 18.6418 -24.2220 62.313 1.459 5.907 1.472 354.699 +28 Aug 2020 11:00 UT 78.05 9.346 1869.9 383299 18.6820 -24.2317 61.805 1.459 5.906 1.534 354.465 +28 Aug 2020 12:00 UT 78.41 9.388 1869.1 383455 18.7223 -24.2389 61.296 1.460 5.904 1.596 354.232 +28 Aug 2020 13:00 UT 78.78 9.429 1868.4 383611 18.7625 -24.2438 60.788 1.461 5.902 1.657 354.000 +28 Aug 2020 14:00 UT 79.14 9.471 1867.6 383767 18.8028 -24.2464 60.280 1.462 5.900 1.718 353.768 +28 Aug 2020 15:00 UT 79.49 9.513 1866.8 383922 18.8429 -24.2465 59.772 1.463 5.897 1.780 353.537 +28 Aug 2020 16:00 UT 79.85 9.554 1866.1 384077 18.8831 -24.2443 59.264 1.463 5.894 1.840 353.306 +28 Aug 2020 17:00 UT 80.20 9.596 1865.3 384232 18.9232 -24.2396 58.756 1.464 5.891 1.901 353.077 +28 Aug 2020 18:00 UT 80.55 9.638 1864.6 384387 18.9633 -24.2327 58.248 1.465 5.887 1.962 352.848 +28 Aug 2020 19:00 UT 80.90 9.679 1863.8 384542 19.0033 -24.2233 57.740 1.466 5.883 2.022 352.620 +28 Aug 2020 20:00 UT 81.24 9.721 1863.1 384696 19.0434 -24.2117 57.232 1.467 5.879 2.082 352.393 +28 Aug 2020 21:00 UT 81.58 9.763 1862.3 384851 19.0833 -24.1976 56.724 1.467 5.874 2.142 352.167 +28 Aug 2020 22:00 UT 81.92 9.804 1861.6 385005 19.1233 -24.1813 56.216 1.468 5.869 2.201 351.942 +28 Aug 2020 23:00 UT 82.26 9.846 1860.9 385159 19.1632 -24.1626 55.708 1.469 5.864 2.261 351.718 +29 Aug 2020 00:00 UT 82.59 9.888 1860.1 385312 19.2030 -24.1415 55.200 1.470 5.858 2.320 351.495 +29 Aug 2020 01:00 UT 82.92 9.929 1859.4 385466 19.2428 -24.1182 54.692 1.471 5.852 2.378 351.273 +29 Aug 2020 02:00 UT 83.25 9.971 1858.6 385619 19.2826 -24.0926 54.184 1.472 5.845 2.437 351.051 +29 Aug 2020 03:00 UT 83.57 10.013 1857.9 385772 19.3223 -24.0646 53.677 1.472 5.838 2.495 350.831 +29 Aug 2020 04:00 UT 83.90 10.054 1857.2 385924 19.3620 -24.0344 53.169 1.473 5.831 2.553 350.612 +29 Aug 2020 05:00 UT 84.22 10.096 1856.4 386077 19.4017 -24.0019 52.661 1.474 5.824 2.611 350.395 +29 Aug 2020 06:00 UT 84.53 10.138 1855.7 386229 19.4412 -23.9671 52.153 1.475 5.816 2.669 350.178 +29 Aug 2020 07:00 UT 84.85 10.179 1855.0 386381 19.4808 -23.9301 51.645 1.476 5.807 2.726 349.962 +29 Aug 2020 08:00 UT 85.16 10.221 1854.2 386533 19.5203 -23.8908 51.137 1.476 5.799 2.783 349.748 +29 Aug 2020 09:00 UT 85.46 10.263 1853.5 386684 19.5597 -23.8493 50.629 1.477 5.790 2.839 349.535 +29 Aug 2020 10:00 UT 85.77 10.304 1852.8 386835 19.5991 -23.8055 50.121 1.478 5.781 2.896 349.323 +29 Aug 2020 11:00 UT 86.07 10.346 1852.1 386986 19.6384 -23.7595 49.613 1.479 5.771 2.952 349.112 +29 Aug 2020 12:00 UT 86.37 10.388 1851.3 387137 19.6777 -23.7114 49.106 1.479 5.761 3.007 348.903 +29 Aug 2020 13:00 UT 86.66 10.429 1850.6 387288 19.7169 -23.6610 48.598 1.480 5.751 3.063 348.695 +29 Aug 2020 14:00 UT 86.96 10.471 1849.9 387438 19.7560 -23.6084 48.090 1.481 5.741 3.118 348.489 +29 Aug 2020 15:00 UT 87.25 10.513 1849.2 387588 19.7951 -23.5537 47.582 1.482 5.730 3.173 348.283 +29 Aug 2020 16:00 UT 87.53 10.554 1848.5 387738 19.8341 -23.4968 47.074 1.483 5.719 3.227 348.079 +29 Aug 2020 17:00 UT 87.82 10.596 1847.8 387887 19.8731 -23.4377 46.566 1.483 5.707 3.281 347.877 +29 Aug 2020 18:00 UT 88.10 10.638 1847.1 388036 19.9120 -23.3766 46.059 1.484 5.696 3.335 347.676 +29 Aug 2020 19:00 UT 88.37 10.679 1846.3 388185 19.9508 -23.3132 45.551 1.485 5.684 3.389 347.476 +29 Aug 2020 20:00 UT 88.65 10.721 1845.6 388334 19.9896 -23.2478 45.043 1.486 5.671 3.442 347.278 +29 Aug 2020 21:00 UT 88.92 10.763 1844.9 388482 20.0283 -23.1803 44.535 1.486 5.658 3.495 347.081 +29 Aug 2020 22:00 UT 89.19 10.804 1844.2 388630 20.0670 -23.1107 44.027 1.487 5.645 3.547 346.886 +29 Aug 2020 23:00 UT 89.45 10.846 1843.5 388778 20.1056 -23.0390 43.520 1.488 5.632 3.599 346.692 +30 Aug 2020 00:00 UT 89.71 10.888 1842.8 388925 20.1441 -22.9653 43.012 1.489 5.619 3.651 346.500 +30 Aug 2020 01:00 UT 89.97 10.929 1842.1 389072 20.1825 -22.8895 42.504 1.490 5.605 3.702 346.309 +30 Aug 2020 02:00 UT 90.23 10.971 1841.4 389219 20.2209 -22.8117 41.996 1.490 5.590 3.753 346.120 +30 Aug 2020 03:00 UT 90.48 11.013 1840.7 389366 20.2592 -22.7319 41.489 1.491 5.576 3.804 345.933 +30 Aug 2020 04:00 UT 90.73 11.054 1840.1 389512 20.2974 -22.6501 40.981 1.492 5.561 3.854 345.747 +30 Aug 2020 05:00 UT 90.97 11.096 1839.4 389658 20.3356 -22.5663 40.473 1.493 5.546 3.904 345.563 +30 Aug 2020 06:00 UT 91.22 11.138 1838.7 389804 20.3737 -22.4805 39.965 1.493 5.530 3.954 345.381 +30 Aug 2020 07:00 UT 91.46 11.179 1838.0 389949 20.4117 -22.3928 39.458 1.494 5.515 4.003 345.200 +30 Aug 2020 08:00 UT 91.69 11.221 1837.3 390094 20.4496 -22.3031 38.950 1.495 5.499 4.052 345.020 +30 Aug 2020 09:00 UT 91.92 11.263 1836.6 390239 20.4875 -22.2116 38.442 1.496 5.482 4.100 344.843 +30 Aug 2020 10:00 UT 92.15 11.304 1835.9 390383 20.5253 -22.1180 37.935 1.496 5.466 4.148 344.667 +30 Aug 2020 11:00 UT 92.38 11.346 1835.3 390527 20.5630 -22.0226 37.427 1.497 5.449 4.196 344.493 +30 Aug 2020 12:00 UT 92.60 11.388 1834.6 390671 20.6006 -21.9254 36.919 1.498 5.432 4.243 344.321 +30 Aug 2020 13:00 UT 92.82 11.429 1833.9 390815 20.6382 -21.8262 36.411 1.498 5.414 4.290 344.150 +30 Aug 2020 14:00 UT 93.04 11.471 1833.3 390958 20.6757 -21.7252 35.904 1.499 5.396 4.336 343.981 +30 Aug 2020 15:00 UT 93.25 11.513 1832.6 391101 20.7131 -21.6224 35.396 1.500 5.378 4.382 343.814 +30 Aug 2020 16:00 UT 93.46 11.554 1831.9 391243 20.7504 -21.5178 34.888 1.501 5.360 4.428 343.649 +30 Aug 2020 17:00 UT 93.67 11.596 1831.2 391386 20.7876 -21.4113 34.381 1.501 5.341 4.473 343.485 +30 Aug 2020 18:00 UT 93.87 11.638 1830.6 391527 20.8248 -21.3031 33.873 1.502 5.323 4.518 343.323 +30 Aug 2020 19:00 UT 94.07 11.679 1829.9 391669 20.8619 -21.1931 33.365 1.503 5.303 4.562 343.163 +30 Aug 2020 20:00 UT 94.27 11.721 1829.3 391810 20.8989 -21.0814 32.858 1.503 5.284 4.606 343.005 +30 Aug 2020 21:00 UT 94.46 11.763 1828.6 391951 20.9358 -20.9679 32.350 1.504 5.264 4.650 342.849 +30 Aug 2020 22:00 UT 94.65 11.804 1828.0 392091 20.9727 -20.8528 31.843 1.505 5.244 4.693 342.695 +30 Aug 2020 23:00 UT 94.84 11.846 1827.3 392232 21.0094 -20.7359 31.335 1.506 5.224 4.736 342.542 +31 Aug 2020 00:00 UT 95.02 11.888 1826.6 392371 21.0461 -20.6173 30.827 1.506 5.203 4.778 342.391 +31 Aug 2020 01:00 UT 95.20 11.929 1826.0 392511 21.0827 -20.4971 30.320 1.507 5.182 4.820 342.242 +31 Aug 2020 02:00 UT 95.38 11.971 1825.4 392650 21.1192 -20.3752 29.812 1.508 5.161 4.861 342.095 +31 Aug 2020 03:00 UT 95.55 12.013 1824.7 392789 21.1557 -20.2517 29.305 1.508 5.140 4.902 341.950 +31 Aug 2020 04:00 UT 95.72 12.054 1824.1 392927 21.1920 -20.1265 28.797 1.509 5.118 4.942 341.807 +31 Aug 2020 05:00 UT 95.88 12.096 1823.4 393065 21.2283 -19.9998 28.289 1.510 5.096 4.982 341.666 +31 Aug 2020 06:00 UT 96.05 12.138 1822.8 393202 21.2645 -19.8715 27.782 1.510 5.074 5.022 341.526 +31 Aug 2020 07:00 UT 96.21 12.179 1822.2 393340 21.3006 -19.7416 27.274 1.511 5.051 5.061 341.389 +31 Aug 2020 08:00 UT 96.36 12.221 1821.5 393477 21.3366 -19.6102 26.767 1.512 5.028 5.100 341.253 +31 Aug 2020 09:00 UT 96.51 12.263 1820.9 393613 21.3726 -19.4772 26.259 1.512 5.005 5.138 341.119 +31 Aug 2020 10:00 UT 96.66 12.304 1820.3 393749 21.4085 -19.3428 25.751 1.513 4.982 5.176 340.987 +31 Aug 2020 11:00 UT 96.81 12.346 1819.6 393885 21.4442 -19.2068 25.244 1.514 4.958 5.213 340.858 +31 Aug 2020 12:00 UT 96.95 12.388 1819.0 394020 21.4799 -19.0694 24.736 1.514 4.934 5.250 340.730 +31 Aug 2020 13:00 UT 97.09 12.429 1818.4 394155 21.5156 -18.9305 24.229 1.515 4.910 5.286 340.604 +31 Aug 2020 14:00 UT 97.22 12.471 1817.8 394289 21.5511 -18.7902 23.721 1.515 4.886 5.322 340.480 +31 Aug 2020 15:00 UT 97.36 12.513 1817.1 394423 21.5865 -18.6484 23.214 1.516 4.861 5.358 340.357 +31 Aug 2020 16:00 UT 97.48 12.554 1816.5 394557 21.6219 -18.5052 22.706 1.517 4.836 5.393 340.237 +31 Aug 2020 17:00 UT 97.61 12.596 1815.9 394690 21.6572 -18.3606 22.199 1.517 4.811 5.427 340.119 +31 Aug 2020 18:00 UT 97.73 12.638 1815.3 394823 21.6924 -18.2147 21.691 1.518 4.785 5.461 340.003 +31 Aug 2020 19:00 UT 97.85 12.679 1814.7 394955 21.7275 -18.0674 21.183 1.519 4.759 5.494 339.888 +31 Aug 2020 20:00 UT 97.96 12.721 1814.1 395087 21.7626 -17.9188 20.676 1.519 4.733 5.528 339.776 +31 Aug 2020 21:00 UT 98.08 12.763 1813.5 395219 21.7975 -17.7688 20.168 1.520 4.707 5.560 339.665 +31 Aug 2020 22:00 UT 98.18 12.804 1812.9 395350 21.8324 -17.6176 19.661 1.520 4.680 5.592 339.557 +31 Aug 2020 23:00 UT 98.29 12.846 1812.3 395481 21.8672 -17.4650 19.153 1.521 4.653 5.624 339.450 +01 Sep 2020 00:00 UT 98.39 12.888 1811.7 395611 21.9020 -17.3112 18.646 1.522 4.626 5.655 339.346 +01 Sep 2020 01:00 UT 98.49 12.929 1811.1 395740 21.9366 -17.1561 18.138 1.522 4.599 5.685 339.243 +01 Sep 2020 02:00 UT 98.58 12.971 1810.5 395870 21.9712 -16.9998 17.631 1.523 4.571 5.715 339.142 +01 Sep 2020 03:00 UT 98.67 13.013 1809.9 395998 22.0056 -16.8423 17.123 1.523 4.543 5.745 339.043 +01 Sep 2020 04:00 UT 98.76 13.054 1809.3 396127 22.0400 -16.6836 16.616 1.524 4.515 5.774 338.947 +01 Sep 2020 05:00 UT 98.84 13.096 1808.7 396255 22.0744 -16.5237 16.108 1.525 4.486 5.803 338.852 +01 Sep 2020 06:00 UT 98.92 13.138 1808.2 396382 22.1086 -16.3626 15.601 1.525 4.458 5.831 338.759 +01 Sep 2020 07:00 UT 99.00 13.179 1807.6 396509 22.1428 -16.2004 15.093 1.526 4.429 5.859 338.668 +01 Sep 2020 08:00 UT 99.07 13.221 1807.0 396635 22.1769 -16.0370 14.586 1.526 4.399 5.886 338.579 +01 Sep 2020 09:00 UT 99.14 13.263 1806.4 396761 22.2109 -15.8725 14.078 1.527 4.370 5.912 338.491 +01 Sep 2020 10:00 UT 99.21 13.304 1805.9 396886 22.2448 -15.7069 13.571 1.527 4.340 5.938 338.406 +01 Sep 2020 11:00 UT 99.27 13.346 1805.3 397011 22.2787 -15.5403 13.063 1.528 4.310 5.964 338.323 +01 Sep 2020 12:00 UT 99.33 13.388 1804.7 397135 22.3125 -15.3726 12.556 1.528 4.279 5.989 338.242 +01 Sep 2020 13:00 UT 99.39 13.429 1804.2 397259 22.3462 -15.2038 12.048 1.529 4.249 6.014 338.162 +01 Sep 2020 14:00 UT 99.44 13.471 1803.6 397382 22.3798 -15.0340 11.541 1.530 4.218 6.038 338.085 +01 Sep 2020 15:00 UT 99.49 13.513 1803.1 397505 22.4134 -14.8632 11.033 1.530 4.187 6.061 338.009 +01 Sep 2020 16:00 UT 99.54 13.554 1802.5 397627 22.4469 -14.6914 10.526 1.531 4.155 6.084 337.936 +01 Sep 2020 17:00 UT 99.58 13.596 1802.0 397749 22.4803 -14.5186 10.018 1.531 4.124 6.107 337.864 +01 Sep 2020 18:00 UT 99.62 13.638 1801.4 397870 22.5137 -14.3448 9.511 1.532 4.092 6.129 337.794 +01 Sep 2020 19:00 UT 99.65 13.679 1800.9 397990 22.5469 -14.1701 9.003 1.532 4.059 6.151 337.726 +01 Sep 2020 20:00 UT 99.69 13.721 1800.3 398110 22.5801 -13.9945 8.496 1.533 4.027 6.172 337.660 +01 Sep 2020 21:00 UT 99.71 13.763 1799.8 398229 22.6133 -13.8179 7.988 1.533 3.994 6.192 337.596 +01 Sep 2020 22:00 UT 99.74 13.804 1799.2 398348 22.6463 -13.6404 7.481 1.534 3.961 6.212 337.534 +01 Sep 2020 23:00 UT 99.76 13.846 1798.7 398466 22.6793 -13.4621 6.973 1.534 3.928 6.232 337.473 +02 Sep 2020 00:00 UT 99.78 13.888 1798.2 398584 22.7122 -13.2829 6.466 1.535 3.894 6.250 337.415 +02 Sep 2020 01:00 UT 99.80 13.929 1797.7 398701 22.7451 -13.1028 5.959 1.535 3.860 6.269 337.358 +02 Sep 2020 02:00 UT 99.81 13.971 1797.1 398817 22.7779 -12.9219 5.451 1.536 3.826 6.287 337.304 +02 Sep 2020 03:00 UT 99.82 14.013 1796.6 398932 22.8106 -12.7402 4.944 1.536 3.792 6.304 337.251 +02 Sep 2020 04:00 UT 99.82 14.054 1796.1 399047 22.8433 -12.5577 4.436 1.536 3.757 6.321 337.200 +02 Sep 2020 05:00 UT 99.82 14.096 1795.6 399162 22.8759 -12.3743 3.929 1.537 3.723 6.337 337.151 +02 Sep 2020 06:00 UT 99.82 14.138 1795.1 399275 22.9084 -12.1903 3.421 1.537 3.687 6.353 337.104 +02 Sep 2020 07:00 UT 99.82 14.179 1794.6 399388 22.9409 -12.0054 2.914 1.538 3.652 6.369 337.058 +02 Sep 2020 08:00 UT 99.81 14.221 1794.1 399501 22.9733 -11.8198 2.406 1.538 3.616 6.383 337.015 +02 Sep 2020 09:00 UT 99.80 14.263 1793.5 399612 23.0056 -11.6335 1.899 1.539 3.580 6.398 336.973 +02 Sep 2020 10:00 UT 99.78 14.304 1793.1 399723 23.0379 -11.4465 1.391 1.539 3.544 6.411 336.933 +02 Sep 2020 11:00 UT 99.77 14.346 1792.6 399834 23.0701 -11.2588 0.884 1.540 3.508 6.425 336.895 +02 Sep 2020 12:00 UT 99.75 14.388 1792.1 399943 23.1022 -11.0704 0.376 1.540 3.471 6.437 336.859 +02 Sep 2020 13:00 UT 99.72 14.429 1791.6 400052 23.1343 -10.8813 -0.131 1.540 3.434 6.449 336.824 +02 Sep 2020 14:00 UT 99.69 14.471 1791.1 400160 23.1664 -10.6916 -0.639 1.541 3.397 6.461 336.791 +02 Sep 2020 15:00 UT 99.66 14.513 1790.6 400268 23.1983 -10.5012 -1.146 1.541 3.359 6.472 336.761 +02 Sep 2020 16:00 UT 99.63 14.554 1790.1 400374 23.2303 -10.3103 -1.653 1.542 3.322 6.483 336.731 +02 Sep 2020 17:00 UT 99.59 14.596 1789.7 400480 23.2621 -10.1187 -2.161 1.542 3.284 6.493 336.704 +02 Sep 2020 18:00 UT 99.55 14.638 1789.2 400585 23.2939 -9.9265 -2.668 1.542 3.245 6.502 336.679 +02 Sep 2020 19:00 UT 99.50 14.679 1788.7 400690 23.3257 -9.7338 -3.176 1.543 3.207 6.511 336.655 +02 Sep 2020 20:00 UT 99.46 14.721 1788.3 400793 23.3574 -9.5405 -3.683 1.543 3.168 6.520 336.633 +02 Sep 2020 21:00 UT 99.41 14.763 1787.8 400896 23.3890 -9.3466 -4.191 1.544 3.129 6.528 336.613 +02 Sep 2020 22:00 UT 99.35 14.804 1787.4 400998 23.4206 -9.1523 -4.698 1.544 3.090 6.535 336.594 +02 Sep 2020 23:00 UT 99.30 14.846 1786.9 401099 23.4522 -8.9574 -5.206 1.544 3.050 6.542 336.578 +03 Sep 2020 00:00 UT 99.23 14.888 1786.5 401200 23.4837 -8.7620 -5.713 1.545 3.011 6.549 336.563 +03 Sep 2020 01:00 UT 99.17 14.929 1786.0 401299 23.5151 -8.5661 -6.221 1.545 2.971 6.555 336.549 +03 Sep 2020 02:00 UT 99.10 14.971 1785.6 401398 23.5465 -8.3697 -6.728 1.545 2.930 6.560 336.538 +03 Sep 2020 03:00 UT 99.03 15.013 1785.1 401496 23.5778 -8.1729 -7.236 1.546 2.890 6.565 336.528 +03 Sep 2020 04:00 UT 98.96 15.054 1784.7 401593 23.6091 -7.9756 -7.743 1.546 2.849 6.569 336.520 +03 Sep 2020 05:00 UT 98.89 15.096 1784.3 401689 23.6404 -7.7779 -8.251 1.546 2.808 6.573 336.514 +03 Sep 2020 06:00 UT 98.81 15.138 1783.9 401784 23.6716 -7.5798 -8.758 1.547 2.766 6.576 336.509 +03 Sep 2020 07:00 UT 98.72 15.179 1783.4 401878 23.7028 -7.3812 -9.266 1.547 2.725 6.579 336.506 +03 Sep 2020 08:00 UT 98.64 15.221 1783.0 401972 23.7339 -7.1823 -9.773 1.547 2.683 6.581 336.505 +03 Sep 2020 09:00 UT 98.55 15.263 1782.6 402064 23.7649 -6.9830 -10.281 1.548 2.641 6.583 336.505 +03 Sep 2020 10:00 UT 98.46 15.304 1782.2 402156 23.7960 -6.7833 -10.788 1.548 2.599 6.584 336.507 +03 Sep 2020 11:00 UT 98.36 15.346 1781.8 402246 23.8270 -6.5833 -11.295 1.548 2.556 6.585 336.511 +03 Sep 2020 12:00 UT 98.27 15.388 1781.4 402336 23.8579 -6.3830 -11.803 1.549 2.513 6.585 336.516 +03 Sep 2020 13:00 UT 98.16 15.429 1781.0 402425 23.8888 -6.1823 -12.310 1.549 2.470 6.585 336.523 +03 Sep 2020 14:00 UT 98.06 15.471 1780.6 402512 23.9197 -5.9813 -12.818 1.549 2.427 6.584 336.532 +03 Sep 2020 15:00 UT 97.95 15.513 1780.2 402599 23.9505 -5.7800 -13.325 1.550 2.383 6.583 336.542 +03 Sep 2020 16:00 UT 97.84 15.554 1779.9 402685 23.9813 -5.5784 -13.833 1.550 2.340 6.581 336.554 +03 Sep 2020 17:00 UT 97.73 15.596 1779.5 402770 0.0121 -5.3766 -14.340 1.550 2.296 6.578 336.567 +03 Sep 2020 18:00 UT 97.61 15.638 1779.1 402854 0.0428 -5.1745 -14.848 1.550 2.251 6.576 336.583 +03 Sep 2020 19:00 UT 97.49 15.679 1778.8 402936 0.0735 -4.9721 -15.355 1.551 2.207 6.572 336.599 +03 Sep 2020 20:00 UT 97.37 15.721 1778.4 403018 0.1042 -4.7696 -15.863 1.551 2.162 6.568 336.618 +03 Sep 2020 21:00 UT 97.25 15.763 1778.0 403099 0.1348 -4.5668 -16.370 1.551 2.117 6.564 336.638 +03 Sep 2020 22:00 UT 97.12 15.804 1777.7 403178 0.1654 -4.3638 -16.878 1.551 2.072 6.559 336.659 +03 Sep 2020 23:00 UT 96.99 15.846 1777.3 403257 0.1960 -4.1606 -17.385 1.552 2.026 6.554 336.682 +04 Sep 2020 00:00 UT 96.85 15.888 1777.0 403334 0.2265 -3.9572 -17.893 1.552 1.981 6.548 336.707 +04 Sep 2020 01:00 UT 96.72 15.929 1776.7 403411 0.2570 -3.7536 -18.401 1.552 1.935 6.541 336.733 +04 Sep 2020 02:00 UT 96.58 15.971 1776.3 403486 0.2875 -3.5499 -18.908 1.552 1.889 6.534 336.761 +04 Sep 2020 03:00 UT 96.43 16.013 1776.0 403560 0.3180 -3.3461 -19.416 1.553 1.842 6.527 336.791 +04 Sep 2020 04:00 UT 96.29 16.054 1775.7 403633 0.3484 -3.1421 -19.923 1.553 1.795 6.519 336.822 +04 Sep 2020 05:00 UT 96.14 16.096 1775.4 403705 0.3788 -2.9380 -20.431 1.553 1.749 6.510 336.854 +04 Sep 2020 06:00 UT 95.99 16.138 1775.1 403775 0.4092 -2.7338 -20.938 1.553 1.702 6.501 336.888 +04 Sep 2020 07:00 UT 95.83 16.179 1774.8 403845 0.4395 -2.5295 -21.446 1.553 1.654 6.492 336.924 +04 Sep 2020 08:00 UT 95.68 16.221 1774.5 403913 0.4699 -2.3251 -21.953 1.554 1.607 6.482 336.961 +04 Sep 2020 09:00 UT 95.52 16.263 1774.2 403980 0.5002 -2.1206 -22.461 1.554 1.559 6.472 337.000 +04 Sep 2020 10:00 UT 95.35 16.304 1773.9 404046 0.5305 -1.9161 -22.968 1.554 1.511 6.461 337.040 +04 Sep 2020 11:00 UT 95.19 16.346 1773.6 404111 0.5607 -1.7115 -23.476 1.554 1.463 6.449 337.081 +04 Sep 2020 12:00 UT 95.02 16.388 1773.3 404175 0.5910 -1.5069 -23.983 1.554 1.414 6.437 337.125 +04 Sep 2020 13:00 UT 94.85 16.429 1773.0 404237 0.6212 -1.3023 -24.491 1.555 1.366 6.425 337.169 +04 Sep 2020 14:00 UT 94.67 16.471 1772.8 404298 0.6515 -1.0977 -24.999 1.555 1.317 6.412 337.215 +04 Sep 2020 15:00 UT 94.50 16.513 1772.5 404358 0.6817 -0.8931 -25.506 1.555 1.268 6.399 337.263 +04 Sep 2020 16:00 UT 94.32 16.554 1772.2 404416 0.7119 -0.6884 -26.014 1.555 1.219 6.385 337.312 +04 Sep 2020 17:00 UT 94.13 16.596 1772.0 404474 0.7420 -0.4838 -26.521 1.555 1.169 6.371 337.363 +04 Sep 2020 18:00 UT 93.95 16.638 1771.7 404529 0.7722 -0.2793 -27.029 1.555 1.120 6.356 337.415 +04 Sep 2020 19:00 UT 93.76 16.679 1771.5 404584 0.8024 -0.0748 -27.536 1.555 1.070 6.341 337.468 +04 Sep 2020 20:00 UT 93.57 16.721 1771.3 404637 0.8325 0.1297 -28.044 1.556 1.020 6.325 337.523 +04 Sep 2020 21:00 UT 93.38 16.763 1771.0 404689 0.8626 0.3341 -28.552 1.556 0.970 6.309 337.580 +04 Sep 2020 22:00 UT 93.18 16.804 1770.8 404740 0.8928 0.5384 -29.059 1.556 0.919 6.292 337.638 +04 Sep 2020 23:00 UT 92.98 16.846 1770.6 404789 0.9229 0.7426 -29.567 1.556 0.868 6.275 337.697 +05 Sep 2020 00:00 UT 92.78 16.888 1770.4 404837 0.9530 0.9467 -30.074 1.556 0.818 6.257 337.758 +05 Sep 2020 01:00 UT 92.58 16.929 1770.2 404884 0.9831 1.1507 -30.582 1.556 0.767 6.239 337.820 +05 Sep 2020 02:00 UT 92.37 16.971 1770.0 404929 1.0132 1.3545 -31.090 1.556 0.715 6.220 337.884 +05 Sep 2020 03:00 UT 92.16 17.013 1769.8 404972 1.0433 1.5582 -31.597 1.556 0.664 6.201 337.949 +05 Sep 2020 04:00 UT 91.95 17.054 1769.6 405015 1.0734 1.7618 -32.105 1.557 0.612 6.182 338.015 +05 Sep 2020 05:00 UT 91.74 17.096 1769.4 405055 1.1035 1.9652 -32.612 1.557 0.561 6.162 338.083 +05 Sep 2020 06:00 UT 91.52 17.138 1769.3 405095 1.1336 2.1684 -33.120 1.557 0.509 6.142 338.152 +05 Sep 2020 07:00 UT 91.30 17.179 1769.1 405133 1.1636 2.3715 -33.628 1.557 0.457 6.121 338.223 +05 Sep 2020 08:00 UT 91.08 17.221 1769.0 405169 1.1937 2.5743 -34.135 1.557 0.404 6.099 338.295 +05 Sep 2020 09:00 UT 90.86 17.263 1768.8 405204 1.2238 2.7770 -34.643 1.557 0.352 6.077 338.368 +05 Sep 2020 10:00 UT 90.63 17.304 1768.7 405238 1.2539 2.9794 -35.151 1.557 0.299 6.055 338.443 +05 Sep 2020 11:00 UT 90.40 17.346 1768.5 405270 1.2840 3.1816 -35.658 1.557 0.247 6.033 338.519 +05 Sep 2020 12:00 UT 90.17 17.388 1768.4 405301 1.3141 3.3836 -36.166 1.557 0.194 6.009 338.597 +05 Sep 2020 13:00 UT 89.94 17.429 1768.3 405330 1.3442 3.5853 -36.674 1.557 0.141 5.986 338.676 +05 Sep 2020 14:00 UT 89.70 17.471 1768.1 405357 1.3743 3.7867 -37.181 1.557 0.087 5.962 338.756 +05 Sep 2020 15:00 UT 89.46 17.513 1768.0 405383 1.4045 3.9879 -37.689 1.557 0.034 5.937 338.838 +05 Sep 2020 16:00 UT 89.22 17.554 1767.9 405407 1.4346 4.1888 -38.197 1.557 -0.020 5.912 338.921 +05 Sep 2020 17:00 UT 88.98 17.596 1767.8 405430 1.4647 4.3894 -38.704 1.557 -0.073 5.887 339.006 +05 Sep 2020 18:00 UT 88.73 17.638 1767.7 405451 1.4949 4.5897 -39.212 1.557 -0.127 5.861 339.092 +05 Sep 2020 19:00 UT 88.48 17.679 1767.6 405471 1.5250 4.7897 -39.720 1.557 -0.181 5.835 339.179 +05 Sep 2020 20:00 UT 88.23 17.721 1767.6 405489 1.5552 4.9893 -40.227 1.557 -0.235 5.808 339.267 +05 Sep 2020 21:00 UT 87.98 17.763 1767.5 405506 1.5854 5.1886 -40.735 1.557 -0.289 5.781 339.357 +05 Sep 2020 22:00 UT 87.73 17.804 1767.4 405520 1.6156 5.3876 -41.243 1.557 -0.344 5.754 339.448 +05 Sep 2020 23:00 UT 87.47 17.846 1767.4 405534 1.6458 5.5862 -41.750 1.558 -0.398 5.726 339.541 +06 Sep 2020 00:00 UT 87.21 17.888 1767.3 405545 1.6760 5.7844 -42.258 1.558 -0.453 5.697 339.635 +06 Sep 2020 01:00 UT 86.95 17.929 1767.3 405555 1.7063 5.9822 -42.766 1.558 -0.508 5.669 339.730 +06 Sep 2020 02:00 UT 86.68 17.971 1767.2 405563 1.7365 6.1797 -43.274 1.558 -0.562 5.639 339.826 +06 Sep 2020 03:00 UT 86.41 18.013 1767.2 405570 1.7668 6.3767 -43.781 1.558 -0.617 5.610 339.924 +06 Sep 2020 04:00 UT 86.15 18.054 1767.2 405575 1.7971 6.5734 -44.289 1.558 -0.672 5.580 340.023 +06 Sep 2020 05:00 UT 85.87 18.096 1767.2 405578 1.8274 6.7696 -44.797 1.557 -0.728 5.549 340.124 +06 Sep 2020 06:00 UT 85.60 18.138 1767.2 405579 1.8578 6.9653 -45.305 1.557 -0.783 5.518 340.225 +06 Sep 2020 07:00 UT 85.33 18.179 1767.2 405579 1.8882 7.1606 -45.812 1.557 -0.838 5.487 340.329 +06 Sep 2020 08:00 UT 85.05 18.221 1767.2 405577 1.9186 7.3555 -46.320 1.557 -0.894 5.455 340.433 +06 Sep 2020 09:00 UT 84.77 18.263 1767.2 405573 1.9490 7.5499 -46.828 1.557 -0.949 5.423 340.539 +06 Sep 2020 10:00 UT 84.49 18.304 1767.2 405568 1.9794 7.7438 -47.336 1.557 -1.005 5.391 340.646 +06 Sep 2020 11:00 UT 84.20 18.346 1767.2 405561 2.0099 7.9372 -47.843 1.557 -1.061 5.358 340.754 +06 Sep 2020 12:00 UT 83.92 18.388 1767.3 405552 2.0404 8.1301 -48.351 1.557 -1.116 5.325 340.863 +06 Sep 2020 13:00 UT 83.63 18.429 1767.3 405541 2.0709 8.3225 -48.859 1.557 -1.172 5.291 340.974 +06 Sep 2020 14:00 UT 83.34 18.471 1767.4 405528 2.1014 8.5144 -49.367 1.557 -1.228 5.257 341.086 +06 Sep 2020 15:00 UT 83.05 18.513 1767.4 405514 2.1320 8.7057 -49.875 1.557 -1.284 5.222 341.200 +06 Sep 2020 16:00 UT 82.75 18.554 1767.5 405498 2.1626 8.8965 -50.382 1.557 -1.340 5.188 341.314 +06 Sep 2020 17:00 UT 82.46 18.596 1767.6 405480 2.1933 9.0867 -50.890 1.557 -1.396 5.152 341.430 +06 Sep 2020 18:00 UT 82.16 18.638 1767.7 405460 2.2239 9.2764 -51.398 1.557 -1.452 5.117 341.548 +06 Sep 2020 19:00 UT 81.86 18.679 1767.8 405439 2.2546 9.4654 -51.906 1.557 -1.509 5.081 341.666 +06 Sep 2020 20:00 UT 81.55 18.721 1767.9 405415 2.2854 9.6539 -52.414 1.557 -1.565 5.044 341.786 +06 Sep 2020 21:00 UT 81.25 18.763 1768.0 405390 2.3162 9.8418 -52.922 1.557 -1.621 5.008 341.907 +06 Sep 2020 22:00 UT 80.94 18.804 1768.1 405363 2.3470 10.0291 -53.430 1.557 -1.677 4.971 342.029 +06 Sep 2020 23:00 UT 80.63 18.846 1768.2 405334 2.3778 10.2157 -53.937 1.557 -1.734 4.933 342.153 +07 Sep 2020 00:00 UT 80.32 18.888 1768.4 405303 2.4087 10.4017 -54.445 1.557 -1.790 4.895 342.278 +07 Sep 2020 01:00 UT 80.01 18.929 1768.5 405270 2.4396 10.5870 -54.953 1.556 -1.847 4.857 342.404 +07 Sep 2020 02:00 UT 79.70 18.971 1768.7 405236 2.4706 10.7717 -55.461 1.556 -1.903 4.818 342.531 +07 Sep 2020 03:00 UT 79.38 19.013 1768.8 405199 2.5016 10.9558 -55.969 1.556 -1.959 4.779 342.660 +07 Sep 2020 04:00 UT 79.06 19.054 1769.0 405161 2.5327 11.1391 -56.477 1.556 -2.016 4.740 342.790 +07 Sep 2020 05:00 UT 78.75 19.096 1769.2 405120 2.5638 11.3217 -56.985 1.556 -2.072 4.700 342.921 +07 Sep 2020 06:00 UT 78.42 19.138 1769.3 405078 2.5949 11.5037 -57.493 1.556 -2.129 4.660 343.053 +07 Sep 2020 07:00 UT 78.10 19.179 1769.5 405034 2.6261 11.6849 -58.001 1.556 -2.185 4.620 343.187 +07 Sep 2020 08:00 UT 77.78 19.221 1769.7 404988 2.6573 11.8654 -58.509 1.556 -2.242 4.579 343.322 +07 Sep 2020 09:00 UT 77.45 19.263 1770.0 404940 2.6886 12.0451 -59.016 1.556 -2.298 4.538 343.458 +07 Sep 2020 10:00 UT 77.12 19.304 1770.2 404890 2.7199 12.2241 -59.524 1.555 -2.354 4.497 343.595 +07 Sep 2020 11:00 UT 76.79 19.346 1770.4 404838 2.7513 12.4024 -60.032 1.555 -2.411 4.455 343.733 +07 Sep 2020 12:00 UT 76.46 19.388 1770.6 404784 2.7827 12.5798 -60.540 1.555 -2.467 4.413 343.873 +07 Sep 2020 13:00 UT 76.12 19.429 1770.9 404729 2.8141 12.7565 -61.048 1.555 -2.523 4.371 344.014 +07 Sep 2020 14:00 UT 75.79 19.471 1771.1 404671 2.8456 12.9324 -61.556 1.555 -2.579 4.328 344.156 +07 Sep 2020 15:00 UT 75.45 19.513 1771.4 404611 2.8772 13.1074 -62.064 1.555 -2.636 4.285 344.300 +07 Sep 2020 16:00 UT 75.11 19.554 1771.7 404550 2.9088 13.2817 -62.572 1.555 -2.692 4.241 344.444 +07 Sep 2020 17:00 UT 74.77 19.596 1771.9 404486 2.9405 13.4551 -63.080 1.555 -2.748 4.198 344.590 +07 Sep 2020 18:00 UT 74.43 19.638 1772.2 404420 2.9722 13.6276 -63.588 1.554 -2.804 4.153 344.737 +07 Sep 2020 19:00 UT 74.09 19.679 1772.5 404353 3.0040 13.7993 -64.096 1.554 -2.860 4.109 344.885 +07 Sep 2020 20:00 UT 73.74 19.721 1772.8 404283 3.0358 13.9701 -64.604 1.554 -2.916 4.064 345.035 +07 Sep 2020 21:00 UT 73.39 19.763 1773.1 404212 3.0677 14.1401 -65.112 1.554 -2.971 4.019 345.185 +07 Sep 2020 22:00 UT 73.05 19.804 1773.5 404138 3.0997 14.3091 -65.620 1.554 -3.027 3.974 345.337 +07 Sep 2020 23:00 UT 72.70 19.846 1773.8 404063 3.1317 14.4773 -66.128 1.554 -3.083 3.928 345.490 +08 Sep 2020 00:00 UT 72.34 19.888 1774.1 403985 3.1637 14.6445 -66.637 1.553 -3.138 3.882 345.645 +08 Sep 2020 01:00 UT 71.99 19.929 1774.5 403906 3.1958 14.8108 -67.145 1.553 -3.193 3.836 345.800 +08 Sep 2020 02:00 UT 71.64 19.971 1774.8 403824 3.2280 14.9761 -67.653 1.553 -3.249 3.790 345.957 +08 Sep 2020 03:00 UT 71.28 20.013 1775.2 403740 3.2602 15.1405 -68.161 1.553 -3.304 3.743 346.114 +08 Sep 2020 04:00 UT 70.92 20.054 1775.6 403655 3.2925 15.3039 -68.669 1.553 -3.359 3.696 346.273 +08 Sep 2020 05:00 UT 70.56 20.096 1776.0 403567 3.3249 15.4663 -69.177 1.553 -3.414 3.648 346.434 +08 Sep 2020 06:00 UT 70.20 20.138 1776.4 403478 3.3573 15.6278 -69.685 1.552 -3.469 3.600 346.595 +08 Sep 2020 07:00 UT 69.84 20.179 1776.8 403386 3.3898 15.7882 -70.193 1.552 -3.523 3.552 346.757 +08 Sep 2020 08:00 UT 69.48 20.221 1777.2 403292 3.4224 15.9476 -70.701 1.552 -3.578 3.504 346.921 +08 Sep 2020 09:00 UT 69.11 20.263 1777.6 403197 3.4550 16.1059 -71.209 1.552 -3.632 3.456 347.086 +08 Sep 2020 10:00 UT 68.75 20.304 1778.0 403099 3.4877 16.2633 -71.718 1.552 -3.686 3.407 347.252 +08 Sep 2020 11:00 UT 68.38 20.346 1778.5 402999 3.5204 16.4195 -72.226 1.552 -3.740 3.358 347.419 +08 Sep 2020 12:00 UT 68.01 20.388 1778.9 402898 3.5532 16.5747 -72.734 1.551 -3.794 3.308 347.587 +08 Sep 2020 13:00 UT 67.64 20.429 1779.4 402794 3.5861 16.7288 -73.242 1.551 -3.848 3.259 347.757 +08 Sep 2020 14:00 UT 67.27 20.471 1779.9 402688 3.6191 16.8818 -73.750 1.551 -3.901 3.209 347.927 +08 Sep 2020 15:00 UT 66.89 20.513 1780.3 402580 3.6521 17.0337 -74.258 1.551 -3.955 3.158 348.099 +08 Sep 2020 16:00 UT 66.52 20.554 1780.8 402470 3.6852 17.1845 -74.767 1.551 -4.008 3.108 348.272 +08 Sep 2020 17:00 UT 66.15 20.596 1781.3 402359 3.7183 17.3341 -75.275 1.550 -4.061 3.057 348.446 +08 Sep 2020 18:00 UT 65.77 20.638 1781.8 402245 3.7516 17.4826 -75.783 1.550 -4.113 3.006 348.621 +08 Sep 2020 19:00 UT 65.39 20.679 1782.3 402129 3.7849 17.6299 -76.291 1.550 -4.166 2.955 348.797 +08 Sep 2020 20:00 UT 65.01 20.721 1782.8 402011 3.8182 17.7760 -76.799 1.550 -4.218 2.903 348.974 +08 Sep 2020 21:00 UT 64.63 20.763 1783.4 401891 3.8517 17.9209 -77.308 1.550 -4.270 2.852 349.153 +08 Sep 2020 22:00 UT 64.25 20.804 1783.9 401769 3.8852 18.0647 -77.816 1.549 -4.322 2.800 349.332 +08 Sep 2020 23:00 UT 63.87 20.846 1784.5 401645 3.9188 18.2072 -78.324 1.549 -4.374 2.748 349.513 +09 Sep 2020 00:00 UT 63.48 20.888 1785.0 401519 3.9525 18.3485 -78.832 1.549 -4.425 2.695 349.695 +09 Sep 2020 01:00 UT 63.10 20.929 1785.6 401392 3.9862 18.4885 -79.341 1.549 -4.476 2.642 349.878 +09 Sep 2020 02:00 UT 62.71 20.971 1786.2 401262 4.0200 18.6272 -79.849 1.549 -4.527 2.589 350.061 +09 Sep 2020 03:00 UT 62.33 21.013 1786.8 401130 4.0539 18.7647 -80.357 1.548 -4.578 2.536 350.246 +09 Sep 2020 04:00 UT 61.94 21.054 1787.4 400996 4.0879 18.9009 -80.865 1.548 -4.628 2.483 350.432 +09 Sep 2020 05:00 UT 61.55 21.096 1788.0 400860 4.1219 19.0358 -81.374 1.548 -4.678 2.429 350.620 +09 Sep 2020 06:00 UT 61.16 21.138 1788.6 400722 4.1560 19.1694 -81.882 1.548 -4.728 2.376 350.808 +09 Sep 2020 07:00 UT 60.77 21.179 1789.2 400582 4.1902 19.3016 -82.390 1.547 -4.777 2.322 350.997 +09 Sep 2020 08:00 UT 60.38 21.221 1789.8 400441 4.2245 19.4325 -82.899 1.547 -4.826 2.267 351.187 +09 Sep 2020 09:00 UT 59.98 21.263 1790.5 400297 4.2589 19.5620 -83.407 1.547 -4.875 2.213 351.378 +09 Sep 2020 10:00 UT 59.59 21.304 1791.1 400151 4.2933 19.6902 -83.915 1.547 -4.924 2.158 351.571 +09 Sep 2020 11:00 UT 59.19 21.346 1791.8 400003 4.3278 19.8170 -84.424 1.547 -4.972 2.103 351.764 +09 Sep 2020 12:00 UT 58.80 21.388 1792.5 399854 4.3624 19.9423 -84.932 1.546 -5.020 2.048 351.958 +09 Sep 2020 13:00 UT 58.40 21.429 1793.1 399702 4.3971 20.0663 -85.441 1.546 -5.067 1.993 352.154 +09 Sep 2020 14:00 UT 58.00 21.471 1793.8 399549 4.4318 20.1888 -85.949 1.546 -5.115 1.938 352.350 +09 Sep 2020 15:00 UT 57.60 21.513 1794.5 399393 4.4667 20.3098 -86.457 1.546 -5.162 1.882 352.547 +09 Sep 2020 16:00 UT 57.20 21.554 1795.2 399236 4.5016 20.4294 -86.966 1.545 -5.208 1.826 352.746 +09 Sep 2020 17:00 UT 56.80 21.596 1796.0 399077 4.5366 20.5476 -87.474 1.545 -5.254 1.770 352.945 +09 Sep 2020 18:00 UT 56.40 21.638 1796.7 398916 4.5717 20.6642 -87.983 1.545 -5.300 1.714 353.145 +09 Sep 2020 19:00 UT 56.00 21.679 1797.4 398752 4.6068 20.7793 -88.491 1.545 -5.346 1.658 353.346 +09 Sep 2020 20:00 UT 55.60 21.721 1798.2 398588 4.6420 20.8929 -88.999 1.544 -5.391 1.601 353.548 +09 Sep 2020 21:00 UT 55.20 21.763 1798.9 398421 4.6774 21.0050 -89.508 1.544 -5.436 1.544 353.751 +09 Sep 2020 22:00 UT 54.79 21.804 1799.7 398252 4.7128 21.1155 -90.016 1.544 -5.480 1.488 353.955 +09 Sep 2020 23:00 UT 54.39 21.846 1800.4 398082 4.7483 21.2245 -90.525 1.544 -5.524 1.430 354.160 +10 Sep 2020 00:00 UT 53.98 21.888 1801.2 397909 4.7838 21.3318 -91.033 1.543 -5.567 1.373 354.366 +10 Sep 2020 01:00 UT 53.58 21.929 1802.0 397735 4.8195 21.4376 -91.542 1.543 -5.610 1.316 354.572 +10 Sep 2020 02:00 UT 53.17 21.971 1802.8 397559 4.8552 21.5418 -92.050 1.543 -5.653 1.258 354.780 +10 Sep 2020 03:00 UT 52.76 22.013 1803.6 397381 4.8910 21.6443 -92.559 1.543 -5.695 1.201 354.988 +10 Sep 2020 04:00 UT 52.35 22.054 1804.4 397201 4.9269 21.7452 -93.067 1.542 -5.737 1.143 355.197 +10 Sep 2020 05:00 UT 51.95 22.096 1805.3 397020 4.9629 21.8445 -93.576 1.542 -5.779 1.085 355.407 +10 Sep 2020 06:00 UT 51.54 22.138 1806.1 396837 4.9989 21.9421 -94.084 1.542 -5.820 1.027 355.618 +10 Sep 2020 07:00 UT 51.13 22.179 1806.9 396652 5.0351 22.0380 -94.593 1.542 -5.860 0.969 355.829 +10 Sep 2020 08:00 UT 50.72 22.221 1807.8 396465 5.0713 22.1321 -95.101 1.541 -5.900 0.911 356.042 +10 Sep 2020 09:00 UT 50.31 22.263 1808.6 396277 5.1076 22.2246 -95.610 1.541 -5.940 0.852 356.255 +10 Sep 2020 10:00 UT 49.90 22.304 1809.5 396086 5.1440 22.3154 -96.119 1.541 -5.979 0.794 356.469 +10 Sep 2020 11:00 UT 49.49 22.346 1810.4 395895 5.1805 22.4044 -96.627 1.541 -6.018 0.735 356.683 +10 Sep 2020 12:00 UT 49.07 22.388 1811.3 395701 5.2170 22.4916 -97.136 1.540 -6.056 0.676 356.899 +10 Sep 2020 13:00 UT 48.66 22.429 1812.2 395506 5.2537 22.5771 -97.644 1.540 -6.093 0.617 357.115 +10 Sep 2020 14:00 UT 48.25 22.471 1813.1 395309 5.2904 22.6608 -98.153 1.540 -6.131 0.558 357.332 +10 Sep 2020 15:00 UT 47.84 22.513 1814.0 395110 5.3272 22.7427 -98.662 1.540 -6.167 0.499 357.549 +10 Sep 2020 16:00 UT 47.42 22.554 1814.9 394910 5.3641 22.8228 -99.170 1.539 -6.203 0.440 357.767 +10 Sep 2020 17:00 UT 47.01 22.596 1815.8 394708 5.4010 22.9010 -99.679 1.539 -6.239 0.381 357.986 +10 Sep 2020 18:00 UT 46.60 22.638 1816.8 394505 5.4381 22.9774 -100.188 1.539 -6.274 0.321 358.205 +10 Sep 2020 19:00 UT 46.18 22.679 1817.7 394300 5.4752 23.0519 -100.696 1.539 -6.309 0.262 358.425 +10 Sep 2020 20:00 UT 45.77 22.721 1818.7 394093 5.5124 23.1245 -101.205 1.538 -6.343 0.202 358.646 +10 Sep 2020 21:00 UT 45.35 22.763 1819.6 393885 5.5497 23.1953 -101.714 1.538 -6.376 0.143 358.867 +10 Sep 2020 22:00 UT 44.94 22.804 1820.6 393675 5.5870 23.2641 -102.222 1.538 -6.409 0.083 359.089 +10 Sep 2020 23:00 UT 44.52 22.846 1821.6 393464 5.6244 23.3311 -102.731 1.538 -6.441 0.023 359.311 +11 Sep 2020 00:00 UT 44.11 22.888 1822.6 393251 5.6620 23.3961 -103.240 1.537 -6.473 -0.037 359.534 +11 Sep 2020 01:00 UT 43.70 22.929 1823.6 393037 5.6996 23.4591 -103.748 1.537 -6.504 -0.097 359.757 +11 Sep 2020 02:00 UT 43.28 22.971 1824.6 392821 5.7372 23.5202 -104.257 1.537 -6.535 -0.157 359.981 +11 Sep 2020 03:00 UT 42.87 23.013 1825.6 392604 5.7750 23.5793 -104.766 1.537 -6.565 -0.217 0.206 +11 Sep 2020 04:00 UT 42.45 23.054 1826.6 392386 5.8128 23.6364 -105.275 1.536 -6.595 -0.277 0.430 +11 Sep 2020 05:00 UT 42.04 23.096 1827.6 392166 5.8507 23.6915 -105.783 1.536 -6.623 -0.337 0.655 +11 Sep 2020 06:00 UT 41.62 23.138 1828.6 391944 5.8887 23.7446 -106.292 1.536 -6.652 -0.397 0.881 +11 Sep 2020 07:00 UT 41.21 23.179 1829.7 391722 5.9267 23.7957 -106.801 1.536 -6.679 -0.457 1.107 +11 Sep 2020 08:00 UT 40.79 23.221 1830.7 391498 5.9649 23.8447 -107.310 1.535 -6.706 -0.517 1.333 +11 Sep 2020 09:00 UT 40.38 23.263 1831.8 391272 6.0030 23.8917 -107.818 1.535 -6.733 -0.577 1.560 +11 Sep 2020 10:00 UT 39.96 23.304 1832.8 391046 6.0413 23.9366 -108.327 1.535 -6.758 -0.638 1.786 +11 Sep 2020 11:00 UT 39.55 23.346 1833.9 390818 6.0797 23.9793 -108.836 1.535 -6.784 -0.698 2.014 +11 Sep 2020 12:00 UT 39.13 23.388 1835.0 390589 6.1181 24.0200 -109.345 1.534 -6.808 -0.758 2.241 +11 Sep 2020 13:00 UT 38.72 23.429 1836.1 390358 6.1566 24.0586 -109.854 1.534 -6.832 -0.819 2.469 +11 Sep 2020 14:00 UT 38.31 23.471 1837.2 390127 6.1951 24.0951 -110.363 1.534 -6.855 -0.879 2.697 +11 Sep 2020 15:00 UT 37.89 23.513 1838.3 389894 6.2337 24.1294 -110.871 1.534 -6.878 -0.939 2.925 +11 Sep 2020 16:00 UT 37.48 23.554 1839.4 389660 6.2724 24.1616 -111.380 1.533 -6.899 -0.999 3.153 +11 Sep 2020 17:00 UT 37.07 23.596 1840.5 389425 6.3112 24.1916 -111.889 1.533 -6.921 -1.060 3.381 +11 Sep 2020 18:00 UT 36.66 23.638 1841.6 389189 6.3500 24.2194 -112.398 1.533 -6.941 -1.120 3.610 +11 Sep 2020 19:00 UT 36.24 23.679 1842.7 388951 6.3889 24.2451 -112.907 1.533 -6.961 -1.180 3.838 +11 Sep 2020 20:00 UT 35.83 23.721 1843.8 388713 6.4278 24.2686 -113.416 1.532 -6.980 -1.240 4.067 +11 Sep 2020 21:00 UT 35.42 23.763 1845.0 388474 6.4668 24.2898 -113.925 1.532 -6.998 -1.300 4.295 +11 Sep 2020 22:00 UT 35.01 23.804 1846.1 388233 6.5059 24.3088 -114.434 1.532 -7.016 -1.360 4.524 +11 Sep 2020 23:00 UT 34.60 23.846 1847.3 387992 6.5451 24.3256 -114.943 1.532 -7.033 -1.420 4.752 +12 Sep 2020 00:00 UT 34.19 23.888 1848.4 387750 6.5843 24.3402 -115.451 1.531 -7.049 -1.480 4.981 +12 Sep 2020 01:00 UT 33.78 23.929 1849.6 387506 6.6235 24.3525 -115.960 1.531 -7.065 -1.540 5.209 +12 Sep 2020 02:00 UT 33.38 23.971 1850.7 387262 6.6628 24.3625 -116.469 1.531 -7.079 -1.600 5.438 +12 Sep 2020 03:00 UT 32.97 24.013 1851.9 387017 6.7022 24.3702 -116.978 1.531 -7.094 -1.660 5.666 +12 Sep 2020 04:00 UT 32.56 24.054 1853.1 386771 6.7416 24.3757 -117.487 1.530 -7.107 -1.720 5.894 +12 Sep 2020 05:00 UT 32.16 24.096 1854.3 386524 6.7811 24.3789 -117.996 1.530 -7.119 -1.779 6.122 +12 Sep 2020 06:00 UT 31.75 24.138 1855.5 386277 6.8207 24.3797 -118.505 1.530 -7.131 -1.839 6.349 +12 Sep 2020 07:00 UT 31.35 24.179 1856.7 386028 6.8603 24.3783 -119.014 1.530 -7.142 -1.899 6.577 +12 Sep 2020 08:00 UT 30.94 24.221 1857.9 385779 6.8999 24.3745 -119.523 1.529 -7.153 -1.958 6.804 +12 Sep 2020 09:00 UT 30.54 24.263 1859.1 385530 6.9396 24.3684 -120.032 1.529 -7.162 -2.017 7.030 +12 Sep 2020 10:00 UT 30.14 24.304 1860.3 385279 6.9793 24.3600 -120.541 1.529 -7.171 -2.076 7.257 +12 Sep 2020 11:00 UT 29.74 24.346 1861.5 385028 7.0191 24.3492 -121.050 1.529 -7.179 -2.136 7.483 +12 Sep 2020 12:00 UT 29.34 24.388 1862.7 384776 7.0590 24.3360 -121.559 1.528 -7.186 -2.194 7.708 +12 Sep 2020 13:00 UT 28.94 24.429 1863.9 384524 7.0988 24.3205 -122.068 1.528 -7.193 -2.253 7.933 +12 Sep 2020 14:00 UT 28.54 24.471 1865.2 384271 7.1388 24.3026 -122.578 1.528 -7.198 -2.312 8.158 +12 Sep 2020 15:00 UT 28.14 24.513 1866.4 384018 7.1787 24.2823 -123.087 1.528 -7.203 -2.371 8.382 +12 Sep 2020 16:00 UT 27.75 24.554 1867.6 383764 7.2188 24.2597 -123.596 1.527 -7.207 -2.429 8.606 +12 Sep 2020 17:00 UT 27.35 24.596 1868.9 383509 7.2588 24.2346 -124.105 1.527 -7.210 -2.487 8.829 +12 Sep 2020 18:00 UT 26.96 24.638 1870.1 383255 7.2989 24.2072 -124.614 1.527 -7.213 -2.546 9.051 +12 Sep 2020 19:00 UT 26.57 24.679 1871.3 382999 7.3390 24.1773 -125.123 1.527 -7.214 -2.604 9.273 +12 Sep 2020 20:00 UT 26.18 24.721 1872.6 382744 7.3792 24.1451 -125.632 1.526 -7.215 -2.661 9.494 +12 Sep 2020 21:00 UT 25.79 24.763 1873.8 382488 7.4194 24.1104 -126.141 1.526 -7.215 -2.719 9.715 +12 Sep 2020 22:00 UT 25.40 24.804 1875.1 382232 7.4596 24.0733 -126.650 1.526 -7.214 -2.777 9.934 +12 Sep 2020 23:00 UT 25.01 24.846 1876.4 381975 7.4999 24.0337 -127.160 1.526 -7.212 -2.834 10.153 +13 Sep 2020 00:00 UT 24.63 24.888 1877.6 381718 7.5402 23.9917 -127.669 1.525 -7.210 -2.891 10.372 +13 Sep 2020 01:00 UT 24.24 24.929 1878.9 381461 7.5805 23.9473 -128.178 1.525 -7.207 -2.948 10.589 +13 Sep 2020 02:00 UT 23.86 24.971 1880.2 381204 7.6209 23.9005 -128.687 1.525 -7.202 -3.005 10.805 +13 Sep 2020 03:00 UT 23.48 25.013 1881.4 380947 7.6613 23.8512 -129.196 1.525 -7.197 -3.061 11.021 +13 Sep 2020 04:00 UT 23.10 25.054 1882.7 380689 7.7017 23.7995 -129.705 1.525 -7.191 -3.117 11.236 +13 Sep 2020 05:00 UT 22.72 25.096 1884.0 380432 7.7421 23.7453 -130.215 1.524 -7.185 -3.174 11.449 +13 Sep 2020 06:00 UT 22.35 25.138 1885.3 380174 7.7826 23.6886 -130.724 1.524 -7.177 -3.229 11.662 +13 Sep 2020 07:00 UT 21.97 25.179 1886.5 379917 7.8231 23.6295 -131.233 1.524 -7.169 -3.285 11.874 +13 Sep 2020 08:00 UT 21.60 25.221 1887.8 379659 7.8636 23.5680 -131.742 1.524 -7.159 -3.340 12.085 +13 Sep 2020 09:00 UT 21.23 25.263 1889.1 379402 7.9041 23.5040 -132.252 1.523 -7.149 -3.396 12.294 +13 Sep 2020 10:00 UT 20.86 25.304 1890.4 379145 7.9446 23.4375 -132.761 1.523 -7.138 -3.450 12.503 +13 Sep 2020 11:00 UT 20.49 25.346 1891.7 378887 7.9852 23.3686 -133.270 1.523 -7.126 -3.505 12.710 +13 Sep 2020 12:00 UT 20.13 25.388 1892.9 378630 8.0258 23.2973 -133.779 1.523 -7.113 -3.559 12.916 +13 Sep 2020 13:00 UT 19.76 25.429 1894.2 378374 8.0664 23.2234 -134.289 1.523 -7.100 -3.614 13.121 +13 Sep 2020 14:00 UT 19.40 25.471 1895.5 378117 8.1070 23.1471 -134.798 1.522 -7.085 -3.667 13.325 +13 Sep 2020 15:00 UT 19.04 25.513 1896.8 377861 8.1476 23.0684 -135.307 1.522 -7.070 -3.721 13.527 +13 Sep 2020 16:00 UT 18.69 25.554 1898.1 377605 8.1882 22.9872 -135.816 1.522 -7.053 -3.774 13.728 +13 Sep 2020 17:00 UT 18.33 25.596 1899.4 377349 8.2288 22.9036 -136.326 1.522 -7.036 -3.827 13.928 +13 Sep 2020 18:00 UT 17.98 25.638 1900.7 377094 8.2694 22.8175 -136.835 1.521 -7.018 -3.880 14.126 +13 Sep 2020 19:00 UT 17.63 25.679 1901.9 376839 8.3101 22.7289 -137.344 1.521 -6.999 -3.932 14.323 +13 Sep 2020 20:00 UT 17.28 25.721 1903.2 376584 8.3507 22.6379 -137.854 1.521 -6.979 -3.984 14.519 +13 Sep 2020 21:00 UT 16.93 25.763 1904.5 376330 8.3914 22.5445 -138.363 1.521 -6.959 -4.036 14.713 +13 Sep 2020 22:00 UT 16.59 25.804 1905.8 376077 8.4320 22.4486 -138.872 1.521 -6.937 -4.087 14.906 +13 Sep 2020 23:00 UT 16.25 25.846 1907.1 375824 8.4727 22.3503 -139.382 1.520 -6.914 -4.138 15.097 +14 Sep 2020 00:00 UT 15.91 25.888 1908.4 375572 8.5133 22.2496 -139.891 1.520 -6.891 -4.189 15.286 +14 Sep 2020 01:00 UT 15.57 25.929 1909.6 375320 8.5540 22.1464 -140.400 1.520 -6.867 -4.239 15.474 +14 Sep 2020 02:00 UT 15.23 25.971 1910.9 375069 8.5946 22.0409 -140.910 1.520 -6.842 -4.289 15.661 +14 Sep 2020 03:00 UT 14.90 26.013 1912.2 374819 8.6353 21.9329 -141.419 1.520 -6.816 -4.338 15.845 +14 Sep 2020 04:00 UT 14.57 26.054 1913.5 374570 8.6759 21.8225 -141.929 1.519 -6.789 -4.388 16.028 +14 Sep 2020 05:00 UT 14.25 26.096 1914.7 374321 8.7165 21.7097 -142.438 1.519 -6.761 -4.436 16.210 +14 Sep 2020 06:00 UT 13.92 26.138 1916.0 374073 8.7571 21.5945 -142.947 1.519 -6.732 -4.485 16.389 +14 Sep 2020 07:00 UT 13.60 26.179 1917.3 373826 8.7978 21.4769 -143.457 1.519 -6.703 -4.533 16.567 +14 Sep 2020 08:00 UT 13.28 26.221 1918.5 373580 8.8384 21.3570 -143.966 1.519 -6.672 -4.581 16.743 +14 Sep 2020 09:00 UT 12.97 26.263 1919.8 373335 8.8790 21.2347 -144.476 1.518 -6.641 -4.628 16.918 +14 Sep 2020 10:00 UT 12.65 26.304 1921.0 373091 8.9195 21.1100 -144.985 1.518 -6.609 -4.675 17.090 +14 Sep 2020 11:00 UT 12.34 26.346 1922.3 372847 8.9601 20.9830 -145.494 1.518 -6.575 -4.721 17.261 +14 Sep 2020 12:00 UT 12.04 26.388 1923.5 372605 9.0007 20.8536 -146.004 1.518 -6.541 -4.767 17.429 +14 Sep 2020 13:00 UT 11.73 26.429 1924.8 372364 9.0412 20.7219 -146.513 1.518 -6.507 -4.812 17.596 +14 Sep 2020 14:00 UT 11.43 26.471 1926.0 372124 9.0817 20.5879 -147.023 1.517 -6.471 -4.857 17.761 +14 Sep 2020 15:00 UT 11.13 26.513 1927.3 371885 9.1222 20.4515 -147.532 1.517 -6.434 -4.902 17.924 +14 Sep 2020 16:00 UT 10.84 26.554 1928.5 371648 9.1627 20.3129 -148.042 1.517 -6.397 -4.946 18.085 +14 Sep 2020 17:00 UT 10.54 26.596 1929.7 371412 9.2032 20.1720 -148.551 1.517 -6.358 -4.990 18.244 +14 Sep 2020 18:00 UT 10.26 26.638 1931.0 371176 9.2437 20.0288 -149.061 1.517 -6.319 -5.033 18.401 +14 Sep 2020 19:00 UT 9.97 26.679 1932.2 370943 9.2841 19.8833 -149.570 1.516 -6.279 -5.076 18.556 +14 Sep 2020 20:00 UT 9.69 26.721 1933.4 370710 9.3245 19.7356 -150.080 1.516 -6.238 -5.118 18.708 +14 Sep 2020 21:00 UT 9.41 26.763 1934.6 370479 9.3649 19.5856 -150.589 1.516 -6.196 -5.160 18.859 +14 Sep 2020 22:00 UT 9.13 26.804 1935.8 370249 9.4053 19.4334 -151.099 1.516 -6.154 -5.201 19.007 +14 Sep 2020 23:00 UT 8.86 26.846 1937.0 370021 9.4456 19.2790 -151.608 1.516 -6.110 -5.242 19.154 +15 Sep 2020 00:00 UT 8.59 26.888 1938.2 369795 9.4859 19.1224 -152.118 1.516 -6.066 -5.282 19.298 +15 Sep 2020 01:00 UT 8.33 26.929 1939.3 369569 9.5262 18.9636 -152.627 1.515 -6.020 -5.321 19.440 +15 Sep 2020 02:00 UT 8.06 26.971 1940.5 369346 9.5665 18.8027 -153.137 1.515 -5.974 -5.361 19.580 +15 Sep 2020 03:00 UT 7.81 27.013 1941.7 369124 9.6067 18.6396 -153.646 1.515 -5.927 -5.399 19.717 +15 Sep 2020 04:00 UT 7.55 27.054 1942.9 368903 9.6469 18.4743 -154.156 1.515 -5.880 -5.437 19.853 +15 Sep 2020 05:00 UT 7.30 27.096 1944.0 368684 9.6871 18.3069 -154.665 1.515 -5.831 -5.475 19.986 +15 Sep 2020 06:00 UT 7.05 27.138 1945.1 368467 9.7273 18.1375 -155.175 1.515 -5.782 -5.512 20.117 +15 Sep 2020 07:00 UT 6.81 27.179 1946.3 368252 9.7674 17.9659 -155.685 1.514 -5.732 -5.548 20.245 +15 Sep 2020 08:00 UT 6.57 27.221 1947.4 368039 9.8075 17.7923 -156.194 1.514 -5.681 -5.584 20.371 +15 Sep 2020 09:00 UT 6.33 27.263 1948.5 367827 9.8476 17.6166 -156.704 1.514 -5.629 -5.619 20.495 +15 Sep 2020 10:00 UT 6.10 27.304 1949.6 367617 9.8876 17.4388 -157.213 1.514 -5.576 -5.654 20.617 +15 Sep 2020 11:00 UT 5.87 27.346 1950.8 367409 9.9276 17.2591 -157.723 1.514 -5.523 -5.688 20.736 +15 Sep 2020 12:00 UT 5.65 27.388 1951.8 367203 9.9676 17.0773 -158.232 1.514 -5.468 -5.722 20.853 +15 Sep 2020 13:00 UT 5.43 27.429 1952.9 366999 10.0075 16.8936 -158.742 1.513 -5.414 -5.754 20.967 +15 Sep 2020 14:00 UT 5.21 27.471 1954.0 366796 10.0475 16.7079 -159.252 1.513 -5.358 -5.787 21.079 +15 Sep 2020 15:00 UT 5.00 27.513 1955.1 366596 10.0873 16.5203 -159.761 1.513 -5.301 -5.818 21.189 +15 Sep 2020 16:00 UT 4.79 27.554 1956.1 366398 10.1272 16.3307 -160.271 1.513 -5.244 -5.849 21.296 +15 Sep 2020 17:00 UT 4.59 27.596 1957.2 366202 10.1670 16.1392 -160.780 1.513 -5.186 -5.880 21.400 +15 Sep 2020 18:00 UT 4.39 27.638 1958.2 366008 10.2068 15.9459 -161.290 1.513 -5.127 -5.910 21.503 +15 Sep 2020 19:00 UT 4.19 27.679 1959.2 365816 10.2465 15.7507 -161.800 1.512 -5.068 -5.939 21.602 +15 Sep 2020 20:00 UT 4.00 27.721 1960.3 365626 10.2863 15.5536 -162.309 1.512 -5.007 -5.967 21.700 +15 Sep 2020 21:00 UT 3.81 27.763 1961.3 365439 10.3260 15.3548 -162.819 1.512 -4.946 -5.995 21.794 +15 Sep 2020 22:00 UT 3.63 27.804 1962.3 365254 10.3656 15.1541 -163.328 1.512 -4.885 -6.022 21.887 +15 Sep 2020 23:00 UT 3.45 27.846 1963.2 365071 10.4052 14.9516 -163.838 1.512 -4.822 -6.049 21.977 +16 Sep 2020 00:00 UT 3.28 27.888 1964.2 364890 10.4448 14.7474 -164.348 1.512 -4.759 -6.075 22.064 +16 Sep 2020 01:00 UT 3.11 27.929 1965.2 364712 10.4844 14.5415 -164.857 1.512 -4.695 -6.100 22.148 +16 Sep 2020 02:00 UT 2.94 27.971 1966.1 364535 10.5239 14.3339 -165.367 1.511 -4.631 -6.124 22.231 +16 Sep 2020 03:00 UT 2.78 28.013 1967.1 364362 10.5634 14.1245 -165.877 1.511 -4.566 -6.148 22.310 +16 Sep 2020 04:00 UT 2.63 28.054 1968.0 364191 10.6028 13.9135 -166.386 1.511 -4.500 -6.171 22.387 +16 Sep 2020 05:00 UT 2.48 28.096 1968.9 364022 10.6422 13.7009 -166.896 1.511 -4.433 -6.194 22.462 +16 Sep 2020 06:00 UT 2.33 28.138 1969.8 363855 10.6816 13.4867 -167.406 1.511 -4.366 -6.215 22.534 +16 Sep 2020 07:00 UT 2.19 28.179 1970.7 363692 10.7209 13.2708 -167.915 1.511 -4.299 -6.236 22.603 +16 Sep 2020 08:00 UT 2.05 28.221 1971.6 363530 10.7603 13.0534 -168.425 1.511 -4.230 -6.257 22.670 +16 Sep 2020 09:00 UT 1.92 28.263 1972.4 363371 10.7995 12.8345 -168.935 1.510 -4.161 -6.276 22.734 +16 Sep 2020 10:00 UT 1.79 28.304 1973.3 363215 10.8388 12.6140 -169.444 1.510 -4.092 -6.295 22.796 +16 Sep 2020 11:00 UT 1.67 28.346 1974.1 363062 10.8780 12.3921 -169.954 1.510 -4.021 -6.313 22.855 +16 Sep 2020 12:00 UT 1.55 28.388 1974.9 362910 10.9172 12.1686 -170.464 1.510 -3.951 -6.331 22.912 +16 Sep 2020 13:00 UT 1.43 28.429 1975.7 362762 10.9563 11.9438 -170.973 1.510 -3.879 -6.347 22.966 +16 Sep 2020 14:00 UT 1.32 28.471 1976.5 362616 10.9954 11.7175 -171.483 1.510 -3.807 -6.363 23.017 +16 Sep 2020 15:00 UT 1.22 28.513 1977.3 362473 11.0345 11.4898 -171.993 1.510 -3.735 -6.379 23.066 +16 Sep 2020 16:00 UT 1.12 28.554 1978.1 362333 11.0736 11.2608 -172.502 1.510 -3.662 -6.393 23.112 +16 Sep 2020 17:00 UT 1.03 28.596 1978.8 362196 11.1126 11.0305 -173.012 1.509 -3.588 -6.407 23.155 +16 Sep 2020 18:00 UT 0.94 28.638 1979.6 362061 11.1516 10.7988 -173.522 1.509 -3.514 -6.420 23.196 +16 Sep 2020 19:00 UT 0.85 28.679 1980.3 361929 11.1906 10.5658 -174.031 1.509 -3.440 -6.432 23.234 +16 Sep 2020 20:00 UT 0.77 28.721 1981.0 361799 11.2295 10.3316 -174.541 1.509 -3.365 -6.443 23.270 +16 Sep 2020 21:00 UT 0.70 28.763 1981.7 361673 11.2684 10.0962 -175.051 1.509 -3.289 -6.454 23.303 +16 Sep 2020 22:00 UT 0.63 28.804 1982.4 361550 11.3072 9.8596 -175.560 1.509 -3.213 -6.464 23.333 +16 Sep 2020 23:00 UT 0.56 28.846 1983.0 361429 11.3461 9.6218 -176.070 1.509 -3.137 -6.473 23.361 +17 Sep 2020 00:00 UT 0.51 28.888 1983.7 361311 11.3849 9.3828 -176.580 1.509 -3.060 -6.482 23.386 +17 Sep 2020 01:00 UT 0.45 28.929 1984.3 361196 11.4237 9.1427 -177.089 1.509 -2.982 -6.489 23.409 +17 Sep 2020 02:00 UT 0.40 28.971 1984.9 361084 11.4624 8.9016 -177.599 1.508 -2.905 -6.496 23.429 +17 Sep 2020 03:00 UT 0.36 29.013 1985.5 360975 11.5012 8.6594 -178.109 1.508 -2.826 -6.502 23.446 +17 Sep 2020 04:00 UT 0.32 29.054 1986.1 360869 11.5399 8.4161 -178.618 1.508 -2.748 -6.507 23.461 +17 Sep 2020 05:00 UT 0.29 29.096 1986.7 360766 11.5785 8.1719 -179.128 1.508 -2.669 -6.512 23.474 +17 Sep 2020 06:00 UT 0.26 29.138 1987.2 360666 11.6172 7.9267 -179.638 1.508 -2.589 -6.515 23.483 +17 Sep 2020 07:00 UT 0.23 29.179 1987.8 360568 11.6558 7.6805 179.853 1.508 -2.510 -6.518 23.490 +17 Sep 2020 08:00 UT 0.21 29.221 1988.3 360474 11.6944 7.4334 179.343 1.508 -2.430 -6.521 23.495 +17 Sep 2020 09:00 UT 0.20 29.263 1988.8 360383 11.7330 7.1855 178.833 1.508 -2.349 -6.522 23.497 +17 Sep 2020 10:00 UT 0.19 29.304 1989.3 360295 11.7716 6.9366 178.324 1.508 -2.269 -6.522 23.496 +17 Sep 2020 11:00 UT 0.19 29.346 1989.7 360210 11.8101 6.6870 177.814 1.508 -2.188 -6.522 23.493 +17 Sep 2020 12:00 UT 0.19 0.042 1990.2 360128 11.8486 6.4365 177.304 1.507 -2.106 -6.521 23.487 +17 Sep 2020 13:00 UT 0.20 0.083 1990.6 360049 11.8871 6.1853 176.795 1.507 -2.025 -6.519 23.478 +17 Sep 2020 14:00 UT 0.21 0.125 1991.0 359973 11.9256 5.9334 176.285 1.507 -1.943 -6.517 23.467 +17 Sep 2020 15:00 UT 0.23 0.167 1991.5 359900 11.9640 5.6807 175.775 1.507 -1.861 -6.513 23.454 +17 Sep 2020 16:00 UT 0.26 0.208 1991.8 359831 12.0024 5.4274 175.266 1.507 -1.779 -6.509 23.438 +17 Sep 2020 17:00 UT 0.29 0.250 1992.2 359764 12.0408 5.1734 174.756 1.507 -1.696 -6.504 23.419 +17 Sep 2020 18:00 UT 0.32 0.292 1992.6 359700 12.0792 4.9188 174.246 1.507 -1.613 -6.498 23.398 +17 Sep 2020 19:00 UT 0.36 0.333 1992.9 359640 12.1176 4.6636 173.737 1.507 -1.530 -6.491 23.374 +17 Sep 2020 20:00 UT 0.40 0.375 1993.2 359583 12.1560 4.4079 173.227 1.507 -1.447 -6.484 23.348 +17 Sep 2020 21:00 UT 0.45 0.417 1993.5 359529 12.1943 4.1516 172.717 1.507 -1.364 -6.476 23.319 +17 Sep 2020 22:00 UT 0.51 0.458 1993.8 359478 12.2327 3.8948 172.208 1.507 -1.280 -6.467 23.288 +17 Sep 2020 23:00 UT 0.57 0.500 1994.1 359430 12.2710 3.6376 171.698 1.507 -1.197 -6.457 23.254 +18 Sep 2020 00:00 UT 0.63 0.542 1994.3 359385 12.3093 3.3799 171.188 1.506 -1.113 -6.446 23.218 +18 Sep 2020 01:00 UT 0.70 0.583 1994.5 359344 12.3476 3.1218 170.679 1.506 -1.029 -6.435 23.180 +18 Sep 2020 02:00 UT 0.78 0.625 1994.7 359306 12.3859 2.8634 170.169 1.506 -0.945 -6.423 23.138 +18 Sep 2020 03:00 UT 0.86 0.667 1994.9 359270 12.4241 2.6046 169.659 1.506 -0.861 -6.410 23.095 +18 Sep 2020 04:00 UT 0.95 0.708 1995.1 359238 12.4624 2.3455 169.150 1.506 -0.777 -6.396 23.049 +18 Sep 2020 05:00 UT 1.04 0.750 1995.3 359209 12.5007 2.0861 168.640 1.506 -0.693 -6.381 23.000 +18 Sep 2020 06:00 UT 1.14 0.792 1995.4 359184 12.5389 1.8265 168.130 1.506 -0.609 -6.366 22.949 +18 Sep 2020 07:00 UT 1.24 0.833 1995.5 359161 12.5771 1.5667 167.621 1.506 -0.525 -6.350 22.896 +18 Sep 2020 08:00 UT 1.35 0.875 1995.7 359142 12.6154 1.3066 167.111 1.506 -0.440 -6.333 22.840 +18 Sep 2020 09:00 UT 1.46 0.917 1995.7 359125 12.6536 1.0465 166.601 1.506 -0.356 -6.315 22.782 +18 Sep 2020 10:00 UT 1.58 0.958 1995.8 359112 12.6918 0.7861 166.092 1.506 -0.272 -6.297 22.721 +18 Sep 2020 11:00 UT 1.70 1.000 1995.9 359102 12.7301 0.5257 165.582 1.506 -0.188 -6.278 22.658 +18 Sep 2020 12:00 UT 1.83 1.042 1995.9 359095 12.7683 0.2653 165.073 1.506 -0.103 -6.258 22.593 +18 Sep 2020 13:00 UT 1.96 1.083 1995.9 359092 12.8065 0.0048 164.563 1.506 -0.019 -6.237 22.525 +18 Sep 2020 14:00 UT 2.10 1.125 1995.9 359091 12.8447 -0.2557 164.053 1.506 0.065 -6.215 22.455 +18 Sep 2020 15:00 UT 2.24 1.167 1995.9 359094 12.8829 -0.5162 163.544 1.506 0.149 -6.193 22.382 +18 Sep 2020 16:00 UT 2.39 1.208 1995.9 359099 12.9211 -0.7766 163.034 1.506 0.233 -6.170 22.307 +18 Sep 2020 17:00 UT 2.54 1.250 1995.8 359108 12.9594 -1.0370 162.525 1.506 0.317 -6.146 22.230 +18 Sep 2020 18:00 UT 2.70 1.292 1995.8 359120 12.9976 -1.2972 162.015 1.505 0.400 -6.121 22.150 +18 Sep 2020 19:00 UT 2.86 1.333 1995.7 359135 13.0358 -1.5572 161.505 1.505 0.484 -6.096 22.069 +18 Sep 2020 20:00 UT 3.03 1.375 1995.6 359153 13.0740 -1.8171 160.996 1.505 0.567 -6.070 21.984 +18 Sep 2020 21:00 UT 3.20 1.417 1995.5 359174 13.1123 -2.0767 160.486 1.505 0.650 -6.043 21.898 +18 Sep 2020 22:00 UT 3.38 1.458 1995.3 359198 13.1505 -2.3362 159.977 1.505 0.734 -6.016 21.809 +18 Sep 2020 23:00 UT 3.56 1.500 1995.2 359225 13.1887 -2.5953 159.467 1.505 0.816 -5.987 21.718 +19 Sep 2020 00:00 UT 3.75 1.542 1995.0 359256 13.2270 -2.8541 158.958 1.505 0.899 -5.958 21.625 +19 Sep 2020 01:00 UT 3.94 1.583 1994.8 359289 13.2652 -3.1126 158.448 1.505 0.982 -5.928 21.529 +19 Sep 2020 02:00 UT 4.14 1.625 1994.6 359325 13.3035 -3.3707 157.939 1.505 1.064 -5.898 21.432 +19 Sep 2020 03:00 UT 4.34 1.667 1994.4 359365 13.3418 -3.6284 157.429 1.505 1.146 -5.867 21.332 +19 Sep 2020 04:00 UT 4.55 1.708 1994.2 359407 13.3801 -3.8857 156.919 1.505 1.228 -5.835 21.229 +19 Sep 2020 05:00 UT 4.76 1.750 1993.9 359452 13.4184 -4.1426 156.410 1.505 1.309 -5.802 21.125 +19 Sep 2020 06:00 UT 4.98 1.792 1993.7 359501 13.4567 -4.3989 155.900 1.505 1.391 -5.769 21.018 +19 Sep 2020 07:00 UT 5.20 1.833 1993.4 359552 13.4950 -4.6548 155.391 1.505 1.471 -5.735 20.910 +19 Sep 2020 08:00 UT 5.43 1.875 1993.1 359606 13.5334 -4.9100 154.881 1.505 1.552 -5.700 20.799 +19 Sep 2020 09:00 UT 5.66 1.917 1992.8 359663 13.5717 -5.1647 154.372 1.505 1.633 -5.665 20.686 +19 Sep 2020 10:00 UT 5.89 1.958 1992.4 359723 13.6101 -5.4188 153.862 1.505 1.713 -5.629 20.570 +19 Sep 2020 11:00 UT 6.13 2.000 1992.1 359786 13.6485 -5.6723 153.353 1.505 1.792 -5.592 20.453 +19 Sep 2020 12:00 UT 6.37 2.042 1991.7 359852 13.6869 -5.9251 152.844 1.505 1.872 -5.555 20.333 +19 Sep 2020 13:00 UT 6.62 2.083 1991.3 359920 13.7253 -6.1772 152.334 1.505 1.951 -5.517 20.212 +19 Sep 2020 14:00 UT 6.88 2.125 1990.9 359992 13.7638 -6.4285 151.825 1.505 2.029 -5.478 20.088 +19 Sep 2020 15:00 UT 7.13 2.167 1990.5 360066 13.8023 -6.6791 151.315 1.505 2.108 -5.439 19.962 +19 Sep 2020 16:00 UT 7.39 2.208 1990.1 360143 13.8407 -6.9289 150.806 1.505 2.186 -5.399 19.834 +19 Sep 2020 17:00 UT 7.66 2.250 1989.7 360223 13.8793 -7.1779 150.296 1.505 2.263 -5.358 19.704 +19 Sep 2020 18:00 UT 7.93 2.292 1989.2 360305 13.9178 -7.4261 149.787 1.505 2.340 -5.317 19.573 +19 Sep 2020 19:00 UT 8.20 2.333 1988.7 360390 13.9563 -7.6734 149.277 1.505 2.417 -5.275 19.439 +19 Sep 2020 20:00 UT 8.48 2.375 1988.3 360478 13.9949 -7.9198 148.768 1.505 2.493 -5.233 19.303 +19 Sep 2020 21:00 UT 8.76 2.417 1987.8 360569 14.0335 -8.1652 148.259 1.505 2.569 -5.190 19.164 +19 Sep 2020 22:00 UT 9.05 2.458 1987.2 360662 14.0721 -8.4097 147.749 1.505 2.645 -5.146 19.024 +19 Sep 2020 23:00 UT 9.34 2.500 1986.7 360758 14.1108 -8.6533 147.240 1.505 2.719 -5.102 18.882 +20 Sep 2020 00:00 UT 9.64 2.542 1986.2 360857 14.1495 -8.8958 146.730 1.505 2.794 -5.057 18.738 +20 Sep 2020 01:00 UT 9.94 2.583 1985.6 360958 14.1882 -9.1372 146.221 1.505 2.868 -5.011 18.593 +20 Sep 2020 02:00 UT 10.24 2.625 1985.0 361061 14.2269 -9.3776 145.712 1.505 2.942 -4.965 18.445 +20 Sep 2020 03:00 UT 10.55 2.667 1984.5 361168 14.2657 -9.6169 145.202 1.505 3.015 -4.919 18.295 +20 Sep 2020 04:00 UT 10.86 2.708 1983.9 361276 14.3045 -9.8551 144.693 1.505 3.087 -4.872 18.143 +20 Sep 2020 05:00 UT 11.17 2.750 1983.3 361388 14.3433 -10.0921 144.184 1.505 3.159 -4.824 17.990 +20 Sep 2020 06:00 UT 11.49 2.792 1982.6 361501 14.3822 -10.3279 143.674 1.505 3.231 -4.776 17.834 +20 Sep 2020 07:00 UT 11.81 2.833 1982.0 361617 14.4210 -10.5626 143.165 1.505 3.302 -4.727 17.677 +20 Sep 2020 08:00 UT 12.13 2.875 1981.3 361736 14.4600 -10.7959 142.656 1.505 3.372 -4.678 17.518 +20 Sep 2020 09:00 UT 12.46 2.917 1980.7 361857 14.4989 -11.0281 142.146 1.505 3.442 -4.628 17.357 +20 Sep 2020 10:00 UT 12.80 2.958 1980.0 361980 14.5379 -11.2589 141.637 1.505 3.511 -4.578 17.194 +20 Sep 2020 11:00 UT 13.13 3.000 1979.3 362106 14.5769 -11.4885 141.128 1.505 3.580 -4.527 17.029 +20 Sep 2020 12:00 UT 13.47 3.042 1978.6 362234 14.6159 -11.7167 140.619 1.505 3.648 -4.476 16.862 +20 Sep 2020 13:00 UT 13.81 3.083 1977.9 362364 14.6550 -11.9435 140.109 1.506 3.716 -4.424 16.694 +20 Sep 2020 14:00 UT 14.16 3.125 1977.2 362496 14.6941 -12.1690 139.600 1.506 3.783 -4.372 16.524 +20 Sep 2020 15:00 UT 14.51 3.167 1976.5 362631 14.7333 -12.3930 139.091 1.506 3.850 -4.319 16.352 +20 Sep 2020 16:00 UT 14.86 3.208 1975.7 362768 14.7724 -12.6156 138.582 1.506 3.916 -4.266 16.179 +20 Sep 2020 17:00 UT 15.22 3.250 1975.0 362907 14.8117 -12.8367 138.072 1.506 3.981 -4.212 16.004 +20 Sep 2020 18:00 UT 15.58 3.292 1974.2 363048 14.8509 -13.0564 137.563 1.506 4.046 -4.158 15.827 +20 Sep 2020 19:00 UT 15.94 3.333 1973.4 363191 14.8902 -13.2745 137.054 1.506 4.110 -4.103 15.648 +20 Sep 2020 20:00 UT 16.31 3.375 1972.6 363337 14.9295 -13.4911 136.545 1.506 4.173 -4.049 15.468 +20 Sep 2020 21:00 UT 16.67 3.417 1971.8 363484 14.9689 -13.7061 136.036 1.506 4.236 -3.993 15.286 +20 Sep 2020 22:00 UT 17.05 3.458 1971.0 363633 15.0083 -13.9195 135.526 1.506 4.299 -3.937 15.102 +20 Sep 2020 23:00 UT 17.42 3.500 1970.2 363785 15.0477 -14.1313 135.017 1.506 4.360 -3.881 14.917 +21 Sep 2020 00:00 UT 17.80 3.542 1969.4 363938 15.0872 -14.3415 134.508 1.506 4.421 -3.825 14.730 +21 Sep 2020 01:00 UT 18.18 3.583 1968.5 364093 15.1267 -14.5501 133.999 1.506 4.482 -3.768 14.541 +21 Sep 2020 02:00 UT 18.56 3.625 1967.7 364251 15.1662 -14.7569 133.490 1.506 4.541 -3.710 14.351 +21 Sep 2020 03:00 UT 18.95 3.667 1966.8 364410 15.2058 -14.9621 132.981 1.506 4.600 -3.653 14.160 +21 Sep 2020 04:00 UT 19.33 3.708 1965.9 364570 15.2455 -15.1655 132.472 1.506 4.659 -3.594 13.967 +21 Sep 2020 05:00 UT 19.73 3.750 1965.1 364733 15.2851 -15.3672 131.962 1.507 4.716 -3.536 13.772 +21 Sep 2020 06:00 UT 20.12 3.792 1964.2 364898 15.3248 -15.5671 131.453 1.507 4.774 -3.477 13.576 +21 Sep 2020 07:00 UT 20.51 3.833 1963.3 365064 15.3646 -15.7652 130.944 1.507 4.830 -3.418 13.378 +21 Sep 2020 08:00 UT 20.91 3.875 1962.4 365232 15.4043 -15.9615 130.435 1.507 4.886 -3.359 13.179 +21 Sep 2020 09:00 UT 21.31 3.917 1961.5 365401 15.4441 -16.1560 129.926 1.507 4.941 -3.299 12.979 +21 Sep 2020 10:00 UT 21.72 3.958 1960.6 365572 15.4840 -16.3486 129.417 1.507 4.995 -3.239 12.777 +21 Sep 2020 11:00 UT 22.12 4.000 1959.6 365745 15.5239 -16.5393 128.908 1.507 5.049 -3.178 12.573 +21 Sep 2020 12:00 UT 22.53 4.042 1958.7 365920 15.5638 -16.7282 128.399 1.507 5.102 -3.118 12.369 +21 Sep 2020 13:00 UT 22.94 4.083 1957.7 366096 15.6038 -16.9151 127.890 1.507 5.154 -3.057 12.163 +21 Sep 2020 14:00 UT 23.35 4.125 1956.8 366273 15.6438 -17.1001 127.381 1.507 5.206 -2.995 11.955 +21 Sep 2020 15:00 UT 23.77 4.167 1955.8 366452 15.6838 -17.2832 126.872 1.508 5.257 -2.934 11.746 +21 Sep 2020 16:00 UT 24.18 4.208 1954.9 366633 15.7239 -17.4642 126.363 1.508 5.307 -2.872 11.536 +21 Sep 2020 17:00 UT 24.60 4.250 1953.9 366814 15.7640 -17.6433 125.854 1.508 5.357 -2.810 11.325 +21 Sep 2020 18:00 UT 25.02 4.292 1952.9 366998 15.8042 -17.8204 125.345 1.508 5.406 -2.748 11.112 +21 Sep 2020 19:00 UT 25.44 4.333 1952.0 367182 15.8443 -17.9954 124.836 1.508 5.454 -2.685 10.898 +21 Sep 2020 20:00 UT 25.87 4.375 1951.0 367368 15.8846 -18.1684 124.327 1.508 5.501 -2.622 10.683 +21 Sep 2020 21:00 UT 26.29 4.417 1950.0 367556 15.9248 -18.3393 123.818 1.508 5.548 -2.559 10.467 +21 Sep 2020 22:00 UT 26.72 4.458 1949.0 367744 15.9651 -18.5082 123.310 1.508 5.594 -2.496 10.249 +21 Sep 2020 23:00 UT 27.15 4.500 1948.0 367934 16.0055 -18.6749 122.801 1.508 5.640 -2.433 10.031 +22 Sep 2020 00:00 UT 27.58 4.542 1947.0 368125 16.0458 -18.8395 122.292 1.509 5.684 -2.369 9.811 +22 Sep 2020 01:00 UT 28.01 4.583 1945.9 368317 16.0862 -19.0020 121.783 1.509 5.728 -2.305 9.590 +22 Sep 2020 02:00 UT 28.44 4.625 1944.9 368510 16.1267 -19.1623 121.274 1.509 5.771 -2.241 9.368 +22 Sep 2020 03:00 UT 28.88 4.667 1943.9 368705 16.1671 -19.3205 120.765 1.509 5.814 -2.177 9.145 +22 Sep 2020 04:00 UT 29.32 4.708 1942.9 368900 16.2076 -19.4765 120.256 1.509 5.856 -2.113 8.921 +22 Sep 2020 05:00 UT 29.76 4.750 1941.8 369097 16.2481 -19.6303 119.748 1.509 5.897 -2.048 8.695 +22 Sep 2020 06:00 UT 30.19 4.792 1940.8 369295 16.2887 -19.7819 119.239 1.509 5.937 -1.984 8.469 +22 Sep 2020 07:00 UT 30.64 4.833 1939.7 369493 16.3293 -19.9312 118.730 1.509 5.977 -1.919 8.242 +22 Sep 2020 08:00 UT 31.08 4.875 1938.7 369693 16.3699 -20.0784 118.221 1.510 6.016 -1.854 8.014 +22 Sep 2020 09:00 UT 31.52 4.917 1937.7 369893 16.4106 -20.2232 117.712 1.510 6.054 -1.789 7.785 +22 Sep 2020 10:00 UT 31.97 4.958 1936.6 370095 16.4513 -20.3658 117.204 1.510 6.092 -1.724 7.555 +22 Sep 2020 11:00 UT 32.41 5.000 1935.5 370297 16.4920 -20.5061 116.695 1.510 6.129 -1.658 7.324 +22 Sep 2020 12:00 UT 32.86 5.042 1934.5 370500 16.5327 -20.6442 116.186 1.510 6.165 -1.593 7.093 +22 Sep 2020 13:00 UT 33.30 5.083 1933.4 370704 16.5735 -20.7799 115.677 1.510 6.200 -1.527 6.860 +22 Sep 2020 14:00 UT 33.75 5.125 1932.3 370909 16.6143 -20.9133 115.169 1.510 6.235 -1.462 6.627 +22 Sep 2020 15:00 UT 34.20 5.167 1931.3 371114 16.6551 -21.0443 114.660 1.511 6.269 -1.396 6.393 +22 Sep 2020 16:00 UT 34.65 5.208 1930.2 371320 16.6959 -21.1731 114.151 1.511 6.302 -1.330 6.158 +22 Sep 2020 17:00 UT 35.10 5.250 1929.1 371527 16.7368 -21.2994 113.643 1.511 6.335 -1.265 5.923 +22 Sep 2020 18:00 UT 35.56 5.292 1928.1 371735 16.7777 -21.4235 113.134 1.511 6.367 -1.199 5.687 +22 Sep 2020 19:00 UT 36.01 5.333 1927.0 371943 16.8186 -21.5451 112.625 1.511 6.398 -1.133 5.450 +22 Sep 2020 20:00 UT 36.46 5.375 1925.9 372152 16.8595 -21.6644 112.117 1.511 6.429 -1.067 5.213 +22 Sep 2020 21:00 UT 36.92 5.417 1924.8 372361 16.9005 -21.7812 111.608 1.512 6.458 -1.001 4.975 +22 Sep 2020 22:00 UT 37.37 5.458 1923.7 372571 16.9414 -21.8957 111.100 1.512 6.487 -0.935 4.736 +22 Sep 2020 23:00 UT 37.83 5.500 1922.6 372781 16.9824 -22.0077 110.591 1.512 6.516 -0.869 4.497 +23 Sep 2020 00:00 UT 38.28 5.542 1921.6 372992 17.0234 -22.1174 110.082 1.512 6.544 -0.803 4.257 +23 Sep 2020 01:00 UT 38.74 5.583 1920.5 373204 17.0644 -22.2246 109.574 1.512 6.571 -0.737 4.017 +23 Sep 2020 02:00 UT 39.19 5.625 1919.4 373415 17.1054 -22.3293 109.065 1.512 6.597 -0.671 3.777 +23 Sep 2020 03:00 UT 39.65 5.667 1918.3 373628 17.1465 -22.4317 108.557 1.513 6.623 -0.605 3.535 +23 Sep 2020 04:00 UT 40.11 5.708 1917.2 373840 17.1875 -22.5315 108.048 1.513 6.648 -0.539 3.294 +23 Sep 2020 05:00 UT 40.57 5.750 1916.1 374053 17.2286 -22.6289 107.540 1.513 6.672 -0.472 3.052 +23 Sep 2020 06:00 UT 41.02 5.792 1915.0 374267 17.2697 -22.7239 107.031 1.513 6.695 -0.406 2.810 +23 Sep 2020 07:00 UT 41.48 5.833 1913.9 374480 17.3107 -22.8164 106.523 1.513 6.718 -0.340 2.568 +23 Sep 2020 08:00 UT 41.94 5.875 1912.8 374694 17.3518 -22.9064 106.014 1.514 6.741 -0.275 2.325 +23 Sep 2020 09:00 UT 42.40 5.917 1911.7 374908 17.3929 -22.9939 105.506 1.514 6.762 -0.209 2.082 +23 Sep 2020 10:00 UT 42.86 5.958 1910.6 375123 17.4340 -23.0790 104.997 1.514 6.783 -0.143 1.839 +23 Sep 2020 11:00 UT 43.31 6.000 1909.5 375337 17.4751 -23.1615 104.489 1.514 6.803 -0.077 1.595 +23 Sep 2020 12:00 UT 43.77 6.042 1908.5 375552 17.5162 -23.2416 103.980 1.514 6.823 -0.011 1.352 +23 Sep 2020 13:00 UT 44.23 6.083 1907.4 375767 17.5573 -23.3192 103.472 1.515 6.842 0.054 1.108 +23 Sep 2020 14:00 UT 44.69 6.125 1906.3 375982 17.5984 -23.3942 102.963 1.515 6.860 0.120 0.864 +23 Sep 2020 15:00 UT 45.15 6.167 1905.2 376197 17.6395 -23.4668 102.455 1.515 6.878 0.185 0.620 +23 Sep 2020 16:00 UT 45.60 6.208 1904.1 376413 17.6806 -23.5369 101.947 1.515 6.895 0.251 0.376 +23 Sep 2020 17:00 UT 46.06 6.250 1903.0 376628 17.7217 -23.6044 101.438 1.515 6.911 0.316 0.132 +23 Sep 2020 18:00 UT 46.52 6.292 1901.9 376843 17.7628 -23.6695 100.930 1.516 6.927 0.381 359.888 +23 Sep 2020 19:00 UT 46.98 6.333 1900.8 377059 17.8039 -23.7320 100.422 1.516 6.942 0.446 359.644 +23 Sep 2020 20:00 UT 47.43 6.375 1899.7 377274 17.8450 -23.7920 99.913 1.516 6.956 0.511 359.401 +23 Sep 2020 21:00 UT 47.89 6.417 1898.7 377489 17.8860 -23.8495 99.405 1.516 6.970 0.576 359.157 +23 Sep 2020 22:00 UT 48.35 6.458 1897.6 377705 17.9271 -23.9045 98.897 1.516 6.983 0.641 358.913 +23 Sep 2020 23:00 UT 48.80 6.500 1896.5 377920 17.9681 -23.9570 98.388 1.517 6.995 0.706 358.670 +24 Sep 2020 00:00 UT 49.26 6.542 1895.4 378135 18.0092 -24.0070 97.880 1.517 7.007 0.770 358.427 +24 Sep 2020 01:00 UT 49.71 6.583 1894.3 378350 18.0502 -24.0545 97.372 1.517 7.018 0.834 358.184 +24 Sep 2020 02:00 UT 50.16 6.625 1893.3 378565 18.0911 -24.0994 96.864 1.517 7.029 0.898 357.941 +24 Sep 2020 03:00 UT 50.62 6.667 1892.2 378779 18.1321 -24.1419 96.355 1.517 7.039 0.962 357.699 +24 Sep 2020 04:00 UT 51.07 6.708 1891.1 378994 18.1731 -24.1818 95.847 1.518 7.048 1.026 357.457 +24 Sep 2020 05:00 UT 51.52 6.750 1890.1 379208 18.2140 -24.2192 95.339 1.518 7.057 1.090 357.215 +24 Sep 2020 06:00 UT 51.97 6.792 1889.0 379422 18.2549 -24.2542 94.831 1.518 7.065 1.154 356.974 +24 Sep 2020 07:00 UT 52.43 6.833 1887.9 379636 18.2958 -24.2866 94.322 1.518 7.073 1.217 356.733 +24 Sep 2020 08:00 UT 52.88 6.875 1886.9 379849 18.3367 -24.3166 93.814 1.518 7.079 1.280 356.493 +24 Sep 2020 09:00 UT 53.33 6.917 1885.8 380063 18.3775 -24.3440 93.306 1.519 7.086 1.343 356.253 +24 Sep 2020 10:00 UT 53.77 6.958 1884.7 380276 18.4183 -24.3690 92.798 1.519 7.092 1.406 356.014 +24 Sep 2020 11:00 UT 54.22 7.000 1883.7 380488 18.4591 -24.3915 92.290 1.519 7.097 1.468 355.775 +24 Sep 2020 12:00 UT 54.67 7.042 1882.6 380701 18.4998 -24.4115 91.782 1.519 7.101 1.531 355.537 +24 Sep 2020 13:00 UT 55.11 7.083 1881.6 380912 18.5405 -24.4290 91.273 1.520 7.105 1.593 355.299 +24 Sep 2020 14:00 UT 55.56 7.125 1880.6 381124 18.5812 -24.4441 90.765 1.520 7.109 1.655 355.062 +24 Sep 2020 15:00 UT 56.00 7.167 1879.5 381335 18.6218 -24.4567 90.257 1.520 7.112 1.716 354.826 +24 Sep 2020 16:00 UT 56.45 7.208 1878.5 381546 18.6624 -24.4668 89.749 1.520 7.114 1.778 354.590 +24 Sep 2020 17:00 UT 56.89 7.250 1877.4 381756 18.7030 -24.4745 89.241 1.520 7.116 1.839 354.355 +24 Sep 2020 18:00 UT 57.33 7.292 1876.4 381966 18.7435 -24.4798 88.733 1.521 7.117 1.900 354.121 +24 Sep 2020 19:00 UT 57.77 7.333 1875.4 382176 18.7840 -24.4826 88.225 1.521 7.118 1.961 353.888 +24 Sep 2020 20:00 UT 58.21 7.375 1874.4 382384 18.8244 -24.4830 87.717 1.521 7.118 2.022 353.655 +24 Sep 2020 21:00 UT 58.64 7.417 1873.3 382593 18.8648 -24.4810 87.209 1.521 7.117 2.082 353.423 +24 Sep 2020 22:00 UT 59.08 7.458 1872.3 382801 18.9052 -24.4766 86.701 1.522 7.116 2.142 353.193 +24 Sep 2020 23:00 UT 59.51 7.500 1871.3 383008 18.9455 -24.4697 86.193 1.522 7.115 2.202 352.963 +25 Sep 2020 00:00 UT 59.95 7.542 1870.3 383215 18.9858 -24.4605 85.685 1.522 7.113 2.261 352.734 +25 Sep 2020 01:00 UT 60.38 7.583 1869.3 383421 19.0260 -24.4489 85.177 1.522 7.110 2.320 352.505 +25 Sep 2020 02:00 UT 60.81 7.625 1868.3 383627 19.0661 -24.4349 84.669 1.522 7.107 2.379 352.278 +25 Sep 2020 03:00 UT 61.24 7.667 1867.3 383832 19.1062 -24.4185 84.161 1.523 7.103 2.438 352.052 +25 Sep 2020 04:00 UT 61.67 7.708 1866.3 384037 19.1463 -24.3998 83.653 1.523 7.099 2.497 351.827 +25 Sep 2020 05:00 UT 62.10 7.750 1865.3 384241 19.1863 -24.3787 83.145 1.523 7.095 2.555 351.603 +25 Sep 2020 06:00 UT 62.52 7.792 1864.3 384444 19.2263 -24.3553 82.637 1.523 7.089 2.613 351.380 +25 Sep 2020 07:00 UT 62.95 7.833 1863.3 384647 19.2661 -24.3296 82.129 1.524 7.084 2.670 351.158 +25 Sep 2020 08:00 UT 63.37 7.875 1862.4 384849 19.3060 -24.3015 81.621 1.524 7.077 2.727 350.938 +25 Sep 2020 09:00 UT 63.79 7.917 1861.4 385050 19.3458 -24.2711 81.113 1.524 7.071 2.784 350.718 +25 Sep 2020 10:00 UT 64.21 7.958 1860.4 385251 19.3855 -24.2385 80.606 1.524 7.064 2.841 350.500 +25 Sep 2020 11:00 UT 64.63 8.000 1859.4 385451 19.4251 -24.2035 80.098 1.524 7.056 2.897 350.282 +25 Sep 2020 12:00 UT 65.04 8.042 1858.5 385651 19.4647 -24.1663 79.590 1.525 7.048 2.953 350.066 +25 Sep 2020 13:00 UT 65.46 8.083 1857.5 385849 19.5042 -24.1268 79.082 1.525 7.039 3.009 349.852 +25 Sep 2020 14:00 UT 65.87 8.125 1856.6 386047 19.5437 -24.0851 78.574 1.525 7.030 3.064 349.638 +25 Sep 2020 15:00 UT 66.28 8.167 1855.6 386244 19.5831 -24.0412 78.066 1.525 7.021 3.119 349.426 +25 Sep 2020 16:00 UT 66.69 8.208 1854.7 386441 19.6225 -23.9950 77.559 1.526 7.011 3.174 349.215 +25 Sep 2020 17:00 UT 67.10 8.250 1853.7 386636 19.6617 -23.9466 77.051 1.526 7.000 3.229 349.006 +25 Sep 2020 18:00 UT 67.51 8.292 1852.8 386831 19.7009 -23.8960 76.543 1.526 6.989 3.283 348.798 +25 Sep 2020 19:00 UT 67.91 8.333 1851.9 387026 19.7401 -23.8432 76.035 1.526 6.978 3.336 348.591 +25 Sep 2020 20:00 UT 68.32 8.375 1851.0 387219 19.7791 -23.7883 75.527 1.527 6.966 3.390 348.386 +25 Sep 2020 21:00 UT 68.72 8.417 1850.0 387412 19.8181 -23.7312 75.020 1.527 6.953 3.443 348.182 +25 Sep 2020 22:00 UT 69.12 8.458 1849.1 387603 19.8570 -23.6719 74.512 1.527 6.941 3.495 347.979 +25 Sep 2020 23:00 UT 69.51 8.500 1848.2 387794 19.8959 -23.6106 74.004 1.527 6.927 3.548 347.778 +26 Sep 2020 00:00 UT 69.91 8.542 1847.3 387985 19.9347 -23.5471 73.496 1.527 6.914 3.600 347.579 +26 Sep 2020 01:00 UT 70.30 8.583 1846.4 388174 19.9734 -23.4815 72.989 1.528 6.900 3.651 347.381 +26 Sep 2020 02:00 UT 70.69 8.625 1845.5 388363 20.0120 -23.4138 72.481 1.528 6.885 3.703 347.184 +26 Sep 2020 03:00 UT 71.08 8.667 1844.6 388550 20.0505 -23.3440 71.973 1.528 6.870 3.753 346.989 +26 Sep 2020 04:00 UT 71.47 8.708 1843.7 388737 20.0890 -23.2722 71.466 1.528 6.855 3.804 346.796 +26 Sep 2020 05:00 UT 71.86 8.750 1842.8 388923 20.1274 -23.1984 70.958 1.529 6.839 3.854 346.604 +26 Sep 2020 06:00 UT 72.24 8.792 1842.0 389108 20.1658 -23.1225 70.450 1.529 6.823 3.904 346.413 +26 Sep 2020 07:00 UT 72.62 8.833 1841.1 389292 20.2040 -23.0446 69.943 1.529 6.807 3.953 346.225 +26 Sep 2020 08:00 UT 73.00 8.875 1840.2 389476 20.2422 -22.9647 69.435 1.529 6.790 4.002 346.038 +26 Sep 2020 09:00 UT 73.38 8.917 1839.4 389658 20.2803 -22.8828 68.927 1.529 6.772 4.051 345.852 +26 Sep 2020 10:00 UT 73.76 8.958 1838.5 389840 20.3183 -22.7989 68.420 1.530 6.754 4.099 345.668 +26 Sep 2020 11:00 UT 74.13 9.000 1837.7 390021 20.3562 -22.7131 67.912 1.530 6.736 4.147 345.486 +26 Sep 2020 12:00 UT 74.50 9.042 1836.8 390200 20.3940 -22.6254 67.405 1.530 6.718 4.194 345.306 +26 Sep 2020 13:00 UT 74.87 9.083 1836.0 390379 20.4318 -22.5357 66.897 1.530 6.699 4.241 345.127 +26 Sep 2020 14:00 UT 75.24 9.125 1835.1 390557 20.4695 -22.4441 66.389 1.530 6.679 4.288 344.950 +26 Sep 2020 15:00 UT 75.60 9.167 1834.3 390734 20.5071 -22.3507 65.882 1.531 6.660 4.334 344.775 +26 Sep 2020 16:00 UT 75.97 9.208 1833.5 390911 20.5446 -22.2553 65.374 1.531 6.639 4.380 344.601 +26 Sep 2020 17:00 UT 76.33 9.250 1832.7 391086 20.5821 -22.1581 64.867 1.531 6.619 4.425 344.429 +26 Sep 2020 18:00 UT 76.69 9.292 1831.8 391260 20.6194 -22.0591 64.359 1.531 6.598 4.470 344.259 +26 Sep 2020 19:00 UT 77.04 9.333 1831.0 391434 20.6567 -21.9583 63.852 1.531 6.577 4.515 344.090 +26 Sep 2020 20:00 UT 77.40 9.375 1830.2 391606 20.6939 -21.8556 63.344 1.532 6.555 4.559 343.924 +26 Sep 2020 21:00 UT 77.75 9.417 1829.4 391777 20.7310 -21.7511 62.837 1.532 6.533 4.602 343.759 +26 Sep 2020 22:00 UT 78.10 9.458 1828.6 391948 20.7680 -21.6449 62.329 1.532 6.511 4.646 343.596 +26 Sep 2020 23:00 UT 78.44 9.500 1827.8 392118 20.8049 -21.5369 61.822 1.532 6.489 4.689 343.434 +27 Sep 2020 00:00 UT 78.79 9.542 1827.0 392286 20.8418 -21.4271 61.314 1.532 6.466 4.731 343.275 +27 Sep 2020 01:00 UT 79.13 9.583 1826.3 392454 20.8786 -21.3157 60.807 1.533 6.442 4.773 343.117 +27 Sep 2020 02:00 UT 79.47 9.625 1825.5 392621 20.9153 -21.2025 60.299 1.533 6.419 4.815 342.961 +27 Sep 2020 03:00 UT 79.81 9.667 1824.7 392786 20.9519 -21.0876 59.792 1.533 6.394 4.856 342.807 +27 Sep 2020 04:00 UT 80.14 9.708 1824.0 392951 20.9884 -20.9710 59.284 1.533 6.370 4.896 342.655 +27 Sep 2020 05:00 UT 80.48 9.750 1823.2 393115 21.0248 -20.8528 58.777 1.533 6.345 4.937 342.505 +27 Sep 2020 06:00 UT 80.81 9.792 1822.4 393278 21.0611 -20.7330 58.270 1.534 6.320 4.976 342.356 +27 Sep 2020 07:00 UT 81.13 9.833 1821.7 393439 21.0974 -20.6115 57.762 1.534 6.295 5.016 342.210 +27 Sep 2020 08:00 UT 81.46 9.875 1820.9 393600 21.1336 -20.4884 57.255 1.534 6.269 5.055 342.065 +27 Sep 2020 09:00 UT 81.78 9.917 1820.2 393760 21.1697 -20.3637 56.747 1.534 6.243 5.093 341.922 +27 Sep 2020 10:00 UT 82.10 9.958 1819.5 393919 21.2057 -20.2374 56.240 1.534 6.217 5.131 341.781 +27 Sep 2020 11:00 UT 82.42 10.000 1818.7 394077 21.2416 -20.1096 55.733 1.534 6.190 5.169 341.642 +27 Sep 2020 12:00 UT 82.74 10.042 1818.0 394234 21.2774 -19.9802 55.225 1.535 6.163 5.206 341.504 +27 Sep 2020 13:00 UT 83.05 10.083 1817.3 394390 21.3132 -19.8493 54.718 1.535 6.136 5.242 341.369 +27 Sep 2020 14:00 UT 83.36 10.125 1816.6 394545 21.3488 -19.7169 54.210 1.535 6.109 5.278 341.235 +27 Sep 2020 15:00 UT 83.67 10.167 1815.9 394699 21.3844 -19.5830 53.703 1.535 6.081 5.314 341.104 +27 Sep 2020 16:00 UT 83.97 10.208 1815.2 394851 21.4199 -19.4476 53.196 1.535 6.053 5.349 340.974 +27 Sep 2020 17:00 UT 84.28 10.250 1814.5 395003 21.4553 -19.3107 52.688 1.535 6.024 5.384 340.846 +27 Sep 2020 18:00 UT 84.58 10.292 1813.8 395154 21.4907 -19.1724 52.181 1.535 5.995 5.418 340.720 +27 Sep 2020 19:00 UT 84.87 10.333 1813.1 395304 21.5259 -19.0327 51.674 1.536 5.966 5.452 340.596 +27 Sep 2020 20:00 UT 85.17 10.375 1812.4 395453 21.5611 -18.8916 51.167 1.536 5.937 5.486 340.474 +27 Sep 2020 21:00 UT 85.46 10.417 1811.7 395601 21.5962 -18.7491 50.659 1.536 5.907 5.519 340.354 +27 Sep 2020 22:00 UT 85.75 10.458 1811.1 395748 21.6311 -18.6052 50.152 1.536 5.877 5.551 340.236 +27 Sep 2020 23:00 UT 86.04 10.500 1810.4 395894 21.6661 -18.4599 49.645 1.536 5.847 5.583 340.119 +28 Sep 2020 00:00 UT 86.32 10.542 1809.7 396039 21.7009 -18.3133 49.137 1.536 5.817 5.614 340.005 +28 Sep 2020 01:00 UT 86.60 10.583 1809.1 396183 21.7356 -18.1653 48.630 1.536 5.786 5.645 339.892 +28 Sep 2020 02:00 UT 86.88 10.625 1808.4 396326 21.7703 -18.0161 48.123 1.537 5.755 5.676 339.782 +28 Sep 2020 03:00 UT 87.16 10.667 1807.8 396468 21.8049 -17.8656 47.616 1.537 5.723 5.706 339.673 +28 Sep 2020 04:00 UT 87.43 10.708 1807.1 396608 21.8394 -17.7137 47.108 1.537 5.692 5.735 339.566 +28 Sep 2020 05:00 UT 87.70 10.750 1806.5 396748 21.8738 -17.5606 46.601 1.537 5.660 5.764 339.461 +28 Sep 2020 06:00 UT 87.97 10.792 1805.9 396887 21.9082 -17.4063 46.094 1.537 5.628 5.793 339.358 +28 Sep 2020 07:00 UT 88.23 10.833 1805.2 397025 21.9424 -17.2508 45.587 1.537 5.595 5.821 339.257 +28 Sep 2020 08:00 UT 88.49 10.875 1804.6 397162 21.9766 -17.0940 45.080 1.537 5.563 5.848 339.158 +28 Sep 2020 09:00 UT 88.75 10.917 1804.0 397298 22.0107 -16.9360 44.572 1.537 5.530 5.875 339.061 +28 Sep 2020 10:00 UT 89.01 10.958 1803.4 397433 22.0448 -16.7769 44.065 1.538 5.496 5.902 338.965 +28 Sep 2020 11:00 UT 89.26 11.000 1802.8 397567 22.0787 -16.6166 43.558 1.538 5.463 5.928 338.872 +28 Sep 2020 12:00 UT 89.51 11.042 1802.2 397699 22.1126 -16.4551 43.051 1.538 5.429 5.954 338.780 +28 Sep 2020 13:00 UT 89.76 11.083 1801.6 397831 22.1464 -16.2925 42.544 1.538 5.395 5.979 338.691 +28 Sep 2020 14:00 UT 90.01 11.125 1801.0 397962 22.1801 -16.1288 42.036 1.538 5.361 6.003 338.603 +28 Sep 2020 15:00 UT 90.25 11.167 1800.4 398092 22.2138 -15.9640 41.529 1.538 5.327 6.027 338.517 +28 Sep 2020 16:00 UT 90.49 11.208 1799.8 398221 22.2474 -15.7981 41.022 1.538 5.292 6.051 338.433 +28 Sep 2020 17:00 UT 90.73 11.250 1799.2 398349 22.2809 -15.6311 40.515 1.538 5.257 6.074 338.351 +28 Sep 2020 18:00 UT 90.96 11.292 1798.7 398475 22.3143 -15.4631 40.008 1.538 5.222 6.097 338.271 +28 Sep 2020 19:00 UT 91.19 11.333 1798.1 398601 22.3476 -15.2940 39.501 1.538 5.186 6.119 338.193 +28 Sep 2020 20:00 UT 91.42 11.375 1797.5 398726 22.3809 -15.1240 38.994 1.538 5.150 6.140 338.116 +28 Sep 2020 21:00 UT 91.64 11.417 1797.0 398850 22.4141 -14.9529 38.486 1.538 5.114 6.161 338.042 +28 Sep 2020 22:00 UT 91.87 11.458 1796.4 398973 22.4473 -14.7808 37.979 1.539 5.078 6.182 337.969 +28 Sep 2020 23:00 UT 92.09 11.500 1795.9 399094 22.4803 -14.6078 37.472 1.539 5.042 6.202 337.898 +29 Sep 2020 00:00 UT 92.30 11.542 1795.3 399215 22.5133 -14.4338 36.965 1.539 5.005 6.222 337.829 +29 Sep 2020 01:00 UT 92.51 11.583 1794.8 399335 22.5463 -14.2588 36.458 1.539 4.968 6.241 337.762 +29 Sep 2020 02:00 UT 92.73 11.625 1794.3 399454 22.5791 -14.0829 35.951 1.539 4.931 6.259 337.697 +29 Sep 2020 03:00 UT 92.93 11.667 1793.7 399572 22.6119 -13.9061 35.444 1.539 4.894 6.277 337.634 +29 Sep 2020 04:00 UT 93.14 11.708 1793.2 399689 22.6446 -13.7284 34.937 1.539 4.856 6.295 337.572 +29 Sep 2020 05:00 UT 93.34 11.750 1792.7 399804 22.6773 -13.5499 34.430 1.539 4.818 6.312 337.513 +29 Sep 2020 06:00 UT 93.54 11.792 1792.2 399919 22.7099 -13.3704 33.923 1.539 4.780 6.328 337.455 +29 Sep 2020 07:00 UT 93.73 11.833 1791.7 400033 22.7424 -13.1901 33.416 1.539 4.742 6.344 337.399 +29 Sep 2020 08:00 UT 93.92 11.875 1791.2 400146 22.7749 -13.0090 32.909 1.539 4.704 6.360 337.345 +29 Sep 2020 09:00 UT 94.11 11.917 1790.7 400258 22.8073 -12.8270 32.401 1.539 4.665 6.374 337.292 +29 Sep 2020 10:00 UT 94.30 11.958 1790.2 400368 22.8396 -12.6443 31.894 1.539 4.626 6.389 337.242 +29 Sep 2020 11:00 UT 94.48 12.000 1789.7 400478 22.8719 -12.4607 31.387 1.539 4.587 6.403 337.193 +29 Sep 2020 12:00 UT 94.66 12.042 1789.2 400587 22.9041 -12.2764 30.880 1.539 4.548 6.416 337.146 +29 Sep 2020 13:00 UT 94.84 12.083 1788.7 400695 22.9363 -12.0913 30.373 1.539 4.508 6.429 337.101 +29 Sep 2020 14:00 UT 95.02 12.125 1788.2 400802 22.9684 -11.9055 29.866 1.539 4.468 6.441 337.058 +29 Sep 2020 15:00 UT 95.19 12.167 1787.8 400908 23.0004 -11.7189 29.359 1.539 4.428 6.453 337.017 +29 Sep 2020 16:00 UT 95.36 12.208 1787.3 401013 23.0324 -11.5316 28.852 1.539 4.388 6.465 336.977 +29 Sep 2020 17:00 UT 95.52 12.250 1786.8 401117 23.0643 -11.3436 28.345 1.539 4.348 6.475 336.939 +29 Sep 2020 18:00 UT 95.68 12.292 1786.4 401219 23.0962 -11.1549 27.838 1.539 4.307 6.486 336.903 +29 Sep 2020 19:00 UT 95.84 12.333 1785.9 401321 23.1280 -10.9655 27.331 1.539 4.266 6.496 336.869 +29 Sep 2020 20:00 UT 96.00 12.375 1785.5 401422 23.1597 -10.7755 26.824 1.539 4.225 6.505 336.836 +29 Sep 2020 21:00 UT 96.15 12.417 1785.0 401522 23.1914 -10.5848 26.317 1.539 4.184 6.514 336.805 +29 Sep 2020 22:00 UT 96.30 12.458 1784.6 401621 23.2231 -10.3934 25.810 1.539 4.142 6.522 336.776 +29 Sep 2020 23:00 UT 96.45 12.500 1784.1 401719 23.2546 -10.2015 25.303 1.539 4.101 6.530 336.749 +30 Sep 2020 00:00 UT 96.59 12.542 1783.7 401816 23.2862 -10.0090 24.796 1.539 4.059 6.537 336.723 +30 Sep 2020 01:00 UT 96.73 12.583 1783.3 401912 23.3177 -9.8158 24.289 1.539 4.017 6.543 336.699 +30 Sep 2020 02:00 UT 96.87 12.625 1782.9 402007 23.3491 -9.6221 23.782 1.539 3.975 6.550 336.677 +30 Sep 2020 03:00 UT 97.01 12.667 1782.4 402101 23.3805 -9.4278 23.275 1.539 3.932 6.555 336.657 +30 Sep 2020 04:00 UT 97.14 12.708 1782.0 402194 23.4118 -9.2330 22.768 1.539 3.889 6.560 336.638 +30 Sep 2020 05:00 UT 97.27 12.750 1781.6 402286 23.4431 -9.0376 22.262 1.539 3.847 6.565 336.621 +30 Sep 2020 06:00 UT 97.39 12.792 1781.2 402377 23.4744 -8.8417 21.755 1.539 3.804 6.569 336.606 +30 Sep 2020 07:00 UT 97.51 12.833 1780.8 402467 23.5056 -8.6453 21.248 1.538 3.760 6.573 336.593 +30 Sep 2020 08:00 UT 97.63 12.875 1780.4 402556 23.5367 -8.4484 20.741 1.538 3.717 6.576 336.581 +30 Sep 2020 09:00 UT 97.75 12.917 1780.0 402644 23.5678 -8.2511 20.234 1.538 3.673 6.578 336.571 +30 Sep 2020 10:00 UT 97.86 12.958 1779.7 402731 23.5989 -8.0532 19.727 1.538 3.629 6.580 336.562 +30 Sep 2020 11:00 UT 97.97 13.000 1779.3 402817 23.6299 -7.8549 19.220 1.538 3.585 6.582 336.555 +30 Sep 2020 12:00 UT 98.08 13.042 1778.9 402902 23.6609 -7.6562 18.713 1.538 3.541 6.583 336.550 +30 Sep 2020 13:00 UT 98.18 13.083 1778.5 402986 23.6919 -7.4570 18.206 1.538 3.497 6.584 336.547 +30 Sep 2020 14:00 UT 98.28 13.125 1778.2 403069 23.7228 -7.2574 17.699 1.538 3.452 6.584 336.545 +30 Sep 2020 15:00 UT 98.38 13.167 1777.8 403151 23.7536 -7.0574 17.192 1.538 3.407 6.583 336.545 +30 Sep 2020 16:00 UT 98.47 13.208 1777.4 403233 23.7844 -6.8570 16.685 1.538 3.362 6.582 336.547 +30 Sep 2020 17:00 UT 98.56 13.250 1777.1 403313 23.8152 -6.6563 16.178 1.538 3.317 6.581 336.550 +30 Sep 2020 18:00 UT 98.65 13.292 1776.7 403392 23.8460 -6.4552 15.671 1.537 3.272 6.578 336.554 +30 Sep 2020 19:00 UT 98.73 13.333 1776.4 403470 23.8767 -6.2537 15.165 1.537 3.226 6.576 336.561 +30 Sep 2020 20:00 UT 98.81 13.375 1776.1 403547 23.9074 -6.0519 14.658 1.537 3.181 6.573 336.569 +30 Sep 2020 21:00 UT 98.89 13.417 1775.7 403623 23.9380 -5.8498 14.151 1.537 3.135 6.569 336.579 +30 Sep 2020 22:00 UT 98.97 13.458 1775.4 403698 23.9686 -5.6473 13.644 1.537 3.089 6.565 336.590 +30 Sep 2020 23:00 UT 99.04 13.500 1775.1 403772 23.9992 -5.4446 13.137 1.537 3.043 6.561 336.603 +01 Oct 2020 00:00 UT 99.11 13.542 1774.7 403845 0.0298 -5.2416 12.630 1.537 2.996 6.556 336.617 +01 Oct 2020 01:00 UT 99.17 13.583 1774.4 403918 0.0603 -5.0383 12.123 1.536 2.950 6.550 336.633 +01 Oct 2020 02:00 UT 99.24 13.625 1774.1 403989 0.0908 -4.8347 11.616 1.536 2.903 6.544 336.651 +01 Oct 2020 03:00 UT 99.30 13.667 1773.8 404059 0.1213 -4.6309 11.109 1.536 2.856 6.537 336.670 +01 Oct 2020 04:00 UT 99.35 13.708 1773.5 404128 0.1517 -4.4269 10.603 1.536 2.809 6.530 336.691 +01 Oct 2020 05:00 UT 99.40 13.750 1773.2 404196 0.1821 -4.2227 10.096 1.536 2.761 6.523 336.713 +01 Oct 2020 06:00 UT 99.45 13.792 1772.9 404263 0.2125 -4.0182 9.589 1.536 2.714 6.514 336.737 +01 Oct 2020 07:00 UT 99.50 13.833 1772.6 404329 0.2428 -3.8135 9.082 1.535 2.666 6.506 336.763 +01 Oct 2020 08:00 UT 99.54 13.875 1772.3 404394 0.2732 -3.6087 8.575 1.535 2.619 6.497 336.790 +01 Oct 2020 09:00 UT 99.58 13.917 1772.1 404458 0.3035 -3.4037 8.068 1.535 2.571 6.487 336.818 +01 Oct 2020 10:00 UT 99.62 13.958 1771.8 404521 0.3338 -3.1985 7.561 1.535 2.522 6.477 336.849 +01 Oct 2020 11:00 UT 99.66 14.000 1771.5 404583 0.3640 -2.9932 7.054 1.535 2.474 6.467 336.880 +01 Oct 2020 12:00 UT 99.69 14.042 1771.2 404644 0.3943 -2.7877 6.548 1.534 2.426 6.455 336.913 +01 Oct 2020 13:00 UT 99.72 14.083 1771.0 404704 0.4245 -2.5821 6.041 1.534 2.377 6.444 336.948 +01 Oct 2020 14:00 UT 99.74 14.125 1770.7 404762 0.4547 -2.3765 5.534 1.534 2.328 6.432 336.984 +01 Oct 2020 15:00 UT 99.76 14.167 1770.5 404820 0.4849 -2.1707 5.027 1.534 2.279 6.419 337.022 +01 Oct 2020 16:00 UT 99.78 14.208 1770.2 404877 0.5151 -1.9648 4.520 1.533 2.230 6.406 337.061 +01 Oct 2020 17:00 UT 99.79 14.250 1770.0 404933 0.5453 -1.7589 4.013 1.533 2.181 6.393 337.102 +01 Oct 2020 18:00 UT 99.81 14.292 1769.7 404988 0.5754 -1.5529 3.506 1.533 2.131 6.379 337.144 +01 Oct 2020 19:00 UT 99.82 14.333 1769.5 405041 0.6055 -1.3468 3.000 1.533 2.082 6.364 337.188 +01 Oct 2020 20:00 UT 99.82 14.375 1769.3 405094 0.6357 -1.1407 2.493 1.533 2.032 6.349 337.233 +01 Oct 2020 21:00 UT 99.82 14.417 1769.1 405145 0.6658 -0.9346 1.986 1.532 1.982 6.334 337.280 +01 Oct 2020 22:00 UT 99.82 14.458 1768.8 405196 0.6959 -0.7285 1.479 1.532 1.932 6.318 337.328 +01 Oct 2020 23:00 UT 99.82 14.500 1768.6 405245 0.7259 -0.5223 0.972 1.532 1.881 6.302 337.378 +02 Oct 2020 00:00 UT 99.81 14.542 1768.4 405294 0.7560 -0.3162 0.465 1.531 1.831 6.285 337.429 +02 Oct 2020 01:00 UT 99.80 14.583 1768.2 405341 0.7861 -0.1101 -0.042 1.531 1.780 6.267 337.481 +02 Oct 2020 02:00 UT 99.79 14.625 1768.0 405387 0.8161 0.0959 -0.548 1.531 1.730 6.250 337.535 +02 Oct 2020 03:00 UT 99.78 14.667 1767.8 405432 0.8462 0.3019 -1.055 1.531 1.679 6.231 337.591 +02 Oct 2020 04:00 UT 99.76 14.708 1767.6 405477 0.8762 0.5079 -1.562 1.530 1.628 6.212 337.648 +02 Oct 2020 05:00 UT 99.73 14.750 1767.4 405520 0.9063 0.7138 -2.069 1.530 1.577 6.193 337.706 +02 Oct 2020 06:00 UT 99.71 14.792 1767.2 405561 0.9363 0.9196 -2.576 1.530 1.525 6.174 337.766 +02 Oct 2020 07:00 UT 99.68 14.833 1767.1 405602 0.9663 1.1253 -3.083 1.529 1.474 6.153 337.827 +02 Oct 2020 08:00 UT 99.65 14.875 1766.9 405642 0.9964 1.3309 -3.590 1.529 1.422 6.133 337.890 +02 Oct 2020 09:00 UT 99.61 14.917 1766.7 405681 1.0264 1.5363 -4.096 1.529 1.370 6.112 337.954 +02 Oct 2020 10:00 UT 99.58 14.958 1766.6 405718 1.0564 1.7417 -4.603 1.529 1.319 6.090 338.019 +02 Oct 2020 11:00 UT 99.54 15.000 1766.4 405755 1.0865 1.9469 -5.110 1.528 1.267 6.068 338.086 +02 Oct 2020 12:00 UT 99.49 15.042 1766.2 405790 1.1165 2.1519 -5.617 1.528 1.214 6.046 338.154 +02 Oct 2020 13:00 UT 99.44 15.083 1766.1 405824 1.1465 2.3568 -6.124 1.528 1.162 6.023 338.224 +02 Oct 2020 14:00 UT 99.39 15.125 1766.0 405857 1.1765 2.5615 -6.631 1.527 1.110 5.999 338.295 +02 Oct 2020 15:00 UT 99.34 15.167 1765.8 405889 1.2066 2.7660 -7.138 1.527 1.057 5.976 338.367 +02 Oct 2020 16:00 UT 99.29 15.208 1765.7 405920 1.2366 2.9703 -7.644 1.527 1.004 5.951 338.441 +02 Oct 2020 17:00 UT 99.23 15.250 1765.5 405950 1.2667 3.1744 -8.151 1.526 0.951 5.927 338.517 +02 Oct 2020 18:00 UT 99.16 15.292 1765.4 405978 1.2967 3.3783 -8.658 1.526 0.898 5.902 338.593 +02 Oct 2020 19:00 UT 99.10 15.333 1765.3 406006 1.3268 3.5820 -9.165 1.525 0.845 5.876 338.671 +02 Oct 2020 20:00 UT 99.03 15.375 1765.2 406032 1.3569 3.7854 -9.672 1.525 0.792 5.850 338.750 +02 Oct 2020 21:00 UT 98.96 15.417 1765.1 406057 1.3869 3.9885 -10.179 1.525 0.739 5.823 338.831 +02 Oct 2020 22:00 UT 98.89 15.458 1765.0 406081 1.4170 4.1914 -10.686 1.524 0.685 5.797 338.913 +02 Oct 2020 23:00 UT 98.81 15.500 1764.9 406104 1.4471 4.3939 -11.192 1.524 0.632 5.769 338.997 +03 Oct 2020 00:00 UT 98.73 15.542 1764.8 406126 1.4772 4.5962 -11.699 1.524 0.578 5.742 339.082 +03 Oct 2020 01:00 UT 98.64 15.583 1764.7 406146 1.5074 4.7982 -12.206 1.523 0.524 5.713 339.168 +03 Oct 2020 02:00 UT 98.56 15.625 1764.6 406165 1.5375 4.9998 -12.713 1.523 0.470 5.685 339.255 +03 Oct 2020 03:00 UT 98.47 15.667 1764.5 406183 1.5677 5.2012 -13.220 1.522 0.416 5.656 339.344 +03 Oct 2020 04:00 UT 98.38 15.708 1764.5 406200 1.5978 5.4022 -13.727 1.522 0.362 5.626 339.434 +03 Oct 2020 05:00 UT 98.28 15.750 1764.4 406216 1.6280 5.6028 -14.234 1.522 0.308 5.596 339.526 +03 Oct 2020 06:00 UT 98.18 15.792 1764.3 406230 1.6582 5.8031 -14.740 1.521 0.253 5.566 339.619 +03 Oct 2020 07:00 UT 98.08 15.833 1764.3 406244 1.6884 6.0030 -15.247 1.521 0.199 5.535 339.713 +03 Oct 2020 08:00 UT 97.98 15.875 1764.2 406256 1.7187 6.2025 -15.754 1.520 0.144 5.504 339.808 +03 Oct 2020 09:00 UT 97.87 15.917 1764.2 406267 1.7489 6.4016 -16.261 1.520 0.089 5.473 339.905 +03 Oct 2020 10:00 UT 97.76 15.958 1764.1 406276 1.7792 6.6003 -16.768 1.519 0.034 5.441 340.003 +03 Oct 2020 11:00 UT 97.65 16.000 1764.1 406284 1.8095 6.7985 -17.275 1.519 -0.021 5.408 340.103 +03 Oct 2020 12:00 UT 97.53 16.042 1764.1 406292 1.8398 6.9964 -17.782 1.519 -0.076 5.376 340.204 +03 Oct 2020 13:00 UT 97.41 16.083 1764.0 406297 1.8702 7.1937 -18.289 1.518 -0.131 5.343 340.306 +03 Oct 2020 14:00 UT 97.29 16.125 1764.0 406302 1.9005 7.3907 -18.795 1.518 -0.186 5.309 340.409 +03 Oct 2020 15:00 UT 97.16 16.167 1764.0 406305 1.9309 7.5871 -19.302 1.517 -0.241 5.275 340.514 +03 Oct 2020 16:00 UT 97.04 16.208 1764.0 406308 1.9614 7.7831 -19.809 1.517 -0.297 5.241 340.620 +03 Oct 2020 17:00 UT 96.91 16.250 1764.0 406308 1.9918 7.9786 -20.316 1.516 -0.352 5.206 340.727 +03 Oct 2020 18:00 UT 96.77 16.292 1764.0 406308 2.0223 8.1735 -20.823 1.516 -0.408 5.171 340.836 +03 Oct 2020 19:00 UT 96.64 16.333 1764.0 406306 2.0528 8.3680 -21.330 1.515 -0.463 5.135 340.945 +03 Oct 2020 20:00 UT 96.50 16.375 1764.0 406303 2.0833 8.5619 -21.837 1.515 -0.519 5.100 341.057 +03 Oct 2020 21:00 UT 96.35 16.417 1764.0 406299 2.1139 8.7553 -22.344 1.514 -0.575 5.063 341.169 +03 Oct 2020 22:00 UT 96.21 16.458 1764.1 406293 2.1444 8.9481 -22.851 1.514 -0.631 5.027 341.283 +03 Oct 2020 23:00 UT 96.06 16.500 1764.1 406286 2.1751 9.1404 -23.357 1.513 -0.687 4.990 341.398 +04 Oct 2020 00:00 UT 95.91 16.542 1764.1 406278 2.2057 9.3321 -23.864 1.513 -0.743 4.952 341.514 +04 Oct 2020 01:00 UT 95.76 16.583 1764.2 406268 2.2364 9.5232 -24.371 1.512 -0.799 4.915 341.632 +04 Oct 2020 02:00 UT 95.60 16.625 1764.2 406257 2.2671 9.7137 -24.878 1.512 -0.855 4.877 341.750 +04 Oct 2020 03:00 UT 95.44 16.667 1764.3 406245 2.2979 9.9036 -25.385 1.511 -0.911 4.838 341.870 +04 Oct 2020 04:00 UT 95.28 16.708 1764.3 406231 2.3287 10.0929 -25.892 1.511 -0.967 4.799 341.992 +04 Oct 2020 05:00 UT 95.11 16.750 1764.4 406217 2.3595 10.2815 -26.399 1.510 -1.024 4.760 342.114 +04 Oct 2020 06:00 UT 94.95 16.792 1764.5 406200 2.3903 10.4695 -26.906 1.510 -1.080 4.720 342.238 +04 Oct 2020 07:00 UT 94.78 16.833 1764.5 406182 2.4212 10.6568 -27.413 1.509 -1.137 4.681 342.363 +04 Oct 2020 08:00 UT 94.60 16.875 1764.6 406163 2.4522 10.8434 -27.920 1.509 -1.193 4.640 342.489 +04 Oct 2020 09:00 UT 94.43 16.917 1764.7 406143 2.4831 11.0294 -28.427 1.508 -1.250 4.600 342.617 +04 Oct 2020 10:00 UT 94.25 16.958 1764.8 406121 2.5142 11.2146 -28.934 1.508 -1.306 4.559 342.746 +04 Oct 2020 11:00 UT 94.07 17.000 1764.9 406098 2.5452 11.3992 -29.441 1.507 -1.363 4.517 342.876 +04 Oct 2020 12:00 UT 93.88 17.042 1765.0 406073 2.5763 11.5830 -29.948 1.507 -1.419 4.476 343.007 +04 Oct 2020 13:00 UT 93.70 17.083 1765.1 406047 2.6075 11.7661 -30.454 1.506 -1.476 4.434 343.140 +04 Oct 2020 14:00 UT 93.51 17.125 1765.2 406020 2.6386 11.9485 -30.961 1.506 -1.533 4.392 343.273 +04 Oct 2020 15:00 UT 93.31 17.167 1765.4 405991 2.6699 12.1301 -31.468 1.505 -1.589 4.349 343.408 +04 Oct 2020 16:00 UT 93.12 17.208 1765.5 405961 2.7011 12.3109 -31.975 1.504 -1.646 4.306 343.544 +04 Oct 2020 17:00 UT 92.92 17.250 1765.6 405929 2.7325 12.4910 -32.482 1.504 -1.703 4.263 343.682 +04 Oct 2020 18:00 UT 92.72 17.292 1765.8 405896 2.7638 12.6702 -32.989 1.503 -1.760 4.219 343.820 +04 Oct 2020 19:00 UT 92.52 17.333 1765.9 405861 2.7952 12.8487 -33.496 1.503 -1.817 4.175 343.960 +04 Oct 2020 20:00 UT 92.31 17.375 1766.1 405825 2.8267 13.0263 -34.003 1.502 -1.873 4.131 344.101 +04 Oct 2020 21:00 UT 92.10 17.417 1766.3 405787 2.8582 13.2031 -34.510 1.502 -1.930 4.086 344.243 +04 Oct 2020 22:00 UT 91.89 17.458 1766.4 405748 2.8897 13.3790 -35.017 1.501 -1.987 4.042 344.387 +04 Oct 2020 23:00 UT 91.68 17.500 1766.6 405708 2.9213 13.5541 -35.524 1.500 -2.044 3.996 344.532 +05 Oct 2020 00:00 UT 91.46 17.542 1766.8 405666 2.9530 13.7284 -36.031 1.500 -2.101 3.951 344.677 +05 Oct 2020 01:00 UT 91.24 17.583 1767.0 405623 2.9847 13.9017 -36.538 1.499 -2.157 3.905 344.824 +05 Oct 2020 02:00 UT 91.02 17.625 1767.2 405578 3.0165 14.0742 -37.045 1.499 -2.214 3.859 344.973 +05 Oct 2020 03:00 UT 90.80 17.667 1767.4 405531 3.0483 14.2457 -37.552 1.498 -2.271 3.813 345.122 +05 Oct 2020 04:00 UT 90.57 17.708 1767.6 405483 3.0801 14.4163 -38.059 1.497 -2.328 3.766 345.272 +05 Oct 2020 05:00 UT 90.34 17.750 1767.8 405434 3.1120 14.5860 -38.566 1.497 -2.384 3.719 345.424 +05 Oct 2020 06:00 UT 90.11 17.792 1768.0 405383 3.1440 14.7548 -39.073 1.496 -2.441 3.672 345.577 +05 Oct 2020 07:00 UT 89.88 17.833 1768.2 405330 3.1760 14.9226 -39.580 1.496 -2.498 3.624 345.731 +05 Oct 2020 08:00 UT 89.64 17.875 1768.5 405276 3.2081 15.0894 -40.087 1.495 -2.554 3.576 345.886 +05 Oct 2020 09:00 UT 89.40 17.917 1768.7 405221 3.2402 15.2553 -40.594 1.494 -2.611 3.528 346.043 +05 Oct 2020 10:00 UT 89.16 17.958 1769.0 405163 3.2724 15.4201 -41.101 1.494 -2.667 3.480 346.200 +05 Oct 2020 11:00 UT 88.92 18.000 1769.2 405105 3.3047 15.5840 -41.608 1.493 -2.724 3.431 346.359 +05 Oct 2020 12:00 UT 88.67 18.042 1769.5 405044 3.3370 15.7468 -42.116 1.492 -2.780 3.383 346.519 +05 Oct 2020 13:00 UT 88.42 18.083 1769.8 404983 3.3693 15.9086 -42.623 1.492 -2.837 3.333 346.680 +05 Oct 2020 14:00 UT 88.17 18.125 1770.0 404919 3.4018 16.0694 -43.130 1.491 -2.893 3.284 346.842 +05 Oct 2020 15:00 UT 87.91 18.167 1770.3 404854 3.4342 16.2291 -43.637 1.491 -2.949 3.234 347.005 +05 Oct 2020 16:00 UT 87.66 18.208 1770.6 404788 3.4668 16.3877 -44.144 1.490 -3.006 3.184 347.170 +05 Oct 2020 17:00 UT 87.40 18.250 1770.9 404720 3.4994 16.5452 -44.651 1.489 -3.062 3.134 347.335 +05 Oct 2020 18:00 UT 87.14 18.292 1771.2 404650 3.5321 16.7017 -45.158 1.489 -3.118 3.084 347.502 +05 Oct 2020 19:00 UT 86.87 18.333 1771.5 404579 3.5648 16.8570 -45.665 1.488 -3.174 3.033 347.670 +05 Oct 2020 20:00 UT 86.61 18.375 1771.9 404506 3.5976 17.0112 -46.172 1.487 -3.230 2.982 347.839 +05 Oct 2020 21:00 UT 86.34 18.417 1772.2 404431 3.6304 17.1643 -46.679 1.487 -3.285 2.931 348.009 +05 Oct 2020 22:00 UT 86.07 18.458 1772.5 404355 3.6633 17.3162 -47.186 1.486 -3.341 2.880 348.180 +05 Oct 2020 23:00 UT 85.79 18.500 1772.9 404277 3.6963 17.4670 -47.694 1.485 -3.397 2.828 348.352 +06 Oct 2020 00:00 UT 85.52 18.542 1773.2 404198 3.7294 17.6166 -48.201 1.485 -3.452 2.776 348.525 +06 Oct 2020 01:00 UT 85.24 18.583 1773.6 404117 3.7625 17.7649 -48.708 1.484 -3.508 2.724 348.699 +06 Oct 2020 02:00 UT 84.96 18.625 1773.9 404034 3.7956 17.9121 -49.215 1.483 -3.563 2.672 348.875 +06 Oct 2020 03:00 UT 84.68 18.667 1774.3 403950 3.8289 18.0581 -49.722 1.483 -3.618 2.619 349.051 +06 Oct 2020 04:00 UT 84.39 18.708 1774.7 403864 3.8622 18.2029 -50.229 1.482 -3.673 2.567 349.229 +06 Oct 2020 05:00 UT 84.11 18.750 1775.1 403776 3.8956 18.3464 -50.736 1.481 -3.728 2.514 349.407 +06 Oct 2020 06:00 UT 83.82 18.792 1775.4 403687 3.9290 18.4886 -51.243 1.480 -3.783 2.461 349.587 +06 Oct 2020 07:00 UT 83.53 18.833 1775.8 403596 3.9625 18.6296 -51.751 1.480 -3.837 2.407 349.768 +06 Oct 2020 08:00 UT 83.23 18.875 1776.3 403503 3.9961 18.7693 -52.258 1.479 -3.892 2.354 349.949 +06 Oct 2020 09:00 UT 82.94 18.917 1776.7 403409 4.0297 18.9078 -52.765 1.478 -3.946 2.300 350.132 +06 Oct 2020 10:00 UT 82.64 18.958 1777.1 403313 4.0634 19.0449 -53.272 1.478 -4.000 2.246 350.316 +06 Oct 2020 11:00 UT 82.34 19.000 1777.5 403216 4.0972 19.1807 -53.779 1.477 -4.054 2.192 350.501 +06 Oct 2020 12:00 UT 82.04 19.042 1778.0 403116 4.1310 19.3151 -54.287 1.476 -4.108 2.138 350.687 +06 Oct 2020 13:00 UT 81.73 19.083 1778.4 403015 4.1650 19.4482 -54.794 1.476 -4.162 2.083 350.873 +06 Oct 2020 14:00 UT 81.42 19.125 1778.9 402913 4.1989 19.5799 -55.301 1.475 -4.216 2.028 351.061 +06 Oct 2020 15:00 UT 81.11 19.167 1779.3 402808 4.2330 19.7103 -55.808 1.474 -4.269 1.974 351.250 +06 Oct 2020 16:00 UT 80.80 19.208 1779.8 402702 4.2671 19.8393 -56.315 1.473 -4.322 1.919 351.440 +06 Oct 2020 17:00 UT 80.49 19.250 1780.3 402595 4.3013 19.9669 -56.823 1.473 -4.375 1.863 351.630 +06 Oct 2020 18:00 UT 80.17 19.292 1780.7 402485 4.3356 20.0930 -57.330 1.472 -4.428 1.808 351.822 +06 Oct 2020 19:00 UT 79.86 19.333 1781.2 402374 4.3699 20.2178 -57.837 1.471 -4.480 1.752 352.015 +06 Oct 2020 20:00 UT 79.54 19.375 1781.7 402261 4.4043 20.3411 -58.344 1.471 -4.533 1.697 352.208 +06 Oct 2020 21:00 UT 79.22 19.417 1782.2 402147 4.4388 20.4629 -58.852 1.470 -4.585 1.641 352.403 +06 Oct 2020 22:00 UT 78.89 19.458 1782.8 402031 4.4733 20.5833 -59.359 1.469 -4.637 1.585 352.598 +06 Oct 2020 23:00 UT 78.57 19.500 1783.3 401913 4.5080 20.7022 -59.866 1.468 -4.689 1.529 352.794 +07 Oct 2020 00:00 UT 78.24 19.542 1783.8 401793 4.5427 20.8195 -60.374 1.468 -4.740 1.472 352.992 +07 Oct 2020 01:00 UT 77.91 19.583 1784.4 401672 4.5774 20.9354 -60.881 1.467 -4.792 1.416 353.190 +07 Oct 2020 02:00 UT 77.58 19.625 1784.9 401549 4.6123 21.0498 -61.388 1.466 -4.843 1.359 353.389 +07 Oct 2020 03:00 UT 77.24 19.667 1785.5 401424 4.6472 21.1626 -61.895 1.465 -4.893 1.303 353.589 +07 Oct 2020 04:00 UT 76.91 19.708 1786.0 401298 4.6821 21.2739 -62.403 1.465 -4.944 1.246 353.789 +07 Oct 2020 05:00 UT 76.57 19.750 1786.6 401169 4.7172 21.3836 -62.910 1.464 -4.994 1.189 353.991 +07 Oct 2020 06:00 UT 76.23 19.792 1787.2 401039 4.7523 21.4917 -63.417 1.463 -5.044 1.132 354.193 +07 Oct 2020 07:00 UT 75.89 19.833 1787.8 400908 4.7875 21.5983 -63.925 1.462 -5.094 1.074 354.396 +07 Oct 2020 08:00 UT 75.55 19.875 1788.3 400775 4.8228 21.7032 -64.432 1.462 -5.144 1.017 354.600 +07 Oct 2020 09:00 UT 75.20 19.917 1789.0 400639 4.8581 21.8065 -64.939 1.461 -5.193 0.960 354.805 +07 Oct 2020 10:00 UT 74.85 19.958 1789.6 400503 4.8935 21.9082 -65.447 1.460 -5.242 0.902 355.011 +07 Oct 2020 11:00 UT 74.50 20.000 1790.2 400364 4.9290 22.0083 -65.954 1.459 -5.290 0.844 355.217 +07 Oct 2020 12:00 UT 74.15 20.042 1790.8 400224 4.9646 22.1067 -66.461 1.459 -5.339 0.787 355.424 +07 Oct 2020 13:00 UT 73.80 20.083 1791.4 400082 5.0002 22.2034 -66.969 1.458 -5.387 0.729 355.632 +07 Oct 2020 14:00 UT 73.45 20.125 1792.1 399938 5.0359 22.2984 -67.476 1.457 -5.434 0.671 355.841 +07 Oct 2020 15:00 UT 73.09 20.167 1792.7 399793 5.0717 22.3918 -67.984 1.456 -5.482 0.613 356.050 +07 Oct 2020 16:00 UT 72.73 20.208 1793.4 399646 5.1075 22.4834 -68.491 1.456 -5.529 0.555 356.260 +07 Oct 2020 17:00 UT 72.37 20.250 1794.1 399497 5.1434 22.5734 -68.998 1.455 -5.576 0.496 356.471 +07 Oct 2020 18:00 UT 72.01 20.292 1794.7 399347 5.1794 22.6615 -69.506 1.454 -5.622 0.438 356.682 +07 Oct 2020 19:00 UT 71.65 20.333 1795.4 399195 5.2154 22.7480 -70.013 1.453 -5.668 0.380 356.894 +07 Oct 2020 20:00 UT 71.28 20.375 1796.1 399041 5.2516 22.8326 -70.521 1.452 -5.714 0.321 357.107 +07 Oct 2020 21:00 UT 70.92 20.417 1796.8 398885 5.2878 22.9155 -71.028 1.452 -5.759 0.263 357.321 +07 Oct 2020 22:00 UT 70.55 20.458 1797.5 398728 5.3240 22.9967 -71.536 1.451 -5.804 0.204 357.534 +07 Oct 2020 23:00 UT 70.18 20.500 1798.2 398569 5.3604 23.0760 -72.043 1.450 -5.849 0.145 357.749 +08 Oct 2020 00:00 UT 69.81 20.542 1799.0 398408 5.3968 23.1535 -72.551 1.449 -5.893 0.087 357.964 +08 Oct 2020 01:00 UT 69.43 20.583 1799.7 398246 5.4332 23.2292 -73.058 1.449 -5.937 0.028 358.180 +08 Oct 2020 02:00 UT 69.06 20.625 1800.4 398082 5.4698 23.3030 -73.566 1.448 -5.981 -0.031 358.396 +08 Oct 2020 03:00 UT 68.68 20.667 1801.2 397916 5.5064 23.3750 -74.073 1.447 -6.024 -0.090 358.613 +08 Oct 2020 04:00 UT 68.30 20.708 1802.0 397749 5.5430 23.4451 -74.581 1.446 -6.067 -0.148 358.830 +08 Oct 2020 05:00 UT 67.93 20.750 1802.7 397580 5.5798 23.5134 -75.088 1.445 -6.109 -0.207 359.048 +08 Oct 2020 06:00 UT 67.54 20.792 1803.5 397409 5.6166 23.5797 -75.596 1.445 -6.151 -0.266 359.266 +08 Oct 2020 07:00 UT 67.16 20.833 1804.3 397237 5.6535 23.6442 -76.103 1.444 -6.193 -0.325 359.485 +08 Oct 2020 08:00 UT 66.78 20.875 1805.1 397063 5.6904 23.7068 -76.611 1.443 -6.234 -0.384 359.704 +08 Oct 2020 09:00 UT 66.39 20.917 1805.9 396887 5.7274 23.7674 -77.118 1.442 -6.275 -0.443 359.923 +08 Oct 2020 10:00 UT 66.00 20.958 1806.7 396710 5.7645 23.8261 -77.626 1.442 -6.315 -0.502 0.143 +08 Oct 2020 11:00 UT 65.62 21.000 1807.5 396531 5.8016 23.8828 -78.133 1.441 -6.355 -0.561 0.363 +08 Oct 2020 12:00 UT 65.23 21.042 1808.3 396351 5.8388 23.9376 -78.641 1.440 -6.394 -0.620 0.584 +08 Oct 2020 13:00 UT 64.84 21.083 1809.1 396169 5.8761 23.9905 -79.148 1.439 -6.433 -0.679 0.805 +08 Oct 2020 14:00 UT 64.44 21.125 1810.0 395985 5.9134 24.0413 -79.656 1.438 -6.471 -0.738 1.026 +08 Oct 2020 15:00 UT 64.05 21.167 1810.8 395799 5.9508 24.0902 -80.164 1.438 -6.509 -0.797 1.248 +08 Oct 2020 16:00 UT 63.65 21.208 1811.7 395612 5.9882 24.1370 -80.671 1.437 -6.547 -0.857 1.470 +08 Oct 2020 17:00 UT 63.26 21.250 1812.5 395424 6.0258 24.1818 -81.179 1.436 -6.584 -0.916 1.692 +08 Oct 2020 18:00 UT 62.86 21.292 1813.4 395234 6.0633 24.2246 -81.687 1.435 -6.620 -0.975 1.914 +08 Oct 2020 19:00 UT 62.46 21.333 1814.3 395042 6.1010 24.2654 -82.194 1.434 -6.657 -1.033 2.137 +08 Oct 2020 20:00 UT 62.06 21.375 1815.2 394849 6.1386 24.3041 -82.702 1.434 -6.692 -1.092 2.359 +08 Oct 2020 21:00 UT 61.66 21.417 1816.1 394654 6.1764 24.3408 -83.209 1.433 -6.727 -1.151 2.582 +08 Oct 2020 22:00 UT 61.25 21.458 1817.0 394458 6.2142 24.3754 -83.717 1.432 -6.762 -1.210 2.805 +08 Oct 2020 23:00 UT 60.85 21.500 1817.9 394260 6.2520 24.4079 -84.225 1.431 -6.796 -1.269 3.028 +09 Oct 2020 00:00 UT 60.44 21.542 1818.8 394060 6.2900 24.4383 -84.732 1.430 -6.829 -1.328 3.252 +09 Oct 2020 01:00 UT 60.04 21.583 1819.7 393860 6.3279 24.4667 -85.240 1.430 -6.862 -1.386 3.475 +09 Oct 2020 02:00 UT 59.63 21.625 1820.7 393657 6.3660 24.4929 -85.748 1.429 -6.895 -1.445 3.698 +09 Oct 2020 03:00 UT 59.22 21.667 1821.6 393453 6.4040 24.5170 -86.256 1.428 -6.927 -1.504 3.921 +09 Oct 2020 04:00 UT 58.81 21.708 1822.6 393248 6.4422 24.5389 -86.763 1.427 -6.958 -1.562 4.145 +09 Oct 2020 05:00 UT 58.40 21.750 1823.5 393041 6.4803 24.5588 -87.271 1.426 -6.989 -1.621 4.368 +09 Oct 2020 06:00 UT 57.99 21.792 1824.5 392833 6.5186 24.5765 -87.779 1.426 -7.019 -1.679 4.591 +09 Oct 2020 07:00 UT 57.57 21.833 1825.5 392623 6.5569 24.5920 -88.286 1.425 -7.049 -1.738 4.814 +09 Oct 2020 08:00 UT 57.16 21.875 1826.5 392412 6.5952 24.6054 -88.794 1.424 -7.078 -1.796 5.037 +09 Oct 2020 09:00 UT 56.74 21.917 1827.4 392199 6.6336 24.6166 -89.302 1.423 -7.106 -1.854 5.260 +09 Oct 2020 10:00 UT 56.33 21.958 1828.4 391985 6.6720 24.6256 -89.810 1.422 -7.134 -1.912 5.483 +09 Oct 2020 11:00 UT 55.91 22.000 1829.5 391770 6.7105 24.6324 -90.318 1.422 -7.161 -1.970 5.706 +09 Oct 2020 12:00 UT 55.49 22.042 1830.5 391553 6.7490 24.6370 -90.825 1.421 -7.188 -2.028 5.928 +09 Oct 2020 13:00 UT 55.07 22.083 1831.5 391335 6.7875 24.6394 -91.333 1.420 -7.214 -2.086 6.150 +09 Oct 2020 14:00 UT 54.65 22.125 1832.5 391116 6.8261 24.6396 -91.841 1.419 -7.240 -2.143 6.372 +09 Oct 2020 15:00 UT 54.23 22.167 1833.5 390895 6.8648 24.6376 -92.349 1.418 -7.265 -2.201 6.593 +09 Oct 2020 16:00 UT 53.81 22.208 1834.6 390673 6.9035 24.6334 -92.857 1.417 -7.289 -2.258 6.815 +09 Oct 2020 17:00 UT 53.39 22.250 1835.6 390450 6.9422 24.6269 -93.364 1.417 -7.312 -2.315 7.036 +09 Oct 2020 18:00 UT 52.97 22.292 1836.7 390225 6.9810 24.6182 -93.872 1.416 -7.335 -2.373 7.256 +09 Oct 2020 19:00 UT 52.54 22.333 1837.8 389999 7.0198 24.6072 -94.380 1.415 -7.358 -2.430 7.476 +09 Oct 2020 20:00 UT 52.12 22.375 1838.8 389772 7.0586 24.5940 -94.888 1.414 -7.379 -2.486 7.696 +09 Oct 2020 21:00 UT 51.69 22.417 1839.9 389544 7.0975 24.5785 -95.396 1.413 -7.400 -2.543 7.915 +09 Oct 2020 22:00 UT 51.27 22.458 1841.0 389314 7.1364 24.5608 -95.904 1.413 -7.421 -2.600 8.134 +09 Oct 2020 23:00 UT 50.84 22.500 1842.1 389083 7.1754 24.5408 -96.412 1.412 -7.440 -2.656 8.352 +10 Oct 2020 00:00 UT 50.41 22.542 1843.2 388851 7.2144 24.5185 -96.920 1.411 -7.459 -2.712 8.570 +10 Oct 2020 01:00 UT 49.98 22.583 1844.3 388618 7.2534 24.4939 -97.428 1.410 -7.478 -2.768 8.787 +10 Oct 2020 02:00 UT 49.56 22.625 1845.4 388384 7.2924 24.4670 -97.936 1.409 -7.495 -2.824 9.003 +10 Oct 2020 03:00 UT 49.13 22.667 1846.5 388149 7.3315 24.4379 -98.443 1.409 -7.512 -2.880 9.219 +10 Oct 2020 04:00 UT 48.70 22.708 1847.6 387912 7.3706 24.4064 -98.951 1.408 -7.528 -2.936 9.434 +10 Oct 2020 05:00 UT 48.27 22.750 1848.8 387675 7.4097 24.3726 -99.459 1.407 -7.544 -2.991 9.649 +10 Oct 2020 06:00 UT 47.84 22.792 1849.9 387436 7.4489 24.3366 -99.967 1.406 -7.559 -3.046 9.863 +10 Oct 2020 07:00 UT 47.41 22.833 1851.1 387197 7.4881 24.2982 -100.475 1.405 -7.573 -3.101 10.076 +10 Oct 2020 08:00 UT 46.97 22.875 1852.2 386956 7.5273 24.2575 -100.983 1.405 -7.586 -3.156 10.288 +10 Oct 2020 09:00 UT 46.54 22.917 1853.4 386715 7.5665 24.2145 -101.491 1.404 -7.599 -3.210 10.500 +10 Oct 2020 10:00 UT 46.11 22.958 1854.5 386472 7.6058 24.1692 -101.999 1.403 -7.610 -3.265 10.710 +10 Oct 2020 11:00 UT 45.68 23.000 1855.7 386228 7.6450 24.1216 -102.507 1.402 -7.622 -3.319 10.920 +10 Oct 2020 12:00 UT 45.25 23.042 1856.9 385984 7.6843 24.0716 -103.015 1.401 -7.632 -3.373 11.129 +10 Oct 2020 13:00 UT 44.81 23.083 1858.1 385739 7.7236 24.0193 -103.523 1.401 -7.642 -3.426 11.337 +10 Oct 2020 14:00 UT 44.38 23.125 1859.2 385492 7.7630 23.9647 -104.031 1.400 -7.651 -3.480 11.544 +10 Oct 2020 15:00 UT 43.95 23.167 1860.4 385245 7.8023 23.9077 -104.540 1.399 -7.659 -3.533 11.750 +10 Oct 2020 16:00 UT 43.51 23.208 1861.6 384997 7.8417 23.8485 -105.048 1.398 -7.666 -3.586 11.956 +10 Oct 2020 17:00 UT 43.08 23.250 1862.8 384749 7.8811 23.7869 -105.556 1.397 -7.673 -3.638 12.160 +10 Oct 2020 18:00 UT 42.65 23.292 1864.0 384499 7.9205 23.7229 -106.064 1.397 -7.678 -3.691 12.363 +10 Oct 2020 19:00 UT 42.21 23.333 1865.3 384249 7.9599 23.6566 -106.572 1.396 -7.683 -3.743 12.565 +10 Oct 2020 20:00 UT 41.78 23.375 1866.5 383998 7.9993 23.5880 -107.080 1.395 -7.688 -3.795 12.766 +10 Oct 2020 21:00 UT 41.35 23.417 1867.7 383746 8.0387 23.5171 -107.588 1.394 -7.691 -3.846 12.965 +10 Oct 2020 22:00 UT 40.91 23.458 1868.9 383494 8.0782 23.4438 -108.096 1.393 -7.694 -3.898 13.164 +10 Oct 2020 23:00 UT 40.48 23.500 1870.2 383241 8.1176 23.3682 -108.604 1.393 -7.695 -3.949 13.361 +11 Oct 2020 00:00 UT 40.05 23.542 1871.4 382987 8.1571 23.2903 -109.113 1.392 -7.696 -3.999 13.557 +11 Oct 2020 01:00 UT 39.61 23.583 1872.6 382733 8.1965 23.2100 -109.621 1.391 -7.697 -4.050 13.752 +11 Oct 2020 02:00 UT 39.18 23.625 1873.9 382478 8.2360 23.1274 -110.129 1.390 -7.696 -4.100 13.946 +11 Oct 2020 03:00 UT 38.75 23.667 1875.1 382223 8.2755 23.0425 -110.637 1.389 -7.695 -4.150 14.138 +11 Oct 2020 04:00 UT 38.31 23.708 1876.4 381967 8.3150 22.9553 -111.145 1.389 -7.692 -4.199 14.329 +11 Oct 2020 05:00 UT 37.88 23.750 1877.7 381710 8.3544 22.8657 -111.653 1.388 -7.689 -4.248 14.519 +11 Oct 2020 06:00 UT 37.45 23.792 1878.9 381454 8.3939 22.7738 -112.162 1.387 -7.685 -4.297 14.707 +11 Oct 2020 07:00 UT 37.02 23.833 1880.2 381196 8.4334 22.6796 -112.670 1.386 -7.680 -4.346 14.894 +11 Oct 2020 08:00 UT 36.59 23.875 1881.5 380939 8.4729 22.5831 -113.178 1.385 -7.675 -4.394 15.079 +11 Oct 2020 09:00 UT 36.15 23.917 1882.7 380681 8.5124 22.4843 -113.686 1.385 -7.668 -4.442 15.263 +11 Oct 2020 10:00 UT 35.72 23.958 1884.0 380422 8.5518 22.3832 -114.195 1.384 -7.661 -4.489 15.445 +11 Oct 2020 11:00 UT 35.29 24.000 1885.3 380163 8.5913 22.2798 -114.703 1.383 -7.653 -4.536 15.626 +11 Oct 2020 12:00 UT 34.87 24.042 1886.6 379904 8.6308 22.1740 -115.211 1.382 -7.644 -4.583 15.806 +11 Oct 2020 13:00 UT 34.44 24.083 1887.9 379645 8.6703 22.0660 -115.719 1.381 -7.634 -4.629 15.983 +11 Oct 2020 14:00 UT 34.01 24.125 1889.2 379386 8.7097 21.9557 -116.228 1.381 -7.623 -4.675 16.160 +11 Oct 2020 15:00 UT 33.58 24.167 1890.5 379126 8.7492 21.8431 -116.736 1.380 -7.612 -4.721 16.334 +11 Oct 2020 16:00 UT 33.15 24.208 1891.8 378866 8.7886 21.7283 -117.244 1.379 -7.599 -4.766 16.507 +11 Oct 2020 17:00 UT 32.73 24.250 1893.1 378606 8.8281 21.6112 -117.753 1.378 -7.586 -4.811 16.678 +11 Oct 2020 18:00 UT 32.30 24.292 1894.4 378346 8.8675 21.4918 -118.261 1.377 -7.571 -4.855 16.848 +11 Oct 2020 19:00 UT 31.88 24.333 1895.7 378086 8.9069 21.3702 -118.769 1.377 -7.556 -4.899 17.016 +11 Oct 2020 20:00 UT 31.45 24.375 1897.0 377826 8.9464 21.2463 -119.278 1.376 -7.540 -4.942 17.182 +11 Oct 2020 21:00 UT 31.03 24.417 1898.3 377566 8.9858 21.1201 -119.786 1.375 -7.523 -4.985 17.346 +11 Oct 2020 22:00 UT 30.61 24.458 1899.6 377306 9.0252 20.9918 -120.294 1.374 -7.506 -5.028 17.509 +11 Oct 2020 23:00 UT 30.19 24.500 1900.9 377046 9.0645 20.8612 -120.803 1.373 -7.487 -5.070 17.670 +12 Oct 2020 00:00 UT 29.77 24.542 1902.2 376786 9.1039 20.7284 -121.311 1.373 -7.467 -5.112 17.829 +12 Oct 2020 01:00 UT 29.35 24.583 1903.5 376526 9.1433 20.5934 -121.820 1.372 -7.447 -5.154 17.986 +12 Oct 2020 02:00 UT 28.93 24.625 1904.8 376267 9.1826 20.4561 -122.328 1.371 -7.426 -5.195 18.141 +12 Oct 2020 03:00 UT 28.51 24.667 1906.1 376007 9.2219 20.3167 -122.836 1.370 -7.403 -5.235 18.294 +12 Oct 2020 04:00 UT 28.10 24.708 1907.5 375748 9.2613 20.1751 -123.345 1.370 -7.380 -5.275 18.446 +12 Oct 2020 05:00 UT 27.68 24.750 1908.8 375490 9.3006 20.0314 -123.853 1.369 -7.356 -5.314 18.595 +12 Oct 2020 06:00 UT 27.27 24.792 1910.1 375231 9.3398 19.8854 -124.362 1.368 -7.331 -5.353 18.743 +12 Oct 2020 07:00 UT 26.86 24.833 1911.4 374973 9.3791 19.7374 -124.870 1.367 -7.305 -5.392 18.888 +12 Oct 2020 08:00 UT 26.45 24.875 1912.7 374715 9.4184 19.5871 -125.379 1.366 -7.279 -5.430 19.032 +12 Oct 2020 09:00 UT 26.04 24.917 1914.0 374458 9.4576 19.4348 -125.887 1.366 -7.251 -5.468 19.173 +12 Oct 2020 10:00 UT 25.63 24.958 1915.3 374201 9.4968 19.2803 -126.396 1.365 -7.222 -5.505 19.313 +12 Oct 2020 11:00 UT 25.23 25.000 1916.7 373944 9.5360 19.1237 -126.904 1.364 -7.193 -5.541 19.450 +12 Oct 2020 12:00 UT 24.82 25.042 1918.0 373689 9.5752 18.9650 -127.413 1.363 -7.163 -5.577 19.585 +12 Oct 2020 13:00 UT 24.42 25.083 1919.3 373433 9.6143 18.8043 -127.921 1.363 -7.131 -5.613 19.719 +12 Oct 2020 14:00 UT 24.02 25.125 1920.6 373178 9.6535 18.6414 -128.430 1.362 -7.099 -5.648 19.850 +12 Oct 2020 15:00 UT 23.62 25.167 1921.9 372924 9.6926 18.4765 -128.938 1.361 -7.066 -5.682 19.979 +12 Oct 2020 16:00 UT 23.22 25.208 1923.2 372671 9.7317 18.3096 -129.447 1.360 -7.032 -5.716 20.106 +12 Oct 2020 17:00 UT 22.82 25.250 1924.5 372418 9.7708 18.1406 -129.955 1.359 -6.997 -5.749 20.231 +12 Oct 2020 18:00 UT 22.43 25.292 1925.8 372166 9.8098 17.9696 -130.464 1.359 -6.961 -5.782 20.353 +12 Oct 2020 19:00 UT 22.04 25.333 1927.1 371915 9.8489 17.7966 -130.972 1.358 -6.925 -5.814 20.474 +12 Oct 2020 20:00 UT 21.65 25.375 1928.4 371665 9.8879 17.6217 -131.481 1.357 -6.887 -5.846 20.592 +12 Oct 2020 21:00 UT 21.26 25.417 1929.7 371416 9.9269 17.4447 -131.989 1.356 -6.849 -5.877 20.708 +12 Oct 2020 22:00 UT 20.87 25.458 1931.0 371167 9.9659 17.2658 -132.498 1.356 -6.809 -5.908 20.821 +12 Oct 2020 23:00 UT 20.49 25.500 1932.3 370919 10.0048 17.0849 -133.007 1.355 -6.769 -5.938 20.933 +13 Oct 2020 00:00 UT 20.11 25.542 1933.6 370673 10.0438 16.9021 -133.515 1.354 -6.728 -5.967 21.042 +13 Oct 2020 01:00 UT 19.73 25.583 1934.9 370427 10.0827 16.7173 -134.024 1.353 -6.686 -5.996 21.149 +13 Oct 2020 02:00 UT 19.35 25.625 1936.1 370183 10.1216 16.5307 -134.532 1.353 -6.643 -6.024 21.254 +13 Oct 2020 03:00 UT 18.97 25.667 1937.4 369939 10.1604 16.3422 -135.041 1.352 -6.599 -6.051 21.356 +13 Oct 2020 04:00 UT 18.60 25.708 1938.7 369697 10.1993 16.1518 -135.550 1.351 -6.554 -6.078 21.456 +13 Oct 2020 05:00 UT 18.23 25.750 1939.9 369456 10.2381 15.9596 -136.058 1.350 -6.509 -6.104 21.554 +13 Oct 2020 06:00 UT 17.86 25.792 1941.2 369216 10.2769 15.7655 -136.567 1.350 -6.462 -6.130 21.649 +13 Oct 2020 07:00 UT 17.49 25.833 1942.5 368977 10.3157 15.5696 -137.076 1.349 -6.415 -6.155 21.742 +13 Oct 2020 08:00 UT 17.13 25.875 1943.7 368740 10.3545 15.3720 -137.584 1.348 -6.367 -6.180 21.833 +13 Oct 2020 09:00 UT 16.77 25.917 1945.0 368504 10.3932 15.1725 -138.093 1.347 -6.318 -6.203 21.921 +13 Oct 2020 10:00 UT 16.41 25.958 1946.2 368269 10.4319 14.9713 -138.602 1.347 -6.268 -6.226 22.007 +13 Oct 2020 11:00 UT 16.05 26.000 1947.4 368036 10.4706 14.7683 -139.111 1.346 -6.217 -6.249 22.091 +13 Oct 2020 12:00 UT 15.70 26.042 1948.7 367804 10.5093 14.5636 -139.619 1.345 -6.165 -6.271 22.172 +13 Oct 2020 13:00 UT 15.35 26.083 1949.9 367573 10.5480 14.3572 -140.128 1.344 -6.113 -6.292 22.251 +13 Oct 2020 14:00 UT 15.00 26.125 1951.1 367344 10.5866 14.1491 -140.637 1.344 -6.059 -6.312 22.327 +13 Oct 2020 15:00 UT 14.65 26.167 1952.3 367117 10.6252 13.9393 -141.145 1.343 -6.005 -6.332 22.401 +13 Oct 2020 16:00 UT 14.31 26.208 1953.5 366891 10.6638 13.7279 -141.654 1.342 -5.950 -6.351 22.472 +13 Oct 2020 17:00 UT 13.97 26.250 1954.7 366667 10.7024 13.5149 -142.163 1.341 -5.894 -6.369 22.541 +13 Oct 2020 18:00 UT 13.64 26.292 1955.9 366445 10.7410 13.3002 -142.672 1.341 -5.838 -6.387 22.608 +13 Oct 2020 19:00 UT 13.30 26.333 1957.1 366224 10.7795 13.0840 -143.180 1.340 -5.780 -6.404 22.672 +13 Oct 2020 20:00 UT 12.97 26.375 1958.2 366005 10.8180 12.8662 -143.689 1.339 -5.722 -6.421 22.734 +13 Oct 2020 21:00 UT 12.65 26.417 1959.4 365788 10.8565 12.6468 -144.198 1.338 -5.663 -6.436 22.793 +13 Oct 2020 22:00 UT 12.32 26.458 1960.6 365573 10.8950 12.4260 -144.707 1.338 -5.603 -6.451 22.849 +13 Oct 2020 23:00 UT 12.00 26.500 1961.7 365359 10.9335 12.2036 -145.216 1.337 -5.542 -6.465 22.904 +14 Oct 2020 00:00 UT 11.69 26.542 1962.8 365147 10.9719 11.9797 -145.724 1.336 -5.480 -6.479 22.955 +14 Oct 2020 01:00 UT 11.37 26.583 1964.0 364938 11.0104 11.7544 -146.233 1.335 -5.418 -6.491 23.005 +14 Oct 2020 02:00 UT 11.06 26.625 1965.1 364730 11.0488 11.5277 -146.742 1.335 -5.355 -6.503 23.051 +14 Oct 2020 03:00 UT 10.75 26.667 1966.2 364524 11.0872 11.2995 -147.251 1.334 -5.291 -6.515 23.096 +14 Oct 2020 04:00 UT 10.45 26.708 1967.3 364321 11.1256 11.0700 -147.760 1.333 -5.227 -6.525 23.137 +14 Oct 2020 05:00 UT 10.15 26.750 1968.4 364119 11.1639 10.8390 -148.268 1.332 -5.161 -6.535 23.177 +14 Oct 2020 06:00 UT 9.85 26.792 1969.5 363919 11.2023 10.6068 -148.777 1.332 -5.095 -6.544 23.213 +14 Oct 2020 07:00 UT 9.56 26.833 1970.5 363722 11.2406 10.3732 -149.286 1.331 -5.028 -6.553 23.247 +14 Oct 2020 08:00 UT 9.27 26.875 1971.6 363527 11.2789 10.1383 -149.795 1.330 -4.961 -6.560 23.279 +14 Oct 2020 09:00 UT 8.99 26.917 1972.6 363334 11.3173 9.9021 -150.304 1.329 -4.892 -6.567 23.308 +14 Oct 2020 10:00 UT 8.70 26.958 1973.7 363143 11.3556 9.6647 -150.813 1.329 -4.823 -6.573 23.335 +14 Oct 2020 11:00 UT 8.43 27.000 1974.7 362955 11.3938 9.4261 -151.322 1.328 -4.754 -6.578 23.359 +14 Oct 2020 12:00 UT 8.15 27.042 1975.7 362769 11.4321 9.1863 -151.830 1.327 -4.683 -6.583 23.381 +14 Oct 2020 13:00 UT 7.88 27.083 1976.7 362585 11.4704 8.9453 -152.339 1.327 -4.612 -6.586 23.400 +14 Oct 2020 14:00 UT 7.62 27.125 1977.7 362404 11.5087 8.7031 -152.848 1.326 -4.540 -6.589 23.416 +14 Oct 2020 15:00 UT 7.35 27.167 1978.7 362225 11.5469 8.4599 -153.357 1.325 -4.468 -6.592 23.430 +14 Oct 2020 16:00 UT 7.09 27.208 1979.6 362049 11.5851 8.2155 -153.866 1.324 -4.395 -6.593 23.442 +14 Oct 2020 17:00 UT 6.84 27.250 1980.6 361875 11.6234 7.9701 -154.375 1.324 -4.321 -6.594 23.451 +14 Oct 2020 18:00 UT 6.59 27.292 1981.5 361703 11.6616 7.7236 -154.884 1.323 -4.247 -6.594 23.457 +14 Oct 2020 19:00 UT 6.34 27.333 1982.4 361534 11.6998 7.4761 -155.393 1.322 -4.172 -6.593 23.461 +14 Oct 2020 20:00 UT 6.10 27.375 1983.4 361368 11.7380 7.2276 -155.902 1.322 -4.096 -6.591 23.463 +14 Oct 2020 21:00 UT 5.87 27.417 1984.3 361205 11.7762 6.9781 -156.411 1.321 -4.020 -6.588 23.461 +14 Oct 2020 22:00 UT 5.63 27.458 1985.1 361044 11.8144 6.7278 -156.920 1.320 -3.943 -6.585 23.458 +14 Oct 2020 23:00 UT 5.40 27.500 1986.0 360885 11.8526 6.4765 -157.428 1.319 -3.866 -6.581 23.452 +15 Oct 2020 00:00 UT 5.18 27.542 1986.9 360730 11.8908 6.2243 -157.937 1.319 -3.788 -6.576 23.443 +15 Oct 2020 01:00 UT 4.96 27.583 1987.7 360577 11.9290 5.9712 -158.446 1.318 -3.709 -6.571 23.432 +15 Oct 2020 02:00 UT 4.74 27.625 1988.5 360427 11.9672 5.7174 -158.955 1.317 -3.630 -6.564 23.418 +15 Oct 2020 03:00 UT 4.53 27.667 1989.4 360280 12.0054 5.4627 -159.464 1.317 -3.551 -6.557 23.402 +15 Oct 2020 04:00 UT 4.33 27.708 1990.2 360135 12.0436 5.2073 -159.973 1.316 -3.471 -6.549 23.383 +15 Oct 2020 05:00 UT 4.12 27.750 1990.9 359994 12.0818 4.9511 -160.482 1.315 -3.390 -6.540 23.361 +15 Oct 2020 06:00 UT 3.93 27.792 1991.7 359855 12.1200 4.6943 -160.991 1.314 -3.309 -6.530 23.338 +15 Oct 2020 07:00 UT 3.73 27.833 1992.5 359719 12.1582 4.4367 -161.500 1.314 -3.227 -6.520 23.311 +15 Oct 2020 08:00 UT 3.55 27.875 1993.2 359586 12.1964 4.1785 -162.009 1.313 -3.145 -6.508 23.283 +15 Oct 2020 09:00 UT 3.36 27.917 1993.9 359456 12.2346 3.9197 -162.518 1.312 -3.062 -6.496 23.251 +15 Oct 2020 10:00 UT 3.18 27.958 1994.6 359329 12.2728 3.6602 -163.027 1.312 -2.979 -6.483 23.217 +15 Oct 2020 11:00 UT 3.01 28.000 1995.3 359206 12.3111 3.4002 -163.536 1.311 -2.896 -6.470 23.181 +15 Oct 2020 12:00 UT 2.84 28.042 1996.0 359085 12.3493 3.1397 -164.045 1.310 -2.812 -6.455 23.142 +15 Oct 2020 13:00 UT 2.68 28.083 1996.6 358967 12.3875 2.8787 -164.554 1.309 -2.728 -6.440 23.101 +15 Oct 2020 14:00 UT 2.52 28.125 1997.3 358852 12.4258 2.6172 -165.063 1.309 -2.643 -6.424 23.057 +15 Oct 2020 15:00 UT 2.36 28.167 1997.9 358741 12.4640 2.3552 -165.572 1.308 -2.558 -6.407 23.011 +15 Oct 2020 16:00 UT 2.22 28.208 1998.5 358632 12.5023 2.0928 -166.081 1.307 -2.473 -6.389 22.962 +15 Oct 2020 17:00 UT 2.07 28.250 1999.1 358527 12.5405 1.8301 -166.590 1.307 -2.387 -6.371 22.911 +15 Oct 2020 18:00 UT 1.93 28.292 1999.6 358425 12.5788 1.5670 -167.099 1.306 -2.301 -6.352 22.858 +15 Oct 2020 19:00 UT 1.80 28.333 2000.2 358326 12.6171 1.3036 -167.608 1.305 -2.214 -6.331 22.802 +15 Oct 2020 20:00 UT 1.67 28.375 2000.7 358230 12.6554 1.0399 -168.117 1.305 -2.127 -6.311 22.743 +15 Oct 2020 21:00 UT 1.54 28.417 2001.3 358138 12.6938 0.7759 -168.626 1.304 -2.040 -6.289 22.682 +15 Oct 2020 22:00 UT 1.43 28.458 2001.7 358049 12.7321 0.5117 -169.135 1.303 -1.953 -6.266 22.619 +15 Oct 2020 23:00 UT 1.31 28.500 2002.2 357963 12.7705 0.2473 -169.644 1.303 -1.865 -6.243 22.553 +16 Oct 2020 00:00 UT 1.20 28.542 2002.7 357880 12.8089 -0.0173 -170.153 1.302 -1.777 -6.219 22.485 +16 Oct 2020 01:00 UT 1.10 28.583 2003.1 357801 12.8473 -0.2820 -170.662 1.301 -1.689 -6.194 22.414 +16 Oct 2020 02:00 UT 1.00 28.625 2003.6 357724 12.8857 -0.5467 -171.171 1.301 -1.601 -6.169 22.341 +16 Oct 2020 03:00 UT 0.91 28.667 2004.0 357652 12.9241 -0.8116 -171.680 1.300 -1.512 -6.142 22.266 +16 Oct 2020 04:00 UT 0.82 28.708 2004.4 357582 12.9626 -1.0765 -172.189 1.299 -1.423 -6.115 22.188 +16 Oct 2020 05:00 UT 0.74 28.750 2004.7 357516 13.0010 -1.3414 -172.698 1.298 -1.334 -6.087 22.107 +16 Oct 2020 06:00 UT 0.66 28.792 2005.1 357454 13.0396 -1.6063 -173.207 1.298 -1.245 -6.058 22.025 +16 Oct 2020 07:00 UT 0.59 28.833 2005.4 357394 13.0781 -1.8711 -173.716 1.297 -1.156 -6.029 21.940 +16 Oct 2020 08:00 UT 0.52 28.875 2005.7 357338 13.1166 -2.1358 -174.225 1.296 -1.066 -5.999 21.852 +16 Oct 2020 09:00 UT 0.46 28.917 2006.0 357286 13.1552 -2.4004 -174.734 1.296 -0.977 -5.968 21.763 +16 Oct 2020 10:00 UT 0.40 28.958 2006.3 357237 13.1938 -2.6648 -175.243 1.295 -0.887 -5.936 21.671 +16 Oct 2020 11:00 UT 0.35 29.000 2006.6 357191 13.2324 -2.9290 -175.752 1.294 -0.797 -5.903 21.576 +16 Oct 2020 12:00 UT 0.31 29.042 2006.8 357149 13.2711 -3.1931 -176.261 1.294 -0.707 -5.870 21.479 +16 Oct 2020 13:00 UT 0.27 29.083 2007.0 357110 13.3098 -3.4568 -176.770 1.293 -0.617 -5.836 21.380 +16 Oct 2020 14:00 UT 0.23 29.125 2007.2 357075 13.3485 -3.7203 -177.280 1.292 -0.527 -5.801 21.279 +16 Oct 2020 15:00 UT 0.21 29.167 2007.4 357043 13.3873 -3.9834 -177.789 1.292 -0.437 -5.766 21.175 +16 Oct 2020 16:00 UT 0.18 29.208 2007.5 357015 13.4260 -4.2462 -178.298 1.291 -0.346 -5.729 21.069 +16 Oct 2020 17:00 UT 0.16 29.250 2007.7 356990 13.4648 -4.5086 -178.807 1.290 -0.256 -5.692 20.961 +16 Oct 2020 18:00 UT 0.15 29.292 2007.8 356968 13.5037 -4.7706 -179.316 1.290 -0.166 -5.655 20.850 +16 Oct 2020 19:00 UT 0.14 29.333 2007.9 356950 13.5426 -5.0321 -179.825 1.289 -0.076 -5.616 20.737 +16 Oct 2020 20:00 UT 0.14 0.020 2008.0 356936 13.5815 -5.2931 179.666 1.288 0.014 -5.577 20.622 +16 Oct 2020 21:00 UT 0.14 0.062 2008.1 356925 13.6204 -5.5537 179.157 1.288 0.104 -5.537 20.505 +16 Oct 2020 22:00 UT 0.15 0.103 2008.1 356917 13.6594 -5.8136 178.648 1.287 0.195 -5.497 20.385 +16 Oct 2020 23:00 UT 0.17 0.145 2008.1 356913 13.6984 -6.0730 178.139 1.287 0.285 -5.456 20.264 +17 Oct 2020 00:00 UT 0.19 0.187 2008.1 356913 13.7375 -6.3317 177.630 1.286 0.374 -5.414 20.139 +17 Oct 2020 01:00 UT 0.21 0.228 2008.1 356916 13.7766 -6.5898 177.121 1.285 0.464 -5.371 20.013 +17 Oct 2020 02:00 UT 0.24 0.270 2008.1 356922 13.8157 -6.8472 176.612 1.285 0.554 -5.328 19.885 +17 Oct 2020 03:00 UT 0.28 0.312 2008.0 356932 13.8549 -7.1039 176.103 1.284 0.644 -5.284 19.754 +17 Oct 2020 04:00 UT 0.32 0.353 2007.9 356945 13.8941 -7.3599 175.594 1.283 0.733 -5.240 19.621 +17 Oct 2020 05:00 UT 0.37 0.395 2007.8 356962 13.9334 -7.6150 175.085 1.283 0.822 -5.194 19.486 +17 Oct 2020 06:00 UT 0.42 0.437 2007.7 356982 13.9727 -7.8693 174.576 1.282 0.912 -5.149 19.349 +17 Oct 2020 07:00 UT 0.48 0.478 2007.6 357006 14.0120 -8.1228 174.067 1.281 1.000 -5.102 19.210 +17 Oct 2020 08:00 UT 0.54 0.520 2007.4 357033 14.0514 -8.3754 173.558 1.281 1.089 -5.055 19.068 +17 Oct 2020 09:00 UT 0.61 0.562 2007.3 357064 14.0909 -8.6271 173.049 1.280 1.178 -5.007 18.925 +17 Oct 2020 10:00 UT 0.68 0.603 2007.1 357098 14.1303 -8.8778 172.540 1.279 1.266 -4.959 18.779 +17 Oct 2020 11:00 UT 0.76 0.645 2006.9 357135 14.1699 -9.1275 172.031 1.279 1.354 -4.910 18.631 +17 Oct 2020 12:00 UT 0.84 0.687 2006.6 357176 14.2094 -9.3763 171.522 1.278 1.442 -4.860 18.481 +17 Oct 2020 13:00 UT 0.93 0.728 2006.4 357221 14.2490 -9.6239 171.013 1.278 1.530 -4.810 18.329 +17 Oct 2020 14:00 UT 1.03 0.770 2006.1 357268 14.2887 -9.8705 170.504 1.277 1.617 -4.759 18.175 +17 Oct 2020 15:00 UT 1.13 0.812 2005.8 357320 14.3284 -10.1160 169.995 1.276 1.704 -4.708 18.019 +17 Oct 2020 16:00 UT 1.23 0.853 2005.5 357374 14.3682 -10.3604 169.486 1.276 1.791 -4.656 17.861 +17 Oct 2020 17:00 UT 1.34 0.895 2005.2 357432 14.4080 -10.6035 168.977 1.275 1.877 -4.604 17.701 +17 Oct 2020 18:00 UT 1.46 0.937 2004.9 357493 14.4478 -10.8455 168.468 1.274 1.963 -4.551 17.539 +17 Oct 2020 19:00 UT 1.58 0.978 2004.5 357558 14.4877 -11.0862 167.959 1.274 2.049 -4.497 17.374 +17 Oct 2020 20:00 UT 1.70 1.020 2004.1 357626 14.5277 -11.3256 167.450 1.273 2.134 -4.443 17.208 +17 Oct 2020 21:00 UT 1.84 1.062 2003.7 357697 14.5677 -11.5638 166.941 1.273 2.219 -4.388 17.040 +17 Oct 2020 22:00 UT 1.97 1.103 2003.3 357772 14.6077 -11.8006 166.432 1.272 2.304 -4.333 16.870 +17 Oct 2020 23:00 UT 2.11 1.145 2002.9 357849 14.6478 -12.0360 165.923 1.271 2.388 -4.277 16.698 +18 Oct 2020 00:00 UT 2.26 1.187 2002.4 357930 14.6880 -12.2701 165.414 1.271 2.472 -4.221 16.524 +18 Oct 2020 01:00 UT 2.41 1.228 2001.9 358015 14.7282 -12.5027 164.905 1.270 2.556 -4.164 16.348 +18 Oct 2020 02:00 UT 2.57 1.270 2001.4 358102 14.7684 -12.7339 164.397 1.269 2.639 -4.107 16.170 +18 Oct 2020 03:00 UT 2.73 1.312 2000.9 358193 14.8087 -12.9635 163.888 1.269 2.721 -4.050 15.991 +18 Oct 2020 04:00 UT 2.89 1.353 2000.4 358287 14.8491 -13.1917 163.379 1.268 2.804 -3.992 15.809 +18 Oct 2020 05:00 UT 3.07 1.395 1999.9 358384 14.8895 -13.4183 162.870 1.268 2.885 -3.933 15.626 +18 Oct 2020 06:00 UT 3.24 1.437 1999.3 358485 14.9299 -13.6433 162.361 1.267 2.967 -3.874 15.441 +18 Oct 2020 07:00 UT 3.42 1.478 1998.7 358588 14.9705 -13.8668 161.852 1.266 3.047 -3.814 15.254 +18 Oct 2020 08:00 UT 3.61 1.520 1998.1 358694 15.0110 -14.0885 161.343 1.266 3.128 -3.755 15.065 +18 Oct 2020 09:00 UT 3.80 1.562 1997.5 358804 15.0516 -14.3087 160.834 1.265 3.208 -3.694 14.875 +18 Oct 2020 10:00 UT 4.00 1.603 1996.9 358917 15.0923 -14.5271 160.325 1.265 3.287 -3.634 14.682 +18 Oct 2020 11:00 UT 4.20 1.645 1996.3 359032 15.1330 -14.7438 159.816 1.264 3.366 -3.572 14.488 +18 Oct 2020 12:00 UT 4.40 1.687 1995.6 359151 15.1738 -14.9588 159.307 1.264 3.444 -3.511 14.293 +18 Oct 2020 13:00 UT 4.61 1.728 1994.9 359273 15.2146 -15.1719 158.799 1.263 3.522 -3.449 14.095 +18 Oct 2020 14:00 UT 4.82 1.770 1994.2 359398 15.2555 -15.3833 158.290 1.262 3.599 -3.387 13.896 +18 Oct 2020 15:00 UT 5.04 1.812 1993.5 359525 15.2964 -15.5929 157.781 1.262 3.675 -3.324 13.695 +18 Oct 2020 16:00 UT 5.27 1.853 1992.8 359656 15.3374 -15.8005 157.272 1.261 3.752 -3.261 13.493 +18 Oct 2020 17:00 UT 5.49 1.895 1992.1 359789 15.3784 -16.0063 156.763 1.261 3.827 -3.198 13.289 +18 Oct 2020 18:00 UT 5.73 1.937 1991.3 359925 15.4195 -16.2102 156.254 1.260 3.902 -3.134 13.083 +18 Oct 2020 19:00 UT 5.96 1.978 1990.5 360064 15.4606 -16.4121 155.745 1.259 3.976 -3.070 12.876 +18 Oct 2020 20:00 UT 6.20 2.020 1989.8 360206 15.5018 -16.6121 155.237 1.259 4.050 -3.006 12.667 +18 Oct 2020 21:00 UT 6.45 2.062 1989.0 360351 15.5431 -16.8101 154.728 1.258 4.123 -2.941 12.457 +18 Oct 2020 22:00 UT 6.70 2.103 1988.1 360498 15.5843 -17.0060 154.219 1.258 4.196 -2.876 12.245 +18 Oct 2020 23:00 UT 6.95 2.145 1987.3 360648 15.6257 -17.2000 153.710 1.257 4.267 -2.811 12.031 +19 Oct 2020 00:00 UT 7.21 2.187 1986.5 360801 15.6671 -17.3918 153.201 1.257 4.339 -2.745 11.817 +19 Oct 2020 01:00 UT 7.47 2.228 1985.6 360957 15.7085 -17.5816 152.693 1.256 4.409 -2.679 11.600 +19 Oct 2020 02:00 UT 7.74 2.270 1984.8 361115 15.7500 -17.7692 152.184 1.255 4.479 -2.613 11.383 +19 Oct 2020 03:00 UT 8.01 2.312 1983.9 361275 15.7915 -17.9548 151.675 1.255 4.549 -2.547 11.163 +19 Oct 2020 04:00 UT 8.28 2.353 1983.0 361439 15.8330 -18.1381 151.166 1.254 4.617 -2.481 10.943 +19 Oct 2020 05:00 UT 8.56 2.395 1982.1 361604 15.8747 -18.3193 150.658 1.254 4.685 -2.414 10.721 +19 Oct 2020 06:00 UT 8.84 2.437 1981.1 361773 15.9163 -18.4983 150.149 1.253 4.753 -2.347 10.498 +19 Oct 2020 07:00 UT 9.13 2.478 1980.2 361943 15.9580 -18.6750 149.640 1.253 4.819 -2.280 10.273 +19 Oct 2020 08:00 UT 9.42 2.520 1979.3 362117 15.9998 -18.8495 149.131 1.252 4.885 -2.212 10.048 +19 Oct 2020 09:00 UT 9.71 2.562 1978.3 362292 16.0416 -19.0217 148.623 1.252 4.951 -2.145 9.821 +19 Oct 2020 10:00 UT 10.01 2.603 1977.3 362470 16.0834 -19.1917 148.114 1.251 5.015 -2.077 9.592 +19 Oct 2020 11:00 UT 10.31 2.645 1976.3 362650 16.1253 -19.3593 147.605 1.251 5.079 -2.009 9.363 +19 Oct 2020 12:00 UT 10.62 2.687 1975.4 362833 16.1672 -19.5246 147.096 1.250 5.142 -1.941 9.132 +19 Oct 2020 13:00 UT 10.93 2.728 1974.3 363018 16.2092 -19.6876 146.588 1.249 5.205 -1.872 8.901 +19 Oct 2020 14:00 UT 11.24 2.770 1973.3 363205 16.2512 -19.8482 146.079 1.249 5.266 -1.804 8.668 +19 Oct 2020 15:00 UT 11.56 2.812 1972.3 363394 16.2932 -20.0064 145.570 1.248 5.327 -1.735 8.434 +19 Oct 2020 16:00 UT 11.87 2.853 1971.3 363585 16.3353 -20.1622 145.062 1.248 5.388 -1.667 8.199 +19 Oct 2020 17:00 UT 12.20 2.895 1970.2 363779 16.3774 -20.3155 144.553 1.247 5.447 -1.598 7.963 +19 Oct 2020 18:00 UT 12.52 2.937 1969.2 363974 16.4195 -20.4665 144.044 1.247 5.506 -1.529 7.725 +19 Oct 2020 19:00 UT 12.85 2.978 1968.1 364172 16.4617 -20.6150 143.536 1.246 5.564 -1.460 7.487 +19 Oct 2020 20:00 UT 13.18 3.020 1967.0 364372 16.5039 -20.7610 143.027 1.246 5.621 -1.391 7.248 +19 Oct 2020 21:00 UT 13.52 3.062 1965.9 364573 16.5461 -20.9045 142.518 1.245 5.678 -1.322 7.009 +19 Oct 2020 22:00 UT 13.86 3.103 1964.8 364777 16.5884 -21.0455 142.010 1.245 5.734 -1.252 6.768 +19 Oct 2020 23:00 UT 14.20 3.145 1963.7 364982 16.6307 -21.1841 141.501 1.244 5.789 -1.183 6.526 +20 Oct 2020 00:00 UT 14.55 3.187 1962.6 365190 16.6730 -21.3200 140.993 1.244 5.843 -1.114 6.284 +20 Oct 2020 01:00 UT 14.89 3.228 1961.5 365399 16.7154 -21.4535 140.484 1.243 5.897 -1.044 6.040 +20 Oct 2020 02:00 UT 15.25 3.270 1960.4 365610 16.7578 -21.5844 139.976 1.243 5.950 -0.975 5.796 +20 Oct 2020 03:00 UT 15.60 3.312 1959.2 365823 16.8002 -21.7127 139.467 1.242 6.002 -0.905 5.552 +20 Oct 2020 04:00 UT 15.96 3.353 1958.1 366037 16.8426 -21.8384 138.958 1.242 6.053 -0.836 5.306 +20 Oct 2020 05:00 UT 16.32 3.395 1956.9 366253 16.8850 -21.9616 138.450 1.241 6.103 -0.766 5.060 +20 Oct 2020 06:00 UT 16.68 3.437 1955.7 366471 16.9275 -22.0821 137.941 1.241 6.153 -0.697 4.813 +20 Oct 2020 07:00 UT 17.04 3.478 1954.6 366690 16.9700 -22.2000 137.433 1.240 6.202 -0.627 4.566 +20 Oct 2020 08:00 UT 17.41 3.520 1953.4 366911 17.0125 -22.3153 136.924 1.240 6.250 -0.557 4.318 +20 Oct 2020 09:00 UT 17.78 3.562 1952.2 367134 17.0550 -22.4280 136.416 1.239 6.298 -0.488 4.070 +20 Oct 2020 10:00 UT 18.15 3.603 1951.0 367358 17.0975 -22.5380 135.907 1.239 6.344 -0.418 3.821 +20 Oct 2020 11:00 UT 18.53 3.645 1949.8 367583 17.1400 -22.6454 135.399 1.238 6.390 -0.349 3.572 +20 Oct 2020 12:00 UT 18.91 3.687 1948.6 367810 17.1826 -22.7501 134.890 1.238 6.435 -0.280 3.322 +20 Oct 2020 13:00 UT 19.29 3.728 1947.4 368038 17.2252 -22.8522 134.382 1.237 6.479 -0.210 3.072 +20 Oct 2020 14:00 UT 19.67 3.770 1946.2 368268 17.2677 -22.9515 133.873 1.237 6.523 -0.141 2.821 +20 Oct 2020 15:00 UT 20.05 3.812 1945.0 368499 17.3103 -23.0482 133.365 1.236 6.566 -0.072 2.570 +20 Oct 2020 16:00 UT 20.44 3.853 1943.8 368731 17.3529 -23.1422 132.857 1.236 6.607 -0.003 2.319 +20 Oct 2020 17:00 UT 20.83 3.895 1942.5 368964 17.3954 -23.2335 132.348 1.235 6.649 0.066 2.068 +20 Oct 2020 18:00 UT 21.22 3.937 1941.3 369199 17.4380 -23.3221 131.840 1.235 6.689 0.135 1.816 +20 Oct 2020 19:00 UT 21.62 3.978 1940.1 369435 17.4806 -23.4081 131.331 1.234 6.728 0.204 1.565 +20 Oct 2020 20:00 UT 22.01 4.020 1938.8 369671 17.5232 -23.4913 130.823 1.234 6.767 0.273 1.313 +20 Oct 2020 21:00 UT 22.41 4.062 1937.6 369909 17.5657 -23.5718 130.315 1.233 6.805 0.342 1.061 +20 Oct 2020 22:00 UT 22.81 4.103 1936.3 370148 17.6083 -23.6496 129.806 1.233 6.842 0.410 0.809 +20 Oct 2020 23:00 UT 23.21 4.145 1935.1 370388 17.6508 -23.7246 129.298 1.232 6.879 0.478 0.557 +21 Oct 2020 00:00 UT 23.61 4.187 1933.8 370629 17.6934 -23.7970 128.790 1.232 6.914 0.547 0.304 +21 Oct 2020 01:00 UT 24.02 4.228 1932.5 370871 17.7359 -23.8666 128.281 1.232 6.949 0.615 0.052 +21 Oct 2020 02:00 UT 24.43 4.270 1931.3 371114 17.7784 -23.9336 127.773 1.231 6.983 0.683 359.800 +21 Oct 2020 03:00 UT 24.83 4.312 1930.0 371358 17.8209 -23.9978 127.265 1.231 7.016 0.750 359.549 +21 Oct 2020 04:00 UT 25.24 4.353 1928.7 371602 17.8634 -24.0593 126.756 1.230 7.049 0.818 359.297 +21 Oct 2020 05:00 UT 25.66 4.395 1927.5 371848 17.9059 -24.1180 126.248 1.230 7.080 0.886 359.045 +21 Oct 2020 06:00 UT 26.07 4.437 1926.2 372094 17.9483 -24.1741 125.740 1.229 7.111 0.953 358.794 +21 Oct 2020 07:00 UT 26.49 4.478 1924.9 372340 17.9907 -24.2274 125.232 1.229 7.141 1.020 358.543 +21 Oct 2020 08:00 UT 26.90 4.520 1923.6 372588 18.0331 -24.2781 124.723 1.228 7.171 1.087 358.292 +21 Oct 2020 09:00 UT 27.32 4.562 1922.4 372836 18.0755 -24.3260 124.215 1.228 7.199 1.154 358.041 +21 Oct 2020 10:00 UT 27.74 4.603 1921.1 373084 18.1178 -24.3712 123.707 1.227 7.227 1.220 357.791 +21 Oct 2020 11:00 UT 28.16 4.645 1919.8 373334 18.1601 -24.4137 123.199 1.227 7.254 1.286 357.541 +21 Oct 2020 12:00 UT 28.58 4.687 1918.5 373583 18.2024 -24.4535 122.690 1.227 7.280 1.352 357.292 +21 Oct 2020 13:00 UT 29.00 4.728 1917.2 373834 18.2447 -24.4906 122.182 1.226 7.305 1.418 357.043 +21 Oct 2020 14:00 UT 29.43 4.770 1915.9 374084 18.2869 -24.5251 121.674 1.226 7.330 1.484 356.795 +21 Oct 2020 15:00 UT 29.85 4.812 1914.7 374336 18.3291 -24.5568 121.166 1.225 7.354 1.549 356.547 +21 Oct 2020 16:00 UT 30.28 4.853 1913.4 374587 18.3712 -24.5859 120.658 1.225 7.377 1.614 356.300 +21 Oct 2020 17:00 UT 30.71 4.895 1912.1 374839 18.4133 -24.6123 120.150 1.224 7.399 1.679 356.053 +21 Oct 2020 18:00 UT 31.14 4.937 1910.8 375091 18.4554 -24.6360 119.641 1.224 7.421 1.744 355.807 +21 Oct 2020 19:00 UT 31.57 4.978 1909.5 375344 18.4974 -24.6571 119.133 1.224 7.442 1.808 355.562 +21 Oct 2020 20:00 UT 32.00 5.020 1908.2 375597 18.5393 -24.6755 118.625 1.223 7.462 1.872 355.317 +21 Oct 2020 21:00 UT 32.43 5.062 1906.9 375850 18.5812 -24.6913 118.117 1.223 7.481 1.936 355.073 +21 Oct 2020 22:00 UT 32.86 5.103 1905.7 376103 18.6231 -24.7044 117.609 1.222 7.500 2.000 354.830 +21 Oct 2020 23:00 UT 33.29 5.145 1904.4 376356 18.6649 -24.7149 117.101 1.222 7.517 2.063 354.588 +22 Oct 2020 00:00 UT 33.73 5.187 1903.1 376610 18.7067 -24.7228 116.593 1.221 7.534 2.126 354.346 +22 Oct 2020 01:00 UT 34.16 5.228 1901.8 376863 18.7484 -24.7281 116.085 1.221 7.551 2.189 354.106 +22 Oct 2020 02:00 UT 34.60 5.270 1900.5 377117 18.7901 -24.7308 115.577 1.221 7.566 2.251 353.866 +22 Oct 2020 03:00 UT 35.03 5.312 1899.3 377371 18.8317 -24.7309 115.069 1.220 7.581 2.313 353.627 +22 Oct 2020 04:00 UT 35.47 5.353 1898.0 377624 18.8732 -24.7285 114.561 1.220 7.595 2.375 353.389 +22 Oct 2020 05:00 UT 35.91 5.395 1896.7 377878 18.9147 -24.7234 114.053 1.219 7.609 2.437 353.152 +22 Oct 2020 06:00 UT 36.34 5.437 1895.4 378132 18.9561 -24.7159 113.545 1.219 7.621 2.498 352.916 +22 Oct 2020 07:00 UT 36.78 5.478 1894.2 378385 18.9975 -24.7057 113.037 1.219 7.633 2.559 352.681 +22 Oct 2020 08:00 UT 37.22 5.520 1892.9 378638 19.0388 -24.6931 112.529 1.218 7.644 2.619 352.448 +22 Oct 2020 09:00 UT 37.66 5.562 1891.6 378892 19.0800 -24.6779 112.021 1.218 7.655 2.679 352.215 +22 Oct 2020 10:00 UT 38.10 5.603 1890.4 379145 19.1212 -24.6603 111.513 1.217 7.664 2.739 351.984 +22 Oct 2020 11:00 UT 38.54 5.645 1889.1 379397 19.1622 -24.6401 111.005 1.217 7.673 2.799 351.753 +22 Oct 2020 12:00 UT 38.98 5.687 1887.9 379650 19.2033 -24.6175 110.497 1.217 7.682 2.858 351.524 +22 Oct 2020 13:00 UT 39.42 5.728 1886.6 379902 19.2442 -24.5924 109.989 1.216 7.689 2.917 351.296 +22 Oct 2020 14:00 UT 39.86 5.770 1885.4 380154 19.2851 -24.5648 109.481 1.216 7.696 2.975 351.069 +22 Oct 2020 15:00 UT 40.30 5.812 1884.1 380406 19.3259 -24.5348 108.973 1.215 7.703 3.034 350.844 +22 Oct 2020 16:00 UT 40.74 5.853 1882.9 380657 19.3666 -24.5024 108.466 1.215 7.708 3.091 350.620 +22 Oct 2020 17:00 UT 41.18 5.895 1881.6 380908 19.4073 -24.4676 107.958 1.215 7.713 3.149 350.397 +22 Oct 2020 18:00 UT 41.62 5.937 1880.4 381159 19.4478 -24.4304 107.450 1.214 7.717 3.206 350.176 +22 Oct 2020 19:00 UT 42.06 5.978 1879.1 381409 19.4883 -24.3908 106.942 1.214 7.721 3.263 349.956 +22 Oct 2020 20:00 UT 42.50 6.020 1877.9 381658 19.5288 -24.3489 106.434 1.213 7.723 3.319 349.737 +22 Oct 2020 21:00 UT 42.94 6.062 1876.7 381907 19.5691 -24.3046 105.926 1.213 7.726 3.375 349.520 +22 Oct 2020 22:00 UT 43.38 6.103 1875.5 382156 19.6093 -24.2580 105.419 1.213 7.727 3.430 349.304 +22 Oct 2020 23:00 UT 43.83 6.145 1874.3 382404 19.6495 -24.2090 104.911 1.212 7.728 3.486 349.089 +23 Oct 2020 00:00 UT 44.27 6.187 1873.0 382651 19.6896 -24.1578 104.403 1.212 7.728 3.540 348.877 +23 Oct 2020 01:00 UT 44.71 6.228 1871.8 382898 19.7296 -24.1043 103.895 1.211 7.728 3.595 348.665 +23 Oct 2020 02:00 UT 45.15 6.270 1870.6 383145 19.7695 -24.0485 103.388 1.211 7.726 3.649 348.455 +23 Oct 2020 03:00 UT 45.59 6.312 1869.4 383390 19.8093 -23.9905 102.880 1.211 7.725 3.702 348.247 +23 Oct 2020 04:00 UT 46.03 6.353 1868.2 383635 19.8490 -23.9302 102.372 1.210 7.722 3.755 348.040 +23 Oct 2020 05:00 UT 46.46 6.395 1867.1 383879 19.8887 -23.8677 101.864 1.210 7.719 3.808 347.835 +23 Oct 2020 06:00 UT 46.90 6.437 1865.9 384123 19.9283 -23.8031 101.357 1.210 7.715 3.861 347.632 +23 Oct 2020 07:00 UT 47.34 6.478 1864.7 384366 19.9677 -23.7362 100.849 1.209 7.711 3.913 347.430 +23 Oct 2020 08:00 UT 47.78 6.520 1863.5 384608 20.0071 -23.6672 100.341 1.209 7.706 3.964 347.229 +23 Oct 2020 09:00 UT 48.22 6.562 1862.4 384849 20.0464 -23.5960 99.834 1.208 7.700 4.015 347.031 +23 Oct 2020 10:00 UT 48.65 6.603 1861.2 385089 20.0856 -23.5227 99.326 1.208 7.694 4.066 346.834 +23 Oct 2020 11:00 UT 49.09 6.645 1860.0 385329 20.1247 -23.4474 98.818 1.208 7.687 4.116 346.639 +23 Oct 2020 12:00 UT 49.53 6.687 1858.9 385568 20.1637 -23.3699 98.311 1.207 7.680 4.166 346.445 +23 Oct 2020 13:00 UT 49.96 6.728 1857.7 385806 20.2026 -23.2903 97.803 1.207 7.672 4.216 346.253 +23 Oct 2020 14:00 UT 50.40 6.770 1856.6 386043 20.2414 -23.2087 97.295 1.207 7.663 4.265 346.063 +23 Oct 2020 15:00 UT 50.83 6.812 1855.5 386279 20.2801 -23.1251 96.788 1.206 7.654 4.313 345.875 +23 Oct 2020 16:00 UT 51.27 6.853 1854.3 386514 20.3187 -23.0394 96.280 1.206 7.644 4.361 345.688 +23 Oct 2020 17:00 UT 51.70 6.895 1853.2 386748 20.3573 -22.9517 95.773 1.205 7.634 4.409 345.503 +23 Oct 2020 18:00 UT 52.13 6.937 1852.1 386981 20.3957 -22.8621 95.265 1.205 7.623 4.456 345.320 +23 Oct 2020 19:00 UT 52.56 6.978 1851.0 387213 20.4340 -22.7705 94.758 1.205 7.611 4.503 345.139 +23 Oct 2020 20:00 UT 52.99 7.020 1849.9 387445 20.4723 -22.6769 94.250 1.204 7.599 4.549 344.960 +23 Oct 2020 21:00 UT 53.42 7.062 1848.8 387675 20.5104 -22.5814 93.743 1.204 7.586 4.595 344.782 +23 Oct 2020 22:00 UT 53.85 7.103 1847.7 387904 20.5484 -22.4840 93.235 1.204 7.573 4.641 344.606 +23 Oct 2020 23:00 UT 54.28 7.145 1846.6 388132 20.5864 -22.3848 92.728 1.203 7.559 4.685 344.433 +24 Oct 2020 00:00 UT 54.71 7.187 1845.5 388359 20.6242 -22.2836 92.220 1.203 7.545 4.730 344.260 +24 Oct 2020 01:00 UT 55.14 7.228 1844.4 388585 20.6620 -22.1806 91.713 1.202 7.530 4.774 344.090 +24 Oct 2020 02:00 UT 55.56 7.270 1843.4 388810 20.6996 -22.0758 91.205 1.202 7.515 4.818 343.922 +24 Oct 2020 03:00 UT 55.99 7.312 1842.3 389033 20.7372 -21.9692 90.698 1.202 7.499 4.861 343.756 +24 Oct 2020 04:00 UT 56.41 7.353 1841.3 389256 20.7746 -21.8607 90.190 1.201 7.482 4.903 343.591 +24 Oct 2020 05:00 UT 56.83 7.395 1840.2 389477 20.8120 -21.7505 89.683 1.201 7.465 4.946 343.428 +24 Oct 2020 06:00 UT 57.26 7.437 1839.2 389697 20.8492 -21.6385 89.175 1.201 7.448 4.987 343.268 +24 Oct 2020 07:00 UT 57.68 7.478 1838.1 389916 20.8864 -21.5248 88.668 1.200 7.429 5.029 343.109 +24 Oct 2020 08:00 UT 58.10 7.520 1837.1 390134 20.9234 -21.4094 88.161 1.200 7.411 5.069 342.952 +24 Oct 2020 09:00 UT 58.52 7.562 1836.1 390351 20.9604 -21.2923 87.653 1.199 7.392 5.110 342.797 +24 Oct 2020 10:00 UT 58.93 7.603 1835.1 390566 20.9972 -21.1734 87.146 1.199 7.372 5.150 342.644 +24 Oct 2020 11:00 UT 59.35 7.645 1834.1 390780 21.0340 -21.0530 86.638 1.199 7.352 5.189 342.492 +24 Oct 2020 12:00 UT 59.76 7.687 1833.1 390993 21.0706 -20.9308 86.131 1.198 7.331 5.228 342.343 +24 Oct 2020 13:00 UT 60.18 7.728 1832.1 391204 21.1072 -20.8071 85.624 1.198 7.310 5.266 342.196 +24 Oct 2020 14:00 UT 60.59 7.770 1831.1 391414 21.1436 -20.6817 85.116 1.197 7.289 5.304 342.051 +24 Oct 2020 15:00 UT 61.00 7.812 1830.1 391623 21.1800 -20.5548 84.609 1.197 7.266 5.342 341.907 +24 Oct 2020 16:00 UT 61.41 7.853 1829.2 391831 21.2163 -20.4262 84.102 1.197 7.244 5.378 341.766 +24 Oct 2020 17:00 UT 61.82 7.895 1828.2 392037 21.2524 -20.2962 83.595 1.196 7.221 5.415 341.626 +24 Oct 2020 18:00 UT 62.23 7.937 1827.2 392242 21.2885 -20.1645 83.087 1.196 7.197 5.451 341.489 +24 Oct 2020 19:00 UT 62.64 7.978 1826.3 392446 21.3245 -20.0314 82.580 1.196 7.173 5.486 341.353 +24 Oct 2020 20:00 UT 63.04 8.020 1825.4 392648 21.3603 -19.8968 82.073 1.195 7.149 5.521 341.219 +24 Oct 2020 21:00 UT 63.45 8.062 1824.4 392849 21.3961 -19.7607 81.566 1.195 7.124 5.556 341.088 +24 Oct 2020 22:00 UT 63.85 8.103 1823.5 393049 21.4318 -19.6231 81.058 1.194 7.099 5.590 340.958 +24 Oct 2020 23:00 UT 64.25 8.145 1822.6 393247 21.4674 -19.4841 80.551 1.194 7.073 5.623 340.830 +25 Oct 2020 00:00 UT 64.65 8.187 1821.7 393444 21.5029 -19.3436 80.044 1.194 7.047 5.656 340.705 +25 Oct 2020 01:00 UT 65.05 8.228 1820.8 393639 21.5382 -19.2018 79.537 1.193 7.020 5.689 340.581 +25 Oct 2020 02:00 UT 65.44 8.270 1819.9 393833 21.5735 -19.0585 79.029 1.193 6.993 5.721 340.459 +25 Oct 2020 03:00 UT 65.84 8.312 1819.0 394025 21.6088 -18.9139 78.522 1.193 6.965 5.752 340.339 +25 Oct 2020 04:00 UT 66.23 8.353 1818.1 394216 21.6439 -18.7679 78.015 1.192 6.937 5.783 340.221 +25 Oct 2020 05:00 UT 66.63 8.395 1817.2 394406 21.6789 -18.6206 77.508 1.192 6.909 5.814 340.105 +25 Oct 2020 06:00 UT 67.02 8.437 1816.4 394594 21.7138 -18.4720 77.001 1.191 6.880 5.844 339.991 +25 Oct 2020 07:00 UT 67.41 8.478 1815.5 394781 21.7486 -18.3220 76.494 1.191 6.851 5.873 339.879 +25 Oct 2020 08:00 UT 67.79 8.520 1814.6 394966 21.7834 -18.1708 75.987 1.191 6.821 5.902 339.769 +25 Oct 2020 09:00 UT 68.18 8.562 1813.8 395150 21.8180 -18.0183 75.479 1.190 6.791 5.931 339.661 +25 Oct 2020 10:00 UT 68.56 8.603 1813.0 395332 21.8526 -17.8645 74.972 1.190 6.761 5.958 339.554 +25 Oct 2020 11:00 UT 68.95 8.645 1812.1 395513 21.8871 -17.7095 74.465 1.189 6.730 5.986 339.450 +25 Oct 2020 12:00 UT 69.33 8.687 1811.3 395693 21.9214 -17.5533 73.958 1.189 6.699 6.013 339.348 +25 Oct 2020 13:00 UT 69.71 8.728 1810.5 395871 21.9557 -17.3959 73.451 1.189 6.667 6.039 339.247 +25 Oct 2020 14:00 UT 70.08 8.770 1809.7 396047 21.9899 -17.2373 72.944 1.188 6.635 6.065 339.149 +25 Oct 2020 15:00 UT 70.46 8.812 1808.9 396222 22.0241 -17.0776 72.437 1.188 6.603 6.091 339.052 +25 Oct 2020 16:00 UT 70.83 8.853 1808.1 396395 22.0581 -16.9167 71.930 1.187 6.570 6.115 338.958 +25 Oct 2020 17:00 UT 71.21 8.895 1807.3 396567 22.0920 -16.7546 71.423 1.187 6.537 6.140 338.865 +25 Oct 2020 18:00 UT 71.58 8.937 1806.5 396737 22.1259 -16.5915 70.916 1.187 6.504 6.164 338.775 +25 Oct 2020 19:00 UT 71.95 8.978 1805.8 396906 22.1597 -16.4272 70.409 1.186 6.470 6.187 338.686 +25 Oct 2020 20:00 UT 72.31 9.020 1805.0 397073 22.1934 -16.2618 69.902 1.186 6.436 6.210 338.599 +25 Oct 2020 21:00 UT 72.68 9.062 1804.3 397239 22.2270 -16.0954 69.395 1.185 6.401 6.232 338.514 +25 Oct 2020 22:00 UT 73.04 9.103 1803.5 397403 22.2605 -15.9279 68.888 1.185 6.367 6.254 338.431 +25 Oct 2020 23:00 UT 73.40 9.145 1802.8 397566 22.2940 -15.7594 68.381 1.184 6.331 6.275 338.350 +26 Oct 2020 00:00 UT 73.76 9.187 1802.1 397727 22.3273 -15.5899 67.874 1.184 6.296 6.296 338.271 +26 Oct 2020 01:00 UT 74.12 9.228 1801.3 397887 22.3606 -15.4193 67.367 1.184 6.260 6.316 338.193 +26 Oct 2020 02:00 UT 74.48 9.270 1800.6 398045 22.3938 -15.2478 66.860 1.183 6.224 6.336 338.118 +26 Oct 2020 03:00 UT 74.83 9.312 1799.9 398201 22.4270 -15.0753 66.353 1.183 6.187 6.355 338.044 +26 Oct 2020 04:00 UT 75.18 9.353 1799.2 398356 22.4600 -14.9018 65.846 1.182 6.150 6.374 337.973 +26 Oct 2020 05:00 UT 75.53 9.395 1798.5 398510 22.4930 -14.7274 65.339 1.182 6.113 6.392 337.903 +26 Oct 2020 06:00 UT 75.88 9.437 1797.8 398662 22.5259 -14.5520 64.832 1.182 6.076 6.410 337.835 +26 Oct 2020 07:00 UT 76.23 9.478 1797.1 398812 22.5587 -14.3758 64.325 1.181 6.038 6.427 337.769 +26 Oct 2020 08:00 UT 76.57 9.520 1796.5 398961 22.5915 -14.1986 63.819 1.181 6.000 6.443 337.704 +26 Oct 2020 09:00 UT 76.91 9.562 1795.8 399108 22.6241 -14.0205 63.312 1.180 5.961 6.459 337.642 +26 Oct 2020 10:00 UT 77.25 9.603 1795.2 399253 22.6568 -13.8416 62.805 1.180 5.922 6.475 337.582 +26 Oct 2020 11:00 UT 77.59 9.645 1794.5 399397 22.6893 -13.6618 62.298 1.179 5.883 6.490 337.523 +26 Oct 2020 12:00 UT 77.93 9.687 1793.9 399540 22.7218 -13.4812 61.791 1.179 5.844 6.505 337.466 +26 Oct 2020 13:00 UT 78.26 9.728 1793.2 399681 22.7542 -13.2998 61.284 1.178 5.804 6.519 337.411 +26 Oct 2020 14:00 UT 78.59 9.770 1792.6 399820 22.7865 -13.1175 60.777 1.178 5.764 6.532 337.358 +26 Oct 2020 15:00 UT 78.92 9.812 1792.0 399958 22.8187 -12.9345 60.271 1.178 5.724 6.545 337.307 +26 Oct 2020 16:00 UT 79.25 9.853 1791.4 400094 22.8509 -12.7507 59.764 1.177 5.684 6.557 337.257 +26 Oct 2020 17:00 UT 79.58 9.895 1790.8 400229 22.8831 -12.5661 59.257 1.177 5.643 6.569 337.209 +26 Oct 2020 18:00 UT 79.90 9.937 1790.2 400362 22.9151 -12.3807 58.750 1.176 5.602 6.581 337.163 +26 Oct 2020 19:00 UT 80.22 9.978 1789.6 400494 22.9471 -12.1946 58.243 1.176 5.561 6.592 337.119 +26 Oct 2020 20:00 UT 80.54 10.020 1789.0 400624 22.9790 -12.0078 57.737 1.175 5.519 6.602 337.077 +26 Oct 2020 21:00 UT 80.86 10.062 1788.4 400752 23.0109 -11.8203 57.230 1.175 5.477 6.612 337.036 +26 Oct 2020 22:00 UT 81.17 10.103 1787.9 400879 23.0427 -11.6321 56.723 1.174 5.435 6.621 336.997 +26 Oct 2020 23:00 UT 81.49 10.145 1787.3 401005 23.0745 -11.4431 56.216 1.174 5.393 6.630 336.960 +27 Oct 2020 00:00 UT 81.80 10.187 1786.8 401128 23.1062 -11.2536 55.710 1.173 5.350 6.638 336.925 +27 Oct 2020 01:00 UT 82.10 10.228 1786.2 401251 23.1378 -11.0633 55.203 1.173 5.307 6.646 336.892 +27 Oct 2020 02:00 UT 82.41 10.270 1785.7 401371 23.1694 -10.8724 54.696 1.172 5.264 6.653 336.860 +27 Oct 2020 03:00 UT 82.71 10.312 1785.2 401491 23.2009 -10.6809 54.189 1.172 5.221 6.660 336.830 +27 Oct 2020 04:00 UT 83.02 10.353 1784.6 401608 23.2324 -10.4888 53.683 1.171 5.177 6.666 336.802 +27 Oct 2020 05:00 UT 83.31 10.395 1784.1 401724 23.2638 -10.2961 53.176 1.171 5.133 6.672 336.775 +27 Oct 2020 06:00 UT 83.61 10.437 1783.6 401839 23.2951 -10.1028 52.669 1.171 5.089 6.677 336.750 +27 Oct 2020 07:00 UT 83.91 10.478 1783.1 401952 23.3264 -9.9089 52.163 1.170 5.045 6.681 336.727 +27 Oct 2020 08:00 UT 84.20 10.520 1782.6 402063 23.3577 -9.7144 51.656 1.170 5.000 6.685 336.706 +27 Oct 2020 09:00 UT 84.49 10.562 1782.1 402173 23.3889 -9.5194 51.149 1.169 4.956 6.689 336.686 +27 Oct 2020 10:00 UT 84.77 10.603 1781.6 402282 23.4200 -9.3238 50.643 1.169 4.911 6.692 336.668 +27 Oct 2020 11:00 UT 85.06 10.645 1781.2 402389 23.4511 -9.1278 50.136 1.168 4.865 6.695 336.652 +27 Oct 2020 12:00 UT 85.34 10.687 1780.7 402494 23.4822 -8.9312 49.629 1.168 4.820 6.697 336.637 +27 Oct 2020 13:00 UT 85.62 10.728 1780.2 402598 23.5132 -8.7341 49.123 1.167 4.774 6.698 336.624 +27 Oct 2020 14:00 UT 85.90 10.770 1779.8 402700 23.5441 -8.5365 48.616 1.166 4.728 6.699 336.613 +27 Oct 2020 15:00 UT 86.18 10.812 1779.4 402801 23.5750 -8.3385 48.109 1.166 4.682 6.700 336.603 +27 Oct 2020 16:00 UT 86.45 10.853 1778.9 402900 23.6059 -8.1400 47.603 1.165 4.636 6.700 336.595 +27 Oct 2020 17:00 UT 86.72 10.895 1778.5 402998 23.6367 -7.9411 47.096 1.165 4.590 6.699 336.589 +27 Oct 2020 18:00 UT 86.99 10.937 1778.1 403095 23.6675 -7.7417 46.590 1.164 4.543 6.698 336.584 +27 Oct 2020 19:00 UT 87.25 10.978 1777.6 403189 23.6982 -7.5419 46.083 1.164 4.496 6.696 336.581 +27 Oct 2020 20:00 UT 87.52 11.020 1777.2 403283 23.7289 -7.3416 45.577 1.163 4.449 6.694 336.580 +27 Oct 2020 21:00 UT 87.78 11.062 1776.8 403375 23.7596 -7.1410 45.070 1.163 4.402 6.692 336.580 +27 Oct 2020 22:00 UT 88.04 11.103 1776.4 403465 23.7902 -6.9400 44.563 1.162 4.354 6.689 336.582 +27 Oct 2020 23:00 UT 88.29 11.145 1776.0 403554 23.8208 -6.7387 44.057 1.162 4.307 6.685 336.586 +28 Oct 2020 00:00 UT 88.54 11.187 1775.6 403641 23.8514 -6.5369 43.550 1.161 4.259 6.681 336.591 +28 Oct 2020 01:00 UT 88.79 11.228 1775.3 403727 23.8819 -6.3348 43.044 1.161 4.211 6.676 336.598 +28 Oct 2020 02:00 UT 89.04 11.270 1774.9 403812 23.9124 -6.1324 42.537 1.160 4.163 6.671 336.606 +28 Oct 2020 03:00 UT 89.29 11.312 1774.5 403895 23.9428 -5.9297 42.031 1.160 4.115 6.665 336.616 +28 Oct 2020 04:00 UT 89.53 11.353 1774.2 403976 23.9732 -5.7266 41.524 1.159 4.066 6.659 336.627 +28 Oct 2020 05:00 UT 89.77 11.395 1773.8 404056 0.0036 -5.5233 41.018 1.158 4.017 6.653 336.640 +28 Oct 2020 06:00 UT 90.01 11.437 1773.5 404135 0.0340 -5.3196 40.511 1.158 3.968 6.646 336.655 +28 Oct 2020 07:00 UT 90.24 11.478 1773.1 404212 0.0643 -5.1157 40.005 1.157 3.919 6.638 336.671 +28 Oct 2020 08:00 UT 90.48 11.520 1772.8 404288 0.0946 -4.9115 39.498 1.157 3.870 6.630 336.689 +28 Oct 2020 09:00 UT 90.71 11.562 1772.5 404362 0.1249 -4.7070 38.992 1.156 3.821 6.621 336.708 +28 Oct 2020 10:00 UT 90.93 11.603 1772.2 404435 0.1551 -4.5024 38.485 1.156 3.771 6.612 336.729 +28 Oct 2020 11:00 UT 91.16 11.645 1771.8 404507 0.1853 -4.2975 37.979 1.155 3.722 6.602 336.752 +28 Oct 2020 12:00 UT 91.38 11.687 1771.5 404577 0.2155 -4.0923 37.472 1.154 3.672 6.592 336.776 +28 Oct 2020 13:00 UT 91.60 11.728 1771.2 404646 0.2457 -3.8870 36.966 1.154 3.622 6.581 336.801 +28 Oct 2020 14:00 UT 91.82 11.770 1770.9 404713 0.2758 -3.6815 36.459 1.153 3.572 6.570 336.828 +28 Oct 2020 15:00 UT 92.03 11.812 1770.7 404779 0.3060 -3.4758 35.953 1.153 3.522 6.559 336.857 +28 Oct 2020 16:00 UT 92.24 11.853 1770.4 404843 0.3361 -3.2699 35.446 1.152 3.471 6.546 336.887 +28 Oct 2020 17:00 UT 92.45 11.895 1770.1 404906 0.3662 -3.0638 34.940 1.151 3.421 6.534 336.919 +28 Oct 2020 18:00 UT 92.66 11.937 1769.8 404968 0.3962 -2.8576 34.434 1.151 3.370 6.521 336.952 +28 Oct 2020 19:00 UT 92.86 11.978 1769.6 405028 0.4263 -2.6513 33.927 1.150 3.319 6.507 336.986 +28 Oct 2020 20:00 UT 93.06 12.020 1769.3 405087 0.4563 -2.4449 33.421 1.149 3.268 6.493 337.023 +28 Oct 2020 21:00 UT 93.26 12.062 1769.1 405145 0.4863 -2.2383 32.914 1.149 3.217 6.478 337.060 +28 Oct 2020 22:00 UT 93.46 12.103 1768.8 405201 0.5163 -2.0317 32.408 1.148 3.166 6.463 337.099 +28 Oct 2020 23:00 UT 93.65 12.145 1768.6 405256 0.5463 -1.8249 31.901 1.148 3.114 6.448 337.140 +29 Oct 2020 00:00 UT 93.84 12.187 1768.3 405309 0.5763 -1.6181 31.395 1.147 3.063 6.432 337.182 +29 Oct 2020 01:00 UT 94.02 12.228 1768.1 405362 0.6063 -1.4112 30.889 1.146 3.011 6.415 337.225 +29 Oct 2020 02:00 UT 94.21 12.270 1767.9 405412 0.6362 -1.2043 30.382 1.146 2.960 6.398 337.270 +29 Oct 2020 03:00 UT 94.39 12.312 1767.7 405462 0.6661 -0.9973 29.876 1.145 2.908 6.380 337.317 +29 Oct 2020 04:00 UT 94.57 12.353 1767.5 405510 0.6961 -0.7903 29.369 1.144 2.856 6.363 337.365 +29 Oct 2020 05:00 UT 94.74 12.395 1767.3 405557 0.7260 -0.5832 28.863 1.144 2.804 6.344 337.414 +29 Oct 2020 06:00 UT 94.92 12.437 1767.1 405602 0.7559 -0.3762 28.357 1.143 2.752 6.325 337.465 +29 Oct 2020 07:00 UT 95.09 12.478 1766.9 405646 0.7858 -0.1692 27.850 1.142 2.699 6.306 337.517 +29 Oct 2020 08:00 UT 95.25 12.520 1766.7 405689 0.8157 0.0379 27.344 1.142 2.647 6.286 337.571 +29 Oct 2020 09:00 UT 95.42 12.562 1766.5 405731 0.8457 0.2449 26.838 1.141 2.594 6.266 337.626 +29 Oct 2020 10:00 UT 95.58 12.603 1766.3 405771 0.8756 0.4518 26.331 1.140 2.542 6.245 337.683 +29 Oct 2020 11:00 UT 95.74 12.645 1766.2 405810 0.9055 0.6587 25.825 1.140 2.489 6.223 337.741 +29 Oct 2020 12:00 UT 95.89 12.687 1766.0 405848 0.9353 0.8656 25.319 1.139 2.436 6.202 337.800 +29 Oct 2020 13:00 UT 96.05 12.728 1765.8 405884 0.9652 1.0724 24.812 1.138 2.383 6.180 337.861 +29 Oct 2020 14:00 UT 96.20 12.770 1765.7 405919 0.9951 1.2790 24.306 1.138 2.330 6.157 337.923 +29 Oct 2020 15:00 UT 96.34 12.812 1765.5 405953 1.0250 1.4856 23.800 1.137 2.277 6.134 337.987 +29 Oct 2020 16:00 UT 96.49 12.853 1765.4 405985 1.0549 1.6921 23.293 1.136 2.224 6.110 338.052 +29 Oct 2020 17:00 UT 96.63 12.895 1765.3 406017 1.0848 1.8985 22.787 1.136 2.170 6.086 338.118 +29 Oct 2020 18:00 UT 96.77 12.937 1765.1 406047 1.1148 2.1047 22.281 1.135 2.117 6.062 338.186 +29 Oct 2020 19:00 UT 96.90 12.978 1765.0 406075 1.1447 2.3108 21.774 1.134 2.063 6.037 338.255 +29 Oct 2020 20:00 UT 97.04 13.020 1764.9 406103 1.1746 2.5168 21.268 1.133 2.010 6.011 338.326 +29 Oct 2020 21:00 UT 97.17 13.062 1764.8 406129 1.2045 2.7225 20.762 1.133 1.956 5.986 338.398 +29 Oct 2020 22:00 UT 97.29 13.103 1764.7 406154 1.2344 2.9281 20.256 1.132 1.902 5.959 338.472 +29 Oct 2020 23:00 UT 97.42 13.145 1764.6 406178 1.2644 3.1336 19.749 1.131 1.849 5.932 338.546 +30 Oct 2020 00:00 UT 97.54 13.187 1764.5 406201 1.2943 3.3388 19.243 1.131 1.795 5.905 338.623 +30 Oct 2020 01:00 UT 97.66 13.228 1764.4 406222 1.3243 3.5438 18.737 1.130 1.741 5.878 338.700 +30 Oct 2020 02:00 UT 97.77 13.270 1764.3 406242 1.3543 3.7485 18.230 1.129 1.687 5.850 338.779 +30 Oct 2020 03:00 UT 97.88 13.312 1764.2 406261 1.3843 3.9531 17.724 1.128 1.632 5.821 338.859 +30 Oct 2020 04:00 UT 97.99 13.353 1764.1 406279 1.4143 4.1574 17.218 1.128 1.578 5.792 338.941 +30 Oct 2020 05:00 UT 98.10 13.395 1764.0 406295 1.4443 4.3614 16.712 1.127 1.524 5.763 339.024 +30 Oct 2020 06:00 UT 98.20 13.437 1764.0 406310 1.4743 4.5652 16.205 1.126 1.470 5.733 339.108 +30 Oct 2020 07:00 UT 98.30 13.478 1763.9 406324 1.5044 4.7687 15.699 1.125 1.415 5.703 339.194 +30 Oct 2020 08:00 UT 98.40 13.520 1763.9 406337 1.5344 4.9718 15.193 1.125 1.361 5.672 339.281 +30 Oct 2020 09:00 UT 98.49 13.562 1763.8 406349 1.5645 5.1747 14.687 1.124 1.306 5.641 339.370 +30 Oct 2020 10:00 UT 98.59 13.603 1763.8 406360 1.5946 5.3773 14.180 1.123 1.252 5.610 339.459 +30 Oct 2020 11:00 UT 98.67 13.645 1763.7 406369 1.6247 5.5795 13.674 1.122 1.197 5.578 339.550 +30 Oct 2020 12:00 UT 98.76 13.687 1763.7 406377 1.6549 5.7814 13.168 1.121 1.142 5.546 339.643 +30 Oct 2020 13:00 UT 98.84 13.728 1763.7 406384 1.6850 5.9830 12.662 1.121 1.087 5.513 339.736 +30 Oct 2020 14:00 UT 98.92 13.770 1763.6 406390 1.7152 6.1841 12.155 1.120 1.033 5.480 339.832 +30 Oct 2020 15:00 UT 99.00 13.812 1763.6 406394 1.7454 6.3849 11.649 1.119 0.978 5.446 339.928 +30 Oct 2020 16:00 UT 99.07 13.853 1763.6 406398 1.7757 6.5854 11.143 1.118 0.923 5.412 340.026 +30 Oct 2020 17:00 UT 99.14 13.895 1763.6 406400 1.8059 6.7854 10.637 1.117 0.868 5.378 340.125 +30 Oct 2020 18:00 UT 99.21 13.937 1763.6 406401 1.8362 6.9850 10.130 1.117 0.813 5.343 340.225 +30 Oct 2020 19:00 UT 99.27 13.978 1763.6 406401 1.8665 7.1841 9.624 1.116 0.758 5.308 340.327 +30 Oct 2020 20:00 UT 99.33 14.020 1763.6 406400 1.8968 7.3829 9.118 1.115 0.703 5.272 340.430 +30 Oct 2020 21:00 UT 99.39 14.062 1763.6 406398 1.9272 7.5812 8.612 1.114 0.647 5.236 340.534 +30 Oct 2020 22:00 UT 99.45 14.103 1763.6 406394 1.9576 7.7790 8.106 1.113 0.592 5.200 340.640 +30 Oct 2020 23:00 UT 99.50 14.145 1763.6 406390 1.9880 7.9763 7.599 1.113 0.537 5.163 340.747 +31 Oct 2020 00:00 UT 99.55 14.187 1763.7 406384 2.0185 8.1732 7.093 1.112 0.482 5.126 340.855 +31 Oct 2020 01:00 UT 99.59 14.228 1763.7 406377 2.0489 8.3696 6.587 1.111 0.426 5.089 340.964 +31 Oct 2020 02:00 UT 99.63 14.270 1763.7 406369 2.0795 8.5654 6.081 1.110 0.371 5.051 341.075 +31 Oct 2020 03:00 UT 99.67 14.312 1763.8 406360 2.1100 8.7608 5.574 1.109 0.316 5.012 341.187 +31 Oct 2020 04:00 UT 99.71 14.353 1763.8 406350 2.1406 8.9556 5.068 1.108 0.260 4.974 341.300 +31 Oct 2020 05:00 UT 99.74 14.395 1763.9 406338 2.1712 9.1498 4.562 1.107 0.205 4.935 341.415 +31 Oct 2020 06:00 UT 99.78 14.437 1763.9 406326 2.2019 9.3435 4.056 1.107 0.149 4.895 341.531 +31 Oct 2020 07:00 UT 99.80 14.478 1764.0 406312 2.2325 9.5366 3.550 1.106 0.094 4.855 341.648 +31 Oct 2020 08:00 UT 99.83 14.520 1764.0 406297 2.2633 9.7292 3.043 1.105 0.039 4.815 341.767 +31 Oct 2020 09:00 UT 99.85 14.562 1764.1 406282 2.2940 9.9211 2.537 1.104 -0.017 4.775 341.886 +31 Oct 2020 10:00 UT 99.87 14.603 1764.2 406265 2.3248 10.1124 2.031 1.103 -0.072 4.734 342.007 +31 Oct 2020 11:00 UT 99.88 14.645 1764.3 406247 2.3557 10.3031 1.525 1.102 -0.128 4.693 342.130 +31 Oct 2020 12:00 UT 99.89 14.687 1764.3 406227 2.3866 10.4932 1.019 1.101 -0.183 4.651 342.253 +31 Oct 2020 13:00 UT 99.90 14.728 1764.4 406207 2.4175 10.6826 0.513 1.100 -0.239 4.609 342.378 +31 Oct 2020 14:00 UT 99.91 14.770 1764.5 406186 2.4485 10.8714 0.006 1.100 -0.295 4.567 342.504 +31 Oct 2020 15:00 UT 99.91 14.812 1764.6 406163 2.4795 11.0595 -0.500 1.099 -0.350 4.524 342.632 +31 Oct 2020 16:00 UT 99.91 14.853 1764.7 406140 2.5105 11.2469 -1.006 1.098 -0.406 4.481 342.760 +31 Oct 2020 17:00 UT 99.91 14.895 1764.8 406115 2.5416 11.4336 -1.512 1.097 -0.461 4.438 342.890 +31 Oct 2020 18:00 UT 99.90 14.937 1764.9 406089 2.5727 11.6196 -2.018 1.096 -0.517 4.394 343.021 +31 Oct 2020 19:00 UT 99.89 14.978 1765.1 406062 2.6039 11.8049 -2.525 1.095 -0.572 4.350 343.153 +31 Oct 2020 20:00 UT 99.88 15.020 1765.2 406034 2.6352 11.9894 -3.031 1.094 -0.628 4.306 343.287 +31 Oct 2020 21:00 UT 99.86 15.062 1765.3 406005 2.6664 12.1732 -3.537 1.093 -0.683 4.262 343.422 +31 Oct 2020 22:00 UT 99.84 15.103 1765.4 405975 2.6978 12.3562 -4.043 1.092 -0.739 4.217 343.558 +31 Oct 2020 23:00 UT 99.82 15.145 1765.6 405944 2.7291 12.5385 -4.549 1.091 -0.794 4.171 343.695 +01 Nov 2020 00:00 UT 99.80 15.187 1765.7 405912 2.7606 12.7199 -5.056 1.090 -0.850 4.126 343.834 +01 Nov 2020 01:00 UT 99.77 15.228 1765.9 405878 2.7920 12.9006 -5.562 1.090 -0.905 4.080 343.973 +01 Nov 2020 02:00 UT 99.74 15.270 1766.0 405844 2.8235 13.0804 -6.068 1.089 -0.961 4.034 344.114 +01 Nov 2020 03:00 UT 99.70 15.312 1766.2 405808 2.8551 13.2594 -6.574 1.088 -1.016 3.987 344.256 +01 Nov 2020 04:00 UT 99.66 15.353 1766.3 405771 2.8867 13.4376 -7.080 1.087 -1.072 3.940 344.400 +01 Nov 2020 05:00 UT 99.62 15.395 1766.5 405734 2.9184 13.6149 -7.586 1.086 -1.127 3.893 344.544 +01 Nov 2020 06:00 UT 99.58 15.437 1766.7 405695 2.9501 13.7914 -8.093 1.085 -1.182 3.846 344.690 +01 Nov 2020 07:00 UT 99.53 15.478 1766.8 405655 2.9819 13.9669 -8.599 1.084 -1.238 3.798 344.837 +01 Nov 2020 08:00 UT 99.48 15.520 1767.0 405614 3.0137 14.1416 -9.105 1.083 -1.293 3.750 344.985 +01 Nov 2020 09:00 UT 99.43 15.562 1767.2 405572 3.0456 14.3154 -9.611 1.082 -1.348 3.701 345.135 +01 Nov 2020 10:00 UT 99.37 15.603 1767.4 405528 3.0776 14.4882 -10.117 1.081 -1.404 3.653 345.285 +01 Nov 2020 11:00 UT 99.31 15.645 1767.6 405484 3.1096 14.6601 -10.624 1.080 -1.459 3.604 345.437 +01 Nov 2020 12:00 UT 99.25 15.687 1767.8 405439 3.1416 14.8311 -11.130 1.079 -1.514 3.555 345.590 +01 Nov 2020 13:00 UT 99.19 15.728 1768.0 405392 3.1737 15.0010 -11.636 1.078 -1.569 3.505 345.744 +01 Nov 2020 14:00 UT 99.12 15.770 1768.2 405345 3.2059 15.1701 -12.142 1.077 -1.624 3.456 345.900 +01 Nov 2020 15:00 UT 99.05 15.812 1768.4 405296 3.2381 15.3381 -12.648 1.076 -1.679 3.406 346.056 +01 Nov 2020 16:00 UT 98.97 15.853 1768.6 405246 3.2704 15.5051 -13.155 1.075 -1.734 3.355 346.214 +01 Nov 2020 17:00 UT 98.89 15.895 1768.8 405195 3.3028 15.6711 -13.661 1.074 -1.789 3.305 346.373 +01 Nov 2020 18:00 UT 98.81 15.937 1769.1 405144 3.3352 15.8361 -14.167 1.073 -1.844 3.254 346.533 +01 Nov 2020 19:00 UT 98.73 15.978 1769.3 405091 3.3676 16.0001 -14.673 1.072 -1.899 3.203 346.694 +01 Nov 2020 20:00 UT 98.64 16.020 1769.5 405036 3.4002 16.1629 -15.179 1.071 -1.953 3.152 346.856 +01 Nov 2020 21:00 UT 98.55 16.062 1769.8 404981 3.4327 16.3247 -15.685 1.070 -2.008 3.100 347.020 +01 Nov 2020 22:00 UT 98.46 16.103 1770.0 404925 3.4654 16.4855 -16.192 1.069 -2.063 3.048 347.184 +01 Nov 2020 23:00 UT 98.36 16.145 1770.3 404868 3.4981 16.6451 -16.698 1.068 -2.117 2.996 347.350 +02 Nov 2020 00:00 UT 98.26 16.187 1770.5 404809 3.5309 16.8036 -17.204 1.067 -2.172 2.944 347.517 +02 Nov 2020 01:00 UT 98.16 16.228 1770.8 404750 3.5637 16.9610 -17.710 1.066 -2.226 2.891 347.685 +02 Nov 2020 02:00 UT 98.06 16.270 1771.1 404689 3.5966 17.1173 -18.216 1.065 -2.280 2.839 347.854 +02 Nov 2020 03:00 UT 97.95 16.312 1771.3 404627 3.6295 17.2724 -18.723 1.064 -2.335 2.786 348.024 +02 Nov 2020 04:00 UT 97.84 16.353 1771.6 404564 3.6626 17.4263 -19.229 1.063 -2.389 2.733 348.195 +02 Nov 2020 05:00 UT 97.72 16.395 1771.9 404500 3.6957 17.5790 -19.735 1.062 -2.443 2.679 348.367 +02 Nov 2020 06:00 UT 97.61 16.437 1772.2 404435 3.7288 17.7306 -20.241 1.061 -2.497 2.625 348.541 +02 Nov 2020 07:00 UT 97.49 16.478 1772.5 404369 3.7620 17.8809 -20.748 1.060 -2.551 2.572 348.715 +02 Nov 2020 08:00 UT 97.36 16.520 1772.7 404302 3.7953 18.0301 -21.254 1.059 -2.604 2.518 348.891 +02 Nov 2020 09:00 UT 97.23 16.562 1773.0 404234 3.8286 18.1779 -21.760 1.058 -2.658 2.463 349.068 +02 Nov 2020 10:00 UT 97.11 16.603 1773.4 404164 3.8621 18.3246 -22.266 1.057 -2.712 2.409 349.246 +02 Nov 2020 11:00 UT 96.97 16.645 1773.7 404093 3.8955 18.4700 -22.772 1.056 -2.765 2.354 349.424 +02 Nov 2020 12:00 UT 96.84 16.687 1774.0 404022 3.9291 18.6141 -23.279 1.054 -2.819 2.299 349.604 +02 Nov 2020 13:00 UT 96.70 16.728 1774.3 403949 3.9627 18.7569 -23.785 1.053 -2.872 2.244 349.785 +02 Nov 2020 14:00 UT 96.56 16.770 1774.6 403875 3.9964 18.8984 -24.291 1.052 -2.925 2.189 349.967 +02 Nov 2020 15:00 UT 96.41 16.812 1774.9 403800 4.0301 19.0385 -24.797 1.051 -2.978 2.134 350.150 +02 Nov 2020 16:00 UT 96.26 16.853 1775.3 403724 4.0639 19.1774 -25.304 1.050 -3.031 2.078 350.334 +02 Nov 2020 17:00 UT 96.11 16.895 1775.6 403646 4.0978 19.3149 -25.810 1.049 -3.084 2.022 350.519 +02 Nov 2020 18:00 UT 95.96 16.937 1776.0 403568 4.1317 19.4510 -26.316 1.048 -3.136 1.966 350.705 +02 Nov 2020 19:00 UT 95.80 16.978 1776.3 403488 4.1658 19.5858 -26.822 1.047 -3.189 1.910 350.892 +02 Nov 2020 20:00 UT 95.64 17.020 1776.7 403408 4.1998 19.7191 -27.329 1.046 -3.241 1.854 351.080 +02 Nov 2020 21:00 UT 95.48 17.062 1777.0 403326 4.2340 19.8511 -27.835 1.045 -3.294 1.797 351.269 +02 Nov 2020 22:00 UT 95.32 17.103 1777.4 403243 4.2682 19.9817 -28.341 1.044 -3.346 1.741 351.459 +02 Nov 2020 23:00 UT 95.15 17.145 1777.8 403159 4.3025 20.1108 -28.847 1.043 -3.398 1.684 351.650 +03 Nov 2020 00:00 UT 94.98 17.187 1778.1 403074 4.3369 20.2385 -29.354 1.042 -3.450 1.627 351.842 +03 Nov 2020 01:00 UT 94.80 17.228 1778.5 402987 4.3713 20.3647 -29.860 1.040 -3.501 1.570 352.035 +03 Nov 2020 02:00 UT 94.63 17.270 1778.9 402900 4.4058 20.4894 -30.366 1.039 -3.553 1.513 352.228 +03 Nov 2020 03:00 UT 94.45 17.312 1779.3 402811 4.4403 20.6127 -30.872 1.038 -3.604 1.455 352.423 +03 Nov 2020 04:00 UT 94.26 17.353 1779.7 402721 4.4750 20.7345 -31.379 1.037 -3.656 1.398 352.618 +03 Nov 2020 05:00 UT 94.08 17.395 1780.1 402630 4.5096 20.8547 -31.885 1.036 -3.707 1.340 352.815 +03 Nov 2020 06:00 UT 93.89 17.437 1780.5 402538 4.5444 20.9734 -32.391 1.035 -3.758 1.283 353.012 +03 Nov 2020 07:00 UT 93.70 17.478 1780.9 402445 4.5792 21.0906 -32.897 1.034 -3.808 1.225 353.210 +03 Nov 2020 08:00 UT 93.50 17.520 1781.3 402350 4.6141 21.2063 -33.404 1.033 -3.859 1.167 353.409 +03 Nov 2020 09:00 UT 93.30 17.562 1781.8 402255 4.6491 21.3203 -33.910 1.032 -3.909 1.109 353.609 +03 Nov 2020 10:00 UT 93.10 17.603 1782.2 402158 4.6841 21.4328 -34.416 1.030 -3.959 1.051 353.810 +03 Nov 2020 11:00 UT 92.90 17.645 1782.6 402060 4.7193 21.5437 -34.923 1.029 -4.009 0.992 354.011 +03 Nov 2020 12:00 UT 92.69 17.687 1783.1 401961 4.7544 21.6530 -35.429 1.028 -4.059 0.934 354.214 +03 Nov 2020 13:00 UT 92.48 17.728 1783.5 401861 4.7897 21.7607 -35.935 1.027 -4.109 0.875 354.417 +03 Nov 2020 14:00 UT 92.27 17.770 1784.0 401759 4.8250 21.8667 -36.442 1.026 -4.158 0.817 354.621 +03 Nov 2020 15:00 UT 92.06 17.812 1784.4 401657 4.8603 21.9711 -36.948 1.025 -4.208 0.758 354.826 +03 Nov 2020 16:00 UT 91.84 17.853 1784.9 401553 4.8958 22.0738 -37.454 1.024 -4.257 0.699 355.031 +03 Nov 2020 17:00 UT 91.62 17.895 1785.3 401448 4.9313 22.1749 -37.961 1.022 -4.306 0.641 355.237 +03 Nov 2020 18:00 UT 91.40 17.937 1785.8 401342 4.9669 22.2742 -38.467 1.021 -4.354 0.582 355.444 +03 Nov 2020 19:00 UT 91.17 17.978 1786.3 401234 5.0025 22.3719 -38.973 1.020 -4.403 0.523 355.652 +03 Nov 2020 20:00 UT 90.94 18.020 1786.8 401126 5.0382 22.4679 -39.480 1.019 -4.451 0.464 355.860 +03 Nov 2020 21:00 UT 90.71 18.062 1787.3 401016 5.0740 22.5621 -39.986 1.018 -4.499 0.404 356.069 +03 Nov 2020 22:00 UT 90.48 18.103 1787.8 400905 5.1098 22.6546 -40.492 1.017 -4.547 0.345 356.279 +03 Nov 2020 23:00 UT 90.24 18.145 1788.3 400793 5.1457 22.7454 -40.999 1.016 -4.594 0.286 356.489 +04 Nov 2020 00:00 UT 90.00 18.187 1788.8 400680 5.1817 22.8344 -41.505 1.014 -4.641 0.227 356.700 +04 Nov 2020 01:00 UT 89.76 18.228 1789.3 400565 5.2177 22.9216 -42.011 1.013 -4.689 0.167 356.912 +04 Nov 2020 02:00 UT 89.51 18.270 1789.8 400449 5.2538 23.0070 -42.518 1.012 -4.735 0.108 357.124 +04 Nov 2020 03:00 UT 89.26 18.312 1790.3 400332 5.2900 23.0906 -43.024 1.011 -4.782 0.048 357.337 +04 Nov 2020 04:00 UT 89.01 18.353 1790.9 400214 5.3262 23.1725 -43.530 1.010 -4.828 -0.011 357.550 +04 Nov 2020 05:00 UT 88.76 18.395 1791.4 400095 5.3625 23.2525 -44.037 1.009 -4.874 -0.070 357.764 +04 Nov 2020 06:00 UT 88.50 18.437 1791.9 399974 5.3988 23.3306 -44.543 1.007 -4.920 -0.130 357.978 +04 Nov 2020 07:00 UT 88.25 18.478 1792.5 399853 5.4352 23.4070 -45.050 1.006 -4.966 -0.190 358.193 +04 Nov 2020 08:00 UT 87.98 18.520 1793.0 399730 5.4717 23.4814 -45.556 1.005 -5.011 -0.249 358.409 +04 Nov 2020 09:00 UT 87.72 18.562 1793.6 399605 5.5082 23.5540 -46.062 1.004 -5.056 -0.309 358.624 +04 Nov 2020 10:00 UT 87.45 18.603 1794.1 399480 5.5448 23.6248 -46.569 1.003 -5.101 -0.368 358.841 +04 Nov 2020 11:00 UT 87.18 18.645 1794.7 399353 5.5814 23.6936 -47.075 1.002 -5.145 -0.428 359.058 +04 Nov 2020 12:00 UT 86.91 18.687 1795.3 399226 5.6181 23.7605 -47.582 1.000 -5.189 -0.487 359.275 +04 Nov 2020 13:00 UT 86.64 18.728 1795.9 399096 5.6549 23.8255 -48.088 0.999 -5.233 -0.547 359.492 +04 Nov 2020 14:00 UT 86.36 18.770 1796.5 398966 5.6917 23.8886 -48.595 0.998 -5.277 -0.607 359.710 +04 Nov 2020 15:00 UT 86.08 18.812 1797.0 398835 5.7285 23.9498 -49.101 0.997 -5.320 -0.666 359.929 +04 Nov 2020 16:00 UT 85.80 18.853 1797.6 398702 5.7655 24.0090 -49.607 0.996 -5.363 -0.726 0.148 +04 Nov 2020 17:00 UT 85.51 18.895 1798.2 398568 5.8024 24.0662 -50.114 0.995 -5.406 -0.785 0.367 +04 Nov 2020 18:00 UT 85.23 18.937 1798.9 398433 5.8395 24.1215 -50.620 0.993 -5.448 -0.845 0.586 +04 Nov 2020 19:00 UT 84.94 18.978 1799.5 398296 5.8766 24.1748 -51.127 0.992 -5.490 -0.904 0.805 +04 Nov 2020 20:00 UT 84.64 19.020 1800.1 398159 5.9137 24.2261 -51.633 0.991 -5.532 -0.964 1.025 +04 Nov 2020 21:00 UT 84.35 19.062 1800.7 398020 5.9509 24.2755 -52.140 0.990 -5.573 -1.023 1.245 +04 Nov 2020 22:00 UT 84.05 19.103 1801.4 397880 5.9881 24.3228 -52.646 0.989 -5.614 -1.083 1.466 +04 Nov 2020 23:00 UT 83.75 19.145 1802.0 397738 6.0254 24.3681 -53.153 0.987 -5.655 -1.142 1.686 +05 Nov 2020 00:00 UT 83.45 19.187 1802.6 397596 6.0628 24.4114 -53.659 0.986 -5.695 -1.201 1.907 +05 Nov 2020 01:00 UT 83.14 19.228 1803.3 397452 6.1002 24.4526 -54.166 0.985 -5.735 -1.260 2.128 +05 Nov 2020 02:00 UT 82.84 19.270 1804.0 397307 6.1376 24.4918 -54.672 0.984 -5.775 -1.319 2.349 +05 Nov 2020 03:00 UT 82.53 19.312 1804.6 397161 6.1751 24.5290 -55.179 0.983 -5.814 -1.379 2.570 +05 Nov 2020 04:00 UT 82.22 19.353 1805.3 397013 6.2126 24.5641 -55.685 0.981 -5.853 -1.438 2.791 +05 Nov 2020 05:00 UT 81.90 19.395 1806.0 396864 6.2502 24.5971 -56.192 0.980 -5.892 -1.496 3.012 +05 Nov 2020 06:00 UT 81.58 19.437 1806.7 396714 6.2878 24.6281 -56.698 0.979 -5.930 -1.555 3.233 +05 Nov 2020 07:00 UT 81.26 19.478 1807.3 396563 6.3255 24.6569 -57.205 0.978 -5.968 -1.614 3.454 +05 Nov 2020 08:00 UT 80.94 19.520 1808.0 396411 6.3632 24.6837 -57.712 0.977 -6.006 -1.673 3.675 +05 Nov 2020 09:00 UT 80.62 19.562 1808.7 396257 6.4010 24.7084 -58.218 0.975 -6.043 -1.731 3.897 +05 Nov 2020 10:00 UT 80.29 19.603 1809.4 396102 6.4387 24.7309 -58.725 0.974 -6.080 -1.790 4.118 +05 Nov 2020 11:00 UT 79.96 19.645 1810.2 395946 6.4766 24.7514 -59.231 0.973 -6.116 -1.848 4.339 +05 Nov 2020 12:00 UT 79.63 19.687 1810.9 395789 6.5144 24.7697 -59.738 0.972 -6.152 -1.907 4.559 +05 Nov 2020 13:00 UT 79.30 19.728 1811.6 395630 6.5523 24.7859 -60.244 0.970 -6.187 -1.965 4.780 +05 Nov 2020 14:00 UT 78.96 19.770 1812.3 395470 6.5903 24.8000 -60.751 0.969 -6.223 -2.023 5.001 +05 Nov 2020 15:00 UT 78.62 19.812 1813.1 395309 6.6283 24.8119 -61.258 0.968 -6.257 -2.081 5.221 +05 Nov 2020 16:00 UT 78.28 19.853 1813.8 395147 6.6663 24.8217 -61.764 0.967 -6.292 -2.139 5.441 +05 Nov 2020 17:00 UT 77.94 19.895 1814.6 394984 6.7043 24.8293 -62.271 0.966 -6.326 -2.196 5.661 +05 Nov 2020 18:00 UT 77.60 19.937 1815.3 394819 6.7424 24.8347 -62.778 0.964 -6.359 -2.254 5.880 +05 Nov 2020 19:00 UT 77.25 19.978 1816.1 394653 6.7805 24.8380 -63.284 0.963 -6.392 -2.311 6.100 +05 Nov 2020 20:00 UT 76.90 20.020 1816.9 394486 6.8186 24.8392 -63.791 0.962 -6.425 -2.369 6.319 +05 Nov 2020 21:00 UT 76.55 20.062 1817.6 394318 6.8568 24.8381 -64.297 0.961 -6.457 -2.426 6.537 +05 Nov 2020 22:00 UT 76.20 20.103 1818.4 394148 6.8950 24.8349 -64.804 0.960 -6.488 -2.483 6.756 +05 Nov 2020 23:00 UT 75.84 20.145 1819.2 393978 6.9332 24.8294 -65.311 0.958 -6.520 -2.539 6.974 +06 Nov 2020 00:00 UT 75.48 20.187 1820.0 393806 6.9715 24.8218 -65.817 0.957 -6.551 -2.596 7.191 +06 Nov 2020 01:00 UT 75.12 20.228 1820.8 393633 7.0098 24.8120 -66.324 0.956 -6.581 -2.653 7.408 +06 Nov 2020 02:00 UT 74.76 20.270 1821.6 393459 7.0481 24.8000 -66.831 0.955 -6.611 -2.709 7.624 +06 Nov 2020 03:00 UT 74.40 20.312 1822.4 393283 7.0864 24.7858 -67.338 0.953 -6.640 -2.765 7.840 +06 Nov 2020 04:00 UT 74.03 20.353 1823.2 393106 7.1247 24.7694 -67.844 0.952 -6.669 -2.821 8.056 +06 Nov 2020 05:00 UT 73.67 20.395 1824.1 392929 7.1631 24.7507 -68.351 0.951 -6.698 -2.877 8.271 +06 Nov 2020 06:00 UT 73.30 20.437 1824.9 392750 7.2015 24.7299 -68.858 0.950 -6.726 -2.932 8.485 +06 Nov 2020 07:00 UT 72.92 20.478 1825.7 392570 7.2399 24.7068 -69.364 0.949 -6.753 -2.988 8.699 +06 Nov 2020 08:00 UT 72.55 20.520 1826.6 392388 7.2783 24.6816 -69.871 0.947 -6.780 -3.043 8.912 +06 Nov 2020 09:00 UT 72.17 20.562 1827.4 392206 7.3168 24.6541 -70.378 0.946 -6.806 -3.098 9.124 +06 Nov 2020 10:00 UT 71.80 20.603 1828.3 392022 7.3552 24.6243 -70.885 0.945 -6.832 -3.153 9.336 +06 Nov 2020 11:00 UT 71.42 20.645 1829.1 391838 7.3937 24.5924 -71.391 0.944 -6.858 -3.207 9.547 +06 Nov 2020 12:00 UT 71.03 20.687 1830.0 391652 7.4322 24.5582 -71.898 0.942 -6.883 -3.262 9.757 +06 Nov 2020 13:00 UT 70.65 20.728 1830.9 391465 7.4707 24.5218 -72.405 0.941 -6.907 -3.316 9.967 +06 Nov 2020 14:00 UT 70.27 20.770 1831.8 391276 7.5092 24.4832 -72.912 0.940 -6.931 -3.370 10.175 +06 Nov 2020 15:00 UT 69.88 20.812 1832.6 391087 7.5477 24.4423 -73.419 0.939 -6.954 -3.423 10.383 +06 Nov 2020 16:00 UT 69.49 20.853 1833.5 390897 7.5862 24.3992 -73.925 0.937 -6.977 -3.477 10.590 +06 Nov 2020 17:00 UT 69.10 20.895 1834.4 390705 7.6247 24.3539 -74.432 0.936 -7.000 -3.530 10.796 +06 Nov 2020 18:00 UT 68.71 20.937 1835.3 390513 7.6633 24.3063 -74.939 0.935 -7.021 -3.583 11.002 +06 Nov 2020 19:00 UT 68.31 20.978 1836.3 390319 7.7018 24.2565 -75.446 0.934 -7.042 -3.635 11.206 +06 Nov 2020 20:00 UT 67.92 21.020 1837.2 390124 7.7404 24.2045 -75.953 0.933 -7.063 -3.688 11.409 +06 Nov 2020 21:00 UT 67.52 21.062 1838.1 389929 7.7789 24.1503 -76.460 0.931 -7.083 -3.740 11.612 +06 Nov 2020 22:00 UT 67.12 21.103 1839.0 389732 7.8175 24.0938 -76.967 0.930 -7.103 -3.792 11.813 +06 Nov 2020 23:00 UT 66.72 21.145 1840.0 389534 7.8561 24.0351 -77.473 0.929 -7.122 -3.843 12.013 +07 Nov 2020 00:00 UT 66.31 21.187 1840.9 389335 7.8946 23.9741 -77.980 0.928 -7.140 -3.895 12.213 +07 Nov 2020 01:00 UT 65.91 21.228 1841.8 389135 7.9332 23.9109 -78.487 0.926 -7.158 -3.946 12.411 +07 Nov 2020 02:00 UT 65.50 21.270 1842.8 388934 7.9718 23.8456 -78.994 0.925 -7.175 -3.996 12.608 +07 Nov 2020 03:00 UT 65.10 21.312 1843.7 388732 8.0103 23.7779 -79.501 0.924 -7.191 -4.047 12.804 +07 Nov 2020 04:00 UT 64.69 21.353 1844.7 388529 8.0489 23.7081 -80.008 0.923 -7.207 -4.097 12.999 +07 Nov 2020 05:00 UT 64.28 21.395 1845.7 388325 8.0874 23.6360 -80.515 0.921 -7.223 -4.147 13.192 +07 Nov 2020 06:00 UT 63.86 21.437 1846.7 388120 8.1260 23.5618 -81.022 0.920 -7.238 -4.196 13.385 +07 Nov 2020 07:00 UT 63.45 21.478 1847.6 387914 8.1645 23.4853 -81.529 0.919 -7.252 -4.245 13.576 +07 Nov 2020 08:00 UT 63.04 21.520 1848.6 387707 8.2031 23.4066 -82.036 0.918 -7.265 -4.294 13.766 +07 Nov 2020 09:00 UT 62.62 21.562 1849.6 387499 8.2416 23.3257 -82.543 0.917 -7.278 -4.343 13.954 +07 Nov 2020 10:00 UT 62.20 21.603 1850.6 387290 8.2802 23.2425 -83.050 0.915 -7.291 -4.391 14.142 +07 Nov 2020 11:00 UT 61.78 21.645 1851.6 387080 8.3187 23.1572 -83.557 0.914 -7.302 -4.439 14.328 +07 Nov 2020 12:00 UT 61.36 21.687 1852.6 386870 8.3572 23.0697 -84.064 0.913 -7.313 -4.486 14.512 +07 Nov 2020 13:00 UT 60.94 21.728 1853.6 386658 8.3957 22.9800 -84.571 0.912 -7.324 -4.534 14.696 +07 Nov 2020 14:00 UT 60.52 21.770 1854.7 386446 8.4342 22.8881 -85.078 0.910 -7.333 -4.581 14.877 +07 Nov 2020 15:00 UT 60.09 21.812 1855.7 386232 8.4726 22.7941 -85.585 0.909 -7.343 -4.627 15.058 +07 Nov 2020 16:00 UT 59.66 21.853 1856.7 386018 8.5111 22.6978 -86.092 0.908 -7.351 -4.673 15.237 +07 Nov 2020 17:00 UT 59.24 21.895 1857.7 385803 8.5496 22.5994 -86.599 0.907 -7.359 -4.719 15.414 +07 Nov 2020 18:00 UT 58.81 21.937 1858.8 385587 8.5880 22.4988 -87.106 0.905 -7.366 -4.764 15.591 +07 Nov 2020 19:00 UT 58.38 21.978 1859.8 385370 8.6264 22.3961 -87.613 0.904 -7.373 -4.809 15.765 +07 Nov 2020 20:00 UT 57.95 22.020 1860.9 385153 8.6648 22.2912 -88.120 0.903 -7.378 -4.854 15.938 +07 Nov 2020 21:00 UT 57.52 22.062 1861.9 384935 8.7032 22.1842 -88.627 0.902 -7.384 -4.898 16.110 +07 Nov 2020 22:00 UT 57.08 22.103 1863.0 384716 8.7416 22.0750 -89.134 0.901 -7.388 -4.942 16.279 +07 Nov 2020 23:00 UT 56.65 22.145 1864.1 384496 8.7800 21.9636 -89.641 0.899 -7.392 -4.985 16.448 +08 Nov 2020 00:00 UT 56.21 22.187 1865.1 384275 8.8183 21.8502 -90.149 0.898 -7.395 -5.028 16.614 +08 Nov 2020 01:00 UT 55.78 22.228 1866.2 384054 8.8566 21.7346 -90.656 0.897 -7.397 -5.071 16.779 +08 Nov 2020 02:00 UT 55.34 22.270 1867.3 383832 8.8949 21.6169 -91.163 0.896 -7.399 -5.113 16.943 +08 Nov 2020 03:00 UT 54.90 22.312 1868.4 383609 8.9332 21.4971 -91.670 0.894 -7.400 -5.155 17.105 +08 Nov 2020 04:00 UT 54.46 22.353 1869.5 383386 8.9715 21.3752 -92.177 0.893 -7.400 -5.197 17.265 +08 Nov 2020 05:00 UT 54.02 22.395 1870.5 383162 9.0097 21.2513 -92.684 0.892 -7.400 -5.237 17.423 +08 Nov 2020 06:00 UT 53.58 22.437 1871.6 382938 9.0479 21.1252 -93.191 0.891 -7.399 -5.278 17.579 +08 Nov 2020 07:00 UT 53.14 22.478 1872.7 382712 9.0861 20.9970 -93.699 0.889 -7.397 -5.318 17.734 +08 Nov 2020 08:00 UT 52.70 22.520 1873.9 382487 9.1243 20.8668 -94.206 0.888 -7.395 -5.358 17.887 +08 Nov 2020 09:00 UT 52.25 22.562 1875.0 382260 9.1625 20.7345 -94.713 0.887 -7.391 -5.397 18.039 +08 Nov 2020 10:00 UT 51.81 22.603 1876.1 382033 9.2006 20.6002 -95.220 0.886 -7.387 -5.436 18.188 +08 Nov 2020 11:00 UT 51.36 22.645 1877.2 381806 9.2387 20.4639 -95.728 0.885 -7.383 -5.474 18.336 +08 Nov 2020 12:00 UT 50.92 22.687 1878.3 381578 9.2768 20.3255 -96.235 0.883 -7.377 -5.512 18.482 +08 Nov 2020 13:00 UT 50.47 22.728 1879.4 381349 9.3149 20.1851 -96.742 0.882 -7.371 -5.549 18.625 +08 Nov 2020 14:00 UT 50.03 22.770 1880.6 381121 9.3529 20.0426 -97.249 0.881 -7.364 -5.586 18.768 +08 Nov 2020 15:00 UT 49.58 22.812 1881.7 380891 9.3910 19.8982 -97.757 0.880 -7.357 -5.622 18.908 +08 Nov 2020 16:00 UT 49.13 22.853 1882.8 380661 9.4290 19.7518 -98.264 0.878 -7.348 -5.658 19.046 +08 Nov 2020 17:00 UT 48.68 22.895 1884.0 380431 9.4669 19.6034 -98.771 0.877 -7.339 -5.693 19.182 +08 Nov 2020 18:00 UT 48.23 22.937 1885.1 380200 9.5049 19.4530 -99.278 0.876 -7.329 -5.728 19.317 +08 Nov 2020 19:00 UT 47.78 22.978 1886.3 379969 9.5428 19.3007 -99.786 0.875 -7.319 -5.763 19.449 +08 Nov 2020 20:00 UT 47.33 23.020 1887.4 379738 9.5807 19.1464 -100.293 0.874 -7.307 -5.796 19.580 +08 Nov 2020 21:00 UT 46.88 23.062 1888.6 379506 9.6186 18.9902 -100.800 0.872 -7.295 -5.830 19.708 +08 Nov 2020 22:00 UT 46.43 23.103 1889.7 379274 9.6564 18.8321 -101.308 0.871 -7.282 -5.863 19.835 +08 Nov 2020 23:00 UT 45.98 23.145 1890.9 379042 9.6943 18.6720 -101.815 0.870 -7.269 -5.895 19.959 +09 Nov 2020 00:00 UT 45.53 23.187 1892.0 378810 9.7321 18.5101 -102.323 0.869 -7.254 -5.927 20.082 +09 Nov 2020 01:00 UT 45.08 23.228 1893.2 378577 9.7698 18.3462 -102.830 0.867 -7.239 -5.958 20.202 +09 Nov 2020 02:00 UT 44.63 23.270 1894.4 378344 9.8076 18.1805 -103.337 0.866 -7.223 -5.989 20.321 +09 Nov 2020 03:00 UT 44.17 23.312 1895.5 378111 9.8453 18.0129 -103.845 0.865 -7.207 -6.019 20.437 +09 Nov 2020 04:00 UT 43.72 23.353 1896.7 377878 9.8830 17.8434 -104.352 0.864 -7.189 -6.048 20.551 +09 Nov 2020 05:00 UT 43.27 23.395 1897.9 377645 9.9207 17.6721 -104.860 0.863 -7.171 -6.078 20.663 +09 Nov 2020 06:00 UT 42.82 23.437 1899.1 377411 9.9584 17.4990 -105.367 0.861 -7.152 -6.106 20.774 +09 Nov 2020 07:00 UT 42.36 23.478 1900.2 377178 9.9960 17.3241 -105.874 0.860 -7.132 -6.134 20.882 +09 Nov 2020 08:00 UT 41.91 23.520 1901.4 376944 10.0336 17.1474 -106.382 0.859 -7.111 -6.161 20.987 +09 Nov 2020 09:00 UT 41.46 23.562 1902.6 376711 10.0712 16.9688 -106.889 0.858 -7.090 -6.188 21.091 +09 Nov 2020 10:00 UT 41.01 23.603 1903.8 376477 10.1087 16.7885 -107.397 0.857 -7.068 -6.214 21.193 +09 Nov 2020 11:00 UT 40.56 23.645 1904.9 376243 10.1462 16.6065 -107.904 0.855 -7.045 -6.240 21.292 +09 Nov 2020 12:00 UT 40.10 23.687 1906.1 376010 10.1837 16.4227 -108.412 0.854 -7.021 -6.265 21.390 +09 Nov 2020 13:00 UT 39.65 23.728 1907.3 375777 10.2212 16.2371 -108.919 0.853 -6.997 -6.289 21.485 +09 Nov 2020 14:00 UT 39.20 23.770 1908.5 375543 10.2587 16.0499 -109.427 0.852 -6.971 -6.313 21.578 +09 Nov 2020 15:00 UT 38.75 23.812 1909.7 375310 10.2961 15.8609 -109.934 0.851 -6.945 -6.336 21.668 +09 Nov 2020 16:00 UT 38.30 23.853 1910.9 375077 10.3335 15.6702 -110.442 0.849 -6.919 -6.359 21.757 +09 Nov 2020 17:00 UT 37.85 23.895 1912.1 374845 10.3709 15.4779 -110.950 0.848 -6.891 -6.381 21.843 +09 Nov 2020 18:00 UT 37.40 23.937 1913.2 374612 10.4083 15.2839 -111.457 0.847 -6.862 -6.402 21.927 +09 Nov 2020 19:00 UT 36.95 23.978 1914.4 374380 10.4456 15.0883 -111.965 0.846 -6.833 -6.423 22.009 +09 Nov 2020 20:00 UT 36.50 24.020 1915.6 374148 10.4830 14.8910 -112.472 0.844 -6.803 -6.443 22.089 +09 Nov 2020 21:00 UT 36.05 24.062 1916.8 373916 10.5203 14.6922 -112.980 0.843 -6.772 -6.463 22.167 +09 Nov 2020 22:00 UT 35.60 24.103 1918.0 373685 10.5576 14.4917 -113.487 0.842 -6.741 -6.482 22.242 +09 Nov 2020 23:00 UT 35.16 24.145 1919.2 373454 10.5948 14.2896 -113.995 0.841 -6.708 -6.500 22.315 +10 Nov 2020 00:00 UT 34.71 24.187 1920.4 373224 10.6321 14.0860 -114.503 0.840 -6.675 -6.518 22.385 +10 Nov 2020 01:00 UT 34.26 24.228 1921.5 372994 10.6693 13.8809 -115.010 0.838 -6.641 -6.534 22.454 +10 Nov 2020 02:00 UT 33.82 24.270 1922.7 372764 10.7065 13.6742 -115.518 0.837 -6.607 -6.551 22.520 +10 Nov 2020 03:00 UT 33.37 24.312 1923.9 372535 10.7437 13.4660 -116.026 0.836 -6.571 -6.566 22.584 +10 Nov 2020 04:00 UT 32.93 24.353 1925.1 372307 10.7809 13.2563 -116.533 0.835 -6.535 -6.581 22.645 +10 Nov 2020 05:00 UT 32.49 24.395 1926.3 372079 10.8180 13.0451 -117.041 0.834 -6.498 -6.596 22.705 +10 Nov 2020 06:00 UT 32.05 24.437 1927.4 371852 10.8552 12.8324 -117.549 0.832 -6.460 -6.609 22.762 +10 Nov 2020 07:00 UT 31.61 24.478 1928.6 371625 10.8923 12.6183 -118.056 0.831 -6.421 -6.622 22.816 +10 Nov 2020 08:00 UT 31.17 24.520 1929.8 371399 10.9294 12.4028 -118.564 0.830 -6.382 -6.634 22.869 +10 Nov 2020 09:00 UT 30.73 24.562 1931.0 371174 10.9665 12.1859 -119.072 0.829 -6.342 -6.646 22.919 +10 Nov 2020 10:00 UT 30.29 24.603 1932.1 370949 11.0036 11.9675 -119.580 0.828 -6.301 -6.657 22.967 +10 Nov 2020 11:00 UT 29.86 24.645 1933.3 370725 11.0406 11.7478 -120.087 0.826 -6.259 -6.667 23.012 +10 Nov 2020 12:00 UT 29.42 24.687 1934.5 370502 11.0777 11.5268 -120.595 0.825 -6.216 -6.676 23.055 +10 Nov 2020 13:00 UT 28.99 24.728 1935.6 370280 11.1147 11.3044 -121.103 0.824 -6.173 -6.685 23.096 +10 Nov 2020 14:00 UT 28.55 24.770 1936.8 370059 11.1518 11.0807 -121.611 0.823 -6.129 -6.693 23.135 +10 Nov 2020 15:00 UT 28.12 24.812 1937.9 369838 11.1888 10.8557 -122.118 0.822 -6.084 -6.701 23.171 +10 Nov 2020 16:00 UT 27.69 24.853 1939.1 369619 11.2258 10.6294 -122.626 0.821 -6.039 -6.707 23.205 +10 Nov 2020 17:00 UT 27.27 24.895 1940.2 369400 11.2628 10.4018 -123.134 0.819 -5.992 -6.713 23.236 +10 Nov 2020 18:00 UT 26.84 24.937 1941.4 369183 11.2998 10.1731 -123.642 0.818 -5.945 -6.719 23.265 +10 Nov 2020 19:00 UT 26.41 24.978 1942.5 368967 11.3368 9.9430 -124.150 0.817 -5.897 -6.723 23.292 +10 Nov 2020 20:00 UT 25.99 25.020 1943.7 368751 11.3738 9.7118 -124.657 0.816 -5.849 -6.727 23.316 +10 Nov 2020 21:00 UT 25.57 25.062 1944.8 368537 11.4107 9.4794 -125.165 0.815 -5.800 -6.730 23.339 +10 Nov 2020 22:00 UT 25.15 25.103 1945.9 368324 11.4477 9.2459 -125.673 0.813 -5.749 -6.732 23.358 +10 Nov 2020 23:00 UT 24.73 25.145 1947.0 368112 11.4847 9.0112 -126.181 0.812 -5.699 -6.734 23.376 +11 Nov 2020 00:00 UT 24.31 25.187 1948.1 367901 11.5216 8.7754 -126.689 0.811 -5.647 -6.735 23.391 +11 Nov 2020 01:00 UT 23.90 25.228 1949.3 367692 11.5586 8.5385 -127.197 0.810 -5.595 -6.735 23.403 +11 Nov 2020 02:00 UT 23.49 25.270 1950.4 367483 11.5955 8.3005 -127.705 0.809 -5.542 -6.734 23.414 +11 Nov 2020 03:00 UT 23.08 25.312 1951.5 367276 11.6325 8.0615 -128.213 0.807 -5.488 -6.733 23.422 +11 Nov 2020 04:00 UT 22.67 25.353 1952.5 367071 11.6695 7.8214 -128.720 0.806 -5.434 -6.731 23.427 +11 Nov 2020 05:00 UT 22.26 25.395 1953.6 366867 11.7064 7.5804 -129.228 0.805 -5.378 -6.728 23.431 +11 Nov 2020 06:00 UT 21.86 25.437 1954.7 366664 11.7434 7.3383 -129.736 0.804 -5.323 -6.724 23.431 +11 Nov 2020 07:00 UT 21.45 25.478 1955.8 366463 11.7803 7.0953 -130.244 0.803 -5.266 -6.720 23.430 +11 Nov 2020 08:00 UT 21.05 25.520 1956.9 366263 11.8173 6.8513 -130.752 0.802 -5.209 -6.715 23.426 +11 Nov 2020 09:00 UT 20.66 25.562 1957.9 366064 11.8543 6.6064 -131.260 0.800 -5.151 -6.709 23.420 +11 Nov 2020 10:00 UT 20.26 25.603 1959.0 365868 11.8913 6.3606 -131.768 0.799 -5.092 -6.702 23.411 +11 Nov 2020 11:00 UT 19.87 25.645 1960.0 365672 11.9283 6.1139 -132.276 0.798 -5.033 -6.695 23.400 +11 Nov 2020 12:00 UT 19.48 25.687 1961.1 365479 11.9652 5.8664 -132.784 0.797 -4.973 -6.687 23.387 +11 Nov 2020 13:00 UT 19.09 25.728 1962.1 365287 12.0023 5.6181 -133.292 0.796 -4.912 -6.678 23.371 +11 Nov 2020 14:00 UT 18.70 25.770 1963.1 365097 12.0393 5.3689 -133.800 0.795 -4.851 -6.668 23.353 +11 Nov 2020 15:00 UT 18.32 25.812 1964.1 364908 12.0763 5.1190 -134.308 0.793 -4.789 -6.657 23.333 +11 Nov 2020 16:00 UT 17.94 25.853 1965.1 364722 12.1133 4.8683 -134.816 0.792 -4.726 -6.646 23.310 +11 Nov 2020 17:00 UT 17.56 25.895 1966.1 364537 12.1504 4.6168 -135.324 0.791 -4.663 -6.634 23.285 +11 Nov 2020 18:00 UT 17.19 25.937 1967.1 364354 12.1874 4.3647 -135.832 0.790 -4.599 -6.621 23.258 +11 Nov 2020 19:00 UT 16.82 25.978 1968.1 364173 12.2245 4.1119 -136.340 0.789 -4.535 -6.608 23.228 +11 Nov 2020 20:00 UT 16.45 26.020 1969.1 363993 12.2616 3.8584 -136.848 0.788 -4.470 -6.593 23.196 +11 Nov 2020 21:00 UT 16.08 26.062 1970.0 363816 12.2987 3.6043 -137.356 0.786 -4.404 -6.578 23.161 +11 Nov 2020 22:00 UT 15.72 26.103 1971.0 363641 12.3358 3.3496 -137.864 0.785 -4.338 -6.562 23.124 +11 Nov 2020 23:00 UT 15.36 26.145 1971.9 363467 12.3730 3.0943 -138.372 0.784 -4.271 -6.546 23.085 +12 Nov 2020 00:00 UT 15.00 26.187 1972.8 363296 12.4101 2.8384 -138.881 0.783 -4.203 -6.528 23.044 +12 Nov 2020 01:00 UT 14.64 26.228 1973.8 363127 12.4473 2.5820 -139.389 0.782 -4.135 -6.510 23.000 +12 Nov 2020 02:00 UT 14.29 26.270 1974.7 362959 12.4845 2.3252 -139.897 0.781 -4.066 -6.491 22.953 +12 Nov 2020 03:00 UT 13.94 26.312 1975.6 362794 12.5218 2.0678 -140.405 0.779 -3.997 -6.471 22.905 +12 Nov 2020 04:00 UT 13.60 26.353 1976.5 362631 12.5590 1.8100 -140.913 0.778 -3.927 -6.451 22.854 +12 Nov 2020 05:00 UT 13.26 26.395 1977.3 362471 12.5963 1.5517 -141.421 0.777 -3.857 -6.430 22.800 +12 Nov 2020 06:00 UT 12.92 26.437 1978.2 362312 12.6336 1.2931 -141.929 0.776 -3.786 -6.407 22.745 +12 Nov 2020 07:00 UT 12.58 26.478 1979.0 362156 12.6710 1.0341 -142.437 0.775 -3.715 -6.385 22.687 +12 Nov 2020 08:00 UT 12.25 26.520 1979.9 362002 12.7083 0.7747 -142.946 0.774 -3.643 -6.361 22.626 +12 Nov 2020 09:00 UT 11.93 26.562 1980.7 361851 12.7457 0.5150 -143.454 0.772 -3.570 -6.337 22.564 +12 Nov 2020 10:00 UT 11.60 26.603 1981.5 361702 12.7831 0.2551 -143.962 0.771 -3.497 -6.311 22.499 +12 Nov 2020 11:00 UT 11.28 26.645 1982.3 361555 12.8206 -0.0051 -144.470 0.770 -3.424 -6.285 22.432 +12 Nov 2020 12:00 UT 10.96 26.687 1983.1 361410 12.8581 -0.2656 -144.978 0.769 -3.350 -6.259 22.362 +12 Nov 2020 13:00 UT 10.65 26.728 1983.9 361269 12.8956 -0.5263 -145.486 0.768 -3.276 -6.231 22.290 +12 Nov 2020 14:00 UT 10.34 26.770 1984.7 361129 12.9332 -0.7871 -145.995 0.767 -3.201 -6.203 22.216 +12 Nov 2020 15:00 UT 10.04 26.812 1985.4 360992 12.9708 -1.0481 -146.503 0.765 -3.125 -6.174 22.139 +12 Nov 2020 16:00 UT 9.73 26.853 1986.2 360858 13.0084 -1.3091 -147.011 0.764 -3.050 -6.144 22.060 +12 Nov 2020 17:00 UT 9.44 26.895 1986.9 360726 13.0461 -1.5703 -147.519 0.763 -2.973 -6.114 21.979 +12 Nov 2020 18:00 UT 9.14 26.937 1987.6 360597 13.0838 -1.8315 -148.028 0.762 -2.897 -6.083 21.896 +12 Nov 2020 19:00 UT 8.85 26.978 1988.3 360470 13.1215 -2.0928 -148.536 0.761 -2.820 -6.051 21.810 +12 Nov 2020 20:00 UT 8.56 27.020 1989.0 360346 13.1593 -2.3541 -149.044 0.760 -2.742 -6.018 21.722 +12 Nov 2020 21:00 UT 8.28 27.062 1989.7 360225 13.1972 -2.6153 -149.552 0.759 -2.664 -5.984 21.631 +12 Nov 2020 22:00 UT 8.00 27.103 1990.3 360107 13.2350 -2.8765 -150.061 0.757 -2.586 -5.950 21.539 +12 Nov 2020 23:00 UT 7.73 27.145 1990.9 359991 13.2730 -3.1375 -150.569 0.756 -2.508 -5.915 21.444 +13 Nov 2020 00:00 UT 7.46 27.187 1991.6 359878 13.3109 -3.3985 -151.077 0.755 -2.429 -5.879 21.346 +13 Nov 2020 01:00 UT 7.20 27.228 1992.2 359768 13.3489 -3.6593 -151.585 0.754 -2.349 -5.843 21.247 +13 Nov 2020 02:00 UT 6.93 27.270 1992.8 359660 13.3870 -3.9199 -152.094 0.753 -2.270 -5.806 21.145 +13 Nov 2020 03:00 UT 6.68 27.312 1993.4 359556 13.4251 -4.1803 -152.602 0.752 -2.190 -5.768 21.041 +13 Nov 2020 04:00 UT 6.43 27.353 1993.9 359454 13.4633 -4.4405 -153.110 0.751 -2.109 -5.729 20.935 +13 Nov 2020 05:00 UT 6.18 27.395 1994.5 359355 13.5015 -4.7003 -153.618 0.749 -2.029 -5.690 20.826 +13 Nov 2020 06:00 UT 5.93 27.437 1995.0 359259 13.5397 -4.9599 -154.127 0.748 -1.948 -5.650 20.715 +13 Nov 2020 07:00 UT 5.69 27.478 1995.5 359166 13.5780 -5.2191 -154.635 0.747 -1.867 -5.609 20.602 +13 Nov 2020 08:00 UT 5.46 27.520 1996.0 359076 13.6164 -5.4780 -155.143 0.746 -1.785 -5.567 20.487 +13 Nov 2020 09:00 UT 5.23 27.562 1996.5 358989 13.6548 -5.7365 -155.652 0.745 -1.704 -5.525 20.370 +13 Nov 2020 10:00 UT 5.00 27.603 1997.0 358905 13.6933 -5.9945 -156.160 0.744 -1.622 -5.482 20.250 +13 Nov 2020 11:00 UT 4.78 27.645 1997.4 358824 13.7318 -6.2520 -156.668 0.743 -1.539 -5.439 20.128 +13 Nov 2020 12:00 UT 4.57 27.687 1997.9 358746 13.7704 -6.5091 -157.177 0.741 -1.457 -5.394 20.004 +13 Nov 2020 13:00 UT 4.36 27.728 1998.3 358671 13.8091 -6.7656 -157.685 0.740 -1.374 -5.349 19.877 +13 Nov 2020 14:00 UT 4.15 27.770 1998.7 358599 13.8478 -7.0215 -158.193 0.739 -1.292 -5.304 19.749 +13 Nov 2020 15:00 UT 3.95 27.812 1999.1 358531 13.8866 -7.2769 -158.702 0.738 -1.209 -5.257 19.618 +13 Nov 2020 16:00 UT 3.75 27.853 1999.4 358465 13.9254 -7.5316 -159.210 0.737 -1.125 -5.210 19.485 +13 Nov 2020 17:00 UT 3.56 27.895 1999.8 358402 13.9643 -7.7857 -159.718 0.736 -1.042 -5.163 19.350 +13 Nov 2020 18:00 UT 3.37 27.937 2000.1 358343 14.0032 -8.0391 -160.227 0.735 -0.959 -5.115 19.213 +13 Nov 2020 19:00 UT 3.19 27.978 2000.4 358287 14.0422 -8.2917 -160.735 0.733 -0.875 -5.066 19.073 +13 Nov 2020 20:00 UT 3.01 28.020 2000.7 358234 14.0813 -8.5436 -161.244 0.732 -0.791 -5.016 18.931 +13 Nov 2020 21:00 UT 2.84 28.062 2001.0 358184 14.1205 -8.7946 -161.752 0.731 -0.707 -4.966 18.788 +13 Nov 2020 22:00 UT 2.67 28.103 2001.3 358138 14.1597 -9.0449 -162.260 0.730 -0.623 -4.915 18.642 +13 Nov 2020 23:00 UT 2.51 28.145 2001.5 358094 14.1989 -9.2943 -162.769 0.729 -0.539 -4.864 18.494 +14 Nov 2020 00:00 UT 2.35 28.187 2001.7 358054 14.2383 -9.5428 -163.277 0.728 -0.455 -4.812 18.343 +14 Nov 2020 01:00 UT 2.20 28.228 2001.9 358018 14.2777 -9.7904 -163.785 0.727 -0.371 -4.759 18.191 +14 Nov 2020 02:00 UT 2.05 28.270 2002.1 357984 14.3172 -10.0370 -164.294 0.726 -0.287 -4.706 18.037 +14 Nov 2020 03:00 UT 1.91 28.312 2002.3 357954 14.3567 -10.2826 -164.802 0.724 -0.202 -4.652 17.880 +14 Nov 2020 04:00 UT 1.77 28.353 2002.4 357927 14.3963 -10.5272 -165.311 0.723 -0.118 -4.597 17.722 +14 Nov 2020 05:00 UT 1.64 28.395 2002.6 357903 14.4360 -10.7707 -165.819 0.722 -0.034 -4.542 17.561 +14 Nov 2020 06:00 UT 1.51 28.437 2002.7 357883 14.4758 -11.0131 -166.327 0.721 0.051 -4.487 17.398 +14 Nov 2020 07:00 UT 1.39 28.478 2002.8 357866 14.5156 -11.2544 -166.836 0.720 0.135 -4.431 17.233 +14 Nov 2020 08:00 UT 1.27 28.520 2002.8 357852 14.5555 -11.4946 -167.344 0.719 0.219 -4.374 17.066 +14 Nov 2020 09:00 UT 1.16 28.562 2002.9 357841 14.5955 -11.7335 -167.853 0.718 0.304 -4.317 16.897 +14 Nov 2020 10:00 UT 1.05 28.603 2002.9 357834 14.6355 -11.9712 -168.361 0.717 0.388 -4.259 16.726 +14 Nov 2020 11:00 UT 0.95 28.645 2003.0 357831 14.6756 -12.2077 -168.869 0.716 0.472 -4.201 16.554 +14 Nov 2020 12:00 UT 0.86 28.687 2003.0 357830 14.7158 -12.4428 -169.378 0.714 0.556 -4.142 16.379 +14 Nov 2020 13:00 UT 0.77 28.728 2003.0 357833 14.7561 -12.6767 -169.886 0.713 0.640 -4.083 16.202 +14 Nov 2020 14:00 UT 0.68 28.770 2002.9 357840 14.7964 -12.9091 -170.395 0.712 0.724 -4.023 16.023 +14 Nov 2020 15:00 UT 0.60 28.812 2002.9 357849 14.8368 -13.1402 -170.903 0.711 0.808 -3.962 15.842 +14 Nov 2020 16:00 UT 0.53 28.853 2002.8 357862 14.8773 -13.3698 -171.411 0.710 0.892 -3.902 15.659 +14 Nov 2020 17:00 UT 0.46 28.895 2002.7 357879 14.9178 -13.5980 -171.920 0.709 0.975 -3.840 15.474 +14 Nov 2020 18:00 UT 0.39 28.937 2002.6 357899 14.9585 -13.8247 -172.428 0.708 1.059 -3.779 15.287 +14 Nov 2020 19:00 UT 0.34 28.978 2002.5 357922 14.9992 -14.0499 -172.937 0.707 1.142 -3.716 15.099 +14 Nov 2020 20:00 UT 0.28 29.020 2002.3 357948 15.0400 -14.2735 -173.445 0.706 1.225 -3.654 14.908 +14 Nov 2020 21:00 UT 0.23 29.062 2002.1 357978 15.0808 -14.4955 -173.954 0.705 1.308 -3.590 14.716 +14 Nov 2020 22:00 UT 0.19 29.103 2002.0 358011 15.1217 -14.7159 -174.462 0.703 1.391 -3.527 14.522 +14 Nov 2020 23:00 UT 0.15 29.145 2001.8 358048 15.1627 -14.9346 -174.970 0.702 1.474 -3.463 14.326 +15 Nov 2020 00:00 UT 0.12 29.187 2001.5 358088 15.2038 -15.1517 -175.479 0.701 1.556 -3.399 14.128 +15 Nov 2020 01:00 UT 0.10 29.228 2001.3 358131 15.2450 -15.3670 -175.987 0.700 1.638 -3.334 13.928 +15 Nov 2020 02:00 UT 0.07 29.270 2001.0 358178 15.2862 -15.5806 -176.496 0.699 1.720 -3.269 13.726 +15 Nov 2020 03:00 UT 0.06 29.312 2000.7 358228 15.3275 -15.7924 -177.004 0.698 1.801 -3.203 13.523 +15 Nov 2020 04:00 UT 0.05 29.353 2000.4 358281 15.3689 -16.0023 -177.513 0.697 1.883 -3.137 13.318 +15 Nov 2020 05:00 UT 0.04 29.395 2000.1 358338 15.4103 -16.2105 -178.021 0.696 1.964 -3.071 13.111 +15 Nov 2020 06:00 UT 0.04 0.037 1999.8 358398 15.4519 -16.4167 -178.529 0.695 2.045 -3.004 12.902 +15 Nov 2020 07:00 UT 0.05 0.078 1999.4 358461 15.4935 -16.6211 -179.038 0.694 2.125 -2.937 12.692 +15 Nov 2020 08:00 UT 0.06 0.120 1999.1 358528 15.5351 -16.8235 -179.546 0.693 2.205 -2.870 12.480 +15 Nov 2020 09:00 UT 0.08 0.162 1998.7 358598 15.5769 -17.0240 179.945 0.691 2.285 -2.802 12.267 +15 Nov 2020 10:00 UT 0.10 0.203 1998.3 358671 15.6187 -17.2224 179.437 0.690 2.365 -2.734 12.051 +15 Nov 2020 11:00 UT 0.12 0.245 1997.8 358748 15.6606 -17.4188 178.929 0.689 2.444 -2.666 11.834 +15 Nov 2020 12:00 UT 0.16 0.287 1997.4 358827 15.7025 -17.6132 178.420 0.688 2.523 -2.597 11.616 +15 Nov 2020 13:00 UT 0.19 0.328 1996.9 358910 15.7446 -17.8055 177.912 0.687 2.602 -2.528 11.396 +15 Nov 2020 14:00 UT 0.24 0.370 1996.5 358997 15.7867 -17.9957 177.403 0.686 2.680 -2.459 11.174 +15 Nov 2020 15:00 UT 0.28 0.412 1996.0 359086 15.8288 -18.1837 176.895 0.685 2.757 -2.390 10.951 +15 Nov 2020 16:00 UT 0.34 0.453 1995.4 359179 15.8711 -18.3696 176.386 0.684 2.835 -2.320 10.726 +15 Nov 2020 17:00 UT 0.39 0.495 1994.9 359275 15.9134 -18.5533 175.878 0.683 2.912 -2.250 10.500 +15 Nov 2020 18:00 UT 0.46 0.537 1994.4 359374 15.9558 -18.7348 175.370 0.682 2.988 -2.180 10.273 +15 Nov 2020 19:00 UT 0.53 0.578 1993.8 359476 15.9982 -18.9140 174.861 0.681 3.065 -2.109 10.044 +15 Nov 2020 20:00 UT 0.60 0.620 1993.2 359581 16.0407 -19.0909 174.353 0.680 3.140 -2.039 9.813 +15 Nov 2020 21:00 UT 0.68 0.662 1992.6 359690 16.0833 -19.2655 173.844 0.679 3.216 -1.968 9.581 +15 Nov 2020 22:00 UT 0.76 0.703 1992.0 359801 16.1259 -19.4378 173.336 0.678 3.290 -1.897 9.348 +15 Nov 2020 23:00 UT 0.85 0.745 1991.4 359916 16.1686 -19.6078 172.828 0.677 3.365 -1.826 9.114 +16 Nov 2020 00:00 UT 0.95 0.787 1990.7 360034 16.2113 -19.7754 172.319 0.676 3.439 -1.754 8.878 +16 Nov 2020 01:00 UT 1.05 0.828 1990.0 360155 16.2542 -19.9406 171.811 0.674 3.512 -1.683 8.641 +16 Nov 2020 02:00 UT 1.15 0.870 1989.4 360279 16.2970 -20.1033 171.303 0.673 3.585 -1.611 8.403 +16 Nov 2020 03:00 UT 1.26 0.912 1988.7 360405 16.3400 -20.2636 170.794 0.672 3.658 -1.539 8.163 +16 Nov 2020 04:00 UT 1.37 0.953 1987.9 360535 16.3829 -20.4215 170.286 0.671 3.729 -1.467 7.923 +16 Nov 2020 05:00 UT 1.49 0.995 1987.2 360668 16.4260 -20.5768 169.777 0.670 3.801 -1.395 7.681 +16 Nov 2020 06:00 UT 1.62 1.037 1986.5 360804 16.4691 -20.7297 169.269 0.669 3.872 -1.323 7.438 +16 Nov 2020 07:00 UT 1.75 1.078 1985.7 360942 16.5122 -20.8800 168.761 0.668 3.942 -1.251 7.194 +16 Nov 2020 08:00 UT 1.88 1.120 1984.9 361084 16.5554 -21.0277 168.252 0.667 4.012 -1.178 6.949 +16 Nov 2020 09:00 UT 2.02 1.162 1984.1 361228 16.5987 -21.1729 167.744 0.666 4.081 -1.106 6.703 +16 Nov 2020 10:00 UT 2.16 1.203 1983.3 361376 16.6420 -21.3155 167.236 0.665 4.150 -1.033 6.456 +16 Nov 2020 11:00 UT 2.31 1.245 1982.5 361526 16.6853 -21.4555 166.727 0.664 4.218 -0.961 6.208 +16 Nov 2020 12:00 UT 2.47 1.287 1981.7 361679 16.7287 -21.5928 166.219 0.663 4.286 -0.888 5.959 +16 Nov 2020 13:00 UT 2.62 1.328 1980.8 361834 16.7721 -21.7275 165.711 0.662 4.353 -0.815 5.709 +16 Nov 2020 14:00 UT 2.79 1.370 1979.9 361993 16.8156 -21.8595 165.202 0.661 4.419 -0.742 5.458 +16 Nov 2020 15:00 UT 2.95 1.412 1979.1 362154 16.8591 -21.9889 164.694 0.660 4.485 -0.670 5.207 +16 Nov 2020 16:00 UT 3.12 1.453 1978.2 362318 16.9026 -22.1155 164.186 0.659 4.551 -0.597 4.955 +16 Nov 2020 17:00 UT 3.30 1.495 1977.3 362484 16.9462 -22.2394 163.677 0.658 4.615 -0.524 4.702 +16 Nov 2020 18:00 UT 3.48 1.537 1976.3 362653 16.9898 -22.3606 163.169 0.657 4.679 -0.451 4.448 +16 Nov 2020 19:00 UT 3.67 1.578 1975.4 362825 17.0335 -22.4791 162.661 0.656 4.743 -0.378 4.194 +16 Nov 2020 20:00 UT 3.86 1.620 1974.5 362999 17.0771 -22.5947 162.152 0.655 4.805 -0.306 3.939 +16 Nov 2020 21:00 UT 4.05 1.662 1973.5 363176 17.1209 -22.7077 161.644 0.654 4.868 -0.233 3.683 +16 Nov 2020 22:00 UT 4.25 1.703 1972.5 363355 17.1646 -22.8178 161.136 0.653 4.929 -0.160 3.427 +16 Nov 2020 23:00 UT 4.45 1.745 1971.5 363537 17.2083 -22.9251 160.628 0.652 4.990 -0.088 3.170 +17 Nov 2020 00:00 UT 4.66 1.787 1970.5 363721 17.2521 -23.0296 160.119 0.651 5.050 -0.015 2.913 +17 Nov 2020 01:00 UT 4.87 1.828 1969.5 363907 17.2959 -23.1314 159.611 0.650 5.110 0.058 2.656 +17 Nov 2020 02:00 UT 5.09 1.870 1968.5 364096 17.3397 -23.2302 159.103 0.649 5.169 0.130 2.398 +17 Nov 2020 03:00 UT 5.31 1.912 1967.5 364288 17.3835 -23.3263 158.594 0.648 5.227 0.202 2.140 +17 Nov 2020 04:00 UT 5.53 1.953 1966.4 364481 17.4274 -23.4195 158.086 0.647 5.285 0.275 1.881 +17 Nov 2020 05:00 UT 5.76 1.995 1965.4 364677 17.4712 -23.5098 157.578 0.646 5.342 0.347 1.622 +17 Nov 2020 06:00 UT 6.00 2.037 1964.3 364875 17.5151 -23.5973 157.070 0.645 5.398 0.419 1.363 +17 Nov 2020 07:00 UT 6.23 2.078 1963.2 365075 17.5590 -23.6819 156.562 0.644 5.453 0.491 1.104 +17 Nov 2020 08:00 UT 6.47 2.120 1962.1 365278 17.6029 -23.7636 156.053 0.643 5.508 0.562 0.844 +17 Nov 2020 09:00 UT 6.72 2.162 1961.0 365482 17.6467 -23.8425 155.545 0.642 5.562 0.634 0.585 +17 Nov 2020 10:00 UT 6.97 2.203 1959.9 365689 17.6906 -23.9185 155.037 0.641 5.616 0.705 0.325 +17 Nov 2020 11:00 UT 7.22 2.245 1958.8 365898 17.7345 -23.9916 154.529 0.640 5.668 0.777 0.065 +17 Nov 2020 12:00 UT 7.48 2.287 1957.7 366109 17.7784 -24.0618 154.020 0.639 5.721 0.848 359.806 +17 Nov 2020 13:00 UT 7.74 2.328 1956.5 366322 17.8222 -24.1291 153.512 0.638 5.772 0.919 359.546 +17 Nov 2020 14:00 UT 8.00 2.370 1955.4 366536 17.8661 -24.1935 153.004 0.637 5.822 0.990 359.287 +17 Nov 2020 15:00 UT 8.27 2.412 1954.2 366753 17.9099 -24.2550 152.496 0.636 5.872 1.060 359.027 +17 Nov 2020 16:00 UT 8.54 2.453 1953.1 366972 17.9537 -24.3136 151.988 0.635 5.921 1.131 358.768 +17 Nov 2020 17:00 UT 8.81 2.495 1951.9 367192 17.9976 -24.3693 151.480 0.634 5.970 1.201 358.509 +17 Nov 2020 18:00 UT 9.09 2.537 1950.7 367414 18.0414 -24.4221 150.971 0.633 6.018 1.271 358.251 +17 Nov 2020 19:00 UT 9.37 2.578 1949.5 367638 18.0851 -24.4720 150.463 0.632 6.065 1.341 357.992 +17 Nov 2020 20:00 UT 9.66 2.620 1948.3 367864 18.1289 -24.5190 149.955 0.631 6.111 1.410 357.734 +17 Nov 2020 21:00 UT 9.95 2.662 1947.1 368091 18.1726 -24.5631 149.447 0.630 6.156 1.479 357.477 +17 Nov 2020 22:00 UT 10.24 2.703 1945.9 368321 18.2163 -24.6044 148.939 0.629 6.201 1.549 357.219 +17 Nov 2020 23:00 UT 10.53 2.745 1944.7 368551 18.2600 -24.6427 148.431 0.628 6.245 1.617 356.963 +18 Nov 2020 00:00 UT 10.83 2.787 1943.5 368784 18.3036 -24.6782 147.923 0.627 6.288 1.686 356.706 +18 Nov 2020 01:00 UT 11.13 2.828 1942.2 369017 18.3472 -24.7108 147.415 0.626 6.331 1.754 356.451 +18 Nov 2020 02:00 UT 11.44 2.870 1941.0 369253 18.3908 -24.7405 146.906 0.625 6.372 1.822 356.196 +18 Nov 2020 03:00 UT 11.75 2.912 1939.8 369490 18.4343 -24.7673 146.398 0.624 6.413 1.890 355.941 +18 Nov 2020 04:00 UT 12.06 2.953 1938.5 369728 18.4778 -24.7913 145.890 0.623 6.454 1.957 355.687 +18 Nov 2020 05:00 UT 12.37 2.995 1937.3 369968 18.5212 -24.8124 145.382 0.622 6.493 2.024 355.434 +18 Nov 2020 06:00 UT 12.69 3.037 1936.0 370209 18.5646 -24.8307 144.874 0.622 6.532 2.091 355.182 +18 Nov 2020 07:00 UT 13.01 3.078 1934.7 370451 18.6080 -24.8462 144.366 0.621 6.570 2.158 354.930 +18 Nov 2020 08:00 UT 13.33 3.120 1933.5 370694 18.6513 -24.8588 143.858 0.620 6.607 2.224 354.679 +18 Nov 2020 09:00 UT 13.66 3.162 1932.2 370939 18.6945 -24.8686 143.350 0.619 6.643 2.290 354.429 +18 Nov 2020 10:00 UT 13.99 3.203 1930.9 371185 18.7377 -24.8756 142.842 0.618 6.679 2.355 354.180 +18 Nov 2020 11:00 UT 14.32 3.245 1929.6 371432 18.7809 -24.8798 142.334 0.617 6.714 2.421 353.932 +18 Nov 2020 12:00 UT 14.66 3.287 1928.3 371681 18.8239 -24.8812 141.826 0.616 6.748 2.486 353.685 +18 Nov 2020 13:00 UT 14.99 3.328 1927.0 371930 18.8669 -24.8799 141.318 0.615 6.781 2.550 353.439 +18 Nov 2020 14:00 UT 15.33 3.370 1925.7 372181 18.9099 -24.8758 140.810 0.614 6.814 2.614 353.194 +18 Nov 2020 15:00 UT 15.67 3.412 1924.4 372432 18.9528 -24.8689 140.302 0.613 6.846 2.678 352.950 +18 Nov 2020 16:00 UT 16.02 3.453 1923.1 372684 18.9956 -24.8593 139.794 0.612 6.877 2.742 352.707 +18 Nov 2020 17:00 UT 16.37 3.495 1921.8 372938 19.0383 -24.8469 139.286 0.611 6.907 2.805 352.466 +18 Nov 2020 18:00 UT 16.72 3.537 1920.5 373192 19.0810 -24.8319 138.778 0.610 6.936 2.868 352.225 +18 Nov 2020 19:00 UT 17.07 3.578 1919.2 373447 19.1236 -24.8142 138.270 0.609 6.965 2.930 351.986 +18 Nov 2020 20:00 UT 17.42 3.620 1917.9 373703 19.1662 -24.7937 137.762 0.609 6.993 2.992 351.748 +18 Nov 2020 21:00 UT 17.78 3.662 1916.6 373959 19.2086 -24.7707 137.254 0.608 7.020 3.054 351.511 +18 Nov 2020 22:00 UT 18.14 3.703 1915.3 374217 19.2510 -24.7449 136.747 0.607 7.047 3.115 351.276 +18 Nov 2020 23:00 UT 18.50 3.745 1913.9 374475 19.2933 -24.7166 136.239 0.606 7.072 3.176 351.042 +19 Nov 2020 00:00 UT 18.86 3.787 1912.6 374734 19.3355 -24.6856 135.731 0.605 7.097 3.236 350.809 +19 Nov 2020 01:00 UT 19.23 3.828 1911.3 374993 19.3776 -24.6520 135.223 0.604 7.121 3.296 350.577 +19 Nov 2020 02:00 UT 19.60 3.870 1910.0 375253 19.4197 -24.6158 134.715 0.603 7.144 3.356 350.348 +19 Nov 2020 03:00 UT 19.97 3.912 1908.7 375513 19.4617 -24.5771 134.207 0.602 7.167 3.415 350.119 +19 Nov 2020 04:00 UT 20.34 3.953 1907.3 375774 19.5035 -24.5358 133.699 0.601 7.189 3.474 349.892 +19 Nov 2020 05:00 UT 20.71 3.995 1906.0 376036 19.5453 -24.4919 133.192 0.600 7.210 3.532 349.667 +19 Nov 2020 06:00 UT 21.09 4.037 1904.7 376297 19.5870 -24.4456 132.684 0.600 7.230 3.590 349.443 +19 Nov 2020 07:00 UT 21.47 4.078 1903.3 376560 19.6286 -24.3968 132.176 0.599 7.250 3.647 349.221 +19 Nov 2020 08:00 UT 21.85 4.120 1902.0 376822 19.6701 -24.3455 131.668 0.598 7.268 3.704 349.000 +19 Nov 2020 09:00 UT 22.23 4.162 1900.7 377085 19.7115 -24.2917 131.160 0.597 7.286 3.761 348.781 +19 Nov 2020 10:00 UT 22.61 4.203 1899.4 377348 19.7528 -24.2355 130.653 0.596 7.303 3.817 348.563 +19 Nov 2020 11:00 UT 22.99 4.245 1898.0 377612 19.7940 -24.1769 130.145 0.595 7.320 3.873 348.348 +19 Nov 2020 12:00 UT 23.38 4.287 1896.7 377875 19.8352 -24.1159 129.637 0.594 7.336 3.928 348.133 +19 Nov 2020 13:00 UT 23.77 4.328 1895.4 378139 19.8762 -24.0525 129.129 0.593 7.350 3.983 347.921 +19 Nov 2020 14:00 UT 24.16 4.370 1894.1 378403 19.9171 -23.9868 128.621 0.592 7.365 4.037 347.710 +19 Nov 2020 15:00 UT 24.55 4.412 1892.8 378667 19.9579 -23.9187 128.114 0.592 7.378 4.091 347.502 +19 Nov 2020 16:00 UT 24.94 4.453 1891.4 378931 19.9986 -23.8483 127.606 0.591 7.391 4.144 347.294 +19 Nov 2020 17:00 UT 25.34 4.495 1890.1 379195 20.0392 -23.7756 127.098 0.590 7.403 4.197 347.089 +19 Nov 2020 18:00 UT 25.73 4.537 1888.8 379459 20.0797 -23.7007 126.591 0.589 7.414 4.250 346.886 +19 Nov 2020 19:00 UT 26.13 4.578 1887.5 379723 20.1201 -23.6234 126.083 0.588 7.424 4.302 346.684 +19 Nov 2020 20:00 UT 26.53 4.620 1886.2 379987 20.1604 -23.5440 125.575 0.587 7.434 4.353 346.484 +19 Nov 2020 21:00 UT 26.93 4.662 1884.9 380251 20.2006 -23.4624 125.068 0.586 7.443 4.404 346.286 +19 Nov 2020 22:00 UT 27.33 4.703 1883.6 380515 20.2406 -23.3785 124.560 0.585 7.451 4.455 346.090 +19 Nov 2020 23:00 UT 27.73 4.745 1882.3 380778 20.2806 -23.2925 124.052 0.585 7.459 4.505 345.896 +20 Nov 2020 00:00 UT 28.13 4.787 1881.0 381042 20.3205 -23.2044 123.545 0.584 7.465 4.554 345.704 +20 Nov 2020 01:00 UT 28.53 4.828 1879.7 381305 20.3602 -23.1141 123.037 0.583 7.472 4.603 345.513 +20 Nov 2020 02:00 UT 28.94 4.870 1878.4 381567 20.3998 -23.0217 122.529 0.582 7.477 4.652 345.325 +20 Nov 2020 03:00 UT 29.35 4.912 1877.1 381830 20.4393 -22.9273 122.022 0.581 7.481 4.700 345.138 +20 Nov 2020 04:00 UT 29.75 4.953 1875.8 382092 20.4788 -22.8308 121.514 0.580 7.485 4.747 344.954 +20 Nov 2020 05:00 UT 30.16 4.995 1874.5 382353 20.5180 -22.7322 121.007 0.579 7.488 4.794 344.772 +20 Nov 2020 06:00 UT 30.57 5.037 1873.2 382615 20.5572 -22.6317 120.499 0.579 7.491 4.841 344.591 +20 Nov 2020 07:00 UT 30.98 5.078 1872.0 382876 20.5963 -22.5291 119.992 0.578 7.493 4.887 344.412 +20 Nov 2020 08:00 UT 31.39 5.120 1870.7 383136 20.6352 -22.4246 119.484 0.577 7.494 4.932 344.236 +20 Nov 2020 09:00 UT 31.80 5.162 1869.4 383396 20.6741 -22.3182 118.976 0.576 7.494 4.977 344.061 +20 Nov 2020 10:00 UT 32.22 5.203 1868.1 383655 20.7128 -22.2098 118.469 0.575 7.494 5.022 343.889 +20 Nov 2020 11:00 UT 32.63 5.245 1866.9 383914 20.7514 -22.0995 117.961 0.574 7.492 5.066 343.719 +20 Nov 2020 12:00 UT 33.04 5.287 1865.6 384172 20.7899 -21.9874 117.454 0.573 7.491 5.109 343.550 +20 Nov 2020 13:00 UT 33.46 5.328 1864.4 384429 20.8283 -21.8734 116.946 0.573 7.488 5.152 343.384 +20 Nov 2020 14:00 UT 33.87 5.370 1863.1 384686 20.8665 -21.7576 116.439 0.572 7.485 5.195 343.220 +20 Nov 2020 15:00 UT 34.29 5.412 1861.9 384942 20.9047 -21.6399 115.931 0.571 7.481 5.236 343.057 +20 Nov 2020 16:00 UT 34.70 5.453 1860.7 385198 20.9427 -21.5205 115.424 0.570 7.477 5.278 342.897 +20 Nov 2020 17:00 UT 35.12 5.495 1859.4 385452 20.9806 -21.3993 114.917 0.569 7.472 5.319 342.739 +20 Nov 2020 18:00 UT 35.54 5.537 1858.2 385706 21.0185 -21.2763 114.409 0.568 7.466 5.359 342.583 +20 Nov 2020 19:00 UT 35.96 5.578 1857.0 385959 21.0561 -21.1516 113.902 0.568 7.459 5.399 342.429 +20 Nov 2020 20:00 UT 36.38 5.620 1855.8 386211 21.0937 -21.0253 113.394 0.567 7.452 5.438 342.277 +20 Nov 2020 21:00 UT 36.79 5.662 1854.6 386463 21.1312 -20.8972 112.887 0.566 7.444 5.477 342.128 +20 Nov 2020 22:00 UT 37.21 5.703 1853.4 386713 21.1685 -20.7675 112.379 0.565 7.436 5.515 341.980 +20 Nov 2020 23:00 UT 37.63 5.745 1852.2 386963 21.2058 -20.6362 111.872 0.564 7.426 5.552 341.834 +21 Nov 2020 00:00 UT 38.05 5.787 1851.0 387211 21.2429 -20.5032 111.365 0.563 7.417 5.590 341.691 +21 Nov 2020 01:00 UT 38.47 5.828 1849.8 387459 21.2799 -20.3687 110.857 0.563 7.406 5.626 341.550 +21 Nov 2020 02:00 UT 38.89 5.870 1848.6 387705 21.3168 -20.2326 110.350 0.562 7.395 5.662 341.410 +21 Nov 2020 03:00 UT 39.31 5.912 1847.5 387951 21.3535 -20.0949 109.843 0.561 7.383 5.698 341.273 +21 Nov 2020 04:00 UT 39.74 5.953 1846.3 388195 21.3902 -19.9557 109.335 0.560 7.371 5.732 341.138 +21 Nov 2020 05:00 UT 40.16 5.995 1845.1 388439 21.4268 -19.8150 108.828 0.559 7.358 5.767 341.005 +21 Nov 2020 06:00 UT 40.58 6.037 1844.0 388681 21.4632 -19.6728 108.321 0.558 7.344 5.801 340.874 +21 Nov 2020 07:00 UT 41.00 6.078 1842.8 388922 21.4995 -19.5291 107.814 0.558 7.330 5.834 340.745 +21 Nov 2020 08:00 UT 41.42 6.120 1841.7 389163 21.5357 -19.3840 107.306 0.557 7.315 5.867 340.619 +21 Nov 2020 09:00 UT 41.84 6.162 1840.6 389401 21.5719 -19.2375 106.799 0.556 7.300 5.899 340.494 +21 Nov 2020 10:00 UT 42.26 6.203 1839.5 389639 21.6079 -19.0896 106.292 0.555 7.284 5.931 340.371 +21 Nov 2020 11:00 UT 42.69 6.245 1838.3 389876 21.6437 -18.9403 105.784 0.554 7.267 5.962 340.251 +21 Nov 2020 12:00 UT 43.11 6.287 1837.2 390111 21.6795 -18.7896 105.277 0.553 7.250 5.992 340.133 +21 Nov 2020 13:00 UT 43.53 6.328 1836.1 390345 21.7152 -18.6376 104.770 0.553 7.232 6.022 340.016 +21 Nov 2020 14:00 UT 43.95 6.370 1835.0 390578 21.7508 -18.4843 104.263 0.552 7.213 6.052 339.902 +21 Nov 2020 15:00 UT 44.37 6.412 1833.9 390809 21.7862 -18.3296 103.756 0.551 7.194 6.081 339.790 +21 Nov 2020 16:00 UT 44.79 6.453 1832.9 391039 21.8216 -18.1737 103.248 0.550 7.175 6.109 339.680 +21 Nov 2020 17:00 UT 45.21 6.495 1831.8 391268 21.8568 -18.0165 102.741 0.549 7.155 6.137 339.572 +21 Nov 2020 18:00 UT 45.63 6.537 1830.7 391495 21.8920 -17.8581 102.234 0.549 7.134 6.164 339.466 +21 Nov 2020 19:00 UT 46.05 6.578 1829.7 391721 21.9270 -17.6984 101.727 0.548 7.112 6.191 339.362 +21 Nov 2020 20:00 UT 46.47 6.620 1828.6 391946 21.9619 -17.5376 101.220 0.547 7.091 6.217 339.260 +21 Nov 2020 21:00 UT 46.89 6.662 1827.6 392169 21.9968 -17.3755 100.713 0.546 7.068 6.243 339.160 +21 Nov 2020 22:00 UT 47.31 6.703 1826.6 392391 22.0315 -17.2123 100.206 0.545 7.045 6.268 339.063 +21 Nov 2020 23:00 UT 47.73 6.745 1825.5 392611 22.0661 -17.0479 99.698 0.544 7.021 6.292 338.967 +22 Nov 2020 00:00 UT 48.15 6.787 1824.5 392830 22.1007 -16.8825 99.191 0.544 6.997 6.316 338.873 +22 Nov 2020 01:00 UT 48.57 6.828 1823.5 393047 22.1351 -16.7159 98.684 0.543 6.973 6.340 338.781 +22 Nov 2020 02:00 UT 48.99 6.870 1822.5 393263 22.1694 -16.5482 98.177 0.542 6.948 6.363 338.692 +22 Nov 2020 03:00 UT 49.40 6.912 1821.5 393477 22.2037 -16.3794 97.670 0.541 6.922 6.385 338.604 +22 Nov 2020 04:00 UT 49.82 6.953 1820.5 393690 22.2378 -16.2095 97.163 0.540 6.896 6.407 338.518 +22 Nov 2020 05:00 UT 50.24 6.995 1819.6 393901 22.2718 -16.0387 96.656 0.540 6.869 6.428 338.435 +22 Nov 2020 06:00 UT 50.65 7.037 1818.6 394110 22.3058 -15.8668 96.149 0.539 6.842 6.449 338.353 +22 Nov 2020 07:00 UT 51.07 7.078 1817.6 394318 22.3397 -15.6939 95.642 0.538 6.814 6.469 338.273 +22 Nov 2020 08:00 UT 51.48 7.120 1816.7 394525 22.3734 -15.5200 95.135 0.537 6.786 6.489 338.196 +22 Nov 2020 09:00 UT 51.90 7.162 1815.7 394729 22.4071 -15.3451 94.628 0.536 6.757 6.508 338.120 +22 Nov 2020 10:00 UT 52.31 7.203 1814.8 394932 22.4407 -15.1693 94.121 0.535 6.728 6.526 338.046 +22 Nov 2020 11:00 UT 52.73 7.245 1813.9 395134 22.4742 -14.9926 93.614 0.535 6.698 6.544 337.974 +22 Nov 2020 12:00 UT 53.14 7.287 1813.0 395333 22.5076 -14.8149 93.107 0.534 6.667 6.561 337.905 +22 Nov 2020 13:00 UT 53.55 7.328 1812.1 395532 22.5409 -14.6364 92.600 0.533 6.637 6.578 337.837 +22 Nov 2020 14:00 UT 53.96 7.370 1811.2 395728 22.5741 -14.4569 92.093 0.532 6.606 6.594 337.771 +22 Nov 2020 15:00 UT 54.37 7.412 1810.3 395923 22.6072 -14.2766 91.586 0.531 6.574 6.610 337.707 +22 Nov 2020 16:00 UT 54.78 7.453 1809.4 396115 22.6403 -14.0954 91.079 0.530 6.542 6.625 337.645 +22 Nov 2020 17:00 UT 55.19 7.495 1808.5 396307 22.6733 -13.9134 90.573 0.530 6.509 6.640 337.584 +22 Nov 2020 18:00 UT 55.60 7.537 1807.6 396496 22.7061 -13.7305 90.066 0.529 6.476 6.654 337.526 +22 Nov 2020 19:00 UT 56.01 7.578 1806.8 396684 22.7389 -13.5469 89.559 0.528 6.443 6.668 337.469 +22 Nov 2020 20:00 UT 56.41 7.620 1805.9 396870 22.7717 -13.3625 89.052 0.527 6.409 6.681 337.415 +22 Nov 2020 21:00 UT 56.82 7.662 1805.1 397054 22.8043 -13.1773 88.545 0.526 6.374 6.693 337.362 +22 Nov 2020 22:00 UT 57.22 7.703 1804.3 397236 22.8369 -12.9913 88.038 0.526 6.339 6.705 337.311 +22 Nov 2020 23:00 UT 57.63 7.745 1803.5 397417 22.8694 -12.8046 87.531 0.525 6.304 6.716 337.262 +23 Nov 2020 00:00 UT 58.03 7.787 1802.6 397595 22.9018 -12.6171 87.025 0.524 6.268 6.727 337.215 +23 Nov 2020 01:00 UT 58.43 7.828 1801.8 397772 22.9341 -12.4290 86.518 0.523 6.232 6.737 337.170 +23 Nov 2020 02:00 UT 58.83 7.870 1801.1 397947 22.9664 -12.2401 86.011 0.522 6.196 6.747 337.127 +23 Nov 2020 03:00 UT 59.23 7.912 1800.3 398120 22.9986 -12.0506 85.504 0.521 6.159 6.756 337.085 +23 Nov 2020 04:00 UT 59.63 7.953 1799.5 398292 23.0307 -11.8603 84.997 0.521 6.121 6.765 337.045 +23 Nov 2020 05:00 UT 60.03 7.995 1798.7 398461 23.0627 -11.6695 84.491 0.520 6.084 6.773 337.007 +23 Nov 2020 06:00 UT 60.43 8.037 1798.0 398629 23.0947 -11.4779 83.984 0.519 6.045 6.781 336.971 +23 Nov 2020 07:00 UT 60.82 8.078 1797.2 398795 23.1266 -11.2858 83.477 0.518 6.007 6.788 336.937 +23 Nov 2020 08:00 UT 61.22 8.120 1796.5 398959 23.1584 -11.0930 82.970 0.517 5.968 6.794 336.904 +23 Nov 2020 09:00 UT 61.61 8.162 1795.8 399121 23.1902 -10.8997 82.464 0.516 5.928 6.800 336.874 +23 Nov 2020 10:00 UT 62.01 8.203 1795.0 399281 23.2219 -10.7057 81.957 0.516 5.889 6.806 336.845 +23 Nov 2020 11:00 UT 62.40 8.245 1794.3 399439 23.2536 -10.5112 81.450 0.515 5.849 6.810 336.817 +23 Nov 2020 12:00 UT 62.79 8.287 1793.6 399595 23.2851 -10.3161 80.943 0.514 5.808 6.815 336.792 +23 Nov 2020 13:00 UT 63.18 8.328 1792.9 399750 23.3166 -10.1205 80.437 0.513 5.767 6.819 336.768 +23 Nov 2020 14:00 UT 63.57 8.370 1792.2 399902 23.3481 -9.9244 79.930 0.512 5.726 6.822 336.746 +23 Nov 2020 15:00 UT 63.95 8.412 1791.6 400053 23.3795 -9.7277 79.423 0.511 5.685 6.825 336.726 +23 Nov 2020 16:00 UT 64.34 8.453 1790.9 400202 23.4108 -9.5305 78.917 0.511 5.643 6.827 336.707 +23 Nov 2020 17:00 UT 64.72 8.495 1790.3 400348 23.4421 -9.3328 78.410 0.510 5.601 6.829 336.690 +23 Nov 2020 18:00 UT 65.11 8.537 1789.6 400493 23.4733 -9.1347 77.903 0.509 5.558 6.830 336.675 +23 Nov 2020 19:00 UT 65.49 8.578 1789.0 400636 23.5045 -8.9360 77.397 0.508 5.515 6.830 336.662 +23 Nov 2020 20:00 UT 65.87 8.620 1788.3 400777 23.5356 -8.7370 76.890 0.507 5.472 6.830 336.650 +23 Nov 2020 21:00 UT 66.25 8.662 1787.7 400916 23.5666 -8.5374 76.384 0.506 5.428 6.830 336.640 +23 Nov 2020 22:00 UT 66.63 8.703 1787.1 401053 23.5977 -8.3375 75.877 0.506 5.384 6.829 336.632 +23 Nov 2020 23:00 UT 67.01 8.745 1786.5 401188 23.6286 -8.1371 75.370 0.505 5.340 6.828 336.625 +24 Nov 2020 00:00 UT 67.38 8.787 1785.9 401321 23.6595 -7.9364 74.864 0.504 5.296 6.826 336.620 +24 Nov 2020 01:00 UT 67.76 8.828 1785.3 401453 23.6904 -7.7352 74.357 0.503 5.251 6.823 336.616 +24 Nov 2020 02:00 UT 68.13 8.870 1784.8 401582 23.7212 -7.5337 73.851 0.502 5.206 6.820 336.615 +24 Nov 2020 03:00 UT 68.50 8.912 1784.2 401709 23.7519 -7.3317 73.344 0.501 5.160 6.816 336.615 +24 Nov 2020 04:00 UT 68.87 8.953 1783.6 401834 23.7826 -7.1295 72.838 0.500 5.114 6.812 336.616 +24 Nov 2020 05:00 UT 69.24 8.995 1783.1 401958 23.8133 -6.9269 72.331 0.500 5.068 6.808 336.619 +24 Nov 2020 06:00 UT 69.61 9.037 1782.5 402079 23.8439 -6.7239 71.825 0.499 5.022 6.803 336.624 +24 Nov 2020 07:00 UT 69.97 9.078 1782.0 402199 23.8745 -6.5207 71.318 0.498 4.976 6.797 336.630 +24 Nov 2020 08:00 UT 70.34 9.120 1781.5 402316 23.9051 -6.3171 70.812 0.497 4.929 6.791 336.638 +24 Nov 2020 09:00 UT 70.70 9.162 1781.0 402432 23.9356 -6.1132 70.305 0.496 4.882 6.784 336.648 +24 Nov 2020 10:00 UT 71.06 9.203 1780.5 402545 23.9661 -5.9091 69.799 0.495 4.834 6.777 336.659 +24 Nov 2020 11:00 UT 71.42 9.245 1780.0 402657 23.9965 -5.7046 69.292 0.494 4.787 6.769 336.672 +24 Nov 2020 12:00 UT 71.78 9.287 1779.5 402767 0.0269 -5.5000 68.786 0.494 4.739 6.761 336.686 +24 Nov 2020 13:00 UT 72.14 9.328 1779.0 402874 0.0572 -5.2950 68.279 0.493 4.690 6.752 336.702 +24 Nov 2020 14:00 UT 72.49 9.370 1778.6 402980 0.0876 -5.0898 67.773 0.492 4.642 6.743 336.719 +24 Nov 2020 15:00 UT 72.84 9.412 1778.1 403084 0.1178 -4.8844 67.267 0.491 4.593 6.733 336.738 +24 Nov 2020 16:00 UT 73.20 9.453 1777.7 403186 0.1481 -4.6788 66.760 0.490 4.544 6.723 336.759 +24 Nov 2020 17:00 UT 73.55 9.495 1777.2 403285 0.1783 -4.4730 66.254 0.489 4.495 6.712 336.781 +24 Nov 2020 18:00 UT 73.89 9.537 1776.8 403383 0.2085 -4.2669 65.747 0.488 4.446 6.701 336.805 +24 Nov 2020 19:00 UT 74.24 9.578 1776.4 403479 0.2387 -4.0607 65.241 0.487 4.396 6.689 336.830 +24 Nov 2020 20:00 UT 74.59 9.620 1775.9 403573 0.2688 -3.8544 64.735 0.486 4.347 6.677 336.857 +24 Nov 2020 21:00 UT 74.93 9.662 1775.5 403666 0.2990 -3.6478 64.228 0.486 4.297 6.664 336.885 +24 Nov 2020 22:00 UT 75.27 9.703 1775.1 403756 0.3291 -3.4411 63.722 0.485 4.246 6.651 336.914 +24 Nov 2020 23:00 UT 75.61 9.745 1774.8 403844 0.3591 -3.2343 63.215 0.484 4.196 6.637 336.946 +25 Nov 2020 00:00 UT 75.95 9.787 1774.4 403930 0.3892 -3.0273 62.709 0.483 4.145 6.623 336.978 +25 Nov 2020 01:00 UT 76.29 9.828 1774.0 404015 0.4192 -2.8203 62.203 0.482 4.094 6.609 337.013 +25 Nov 2020 02:00 UT 76.62 9.870 1773.6 404097 0.4492 -2.6131 61.697 0.481 4.043 6.593 337.048 +25 Nov 2020 03:00 UT 76.96 9.912 1773.3 404178 0.4792 -2.4058 61.190 0.480 3.992 6.578 337.085 +25 Nov 2020 04:00 UT 77.29 9.953 1772.9 404256 0.5091 -2.1984 60.684 0.479 3.941 6.561 337.124 +25 Nov 2020 05:00 UT 77.62 9.995 1772.6 404333 0.5391 -1.9910 60.178 0.478 3.889 6.545 337.164 +25 Nov 2020 06:00 UT 77.94 10.037 1772.3 404408 0.5690 -1.7835 59.671 0.478 3.837 6.528 337.206 +25 Nov 2020 07:00 UT 78.27 10.078 1772.0 404481 0.5989 -1.5759 59.165 0.477 3.785 6.510 337.249 +25 Nov 2020 08:00 UT 78.59 10.120 1771.7 404552 0.6288 -1.3684 58.659 0.476 3.733 6.492 337.293 +25 Nov 2020 09:00 UT 78.92 10.162 1771.3 404621 0.6587 -1.1607 58.153 0.475 3.681 6.473 337.339 +25 Nov 2020 10:00 UT 79.24 10.203 1771.1 404688 0.6886 -0.9531 57.646 0.474 3.628 6.454 337.387 +25 Nov 2020 11:00 UT 79.55 10.245 1770.8 404754 0.7185 -0.7454 57.140 0.473 3.576 6.435 337.436 +25 Nov 2020 12:00 UT 79.87 10.287 1770.5 404817 0.7483 -0.5378 56.634 0.472 3.523 6.415 337.486 +25 Nov 2020 13:00 UT 80.19 10.328 1770.2 404879 0.7782 -0.3301 56.128 0.471 3.470 6.394 337.538 +25 Nov 2020 14:00 UT 80.50 10.370 1770.0 404938 0.8080 -0.1225 55.621 0.470 3.417 6.373 337.591 +25 Nov 2020 15:00 UT 80.81 10.412 1769.7 404996 0.8379 0.0851 55.115 0.469 3.364 6.352 337.646 +25 Nov 2020 16:00 UT 81.12 10.453 1769.5 405052 0.8677 0.2926 54.609 0.468 3.311 6.330 337.702 +25 Nov 2020 17:00 UT 81.42 10.495 1769.2 405107 0.8975 0.5001 54.103 0.467 3.257 6.308 337.759 +25 Nov 2020 18:00 UT 81.73 10.537 1769.0 405159 0.9273 0.7075 53.597 0.466 3.203 6.285 337.818 +25 Nov 2020 19:00 UT 82.03 10.578 1768.8 405210 0.9571 0.9149 53.090 0.466 3.150 6.261 337.878 +25 Nov 2020 20:00 UT 82.33 10.620 1768.6 405258 0.9870 1.1221 52.584 0.465 3.096 6.238 337.940 +25 Nov 2020 21:00 UT 82.63 10.662 1768.4 405305 1.0168 1.3293 52.078 0.464 3.042 6.213 338.003 +25 Nov 2020 22:00 UT 82.93 10.703 1768.2 405350 1.0466 1.5363 51.572 0.463 2.988 6.189 338.067 +25 Nov 2020 23:00 UT 83.22 10.745 1768.0 405394 1.0764 1.7433 51.066 0.462 2.934 6.164 338.133 +26 Nov 2020 00:00 UT 83.51 10.787 1767.8 405435 1.1062 1.9501 50.560 0.461 2.879 6.138 338.200 +26 Nov 2020 01:00 UT 83.80 10.828 1767.6 405475 1.1361 2.1568 50.054 0.460 2.825 6.112 338.269 +26 Nov 2020 02:00 UT 84.09 10.870 1767.5 405513 1.1659 2.3633 49.547 0.459 2.770 6.085 338.339 +26 Nov 2020 03:00 UT 84.38 10.912 1767.3 405549 1.1957 2.5696 49.041 0.458 2.716 6.059 338.410 +26 Nov 2020 04:00 UT 84.66 10.953 1767.1 405584 1.2256 2.7758 48.535 0.457 2.661 6.031 338.483 +26 Nov 2020 05:00 UT 84.94 10.995 1767.0 405617 1.2554 2.9818 48.029 0.456 2.606 6.003 338.557 +26 Nov 2020 06:00 UT 85.22 11.037 1766.9 405648 1.2853 3.1876 47.523 0.455 2.552 5.975 338.632 +26 Nov 2020 07:00 UT 85.50 11.078 1766.7 405677 1.3152 3.3932 47.017 0.454 2.497 5.946 338.709 +26 Nov 2020 08:00 UT 85.77 11.120 1766.6 405704 1.3450 3.5986 46.511 0.453 2.442 5.917 338.787 +26 Nov 2020 09:00 UT 86.05 11.162 1766.5 405730 1.3749 3.8038 46.005 0.452 2.387 5.888 338.867 +26 Nov 2020 10:00 UT 86.32 11.203 1766.4 405754 1.4049 4.0087 45.499 0.451 2.331 5.858 338.948 +26 Nov 2020 11:00 UT 86.58 11.245 1766.3 405777 1.4348 4.2134 44.993 0.450 2.276 5.827 339.030 +26 Nov 2020 12:00 UT 86.85 11.287 1766.2 405798 1.4647 4.4178 44.487 0.449 2.221 5.796 339.113 +26 Nov 2020 13:00 UT 87.11 11.328 1766.1 405817 1.4947 4.6219 43.981 0.448 2.166 5.765 339.198 +26 Nov 2020 14:00 UT 87.38 11.370 1766.1 405834 1.5246 4.8258 43.475 0.447 2.110 5.733 339.285 +26 Nov 2020 15:00 UT 87.64 11.412 1766.0 405850 1.5546 5.0294 42.969 0.446 2.055 5.701 339.372 +26 Nov 2020 16:00 UT 87.89 11.453 1765.9 405864 1.5846 5.2326 42.463 0.445 1.999 5.668 339.461 +26 Nov 2020 17:00 UT 88.15 11.495 1765.9 405876 1.6147 5.4356 41.957 0.444 1.944 5.635 339.551 +26 Nov 2020 18:00 UT 88.40 11.537 1765.8 405887 1.6447 5.6382 41.451 0.443 1.888 5.602 339.643 +26 Nov 2020 19:00 UT 88.65 11.578 1765.8 405896 1.6748 5.8405 40.945 0.442 1.833 5.568 339.736 +26 Nov 2020 20:00 UT 88.90 11.620 1765.7 405904 1.7049 6.0424 40.439 0.441 1.777 5.534 339.830 +26 Nov 2020 21:00 UT 89.14 11.662 1765.7 405910 1.7350 6.2440 39.933 0.440 1.721 5.499 339.926 +26 Nov 2020 22:00 UT 89.38 11.703 1765.7 405914 1.7652 6.4452 39.427 0.439 1.666 5.464 340.023 +26 Nov 2020 23:00 UT 89.62 11.745 1765.7 405917 1.7953 6.6460 38.921 0.438 1.610 5.429 340.121 +27 Nov 2020 00:00 UT 89.86 11.787 1765.7 405918 1.8255 6.8465 38.415 0.437 1.554 5.393 340.220 +27 Nov 2020 01:00 UT 90.10 11.828 1765.7 405918 1.8558 7.0465 37.909 0.436 1.498 5.357 340.321 +27 Nov 2020 02:00 UT 90.33 11.870 1765.7 405916 1.8860 7.2461 37.403 0.435 1.443 5.320 340.423 +27 Nov 2020 03:00 UT 90.56 11.912 1765.7 405913 1.9163 7.4453 36.897 0.434 1.387 5.283 340.527 +27 Nov 2020 04:00 UT 90.79 11.953 1765.7 405908 1.9466 7.6440 36.391 0.433 1.331 5.245 340.631 +27 Nov 2020 05:00 UT 91.02 11.995 1765.8 405902 1.9770 7.8423 35.885 0.432 1.275 5.207 340.737 +27 Nov 2020 06:00 UT 91.24 12.037 1765.8 405894 2.0073 8.0401 35.379 0.431 1.219 5.169 340.845 +27 Nov 2020 07:00 UT 91.46 12.078 1765.8 405884 2.0377 8.2375 34.873 0.430 1.164 5.131 340.953 +27 Nov 2020 08:00 UT 91.68 12.120 1765.9 405873 2.0682 8.4344 34.367 0.429 1.108 5.092 341.063 +27 Nov 2020 09:00 UT 91.89 12.162 1765.9 405861 2.0987 8.6307 33.862 0.428 1.052 5.052 341.175 +27 Nov 2020 10:00 UT 92.11 12.203 1766.0 405847 2.1292 8.8266 33.356 0.427 0.996 5.012 341.287 +27 Nov 2020 11:00 UT 92.32 12.245 1766.1 405832 2.1598 9.0219 32.850 0.426 0.941 4.972 341.401 +27 Nov 2020 12:00 UT 92.52 12.287 1766.1 405815 2.1903 9.2167 32.344 0.425 0.885 4.932 341.516 +27 Nov 2020 13:00 UT 92.73 12.328 1766.2 405797 2.2210 9.4109 31.838 0.424 0.829 4.891 341.632 +27 Nov 2020 14:00 UT 92.93 12.370 1766.3 405777 2.2517 9.6046 31.332 0.423 0.774 4.850 341.750 +27 Nov 2020 15:00 UT 93.13 12.412 1766.4 405756 2.2824 9.7977 30.826 0.421 0.718 4.808 341.869 +27 Nov 2020 16:00 UT 93.33 12.453 1766.5 405734 2.3131 9.9903 30.321 0.420 0.662 4.766 341.989 +27 Nov 2020 17:00 UT 93.52 12.495 1766.6 405710 2.3439 10.1822 29.815 0.419 0.607 4.724 342.111 +27 Nov 2020 18:00 UT 93.72 12.537 1766.7 405685 2.3748 10.3735 29.309 0.418 0.551 4.681 342.234 +27 Nov 2020 19:00 UT 93.90 12.578 1766.8 405658 2.4056 10.5642 28.803 0.417 0.496 4.638 342.358 +27 Nov 2020 20:00 UT 94.09 12.620 1766.9 405631 2.4366 10.7543 28.297 0.416 0.440 4.594 342.483 +27 Nov 2020 21:00 UT 94.28 12.662 1767.1 405601 2.4675 10.9437 27.791 0.415 0.385 4.551 342.609 +27 Nov 2020 22:00 UT 94.46 12.703 1767.2 405571 2.4986 11.1325 27.286 0.414 0.329 4.506 342.737 +27 Nov 2020 23:00 UT 94.64 12.745 1767.3 405539 2.5296 11.3206 26.780 0.413 0.274 4.462 342.866 +28 Nov 2020 00:00 UT 94.81 12.787 1767.5 405506 2.5608 11.5080 26.274 0.412 0.219 4.417 342.997 +28 Nov 2020 01:00 UT 94.98 12.828 1767.6 405471 2.5919 11.6947 25.768 0.411 0.164 4.372 343.128 +28 Nov 2020 02:00 UT 95.16 12.870 1767.8 405435 2.6231 11.8807 25.262 0.410 0.109 4.326 343.261 +28 Nov 2020 03:00 UT 95.32 12.912 1768.0 405398 2.6544 12.0659 24.756 0.408 0.054 4.281 343.395 +28 Nov 2020 04:00 UT 95.49 12.953 1768.1 405360 2.6857 12.2505 24.251 0.407 -0.001 4.234 343.531 +28 Nov 2020 05:00 UT 95.65 12.995 1768.3 405320 2.7171 12.4343 23.745 0.406 -0.056 4.188 343.667 +28 Nov 2020 06:00 UT 95.81 13.037 1768.5 405279 2.7485 12.6173 23.239 0.405 -0.111 4.141 343.805 +28 Nov 2020 07:00 UT 95.97 13.078 1768.7 405237 2.7800 12.7995 22.733 0.404 -0.166 4.094 343.944 +28 Nov 2020 08:00 UT 96.12 13.120 1768.8 405194 2.8115 12.9810 22.228 0.403 -0.221 4.047 344.085 +28 Nov 2020 09:00 UT 96.27 13.162 1769.0 405149 2.8431 13.1616 21.722 0.402 -0.275 3.999 344.226 +28 Nov 2020 10:00 UT 96.42 13.203 1769.2 405104 2.8747 13.3414 21.216 0.401 -0.330 3.951 344.369 +28 Nov 2020 11:00 UT 96.56 13.245 1769.4 405057 2.9064 13.5205 20.710 0.400 -0.384 3.902 344.513 +28 Nov 2020 12:00 UT 96.71 13.287 1769.7 405008 2.9382 13.6986 20.205 0.398 -0.439 3.854 344.659 +28 Nov 2020 13:00 UT 96.85 13.328 1769.9 404959 2.9700 13.8759 19.699 0.397 -0.493 3.805 344.805 +28 Nov 2020 14:00 UT 96.98 13.370 1770.1 404909 3.0018 14.0523 19.193 0.396 -0.547 3.756 344.953 +28 Nov 2020 15:00 UT 97.12 13.412 1770.3 404857 3.0338 14.2279 18.687 0.395 -0.601 3.706 345.102 +28 Nov 2020 16:00 UT 97.25 13.453 1770.5 404804 3.0658 14.4025 18.182 0.394 -0.655 3.656 345.252 +28 Nov 2020 17:00 UT 97.37 13.495 1770.8 404750 3.0978 14.5763 17.676 0.393 -0.709 3.606 345.403 +28 Nov 2020 18:00 UT 97.50 13.537 1771.0 404695 3.1299 14.7491 17.170 0.392 -0.763 3.556 345.556 +28 Nov 2020 19:00 UT 97.62 13.578 1771.3 404639 3.1621 14.9209 16.664 0.390 -0.816 3.505 345.710 +28 Nov 2020 20:00 UT 97.74 13.620 1771.5 404582 3.1943 15.0919 16.159 0.389 -0.870 3.454 345.865 +28 Nov 2020 21:00 UT 97.86 13.662 1771.8 404524 3.2266 15.2618 15.653 0.388 -0.923 3.403 346.021 +28 Nov 2020 22:00 UT 97.97 13.703 1772.0 404464 3.2589 15.4308 15.147 0.387 -0.977 3.351 346.179 +28 Nov 2020 23:00 UT 98.08 13.745 1772.3 404404 3.2914 15.5987 14.642 0.386 -1.030 3.299 346.337 +29 Nov 2020 00:00 UT 98.19 13.787 1772.6 404342 3.3239 15.7657 14.136 0.385 -1.083 3.247 346.497 +29 Nov 2020 01:00 UT 98.29 13.828 1772.8 404279 3.3564 15.9316 13.630 0.383 -1.136 3.195 346.658 +29 Nov 2020 02:00 UT 98.39 13.870 1773.1 404216 3.3890 16.0965 13.124 0.382 -1.189 3.142 346.820 +29 Nov 2020 03:00 UT 98.49 13.912 1773.4 404151 3.4217 16.2603 12.619 0.381 -1.242 3.089 346.983 +29 Nov 2020 04:00 UT 98.59 13.953 1773.7 404085 3.4544 16.4231 12.113 0.380 -1.294 3.036 347.148 +29 Nov 2020 05:00 UT 98.68 13.995 1774.0 404018 3.4872 16.5848 11.607 0.379 -1.347 2.983 347.314 +29 Nov 2020 06:00 UT 98.77 14.037 1774.3 403951 3.5201 16.7454 11.102 0.378 -1.399 2.929 347.480 +29 Nov 2020 07:00 UT 98.85 14.078 1774.6 403882 3.5531 16.9049 10.596 0.376 -1.451 2.875 347.648 +29 Nov 2020 08:00 UT 98.94 14.120 1774.9 403812 3.5861 17.0632 10.090 0.375 -1.503 2.821 347.818 +29 Nov 2020 09:00 UT 99.02 14.162 1775.2 403741 3.6192 17.2204 9.585 0.374 -1.555 2.767 347.988 +29 Nov 2020 10:00 UT 99.09 14.203 1775.5 403670 3.6523 17.3765 9.079 0.373 -1.607 2.712 348.159 +29 Nov 2020 11:00 UT 99.17 14.245 1775.8 403597 3.6855 17.5314 8.573 0.372 -1.658 2.658 348.332 +29 Nov 2020 12:00 UT 99.24 14.287 1776.2 403523 3.7188 17.6851 8.068 0.370 -1.710 2.603 348.505 +29 Nov 2020 13:00 UT 99.30 14.328 1776.5 403449 3.7522 17.8376 7.562 0.369 -1.761 2.548 348.680 +29 Nov 2020 14:00 UT 99.37 14.370 1776.8 403373 3.7856 17.9888 7.056 0.368 -1.812 2.492 348.856 +29 Nov 2020 15:00 UT 99.43 14.412 1777.2 403297 3.8191 18.1389 6.551 0.367 -1.863 2.436 349.033 +29 Nov 2020 16:00 UT 99.49 14.453 1777.5 403220 3.8527 18.2877 6.045 0.365 -1.914 2.381 349.211 +29 Nov 2020 17:00 UT 99.54 14.495 1777.8 403141 3.8864 18.4352 5.539 0.364 -1.964 2.325 349.391 +29 Nov 2020 18:00 UT 99.59 14.537 1778.2 403062 3.9201 18.5815 5.034 0.363 -2.015 2.268 349.571 +29 Nov 2020 19:00 UT 99.64 14.578 1778.6 402982 3.9539 18.7265 4.528 0.362 -2.065 2.212 349.752 +29 Nov 2020 20:00 UT 99.69 14.620 1778.9 402901 3.9877 18.8702 4.022 0.361 -2.115 2.155 349.935 +29 Nov 2020 21:00 UT 99.73 14.662 1779.3 402820 4.0216 19.0126 3.517 0.359 -2.165 2.099 350.118 +29 Nov 2020 22:00 UT 99.77 14.703 1779.6 402737 4.0557 19.1536 3.011 0.358 -2.215 2.042 350.303 +29 Nov 2020 23:00 UT 99.81 14.745 1780.0 402653 4.0897 19.2933 2.505 0.357 -2.264 1.984 350.488 +30 Nov 2020 00:00 UT 99.84 14.787 1780.4 402569 4.1239 19.4316 2.000 0.356 -2.314 1.927 350.675 +30 Nov 2020 01:00 UT 99.87 14.828 1780.8 402484 4.1581 19.5685 1.494 0.354 -2.363 1.869 350.863 +30 Nov 2020 02:00 UT 99.90 14.870 1781.1 402398 4.1924 19.7041 0.989 0.353 -2.412 1.812 351.051 +30 Nov 2020 03:00 UT 99.92 14.912 1781.5 402311 4.2268 19.8382 0.483 0.352 -2.461 1.754 351.241 +30 Nov 2020 04:00 UT 99.94 14.953 1781.9 402223 4.2612 19.9709 -0.023 0.351 -2.510 1.696 351.432 +30 Nov 2020 05:00 UT 99.96 14.995 1782.3 402135 4.2957 20.1022 -0.528 0.349 -2.558 1.638 351.624 +30 Nov 2020 06:00 UT 99.97 15.037 1782.7 402045 4.3303 20.2320 -1.034 0.348 -2.606 1.579 351.816 +30 Nov 2020 07:00 UT 99.98 15.078 1783.1 401955 4.3650 20.3604 -1.540 0.347 -2.654 1.521 352.010 +30 Nov 2020 08:00 UT 99.99 15.120 1783.5 401864 4.3997 20.4873 -2.045 0.346 -2.702 1.462 352.205 +30 Nov 2020 09:00 UT 99.99 15.162 1783.9 401772 4.4345 20.6126 -2.551 0.344 -2.750 1.404 352.400 +30 Nov 2020 10:00 UT 99.99 15.203 1784.3 401680 4.4694 20.7365 -3.057 0.343 -2.797 1.345 352.597 +30 Nov 2020 11:00 UT 99.99 15.245 1784.7 401587 4.5043 20.8588 -3.562 0.342 -2.845 1.286 352.794 +30 Nov 2020 12:00 UT 99.98 15.287 1785.1 401493 4.5394 20.9796 -4.068 0.341 -2.892 1.227 352.992 +30 Nov 2020 13:00 UT 99.97 15.328 1785.6 401398 4.5744 21.0989 -4.573 0.339 -2.939 1.167 353.192 +30 Nov 2020 14:00 UT 99.96 15.370 1786.0 401302 4.6096 21.2165 -5.079 0.338 -2.985 1.108 353.392 +30 Nov 2020 15:00 UT 99.95 15.412 1786.4 401206 4.6449 21.3326 -5.585 0.337 -3.032 1.048 353.593 +30 Nov 2020 16:00 UT 99.93 15.453 1786.9 401109 4.6802 21.4471 -6.090 0.336 -3.078 0.989 353.795 +30 Nov 2020 17:00 UT 99.91 15.495 1787.3 401011 4.7156 21.5600 -6.596 0.334 -3.124 0.929 353.998 +30 Nov 2020 18:00 UT 99.88 15.537 1787.7 400913 4.7510 21.6712 -7.102 0.333 -3.170 0.869 354.201 +30 Nov 2020 19:00 UT 99.85 15.578 1788.2 400813 4.7865 21.7808 -7.607 0.332 -3.215 0.809 354.406 +30 Nov 2020 20:00 UT 99.82 15.620 1788.6 400713 4.8221 21.8888 -8.113 0.330 -3.260 0.749 354.611 +30 Nov 2020 21:00 UT 99.78 15.662 1789.1 400613 4.8578 21.9950 -8.618 0.329 -3.305 0.689 354.817 +30 Nov 2020 22:00 UT 99.75 15.703 1789.5 400511 4.8936 22.0996 -9.124 0.328 -3.350 0.629 355.024 +30 Nov 2020 23:00 UT 99.70 15.745 1790.0 400409 4.9294 22.2025 -9.630 0.327 -3.395 0.569 355.231 +01 Dec 2020 00:00 UT 99.66 15.787 1790.4 400306 4.9652 22.3036 -10.135 0.325 -3.439 0.509 355.440 +01 Dec 2020 01:00 UT 99.61 15.828 1790.9 400203 5.0012 22.4031 -10.641 0.324 -3.483 0.448 355.649 +01 Dec 2020 02:00 UT 99.56 15.870 1791.4 400099 5.0372 22.5008 -11.147 0.323 -3.527 0.388 355.858 +01 Dec 2020 03:00 UT 99.50 15.912 1791.8 399994 5.0733 22.5967 -11.652 0.321 -3.571 0.327 356.069 +01 Dec 2020 04:00 UT 99.45 15.953 1792.3 399888 5.1095 22.6909 -12.158 0.320 -3.614 0.267 356.280 +01 Dec 2020 05:00 UT 99.38 15.995 1792.8 399782 5.1457 22.7833 -12.664 0.319 -3.657 0.206 356.492 +01 Dec 2020 06:00 UT 99.32 16.037 1793.3 399675 5.1820 22.8739 -13.169 0.317 -3.700 0.145 356.704 +01 Dec 2020 07:00 UT 99.25 16.078 1793.7 399568 5.2183 22.9627 -13.675 0.316 -3.743 0.085 356.918 +01 Dec 2020 08:00 UT 99.18 16.120 1794.2 399459 5.2547 23.0497 -14.180 0.315 -3.785 0.024 357.131 +01 Dec 2020 09:00 UT 99.10 16.162 1794.7 399351 5.2912 23.1348 -14.686 0.313 -3.827 -0.037 357.346 +01 Dec 2020 10:00 UT 99.03 16.203 1795.2 399241 5.3278 23.2181 -15.192 0.312 -3.869 -0.098 357.561 +01 Dec 2020 11:00 UT 98.94 16.245 1795.7 399131 5.3644 23.2995 -15.697 0.311 -3.911 -0.158 357.776 +01 Dec 2020 12:00 UT 98.86 16.287 1796.2 399020 5.4011 23.3791 -16.203 0.310 -3.952 -0.219 357.992 +01 Dec 2020 13:00 UT 98.77 16.328 1796.7 398909 5.4378 23.4567 -16.709 0.308 -3.993 -0.280 358.209 +01 Dec 2020 14:00 UT 98.68 16.370 1797.2 398796 5.4746 23.5325 -17.214 0.307 -4.034 -0.341 358.426 +01 Dec 2020 15:00 UT 98.58 16.412 1797.7 398684 5.5115 23.6063 -17.720 0.306 -4.074 -0.402 358.644 +01 Dec 2020 16:00 UT 98.49 16.453 1798.2 398570 5.5484 23.6783 -18.226 0.304 -4.115 -0.463 358.862 +01 Dec 2020 17:00 UT 98.39 16.495 1798.8 398456 5.5854 23.7483 -18.731 0.303 -4.154 -0.524 359.080 +01 Dec 2020 18:00 UT 98.28 16.537 1799.3 398342 5.6224 23.8163 -19.237 0.302 -4.194 -0.584 359.299 +01 Dec 2020 19:00 UT 98.17 16.578 1799.8 398226 5.6595 23.8825 -19.742 0.300 -4.234 -0.645 359.518 +01 Dec 2020 20:00 UT 98.06 16.620 1800.3 398111 5.6967 23.9466 -20.248 0.299 -4.273 -0.706 359.738 +01 Dec 2020 21:00 UT 97.95 16.662 1800.8 397994 5.7339 24.0087 -20.754 0.298 -4.311 -0.767 359.958 +01 Dec 2020 22:00 UT 97.83 16.703 1801.4 397877 5.7712 24.0689 -21.259 0.296 -4.350 -0.828 0.179 +01 Dec 2020 23:00 UT 97.71 16.745 1801.9 397759 5.8085 24.1271 -21.765 0.295 -4.388 -0.888 0.399 +02 Dec 2020 00:00 UT 97.58 16.787 1802.4 397641 5.8459 24.1832 -22.271 0.294 -4.426 -0.949 0.620 +02 Dec 2020 01:00 UT 97.46 16.828 1803.0 397522 5.8833 24.2374 -22.776 0.292 -4.464 -1.010 0.841 +02 Dec 2020 02:00 UT 97.32 16.870 1803.5 397403 5.9208 24.2895 -23.282 0.291 -4.501 -1.070 1.063 +02 Dec 2020 03:00 UT 97.19 16.912 1804.1 397282 5.9583 24.3395 -23.788 0.290 -4.538 -1.131 1.285 +02 Dec 2020 04:00 UT 97.05 16.953 1804.6 397162 5.9959 24.3875 -24.293 0.288 -4.575 -1.191 1.507 +02 Dec 2020 05:00 UT 96.91 16.995 1805.2 397040 6.0335 24.4335 -24.799 0.287 -4.611 -1.252 1.729 +02 Dec 2020 06:00 UT 96.77 17.037 1805.7 396918 6.0712 24.4773 -25.305 0.285 -4.648 -1.312 1.951 +02 Dec 2020 07:00 UT 96.62 17.078 1806.3 396796 6.1089 24.5191 -25.810 0.284 -4.683 -1.372 2.173 +02 Dec 2020 08:00 UT 96.47 17.120 1806.8 396673 6.1467 24.5588 -26.316 0.283 -4.719 -1.433 2.396 +02 Dec 2020 09:00 UT 96.31 17.162 1807.4 396549 6.1845 24.5964 -26.822 0.281 -4.754 -1.493 2.619 +02 Dec 2020 10:00 UT 96.16 17.203 1808.0 396425 6.2224 24.6319 -27.328 0.280 -4.789 -1.553 2.841 +02 Dec 2020 11:00 UT 96.00 17.245 1808.5 396300 6.2603 24.6653 -27.833 0.279 -4.824 -1.613 3.064 +02 Dec 2020 12:00 UT 95.83 17.287 1809.1 396175 6.2982 24.6966 -28.339 0.277 -4.858 -1.673 3.287 +02 Dec 2020 13:00 UT 95.67 17.328 1809.7 396049 6.3362 24.7257 -28.845 0.276 -4.892 -1.732 3.509 +02 Dec 2020 14:00 UT 95.49 17.370 1810.3 395922 6.3742 24.7527 -29.350 0.275 -4.925 -1.792 3.732 +02 Dec 2020 15:00 UT 95.32 17.412 1810.8 395795 6.4123 24.7776 -29.856 0.273 -4.959 -1.852 3.954 +02 Dec 2020 16:00 UT 95.14 17.453 1811.4 395667 6.4504 24.8003 -30.362 0.272 -4.991 -1.911 4.177 +02 Dec 2020 17:00 UT 94.96 17.495 1812.0 395539 6.4885 24.8208 -30.867 0.271 -5.024 -1.970 4.399 +02 Dec 2020 18:00 UT 94.78 17.537 1812.6 395410 6.5267 24.8392 -31.373 0.269 -5.056 -2.029 4.621 +02 Dec 2020 19:00 UT 94.59 17.578 1813.2 395280 6.5649 24.8554 -31.879 0.268 -5.088 -2.088 4.843 +02 Dec 2020 20:00 UT 94.40 17.620 1813.8 395150 6.6031 24.8694 -32.385 0.266 -5.120 -2.147 5.065 +02 Dec 2020 21:00 UT 94.21 17.662 1814.4 395020 6.6413 24.8813 -32.890 0.265 -5.151 -2.206 5.286 +02 Dec 2020 22:00 UT 94.02 17.703 1815.0 394888 6.6796 24.8910 -33.396 0.264 -5.182 -2.265 5.507 +02 Dec 2020 23:00 UT 93.82 17.745 1815.6 394757 6.7179 24.8984 -33.902 0.262 -5.212 -2.323 5.728 +03 Dec 2020 00:00 UT 93.61 17.787 1816.2 394624 6.7563 24.9037 -34.408 0.261 -5.243 -2.382 5.949 +03 Dec 2020 01:00 UT 93.41 17.828 1816.8 394491 6.7947 24.9068 -34.913 0.260 -5.272 -2.440 6.169 +03 Dec 2020 02:00 UT 93.20 17.870 1817.4 394358 6.8330 24.9076 -35.419 0.258 -5.302 -2.498 6.389 +03 Dec 2020 03:00 UT 92.99 17.912 1818.1 394224 6.8715 24.9063 -35.925 0.257 -5.331 -2.555 6.609 +03 Dec 2020 04:00 UT 92.77 17.953 1818.7 394089 6.9099 24.9027 -36.431 0.255 -5.360 -2.613 6.828 +03 Dec 2020 05:00 UT 92.55 17.995 1819.3 393954 6.9484 24.8969 -36.936 0.254 -5.388 -2.670 7.047 +03 Dec 2020 06:00 UT 92.33 18.037 1819.9 393818 6.9868 24.8889 -37.442 0.253 -5.416 -2.728 7.265 +03 Dec 2020 07:00 UT 92.11 18.078 1820.6 393682 7.0253 24.8787 -37.948 0.251 -5.444 -2.785 7.482 +03 Dec 2020 08:00 UT 91.88 18.120 1821.2 393545 7.0638 24.8662 -38.454 0.250 -5.471 -2.842 7.700 +03 Dec 2020 09:00 UT 91.65 18.162 1821.8 393408 7.1024 24.8515 -38.959 0.249 -5.498 -2.898 7.916 +03 Dec 2020 10:00 UT 91.41 18.203 1822.5 393270 7.1409 24.8346 -39.465 0.247 -5.525 -2.955 8.132 +03 Dec 2020 11:00 UT 91.18 18.245 1823.1 393131 7.1795 24.8154 -39.971 0.246 -5.551 -3.011 8.347 +03 Dec 2020 12:00 UT 90.94 18.287 1823.8 392992 7.2180 24.7940 -40.477 0.244 -5.577 -3.067 8.562 +03 Dec 2020 13:00 UT 90.69 18.328 1824.4 392852 7.2566 24.7704 -40.983 0.243 -5.602 -3.123 8.776 +03 Dec 2020 14:00 UT 90.45 18.370 1825.1 392712 7.2952 24.7445 -41.488 0.242 -5.627 -3.178 8.990 +03 Dec 2020 15:00 UT 90.20 18.412 1825.7 392571 7.3338 24.7164 -41.994 0.240 -5.652 -3.234 9.202 +03 Dec 2020 16:00 UT 89.95 18.453 1826.4 392430 7.3724 24.6861 -42.500 0.239 -5.676 -3.289 9.414 +03 Dec 2020 17:00 UT 89.69 18.495 1827.0 392288 7.4110 24.6535 -43.006 0.238 -5.700 -3.344 9.625 +03 Dec 2020 18:00 UT 89.43 18.537 1827.7 392146 7.4496 24.6187 -43.512 0.236 -5.723 -3.398 9.835 +03 Dec 2020 19:00 UT 89.17 18.578 1828.4 392003 7.4882 24.5816 -44.018 0.235 -5.746 -3.453 10.045 +03 Dec 2020 20:00 UT 88.91 18.620 1829.0 391859 7.5268 24.5423 -44.523 0.233 -5.769 -3.507 10.253 +03 Dec 2020 21:00 UT 88.64 18.662 1829.7 391715 7.5654 24.5008 -45.029 0.232 -5.791 -3.561 10.461 +03 Dec 2020 22:00 UT 88.37 18.703 1830.4 391571 7.6040 24.4570 -45.535 0.231 -5.813 -3.614 10.668 +03 Dec 2020 23:00 UT 88.09 18.745 1831.1 391425 7.6426 24.4110 -46.041 0.229 -5.834 -3.668 10.873 +04 Dec 2020 00:00 UT 87.82 18.787 1831.7 391280 7.6812 24.3627 -46.547 0.228 -5.855 -3.721 11.078 +04 Dec 2020 01:00 UT 87.54 18.828 1832.4 391133 7.7198 24.3123 -47.053 0.226 -5.876 -3.773 11.282 +04 Dec 2020 02:00 UT 87.26 18.870 1833.1 390986 7.7584 24.2596 -47.559 0.225 -5.896 -3.826 11.485 +04 Dec 2020 03:00 UT 86.97 18.912 1833.8 390839 7.7970 24.2046 -48.064 0.224 -5.916 -3.878 11.687 +04 Dec 2020 04:00 UT 86.68 18.953 1834.5 390691 7.8356 24.1475 -48.570 0.222 -5.935 -3.930 11.887 +04 Dec 2020 05:00 UT 86.39 18.995 1835.2 390543 7.8741 24.0881 -49.076 0.221 -5.954 -3.982 12.087 +04 Dec 2020 06:00 UT 86.10 19.037 1835.9 390394 7.9127 24.0265 -49.582 0.220 -5.973 -4.033 12.286 +04 Dec 2020 07:00 UT 85.80 19.078 1836.6 390244 7.9512 23.9627 -50.088 0.218 -5.991 -4.084 12.483 +04 Dec 2020 08:00 UT 85.50 19.120 1837.3 390094 7.9898 23.8967 -50.594 0.217 -6.008 -4.134 12.679 +04 Dec 2020 09:00 UT 85.20 19.162 1838.0 389943 8.0283 23.8285 -51.100 0.215 -6.026 -4.185 12.874 +04 Dec 2020 10:00 UT 84.90 19.203 1838.7 389792 8.0668 23.7581 -51.606 0.214 -6.042 -4.235 13.068 +04 Dec 2020 11:00 UT 84.59 19.245 1839.5 389640 8.1053 23.6855 -52.112 0.213 -6.059 -4.284 13.260 +04 Dec 2020 12:00 UT 84.28 19.287 1840.2 389488 8.1438 23.6107 -52.618 0.211 -6.075 -4.334 13.451 +04 Dec 2020 13:00 UT 83.96 19.328 1840.9 389335 8.1822 23.5338 -53.124 0.210 -6.090 -4.383 13.641 +04 Dec 2020 14:00 UT 83.65 19.370 1841.6 389182 8.2206 23.4546 -53.630 0.208 -6.105 -4.431 13.830 +04 Dec 2020 15:00 UT 83.33 19.412 1842.3 389028 8.2591 23.3733 -54.136 0.207 -6.120 -4.480 14.017 +04 Dec 2020 16:00 UT 83.01 19.453 1843.1 388874 8.2975 23.2898 -54.642 0.206 -6.134 -4.527 14.203 +04 Dec 2020 17:00 UT 82.68 19.495 1843.8 388719 8.3358 23.2041 -55.148 0.204 -6.148 -4.575 14.387 +04 Dec 2020 18:00 UT 82.36 19.537 1844.5 388563 8.3742 23.1163 -55.654 0.203 -6.161 -4.622 14.570 +04 Dec 2020 19:00 UT 82.03 19.578 1845.3 388407 8.4125 23.0264 -56.160 0.201 -6.174 -4.669 14.752 +04 Dec 2020 20:00 UT 81.70 19.620 1846.0 388251 8.4508 22.9343 -56.666 0.200 -6.186 -4.715 14.932 +04 Dec 2020 21:00 UT 81.36 19.662 1846.8 388094 8.4891 22.8400 -57.172 0.199 -6.198 -4.762 15.111 +04 Dec 2020 22:00 UT 81.02 19.703 1847.5 387936 8.5274 22.7437 -57.678 0.197 -6.209 -4.807 15.288 +04 Dec 2020 23:00 UT 80.68 19.745 1848.3 387778 8.5656 22.6452 -58.184 0.196 -6.220 -4.852 15.464 +05 Dec 2020 00:00 UT 80.34 19.787 1849.0 387620 8.6038 22.5446 -58.690 0.195 -6.231 -4.897 15.638 +05 Dec 2020 01:00 UT 80.00 19.828 1849.8 387461 8.6419 22.4419 -59.196 0.193 -6.241 -4.942 15.811 +05 Dec 2020 02:00 UT 79.65 19.870 1850.6 387301 8.6801 22.3372 -59.702 0.192 -6.250 -4.986 15.982 +05 Dec 2020 03:00 UT 79.30 19.912 1851.3 387141 8.7182 22.2303 -60.208 0.190 -6.259 -5.030 16.151 +05 Dec 2020 04:00 UT 78.94 19.953 1852.1 386980 8.7563 22.1214 -60.714 0.189 -6.268 -5.073 16.319 +05 Dec 2020 05:00 UT 78.59 19.995 1852.9 386819 8.7943 22.0103 -61.220 0.188 -6.276 -5.116 16.485 +05 Dec 2020 06:00 UT 78.23 20.037 1853.6 386658 8.8324 21.8973 -61.726 0.186 -6.283 -5.158 16.650 +05 Dec 2020 07:00 UT 77.87 20.078 1854.4 386496 8.8703 21.7822 -62.232 0.185 -6.290 -5.200 16.812 +05 Dec 2020 08:00 UT 77.51 20.120 1855.2 386333 8.9083 21.6650 -62.738 0.183 -6.297 -5.242 16.974 +05 Dec 2020 09:00 UT 77.14 20.162 1856.0 386170 8.9462 21.5458 -63.244 0.182 -6.303 -5.283 17.133 +05 Dec 2020 10:00 UT 76.78 20.203 1856.8 386006 8.9841 21.4246 -63.751 0.181 -6.309 -5.323 17.291 +05 Dec 2020 11:00 UT 76.41 20.245 1857.6 385842 9.0220 21.3014 -64.257 0.179 -6.314 -5.364 17.447 +05 Dec 2020 12:00 UT 76.04 20.287 1858.3 385678 9.0598 21.1762 -64.763 0.178 -6.319 -5.403 17.601 +05 Dec 2020 13:00 UT 75.66 20.328 1859.1 385513 9.0976 21.0490 -65.269 0.176 -6.323 -5.443 17.753 +05 Dec 2020 14:00 UT 75.28 20.370 1859.9 385348 9.1353 20.9199 -65.775 0.175 -6.327 -5.482 17.904 +05 Dec 2020 15:00 UT 74.91 20.412 1860.7 385182 9.1730 20.7887 -66.281 0.174 -6.330 -5.520 18.053 +05 Dec 2020 16:00 UT 74.52 20.453 1861.5 385015 9.2107 20.6556 -66.787 0.172 -6.333 -5.558 18.200 +05 Dec 2020 17:00 UT 74.14 20.495 1862.4 384849 9.2484 20.5206 -67.294 0.171 -6.335 -5.595 18.345 +05 Dec 2020 18:00 UT 73.76 20.537 1863.2 384681 9.2860 20.3836 -67.800 0.170 -6.336 -5.632 18.488 +05 Dec 2020 19:00 UT 73.37 20.578 1864.0 384514 9.3235 20.2447 -68.306 0.168 -6.338 -5.669 18.630 +05 Dec 2020 20:00 UT 72.98 20.620 1864.8 384346 9.3611 20.1039 -68.812 0.167 -6.338 -5.705 18.769 +05 Dec 2020 21:00 UT 72.59 20.662 1865.6 384177 9.3985 19.9612 -69.319 0.165 -6.338 -5.740 18.907 +05 Dec 2020 22:00 UT 72.19 20.703 1866.4 384008 9.4360 19.8166 -69.825 0.164 -6.338 -5.775 19.043 +05 Dec 2020 23:00 UT 71.80 20.745 1867.3 383839 9.4734 19.6702 -70.331 0.163 -6.337 -5.810 19.177 +06 Dec 2020 00:00 UT 71.40 20.787 1868.1 383669 9.5108 19.5219 -70.837 0.161 -6.336 -5.844 19.309 +06 Dec 2020 01:00 UT 71.00 20.828 1868.9 383499 9.5481 19.3717 -71.343 0.160 -6.334 -5.877 19.439 +06 Dec 2020 02:00 UT 70.60 20.870 1869.7 383329 9.5854 19.2197 -71.850 0.158 -6.331 -5.910 19.567 +06 Dec 2020 03:00 UT 70.19 20.912 1870.6 383158 9.6227 19.0659 -72.356 0.157 -6.328 -5.943 19.693 +06 Dec 2020 04:00 UT 69.79 20.953 1871.4 382986 9.6599 18.9102 -72.862 0.156 -6.325 -5.975 19.817 +06 Dec 2020 05:00 UT 69.38 20.995 1872.2 382815 9.6971 18.7528 -73.369 0.154 -6.321 -6.006 19.939 +06 Dec 2020 06:00 UT 68.97 21.037 1873.1 382643 9.7342 18.5936 -73.875 0.153 -6.316 -6.037 20.059 +06 Dec 2020 07:00 UT 68.56 21.078 1873.9 382470 9.7714 18.4326 -74.381 0.152 -6.311 -6.067 20.177 +06 Dec 2020 08:00 UT 68.14 21.120 1874.8 382297 9.8084 18.2699 -74.888 0.150 -6.306 -6.097 20.293 +06 Dec 2020 09:00 UT 67.73 21.162 1875.6 382124 9.8455 18.1054 -75.394 0.149 -6.300 -6.126 20.407 +06 Dec 2020 10:00 UT 67.31 21.203 1876.5 381951 9.8824 17.9392 -75.900 0.147 -6.293 -6.155 20.519 +06 Dec 2020 11:00 UT 66.89 21.245 1877.3 381777 9.9194 17.7712 -76.407 0.146 -6.286 -6.183 20.629 +06 Dec 2020 12:00 UT 66.47 21.287 1878.2 381603 9.9563 17.6016 -76.913 0.145 -6.278 -6.211 20.737 +06 Dec 2020 13:00 UT 66.05 21.328 1879.1 381429 9.9932 17.4303 -77.419 0.143 -6.270 -6.238 20.843 +06 Dec 2020 14:00 UT 65.62 21.370 1879.9 381254 10.0300 17.2573 -77.926 0.142 -6.261 -6.264 20.947 +06 Dec 2020 15:00 UT 65.20 21.412 1880.8 381079 10.0668 17.0826 -78.432 0.141 -6.252 -6.290 21.048 +06 Dec 2020 16:00 UT 64.77 21.453 1881.6 380904 10.1036 16.9063 -78.939 0.139 -6.242 -6.315 21.148 +06 Dec 2020 17:00 UT 64.34 21.495 1882.5 380728 10.1403 16.7284 -79.445 0.138 -6.231 -6.340 21.245 +06 Dec 2020 18:00 UT 63.91 21.537 1883.4 380553 10.1770 16.5489 -79.951 0.136 -6.220 -6.364 21.341 +06 Dec 2020 19:00 UT 63.48 21.578 1884.2 380377 10.2137 16.3677 -80.458 0.135 -6.209 -6.388 21.434 +06 Dec 2020 20:00 UT 63.04 21.620 1885.1 380200 10.2503 16.1850 -80.964 0.134 -6.197 -6.411 21.525 +06 Dec 2020 21:00 UT 62.61 21.662 1886.0 380024 10.2869 16.0007 -81.471 0.132 -6.184 -6.433 21.614 +06 Dec 2020 22:00 UT 62.17 21.703 1886.9 379847 10.3234 15.8149 -81.977 0.131 -6.171 -6.455 21.701 +06 Dec 2020 23:00 UT 61.73 21.745 1887.8 379670 10.3599 15.6275 -82.484 0.130 -6.157 -6.476 21.786 +07 Dec 2020 00:00 UT 61.29 21.787 1888.6 379493 10.3964 15.4386 -82.990 0.128 -6.143 -6.496 21.869 +07 Dec 2020 01:00 UT 60.85 21.828 1889.5 379316 10.4329 15.2481 -83.497 0.127 -6.128 -6.516 21.949 +07 Dec 2020 02:00 UT 60.41 21.870 1890.4 379138 10.4693 15.0562 -84.003 0.125 -6.113 -6.536 22.028 +07 Dec 2020 03:00 UT 59.96 21.912 1891.3 378961 10.5057 14.8628 -84.510 0.124 -6.097 -6.554 22.104 +07 Dec 2020 04:00 UT 59.52 21.953 1892.2 378783 10.5420 14.6679 -85.016 0.123 -6.080 -6.573 22.178 +07 Dec 2020 05:00 UT 59.07 21.995 1893.1 378605 10.5783 14.4716 -85.523 0.121 -6.063 -6.590 22.250 +07 Dec 2020 06:00 UT 58.63 22.037 1894.0 378427 10.6146 14.2739 -86.029 0.120 -6.046 -6.607 22.320 +07 Dec 2020 07:00 UT 58.18 22.078 1894.8 378249 10.6509 14.0747 -86.536 0.119 -6.028 -6.623 22.387 +07 Dec 2020 08:00 UT 57.73 22.120 1895.7 378071 10.6871 13.8742 -87.043 0.117 -6.009 -6.639 22.453 +07 Dec 2020 09:00 UT 57.28 22.162 1896.6 377892 10.7233 13.6722 -87.549 0.116 -5.990 -6.654 22.516 +07 Dec 2020 10:00 UT 56.83 22.203 1897.5 377714 10.7594 13.4689 -88.056 0.115 -5.970 -6.668 22.577 +07 Dec 2020 11:00 UT 56.37 22.245 1898.4 377536 10.7956 13.2643 -88.562 0.113 -5.950 -6.682 22.636 +07 Dec 2020 12:00 UT 55.92 22.287 1899.3 377357 10.8317 13.0583 -89.069 0.112 -5.929 -6.695 22.693 +07 Dec 2020 13:00 UT 55.47 22.328 1900.2 377179 10.8678 12.8510 -89.576 0.110 -5.907 -6.707 22.747 +07 Dec 2020 14:00 UT 55.01 22.370 1901.1 377000 10.9038 12.6423 -90.082 0.109 -5.885 -6.719 22.800 +07 Dec 2020 15:00 UT 54.55 22.412 1902.0 376822 10.9399 12.4324 -90.589 0.108 -5.862 -6.730 22.850 +07 Dec 2020 16:00 UT 54.10 22.453 1902.9 376644 10.9759 12.2213 -91.096 0.106 -5.839 -6.740 22.898 +07 Dec 2020 17:00 UT 53.64 22.495 1903.8 376465 11.0118 12.0089 -91.602 0.105 -5.816 -6.750 22.943 +07 Dec 2020 18:00 UT 53.18 22.537 1904.7 376287 11.0478 11.7952 -92.109 0.104 -5.791 -6.759 22.987 +07 Dec 2020 19:00 UT 52.72 22.578 1905.6 376109 11.0837 11.5804 -92.616 0.102 -5.766 -6.768 23.028 +07 Dec 2020 20:00 UT 52.26 22.620 1906.5 375931 11.1196 11.3643 -93.122 0.101 -5.741 -6.776 23.068 +07 Dec 2020 21:00 UT 51.80 22.662 1907.4 375752 11.1555 11.1471 -93.629 0.100 -5.715 -6.783 23.105 +07 Dec 2020 22:00 UT 51.34 22.703 1908.3 375575 11.1914 10.9287 -94.136 0.098 -5.689 -6.789 23.139 +07 Dec 2020 23:00 UT 50.87 22.745 1909.2 375397 11.2273 10.7091 -94.643 0.097 -5.661 -6.795 23.172 +08 Dec 2020 00:00 UT 50.41 22.787 1910.1 375219 11.2631 10.4884 -95.149 0.096 -5.634 -6.800 23.202 +08 Dec 2020 01:00 UT 49.95 22.828 1911.1 375042 11.2989 10.2666 -95.656 0.094 -5.606 -6.804 23.230 +08 Dec 2020 02:00 UT 49.48 22.870 1912.0 374865 11.3347 10.0437 -96.163 0.093 -5.577 -6.808 23.256 +08 Dec 2020 03:00 UT 49.02 22.912 1912.9 374688 11.3705 9.8198 -96.670 0.091 -5.548 -6.811 23.280 +08 Dec 2020 04:00 UT 48.55 22.953 1913.8 374511 11.4063 9.5948 -97.176 0.090 -5.518 -6.813 23.302 +08 Dec 2020 05:00 UT 48.09 22.995 1914.7 374334 11.4420 9.3687 -97.683 0.089 -5.487 -6.815 23.321 +08 Dec 2020 06:00 UT 47.62 23.037 1915.6 374158 11.4778 9.1416 -98.190 0.087 -5.456 -6.816 23.338 +08 Dec 2020 07:00 UT 47.16 23.078 1916.5 373982 11.5135 8.9135 -98.697 0.086 -5.425 -6.816 23.353 +08 Dec 2020 08:00 UT 46.69 23.120 1917.4 373806 11.5492 8.6845 -99.204 0.085 -5.393 -6.816 23.366 +08 Dec 2020 09:00 UT 46.23 23.162 1918.3 373631 11.5849 8.4544 -99.711 0.083 -5.360 -6.814 23.377 +08 Dec 2020 10:00 UT 45.76 23.203 1919.2 373456 11.6206 8.2235 -100.217 0.082 -5.327 -6.813 23.385 +08 Dec 2020 11:00 UT 45.29 23.245 1920.1 373281 11.6563 7.9916 -100.724 0.081 -5.293 -6.810 23.391 +08 Dec 2020 12:00 UT 44.83 23.287 1921.0 373107 11.6920 7.7587 -101.231 0.079 -5.259 -6.807 23.395 +08 Dec 2020 13:00 UT 44.36 23.328 1921.9 372933 11.7277 7.5250 -101.738 0.078 -5.224 -6.803 23.397 +08 Dec 2020 14:00 UT 43.89 23.370 1922.7 372760 11.7634 7.2904 -102.245 0.077 -5.189 -6.798 23.397 +08 Dec 2020 15:00 UT 43.43 23.412 1923.6 372587 11.7991 7.0550 -102.752 0.075 -5.153 -6.793 23.394 +08 Dec 2020 16:00 UT 42.96 23.453 1924.5 372415 11.8347 6.8188 -103.259 0.074 -5.116 -6.787 23.389 +08 Dec 2020 17:00 UT 42.49 23.495 1925.4 372243 11.8704 6.5817 -103.766 0.073 -5.079 -6.780 23.382 +08 Dec 2020 18:00 UT 42.03 23.537 1926.3 372071 11.9061 6.3438 -104.273 0.071 -5.042 -6.772 23.373 +08 Dec 2020 19:00 UT 41.56 23.578 1927.2 371900 11.9418 6.1052 -104.780 0.070 -5.004 -6.764 23.361 +08 Dec 2020 20:00 UT 41.10 23.620 1928.1 371730 11.9774 5.8658 -105.287 0.069 -4.965 -6.755 23.348 +08 Dec 2020 21:00 UT 40.63 23.662 1929.0 371560 12.0131 5.6256 -105.794 0.067 -4.926 -6.745 23.332 +08 Dec 2020 22:00 UT 40.17 23.703 1929.8 371391 12.0488 5.3848 -106.301 0.066 -4.886 -6.735 23.314 +08 Dec 2020 23:00 UT 39.70 23.745 1930.7 371223 12.0845 5.1432 -106.808 0.064 -4.846 -6.724 23.294 +09 Dec 2020 00:00 UT 39.24 23.787 1931.6 371055 12.1202 4.9010 -107.315 0.063 -4.806 -6.712 23.272 +09 Dec 2020 01:00 UT 38.77 23.828 1932.5 370888 12.1559 4.6581 -107.822 0.062 -4.764 -6.700 23.247 +09 Dec 2020 02:00 UT 38.31 23.870 1933.3 370721 12.1916 4.4146 -108.329 0.060 -4.723 -6.686 23.220 +09 Dec 2020 03:00 UT 37.85 23.912 1934.2 370556 12.2273 4.1705 -108.836 0.059 -4.680 -6.672 23.191 +09 Dec 2020 04:00 UT 37.39 23.953 1935.0 370391 12.2630 3.9258 -109.343 0.058 -4.638 -6.658 23.160 +09 Dec 2020 05:00 UT 36.93 23.995 1935.9 370226 12.2988 3.6806 -109.850 0.056 -4.594 -6.642 23.127 +09 Dec 2020 06:00 UT 36.47 24.037 1936.8 370063 12.3345 3.4347 -110.357 0.055 -4.550 -6.626 23.092 +09 Dec 2020 07:00 UT 36.01 24.078 1937.6 369900 12.3703 3.1884 -110.864 0.054 -4.506 -6.609 23.054 +09 Dec 2020 08:00 UT 35.55 24.120 1938.5 369739 12.4061 2.9415 -111.372 0.052 -4.461 -6.592 23.014 +09 Dec 2020 09:00 UT 35.09 24.162 1939.3 369578 12.4419 2.6942 -111.879 0.051 -4.416 -6.573 22.972 +09 Dec 2020 10:00 UT 34.63 24.203 1940.1 369418 12.4777 2.4464 -112.386 0.050 -4.370 -6.554 22.928 +09 Dec 2020 11:00 UT 34.18 24.245 1941.0 369259 12.5135 2.1981 -112.893 0.048 -4.324 -6.534 22.882 +09 Dec 2020 12:00 UT 33.72 24.287 1941.8 369101 12.5494 1.9495 -113.400 0.047 -4.277 -6.514 22.833 +09 Dec 2020 13:00 UT 33.27 24.328 1942.6 368944 12.5853 1.7004 -113.907 0.046 -4.230 -6.493 22.783 +09 Dec 2020 14:00 UT 32.81 24.370 1943.5 368787 12.6212 1.4510 -114.415 0.044 -4.182 -6.471 22.730 +09 Dec 2020 15:00 UT 32.36 24.412 1944.3 368632 12.6571 1.2012 -114.922 0.043 -4.134 -6.448 22.675 +09 Dec 2020 16:00 UT 31.91 24.453 1945.1 368478 12.6931 0.9511 -115.429 0.042 -4.085 -6.425 22.618 +09 Dec 2020 17:00 UT 31.46 24.495 1945.9 368325 12.7290 0.7007 -115.936 0.040 -4.036 -6.401 22.559 +09 Dec 2020 18:00 UT 31.01 24.537 1946.7 368173 12.7650 0.4499 -116.443 0.039 -3.986 -6.376 22.497 +09 Dec 2020 19:00 UT 30.57 24.578 1947.5 368023 12.8011 0.1990 -116.951 0.038 -3.936 -6.350 22.434 +09 Dec 2020 20:00 UT 30.12 24.620 1948.3 367873 12.8372 -0.0522 -117.458 0.036 -3.885 -6.324 22.368 +09 Dec 2020 21:00 UT 29.68 24.662 1949.1 367725 12.8733 -0.3036 -117.965 0.035 -3.834 -6.297 22.300 +09 Dec 2020 22:00 UT 29.24 24.703 1949.9 367577 12.9094 -0.5552 -118.472 0.034 -3.783 -6.269 22.230 +09 Dec 2020 23:00 UT 28.80 24.745 1950.6 367431 12.9456 -0.8070 -118.980 0.032 -3.731 -6.241 22.158 +10 Dec 2020 00:00 UT 28.36 24.787 1951.4 367286 12.9818 -1.0589 -119.487 0.031 -3.678 -6.212 22.084 +10 Dec 2020 01:00 UT 27.92 24.828 1952.2 367143 13.0180 -1.3110 -119.994 0.030 -3.625 -6.182 22.007 +10 Dec 2020 02:00 UT 27.48 24.870 1952.9 367001 13.0543 -1.5631 -120.502 0.028 -3.572 -6.152 21.929 +10 Dec 2020 03:00 UT 27.05 24.912 1953.7 366860 13.0906 -1.8153 -121.009 0.027 -3.518 -6.120 21.848 +10 Dec 2020 04:00 UT 26.62 24.953 1954.4 366720 13.1269 -2.0675 -121.516 0.026 -3.464 -6.089 21.765 +10 Dec 2020 05:00 UT 26.19 24.995 1955.2 366582 13.1633 -2.3198 -122.024 0.024 -3.409 -6.056 21.680 +10 Dec 2020 06:00 UT 25.76 25.037 1955.9 366446 13.1998 -2.5720 -122.531 0.023 -3.354 -6.023 21.593 +10 Dec 2020 07:00 UT 25.33 25.078 1956.6 366310 13.2363 -2.8243 -123.038 0.022 -3.299 -5.989 21.504 +10 Dec 2020 08:00 UT 24.91 25.120 1957.3 366177 13.2728 -3.0764 -123.546 0.020 -3.243 -5.954 21.412 +10 Dec 2020 09:00 UT 24.48 25.162 1958.0 366044 13.3094 -3.3285 -124.053 0.019 -3.187 -5.919 21.319 +10 Dec 2020 10:00 UT 24.06 25.203 1958.7 365913 13.3460 -3.5805 -124.561 0.018 -3.130 -5.882 21.223 +10 Dec 2020 11:00 UT 23.64 25.245 1959.4 365784 13.3827 -3.8323 -125.068 0.017 -3.073 -5.846 21.126 +10 Dec 2020 12:00 UT 23.23 25.287 1960.1 365657 13.4194 -4.0840 -125.576 0.015 -3.016 -5.808 21.026 +10 Dec 2020 13:00 UT 22.81 25.328 1960.8 365530 13.4562 -4.3355 -126.083 0.014 -2.958 -5.770 20.924 +10 Dec 2020 14:00 UT 22.40 25.370 1961.4 365406 13.4930 -4.5868 -126.590 0.013 -2.900 -5.731 20.820 +10 Dec 2020 15:00 UT 21.99 25.412 1962.1 365283 13.5299 -4.8379 -127.098 0.011 -2.841 -5.692 20.714 +10 Dec 2020 16:00 UT 21.59 25.453 1962.8 365162 13.5668 -5.0887 -127.605 0.010 -2.782 -5.652 20.606 +10 Dec 2020 17:00 UT 21.18 25.495 1963.4 365043 13.6038 -5.3392 -128.113 0.009 -2.723 -5.611 20.495 +10 Dec 2020 18:00 UT 20.78 25.537 1964.0 364925 13.6408 -5.5894 -128.620 0.007 -2.663 -5.569 20.383 +10 Dec 2020 19:00 UT 20.38 25.578 1964.7 364809 13.6779 -5.8392 -129.128 0.006 -2.604 -5.527 20.268 +10 Dec 2020 20:00 UT 19.98 25.620 1965.3 364695 13.7151 -6.0887 -129.635 0.005 -2.543 -5.484 20.152 +10 Dec 2020 21:00 UT 19.59 25.662 1965.9 364582 13.7523 -6.3378 -130.143 0.003 -2.483 -5.441 20.033 +10 Dec 2020 22:00 UT 19.20 25.703 1966.5 364472 13.7896 -6.5864 -130.650 0.002 -2.422 -5.397 19.912 +10 Dec 2020 23:00 UT 18.81 25.745 1967.1 364363 13.8269 -6.8346 -131.158 0.001 -2.360 -5.352 19.789 +11 Dec 2020 00:00 UT 18.42 25.787 1967.6 364256 13.8644 -7.0823 -131.666 -0.001 -2.299 -5.307 19.664 +11 Dec 2020 01:00 UT 18.04 25.828 1968.2 364151 13.9018 -7.3295 -132.173 -0.002 -2.237 -5.261 19.537 +11 Dec 2020 02:00 UT 17.66 25.870 1968.8 364048 13.9394 -7.5762 -132.681 -0.003 -2.174 -5.214 19.408 +11 Dec 2020 03:00 UT 17.28 25.912 1969.3 363947 13.9770 -7.8223 -133.188 -0.005 -2.112 -5.167 19.277 +11 Dec 2020 04:00 UT 16.91 25.953 1969.8 363848 14.0147 -8.0678 -133.696 -0.006 -2.049 -5.119 19.144 +11 Dec 2020 05:00 UT 16.53 25.995 1970.4 363751 14.0524 -8.3126 -134.203 -0.007 -1.986 -5.071 19.009 +11 Dec 2020 06:00 UT 16.17 26.037 1970.9 363656 14.0902 -8.5568 -134.711 -0.009 -1.923 -5.022 18.871 +11 Dec 2020 07:00 UT 15.80 26.078 1971.4 363563 14.1281 -8.8004 -135.219 -0.010 -1.859 -4.972 18.732 +11 Dec 2020 08:00 UT 15.44 26.120 1971.9 363472 14.1661 -9.0432 -135.726 -0.011 -1.795 -4.922 18.591 +11 Dec 2020 09:00 UT 15.08 26.162 1972.4 363383 14.2041 -9.2853 -136.234 -0.013 -1.731 -4.871 18.447 +11 Dec 2020 10:00 UT 14.72 26.203 1972.8 363297 14.2422 -9.5266 -136.742 -0.014 -1.666 -4.819 18.302 +11 Dec 2020 11:00 UT 14.37 26.245 1973.3 363212 14.2804 -9.7671 -137.249 -0.015 -1.602 -4.767 18.154 +11 Dec 2020 12:00 UT 14.02 26.287 1973.7 363130 14.3186 -10.0067 -137.757 -0.016 -1.537 -4.715 18.005 +11 Dec 2020 13:00 UT 13.68 26.328 1974.2 363050 14.3570 -10.2456 -138.265 -0.018 -1.472 -4.661 17.853 +11 Dec 2020 14:00 UT 13.34 26.370 1974.6 362972 14.3954 -10.4835 -138.772 -0.019 -1.406 -4.608 17.700 +11 Dec 2020 15:00 UT 13.00 26.412 1975.0 362896 14.4339 -10.7205 -139.280 -0.020 -1.341 -4.553 17.544 +11 Dec 2020 16:00 UT 12.66 26.453 1975.4 362822 14.4724 -10.9565 -139.788 -0.022 -1.275 -4.498 17.387 +11 Dec 2020 17:00 UT 12.33 26.495 1975.8 362751 14.5111 -11.1916 -140.295 -0.023 -1.209 -4.443 17.227 +11 Dec 2020 18:00 UT 12.00 26.537 1976.2 362682 14.5498 -11.4257 -140.803 -0.024 -1.143 -4.387 17.066 +11 Dec 2020 19:00 UT 11.68 26.578 1976.5 362616 14.5886 -11.6587 -141.311 -0.026 -1.076 -4.331 16.902 +11 Dec 2020 20:00 UT 11.36 26.620 1976.9 362551 14.6275 -11.8907 -141.818 -0.027 -1.010 -4.274 16.737 +11 Dec 2020 21:00 UT 11.04 26.662 1977.2 362489 14.6665 -12.1215 -142.326 -0.028 -0.943 -4.216 16.570 +11 Dec 2020 22:00 UT 10.73 26.703 1977.6 362430 14.7055 -12.3512 -142.834 -0.030 -0.876 -4.158 16.400 +11 Dec 2020 23:00 UT 10.42 26.745 1977.9 362373 14.7447 -12.5798 -143.342 -0.031 -0.809 -4.099 16.229 +12 Dec 2020 00:00 UT 10.11 26.787 1978.2 362318 14.7839 -12.8071 -143.849 -0.032 -0.742 -4.040 16.056 +12 Dec 2020 01:00 UT 9.81 26.828 1978.4 362266 14.8232 -13.0333 -144.357 -0.033 -0.675 -3.981 15.881 +12 Dec 2020 02:00 UT 9.51 26.870 1978.7 362216 14.8626 -13.2582 -144.865 -0.035 -0.607 -3.921 15.703 +12 Dec 2020 03:00 UT 9.22 26.912 1979.0 362169 14.9021 -13.4817 -145.373 -0.036 -0.540 -3.860 15.524 +12 Dec 2020 04:00 UT 8.93 26.953 1979.2 362124 14.9417 -13.7040 -145.881 -0.037 -0.472 -3.799 15.344 +12 Dec 2020 05:00 UT 8.65 26.995 1979.5 362081 14.9813 -13.9249 -146.388 -0.039 -0.404 -3.738 15.161 +12 Dec 2020 06:00 UT 8.37 27.037 1979.7 362042 15.0211 -14.1445 -146.896 -0.040 -0.337 -3.676 14.976 +12 Dec 2020 07:00 UT 8.09 27.078 1979.9 362004 15.0609 -14.3626 -147.404 -0.041 -0.269 -3.614 14.790 +12 Dec 2020 08:00 UT 7.82 27.120 1980.1 361970 15.1008 -14.5793 -147.912 -0.043 -0.201 -3.551 14.601 +12 Dec 2020 09:00 UT 7.55 27.162 1980.2 361937 15.1408 -14.7945 -148.420 -0.044 -0.132 -3.488 14.411 +12 Dec 2020 10:00 UT 7.28 27.203 1980.4 361908 15.1809 -15.0082 -148.927 -0.045 -0.064 -3.424 14.219 +12 Dec 2020 11:00 UT 7.02 27.245 1980.6 361881 15.2211 -15.2204 -149.435 -0.046 0.004 -3.360 14.025 +12 Dec 2020 12:00 UT 6.77 27.287 1980.7 361857 15.2614 -15.4310 -149.943 -0.048 0.072 -3.296 13.829 +12 Dec 2020 13:00 UT 6.51 27.328 1980.8 361835 15.3018 -15.6400 -150.451 -0.049 0.141 -3.231 13.632 +12 Dec 2020 14:00 UT 6.27 27.370 1980.9 361816 15.3422 -15.8474 -150.959 -0.050 0.209 -3.166 13.432 +12 Dec 2020 15:00 UT 6.02 27.412 1981.0 361799 15.3828 -16.0532 -151.467 -0.052 0.277 -3.100 13.231 +12 Dec 2020 16:00 UT 5.79 27.453 1981.1 361786 15.4234 -16.2572 -151.975 -0.053 0.346 -3.034 13.028 +12 Dec 2020 17:00 UT 5.55 27.495 1981.1 361775 15.4641 -16.4595 -152.482 -0.054 0.414 -2.968 12.824 +12 Dec 2020 18:00 UT 5.32 27.537 1981.2 361766 15.5049 -16.6601 -152.990 -0.056 0.482 -2.901 12.618 +12 Dec 2020 19:00 UT 5.10 27.578 1981.2 361761 15.5458 -16.8589 -153.498 -0.057 0.551 -2.834 12.410 +12 Dec 2020 20:00 UT 4.88 27.620 1981.2 361758 15.5868 -17.0559 -154.006 -0.058 0.619 -2.767 12.200 +12 Dec 2020 21:00 UT 4.66 27.662 1981.2 361757 15.6279 -17.2510 -154.514 -0.059 0.687 -2.699 11.988 +12 Dec 2020 22:00 UT 4.45 27.703 1981.2 361760 15.6691 -17.4443 -155.022 -0.061 0.756 -2.631 11.775 +12 Dec 2020 23:00 UT 4.25 27.745 1981.2 361765 15.7103 -17.6356 -155.530 -0.062 0.824 -2.562 11.561 +13 Dec 2020 00:00 UT 4.04 27.787 1981.1 361773 15.7517 -17.8251 -156.038 -0.063 0.892 -2.494 11.344 +13 Dec 2020 01:00 UT 3.85 27.828 1981.1 361784 15.7931 -18.0126 -156.546 -0.065 0.960 -2.425 11.127 +13 Dec 2020 02:00 UT 3.66 27.870 1981.0 361797 15.8346 -18.1980 -157.054 -0.066 1.028 -2.356 10.907 +13 Dec 2020 03:00 UT 3.47 27.912 1980.9 361814 15.8762 -18.3815 -157.561 -0.067 1.096 -2.286 10.686 +13 Dec 2020 04:00 UT 3.29 27.953 1980.8 361833 15.9179 -18.5629 -158.069 -0.068 1.164 -2.216 10.463 +13 Dec 2020 05:00 UT 3.11 27.995 1980.7 361855 15.9597 -18.7423 -158.577 -0.070 1.232 -2.146 10.239 +13 Dec 2020 06:00 UT 2.93 28.037 1980.6 361879 16.0016 -18.9195 -159.085 -0.071 1.300 -2.076 10.014 +13 Dec 2020 07:00 UT 2.77 28.078 1980.4 361907 16.0435 -19.0946 -159.593 -0.072 1.367 -2.006 9.787 +13 Dec 2020 08:00 UT 2.60 28.120 1980.2 361937 16.0855 -19.2676 -160.101 -0.074 1.435 -1.935 9.558 +13 Dec 2020 09:00 UT 2.44 28.162 1980.1 361970 16.1276 -19.4384 -160.609 -0.075 1.502 -1.864 9.328 +13 Dec 2020 10:00 UT 2.29 28.203 1979.9 362006 16.1698 -19.6069 -161.117 -0.076 1.569 -1.793 9.097 +13 Dec 2020 11:00 UT 2.14 28.245 1979.7 362045 16.2121 -19.7732 -161.625 -0.077 1.636 -1.722 8.864 +13 Dec 2020 12:00 UT 2.00 28.287 1979.4 362086 16.2545 -19.9372 -162.133 -0.079 1.703 -1.650 8.630 +13 Dec 2020 13:00 UT 1.86 28.328 1979.2 362131 16.2969 -20.0990 -162.641 -0.080 1.770 -1.578 8.394 +13 Dec 2020 14:00 UT 1.73 28.370 1978.9 362178 16.3394 -20.2584 -163.149 -0.081 1.836 -1.506 8.158 +13 Dec 2020 15:00 UT 1.60 28.412 1978.7 362228 16.3820 -20.4155 -163.657 -0.082 1.903 -1.434 7.920 +13 Dec 2020 16:00 UT 1.47 28.453 1978.4 362280 16.4247 -20.5702 -164.165 -0.084 1.969 -1.362 7.680 +13 Dec 2020 17:00 UT 1.35 28.495 1978.1 362336 16.4674 -20.7225 -164.673 -0.085 2.035 -1.290 7.440 +13 Dec 2020 18:00 UT 1.24 28.537 1977.7 362394 16.5102 -20.8724 -165.181 -0.086 2.101 -1.217 7.198 +13 Dec 2020 19:00 UT 1.13 28.578 1977.4 362456 16.5531 -21.0198 -165.689 -0.088 2.166 -1.145 6.955 +13 Dec 2020 20:00 UT 1.03 28.620 1977.1 362520 16.5961 -21.1648 -166.197 -0.089 2.231 -1.072 6.711 +13 Dec 2020 21:00 UT 0.93 28.662 1976.7 362586 16.6391 -21.3073 -166.705 -0.090 2.297 -0.999 6.466 +13 Dec 2020 22:00 UT 0.83 28.703 1976.3 362656 16.6822 -21.4473 -167.213 -0.091 2.361 -0.927 6.220 +13 Dec 2020 23:00 UT 0.74 28.745 1975.9 362728 16.7254 -21.5847 -167.721 -0.093 2.426 -0.854 5.973 +14 Dec 2020 00:00 UT 0.66 28.787 1975.5 362803 16.7686 -21.7196 -168.229 -0.094 2.490 -0.781 5.725 +14 Dec 2020 01:00 UT 0.58 28.828 1975.1 362881 16.8119 -21.8519 -168.737 -0.095 2.554 -0.707 5.475 +14 Dec 2020 02:00 UT 0.51 28.870 1974.7 362962 16.8553 -21.9816 -169.245 -0.096 2.618 -0.634 5.225 +14 Dec 2020 03:00 UT 0.44 28.912 1974.2 363046 16.8987 -22.1086 -169.753 -0.098 2.682 -0.561 4.974 +14 Dec 2020 04:00 UT 0.37 28.953 1973.7 363132 16.9421 -22.2331 -170.261 -0.099 2.745 -0.488 4.722 +14 Dec 2020 05:00 UT 0.32 28.995 1973.2 363221 16.9857 -22.3548 -170.769 -0.100 2.808 -0.415 4.470 +14 Dec 2020 06:00 UT 0.26 29.037 1972.7 363313 17.0292 -22.4739 -171.277 -0.101 2.871 -0.341 4.216 +14 Dec 2020 07:00 UT 0.21 29.078 1972.2 363407 17.0729 -22.5903 -171.785 -0.103 2.933 -0.268 3.962 +14 Dec 2020 08:00 UT 0.17 29.120 1971.7 363504 17.1166 -22.7040 -172.293 -0.104 2.995 -0.195 3.707 +14 Dec 2020 09:00 UT 0.13 29.162 1971.2 363604 17.1603 -22.8150 -172.801 -0.105 3.057 -0.122 3.451 +14 Dec 2020 10:00 UT 0.10 29.203 1970.6 363707 17.2041 -22.9232 -173.309 -0.106 3.118 -0.048 3.195 +14 Dec 2020 11:00 UT 0.07 29.245 1970.0 363812 17.2479 -23.0286 -173.817 -0.108 3.179 0.025 2.938 +14 Dec 2020 12:00 UT 0.05 29.287 1969.5 363921 17.2918 -23.1313 -174.325 -0.109 3.239 0.098 2.681 +14 Dec 2020 13:00 UT 0.03 29.328 1968.9 364031 17.3357 -23.2311 -174.833 -0.110 3.300 0.171 2.423 +14 Dec 2020 14:00 UT 0.01 29.370 1968.2 364145 17.3796 -23.3282 -175.341 -0.111 3.360 0.244 2.164 +14 Dec 2020 15:00 UT 0.00 29.412 1967.6 364261 17.4236 -23.4224 -175.849 -0.113 3.419 0.317 1.905 +14 Dec 2020 16:00 UT 0.00 29.453 1967.0 364379 17.4676 -23.5139 -176.357 -0.114 3.478 0.390 1.646 +14 Dec 2020 17:00 UT 0.00 0.030 1966.3 364501 17.5117 -23.6024 -176.865 -0.115 3.537 0.463 1.386 +14 Dec 2020 18:00 UT 0.01 0.072 1965.6 364624 17.5557 -23.6881 -177.373 -0.116 3.595 0.536 1.126 +14 Dec 2020 19:00 UT 0.02 0.113 1965.0 364751 17.5998 -23.7710 -177.881 -0.117 3.653 0.608 0.866 +14 Dec 2020 20:00 UT 0.04 0.155 1964.3 364880 17.6440 -23.8509 -178.389 -0.119 3.711 0.681 0.605 +14 Dec 2020 21:00 UT 0.06 0.197 1963.6 365011 17.6881 -23.9280 -178.897 -0.120 3.768 0.753 0.344 +14 Dec 2020 22:00 UT 0.08 0.238 1962.8 365146 17.7323 -24.0022 -179.405 -0.121 3.825 0.825 0.083 +14 Dec 2020 23:00 UT 0.11 0.280 1962.1 365282 17.7765 -24.0735 -179.913 -0.122 3.881 0.897 359.822 +15 Dec 2020 00:00 UT 0.15 0.322 1961.4 365421 17.8207 -24.1419 179.579 -0.124 3.937 0.969 359.561 +15 Dec 2020 01:00 UT 0.19 0.363 1960.6 365563 17.8649 -24.2073 179.071 -0.125 3.992 1.041 359.300 +15 Dec 2020 02:00 UT 0.24 0.405 1959.8 365707 17.9091 -24.2699 178.563 -0.126 4.047 1.113 359.039 +15 Dec 2020 03:00 UT 0.29 0.447 1959.0 365853 17.9533 -24.3295 178.055 -0.127 4.102 1.184 358.778 +15 Dec 2020 04:00 UT 0.34 0.488 1958.2 366002 17.9975 -24.3861 177.547 -0.128 4.156 1.255 358.517 +15 Dec 2020 05:00 UT 0.40 0.530 1957.4 366154 18.0418 -24.4399 177.039 -0.130 4.209 1.326 358.256 +15 Dec 2020 06:00 UT 0.47 0.572 1956.6 366307 18.0860 -24.4907 176.531 -0.131 4.262 1.397 357.995 +15 Dec 2020 07:00 UT 0.54 0.613 1955.8 366463 18.1302 -24.5386 176.023 -0.132 4.315 1.468 357.735 +15 Dec 2020 08:00 UT 0.61 0.655 1954.9 366622 18.1744 -24.5835 175.515 -0.133 4.367 1.538 357.475 +15 Dec 2020 09:00 UT 0.69 0.697 1954.1 366783 18.2187 -24.6254 175.007 -0.134 4.419 1.608 357.215 +15 Dec 2020 10:00 UT 0.77 0.738 1953.2 366946 18.2629 -24.6645 174.499 -0.136 4.470 1.678 356.955 +15 Dec 2020 11:00 UT 0.86 0.780 1952.3 367111 18.3070 -24.7006 173.991 -0.137 4.520 1.748 356.696 +15 Dec 2020 12:00 UT 0.95 0.822 1951.4 367278 18.3512 -24.7337 173.483 -0.138 4.570 1.817 356.438 +15 Dec 2020 13:00 UT 1.05 0.863 1950.5 367448 18.3954 -24.7639 172.975 -0.139 4.620 1.886 356.179 +15 Dec 2020 14:00 UT 1.15 0.905 1949.6 367620 18.4395 -24.7912 172.467 -0.140 4.669 1.955 355.922 +15 Dec 2020 15:00 UT 1.26 0.947 1948.7 367794 18.4836 -24.8155 171.959 -0.142 4.718 2.024 355.665 +15 Dec 2020 16:00 UT 1.37 0.988 1947.8 367970 18.5277 -24.8369 171.451 -0.143 4.765 2.092 355.409 +15 Dec 2020 17:00 UT 1.49 1.030 1946.8 368148 18.5717 -24.8554 170.943 -0.144 4.813 2.160 355.153 +15 Dec 2020 18:00 UT 1.61 1.072 1945.9 368329 18.6157 -24.8709 170.435 -0.145 4.860 2.228 354.898 +15 Dec 2020 19:00 UT 1.73 1.113 1944.9 368511 18.6597 -24.8835 169.927 -0.146 4.906 2.295 354.644 +15 Dec 2020 20:00 UT 1.86 1.155 1943.9 368696 18.7037 -24.8933 169.419 -0.148 4.952 2.362 354.390 +15 Dec 2020 21:00 UT 2.00 1.197 1943.0 368882 18.7476 -24.9001 168.911 -0.149 4.997 2.429 354.138 +15 Dec 2020 22:00 UT 2.13 1.238 1942.0 369071 18.7914 -24.9040 168.403 -0.150 5.042 2.495 353.886 +15 Dec 2020 23:00 UT 2.28 1.280 1941.0 369261 18.8352 -24.9051 167.895 -0.151 5.086 2.562 353.635 +16 Dec 2020 00:00 UT 2.42 1.322 1940.0 369454 18.8790 -24.9032 167.387 -0.152 5.129 2.627 353.385 +16 Dec 2020 01:00 UT 2.57 1.363 1938.9 369648 18.9227 -24.8985 166.880 -0.153 5.172 2.693 353.136 +16 Dec 2020 02:00 UT 2.73 1.405 1937.9 369844 18.9664 -24.8910 166.372 -0.155 5.214 2.758 352.889 +16 Dec 2020 03:00 UT 2.89 1.447 1936.9 370042 19.0100 -24.8806 165.864 -0.156 5.256 2.822 352.642 +16 Dec 2020 04:00 UT 3.05 1.488 1935.8 370242 19.0536 -24.8673 165.356 -0.157 5.297 2.887 352.396 +16 Dec 2020 05:00 UT 3.22 1.530 1934.8 370443 19.0971 -24.8513 164.848 -0.158 5.338 2.951 352.152 +16 Dec 2020 06:00 UT 3.39 1.572 1933.7 370646 19.1405 -24.8324 164.340 -0.159 5.377 3.014 351.909 +16 Dec 2020 07:00 UT 3.57 1.613 1932.6 370851 19.1839 -24.8107 163.832 -0.160 5.417 3.077 351.667 +16 Dec 2020 08:00 UT 3.75 1.655 1931.6 371058 19.2272 -24.7863 163.324 -0.162 5.455 3.140 351.426 +16 Dec 2020 09:00 UT 3.93 1.697 1930.5 371266 19.2704 -24.7591 162.816 -0.163 5.493 3.203 351.186 +16 Dec 2020 10:00 UT 4.12 1.738 1929.4 371476 19.3135 -24.7291 162.308 -0.164 5.531 3.265 350.948 +16 Dec 2020 11:00 UT 4.31 1.780 1928.3 371687 19.3566 -24.6964 161.800 -0.165 5.568 3.326 350.712 +16 Dec 2020 12:00 UT 4.51 1.822 1927.2 371900 19.3996 -24.6610 161.292 -0.166 5.604 3.387 350.476 +16 Dec 2020 13:00 UT 4.70 1.863 1926.1 372115 19.4426 -24.6228 160.785 -0.167 5.639 3.448 350.242 +16 Dec 2020 14:00 UT 4.91 1.905 1925.0 372331 19.4854 -24.5820 160.277 -0.169 5.674 3.508 350.010 +16 Dec 2020 15:00 UT 5.12 1.947 1923.8 372548 19.5282 -24.5385 159.769 -0.170 5.708 3.568 349.779 +16 Dec 2020 16:00 UT 5.33 1.988 1922.7 372767 19.5709 -24.4923 159.261 -0.171 5.742 3.627 349.550 +16 Dec 2020 17:00 UT 5.54 2.030 1921.6 372987 19.6135 -24.4435 158.753 -0.172 5.775 3.686 349.322 +16 Dec 2020 18:00 UT 5.76 2.072 1920.4 373209 19.6560 -24.3921 158.245 -0.173 5.807 3.745 349.096 +16 Dec 2020 19:00 UT 5.98 2.113 1919.3 373432 19.6985 -24.3381 157.737 -0.174 5.839 3.803 348.871 +16 Dec 2020 20:00 UT 6.21 2.155 1918.1 373656 19.7408 -24.2815 157.229 -0.175 5.870 3.861 348.648 +16 Dec 2020 21:00 UT 6.44 2.197 1917.0 373882 19.7831 -24.2224 156.722 -0.176 5.900 3.918 348.427 +16 Dec 2020 22:00 UT 6.67 2.238 1915.8 374108 19.8252 -24.1607 156.214 -0.178 5.930 3.974 348.208 +16 Dec 2020 23:00 UT 6.91 2.280 1914.7 374336 19.8673 -24.0965 155.706 -0.179 5.959 4.031 347.990 +17 Dec 2020 00:00 UT 7.15 2.322 1913.5 374565 19.9092 -24.0298 155.198 -0.180 5.987 4.086 347.774 +17 Dec 2020 01:00 UT 7.39 2.363 1912.3 374795 19.9511 -23.9606 154.690 -0.181 6.015 4.141 347.560 +17 Dec 2020 02:00 UT 7.64 2.405 1911.1 375026 19.9929 -23.8889 154.182 -0.182 6.042 4.196 347.347 +17 Dec 2020 03:00 UT 7.89 2.447 1909.9 375259 20.0345 -23.8149 153.675 -0.183 6.068 4.250 347.137 +17 Dec 2020 04:00 UT 8.14 2.488 1908.8 375492 20.0761 -23.7384 153.167 -0.184 6.094 4.304 346.928 +17 Dec 2020 05:00 UT 8.39 2.530 1907.6 375726 20.1175 -23.6595 152.659 -0.185 6.119 4.357 346.721 +17 Dec 2020 06:00 UT 8.65 2.572 1906.4 375961 20.1589 -23.5782 152.151 -0.187 6.143 4.410 346.517 +17 Dec 2020 07:00 UT 8.92 2.613 1905.2 376197 20.2001 -23.4946 151.644 -0.188 6.167 4.462 346.314 +17 Dec 2020 08:00 UT 9.18 2.655 1904.0 376434 20.2413 -23.4087 151.136 -0.189 6.190 4.514 346.113 +17 Dec 2020 09:00 UT 9.45 2.697 1902.8 376672 20.2823 -23.3205 150.628 -0.190 6.212 4.565 345.914 +17 Dec 2020 10:00 UT 9.73 2.738 1901.6 376910 20.3232 -23.2300 150.120 -0.191 6.234 4.616 345.717 +17 Dec 2020 11:00 UT 10.00 2.780 1900.4 377150 20.3640 -23.1372 149.612 -0.192 6.255 4.666 345.522 +17 Dec 2020 12:00 UT 10.28 2.822 1899.2 377390 20.4047 -23.0422 149.105 -0.193 6.275 4.716 345.329 +17 Dec 2020 13:00 UT 10.56 2.863 1898.0 377630 20.4453 -22.9450 148.597 -0.194 6.294 4.765 345.138 +17 Dec 2020 14:00 UT 10.84 2.905 1896.7 377872 20.4858 -22.8456 148.089 -0.195 6.313 4.813 344.949 +17 Dec 2020 15:00 UT 11.13 2.947 1895.5 378114 20.5261 -22.7441 147.582 -0.196 6.331 4.861 344.762 +17 Dec 2020 16:00 UT 11.42 2.988 1894.3 378356 20.5663 -22.6404 147.074 -0.197 6.349 4.909 344.577 +17 Dec 2020 17:00 UT 11.71 3.030 1893.1 378599 20.6065 -22.5347 146.566 -0.199 6.366 4.956 344.394 +17 Dec 2020 18:00 UT 12.01 3.072 1891.9 378843 20.6465 -22.4268 146.058 -0.200 6.382 5.002 344.214 +17 Dec 2020 19:00 UT 12.31 3.113 1890.7 379087 20.6864 -22.3169 145.551 -0.201 6.397 5.048 344.035 +17 Dec 2020 20:00 UT 12.61 3.155 1889.4 379332 20.7261 -22.2049 145.043 -0.202 6.412 5.093 343.859 +17 Dec 2020 21:00 UT 12.91 3.197 1888.2 379577 20.7658 -22.0909 144.535 -0.203 6.426 5.138 343.685 +17 Dec 2020 22:00 UT 13.22 3.238 1887.0 379822 20.8053 -21.9750 144.028 -0.204 6.439 5.182 343.513 +17 Dec 2020 23:00 UT 13.53 3.280 1885.8 380068 20.8447 -21.8570 143.520 -0.205 6.452 5.226 343.343 +18 Dec 2020 00:00 UT 13.84 3.322 1884.6 380313 20.8840 -21.7372 143.012 -0.206 6.463 5.269 343.175 +18 Dec 2020 01:00 UT 14.15 3.363 1883.3 380560 20.9232 -21.6154 142.505 -0.207 6.475 5.312 343.009 +18 Dec 2020 02:00 UT 14.47 3.405 1882.1 380806 20.9622 -21.4917 141.997 -0.208 6.485 5.354 342.846 +18 Dec 2020 03:00 UT 14.79 3.447 1880.9 381053 21.0012 -21.3662 141.489 -0.209 6.495 5.395 342.685 +18 Dec 2020 04:00 UT 15.11 3.488 1879.7 381299 21.0400 -21.2388 140.982 -0.210 6.504 5.436 342.526 +18 Dec 2020 05:00 UT 15.43 3.530 1878.5 381546 21.0787 -21.1096 140.474 -0.211 6.512 5.476 342.369 +18 Dec 2020 06:00 UT 15.76 3.572 1877.3 381793 21.1172 -20.9786 139.967 -0.212 6.520 5.516 342.214 +18 Dec 2020 07:00 UT 16.09 3.613 1876.0 382040 21.1557 -20.8459 139.459 -0.214 6.527 5.555 342.062 +18 Dec 2020 08:00 UT 16.42 3.655 1874.8 382287 21.1940 -20.7114 138.951 -0.215 6.534 5.594 341.912 +18 Dec 2020 09:00 UT 16.75 3.697 1873.6 382535 21.2322 -20.5752 138.444 -0.216 6.539 5.632 341.764 +18 Dec 2020 10:00 UT 17.08 3.738 1872.4 382782 21.2703 -20.4373 137.936 -0.217 6.544 5.669 341.618 +18 Dec 2020 11:00 UT 17.42 3.780 1871.2 383028 21.3083 -20.2977 137.429 -0.218 6.548 5.706 341.475 +18 Dec 2020 12:00 UT 17.76 3.822 1870.0 383275 21.3461 -20.1565 136.921 -0.219 6.552 5.742 341.333 +18 Dec 2020 13:00 UT 18.10 3.863 1868.8 383522 21.3838 -20.0137 136.414 -0.220 6.555 5.778 341.194 +18 Dec 2020 14:00 UT 18.44 3.905 1867.6 383768 21.4214 -19.8693 135.906 -0.221 6.557 5.813 341.057 +18 Dec 2020 15:00 UT 18.79 3.947 1866.4 384015 21.4589 -19.7233 135.399 -0.222 6.559 5.847 340.922 +18 Dec 2020 16:00 UT 19.13 3.988 1865.2 384261 21.4963 -19.5757 134.891 -0.223 6.560 5.881 340.790 +18 Dec 2020 17:00 UT 19.48 4.030 1864.0 384506 21.5335 -19.4267 134.384 -0.224 6.560 5.915 340.660 +18 Dec 2020 18:00 UT 19.83 4.072 1862.8 384752 21.5707 -19.2761 133.876 -0.225 6.559 5.948 340.532 +18 Dec 2020 19:00 UT 20.18 4.113 1861.6 384997 21.6077 -19.1240 133.369 -0.226 6.558 5.980 340.406 +18 Dec 2020 20:00 UT 20.54 4.155 1860.5 385241 21.6446 -18.9705 132.861 -0.227 6.556 6.011 340.282 +18 Dec 2020 21:00 UT 20.89 4.197 1859.3 385485 21.6813 -18.8156 132.354 -0.228 6.554 6.042 340.161 +18 Dec 2020 22:00 UT 21.25 4.238 1858.1 385729 21.7180 -18.6593 131.846 -0.229 6.550 6.073 340.042 +18 Dec 2020 23:00 UT 21.61 4.280 1856.9 385973 21.7545 -18.5016 131.339 -0.230 6.546 6.103 339.925 +19 Dec 2020 00:00 UT 21.97 4.322 1855.8 386215 21.7909 -18.3425 130.831 -0.231 6.542 6.132 339.810 +19 Dec 2020 01:00 UT 22.33 4.363 1854.6 386458 21.8272 -18.1821 130.324 -0.232 6.537 6.161 339.697 +19 Dec 2020 02:00 UT 22.70 4.405 1853.4 386699 21.8634 -18.0203 129.817 -0.233 6.531 6.189 339.587 +19 Dec 2020 03:00 UT 23.06 4.447 1852.3 386940 21.8995 -17.8573 129.309 -0.234 6.524 6.216 339.479 +19 Dec 2020 04:00 UT 23.43 4.488 1851.1 387181 21.9355 -17.6930 128.802 -0.235 6.517 6.243 339.373 +19 Dec 2020 05:00 UT 23.80 4.530 1850.0 387420 21.9713 -17.5274 128.294 -0.236 6.509 6.269 339.269 +19 Dec 2020 06:00 UT 24.17 4.572 1848.9 387659 22.0070 -17.3607 127.787 -0.237 6.501 6.295 339.167 +19 Dec 2020 07:00 UT 24.54 4.613 1847.7 387898 22.0427 -17.1927 127.280 -0.238 6.491 6.320 339.067 +19 Dec 2020 08:00 UT 24.91 4.655 1846.6 388135 22.0782 -17.0235 126.772 -0.239 6.481 6.345 338.970 +19 Dec 2020 09:00 UT 25.29 4.697 1845.5 388372 22.1136 -16.8532 126.265 -0.240 6.471 6.369 338.875 +19 Dec 2020 10:00 UT 25.66 4.738 1844.3 388608 22.1489 -16.6817 125.758 -0.241 6.460 6.392 338.782 +19 Dec 2020 11:00 UT 26.04 4.780 1843.2 388843 22.1841 -16.5091 125.250 -0.242 6.448 6.415 338.691 +19 Dec 2020 12:00 UT 26.42 4.822 1842.1 389077 22.2191 -16.3355 124.743 -0.243 6.436 6.437 338.602 +19 Dec 2020 13:00 UT 26.79 4.863 1841.0 389311 22.2541 -16.1607 124.236 -0.244 6.423 6.459 338.515 +19 Dec 2020 14:00 UT 27.18 4.905 1839.9 389543 22.2890 -15.9849 123.728 -0.245 6.409 6.480 338.430 +19 Dec 2020 15:00 UT 27.56 4.947 1838.8 389774 22.3237 -15.8080 123.221 -0.246 6.395 6.500 338.348 +19 Dec 2020 16:00 UT 27.94 4.988 1837.7 390005 22.3584 -15.6301 122.714 -0.247 6.380 6.520 338.267 +19 Dec 2020 17:00 UT 28.32 5.030 1836.7 390234 22.3929 -15.4512 122.206 -0.248 6.364 6.539 338.189 +19 Dec 2020 18:00 UT 28.71 5.072 1835.6 390462 22.4274 -15.2714 121.699 -0.249 6.348 6.558 338.113 +19 Dec 2020 19:00 UT 29.09 5.113 1834.5 390690 22.4617 -15.0906 121.192 -0.250 6.331 6.576 338.038 +19 Dec 2020 20:00 UT 29.48 5.155 1833.4 390916 22.4960 -14.9088 120.685 -0.251 6.314 6.594 337.966 +19 Dec 2020 21:00 UT 29.87 5.197 1832.4 391141 22.5301 -14.7261 120.177 -0.252 6.296 6.611 337.896 +19 Dec 2020 22:00 UT 30.26 5.238 1831.3 391365 22.5641 -14.5426 119.670 -0.253 6.277 6.627 337.828 +19 Dec 2020 23:00 UT 30.64 5.280 1830.3 391587 22.5981 -14.3581 119.163 -0.254 6.258 6.643 337.762 +20 Dec 2020 00:00 UT 31.03 5.322 1829.3 391809 22.6319 -14.1728 118.656 -0.255 6.238 6.658 337.698 +20 Dec 2020 01:00 UT 31.43 5.363 1828.2 392029 22.6657 -13.9866 118.149 -0.256 6.217 6.673 337.636 +20 Dec 2020 02:00 UT 31.82 5.405 1827.2 392248 22.6994 -13.7996 117.641 -0.257 6.196 6.687 337.576 +20 Dec 2020 03:00 UT 32.21 5.447 1826.2 392466 22.7329 -13.6118 117.134 -0.258 6.175 6.700 337.518 +20 Dec 2020 04:00 UT 32.60 5.488 1825.2 392682 22.7664 -13.4232 116.627 -0.259 6.152 6.713 337.462 +20 Dec 2020 05:00 UT 33.00 5.530 1824.2 392897 22.7998 -13.2339 116.120 -0.260 6.130 6.725 337.408 +20 Dec 2020 06:00 UT 33.39 5.572 1823.2 393111 22.8331 -13.0437 115.613 -0.261 6.106 6.737 337.356 +20 Dec 2020 07:00 UT 33.79 5.613 1822.2 393323 22.8663 -12.8529 115.106 -0.262 6.082 6.748 337.306 +20 Dec 2020 08:00 UT 34.18 5.655 1821.2 393534 22.8994 -12.6613 114.599 -0.263 6.058 6.759 337.257 +20 Dec 2020 09:00 UT 34.58 5.697 1820.3 393744 22.9324 -12.4690 114.091 -0.264 6.033 6.769 337.211 +20 Dec 2020 10:00 UT 34.98 5.738 1819.3 393952 22.9654 -12.2761 113.584 -0.265 6.007 6.778 337.167 +20 Dec 2020 11:00 UT 35.38 5.780 1818.4 394159 22.9982 -12.0824 113.077 -0.266 5.981 6.787 337.124 +20 Dec 2020 12:00 UT 35.78 5.822 1817.4 394364 23.0310 -11.8881 112.570 -0.267 5.954 6.796 337.084 +20 Dec 2020 13:00 UT 36.17 5.863 1816.5 394567 23.0637 -11.6932 112.063 -0.268 5.927 6.803 337.045 +20 Dec 2020 14:00 UT 36.57 5.905 1815.6 394769 23.0963 -11.4976 111.556 -0.269 5.899 6.811 337.008 +20 Dec 2020 15:00 UT 36.97 5.947 1814.6 394970 23.1289 -11.3015 111.049 -0.270 5.870 6.817 336.974 +20 Dec 2020 16:00 UT 37.37 5.988 1813.7 395169 23.1613 -11.1047 110.542 -0.271 5.841 6.823 336.941 +20 Dec 2020 17:00 UT 37.77 6.030 1812.8 395366 23.1937 -10.9074 110.035 -0.272 5.812 6.829 336.909 +20 Dec 2020 18:00 UT 38.18 6.072 1811.9 395562 23.2260 -10.7095 109.528 -0.273 5.782 6.834 336.880 +20 Dec 2020 19:00 UT 38.58 6.113 1811.0 395756 23.2582 -10.5111 109.021 -0.274 5.751 6.838 336.853 +20 Dec 2020 20:00 UT 38.98 6.155 1810.1 395948 23.2904 -10.3122 108.514 -0.275 5.720 6.842 336.827 +20 Dec 2020 21:00 UT 39.38 6.197 1809.3 396139 23.3224 -10.1127 108.007 -0.276 5.689 6.845 336.803 +20 Dec 2020 22:00 UT 39.78 6.238 1808.4 396328 23.3545 -9.9127 107.500 -0.277 5.657 6.848 336.781 +20 Dec 2020 23:00 UT 40.19 6.280 1807.6 396516 23.3864 -9.7123 106.993 -0.278 5.624 6.850 336.761 +21 Dec 2020 00:00 UT 40.59 6.322 1806.7 396701 23.4183 -9.5114 106.486 -0.279 5.591 6.851 336.742 +21 Dec 2020 01:00 UT 40.99 6.363 1805.9 396885 23.4501 -9.3100 105.979 -0.280 5.558 6.853 336.726 +21 Dec 2020 02:00 UT 41.39 6.405 1805.0 397067 23.4818 -9.1082 105.472 -0.281 5.523 6.853 336.711 +21 Dec 2020 03:00 UT 41.80 6.447 1804.2 397248 23.5134 -8.9060 104.965 -0.282 5.489 6.853 336.698 +21 Dec 2020 04:00 UT 42.20 6.488 1803.4 397426 23.5450 -8.7033 104.458 -0.283 5.454 6.852 336.686 +21 Dec 2020 05:00 UT 42.60 6.530 1802.6 397603 23.5766 -8.5003 103.952 -0.284 5.418 6.851 336.677 +21 Dec 2020 06:00 UT 43.01 6.572 1801.8 397778 23.6081 -8.2968 103.445 -0.284 5.382 6.850 336.669 +21 Dec 2020 07:00 UT 43.41 6.613 1801.0 397951 23.6395 -8.0930 102.938 -0.285 5.346 6.847 336.662 +21 Dec 2020 08:00 UT 43.82 6.655 1800.3 398122 23.6708 -7.8889 102.431 -0.286 5.309 6.845 336.658 +21 Dec 2020 09:00 UT 44.22 6.697 1799.5 398291 23.7021 -7.6844 101.924 -0.287 5.272 6.841 336.655 +21 Dec 2020 10:00 UT 44.62 6.738 1798.7 398459 23.7334 -7.4795 101.417 -0.288 5.234 6.837 336.654 +21 Dec 2020 11:00 UT 45.03 6.780 1798.0 398624 23.7645 -7.2744 100.910 -0.289 5.196 6.833 336.654 +21 Dec 2020 12:00 UT 45.43 6.822 1797.3 398788 23.7957 -7.0689 100.404 -0.290 5.157 6.828 336.657 +21 Dec 2020 13:00 UT 45.83 6.863 1796.5 398950 23.8267 -6.8632 99.897 -0.291 5.118 6.823 336.661 +21 Dec 2020 14:00 UT 46.24 6.905 1795.8 399109 23.8578 -6.6571 99.390 -0.292 5.078 6.817 336.666 +21 Dec 2020 15:00 UT 46.64 6.947 1795.1 399267 23.8887 -6.4508 98.883 -0.293 5.038 6.810 336.673 +21 Dec 2020 16:00 UT 47.04 6.988 1794.4 399423 23.9197 -6.2443 98.376 -0.294 4.998 6.803 336.682 +21 Dec 2020 17:00 UT 47.45 7.030 1793.7 399577 23.9505 -6.0375 97.870 -0.295 4.957 6.796 336.692 +21 Dec 2020 18:00 UT 47.85 7.072 1793.0 399729 23.9814 -5.8304 97.363 -0.296 4.916 6.788 336.705 +21 Dec 2020 19:00 UT 48.25 7.113 1792.4 399878 0.0121 -5.6232 96.856 -0.297 4.874 6.779 336.718 +21 Dec 2020 20:00 UT 48.65 7.155 1791.7 400026 0.0429 -5.4157 96.349 -0.298 4.832 6.770 336.733 +21 Dec 2020 21:00 UT 49.06 7.197 1791.0 400172 0.0736 -5.2081 95.843 -0.299 4.790 6.760 336.750 +21 Dec 2020 22:00 UT 49.46 7.238 1790.4 400316 0.1042 -5.0002 95.336 -0.300 4.747 6.750 336.769 +21 Dec 2020 23:00 UT 49.86 7.280 1789.8 400457 0.1348 -4.7922 94.829 -0.301 4.704 6.739 336.789 +22 Dec 2020 00:00 UT 50.26 7.322 1789.1 400597 0.1654 -4.5841 94.323 -0.302 4.660 6.728 336.810 +22 Dec 2020 01:00 UT 50.66 7.363 1788.5 400734 0.1959 -4.3758 93.816 -0.303 4.616 6.717 336.834 +22 Dec 2020 02:00 UT 51.06 7.405 1787.9 400870 0.2264 -4.1673 93.309 -0.304 4.572 6.704 336.858 +22 Dec 2020 03:00 UT 51.46 7.447 1787.3 401003 0.2568 -3.9587 92.803 -0.305 4.527 6.692 336.885 +22 Dec 2020 04:00 UT 51.86 7.488 1786.7 401135 0.2873 -3.7500 92.296 -0.306 4.482 6.678 336.912 +22 Dec 2020 05:00 UT 52.26 7.530 1786.2 401264 0.3176 -3.5413 91.789 -0.307 4.437 6.665 336.942 +22 Dec 2020 06:00 UT 52.66 7.572 1785.6 401391 0.3480 -3.3324 91.283 -0.308 4.391 6.651 336.973 +22 Dec 2020 07:00 UT 53.06 7.613 1785.0 401516 0.3783 -3.1234 90.776 -0.309 4.345 6.636 337.005 +22 Dec 2020 08:00 UT 53.46 7.655 1784.5 401639 0.4086 -2.9144 90.269 -0.309 4.298 6.621 337.039 +22 Dec 2020 09:00 UT 53.86 7.697 1784.0 401759 0.4389 -2.7053 89.763 -0.310 4.252 6.605 337.074 +22 Dec 2020 10:00 UT 54.25 7.738 1783.4 401878 0.4691 -2.4961 89.256 -0.311 4.205 6.589 337.111 +22 Dec 2020 11:00 UT 54.65 7.780 1782.9 401994 0.4993 -2.2870 88.750 -0.312 4.157 6.572 337.150 +22 Dec 2020 12:00 UT 55.05 7.822 1782.4 402109 0.5295 -2.0778 88.243 -0.313 4.109 6.555 337.189 +22 Dec 2020 13:00 UT 55.44 7.863 1781.9 402221 0.5596 -1.8686 87.736 -0.314 4.061 6.537 337.231 +22 Dec 2020 14:00 UT 55.84 7.905 1781.4 402331 0.5898 -1.6593 87.230 -0.315 4.013 6.519 337.274 +22 Dec 2020 15:00 UT 56.23 7.947 1781.0 402438 0.6199 -1.4501 86.723 -0.316 3.964 6.500 337.318 +22 Dec 2020 16:00 UT 56.62 7.988 1780.5 402544 0.6500 -1.2409 86.217 -0.317 3.916 6.481 337.364 +22 Dec 2020 17:00 UT 57.02 8.030 1780.0 402648 0.6800 -1.0317 85.710 -0.318 3.866 6.462 337.411 +22 Dec 2020 18:00 UT 57.41 8.072 1779.6 402749 0.7101 -0.8226 85.204 -0.319 3.817 6.442 337.460 +22 Dec 2020 19:00 UT 57.80 8.113 1779.1 402848 0.7401 -0.6135 84.697 -0.320 3.767 6.421 337.510 +22 Dec 2020 20:00 UT 58.19 8.155 1778.7 402945 0.7701 -0.4045 84.191 -0.321 3.717 6.400 337.561 +22 Dec 2020 21:00 UT 58.58 8.197 1778.3 403039 0.8001 -0.1955 83.684 -0.322 3.667 6.379 337.614 +22 Dec 2020 22:00 UT 58.97 8.238 1777.9 403132 0.8301 0.0133 83.178 -0.323 3.616 6.357 337.668 +22 Dec 2020 23:00 UT 59.36 8.280 1777.5 403222 0.8601 0.2221 82.671 -0.324 3.565 6.334 337.724 +23 Dec 2020 00:00 UT 59.75 8.322 1777.1 403310 0.8901 0.4308 82.165 -0.325 3.514 6.311 337.781 +23 Dec 2020 01:00 UT 60.14 8.363 1776.7 403396 0.9200 0.6394 81.659 -0.326 3.463 6.288 337.840 +23 Dec 2020 02:00 UT 60.52 8.405 1776.4 403480 0.9500 0.8479 81.152 -0.327 3.412 6.264 337.900 +23 Dec 2020 03:00 UT 60.91 8.447 1776.0 403562 0.9799 1.0562 80.646 -0.328 3.360 6.240 337.962 +23 Dec 2020 04:00 UT 61.29 8.488 1775.6 403641 1.0098 1.2644 80.139 -0.329 3.308 6.215 338.024 +23 Dec 2020 05:00 UT 61.68 8.530 1775.3 403718 1.0397 1.4725 79.633 -0.330 3.256 6.190 338.089 +23 Dec 2020 06:00 UT 62.06 8.572 1775.0 403793 1.0697 1.6803 79.127 -0.331 3.203 6.165 338.154 +23 Dec 2020 07:00 UT 62.44 8.613 1774.7 403866 1.0996 1.8881 78.620 -0.332 3.151 6.138 338.221 +23 Dec 2020 08:00 UT 62.82 8.655 1774.4 403936 1.1295 2.0956 78.114 -0.333 3.098 6.112 338.289 +23 Dec 2020 09:00 UT 63.20 8.697 1774.1 404004 1.1594 2.3029 77.608 -0.334 3.045 6.085 338.359 +23 Dec 2020 10:00 UT 63.58 8.738 1773.8 404070 1.1893 2.5101 77.101 -0.335 2.992 6.058 338.430 +23 Dec 2020 11:00 UT 63.96 8.780 1773.5 404134 1.2192 2.7170 76.595 -0.336 2.938 6.030 338.503 +23 Dec 2020 12:00 UT 64.34 8.822 1773.2 404196 1.2492 2.9237 76.089 -0.337 2.885 6.001 338.577 +23 Dec 2020 13:00 UT 64.71 8.863 1772.9 404256 1.2791 3.1302 75.582 -0.338 2.831 5.973 338.652 +23 Dec 2020 14:00 UT 65.09 8.905 1772.7 404313 1.3090 3.3364 75.076 -0.339 2.777 5.944 338.728 +23 Dec 2020 15:00 UT 65.46 8.947 1772.5 404368 1.3389 3.5424 74.570 -0.340 2.723 5.914 338.806 +23 Dec 2020 16:00 UT 65.84 8.988 1772.2 404421 1.3689 3.7481 74.063 -0.341 2.669 5.884 338.885 +23 Dec 2020 17:00 UT 66.21 9.030 1772.0 404472 1.3988 3.9536 73.557 -0.342 2.614 5.853 338.966 +23 Dec 2020 18:00 UT 66.58 9.072 1771.8 404520 1.4288 4.1588 73.051 -0.343 2.560 5.823 339.048 +23 Dec 2020 19:00 UT 66.95 9.113 1771.6 404567 1.4587 4.3636 72.545 -0.344 2.505 5.791 339.131 +23 Dec 2020 20:00 UT 67.32 9.155 1771.4 404611 1.4887 4.5682 72.038 -0.345 2.450 5.760 339.215 +23 Dec 2020 21:00 UT 67.69 9.197 1771.2 404653 1.5187 4.7725 71.532 -0.346 2.395 5.727 339.301 +23 Dec 2020 22:00 UT 68.05 9.238 1771.0 404693 1.5487 4.9764 71.026 -0.346 2.340 5.695 339.389 +23 Dec 2020 23:00 UT 68.42 9.280 1770.9 404731 1.5787 5.1800 70.520 -0.347 2.285 5.662 339.477 +24 Dec 2020 00:00 UT 68.78 9.322 1770.7 404766 1.6088 5.3833 70.013 -0.348 2.229 5.629 339.567 +24 Dec 2020 01:00 UT 69.15 9.363 1770.6 404800 1.6388 5.5862 69.507 -0.349 2.174 5.595 339.658 +24 Dec 2020 02:00 UT 69.51 9.405 1770.4 404831 1.6689 5.7888 69.001 -0.350 2.119 5.561 339.751 +24 Dec 2020 03:00 UT 69.87 9.447 1770.3 404860 1.6990 5.9910 68.495 -0.351 2.063 5.526 339.844 +24 Dec 2020 04:00 UT 70.23 9.488 1770.2 404887 1.7291 6.1928 67.989 -0.352 2.007 5.491 339.939 +24 Dec 2020 05:00 UT 70.59 9.530 1770.1 404912 1.7592 6.3942 67.483 -0.353 1.951 5.455 340.036 +24 Dec 2020 06:00 UT 70.94 9.572 1770.0 404935 1.7894 6.5952 66.976 -0.354 1.895 5.420 340.133 +24 Dec 2020 07:00 UT 71.30 9.613 1769.9 404955 1.8195 6.7957 66.470 -0.355 1.839 5.383 340.232 +24 Dec 2020 08:00 UT 71.65 9.655 1769.8 404974 1.8497 6.9959 65.964 -0.356 1.783 5.347 340.333 +24 Dec 2020 09:00 UT 72.01 9.697 1769.7 404990 1.8800 7.1956 65.458 -0.357 1.727 5.310 340.434 +24 Dec 2020 10:00 UT 72.36 9.738 1769.7 405005 1.9102 7.3949 64.952 -0.358 1.671 5.272 340.537 +24 Dec 2020 11:00 UT 72.71 9.780 1769.6 405017 1.9405 7.5937 64.446 -0.359 1.615 5.235 340.641 +24 Dec 2020 12:00 UT 73.06 9.822 1769.6 405027 1.9708 7.7920 63.940 -0.361 1.559 5.197 340.747 +24 Dec 2020 13:00 UT 73.40 9.863 1769.5 405035 2.0012 7.9899 63.434 -0.362 1.502 5.158 340.854 +24 Dec 2020 14:00 UT 73.75 9.905 1769.5 405041 2.0315 8.1873 62.928 -0.363 1.446 5.119 340.962 +24 Dec 2020 15:00 UT 74.09 9.947 1769.5 405045 2.0619 8.3841 62.422 -0.364 1.390 5.080 341.071 +24 Dec 2020 16:00 UT 74.44 9.988 1769.5 405047 2.0924 8.5805 61.916 -0.365 1.333 5.040 341.182 +24 Dec 2020 17:00 UT 74.78 10.030 1769.5 405047 2.1228 8.7763 61.410 -0.366 1.277 5.000 341.293 +24 Dec 2020 18:00 UT 75.12 10.072 1769.5 405045 2.1533 8.9716 60.904 -0.367 1.220 4.960 341.407 +24 Dec 2020 19:00 UT 75.45 10.113 1769.5 405041 2.1839 9.1664 60.397 -0.368 1.164 4.919 341.521 +24 Dec 2020 20:00 UT 75.79 10.155 1769.5 405034 2.2144 9.3606 59.891 -0.369 1.107 4.878 341.637 +24 Dec 2020 21:00 UT 76.13 10.197 1769.6 405026 2.2450 9.5542 59.385 -0.370 1.051 4.836 341.754 +24 Dec 2020 22:00 UT 76.46 10.238 1769.6 405016 2.2757 9.7472 58.879 -0.371 0.994 4.794 341.872 +24 Dec 2020 23:00 UT 76.79 10.280 1769.7 405004 2.3064 9.9397 58.373 -0.372 0.938 4.752 341.991 +25 Dec 2020 00:00 UT 77.12 10.322 1769.7 404990 2.3371 10.1316 57.868 -0.373 0.881 4.710 342.112 +25 Dec 2020 01:00 UT 77.45 10.363 1769.8 404974 2.3679 10.3228 57.362 -0.374 0.825 4.667 342.234 +25 Dec 2020 02:00 UT 77.78 10.405 1769.9 404956 2.3987 10.5134 56.856 -0.375 0.769 4.623 342.357 +25 Dec 2020 03:00 UT 78.10 10.447 1770.0 404936 2.4296 10.7034 56.350 -0.376 0.712 4.580 342.482 +25 Dec 2020 04:00 UT 78.43 10.488 1770.1 404914 2.4605 10.8927 55.844 -0.377 0.656 4.536 342.608 +25 Dec 2020 05:00 UT 78.75 10.530 1770.2 404890 2.4914 11.0814 55.338 -0.378 0.599 4.491 342.735 +25 Dec 2020 06:00 UT 79.07 10.572 1770.3 404865 2.5224 11.2694 54.832 -0.379 0.543 4.447 342.863 +25 Dec 2020 07:00 UT 79.39 10.613 1770.4 404837 2.5535 11.4567 54.326 -0.380 0.487 4.402 342.993 +25 Dec 2020 08:00 UT 79.71 10.655 1770.5 404808 2.5845 11.6433 53.820 -0.381 0.431 4.357 343.123 +25 Dec 2020 09:00 UT 80.02 10.697 1770.7 404776 2.6157 11.8292 53.314 -0.382 0.375 4.311 343.255 +25 Dec 2020 10:00 UT 80.34 10.738 1770.8 404743 2.6469 12.0144 52.808 -0.383 0.319 4.265 343.389 +25 Dec 2020 11:00 UT 80.65 10.780 1771.0 404708 2.6781 12.1989 52.302 -0.384 0.263 4.219 343.523 +25 Dec 2020 12:00 UT 80.96 10.822 1771.1 404672 2.7094 12.3826 51.796 -0.385 0.207 4.172 343.659 +25 Dec 2020 13:00 UT 81.26 10.863 1771.3 404633 2.7408 12.5656 51.291 -0.386 0.151 4.125 343.796 +25 Dec 2020 14:00 UT 81.57 10.905 1771.5 404592 2.7722 12.7478 50.785 -0.387 0.095 4.078 343.934 +25 Dec 2020 15:00 UT 81.88 10.947 1771.7 404550 2.8036 12.9292 50.279 -0.388 0.039 4.030 344.074 +25 Dec 2020 16:00 UT 82.18 10.988 1771.9 404506 2.8351 13.1098 49.773 -0.389 -0.016 3.982 344.215 +25 Dec 2020 17:00 UT 82.48 11.030 1772.1 404461 2.8667 13.2896 49.267 -0.390 -0.072 3.934 344.357 +25 Dec 2020 18:00 UT 82.78 11.072 1772.3 404413 2.8983 13.4685 48.761 -0.392 -0.127 3.886 344.500 +25 Dec 2020 19:00 UT 83.07 11.113 1772.5 404364 2.9300 13.6467 48.256 -0.393 -0.182 3.837 344.644 +25 Dec 2020 20:00 UT 83.37 11.155 1772.7 404313 2.9617 13.8240 47.750 -0.394 -0.237 3.788 344.790 +25 Dec 2020 21:00 UT 83.66 11.197 1772.9 404260 2.9935 14.0004 47.244 -0.395 -0.292 3.738 344.937 +25 Dec 2020 22:00 UT 83.95 11.238 1773.2 404206 3.0254 14.1760 46.738 -0.396 -0.347 3.689 345.085 +25 Dec 2020 23:00 UT 84.24 11.280 1773.4 404150 3.0573 14.3507 46.232 -0.397 -0.402 3.639 345.234 +26 Dec 2020 00:00 UT 84.53 11.322 1773.7 404092 3.0893 14.5245 45.727 -0.398 -0.457 3.589 345.385 +26 Dec 2020 01:00 UT 84.81 11.363 1773.9 404033 3.1213 14.6974 45.221 -0.399 -0.511 3.538 345.537 +26 Dec 2020 02:00 UT 85.09 11.405 1774.2 403972 3.1534 14.8693 44.715 -0.400 -0.566 3.487 345.690 +26 Dec 2020 03:00 UT 85.37 11.447 1774.5 403909 3.1856 15.0403 44.209 -0.401 -0.620 3.436 345.844 +26 Dec 2020 04:00 UT 85.65 11.488 1774.8 403845 3.2178 15.2104 43.704 -0.402 -0.674 3.385 345.999 +26 Dec 2020 05:00 UT 85.93 11.530 1775.0 403780 3.2501 15.3795 43.198 -0.403 -0.728 3.333 346.156 +26 Dec 2020 06:00 UT 86.20 11.572 1775.3 403712 3.2825 15.5476 42.692 -0.404 -0.782 3.281 346.314 +26 Dec 2020 07:00 UT 86.48 11.613 1775.6 403643 3.3149 15.7147 42.186 -0.405 -0.835 3.229 346.473 +26 Dec 2020 08:00 UT 86.75 11.655 1775.9 403573 3.3474 15.8808 41.681 -0.407 -0.889 3.177 346.633 +26 Dec 2020 09:00 UT 87.01 11.697 1776.3 403501 3.3800 16.0459 41.175 -0.408 -0.942 3.124 346.794 +26 Dec 2020 10:00 UT 87.28 11.738 1776.6 403428 3.4126 16.2099 40.669 -0.409 -0.995 3.071 346.957 +26 Dec 2020 11:00 UT 87.54 11.780 1776.9 403353 3.4453 16.3729 40.164 -0.410 -1.048 3.018 347.121 +26 Dec 2020 12:00 UT 87.80 11.822 1777.3 403276 3.4781 16.5349 39.658 -0.411 -1.101 2.964 347.286 +26 Dec 2020 13:00 UT 88.06 11.863 1777.6 403198 3.5110 16.6957 39.152 -0.412 -1.153 2.911 347.452 +26 Dec 2020 14:00 UT 88.32 11.905 1777.9 403119 3.5439 16.8555 38.647 -0.413 -1.206 2.857 347.619 +26 Dec 2020 15:00 UT 88.57 11.947 1778.3 403038 3.5769 17.0141 38.141 -0.414 -1.258 2.803 347.788 +26 Dec 2020 16:00 UT 88.82 11.988 1778.7 402956 3.6099 17.1717 37.635 -0.415 -1.310 2.748 347.957 +26 Dec 2020 17:00 UT 89.07 12.030 1779.0 402872 3.6431 17.3281 37.130 -0.416 -1.362 2.694 348.128 +26 Dec 2020 18:00 UT 89.32 12.072 1779.4 402787 3.6763 17.4833 36.624 -0.417 -1.413 2.639 348.300 +26 Dec 2020 19:00 UT 89.57 12.113 1779.8 402701 3.7095 17.6374 36.118 -0.419 -1.465 2.584 348.473 +26 Dec 2020 20:00 UT 89.81 12.155 1780.2 402613 3.7429 17.7903 35.613 -0.420 -1.516 2.528 348.647 +26 Dec 2020 21:00 UT 90.05 12.197 1780.6 402524 3.7763 17.9420 35.107 -0.421 -1.567 2.473 348.823 +26 Dec 2020 22:00 UT 90.29 12.238 1781.0 402434 3.8098 18.0925 34.601 -0.422 -1.617 2.417 348.999 +26 Dec 2020 23:00 UT 90.52 12.280 1781.4 402342 3.8434 18.2418 34.096 -0.423 -1.668 2.361 349.177 +27 Dec 2020 00:00 UT 90.75 12.322 1781.8 402249 3.8771 18.3898 33.590 -0.424 -1.718 2.305 349.355 +27 Dec 2020 01:00 UT 90.98 12.363 1782.2 402155 3.9108 18.5366 33.085 -0.425 -1.768 2.249 349.535 +27 Dec 2020 02:00 UT 91.21 12.405 1782.6 402060 3.9446 18.6821 32.579 -0.426 -1.818 2.192 349.716 +27 Dec 2020 03:00 UT 91.44 12.447 1783.1 401963 3.9785 18.8263 32.073 -0.427 -1.867 2.135 349.898 +27 Dec 2020 04:00 UT 91.66 12.488 1783.5 401865 4.0124 18.9692 31.568 -0.429 -1.917 2.078 350.081 +27 Dec 2020 05:00 UT 91.88 12.530 1783.9 401766 4.0465 19.1108 31.062 -0.430 -1.966 2.021 350.266 +27 Dec 2020 06:00 UT 92.10 12.572 1784.4 401666 4.0806 19.2511 30.557 -0.431 -2.014 1.964 350.451 +27 Dec 2020 07:00 UT 92.31 12.613 1784.8 401564 4.1148 19.3900 30.051 -0.432 -2.063 1.907 350.637 +27 Dec 2020 08:00 UT 92.52 12.655 1785.3 401462 4.1491 19.5276 29.546 -0.433 -2.111 1.849 350.825 +27 Dec 2020 09:00 UT 92.73 12.697 1785.7 401358 4.1834 19.6637 29.040 -0.434 -2.159 1.791 351.013 +27 Dec 2020 10:00 UT 92.94 12.738 1786.2 401253 4.2179 19.7985 28.534 -0.435 -2.207 1.733 351.203 +27 Dec 2020 11:00 UT 93.15 12.780 1786.7 401147 4.2524 19.9319 28.029 -0.436 -2.254 1.675 351.394 +27 Dec 2020 12:00 UT 93.35 12.822 1787.2 401040 4.2870 20.0639 27.523 -0.438 -2.301 1.617 351.585 +27 Dec 2020 13:00 UT 93.55 12.863 1787.6 400932 4.3216 20.1944 27.018 -0.439 -2.348 1.558 351.778 +27 Dec 2020 14:00 UT 93.74 12.905 1788.1 400823 4.3564 20.3235 26.512 -0.440 -2.395 1.499 351.972 +27 Dec 2020 15:00 UT 93.94 12.947 1788.6 400713 4.3912 20.4511 26.007 -0.441 -2.441 1.441 352.166 +27 Dec 2020 16:00 UT 94.13 12.988 1789.1 400602 4.4261 20.5772 25.501 -0.442 -2.487 1.382 352.362 +27 Dec 2020 17:00 UT 94.32 13.030 1789.6 400490 4.4611 20.7018 24.996 -0.443 -2.533 1.323 352.559 +27 Dec 2020 18:00 UT 94.50 13.072 1790.1 400376 4.4962 20.8249 24.490 -0.444 -2.578 1.263 352.756 +27 Dec 2020 19:00 UT 94.69 13.113 1790.6 400262 4.5313 20.9465 23.985 -0.446 -2.623 1.204 352.955 +27 Dec 2020 20:00 UT 94.87 13.155 1791.2 400147 4.5665 21.0665 23.479 -0.447 -2.668 1.145 353.154 +27 Dec 2020 21:00 UT 95.04 13.197 1791.7 400031 4.6018 21.1849 22.974 -0.448 -2.713 1.085 353.355 +27 Dec 2020 22:00 UT 95.22 13.238 1792.2 399914 4.6372 21.3018 22.468 -0.449 -2.757 1.025 353.556 +27 Dec 2020 23:00 UT 95.39 13.280 1792.7 399797 4.6727 21.4171 21.963 -0.450 -2.801 0.966 353.759 +28 Dec 2020 00:00 UT 95.56 13.322 1793.3 399678 4.7082 21.5308 21.457 -0.451 -2.844 0.906 353.962 +28 Dec 2020 01:00 UT 95.72 13.363 1793.8 399558 4.7438 21.6428 20.952 -0.453 -2.888 0.846 354.166 +28 Dec 2020 02:00 UT 95.88 13.405 1794.3 399438 4.7795 21.7532 20.446 -0.454 -2.930 0.785 354.371 +28 Dec 2020 03:00 UT 96.04 13.447 1794.9 399317 4.8153 21.8620 19.941 -0.455 -2.973 0.725 354.577 +28 Dec 2020 04:00 UT 96.20 13.488 1795.4 399195 4.8512 21.9690 19.436 -0.456 -3.015 0.665 354.783 +28 Dec 2020 05:00 UT 96.36 13.530 1796.0 399072 4.8871 22.0744 18.930 -0.457 -3.057 0.604 354.991 +28 Dec 2020 06:00 UT 96.51 13.572 1796.5 398948 4.9231 22.1781 18.425 -0.458 -3.099 0.544 355.199 +28 Dec 2020 07:00 UT 96.65 13.613 1797.1 398824 4.9592 22.2801 17.919 -0.459 -3.140 0.483 355.408 +28 Dec 2020 08:00 UT 96.80 13.655 1797.7 398699 4.9954 22.3804 17.414 -0.461 -3.181 0.423 355.618 +28 Dec 2020 09:00 UT 96.94 13.697 1798.2 398573 5.0316 22.4789 16.908 -0.462 -3.222 0.362 355.829 +28 Dec 2020 10:00 UT 97.08 13.738 1798.8 398447 5.0679 22.5756 16.403 -0.463 -3.262 0.301 356.041 +28 Dec 2020 11:00 UT 97.22 13.780 1799.4 398320 5.1043 22.6706 15.898 -0.464 -3.302 0.240 356.253 +28 Dec 2020 12:00 UT 97.35 13.822 1799.9 398192 5.1408 22.7637 15.392 -0.465 -3.341 0.179 356.466 +28 Dec 2020 13:00 UT 97.48 13.863 1800.5 398063 5.1774 22.8551 14.887 -0.466 -3.381 0.118 356.679 +28 Dec 2020 14:00 UT 97.60 13.905 1801.1 397934 5.2140 22.9446 14.381 -0.468 -3.419 0.057 356.894 +28 Dec 2020 15:00 UT 97.73 13.947 1801.7 397804 5.2507 23.0324 13.876 -0.469 -3.458 -0.004 357.109 +28 Dec 2020 16:00 UT 97.85 13.988 1802.3 397674 5.2874 23.1182 13.370 -0.470 -3.496 -0.065 357.324 +28 Dec 2020 17:00 UT 97.97 14.030 1802.9 397543 5.3243 23.2022 12.865 -0.471 -3.534 -0.126 357.541 +28 Dec 2020 18:00 UT 98.08 14.072 1803.5 397411 5.3612 23.2843 12.360 -0.472 -3.571 -0.187 357.757 +28 Dec 2020 19:00 UT 98.19 14.113 1804.1 397279 5.3982 23.3646 11.854 -0.474 -3.608 -0.248 357.975 +28 Dec 2020 20:00 UT 98.30 14.155 1804.7 397146 5.4352 23.4429 11.349 -0.475 -3.645 -0.310 358.193 +28 Dec 2020 21:00 UT 98.40 14.197 1805.3 397013 5.4723 23.5193 10.843 -0.476 -3.681 -0.371 358.412 +28 Dec 2020 22:00 UT 98.50 14.238 1805.9 396879 5.5095 23.5938 10.338 -0.477 -3.717 -0.432 358.631 +28 Dec 2020 23:00 UT 98.60 14.280 1806.5 396745 5.5468 23.6663 9.833 -0.478 -3.752 -0.493 358.850 +29 Dec 2020 00:00 UT 98.70 14.322 1807.1 396610 5.5841 23.7369 9.327 -0.479 -3.788 -0.554 359.071 +29 Dec 2020 01:00 UT 98.79 14.363 1807.7 396475 5.6215 23.8055 8.822 -0.481 -3.822 -0.616 359.291 +29 Dec 2020 02:00 UT 98.88 14.405 1808.4 396339 5.6590 23.8721 8.317 -0.482 -3.857 -0.677 359.512 +29 Dec 2020 03:00 UT 98.96 14.447 1809.0 396203 5.6965 23.9367 7.811 -0.483 -3.891 -0.738 359.734 +29 Dec 2020 04:00 UT 99.04 14.488 1809.6 396066 5.7341 23.9993 7.306 -0.484 -3.924 -0.799 359.956 +29 Dec 2020 05:00 UT 99.12 14.530 1810.2 395929 5.7717 24.0599 6.800 -0.485 -3.958 -0.860 0.178 +29 Dec 2020 06:00 UT 99.20 14.572 1810.9 395792 5.8095 24.1184 6.295 -0.487 -3.990 -0.922 0.401 +29 Dec 2020 07:00 UT 99.27 14.613 1811.5 395654 5.8472 24.1749 5.790 -0.488 -4.023 -0.983 0.624 +29 Dec 2020 08:00 UT 99.34 14.655 1812.1 395516 5.8851 24.2294 5.284 -0.489 -4.055 -1.044 0.847 +29 Dec 2020 09:00 UT 99.40 14.697 1812.8 395378 5.9230 24.2817 4.779 -0.490 -4.087 -1.105 1.071 +29 Dec 2020 10:00 UT 99.46 14.738 1813.4 395239 5.9609 24.3320 4.274 -0.491 -4.118 -1.166 1.295 +29 Dec 2020 11:00 UT 99.52 14.780 1814.0 395100 5.9989 24.3802 3.768 -0.493 -4.149 -1.227 1.519 +29 Dec 2020 12:00 UT 99.57 14.822 1814.7 394960 6.0370 24.4263 3.263 -0.494 -4.179 -1.288 1.743 +29 Dec 2020 13:00 UT 99.63 14.863 1815.3 394820 6.0751 24.4703 2.758 -0.495 -4.209 -1.348 1.968 +29 Dec 2020 14:00 UT 99.67 14.905 1816.0 394680 6.1133 24.5121 2.252 -0.496 -4.239 -1.409 2.192 +29 Dec 2020 15:00 UT 99.72 14.947 1816.6 394540 6.1515 24.5518 1.747 -0.497 -4.268 -1.470 2.417 +29 Dec 2020 16:00 UT 99.76 14.988 1817.3 394399 6.1898 24.5894 1.242 -0.499 -4.297 -1.530 2.642 +29 Dec 2020 17:00 UT 99.80 15.030 1817.9 394258 6.2281 24.6248 0.736 -0.500 -4.325 -1.591 2.867 +29 Dec 2020 18:00 UT 99.83 15.072 1818.6 394117 6.2665 24.6580 0.231 -0.501 -4.353 -1.651 3.092 +29 Dec 2020 19:00 UT 99.86 15.113 1819.2 393976 6.3050 24.6891 -0.274 -0.502 -4.381 -1.711 3.317 +29 Dec 2020 20:00 UT 99.89 15.155 1819.9 393835 6.3434 24.7180 -0.780 -0.503 -4.408 -1.772 3.542 +29 Dec 2020 21:00 UT 99.91 15.197 1820.5 393693 6.3819 24.7447 -1.285 -0.505 -4.435 -1.832 3.768 +29 Dec 2020 22:00 UT 99.93 15.238 1821.2 393551 6.4205 24.7691 -1.790 -0.506 -4.461 -1.892 3.993 +29 Dec 2020 23:00 UT 99.95 15.280 1821.8 393409 6.4591 24.7914 -2.296 -0.507 -4.487 -1.951 4.218 +30 Dec 2020 00:00 UT 99.96 15.322 1822.5 393267 6.4978 24.8115 -2.801 -0.508 -4.513 -2.011 4.442 +30 Dec 2020 01:00 UT 99.97 15.363 1823.1 393125 6.5364 24.8293 -3.306 -0.510 -4.538 -2.071 4.667 +30 Dec 2020 02:00 UT 99.98 15.405 1823.8 392982 6.5752 24.8449 -3.812 -0.511 -4.562 -2.130 4.892 +30 Dec 2020 03:00 UT 99.98 15.447 1824.5 392839 6.6139 24.8583 -4.317 -0.512 -4.587 -2.189 5.116 +30 Dec 2020 04:00 UT 99.98 15.488 1825.1 392697 6.6527 24.8694 -4.822 -0.513 -4.611 -2.249 5.340 +30 Dec 2020 05:00 UT 99.97 15.530 1825.8 392554 6.6916 24.8782 -5.328 -0.514 -4.634 -2.308 5.564 +30 Dec 2020 06:00 UT 99.96 15.572 1826.5 392411 6.7304 24.8848 -5.833 -0.516 -4.657 -2.366 5.788 +30 Dec 2020 07:00 UT 99.95 15.613 1827.1 392268 6.7693 24.8892 -6.338 -0.517 -4.679 -2.425 6.011 +30 Dec 2020 08:00 UT 99.94 15.655 1827.8 392125 6.8083 24.8912 -6.844 -0.518 -4.702 -2.484 6.234 +30 Dec 2020 09:00 UT 99.92 15.697 1828.5 391982 6.8472 24.8910 -7.349 -0.519 -4.723 -2.542 6.457 +30 Dec 2020 10:00 UT 99.89 15.738 1829.1 391839 6.8862 24.8885 -7.854 -0.520 -4.745 -2.600 6.679 +30 Dec 2020 11:00 UT 99.87 15.780 1829.8 391696 6.9252 24.8838 -8.360 -0.522 -4.765 -2.658 6.901 +30 Dec 2020 12:00 UT 99.84 15.822 1830.5 391553 6.9642 24.8767 -8.865 -0.523 -4.786 -2.716 7.122 +30 Dec 2020 13:00 UT 99.80 15.863 1831.1 391410 7.0033 24.8673 -9.370 -0.524 -4.806 -2.774 7.343 +30 Dec 2020 14:00 UT 99.77 15.905 1831.8 391266 7.0424 24.8557 -9.876 -0.525 -4.825 -2.831 7.563 +30 Dec 2020 15:00 UT 99.72 15.947 1832.5 391123 7.0815 24.8417 -10.381 -0.527 -4.844 -2.888 7.783 +30 Dec 2020 16:00 UT 99.68 15.988 1833.1 390980 7.1206 24.8255 -10.886 -0.528 -4.863 -2.945 8.002 +30 Dec 2020 17:00 UT 99.63 16.030 1833.8 390837 7.1597 24.8069 -11.392 -0.529 -4.881 -3.002 8.221 +30 Dec 2020 18:00 UT 99.58 16.072 1834.5 390694 7.1989 24.7860 -11.897 -0.530 -4.899 -3.058 8.439 +30 Dec 2020 19:00 UT 99.52 16.113 1835.2 390551 7.2380 24.7628 -12.402 -0.531 -4.917 -3.115 8.656 +30 Dec 2020 20:00 UT 99.46 16.155 1835.8 390408 7.2772 24.7373 -12.908 -0.533 -4.934 -3.171 8.873 +30 Dec 2020 21:00 UT 99.40 16.197 1836.5 390265 7.3164 24.7095 -13.413 -0.534 -4.950 -3.227 9.089 +30 Dec 2020 22:00 UT 99.33 16.238 1837.2 390122 7.3556 24.6794 -13.918 -0.535 -4.966 -3.282 9.304 +30 Dec 2020 23:00 UT 99.26 16.280 1837.9 389979 7.3948 24.6470 -14.424 -0.536 -4.982 -3.338 9.518 +31 Dec 2020 00:00 UT 99.19 16.322 1838.5 389837 7.4340 24.6122 -14.929 -0.538 -4.997 -3.393 9.732 +31 Dec 2020 01:00 UT 99.11 16.363 1839.2 389694 7.4732 24.5752 -15.434 -0.539 -5.012 -3.448 9.945 +31 Dec 2020 02:00 UT 99.03 16.405 1839.9 389552 7.5124 24.5358 -15.940 -0.540 -5.026 -3.502 10.156 +31 Dec 2020 03:00 UT 98.95 16.447 1840.5 389409 7.5516 24.4941 -16.445 -0.541 -5.040 -3.557 10.367 +31 Dec 2020 04:00 UT 98.86 16.488 1841.2 389267 7.5909 24.4501 -16.950 -0.542 -5.054 -3.611 10.577 +31 Dec 2020 05:00 UT 98.76 16.530 1841.9 389125 7.6301 24.4038 -17.456 -0.544 -5.067 -3.664 10.786 +31 Dec 2020 06:00 UT 98.67 16.572 1842.6 388983 7.6693 24.3552 -17.961 -0.545 -5.079 -3.718 10.995 +31 Dec 2020 07:00 UT 98.57 16.613 1843.2 388841 7.7085 24.3042 -18.466 -0.546 -5.091 -3.771 11.202 +31 Dec 2020 08:00 UT 98.46 16.655 1843.9 388700 7.7477 24.2510 -18.972 -0.547 -5.103 -3.824 11.408 +31 Dec 2020 09:00 UT 98.36 16.697 1844.6 388558 7.7869 24.1955 -19.477 -0.549 -5.114 -3.876 11.613 +31 Dec 2020 10:00 UT 98.25 16.738 1845.2 388417 7.8261 24.1377 -19.982 -0.550 -5.125 -3.929 11.816 +31 Dec 2020 11:00 UT 98.13 16.780 1845.9 388276 7.8653 24.0775 -20.488 -0.551 -5.136 -3.980 12.019 +31 Dec 2020 12:00 UT 98.01 16.822 1846.6 388135 7.9045 24.0151 -20.993 -0.552 -5.146 -4.032 12.221 +31 Dec 2020 13:00 UT 97.89 16.863 1847.3 387994 7.9436 23.9504 -21.499 -0.553 -5.155 -4.083 12.421 +31 Dec 2020 14:00 UT 97.76 16.905 1847.9 387854 7.9828 23.8835 -22.004 -0.555 -5.164 -4.134 12.620 +31 Dec 2020 15:00 UT 97.63 16.947 1848.6 387713 8.0219 23.8142 -22.509 -0.556 -5.173 -4.185 12.818 +31 Dec 2020 16:00 UT 97.50 16.988 1849.3 387573 8.0610 23.7427 -23.015 -0.557 -5.181 -4.235 13.015 +31 Dec 2020 17:00 UT 97.36 17.030 1849.9 387433 8.1001 23.6689 -23.520 -0.558 -5.189 -4.285 13.210 +31 Dec 2020 18:00 UT 97.22 17.072 1850.6 387293 8.1392 23.5929 -24.025 -0.560 -5.196 -4.335 13.404 +31 Dec 2020 19:00 UT 97.08 17.113 1851.3 387154 8.1782 23.5146 -24.531 -0.561 -5.203 -4.384 13.597 +31 Dec 2020 20:00 UT 96.93 17.155 1851.9 387014 8.2173 23.4340 -25.036 -0.562 -5.210 -4.433 13.788 +31 Dec 2020 21:00 UT 96.78 17.197 1852.6 386875 8.2563 23.3512 -25.542 -0.563 -5.216 -4.481 13.978 +31 Dec 2020 22:00 UT 96.62 17.238 1853.3 386737 8.2953 23.2662 -26.047 -0.564 -5.222 -4.529 14.167 +31 Dec 2020 23:00 UT 96.47 17.280 1853.9 386598 8.3343 23.1790 -26.552 -0.566 -5.227 -4.577 14.354 +01 Jan 2021 00:00 UT 96.30 17.322 1854.6 386460 8.3732 23.0895 -27.058 -0.567 -5.232 -4.624 14.540 diff --git a/generate/libration/mooninfo_2021.txt b/generate/libration/mooninfo_2021.txt new file mode 100644 index 00000000..1d48dc81 --- /dev/null +++ b/generate/libration/mooninfo_2021.txt @@ -0,0 +1,8761 @@ + Date Time Phase Age Diam Dist RA Dec Slon Slat Elon Elat AxisA +01 Jan 2021 00:00 UT 96.30 17.322 1854.6 386460 8.3732 23.0895 -27.058 -0.567 -5.232 -4.624 14.540 +01 Jan 2021 01:00 UT 96.14 17.363 1855.3 386321 8.4121 22.9979 -27.563 -0.568 -5.236 -4.671 14.724 +01 Jan 2021 02:00 UT 95.97 17.405 1855.9 386184 8.4510 22.9040 -28.069 -0.569 -5.240 -4.718 14.906 +01 Jan 2021 03:00 UT 95.79 17.447 1856.6 386046 8.4899 22.8079 -28.574 -0.571 -5.243 -4.764 15.087 +01 Jan 2021 04:00 UT 95.61 17.488 1857.2 385909 8.5287 22.7097 -29.079 -0.572 -5.246 -4.810 15.267 +01 Jan 2021 05:00 UT 95.43 17.530 1857.9 385772 8.5675 22.6093 -29.585 -0.573 -5.249 -4.855 15.445 +01 Jan 2021 06:00 UT 95.25 17.572 1858.6 385635 8.6062 22.5067 -30.090 -0.574 -5.251 -4.900 15.621 +01 Jan 2021 07:00 UT 95.06 17.613 1859.2 385498 8.6450 22.4020 -30.596 -0.575 -5.253 -4.945 15.796 +01 Jan 2021 08:00 UT 94.87 17.655 1859.9 385362 8.6837 22.2951 -31.101 -0.577 -5.254 -4.989 15.969 +01 Jan 2021 09:00 UT 94.67 17.697 1860.5 385226 8.7223 22.1861 -31.607 -0.578 -5.255 -5.032 16.140 +01 Jan 2021 10:00 UT 94.47 17.738 1861.2 385090 8.7610 22.0749 -32.112 -0.579 -5.256 -5.075 16.310 +01 Jan 2021 11:00 UT 94.27 17.780 1861.8 384955 8.7995 21.9617 -32.617 -0.580 -5.256 -5.118 16.478 +01 Jan 2021 12:00 UT 94.07 17.822 1862.5 384820 8.8381 21.8464 -33.123 -0.581 -5.256 -5.161 16.645 +01 Jan 2021 13:00 UT 93.86 17.863 1863.1 384685 8.8766 21.7289 -33.628 -0.583 -5.255 -5.202 16.809 +01 Jan 2021 14:00 UT 93.64 17.905 1863.8 384551 8.9151 21.6094 -34.134 -0.584 -5.254 -5.244 16.972 +01 Jan 2021 15:00 UT 93.43 17.947 1864.4 384416 8.9535 21.4878 -34.639 -0.585 -5.252 -5.285 17.133 +01 Jan 2021 16:00 UT 93.21 17.988 1865.1 384282 8.9919 21.3642 -35.145 -0.586 -5.250 -5.325 17.292 +01 Jan 2021 17:00 UT 92.98 18.030 1865.7 384149 9.0303 21.2385 -35.650 -0.588 -5.248 -5.365 17.450 +01 Jan 2021 18:00 UT 92.75 18.072 1866.4 384015 9.0686 21.1108 -36.156 -0.589 -5.245 -5.405 17.605 +01 Jan 2021 19:00 UT 92.52 18.113 1867.0 383882 9.1068 20.9811 -36.661 -0.590 -5.242 -5.444 17.759 +01 Jan 2021 20:00 UT 92.29 18.155 1867.7 383750 9.1450 20.8494 -37.167 -0.591 -5.238 -5.482 17.911 +01 Jan 2021 21:00 UT 92.05 18.197 1868.3 383617 9.1832 20.7156 -37.672 -0.592 -5.234 -5.520 18.061 +01 Jan 2021 22:00 UT 91.81 18.238 1869.0 383485 9.2214 20.5800 -38.178 -0.594 -5.230 -5.558 18.209 +01 Jan 2021 23:00 UT 91.56 18.280 1869.6 383353 9.2594 20.4423 -38.683 -0.595 -5.225 -5.595 18.355 +02 Jan 2021 00:00 UT 91.32 18.322 1870.3 383222 9.2975 20.3027 -39.189 -0.596 -5.219 -5.632 18.499 +02 Jan 2021 01:00 UT 91.06 18.363 1870.9 383091 9.3355 20.1612 -39.694 -0.597 -5.214 -5.668 18.641 +02 Jan 2021 02:00 UT 90.81 18.405 1871.5 382960 9.3734 20.0177 -40.200 -0.598 -5.208 -5.703 18.782 +02 Jan 2021 03:00 UT 90.55 18.447 1872.2 382830 9.4113 19.8723 -40.705 -0.600 -5.201 -5.738 18.920 +02 Jan 2021 04:00 UT 90.29 18.488 1872.8 382699 9.4492 19.7251 -41.211 -0.601 -5.194 -5.773 19.056 +02 Jan 2021 05:00 UT 90.02 18.530 1873.4 382570 9.4870 19.5759 -41.716 -0.602 -5.187 -5.807 19.191 +02 Jan 2021 06:00 UT 89.75 18.572 1874.1 382440 9.5248 19.4250 -42.222 -0.603 -5.179 -5.840 19.323 +02 Jan 2021 07:00 UT 89.48 18.613 1874.7 382311 9.5625 19.2721 -42.727 -0.604 -5.171 -5.873 19.454 +02 Jan 2021 08:00 UT 89.21 18.655 1875.3 382182 9.6001 19.1174 -43.233 -0.606 -5.163 -5.906 19.582 +02 Jan 2021 09:00 UT 88.93 18.697 1876.0 382053 9.6378 18.9609 -43.739 -0.607 -5.154 -5.938 19.708 +02 Jan 2021 10:00 UT 88.65 18.738 1876.6 381925 9.6753 18.8027 -44.244 -0.608 -5.144 -5.969 19.832 +02 Jan 2021 11:00 UT 88.36 18.780 1877.2 381797 9.7128 18.6426 -44.750 -0.609 -5.135 -6.000 19.955 +02 Jan 2021 12:00 UT 88.07 18.822 1877.9 381670 9.7503 18.4807 -45.255 -0.610 -5.125 -6.030 20.075 +02 Jan 2021 13:00 UT 87.78 18.863 1878.5 381543 9.7877 18.3171 -45.761 -0.612 -5.114 -6.060 20.193 +02 Jan 2021 14:00 UT 87.48 18.905 1879.1 381416 9.8251 18.1518 -46.267 -0.613 -5.103 -6.089 20.309 +02 Jan 2021 15:00 UT 87.19 18.947 1879.7 381289 9.8624 17.9848 -46.772 -0.614 -5.092 -6.117 20.423 +02 Jan 2021 16:00 UT 86.88 18.988 1880.4 381163 9.8997 17.8160 -47.278 -0.615 -5.080 -6.145 20.534 +02 Jan 2021 17:00 UT 86.58 19.030 1881.0 381037 9.9369 17.6456 -47.783 -0.616 -5.068 -6.172 20.644 +02 Jan 2021 18:00 UT 86.27 19.072 1881.6 380911 9.9741 17.4735 -48.289 -0.618 -5.056 -6.199 20.751 +02 Jan 2021 19:00 UT 85.96 19.113 1882.2 380786 10.0112 17.2997 -48.795 -0.619 -5.043 -6.225 20.857 +02 Jan 2021 20:00 UT 85.65 19.155 1882.8 380661 10.0483 17.1243 -49.300 -0.620 -5.030 -6.251 20.960 +02 Jan 2021 21:00 UT 85.33 19.197 1883.5 380537 10.0853 16.9473 -49.806 -0.621 -5.017 -6.276 21.061 +02 Jan 2021 22:00 UT 85.01 19.238 1884.1 380413 10.1223 16.7686 -50.312 -0.622 -5.003 -6.301 21.160 +02 Jan 2021 23:00 UT 84.69 19.280 1884.7 380289 10.1592 16.5884 -50.817 -0.624 -4.989 -6.324 21.257 +03 Jan 2021 00:00 UT 84.36 19.322 1885.3 380165 10.1961 16.4066 -51.323 -0.625 -4.974 -6.348 21.352 +03 Jan 2021 01:00 UT 84.03 19.363 1885.9 380042 10.2329 16.2233 -51.829 -0.626 -4.959 -6.370 21.444 +03 Jan 2021 02:00 UT 83.70 19.405 1886.5 379919 10.2697 16.0385 -52.334 -0.627 -4.944 -6.392 21.535 +03 Jan 2021 03:00 UT 83.36 19.447 1887.1 379797 10.3064 15.8521 -52.840 -0.628 -4.928 -6.414 21.623 +03 Jan 2021 04:00 UT 83.02 19.488 1887.7 379674 10.3431 15.6642 -53.346 -0.630 -4.912 -6.435 21.709 +03 Jan 2021 05:00 UT 82.68 19.530 1888.3 379552 10.3797 15.4748 -53.852 -0.631 -4.895 -6.455 21.793 +03 Jan 2021 06:00 UT 82.34 19.572 1888.9 379431 10.4163 15.2840 -54.357 -0.632 -4.878 -6.475 21.874 +03 Jan 2021 07:00 UT 81.99 19.613 1889.5 379310 10.4529 15.0918 -54.863 -0.633 -4.861 -6.494 21.954 +03 Jan 2021 08:00 UT 81.64 19.655 1890.1 379189 10.4894 14.8981 -55.369 -0.634 -4.844 -6.512 22.031 +03 Jan 2021 09:00 UT 81.29 19.697 1890.8 379068 10.5258 14.7030 -55.875 -0.636 -4.826 -6.530 22.106 +03 Jan 2021 10:00 UT 80.93 19.738 1891.4 378948 10.5622 14.5065 -56.380 -0.637 -4.807 -6.547 22.179 +03 Jan 2021 11:00 UT 80.58 19.780 1891.9 378828 10.5986 14.3086 -56.886 -0.638 -4.789 -6.563 22.250 +03 Jan 2021 12:00 UT 80.22 19.822 1892.5 378709 10.6349 14.1094 -57.392 -0.639 -4.770 -6.579 22.318 +03 Jan 2021 13:00 UT 79.85 19.863 1893.1 378590 10.6712 13.9089 -57.898 -0.640 -4.751 -6.594 22.385 +03 Jan 2021 14:00 UT 79.49 19.905 1893.7 378471 10.7074 13.7070 -58.403 -0.641 -4.731 -6.609 22.449 +03 Jan 2021 15:00 UT 79.12 19.947 1894.3 378353 10.7436 13.5039 -58.909 -0.643 -4.711 -6.623 22.511 +03 Jan 2021 16:00 UT 78.75 19.988 1894.9 378235 10.7798 13.2994 -59.415 -0.644 -4.691 -6.636 22.570 +03 Jan 2021 17:00 UT 78.37 20.030 1895.5 378117 10.8159 13.0937 -59.921 -0.645 -4.670 -6.648 22.628 +03 Jan 2021 18:00 UT 77.99 20.072 1896.1 377999 10.8519 12.8868 -60.427 -0.646 -4.649 -6.660 22.683 +03 Jan 2021 19:00 UT 77.61 20.113 1896.7 377882 10.8880 12.6786 -60.933 -0.647 -4.628 -6.672 22.736 +03 Jan 2021 20:00 UT 77.23 20.155 1897.3 377766 10.9240 12.4692 -61.439 -0.648 -4.606 -6.682 22.787 +03 Jan 2021 21:00 UT 76.85 20.197 1897.9 377649 10.9599 12.2587 -61.944 -0.650 -4.584 -6.692 22.836 +03 Jan 2021 22:00 UT 76.46 20.238 1898.4 377533 10.9958 12.0470 -62.450 -0.651 -4.561 -6.702 22.883 +03 Jan 2021 23:00 UT 76.07 20.280 1899.0 377418 11.0317 11.8341 -62.956 -0.652 -4.539 -6.710 22.927 +04 Jan 2021 00:00 UT 75.68 20.322 1899.6 377302 11.0675 11.6201 -63.462 -0.653 -4.516 -6.718 22.969 +04 Jan 2021 01:00 UT 75.29 20.363 1900.2 377187 11.1033 11.4050 -63.968 -0.654 -4.492 -6.726 23.009 +04 Jan 2021 02:00 UT 74.89 20.405 1900.8 377073 11.1391 11.1887 -64.474 -0.656 -4.469 -6.732 23.047 +04 Jan 2021 03:00 UT 74.49 20.447 1901.3 376959 11.1748 10.9715 -64.980 -0.657 -4.445 -6.739 23.082 +04 Jan 2021 04:00 UT 74.09 20.488 1901.9 376845 11.2105 10.7531 -65.486 -0.658 -4.420 -6.744 23.116 +04 Jan 2021 05:00 UT 73.69 20.530 1902.5 376731 11.2462 10.5338 -65.992 -0.659 -4.396 -6.749 23.147 +04 Jan 2021 06:00 UT 73.28 20.572 1903.1 376618 11.2818 10.3134 -66.498 -0.660 -4.371 -6.753 23.176 +04 Jan 2021 07:00 UT 72.87 20.613 1903.6 376505 11.3174 10.0920 -67.004 -0.661 -4.346 -6.756 23.203 +04 Jan 2021 08:00 UT 72.46 20.655 1904.2 376393 11.3530 9.8696 -67.510 -0.663 -4.320 -6.759 23.228 +04 Jan 2021 09:00 UT 72.05 20.697 1904.8 376281 11.3885 9.6463 -68.016 -0.664 -4.294 -6.760 23.250 +04 Jan 2021 10:00 UT 71.64 20.738 1905.3 376169 11.4240 9.4221 -68.522 -0.665 -4.268 -6.762 23.270 +04 Jan 2021 11:00 UT 71.22 20.780 1905.9 376058 11.4595 9.1969 -69.028 -0.666 -4.241 -6.762 23.288 +04 Jan 2021 12:00 UT 70.80 20.822 1906.5 375947 11.4950 8.9708 -69.534 -0.667 -4.215 -6.762 23.304 +04 Jan 2021 13:00 UT 70.38 20.863 1907.0 375836 11.5304 8.7439 -70.040 -0.668 -4.188 -6.762 23.318 +04 Jan 2021 14:00 UT 69.96 20.905 1907.6 375726 11.5658 8.5160 -70.546 -0.670 -4.160 -6.760 23.330 +04 Jan 2021 15:00 UT 69.53 20.947 1908.1 375616 11.6012 8.2874 -71.052 -0.671 -4.132 -6.758 23.339 +04 Jan 2021 16:00 UT 69.11 20.988 1908.7 375507 11.6365 8.0579 -71.558 -0.672 -4.104 -6.755 23.347 +04 Jan 2021 17:00 UT 68.68 21.030 1909.2 375398 11.6719 7.8276 -72.064 -0.673 -4.076 -6.752 23.352 +04 Jan 2021 18:00 UT 68.25 21.072 1909.8 375289 11.7072 7.5966 -72.570 -0.674 -4.047 -6.748 23.355 +04 Jan 2021 19:00 UT 67.82 21.113 1910.3 375181 11.7425 7.3647 -73.076 -0.675 -4.019 -6.743 23.356 +04 Jan 2021 20:00 UT 67.38 21.155 1910.9 375073 11.7778 7.1321 -73.582 -0.676 -3.989 -6.737 23.354 +04 Jan 2021 21:00 UT 66.95 21.197 1911.4 374965 11.8131 6.8989 -74.088 -0.678 -3.960 -6.731 23.351 +04 Jan 2021 22:00 UT 66.51 21.238 1912.0 374858 11.8483 6.6648 -74.594 -0.679 -3.930 -6.724 23.345 +04 Jan 2021 23:00 UT 66.07 21.280 1912.5 374752 11.8835 6.4302 -75.101 -0.680 -3.900 -6.716 23.338 +05 Jan 2021 00:00 UT 65.63 21.322 1913.1 374646 11.9187 6.1948 -75.607 -0.681 -3.870 -6.708 23.328 +05 Jan 2021 01:00 UT 65.19 21.363 1913.6 374540 11.9540 5.9588 -76.113 -0.682 -3.839 -6.699 23.316 +05 Jan 2021 02:00 UT 64.74 21.405 1914.2 374434 11.9891 5.7222 -76.619 -0.683 -3.808 -6.689 23.302 +05 Jan 2021 03:00 UT 64.30 21.447 1914.7 374329 12.0243 5.4850 -77.125 -0.685 -3.777 -6.679 23.286 +05 Jan 2021 04:00 UT 63.85 21.488 1915.2 374225 12.0595 5.2471 -77.632 -0.686 -3.746 -6.668 23.267 +05 Jan 2021 05:00 UT 63.40 21.530 1915.8 374121 12.0947 5.0088 -78.138 -0.687 -3.714 -6.656 23.247 +05 Jan 2021 06:00 UT 62.95 21.572 1916.3 374017 12.1298 4.7698 -78.644 -0.688 -3.682 -6.644 23.224 +05 Jan 2021 07:00 UT 62.50 21.613 1916.8 373914 12.1650 4.5304 -79.150 -0.689 -3.650 -6.631 23.200 +05 Jan 2021 08:00 UT 62.05 21.655 1917.3 373811 12.2001 4.2904 -79.656 -0.690 -3.617 -6.617 23.173 +05 Jan 2021 09:00 UT 61.60 21.697 1917.9 373709 12.2352 4.0500 -80.163 -0.691 -3.585 -6.602 23.144 +05 Jan 2021 10:00 UT 61.14 21.738 1918.4 373607 12.2704 3.8091 -80.669 -0.693 -3.552 -6.587 23.113 +05 Jan 2021 11:00 UT 60.69 21.780 1918.9 373505 12.3055 3.5677 -81.175 -0.694 -3.518 -6.571 23.080 +05 Jan 2021 12:00 UT 60.23 21.822 1919.4 373405 12.3406 3.3259 -81.682 -0.695 -3.485 -6.555 23.045 +05 Jan 2021 13:00 UT 59.77 21.863 1919.9 373304 12.3758 3.0838 -82.188 -0.696 -3.451 -6.538 23.008 +05 Jan 2021 14:00 UT 59.31 21.905 1920.5 373204 12.4109 2.8412 -82.694 -0.697 -3.417 -6.520 22.968 +05 Jan 2021 15:00 UT 58.85 21.947 1921.0 373105 12.4460 2.5983 -83.201 -0.698 -3.383 -6.501 22.927 +05 Jan 2021 16:00 UT 58.39 21.988 1921.5 373006 12.4812 2.3550 -83.707 -0.699 -3.348 -6.482 22.884 +05 Jan 2021 17:00 UT 57.93 22.030 1922.0 372907 12.5163 2.1114 -84.213 -0.701 -3.313 -6.462 22.838 +05 Jan 2021 18:00 UT 57.46 22.072 1922.5 372809 12.5515 1.8675 -84.720 -0.702 -3.278 -6.441 22.791 +05 Jan 2021 19:00 UT 57.00 22.113 1923.0 372712 12.5867 1.6233 -85.226 -0.703 -3.243 -6.420 22.741 +05 Jan 2021 20:00 UT 56.53 22.155 1923.5 372615 12.6218 1.3789 -85.732 -0.704 -3.207 -6.398 22.690 +05 Jan 2021 21:00 UT 56.07 22.197 1924.0 372518 12.6570 1.1342 -86.239 -0.705 -3.172 -6.375 22.636 +05 Jan 2021 22:00 UT 55.60 22.238 1924.5 372422 12.6922 0.8893 -86.745 -0.706 -3.136 -6.352 22.580 +05 Jan 2021 23:00 UT 55.13 22.280 1925.0 372327 12.7274 0.6442 -87.252 -0.708 -3.099 -6.328 22.522 +06 Jan 2021 00:00 UT 54.66 22.322 1925.5 372232 12.7626 0.3990 -87.758 -0.709 -3.063 -6.303 22.463 +06 Jan 2021 01:00 UT 54.19 22.363 1926.0 372138 12.7979 0.1535 -88.264 -0.710 -3.026 -6.278 22.401 +06 Jan 2021 02:00 UT 53.72 22.405 1926.4 372044 12.8331 -0.0920 -88.771 -0.711 -2.989 -6.252 22.337 +06 Jan 2021 03:00 UT 53.25 22.447 1926.9 371951 12.8684 -0.3377 -89.277 -0.712 -2.952 -6.225 22.271 +06 Jan 2021 04:00 UT 52.78 22.488 1927.4 371859 12.9037 -0.5834 -89.784 -0.713 -2.915 -6.198 22.203 +06 Jan 2021 05:00 UT 52.31 22.530 1927.9 371767 12.9390 -0.8293 -90.290 -0.714 -2.877 -6.170 22.133 +06 Jan 2021 06:00 UT 51.84 22.572 1928.4 371676 12.9743 -1.0752 -90.797 -0.715 -2.839 -6.141 22.061 +06 Jan 2021 07:00 UT 51.37 22.613 1928.8 371585 13.0097 -1.3211 -91.303 -0.717 -2.801 -6.112 21.987 +06 Jan 2021 08:00 UT 50.89 22.655 1929.3 371495 13.0450 -1.5670 -91.810 -0.718 -2.763 -6.082 21.911 +06 Jan 2021 09:00 UT 50.42 22.697 1929.8 371406 13.0804 -1.8129 -92.317 -0.719 -2.724 -6.051 21.833 +06 Jan 2021 10:00 UT 49.95 22.738 1930.2 371317 13.1159 -2.0587 -92.823 -0.720 -2.685 -6.020 21.753 +06 Jan 2021 11:00 UT 49.47 22.780 1930.7 371229 13.1513 -2.3045 -93.330 -0.721 -2.647 -5.988 21.671 +06 Jan 2021 12:00 UT 49.00 22.822 1931.1 371141 13.1868 -2.5502 -93.836 -0.722 -2.607 -5.955 21.588 +06 Jan 2021 13:00 UT 48.52 22.863 1931.6 371054 13.2223 -2.7958 -94.343 -0.723 -2.568 -5.922 21.502 +06 Jan 2021 14:00 UT 48.05 22.905 1932.0 370968 13.2579 -3.0413 -94.849 -0.725 -2.528 -5.888 21.414 +06 Jan 2021 15:00 UT 47.58 22.947 1932.5 370883 13.2935 -3.2867 -95.356 -0.726 -2.489 -5.854 21.324 +06 Jan 2021 16:00 UT 47.10 22.988 1932.9 370798 13.3291 -3.5318 -95.863 -0.727 -2.449 -5.818 21.232 +06 Jan 2021 17:00 UT 46.63 23.030 1933.4 370714 13.3647 -3.7768 -96.369 -0.728 -2.409 -5.783 21.138 +06 Jan 2021 18:00 UT 46.15 23.072 1933.8 370631 13.4004 -4.0216 -96.876 -0.729 -2.368 -5.746 21.042 +06 Jan 2021 19:00 UT 45.68 23.113 1934.2 370548 13.4361 -4.2661 -97.383 -0.730 -2.328 -5.709 20.945 +06 Jan 2021 20:00 UT 45.21 23.155 1934.7 370466 13.4719 -4.5104 -97.889 -0.731 -2.287 -5.672 20.845 +06 Jan 2021 21:00 UT 44.73 23.197 1935.1 370385 13.5077 -4.7543 -98.396 -0.733 -2.246 -5.633 20.743 +06 Jan 2021 22:00 UT 44.26 23.238 1935.5 370305 13.5435 -4.9980 -98.903 -0.734 -2.205 -5.594 20.640 +06 Jan 2021 23:00 UT 43.79 23.280 1935.9 370225 13.5794 -5.2413 -99.410 -0.735 -2.164 -5.555 20.534 +07 Jan 2021 00:00 UT 43.31 23.322 1936.3 370147 13.6154 -5.4843 -99.916 -0.736 -2.122 -5.515 20.426 +07 Jan 2021 01:00 UT 42.84 23.363 1936.7 370069 13.6513 -5.7269 -100.423 -0.737 -2.080 -5.474 20.317 +07 Jan 2021 02:00 UT 42.37 23.405 1937.1 369991 13.6874 -5.9692 -100.930 -0.738 -2.039 -5.433 20.206 +07 Jan 2021 03:00 UT 41.90 23.447 1937.5 369915 13.7234 -6.2109 -101.437 -0.739 -1.996 -5.391 20.092 +07 Jan 2021 04:00 UT 41.43 23.488 1937.9 369840 13.7596 -6.4523 -101.943 -0.741 -1.954 -5.349 19.977 +07 Jan 2021 05:00 UT 40.96 23.530 1938.3 369765 13.7957 -6.6932 -102.450 -0.742 -1.912 -5.306 19.860 +07 Jan 2021 06:00 UT 40.49 23.572 1938.7 369691 13.8320 -6.9336 -102.957 -0.743 -1.869 -5.262 19.741 +07 Jan 2021 07:00 UT 40.02 23.613 1939.1 369618 13.8682 -7.1734 -103.464 -0.744 -1.827 -5.218 19.619 +07 Jan 2021 08:00 UT 39.55 23.655 1939.5 369546 13.9046 -7.4128 -103.971 -0.745 -1.784 -5.173 19.497 +07 Jan 2021 09:00 UT 39.08 23.697 1939.8 369475 13.9409 -7.6515 -104.477 -0.746 -1.741 -5.127 19.372 +07 Jan 2021 10:00 UT 38.61 23.738 1940.2 369405 13.9774 -7.8897 -104.984 -0.747 -1.697 -5.082 19.245 +07 Jan 2021 11:00 UT 38.15 23.780 1940.6 369336 14.0139 -8.1273 -105.491 -0.748 -1.654 -5.035 19.116 +07 Jan 2021 12:00 UT 37.68 23.822 1940.9 369268 14.0504 -8.3642 -105.998 -0.750 -1.611 -4.988 18.986 +07 Jan 2021 13:00 UT 37.22 23.863 1941.3 369200 14.0870 -8.6004 -106.505 -0.751 -1.567 -4.940 18.853 +07 Jan 2021 14:00 UT 36.75 23.905 1941.6 369134 14.1237 -8.8360 -107.012 -0.752 -1.523 -4.892 18.719 +07 Jan 2021 15:00 UT 36.29 23.947 1942.0 369068 14.1604 -9.0709 -107.519 -0.753 -1.479 -4.844 18.582 +07 Jan 2021 16:00 UT 35.83 23.988 1942.3 369004 14.1972 -9.3050 -108.026 -0.754 -1.435 -4.794 18.444 +07 Jan 2021 17:00 UT 35.37 24.030 1942.7 368941 14.2341 -9.5384 -108.533 -0.755 -1.391 -4.745 18.304 +07 Jan 2021 18:00 UT 34.91 24.072 1943.0 368878 14.2710 -9.7710 -109.040 -0.756 -1.346 -4.694 18.162 +07 Jan 2021 19:00 UT 34.45 24.113 1943.3 368817 14.3080 -10.0028 -109.547 -0.758 -1.302 -4.643 18.018 +07 Jan 2021 20:00 UT 34.00 24.155 1943.6 368757 14.3451 -10.2337 -110.054 -0.759 -1.257 -4.592 17.873 +07 Jan 2021 21:00 UT 33.54 24.197 1943.9 368697 14.3822 -10.4638 -110.561 -0.760 -1.212 -4.540 17.725 +07 Jan 2021 22:00 UT 33.09 24.238 1944.2 368639 14.4194 -10.6930 -111.068 -0.761 -1.167 -4.488 17.576 +07 Jan 2021 23:00 UT 32.63 24.280 1944.5 368582 14.4567 -10.9213 -111.575 -0.762 -1.122 -4.435 17.425 +08 Jan 2021 00:00 UT 32.18 24.322 1944.8 368526 14.4940 -11.1486 -112.082 -0.763 -1.077 -4.382 17.272 +08 Jan 2021 01:00 UT 31.73 24.363 1945.1 368471 14.5314 -11.3750 -112.589 -0.764 -1.031 -4.328 17.117 +08 Jan 2021 02:00 UT 31.28 24.405 1945.4 368418 14.5689 -11.6004 -113.096 -0.766 -0.986 -4.274 16.960 +08 Jan 2021 03:00 UT 30.84 24.447 1945.7 368365 14.6064 -11.8248 -113.603 -0.767 -0.940 -4.219 16.801 +08 Jan 2021 04:00 UT 30.39 24.488 1946.0 368314 14.6441 -12.0482 -114.110 -0.768 -0.895 -4.163 16.641 +08 Jan 2021 05:00 UT 29.95 24.530 1946.2 368263 14.6818 -12.2704 -114.617 -0.769 -0.849 -4.108 16.479 +08 Jan 2021 06:00 UT 29.51 24.572 1946.5 368214 14.7195 -12.4916 -115.124 -0.770 -0.803 -4.052 16.315 +08 Jan 2021 07:00 UT 29.07 24.613 1946.7 368167 14.7574 -12.7117 -115.631 -0.771 -0.757 -3.995 16.149 +08 Jan 2021 08:00 UT 28.63 24.655 1947.0 368120 14.7953 -12.9307 -116.138 -0.772 -0.711 -3.938 15.981 +08 Jan 2021 09:00 UT 28.19 24.697 1947.2 368075 14.8333 -13.1484 -116.645 -0.773 -0.664 -3.880 15.812 +08 Jan 2021 10:00 UT 27.76 24.738 1947.5 368031 14.8714 -13.3650 -117.153 -0.775 -0.618 -3.822 15.641 +08 Jan 2021 11:00 UT 27.33 24.780 1947.7 367988 14.9096 -13.5804 -117.660 -0.776 -0.571 -3.764 15.468 +08 Jan 2021 12:00 UT 26.90 24.822 1947.9 367946 14.9479 -13.7945 -118.167 -0.777 -0.525 -3.705 15.293 +08 Jan 2021 13:00 UT 26.47 24.863 1948.1 367906 14.9862 -14.0073 -118.674 -0.778 -0.478 -3.646 15.116 +08 Jan 2021 14:00 UT 26.04 24.905 1948.3 367867 15.0246 -14.2188 -119.181 -0.779 -0.432 -3.586 14.938 +08 Jan 2021 15:00 UT 25.62 24.947 1948.5 367829 15.0631 -14.4290 -119.688 -0.780 -0.385 -3.526 14.758 +08 Jan 2021 16:00 UT 25.20 24.988 1948.7 367793 15.1017 -14.6379 -120.196 -0.781 -0.338 -3.465 14.576 +08 Jan 2021 17:00 UT 24.78 25.030 1948.9 367758 15.1403 -14.8454 -120.703 -0.783 -0.291 -3.405 14.393 +08 Jan 2021 18:00 UT 24.36 25.072 1949.1 367725 15.1791 -15.0514 -121.210 -0.784 -0.244 -3.343 14.208 +08 Jan 2021 19:00 UT 23.94 25.113 1949.2 367692 15.2179 -15.2561 -121.717 -0.785 -0.197 -3.282 14.021 +08 Jan 2021 20:00 UT 23.53 25.155 1949.4 367662 15.2568 -15.4592 -122.225 -0.786 -0.149 -3.220 13.832 +08 Jan 2021 21:00 UT 23.12 25.197 1949.6 367632 15.2958 -15.6609 -122.732 -0.787 -0.102 -3.157 13.642 +08 Jan 2021 22:00 UT 22.71 25.238 1949.7 367604 15.3349 -15.8611 -123.239 -0.788 -0.055 -3.095 13.450 +08 Jan 2021 23:00 UT 22.31 25.280 1949.9 367578 15.3741 -16.0597 -123.746 -0.789 -0.007 -3.032 13.256 +09 Jan 2021 00:00 UT 21.90 25.322 1950.0 367553 15.4133 -16.2568 -124.254 -0.791 0.040 -2.968 13.061 +09 Jan 2021 01:00 UT 21.50 25.363 1950.1 367529 15.4527 -16.4523 -124.761 -0.792 0.088 -2.905 12.864 +09 Jan 2021 02:00 UT 21.11 25.405 1950.2 367507 15.4921 -16.6461 -125.268 -0.793 0.135 -2.840 12.666 +09 Jan 2021 03:00 UT 20.71 25.447 1950.3 367486 15.5316 -16.8384 -125.776 -0.794 0.183 -2.776 12.465 +09 Jan 2021 04:00 UT 20.32 25.488 1950.4 367467 15.5712 -17.0289 -126.283 -0.795 0.230 -2.711 12.264 +09 Jan 2021 05:00 UT 19.93 25.530 1950.5 367450 15.6109 -17.2178 -126.790 -0.796 0.278 -2.646 12.060 +09 Jan 2021 06:00 UT 19.54 25.572 1950.6 367434 15.6507 -17.4049 -127.298 -0.797 0.326 -2.581 11.855 +09 Jan 2021 07:00 UT 19.16 25.613 1950.7 367419 15.6906 -17.5903 -127.805 -0.798 0.373 -2.516 11.649 +09 Jan 2021 08:00 UT 18.78 25.655 1950.8 367406 15.7305 -17.7739 -128.313 -0.800 0.421 -2.450 11.441 +09 Jan 2021 09:00 UT 18.40 25.697 1950.8 367395 15.7706 -17.9556 -128.820 -0.801 0.469 -2.383 11.231 +09 Jan 2021 10:00 UT 18.02 25.738 1950.9 367385 15.8107 -18.1356 -129.327 -0.802 0.517 -2.317 11.020 +09 Jan 2021 11:00 UT 17.65 25.780 1950.9 367377 15.8509 -18.3137 -129.835 -0.803 0.565 -2.250 10.807 +09 Jan 2021 12:00 UT 17.28 25.822 1951.0 367370 15.8912 -18.4900 -130.342 -0.804 0.613 -2.183 10.593 +09 Jan 2021 13:00 UT 16.91 25.863 1951.0 367366 15.9316 -18.6643 -130.850 -0.805 0.661 -2.116 10.377 +09 Jan 2021 14:00 UT 16.55 25.905 1951.0 367362 15.9721 -18.8367 -131.357 -0.806 0.708 -2.049 10.160 +09 Jan 2021 15:00 UT 16.19 25.947 1951.0 367361 16.0127 -19.0071 -131.865 -0.808 0.756 -1.981 9.942 +09 Jan 2021 16:00 UT 15.83 25.988 1951.0 367361 16.0533 -19.1756 -132.372 -0.809 0.804 -1.913 9.722 +09 Jan 2021 17:00 UT 15.48 26.030 1951.0 367362 16.0941 -19.3420 -132.880 -0.810 0.852 -1.845 9.501 +09 Jan 2021 18:00 UT 15.13 26.072 1951.0 367366 16.1349 -19.5064 -133.387 -0.811 0.900 -1.777 9.278 +09 Jan 2021 19:00 UT 14.78 26.113 1951.0 367371 16.1758 -19.6688 -133.895 -0.812 0.948 -1.709 9.054 +09 Jan 2021 20:00 UT 14.44 26.155 1950.9 367378 16.2168 -19.8290 -134.402 -0.813 0.996 -1.640 8.829 +09 Jan 2021 21:00 UT 14.10 26.197 1950.9 367386 16.2579 -19.9872 -134.910 -0.814 1.044 -1.571 8.602 +09 Jan 2021 22:00 UT 13.76 26.238 1950.8 367397 16.2990 -20.1432 -135.417 -0.815 1.091 -1.502 8.374 +09 Jan 2021 23:00 UT 13.43 26.280 1950.8 367409 16.3403 -20.2971 -135.925 -0.817 1.139 -1.433 8.144 +10 Jan 2021 00:00 UT 13.10 26.322 1950.7 367423 16.3816 -20.4488 -136.432 -0.818 1.187 -1.364 7.914 +10 Jan 2021 01:00 UT 12.77 26.363 1950.6 367438 16.4230 -20.5983 -136.940 -0.819 1.235 -1.294 7.682 +10 Jan 2021 02:00 UT 12.45 26.405 1950.5 367455 16.4645 -20.7456 -137.447 -0.820 1.282 -1.225 7.449 +10 Jan 2021 03:00 UT 12.13 26.447 1950.4 367475 16.5060 -20.8906 -137.955 -0.821 1.330 -1.155 7.215 +10 Jan 2021 04:00 UT 11.81 26.488 1950.3 367495 16.5477 -21.0333 -138.462 -0.822 1.378 -1.085 6.980 +10 Jan 2021 05:00 UT 11.50 26.530 1950.2 367518 16.5894 -21.1738 -138.970 -0.823 1.425 -1.015 6.743 +10 Jan 2021 06:00 UT 11.19 26.572 1950.0 367543 16.6312 -21.3119 -139.478 -0.824 1.473 -0.945 6.506 +10 Jan 2021 07:00 UT 10.89 26.613 1949.9 367569 16.6731 -21.4477 -139.985 -0.826 1.520 -0.875 6.267 +10 Jan 2021 08:00 UT 10.59 26.655 1949.8 367597 16.7150 -21.5811 -140.493 -0.827 1.567 -0.805 6.027 +10 Jan 2021 09:00 UT 10.29 26.697 1949.6 367627 16.7570 -21.7122 -141.000 -0.828 1.615 -0.734 5.787 +10 Jan 2021 10:00 UT 9.99 26.738 1949.4 367659 16.7991 -21.8408 -141.508 -0.829 1.662 -0.664 5.545 +10 Jan 2021 11:00 UT 9.70 26.780 1949.2 367693 16.8413 -21.9671 -142.016 -0.830 1.709 -0.593 5.302 +10 Jan 2021 12:00 UT 9.42 26.822 1949.1 367729 16.8835 -22.0909 -142.523 -0.831 1.756 -0.523 5.059 +10 Jan 2021 13:00 UT 9.14 26.863 1948.9 367766 16.9258 -22.2122 -143.031 -0.832 1.803 -0.452 4.814 +10 Jan 2021 14:00 UT 8.86 26.905 1948.6 367806 16.9682 -22.3310 -143.539 -0.833 1.850 -0.382 4.569 +10 Jan 2021 15:00 UT 8.58 26.947 1948.4 367847 17.0106 -22.4474 -144.046 -0.835 1.897 -0.311 4.323 +10 Jan 2021 16:00 UT 8.31 26.988 1948.2 367890 17.0531 -22.5612 -144.554 -0.836 1.943 -0.240 4.076 +10 Jan 2021 17:00 UT 8.05 27.030 1948.0 367935 17.0957 -22.6725 -145.062 -0.837 1.990 -0.170 3.828 +10 Jan 2021 18:00 UT 7.79 27.072 1947.7 367982 17.1383 -22.7812 -145.569 -0.838 2.036 -0.099 3.579 +10 Jan 2021 19:00 UT 7.53 27.113 1947.5 368031 17.1810 -22.8873 -146.077 -0.839 2.083 -0.028 3.330 +10 Jan 2021 20:00 UT 7.27 27.155 1947.2 368082 17.2237 -22.9909 -146.585 -0.840 2.129 0.043 3.080 +10 Jan 2021 21:00 UT 7.03 27.197 1946.9 368134 17.2665 -23.0918 -147.092 -0.841 2.175 0.113 2.829 +10 Jan 2021 22:00 UT 6.78 27.238 1946.6 368189 17.3094 -23.1901 -147.600 -0.842 2.221 0.184 2.578 +10 Jan 2021 23:00 UT 6.54 27.280 1946.3 368245 17.3523 -23.2858 -148.108 -0.844 2.267 0.254 2.326 +11 Jan 2021 00:00 UT 6.30 27.322 1946.0 368304 17.3952 -23.3789 -148.616 -0.845 2.312 0.325 2.074 +11 Jan 2021 01:00 UT 6.07 27.363 1945.7 368364 17.4382 -23.4692 -149.123 -0.846 2.358 0.395 1.821 +11 Jan 2021 02:00 UT 5.84 27.405 1945.4 368427 17.4812 -23.5569 -149.631 -0.847 2.403 0.466 1.568 +11 Jan 2021 03:00 UT 5.61 27.447 1945.0 368491 17.5243 -23.6419 -150.139 -0.848 2.449 0.536 1.314 +11 Jan 2021 04:00 UT 5.39 27.488 1944.7 368557 17.5675 -23.7242 -150.647 -0.849 2.494 0.606 1.060 +11 Jan 2021 05:00 UT 5.18 27.530 1944.3 368625 17.6106 -23.8037 -151.154 -0.850 2.539 0.677 0.805 +11 Jan 2021 06:00 UT 4.97 27.572 1943.9 368696 17.6538 -23.8805 -151.662 -0.851 2.583 0.747 0.551 +11 Jan 2021 07:00 UT 4.76 27.613 1943.6 368768 17.6971 -23.9546 -152.170 -0.852 2.628 0.817 0.296 +11 Jan 2021 08:00 UT 4.56 27.655 1943.2 368842 17.7404 -24.0259 -152.678 -0.854 2.672 0.887 0.040 +11 Jan 2021 09:00 UT 4.36 27.697 1942.8 368918 17.7837 -24.0945 -153.185 -0.855 2.717 0.956 359.785 +11 Jan 2021 10:00 UT 4.16 27.738 1942.4 368995 17.8270 -24.1603 -153.693 -0.856 2.761 1.026 359.529 +11 Jan 2021 11:00 UT 3.97 27.780 1941.9 369075 17.8704 -24.2233 -154.201 -0.857 2.804 1.095 359.273 +11 Jan 2021 12:00 UT 3.79 27.822 1941.5 369157 17.9138 -24.2835 -154.709 -0.858 2.848 1.165 359.017 +11 Jan 2021 13:00 UT 3.61 27.863 1941.1 369241 17.9572 -24.3409 -155.217 -0.859 2.892 1.234 358.761 +11 Jan 2021 14:00 UT 3.43 27.905 1940.6 369327 18.0007 -24.3955 -155.725 -0.860 2.935 1.303 358.505 +11 Jan 2021 15:00 UT 3.26 27.947 1940.2 369414 18.0441 -24.4472 -156.232 -0.861 2.978 1.372 358.250 +11 Jan 2021 16:00 UT 3.09 27.988 1939.7 369504 18.0876 -24.4962 -156.740 -0.862 3.021 1.440 357.994 +11 Jan 2021 17:00 UT 2.93 28.030 1939.2 369595 18.1311 -24.5423 -157.248 -0.864 3.063 1.509 357.738 +11 Jan 2021 18:00 UT 2.77 28.072 1938.7 369689 18.1746 -24.5856 -157.756 -0.865 3.106 1.577 357.483 +11 Jan 2021 19:00 UT 2.61 28.113 1938.2 369784 18.2181 -24.6261 -158.264 -0.866 3.148 1.645 357.227 +11 Jan 2021 20:00 UT 2.46 28.155 1937.7 369882 18.2616 -24.6637 -158.771 -0.867 3.190 1.713 356.972 +11 Jan 2021 21:00 UT 2.32 28.197 1937.2 369981 18.3051 -24.6985 -159.279 -0.868 3.231 1.781 356.717 +11 Jan 2021 22:00 UT 2.18 28.238 1936.7 370082 18.3487 -24.7304 -159.787 -0.869 3.273 1.848 356.463 +11 Jan 2021 23:00 UT 2.04 28.280 1936.1 370185 18.3922 -24.7595 -160.295 -0.870 3.314 1.915 356.209 +12 Jan 2021 00:00 UT 1.91 28.322 1935.6 370290 18.4357 -24.7857 -160.803 -0.871 3.355 1.982 355.955 +12 Jan 2021 01:00 UT 1.78 28.363 1935.0 370397 18.4792 -24.8091 -161.311 -0.872 3.395 2.049 355.702 +12 Jan 2021 02:00 UT 1.66 28.405 1934.4 370506 18.5227 -24.8297 -161.819 -0.873 3.435 2.116 355.449 +12 Jan 2021 03:00 UT 1.54 28.447 1933.9 370617 18.5662 -24.8474 -162.327 -0.874 3.476 2.182 355.197 +12 Jan 2021 04:00 UT 1.43 28.488 1933.3 370729 18.6097 -24.8622 -162.834 -0.876 3.515 2.248 354.946 +12 Jan 2021 05:00 UT 1.32 28.530 1932.7 370844 18.6532 -24.8742 -163.342 -0.877 3.555 2.313 354.695 +12 Jan 2021 06:00 UT 1.21 28.572 1932.1 370960 18.6966 -24.8834 -163.850 -0.878 3.594 2.379 354.444 +12 Jan 2021 07:00 UT 1.11 28.613 1931.5 371078 18.7400 -24.8897 -164.358 -0.879 3.633 2.444 354.195 +12 Jan 2021 08:00 UT 1.02 28.655 1930.8 371198 18.7834 -24.8932 -164.866 -0.880 3.671 2.508 353.946 +12 Jan 2021 09:00 UT 0.93 28.697 1930.2 371320 18.8268 -24.8939 -165.374 -0.881 3.710 2.573 353.698 +12 Jan 2021 10:00 UT 0.84 28.738 1929.6 371444 18.8702 -24.8918 -165.882 -0.882 3.748 2.637 353.451 +12 Jan 2021 11:00 UT 0.76 28.780 1928.9 371569 18.9135 -24.8868 -166.390 -0.883 3.785 2.701 353.204 +12 Jan 2021 12:00 UT 0.68 28.822 1928.2 371697 18.9568 -24.8790 -166.897 -0.884 3.823 2.764 352.959 +12 Jan 2021 13:00 UT 0.61 28.863 1927.6 371826 19.0000 -24.8684 -167.405 -0.885 3.860 2.828 352.715 +12 Jan 2021 14:00 UT 0.54 28.905 1926.9 371957 19.0432 -24.8550 -167.913 -0.886 3.896 2.890 352.471 +12 Jan 2021 15:00 UT 0.48 28.947 1926.2 372090 19.0864 -24.8389 -168.421 -0.887 3.933 2.953 352.229 +12 Jan 2021 16:00 UT 0.42 28.988 1925.5 372224 19.1296 -24.8199 -168.929 -0.889 3.969 3.015 351.987 +12 Jan 2021 17:00 UT 0.36 29.030 1924.8 372361 19.1726 -24.7982 -169.437 -0.890 4.004 3.077 351.747 +12 Jan 2021 18:00 UT 0.31 29.072 1924.1 372499 19.2157 -24.7737 -169.945 -0.891 4.040 3.138 351.508 +12 Jan 2021 19:00 UT 0.27 29.113 1923.4 372638 19.2587 -24.7465 -170.453 -0.892 4.075 3.199 351.270 +12 Jan 2021 20:00 UT 0.23 29.155 1922.6 372780 19.3016 -24.7165 -170.961 -0.893 4.109 3.260 351.033 +12 Jan 2021 21:00 UT 0.19 29.197 1921.9 372923 19.3445 -24.6838 -171.469 -0.894 4.144 3.320 350.797 +12 Jan 2021 22:00 UT 0.16 29.238 1921.2 373068 19.3873 -24.6484 -171.977 -0.895 4.177 3.380 350.563 +12 Jan 2021 23:00 UT 0.13 29.280 1920.4 373214 19.4301 -24.6102 -172.484 -0.896 4.211 3.439 350.330 +13 Jan 2021 00:00 UT 0.11 29.322 1919.6 373363 19.4728 -24.5694 -172.992 -0.897 4.244 3.499 350.099 +13 Jan 2021 01:00 UT 0.09 29.363 1918.9 373513 19.5155 -24.5259 -173.500 -0.898 4.277 3.557 349.869 +13 Jan 2021 02:00 UT 0.08 29.405 1918.1 373664 19.5581 -24.4798 -174.008 -0.899 4.309 3.615 349.640 +13 Jan 2021 03:00 UT 0.07 29.447 1917.3 373817 19.6006 -24.4310 -174.516 -0.900 4.341 3.673 349.412 +13 Jan 2021 04:00 UT 0.06 29.488 1916.5 373972 19.6430 -24.3795 -175.024 -0.901 4.372 3.731 349.187 +13 Jan 2021 05:00 UT 0.06 29.530 1915.7 374128 19.6854 -24.3255 -175.532 -0.902 4.403 3.788 348.962 +13 Jan 2021 06:00 UT 0.07 0.042 1914.9 374286 19.7277 -24.2688 -176.040 -0.903 4.434 3.844 348.740 +13 Jan 2021 07:00 UT 0.08 0.083 1914.1 374446 19.7699 -24.2096 -176.548 -0.904 4.464 3.900 348.519 +13 Jan 2021 08:00 UT 0.09 0.125 1913.3 374607 19.8121 -24.1478 -177.056 -0.905 4.494 3.956 348.299 +13 Jan 2021 09:00 UT 0.11 0.167 1912.4 374769 19.8542 -24.0835 -177.564 -0.906 4.524 4.011 348.081 +13 Jan 2021 10:00 UT 0.13 0.208 1911.6 374933 19.8962 -24.0166 -178.072 -0.907 4.553 4.066 347.865 +13 Jan 2021 11:00 UT 0.15 0.250 1910.8 375099 19.9381 -23.9472 -178.580 -0.909 4.581 4.120 347.650 +13 Jan 2021 12:00 UT 0.18 0.292 1909.9 375265 19.9799 -23.8753 -179.087 -0.910 4.609 4.174 347.438 +13 Jan 2021 13:00 UT 0.22 0.333 1909.1 375434 20.0217 -23.8009 -179.595 -0.911 4.637 4.227 347.227 +13 Jan 2021 14:00 UT 0.26 0.375 1908.2 375604 20.0633 -23.7241 179.897 -0.912 4.664 4.280 347.017 +13 Jan 2021 15:00 UT 0.30 0.417 1907.3 375775 20.1049 -23.6448 179.389 -0.913 4.691 4.332 346.810 +13 Jan 2021 16:00 UT 0.35 0.458 1906.4 375947 20.1464 -23.5631 178.881 -0.914 4.718 4.384 346.604 +13 Jan 2021 17:00 UT 0.40 0.500 1905.6 376121 20.1878 -23.4790 178.373 -0.915 4.743 4.436 346.401 +13 Jan 2021 18:00 UT 0.46 0.542 1904.7 376297 20.2291 -23.3926 177.865 -0.916 4.769 4.486 346.199 +13 Jan 2021 19:00 UT 0.52 0.583 1903.8 376473 20.2703 -23.3037 177.357 -0.917 4.794 4.537 345.999 +13 Jan 2021 20:00 UT 0.58 0.625 1902.9 376651 20.3114 -23.2126 176.849 -0.918 4.818 4.587 345.801 +13 Jan 2021 21:00 UT 0.65 0.667 1902.0 376830 20.3524 -23.1191 176.341 -0.919 4.842 4.636 345.605 +13 Jan 2021 22:00 UT 0.73 0.708 1901.1 377011 20.3933 -23.0234 175.833 -0.920 4.866 4.685 345.410 +13 Jan 2021 23:00 UT 0.80 0.750 1900.2 377192 20.4342 -22.9253 175.325 -0.921 4.889 4.733 345.218 +14 Jan 2021 00:00 UT 0.88 0.792 1899.2 377375 20.4749 -22.8250 174.818 -0.922 4.911 4.781 345.028 +14 Jan 2021 01:00 UT 0.97 0.833 1898.3 377559 20.5155 -22.7225 174.310 -0.923 4.933 4.828 344.840 +14 Jan 2021 02:00 UT 1.06 0.875 1897.4 377744 20.5560 -22.6178 173.802 -0.924 4.955 4.875 344.654 +14 Jan 2021 03:00 UT 1.15 0.917 1896.4 377931 20.5964 -22.5109 173.294 -0.925 4.976 4.921 344.470 +14 Jan 2021 04:00 UT 1.25 0.958 1895.5 378118 20.6367 -22.4019 172.786 -0.926 4.997 4.967 344.288 +14 Jan 2021 05:00 UT 1.35 1.000 1894.6 378307 20.6769 -22.2907 172.278 -0.927 5.017 5.012 344.108 +14 Jan 2021 06:00 UT 1.46 1.042 1893.6 378496 20.7170 -22.1774 171.770 -0.928 5.036 5.057 343.930 +14 Jan 2021 07:00 UT 1.57 1.083 1892.7 378687 20.7570 -22.0621 171.262 -0.929 5.055 5.101 343.754 +14 Jan 2021 08:00 UT 1.68 1.125 1891.7 378879 20.7969 -21.9446 170.754 -0.930 5.074 5.144 343.580 +14 Jan 2021 09:00 UT 1.80 1.167 1890.7 379071 20.8367 -21.8252 170.246 -0.931 5.092 5.187 343.409 +14 Jan 2021 10:00 UT 1.92 1.208 1889.8 379265 20.8763 -21.7037 169.738 -0.932 5.109 5.230 343.240 +14 Jan 2021 11:00 UT 2.05 1.250 1888.8 379459 20.9159 -21.5802 169.231 -0.933 5.126 5.272 343.072 +14 Jan 2021 12:00 UT 2.18 1.292 1887.8 379655 20.9553 -21.4547 168.723 -0.934 5.142 5.313 342.907 +14 Jan 2021 13:00 UT 2.31 1.333 1886.9 379851 20.9947 -21.3274 168.215 -0.935 5.158 5.354 342.744 +14 Jan 2021 14:00 UT 2.45 1.375 1885.9 380049 21.0339 -21.1980 167.707 -0.936 5.174 5.394 342.584 +14 Jan 2021 15:00 UT 2.59 1.417 1884.9 380247 21.0730 -21.0668 167.199 -0.937 5.188 5.434 342.425 +14 Jan 2021 16:00 UT 2.73 1.458 1883.9 380446 21.1120 -20.9338 166.691 -0.938 5.203 5.473 342.269 +14 Jan 2021 17:00 UT 2.88 1.500 1882.9 380645 21.1509 -20.7989 166.183 -0.939 5.216 5.511 342.115 +14 Jan 2021 18:00 UT 3.03 1.542 1881.9 380846 21.1896 -20.6621 165.675 -0.940 5.230 5.549 341.963 +14 Jan 2021 19:00 UT 3.19 1.583 1880.9 381047 21.2283 -20.5236 165.168 -0.941 5.242 5.586 341.813 +14 Jan 2021 20:00 UT 3.35 1.625 1879.9 381249 21.2668 -20.3833 164.660 -0.942 5.254 5.623 341.666 +14 Jan 2021 21:00 UT 3.51 1.667 1878.9 381451 21.3053 -20.2412 164.152 -0.942 5.266 5.659 341.521 +14 Jan 2021 22:00 UT 3.68 1.708 1877.9 381655 21.3436 -20.0975 163.644 -0.943 5.277 5.695 341.378 +14 Jan 2021 23:00 UT 3.85 1.750 1876.9 381858 21.3818 -19.9520 163.136 -0.944 5.287 5.730 341.237 +15 Jan 2021 00:00 UT 4.02 1.792 1875.9 382063 21.4199 -19.8049 162.628 -0.945 5.297 5.764 341.099 +15 Jan 2021 01:00 UT 4.20 1.833 1874.9 382268 21.4579 -19.6561 162.121 -0.946 5.306 5.798 340.962 +15 Jan 2021 02:00 UT 4.38 1.875 1873.9 382473 21.4957 -19.5057 161.613 -0.947 5.315 5.831 340.828 +15 Jan 2021 03:00 UT 4.56 1.917 1872.9 382680 21.5335 -19.3536 161.105 -0.948 5.323 5.864 340.697 +15 Jan 2021 04:00 UT 4.75 1.958 1871.9 382886 21.5711 -19.2001 160.597 -0.949 5.331 5.896 340.567 +15 Jan 2021 05:00 UT 4.94 2.000 1870.9 383093 21.6086 -19.0449 160.089 -0.950 5.338 5.927 340.440 +15 Jan 2021 06:00 UT 5.13 2.042 1869.9 383301 21.6461 -18.8883 159.581 -0.951 5.344 5.958 340.315 +15 Jan 2021 07:00 UT 5.33 2.083 1868.9 383508 21.6834 -18.7301 159.074 -0.952 5.350 5.989 340.192 +15 Jan 2021 08:00 UT 5.53 2.125 1867.8 383717 21.7205 -18.5705 158.566 -0.953 5.355 6.018 340.071 +15 Jan 2021 09:00 UT 5.74 2.167 1866.8 383925 21.7576 -18.4094 158.058 -0.954 5.360 6.047 339.953 +15 Jan 2021 10:00 UT 5.94 2.208 1865.8 384134 21.7946 -18.2468 157.550 -0.955 5.364 6.076 339.837 +15 Jan 2021 11:00 UT 6.15 2.250 1864.8 384343 21.8314 -18.0829 157.042 -0.956 5.367 6.104 339.723 +15 Jan 2021 12:00 UT 6.37 2.292 1863.8 384553 21.8681 -17.9176 156.535 -0.957 5.370 6.131 339.612 +15 Jan 2021 13:00 UT 6.58 2.333 1862.8 384762 21.9048 -17.7509 156.027 -0.958 5.373 6.158 339.502 +15 Jan 2021 14:00 UT 6.80 2.375 1861.8 384972 21.9413 -17.5829 155.519 -0.958 5.374 6.184 339.395 +15 Jan 2021 15:00 UT 7.03 2.417 1860.7 385182 21.9777 -17.4136 155.011 -0.959 5.376 6.209 339.290 +15 Jan 2021 16:00 UT 7.25 2.458 1859.7 385392 22.0140 -17.2430 154.504 -0.960 5.376 6.234 339.187 +15 Jan 2021 17:00 UT 7.48 2.500 1858.7 385603 22.0502 -17.0711 153.996 -0.961 5.376 6.259 339.087 +15 Jan 2021 18:00 UT 7.71 2.542 1857.7 385813 22.0862 -16.8980 153.488 -0.962 5.376 6.282 338.988 +15 Jan 2021 19:00 UT 7.95 2.583 1856.7 386023 22.1222 -16.7237 152.980 -0.963 5.374 6.305 338.892 +15 Jan 2021 20:00 UT 8.19 2.625 1855.7 386234 22.1581 -16.5482 152.472 -0.964 5.373 6.328 338.798 +15 Jan 2021 21:00 UT 8.43 2.667 1854.7 386444 22.1938 -16.3715 151.965 -0.965 5.370 6.350 338.707 +15 Jan 2021 22:00 UT 8.67 2.708 1853.7 386655 22.2294 -16.1936 151.457 -0.966 5.367 6.371 338.617 +15 Jan 2021 23:00 UT 8.92 2.750 1852.6 386865 22.2650 -16.0146 150.949 -0.967 5.364 6.392 338.530 +16 Jan 2021 00:00 UT 9.17 2.792 1851.6 387075 22.3004 -15.8346 150.442 -0.968 5.360 6.412 338.444 +16 Jan 2021 01:00 UT 9.42 2.833 1850.6 387285 22.3357 -15.6534 149.934 -0.969 5.355 6.431 338.361 +16 Jan 2021 02:00 UT 9.68 2.875 1849.6 387495 22.3710 -15.4712 149.426 -0.969 5.349 6.450 338.280 +16 Jan 2021 03:00 UT 9.93 2.917 1848.6 387705 22.4061 -15.2879 148.918 -0.970 5.344 6.469 338.202 +16 Jan 2021 04:00 UT 10.20 2.958 1847.6 387915 22.4411 -15.1036 148.411 -0.971 5.337 6.486 338.125 +16 Jan 2021 05:00 UT 10.46 3.000 1846.6 388124 22.4760 -14.9183 147.903 -0.972 5.330 6.503 338.050 +16 Jan 2021 06:00 UT 10.72 3.042 1845.6 388333 22.5108 -14.7321 147.395 -0.973 5.322 6.520 337.978 +16 Jan 2021 07:00 UT 10.99 3.083 1844.6 388542 22.5456 -14.5449 146.888 -0.974 5.314 6.536 337.908 +16 Jan 2021 08:00 UT 11.26 3.125 1843.7 388751 22.5802 -14.3567 146.380 -0.975 5.305 6.551 337.839 +16 Jan 2021 09:00 UT 11.54 3.167 1842.7 388959 22.6147 -14.1677 145.872 -0.976 5.296 6.566 337.773 +16 Jan 2021 10:00 UT 11.81 3.208 1841.7 389167 22.6491 -13.9777 145.365 -0.977 5.286 6.580 337.709 +16 Jan 2021 11:00 UT 12.09 3.250 1840.7 389374 22.6834 -13.7869 144.857 -0.977 5.275 6.593 337.647 +16 Jan 2021 12:00 UT 12.37 3.292 1839.7 389581 22.7177 -13.5952 144.349 -0.978 5.264 6.606 337.588 +16 Jan 2021 13:00 UT 12.66 3.333 1838.8 389787 22.7518 -13.4027 143.842 -0.979 5.252 6.619 337.530 +16 Jan 2021 14:00 UT 12.94 3.375 1837.8 389993 22.7858 -13.2094 143.334 -0.980 5.239 6.630 337.474 +16 Jan 2021 15:00 UT 13.23 3.417 1836.8 390199 22.8198 -13.0153 142.827 -0.981 5.226 6.642 337.420 +16 Jan 2021 16:00 UT 13.52 3.458 1835.9 390404 22.8536 -12.8204 142.319 -0.982 5.213 6.652 337.368 +16 Jan 2021 17:00 UT 13.81 3.500 1834.9 390608 22.8874 -12.6248 141.811 -0.983 5.199 6.662 337.319 +16 Jan 2021 18:00 UT 14.11 3.542 1833.9 390812 22.9211 -12.4284 141.304 -0.983 5.184 6.671 337.271 +16 Jan 2021 19:00 UT 14.41 3.583 1833.0 391015 22.9547 -12.2313 140.796 -0.984 5.168 6.680 337.225 +16 Jan 2021 20:00 UT 14.71 3.625 1832.0 391217 22.9882 -12.0335 140.289 -0.985 5.153 6.688 337.182 +16 Jan 2021 21:00 UT 15.01 3.667 1831.1 391419 23.0216 -11.8351 139.781 -0.986 5.136 6.696 337.140 +16 Jan 2021 22:00 UT 15.31 3.708 1830.2 391620 23.0549 -11.6359 139.273 -0.987 5.119 6.703 337.100 +16 Jan 2021 23:00 UT 15.62 3.750 1829.2 391820 23.0881 -11.4362 138.766 -0.988 5.101 6.709 337.062 +17 Jan 2021 00:00 UT 15.93 3.792 1828.3 392020 23.1213 -11.2358 138.258 -0.989 5.083 6.715 337.026 +17 Jan 2021 01:00 UT 16.24 3.833 1827.4 392219 23.1544 -11.0348 137.751 -0.989 5.064 6.721 336.992 +17 Jan 2021 02:00 UT 16.55 3.875 1826.4 392416 23.1874 -10.8332 137.243 -0.990 5.045 6.725 336.960 +17 Jan 2021 03:00 UT 16.86 3.917 1825.5 392613 23.2203 -10.6311 136.736 -0.991 5.025 6.729 336.930 +17 Jan 2021 04:00 UT 17.18 3.958 1824.6 392810 23.2531 -10.4284 136.228 -0.992 5.004 6.733 336.902 +17 Jan 2021 05:00 UT 17.50 4.000 1823.7 393005 23.2859 -10.2251 135.721 -0.993 4.983 6.736 336.876 +17 Jan 2021 06:00 UT 17.82 4.042 1822.8 393199 23.3185 -10.0214 135.213 -0.994 4.962 6.738 336.851 +17 Jan 2021 07:00 UT 18.14 4.083 1821.9 393393 23.3511 -9.8171 134.706 -0.994 4.939 6.740 336.829 +17 Jan 2021 08:00 UT 18.47 4.125 1821.0 393585 23.3837 -9.6124 134.198 -0.995 4.917 6.741 336.808 +17 Jan 2021 09:00 UT 18.79 4.167 1820.1 393776 23.4161 -9.4072 133.691 -0.996 4.893 6.742 336.789 +17 Jan 2021 10:00 UT 19.12 4.208 1819.3 393967 23.4485 -9.2015 133.183 -0.997 4.869 6.742 336.772 +17 Jan 2021 11:00 UT 19.45 4.250 1818.4 394156 23.4808 -8.9954 132.676 -0.998 4.845 6.742 336.757 +17 Jan 2021 12:00 UT 19.78 4.292 1817.5 394344 23.5130 -8.7889 132.168 -0.999 4.820 6.741 336.743 +17 Jan 2021 13:00 UT 20.11 4.333 1816.6 394531 23.5452 -8.5820 131.661 -0.999 4.794 6.739 336.732 +17 Jan 2021 14:00 UT 20.45 4.375 1815.8 394717 23.5773 -8.3747 131.153 -1.000 4.768 6.737 336.722 +17 Jan 2021 15:00 UT 20.78 4.417 1814.9 394902 23.6093 -8.1670 130.646 -1.001 4.742 6.735 336.714 +17 Jan 2021 16:00 UT 21.12 4.458 1814.1 395086 23.6413 -7.9590 130.139 -1.002 4.715 6.731 336.708 +17 Jan 2021 17:00 UT 21.46 4.500 1813.3 395268 23.6732 -7.7506 129.631 -1.003 4.687 6.728 336.703 +17 Jan 2021 18:00 UT 21.80 4.542 1812.4 395449 23.7050 -7.5419 129.124 -1.004 4.659 6.723 336.700 +17 Jan 2021 19:00 UT 22.14 4.583 1811.6 395629 23.7368 -7.3329 128.616 -1.004 4.630 6.718 336.700 +17 Jan 2021 20:00 UT 22.49 4.625 1810.8 395808 23.7685 -7.1236 128.109 -1.005 4.601 6.713 336.700 +17 Jan 2021 21:00 UT 22.83 4.667 1810.0 395985 23.8002 -6.9140 127.602 -1.006 4.571 6.707 336.703 +17 Jan 2021 22:00 UT 23.18 4.708 1809.2 396161 23.8318 -6.7042 127.094 -1.007 4.541 6.701 336.707 +17 Jan 2021 23:00 UT 23.53 4.750 1808.4 396335 23.8633 -6.4941 126.587 -1.008 4.510 6.694 336.713 +18 Jan 2021 00:00 UT 23.88 4.792 1807.6 396509 23.8948 -6.2837 126.079 -1.008 4.478 6.686 336.720 +18 Jan 2021 01:00 UT 24.23 4.833 1806.8 396681 23.9262 -6.0731 125.572 -1.009 4.447 6.678 336.730 +18 Jan 2021 02:00 UT 24.58 4.875 1806.0 396851 23.9576 -5.8623 125.065 -1.010 4.414 6.669 336.741 +18 Jan 2021 03:00 UT 24.94 4.917 1805.3 397020 23.9889 -5.6513 124.557 -1.011 4.381 6.660 336.753 +18 Jan 2021 04:00 UT 25.29 4.958 1804.5 397187 0.0202 -5.4402 124.050 -1.012 4.348 6.650 336.768 +18 Jan 2021 05:00 UT 25.65 5.000 1803.7 397354 0.0514 -5.2288 123.543 -1.012 4.314 6.640 336.783 +18 Jan 2021 06:00 UT 26.01 5.042 1803.0 397518 0.0826 -5.0173 123.036 -1.013 4.280 6.629 336.801 +18 Jan 2021 07:00 UT 26.37 5.083 1802.3 397681 0.1137 -4.8057 122.528 -1.014 4.245 6.618 336.820 +18 Jan 2021 08:00 UT 26.73 5.125 1801.5 397842 0.1447 -4.5939 122.021 -1.015 4.210 6.606 336.841 +18 Jan 2021 09:00 UT 27.09 5.167 1800.8 398002 0.1758 -4.3820 121.514 -1.016 4.174 6.594 336.863 +18 Jan 2021 10:00 UT 27.45 5.208 1800.1 398161 0.2068 -4.1700 121.006 -1.016 4.138 6.581 336.887 +18 Jan 2021 11:00 UT 27.82 5.250 1799.4 398317 0.2377 -3.9580 120.499 -1.017 4.101 6.568 336.913 +18 Jan 2021 12:00 UT 28.18 5.292 1798.7 398472 0.2686 -3.7458 119.992 -1.018 4.064 6.554 336.940 +18 Jan 2021 13:00 UT 28.55 5.333 1798.0 398626 0.2994 -3.5336 119.485 -1.019 4.026 6.540 336.969 +18 Jan 2021 14:00 UT 28.92 5.375 1797.3 398777 0.3302 -3.3213 118.977 -1.020 3.988 6.525 336.999 +18 Jan 2021 15:00 UT 29.28 5.417 1796.6 398927 0.3610 -3.1089 118.470 -1.020 3.949 6.509 337.031 +18 Jan 2021 16:00 UT 29.65 5.458 1796.0 399076 0.3918 -2.8966 117.963 -1.021 3.910 6.494 337.065 +18 Jan 2021 17:00 UT 30.02 5.500 1795.3 399222 0.4225 -2.6842 117.456 -1.022 3.871 6.477 337.099 +18 Jan 2021 18:00 UT 30.40 5.542 1794.6 399367 0.4531 -2.4718 116.949 -1.023 3.831 6.460 337.136 +18 Jan 2021 19:00 UT 30.77 5.583 1794.0 399510 0.4838 -2.2594 116.441 -1.024 3.791 6.443 337.174 +18 Jan 2021 20:00 UT 31.14 5.625 1793.4 399652 0.5144 -2.0471 115.934 -1.024 3.750 6.425 337.214 +18 Jan 2021 21:00 UT 31.52 5.667 1792.7 399791 0.5449 -1.8348 115.427 -1.025 3.709 6.407 337.255 +18 Jan 2021 22:00 UT 31.89 5.708 1792.1 399929 0.5755 -1.6225 114.920 -1.026 3.667 6.388 337.297 +18 Jan 2021 23:00 UT 32.27 5.750 1791.5 400065 0.6060 -1.4102 114.413 -1.027 3.625 6.369 337.341 +19 Jan 2021 00:00 UT 32.64 5.792 1790.9 400199 0.6364 -1.1981 113.906 -1.027 3.583 6.349 337.387 +19 Jan 2021 01:00 UT 33.02 5.833 1790.3 400331 0.6669 -0.9860 113.399 -1.028 3.540 6.329 337.434 +19 Jan 2021 02:00 UT 33.40 5.875 1789.7 400461 0.6973 -0.7740 112.891 -1.029 3.497 6.308 337.482 +19 Jan 2021 03:00 UT 33.78 5.917 1789.2 400589 0.7277 -0.5621 112.384 -1.030 3.453 6.287 337.532 +19 Jan 2021 04:00 UT 34.16 5.958 1788.6 400716 0.7581 -0.3503 111.877 -1.030 3.409 6.265 337.584 +19 Jan 2021 05:00 UT 34.54 6.000 1788.1 400840 0.7885 -0.1386 111.370 -1.031 3.365 6.243 337.636 +19 Jan 2021 06:00 UT 34.92 6.042 1787.5 400963 0.8188 0.0730 110.863 -1.032 3.320 6.220 337.691 +19 Jan 2021 07:00 UT 35.30 6.083 1787.0 401084 0.8491 0.2844 110.356 -1.033 3.275 6.197 337.746 +19 Jan 2021 08:00 UT 35.69 6.125 1786.4 401202 0.8794 0.4956 109.849 -1.034 3.229 6.174 337.804 +19 Jan 2021 09:00 UT 36.07 6.167 1785.9 401319 0.9097 0.7067 109.342 -1.034 3.183 6.150 337.862 +19 Jan 2021 10:00 UT 36.45 6.208 1785.4 401433 0.9400 0.9176 108.835 -1.035 3.137 6.125 337.922 +19 Jan 2021 11:00 UT 36.84 6.250 1784.9 401546 0.9702 1.1283 108.328 -1.036 3.090 6.100 337.984 +19 Jan 2021 12:00 UT 37.22 6.292 1784.4 401657 1.0004 1.3389 107.821 -1.037 3.043 6.075 338.046 +19 Jan 2021 13:00 UT 37.61 6.333 1783.9 401765 1.0307 1.5492 107.314 -1.037 2.996 6.049 338.111 +19 Jan 2021 14:00 UT 38.00 6.375 1783.5 401872 1.0609 1.7593 106.807 -1.038 2.948 6.023 338.176 +19 Jan 2021 15:00 UT 38.38 6.417 1783.0 401976 1.0911 1.9692 106.300 -1.039 2.900 5.996 338.243 +19 Jan 2021 16:00 UT 38.77 6.458 1782.5 402079 1.1213 2.1788 105.793 -1.040 2.852 5.969 338.312 +19 Jan 2021 17:00 UT 39.16 6.500 1782.1 402179 1.1514 2.3882 105.286 -1.040 2.803 5.941 338.381 +19 Jan 2021 18:00 UT 39.55 6.542 1781.7 402277 1.1816 2.5973 104.779 -1.041 2.754 5.913 338.453 +19 Jan 2021 19:00 UT 39.94 6.583 1781.2 402373 1.2118 2.8062 104.272 -1.042 2.705 5.885 338.525 +19 Jan 2021 20:00 UT 40.32 6.625 1780.8 402467 1.2420 3.0148 103.765 -1.043 2.655 5.856 338.599 +19 Jan 2021 21:00 UT 40.71 6.667 1780.4 402559 1.2721 3.2231 103.258 -1.043 2.606 5.827 338.674 +19 Jan 2021 22:00 UT 41.10 6.708 1780.0 402648 1.3023 3.4311 102.751 -1.044 2.555 5.797 338.751 +19 Jan 2021 23:00 UT 41.49 6.750 1779.6 402736 1.3324 3.6387 102.244 -1.045 2.505 5.767 338.829 +20 Jan 2021 00:00 UT 41.88 6.792 1779.3 402821 1.3626 3.8461 101.737 -1.046 2.454 5.736 338.908 +20 Jan 2021 01:00 UT 42.28 6.833 1778.9 402904 1.3928 4.0531 101.231 -1.046 2.403 5.705 338.989 +20 Jan 2021 02:00 UT 42.67 6.875 1778.5 402985 1.4229 4.2598 100.724 -1.047 2.352 5.674 339.071 +20 Jan 2021 03:00 UT 43.06 6.917 1778.2 403064 1.4531 4.4661 100.217 -1.048 2.300 5.642 339.154 +20 Jan 2021 04:00 UT 43.45 6.958 1777.9 403141 1.4833 4.6721 99.710 -1.049 2.248 5.610 339.239 +20 Jan 2021 05:00 UT 43.84 7.000 1777.5 403215 1.5134 4.8777 99.203 -1.049 2.196 5.577 339.325 +20 Jan 2021 06:00 UT 44.23 7.042 1777.2 403287 1.5436 5.0829 98.696 -1.050 2.144 5.544 339.412 +20 Jan 2021 07:00 UT 44.63 7.083 1776.9 403357 1.5738 5.2878 98.189 -1.051 2.092 5.511 339.500 +20 Jan 2021 08:00 UT 45.02 7.125 1776.6 403425 1.6040 5.4922 97.683 -1.052 2.039 5.477 339.590 +20 Jan 2021 09:00 UT 45.41 7.167 1776.3 403490 1.6342 5.6962 97.176 -1.052 1.986 5.443 339.681 +20 Jan 2021 10:00 UT 45.80 7.208 1776.0 403554 1.6644 5.8998 96.669 -1.053 1.932 5.408 339.774 +20 Jan 2021 11:00 UT 46.20 7.250 1775.8 403615 1.6947 6.1030 96.162 -1.054 1.879 5.373 339.868 +20 Jan 2021 12:00 UT 46.59 7.292 1775.5 403673 1.7249 6.3057 95.655 -1.055 1.825 5.338 339.963 +20 Jan 2021 13:00 UT 46.98 7.333 1775.3 403730 1.7552 6.5079 95.149 -1.055 1.771 5.302 340.059 +20 Jan 2021 14:00 UT 47.38 7.375 1775.0 403784 1.7855 6.7097 94.642 -1.056 1.717 5.266 340.157 +20 Jan 2021 15:00 UT 47.77 7.417 1774.8 403836 1.8158 6.9111 94.135 -1.057 1.663 5.229 340.256 +20 Jan 2021 16:00 UT 48.16 7.458 1774.6 403886 1.8461 7.1119 93.628 -1.058 1.609 5.192 340.356 +20 Jan 2021 17:00 UT 48.55 7.500 1774.4 403933 1.8764 7.3123 93.122 -1.058 1.554 5.155 340.458 +20 Jan 2021 18:00 UT 48.95 7.542 1774.2 403978 1.9067 7.5121 92.615 -1.059 1.499 5.117 340.560 +20 Jan 2021 19:00 UT 49.34 7.583 1774.0 404021 1.9371 7.7115 92.108 -1.060 1.444 5.079 340.664 +20 Jan 2021 20:00 UT 49.73 7.625 1773.8 404062 1.9675 7.9103 91.602 -1.061 1.389 5.041 340.770 +20 Jan 2021 21:00 UT 50.13 7.667 1773.6 404100 1.9979 8.1086 91.095 -1.061 1.334 5.002 340.876 +20 Jan 2021 22:00 UT 50.52 7.708 1773.5 404136 2.0284 8.3063 90.588 -1.062 1.278 4.963 340.984 +20 Jan 2021 23:00 UT 50.91 7.750 1773.3 404170 2.0588 8.5035 90.082 -1.063 1.223 4.923 341.093 +21 Jan 2021 00:00 UT 51.30 7.792 1773.2 404201 2.0893 8.7001 89.575 -1.064 1.167 4.884 341.204 +21 Jan 2021 01:00 UT 51.70 7.833 1773.1 404230 2.1199 8.8961 89.068 -1.064 1.111 4.843 341.315 +21 Jan 2021 02:00 UT 52.09 7.875 1772.9 404257 2.1504 9.0916 88.562 -1.065 1.055 4.803 341.428 +21 Jan 2021 03:00 UT 52.48 7.917 1772.8 404282 2.1810 9.2864 88.055 -1.066 0.999 4.762 341.543 +21 Jan 2021 04:00 UT 52.87 7.958 1772.7 404304 2.2116 9.4807 87.548 -1.067 0.943 4.721 341.658 +21 Jan 2021 05:00 UT 53.26 8.000 1772.7 404324 2.2422 9.6743 87.042 -1.067 0.886 4.679 341.775 +21 Jan 2021 06:00 UT 53.66 8.042 1772.6 404341 2.2729 9.8673 86.535 -1.068 0.830 4.637 341.893 +21 Jan 2021 07:00 UT 54.05 8.083 1772.5 404357 2.3036 10.0597 86.029 -1.069 0.773 4.595 342.012 +21 Jan 2021 08:00 UT 54.44 8.125 1772.4 404370 2.3344 10.2514 85.522 -1.070 0.717 4.552 342.132 +21 Jan 2021 09:00 UT 54.83 8.167 1772.4 404380 2.3651 10.4425 85.016 -1.070 0.660 4.509 342.254 +21 Jan 2021 10:00 UT 55.22 8.208 1772.4 404389 2.3960 10.6329 84.509 -1.071 0.603 4.466 342.377 +21 Jan 2021 11:00 UT 55.61 8.250 1772.3 404395 2.4268 10.8226 84.002 -1.072 0.547 4.422 342.501 +21 Jan 2021 12:00 UT 56.00 8.292 1772.3 404399 2.4577 11.0116 83.496 -1.073 0.490 4.378 342.626 +21 Jan 2021 13:00 UT 56.39 8.333 1772.3 404400 2.4886 11.1999 82.989 -1.073 0.433 4.334 342.753 +21 Jan 2021 14:00 UT 56.78 8.375 1772.3 404399 2.5196 11.3875 82.483 -1.074 0.376 4.290 342.880 +21 Jan 2021 15:00 UT 57.16 8.417 1772.3 404396 2.5506 11.5744 81.976 -1.075 0.319 4.245 343.009 +21 Jan 2021 16:00 UT 57.55 8.458 1772.4 404391 2.5817 11.7606 81.470 -1.076 0.262 4.200 343.140 +21 Jan 2021 17:00 UT 57.94 8.500 1772.4 404383 2.6128 11.9460 80.963 -1.076 0.205 4.154 343.271 +21 Jan 2021 18:00 UT 58.33 8.542 1772.4 404373 2.6439 12.1306 80.457 -1.077 0.147 4.108 343.404 +21 Jan 2021 19:00 UT 58.71 8.583 1772.5 404361 2.6751 12.3145 79.951 -1.078 0.090 4.062 343.538 +21 Jan 2021 20:00 UT 59.10 8.625 1772.5 404347 2.7064 12.4976 79.444 -1.079 0.033 4.016 343.673 +21 Jan 2021 21:00 UT 59.48 8.667 1772.6 404330 2.7377 12.6799 78.938 -1.079 -0.024 3.969 343.809 +21 Jan 2021 22:00 UT 59.87 8.708 1772.7 404311 2.7690 12.8614 78.431 -1.080 -0.081 3.922 343.947 +21 Jan 2021 23:00 UT 60.25 8.750 1772.8 404290 2.8004 13.0420 77.925 -1.081 -0.138 3.875 344.086 +22 Jan 2021 00:00 UT 60.64 8.792 1772.9 404266 2.8318 13.2219 77.418 -1.082 -0.195 3.827 344.226 +22 Jan 2021 01:00 UT 61.02 8.833 1773.0 404241 2.8633 13.4009 76.912 -1.082 -0.252 3.779 344.367 +22 Jan 2021 02:00 UT 61.40 8.875 1773.1 404213 2.8948 13.5791 76.406 -1.083 -0.309 3.731 344.509 +22 Jan 2021 03:00 UT 61.78 8.917 1773.3 404183 2.9264 13.7564 75.899 -1.084 -0.366 3.683 344.653 +22 Jan 2021 04:00 UT 62.16 8.958 1773.4 404150 2.9581 13.9328 75.393 -1.084 -0.423 3.634 344.798 +22 Jan 2021 05:00 UT 62.55 9.000 1773.6 404116 2.9898 14.1084 74.886 -1.085 -0.480 3.585 344.944 +22 Jan 2021 06:00 UT 62.93 9.042 1773.7 404079 3.0215 14.2830 74.380 -1.086 -0.537 3.536 345.091 +22 Jan 2021 07:00 UT 63.30 9.083 1773.9 404040 3.0534 14.4568 73.874 -1.087 -0.594 3.486 345.239 +22 Jan 2021 08:00 UT 63.68 9.125 1774.1 403999 3.0852 14.6296 73.367 -1.087 -0.651 3.436 345.389 +22 Jan 2021 09:00 UT 64.06 9.167 1774.3 403955 3.1172 14.8015 72.861 -1.088 -0.707 3.386 345.540 +22 Jan 2021 10:00 UT 64.44 9.208 1774.5 403910 3.1492 14.9724 72.355 -1.089 -0.764 3.336 345.692 +22 Jan 2021 11:00 UT 64.81 9.250 1774.7 403862 3.1812 15.1424 71.848 -1.090 -0.820 3.286 345.845 +22 Jan 2021 12:00 UT 65.19 9.292 1774.9 403812 3.2133 15.3114 71.342 -1.090 -0.877 3.235 345.999 +22 Jan 2021 13:00 UT 65.56 9.333 1775.1 403760 3.2455 15.4794 70.836 -1.091 -0.933 3.184 346.155 +22 Jan 2021 14:00 UT 65.94 9.375 1775.4 403706 3.2777 15.6464 70.330 -1.092 -0.989 3.132 346.311 +22 Jan 2021 15:00 UT 66.31 9.417 1775.6 403650 3.3100 15.8125 69.823 -1.093 -1.045 3.081 346.469 +22 Jan 2021 16:00 UT 66.68 9.458 1775.9 403591 3.3424 15.9775 69.317 -1.093 -1.101 3.029 346.628 +22 Jan 2021 17:00 UT 67.05 9.500 1776.1 403531 3.3748 16.1414 68.811 -1.094 -1.157 2.977 346.788 +22 Jan 2021 18:00 UT 67.42 9.542 1776.4 403468 3.4073 16.3044 68.305 -1.095 -1.212 2.924 346.950 +22 Jan 2021 19:00 UT 67.79 9.583 1776.7 403403 3.4399 16.4662 67.798 -1.096 -1.268 2.872 347.112 +22 Jan 2021 20:00 UT 68.16 9.625 1777.0 403337 3.4725 16.6270 67.292 -1.096 -1.323 2.819 347.276 +22 Jan 2021 21:00 UT 68.53 9.667 1777.3 403268 3.5052 16.7867 66.786 -1.097 -1.379 2.766 347.441 +22 Jan 2021 22:00 UT 68.89 9.708 1777.6 403197 3.5379 16.9453 66.280 -1.098 -1.434 2.713 347.607 +22 Jan 2021 23:00 UT 69.26 9.750 1777.9 403124 3.5708 17.1028 65.774 -1.099 -1.489 2.660 347.774 +23 Jan 2021 00:00 UT 69.62 9.792 1778.3 403049 3.6037 17.2591 65.267 -1.099 -1.543 2.606 347.942 +23 Jan 2021 01:00 UT 69.98 9.833 1778.6 402972 3.6366 17.4144 64.761 -1.100 -1.598 2.552 348.112 +23 Jan 2021 02:00 UT 70.35 9.875 1778.9 402893 3.6697 17.5684 64.255 -1.101 -1.652 2.498 348.282 +23 Jan 2021 03:00 UT 70.71 9.917 1779.3 402812 3.7028 17.7213 63.749 -1.102 -1.706 2.444 348.454 +23 Jan 2021 04:00 UT 71.07 9.958 1779.7 402729 3.7360 17.8730 63.243 -1.102 -1.760 2.389 348.627 +23 Jan 2021 05:00 UT 71.42 10.000 1780.0 402644 3.7692 18.0236 62.737 -1.103 -1.814 2.334 348.801 +23 Jan 2021 06:00 UT 71.78 10.042 1780.4 402557 3.8026 18.1729 62.231 -1.104 -1.868 2.280 348.976 +23 Jan 2021 07:00 UT 72.14 10.083 1780.8 402469 3.8360 18.3210 61.724 -1.105 -1.921 2.225 349.152 +23 Jan 2021 08:00 UT 72.49 10.125 1781.2 402378 3.8694 18.4678 61.218 -1.106 -1.974 2.169 349.329 +23 Jan 2021 09:00 UT 72.85 10.167 1781.6 402285 3.9030 18.6134 60.712 -1.106 -2.027 2.114 349.508 +23 Jan 2021 10:00 UT 73.20 10.208 1782.1 402191 3.9366 18.7578 60.206 -1.107 -2.080 2.058 349.687 +23 Jan 2021 11:00 UT 73.55 10.250 1782.5 402095 3.9703 18.9008 59.700 -1.108 -2.132 2.002 349.868 +23 Jan 2021 12:00 UT 73.90 10.292 1782.9 401996 4.0041 19.0426 59.194 -1.109 -2.185 1.946 350.049 +23 Jan 2021 13:00 UT 74.25 10.333 1783.4 401896 4.0380 19.1831 58.688 -1.109 -2.237 1.890 350.232 +23 Jan 2021 14:00 UT 74.60 10.375 1783.8 401794 4.0719 19.3222 58.182 -1.110 -2.288 1.834 350.416 +23 Jan 2021 15:00 UT 74.94 10.417 1784.3 401691 4.1059 19.4600 57.676 -1.111 -2.340 1.777 350.601 +23 Jan 2021 16:00 UT 75.29 10.458 1784.7 401585 4.1400 19.5965 57.170 -1.112 -2.391 1.721 350.787 +23 Jan 2021 17:00 UT 75.63 10.500 1785.2 401478 4.1742 19.7315 56.664 -1.112 -2.442 1.664 350.974 +23 Jan 2021 18:00 UT 75.97 10.542 1785.7 401369 4.2084 19.8652 56.158 -1.113 -2.492 1.607 351.162 +23 Jan 2021 19:00 UT 76.31 10.583 1786.2 401258 4.2427 19.9976 55.652 -1.114 -2.543 1.550 351.351 +23 Jan 2021 20:00 UT 76.65 10.625 1786.7 401146 4.2772 20.1285 55.146 -1.115 -2.593 1.492 351.541 +23 Jan 2021 21:00 UT 76.99 10.667 1787.2 401032 4.3116 20.2579 54.640 -1.115 -2.642 1.435 351.732 +23 Jan 2021 22:00 UT 77.32 10.708 1787.7 400916 4.3462 20.3860 54.134 -1.116 -2.692 1.377 351.924 +23 Jan 2021 23:00 UT 77.66 10.750 1788.2 400798 4.3809 20.5126 53.628 -1.117 -2.741 1.319 352.117 +24 Jan 2021 00:00 UT 77.99 10.792 1788.8 400679 4.4156 20.6377 53.122 -1.118 -2.790 1.262 352.312 +24 Jan 2021 01:00 UT 78.32 10.833 1789.3 400558 4.4504 20.7613 52.616 -1.118 -2.838 1.204 352.507 +24 Jan 2021 02:00 UT 78.65 10.875 1789.9 400436 4.4853 20.8834 52.110 -1.119 -2.886 1.146 352.703 +24 Jan 2021 03:00 UT 78.98 10.917 1790.4 400311 4.5202 21.0041 51.604 -1.120 -2.934 1.087 352.900 +24 Jan 2021 04:00 UT 79.30 10.958 1791.0 400186 4.5553 21.1231 51.098 -1.121 -2.982 1.029 353.098 +24 Jan 2021 05:00 UT 79.63 11.000 1791.5 400059 4.5904 21.2407 50.592 -1.121 -3.029 0.970 353.297 +24 Jan 2021 06:00 UT 79.95 11.042 1792.1 399930 4.6256 21.3567 50.086 -1.122 -3.076 0.912 353.497 +24 Jan 2021 07:00 UT 80.27 11.083 1792.7 399799 4.6609 21.4711 49.580 -1.123 -3.122 0.853 353.698 +24 Jan 2021 08:00 UT 80.59 11.125 1793.3 399668 4.6963 21.5839 49.075 -1.124 -3.168 0.794 353.900 +24 Jan 2021 09:00 UT 80.91 11.167 1793.9 399534 4.7318 21.6951 48.569 -1.125 -3.214 0.735 354.102 +24 Jan 2021 10:00 UT 81.23 11.208 1794.5 399400 4.7673 21.8047 48.063 -1.125 -3.259 0.676 354.306 +24 Jan 2021 11:00 UT 81.54 11.250 1795.1 399263 4.8029 21.9127 47.557 -1.126 -3.304 0.617 354.510 +24 Jan 2021 12:00 UT 81.85 11.292 1795.7 399126 4.8386 22.0190 47.051 -1.127 -3.349 0.558 354.715 +24 Jan 2021 13:00 UT 82.16 11.333 1796.4 398987 4.8744 22.1237 46.545 -1.128 -3.393 0.499 354.922 +24 Jan 2021 14:00 UT 82.47 11.375 1797.0 398846 4.9103 22.2266 46.039 -1.128 -3.437 0.439 355.129 +24 Jan 2021 15:00 UT 82.78 11.417 1797.6 398705 4.9462 22.3279 45.534 -1.129 -3.480 0.380 355.336 +24 Jan 2021 16:00 UT 83.09 11.458 1798.3 398562 4.9822 22.4275 45.028 -1.130 -3.523 0.321 355.545 +24 Jan 2021 17:00 UT 83.39 11.500 1798.9 398417 5.0184 22.5253 44.522 -1.131 -3.566 0.261 355.755 +24 Jan 2021 18:00 UT 83.69 11.542 1799.6 398271 5.0545 22.6214 44.016 -1.131 -3.608 0.201 355.965 +24 Jan 2021 19:00 UT 83.99 11.583 1800.3 398124 5.0908 22.7157 43.510 -1.132 -3.650 0.142 356.176 +24 Jan 2021 20:00 UT 84.29 11.625 1800.9 397976 5.1272 22.8083 43.005 -1.133 -3.691 0.082 356.387 +24 Jan 2021 21:00 UT 84.58 11.667 1801.6 397827 5.1636 22.8991 42.499 -1.134 -3.732 0.022 356.600 +24 Jan 2021 22:00 UT 84.87 11.708 1802.3 397676 5.2001 22.9881 41.993 -1.135 -3.773 -0.038 356.813 +24 Jan 2021 23:00 UT 85.16 11.750 1803.0 397524 5.2367 23.0753 41.487 -1.135 -3.813 -0.098 357.027 +25 Jan 2021 00:00 UT 85.45 11.792 1803.7 397371 5.2733 23.1606 40.981 -1.136 -3.852 -0.158 357.242 +25 Jan 2021 01:00 UT 85.74 11.833 1804.4 397217 5.3101 23.2441 40.476 -1.137 -3.892 -0.218 357.457 +25 Jan 2021 02:00 UT 86.02 11.875 1805.1 397062 5.3469 23.3257 39.970 -1.138 -3.930 -0.277 357.673 +25 Jan 2021 03:00 UT 86.31 11.917 1805.8 396905 5.3838 23.4055 39.464 -1.138 -3.969 -0.337 357.889 +25 Jan 2021 04:00 UT 86.59 11.958 1806.5 396748 5.4208 23.4834 38.958 -1.139 -4.007 -0.398 358.107 +25 Jan 2021 05:00 UT 86.87 12.000 1807.2 396589 5.4578 23.5594 38.453 -1.140 -4.044 -0.458 358.324 +25 Jan 2021 06:00 UT 87.14 12.042 1807.9 396429 5.4949 23.6334 37.947 -1.141 -4.081 -0.518 358.543 +25 Jan 2021 07:00 UT 87.41 12.083 1808.7 396269 5.5321 23.7056 37.441 -1.142 -4.117 -0.578 358.762 +25 Jan 2021 08:00 UT 87.69 12.125 1809.4 396107 5.5694 23.7757 36.936 -1.142 -4.153 -0.638 358.981 +25 Jan 2021 09:00 UT 87.95 12.167 1810.2 395945 5.6067 23.8440 36.430 -1.143 -4.189 -0.698 359.201 +25 Jan 2021 10:00 UT 88.22 12.208 1810.9 395781 5.6441 23.9102 35.924 -1.144 -4.224 -0.758 359.421 +25 Jan 2021 11:00 UT 88.49 12.250 1811.7 395617 5.6816 23.9745 35.419 -1.145 -4.258 -0.818 359.642 +25 Jan 2021 12:00 UT 88.75 12.292 1812.4 395451 5.7192 24.0368 34.913 -1.145 -4.292 -0.878 359.864 +25 Jan 2021 13:00 UT 89.01 12.333 1813.2 395285 5.7568 24.0970 34.407 -1.146 -4.326 -0.938 0.086 +25 Jan 2021 14:00 UT 89.26 12.375 1813.9 395118 5.7945 24.1552 33.902 -1.147 -4.359 -0.998 0.308 +25 Jan 2021 15:00 UT 89.52 12.417 1814.7 394950 5.8323 24.2114 33.396 -1.148 -4.392 -1.058 0.531 +25 Jan 2021 16:00 UT 89.77 12.458 1815.5 394782 5.8701 24.2656 32.890 -1.149 -4.424 -1.118 0.754 +25 Jan 2021 17:00 UT 90.02 12.500 1816.3 394612 5.9080 24.3177 32.385 -1.149 -4.455 -1.178 0.977 +25 Jan 2021 18:00 UT 90.27 12.542 1817.1 394442 5.9460 24.3676 31.879 -1.150 -4.486 -1.237 1.201 +25 Jan 2021 19:00 UT 90.51 12.583 1817.8 394271 5.9841 24.4156 31.373 -1.151 -4.517 -1.297 1.425 +25 Jan 2021 20:00 UT 90.75 12.625 1818.6 394099 6.0222 24.4614 30.868 -1.152 -4.547 -1.357 1.649 +25 Jan 2021 21:00 UT 90.99 12.667 1819.4 393927 6.0603 24.5050 30.362 -1.152 -4.576 -1.417 1.873 +25 Jan 2021 22:00 UT 91.23 12.708 1820.2 393754 6.0986 24.5466 29.857 -1.153 -4.605 -1.476 2.098 +25 Jan 2021 23:00 UT 91.46 12.750 1821.0 393581 6.1368 24.5860 29.351 -1.154 -4.634 -1.536 2.323 +26 Jan 2021 00:00 UT 91.69 12.792 1821.8 393406 6.1752 24.6233 28.845 -1.155 -4.662 -1.595 2.548 +26 Jan 2021 01:00 UT 91.92 12.833 1822.7 393232 6.2136 24.6584 28.340 -1.156 -4.689 -1.654 2.773 +26 Jan 2021 02:00 UT 92.15 12.875 1823.5 393056 6.2521 24.6914 27.834 -1.156 -4.716 -1.714 2.999 +26 Jan 2021 03:00 UT 92.37 12.917 1824.3 392880 6.2906 24.7221 27.329 -1.157 -4.742 -1.773 3.224 +26 Jan 2021 04:00 UT 92.59 12.958 1825.1 392704 6.3292 24.7507 26.823 -1.158 -4.768 -1.832 3.450 +26 Jan 2021 05:00 UT 92.81 13.000 1825.9 392527 6.3678 24.7770 26.317 -1.159 -4.793 -1.891 3.675 +26 Jan 2021 06:00 UT 93.02 13.042 1826.7 392350 6.4065 24.8012 25.812 -1.159 -4.817 -1.950 3.901 +26 Jan 2021 07:00 UT 93.24 13.083 1827.6 392172 6.4452 24.8231 25.306 -1.160 -4.842 -2.009 4.126 +26 Jan 2021 08:00 UT 93.45 13.125 1828.4 391994 6.4840 24.8428 24.801 -1.161 -4.865 -2.067 4.352 +26 Jan 2021 09:00 UT 93.65 13.167 1829.2 391815 6.5229 24.8603 24.295 -1.162 -4.888 -2.126 4.577 +26 Jan 2021 10:00 UT 93.86 13.208 1830.1 391636 6.5618 24.8754 23.790 -1.163 -4.910 -2.184 4.802 +26 Jan 2021 11:00 UT 94.06 13.250 1830.9 391457 6.6007 24.8884 23.284 -1.163 -4.932 -2.242 5.028 +26 Jan 2021 12:00 UT 94.25 13.292 1831.8 391277 6.6397 24.8990 22.779 -1.164 -4.954 -2.301 5.253 +26 Jan 2021 13:00 UT 94.45 13.333 1832.6 391097 6.6787 24.9074 22.273 -1.165 -4.974 -2.359 5.478 +26 Jan 2021 14:00 UT 94.64 13.375 1833.4 390917 6.7178 24.9135 21.768 -1.166 -4.994 -2.416 5.702 +26 Jan 2021 15:00 UT 94.83 13.417 1834.3 390736 6.7569 24.9173 21.262 -1.167 -5.014 -2.474 5.927 +26 Jan 2021 16:00 UT 95.01 13.458 1835.1 390555 6.7961 24.9188 20.757 -1.167 -5.033 -2.531 6.151 +26 Jan 2021 17:00 UT 95.19 13.500 1836.0 390374 6.8352 24.9180 20.251 -1.168 -5.051 -2.589 6.374 +26 Jan 2021 18:00 UT 95.37 13.542 1836.8 390193 6.8745 24.9149 19.746 -1.169 -5.069 -2.646 6.598 +26 Jan 2021 19:00 UT 95.55 13.583 1837.7 390012 6.9137 24.9095 19.240 -1.170 -5.087 -2.703 6.821 +26 Jan 2021 20:00 UT 95.72 13.625 1838.6 389831 6.9530 24.9017 18.735 -1.170 -5.103 -2.760 7.044 +26 Jan 2021 21:00 UT 95.89 13.667 1839.4 389649 6.9924 24.8916 18.229 -1.171 -5.119 -2.816 7.266 +26 Jan 2021 22:00 UT 96.06 13.708 1840.3 389467 7.0317 24.8792 17.724 -1.172 -5.135 -2.873 7.488 +26 Jan 2021 23:00 UT 96.22 13.750 1841.1 389286 7.0711 24.8644 17.218 -1.173 -5.150 -2.929 7.709 +27 Jan 2021 00:00 UT 96.38 13.792 1842.0 389104 7.1106 24.8473 16.713 -1.174 -5.164 -2.985 7.930 +27 Jan 2021 01:00 UT 96.54 13.833 1842.8 388922 7.1500 24.8278 16.207 -1.174 -5.178 -3.041 8.150 +27 Jan 2021 02:00 UT 96.69 13.875 1843.7 388741 7.1895 24.8060 15.702 -1.175 -5.191 -3.096 8.370 +27 Jan 2021 03:00 UT 96.84 13.917 1844.6 388559 7.2290 24.7818 15.196 -1.176 -5.204 -3.152 8.589 +27 Jan 2021 04:00 UT 96.99 13.958 1845.4 388377 7.2685 24.7552 14.691 -1.177 -5.216 -3.207 8.807 +27 Jan 2021 05:00 UT 97.13 14.000 1846.3 388196 7.3081 24.7263 14.185 -1.177 -5.227 -3.262 9.025 +27 Jan 2021 06:00 UT 97.27 14.042 1847.2 388014 7.3477 24.6950 13.680 -1.178 -5.238 -3.316 9.242 +27 Jan 2021 07:00 UT 97.41 14.083 1848.0 387833 7.3872 24.6613 13.174 -1.179 -5.248 -3.371 9.459 +27 Jan 2021 08:00 UT 97.54 14.125 1848.9 387652 7.4268 24.6253 12.669 -1.180 -5.258 -3.425 9.674 +27 Jan 2021 09:00 UT 97.67 14.167 1849.8 387471 7.4665 24.5868 12.164 -1.181 -5.267 -3.479 9.889 +27 Jan 2021 10:00 UT 97.79 14.208 1850.6 387290 7.5061 24.5460 11.658 -1.181 -5.276 -3.532 10.103 +27 Jan 2021 11:00 UT 97.92 14.250 1851.5 387109 7.5457 24.5028 11.153 -1.182 -5.283 -3.586 10.316 +27 Jan 2021 12:00 UT 98.04 14.292 1852.3 386929 7.5854 24.4573 10.647 -1.183 -5.291 -3.639 10.528 +27 Jan 2021 13:00 UT 98.15 14.333 1853.2 386749 7.6251 24.4094 10.142 -1.184 -5.297 -3.692 10.739 +27 Jan 2021 14:00 UT 98.26 14.375 1854.1 386569 7.6647 24.3590 9.636 -1.184 -5.304 -3.744 10.950 +27 Jan 2021 15:00 UT 98.37 14.417 1854.9 386389 7.7044 24.3063 9.131 -1.185 -5.309 -3.796 11.159 +27 Jan 2021 16:00 UT 98.48 14.458 1855.8 386210 7.7441 24.2513 8.626 -1.186 -5.314 -3.848 11.367 +27 Jan 2021 17:00 UT 98.58 14.500 1856.6 386031 7.7838 24.1938 8.120 -1.187 -5.318 -3.900 11.574 +27 Jan 2021 18:00 UT 98.68 14.542 1857.5 385853 7.8235 24.1340 7.615 -1.187 -5.322 -3.951 11.781 +27 Jan 2021 19:00 UT 98.77 14.583 1858.4 385675 7.8631 24.0718 7.109 -1.188 -5.325 -4.002 11.986 +27 Jan 2021 20:00 UT 98.86 14.625 1859.2 385497 7.9028 24.0072 6.604 -1.189 -5.328 -4.053 12.190 +27 Jan 2021 21:00 UT 98.95 14.667 1860.1 385319 7.9425 23.9403 6.099 -1.190 -5.330 -4.103 12.392 +27 Jan 2021 22:00 UT 99.03 14.708 1860.9 385143 7.9822 23.8710 5.593 -1.191 -5.331 -4.153 12.594 +27 Jan 2021 23:00 UT 99.11 14.750 1861.8 384966 8.0219 23.7993 5.088 -1.191 -5.332 -4.203 12.794 +28 Jan 2021 00:00 UT 99.18 14.792 1862.6 384790 8.0615 23.7253 4.582 -1.192 -5.332 -4.252 12.993 +28 Jan 2021 01:00 UT 99.26 14.833 1863.5 384615 8.1012 23.6489 4.077 -1.193 -5.332 -4.301 13.191 +28 Jan 2021 02:00 UT 99.32 14.875 1864.3 384440 8.1408 23.5702 3.572 -1.194 -5.331 -4.350 13.388 +28 Jan 2021 03:00 UT 99.39 14.917 1865.2 384265 8.1805 23.4892 3.066 -1.194 -5.329 -4.398 13.583 +28 Jan 2021 04:00 UT 99.45 14.958 1866.0 384092 8.2201 23.4058 2.561 -1.195 -5.327 -4.446 13.777 +28 Jan 2021 05:00 UT 99.50 15.000 1866.9 383918 8.2597 23.3201 2.055 -1.196 -5.324 -4.493 13.969 +28 Jan 2021 06:00 UT 99.56 15.042 1867.7 383746 8.2993 23.2320 1.550 -1.197 -5.321 -4.541 14.160 +28 Jan 2021 07:00 UT 99.61 15.083 1868.5 383574 8.3389 23.1416 1.045 -1.197 -5.317 -4.587 14.350 +28 Jan 2021 08:00 UT 99.65 15.125 1869.4 383402 8.3784 23.0490 0.539 -1.198 -5.312 -4.634 14.538 +28 Jan 2021 09:00 UT 99.69 15.167 1870.2 383232 8.4180 22.9540 0.034 -1.199 -5.307 -4.680 14.724 +28 Jan 2021 10:00 UT 99.73 15.208 1871.0 383062 8.4575 22.8567 -0.471 -1.200 -5.302 -4.725 14.909 +28 Jan 2021 11:00 UT 99.76 15.250 1871.9 382892 8.4970 22.7571 -0.977 -1.200 -5.296 -4.770 15.093 +28 Jan 2021 12:00 UT 99.79 15.292 1872.7 382724 8.5365 22.6553 -1.482 -1.201 -5.289 -4.815 15.275 +28 Jan 2021 13:00 UT 99.82 15.333 1873.5 382556 8.5759 22.5512 -1.988 -1.202 -5.282 -4.859 15.455 +28 Jan 2021 14:00 UT 99.84 15.375 1874.3 382389 8.6153 22.4448 -2.493 -1.203 -5.274 -4.903 15.634 +28 Jan 2021 15:00 UT 99.85 15.417 1875.1 382222 8.6547 22.3361 -2.998 -1.203 -5.265 -4.947 15.811 +28 Jan 2021 16:00 UT 99.87 15.458 1876.0 382057 8.6941 22.2253 -3.504 -1.204 -5.256 -4.990 15.986 +28 Jan 2021 17:00 UT 99.88 15.500 1876.8 381892 8.7335 22.1122 -4.009 -1.205 -5.247 -5.032 16.160 +28 Jan 2021 18:00 UT 99.88 15.542 1877.6 381728 8.7728 21.9968 -4.514 -1.206 -5.236 -5.074 16.332 +28 Jan 2021 19:00 UT 99.88 15.583 1878.4 381565 8.8120 21.8793 -5.020 -1.207 -5.226 -5.116 16.502 +28 Jan 2021 20:00 UT 99.88 15.625 1879.2 381402 8.8513 21.7595 -5.525 -1.207 -5.215 -5.157 16.671 +28 Jan 2021 21:00 UT 99.87 15.667 1880.0 381241 8.8905 21.6376 -6.031 -1.208 -5.203 -5.198 16.837 +28 Jan 2021 22:00 UT 99.86 15.708 1880.8 381080 8.9297 21.5135 -6.536 -1.209 -5.190 -5.238 17.002 +28 Jan 2021 23:00 UT 99.85 15.750 1881.6 380921 8.9688 21.3872 -7.041 -1.209 -5.178 -5.278 17.165 +29 Jan 2021 00:00 UT 99.83 15.792 1882.3 380762 9.0080 21.2588 -7.547 -1.210 -5.164 -5.317 17.327 +29 Jan 2021 01:00 UT 99.81 15.833 1883.1 380604 9.0470 21.1282 -8.052 -1.211 -5.150 -5.356 17.486 +29 Jan 2021 02:00 UT 99.78 15.875 1883.9 380447 9.0861 20.9955 -8.557 -1.212 -5.136 -5.394 17.643 +29 Jan 2021 03:00 UT 99.75 15.917 1884.7 380291 9.1251 20.8607 -9.063 -1.212 -5.121 -5.432 17.799 +29 Jan 2021 04:00 UT 99.71 15.958 1885.4 380136 9.1640 20.7238 -9.568 -1.213 -5.105 -5.469 17.952 +29 Jan 2021 05:00 UT 99.67 16.000 1886.2 379982 9.2029 20.5848 -10.074 -1.214 -5.089 -5.506 18.104 +29 Jan 2021 06:00 UT 99.63 16.042 1887.0 379829 9.2418 20.4437 -10.579 -1.215 -5.073 -5.543 18.254 +29 Jan 2021 07:00 UT 99.58 16.083 1887.7 379677 9.2807 20.3006 -11.084 -1.215 -5.056 -5.578 18.402 +29 Jan 2021 08:00 UT 99.53 16.125 1888.5 379526 9.3194 20.1554 -11.590 -1.216 -5.038 -5.614 18.547 +29 Jan 2021 09:00 UT 99.47 16.167 1889.2 379376 9.3582 20.0082 -12.095 -1.217 -5.020 -5.648 18.691 +29 Jan 2021 10:00 UT 99.41 16.208 1890.0 379227 9.3969 19.8590 -12.600 -1.218 -5.001 -5.682 18.833 +29 Jan 2021 11:00 UT 99.35 16.250 1890.7 379079 9.4356 19.7078 -13.106 -1.218 -4.982 -5.716 18.973 +29 Jan 2021 12:00 UT 99.28 16.292 1891.4 378932 9.4742 19.5546 -13.611 -1.219 -4.963 -5.749 19.110 +29 Jan 2021 13:00 UT 99.21 16.333 1892.2 378786 9.5128 19.3994 -14.117 -1.220 -4.942 -5.782 19.246 +29 Jan 2021 14:00 UT 99.13 16.375 1892.9 378641 9.5513 19.2423 -14.622 -1.221 -4.922 -5.814 19.379 +29 Jan 2021 15:00 UT 99.05 16.417 1893.6 378497 9.5898 19.0832 -15.127 -1.221 -4.901 -5.845 19.511 +29 Jan 2021 16:00 UT 98.96 16.458 1894.3 378355 9.6282 18.9223 -15.633 -1.222 -4.879 -5.876 19.640 +29 Jan 2021 17:00 UT 98.87 16.500 1895.0 378214 9.6666 18.7594 -16.138 -1.223 -4.857 -5.907 19.767 +29 Jan 2021 18:00 UT 98.78 16.542 1895.7 378073 9.7049 18.5947 -16.644 -1.223 -4.835 -5.936 19.892 +29 Jan 2021 19:00 UT 98.68 16.583 1896.4 377934 9.7432 18.4280 -17.149 -1.224 -4.812 -5.965 20.015 +29 Jan 2021 20:00 UT 98.58 16.625 1897.1 377796 9.7815 18.2596 -17.654 -1.225 -4.789 -5.994 20.136 +29 Jan 2021 21:00 UT 98.47 16.667 1897.8 377659 9.8197 18.0893 -18.160 -1.226 -4.765 -6.022 20.254 +29 Jan 2021 22:00 UT 98.36 16.708 1898.5 377523 9.8578 17.9172 -18.665 -1.226 -4.740 -6.050 20.371 +29 Jan 2021 23:00 UT 98.25 16.750 1899.2 377389 9.8959 17.7433 -19.171 -1.227 -4.716 -6.076 20.485 +30 Jan 2021 00:00 UT 98.13 16.792 1899.8 377256 9.9340 17.5676 -19.676 -1.228 -4.690 -6.103 20.597 +30 Jan 2021 01:00 UT 98.01 16.833 1900.5 377123 9.9720 17.3902 -20.181 -1.228 -4.665 -6.128 20.707 +30 Jan 2021 02:00 UT 97.88 16.875 1901.2 376992 10.0099 17.2110 -20.687 -1.229 -4.639 -6.153 20.814 +30 Jan 2021 03:00 UT 97.75 16.917 1901.8 376863 10.0478 17.0302 -21.192 -1.230 -4.612 -6.178 20.920 +30 Jan 2021 04:00 UT 97.61 16.958 1902.5 376734 10.0857 16.8476 -21.698 -1.231 -4.585 -6.202 21.023 +30 Jan 2021 05:00 UT 97.47 17.000 1903.1 376607 10.1235 16.6633 -22.203 -1.231 -4.558 -6.225 21.124 +30 Jan 2021 06:00 UT 97.33 17.042 1903.7 376481 10.1613 16.4774 -22.709 -1.232 -4.530 -6.247 21.222 +30 Jan 2021 07:00 UT 97.18 17.083 1904.4 376356 10.1990 16.2898 -23.214 -1.233 -4.502 -6.269 21.319 +30 Jan 2021 08:00 UT 97.03 17.125 1905.0 376232 10.2366 16.1006 -23.719 -1.233 -4.474 -6.291 21.413 +30 Jan 2021 09:00 UT 96.87 17.167 1905.6 376110 10.2742 15.9098 -24.225 -1.234 -4.445 -6.311 21.505 +30 Jan 2021 10:00 UT 96.71 17.208 1906.2 375988 10.3118 15.7175 -24.730 -1.235 -4.415 -6.331 21.595 +30 Jan 2021 11:00 UT 96.55 17.250 1906.8 375869 10.3493 15.5235 -25.236 -1.236 -4.386 -6.351 21.682 +30 Jan 2021 12:00 UT 96.38 17.292 1907.4 375750 10.3868 15.3280 -25.741 -1.236 -4.355 -6.370 21.767 +30 Jan 2021 13:00 UT 96.21 17.333 1908.0 375632 10.4242 15.1310 -26.247 -1.237 -4.325 -6.388 21.850 +30 Jan 2021 14:00 UT 96.03 17.375 1908.6 375516 10.4615 14.9326 -26.752 -1.238 -4.294 -6.405 21.931 +30 Jan 2021 15:00 UT 95.85 17.417 1909.2 375401 10.4988 14.7326 -27.258 -1.238 -4.263 -6.422 22.009 +30 Jan 2021 16:00 UT 95.66 17.458 1909.8 375288 10.5361 14.5311 -27.763 -1.239 -4.231 -6.438 22.085 +30 Jan 2021 17:00 UT 95.47 17.500 1910.4 375175 10.5733 14.3283 -28.269 -1.240 -4.199 -6.454 22.159 +30 Jan 2021 18:00 UT 95.28 17.542 1910.9 375064 10.6105 14.1240 -28.774 -1.240 -4.167 -6.469 22.230 +30 Jan 2021 19:00 UT 95.08 17.583 1911.5 374955 10.6476 13.9183 -29.280 -1.241 -4.135 -6.483 22.299 +30 Jan 2021 20:00 UT 94.88 17.625 1912.0 374846 10.6847 13.7112 -29.785 -1.242 -4.102 -6.496 22.366 +30 Jan 2021 21:00 UT 94.68 17.667 1912.6 374739 10.7217 13.5028 -30.291 -1.243 -4.068 -6.509 22.430 +30 Jan 2021 22:00 UT 94.47 17.708 1913.1 374633 10.7587 13.2931 -30.796 -1.243 -4.035 -6.522 22.493 +30 Jan 2021 23:00 UT 94.26 17.750 1913.7 374528 10.7956 13.0820 -31.302 -1.244 -4.001 -6.533 22.553 +31 Jan 2021 00:00 UT 94.04 17.792 1914.2 374425 10.8325 12.8697 -31.807 -1.245 -3.967 -6.544 22.610 +31 Jan 2021 01:00 UT 93.82 17.833 1914.7 374323 10.8694 12.6561 -32.313 -1.245 -3.932 -6.554 22.666 +31 Jan 2021 02:00 UT 93.59 17.875 1915.2 374222 10.9062 12.4412 -32.818 -1.246 -3.897 -6.564 22.719 +31 Jan 2021 03:00 UT 93.36 17.917 1915.7 374123 10.9429 12.2251 -33.324 -1.247 -3.862 -6.572 22.769 +31 Jan 2021 04:00 UT 93.13 17.958 1916.2 374025 10.9796 12.0079 -33.829 -1.247 -3.827 -6.581 22.818 +31 Jan 2021 05:00 UT 92.89 18.000 1916.7 373928 11.0163 11.7894 -34.335 -1.248 -3.791 -6.588 22.864 +31 Jan 2021 06:00 UT 92.65 18.042 1917.2 373832 11.0529 11.5698 -34.840 -1.249 -3.755 -6.595 22.908 +31 Jan 2021 07:00 UT 92.41 18.083 1917.7 373738 11.0895 11.3490 -35.346 -1.249 -3.719 -6.601 22.950 +31 Jan 2021 08:00 UT 92.16 18.125 1918.2 373645 11.1260 11.1272 -35.852 -1.250 -3.683 -6.606 22.989 +31 Jan 2021 09:00 UT 91.91 18.167 1918.7 373553 11.1626 10.9042 -36.357 -1.251 -3.646 -6.611 23.026 +31 Jan 2021 10:00 UT 91.65 18.208 1919.1 373463 11.1990 10.6802 -36.863 -1.251 -3.609 -6.615 23.061 +31 Jan 2021 11:00 UT 91.39 18.250 1919.6 373374 11.2354 10.4551 -37.368 -1.252 -3.572 -6.618 23.093 +31 Jan 2021 12:00 UT 91.13 18.292 1920.0 373286 11.2718 10.2290 -37.874 -1.253 -3.534 -6.621 23.123 +31 Jan 2021 13:00 UT 90.86 18.333 1920.5 373200 11.3082 10.0019 -38.379 -1.253 -3.496 -6.623 23.151 +31 Jan 2021 14:00 UT 90.59 18.375 1920.9 373114 11.3445 9.7739 -38.885 -1.254 -3.458 -6.624 23.177 +31 Jan 2021 15:00 UT 90.31 18.417 1921.4 373030 11.3808 9.5448 -39.391 -1.255 -3.420 -6.625 23.200 +31 Jan 2021 16:00 UT 90.03 18.458 1921.8 372948 11.4170 9.3149 -39.896 -1.255 -3.382 -6.625 23.221 +31 Jan 2021 17:00 UT 89.75 18.500 1922.2 372866 11.4532 9.0840 -40.402 -1.256 -3.343 -6.624 23.240 +31 Jan 2021 18:00 UT 89.47 18.542 1922.6 372786 11.4894 8.8522 -40.908 -1.257 -3.304 -6.622 23.257 +31 Jan 2021 19:00 UT 89.18 18.583 1923.0 372708 11.5255 8.6196 -41.413 -1.257 -3.265 -6.620 23.271 +31 Jan 2021 20:00 UT 88.88 18.625 1923.4 372630 11.5616 8.3861 -41.919 -1.258 -3.226 -6.617 23.283 +31 Jan 2021 21:00 UT 88.59 18.667 1923.8 372554 11.5977 8.1518 -42.425 -1.259 -3.187 -6.613 23.293 +31 Jan 2021 22:00 UT 88.29 18.708 1924.2 372479 11.6337 7.9167 -42.930 -1.259 -3.147 -6.609 23.301 +31 Jan 2021 23:00 UT 87.98 18.750 1924.6 372405 11.6697 7.6809 -43.436 -1.260 -3.107 -6.604 23.306 +01 Feb 2021 00:00 UT 87.67 18.792 1925.0 372333 11.7057 7.4442 -43.942 -1.261 -3.067 -6.598 23.309 +01 Feb 2021 01:00 UT 87.36 18.833 1925.3 372262 11.7417 7.2069 -44.447 -1.261 -3.027 -6.592 23.310 +01 Feb 2021 02:00 UT 87.05 18.875 1925.7 372192 11.7776 6.9688 -44.953 -1.262 -2.987 -6.585 23.309 +01 Feb 2021 03:00 UT 86.73 18.917 1926.0 372123 11.8135 6.7301 -45.459 -1.263 -2.947 -6.577 23.305 +01 Feb 2021 04:00 UT 86.41 18.958 1926.4 372056 11.8494 6.4907 -45.964 -1.263 -2.906 -6.568 23.300 +01 Feb 2021 05:00 UT 86.09 19.000 1926.7 371990 11.8852 6.2507 -46.470 -1.264 -2.865 -6.559 23.292 +01 Feb 2021 06:00 UT 85.76 19.042 1927.1 371925 11.9211 6.0100 -46.976 -1.265 -2.824 -6.549 23.281 +01 Feb 2021 07:00 UT 85.43 19.083 1927.4 371861 11.9569 5.7687 -47.482 -1.265 -2.783 -6.538 23.269 +01 Feb 2021 08:00 UT 85.09 19.125 1927.7 371799 11.9927 5.5269 -47.987 -1.266 -2.742 -6.527 23.255 +01 Feb 2021 09:00 UT 84.75 19.167 1928.0 371737 12.0284 5.2845 -48.493 -1.267 -2.701 -6.515 23.238 +01 Feb 2021 10:00 UT 84.41 19.208 1928.3 371677 12.0642 5.0417 -48.999 -1.267 -2.660 -6.502 23.219 +01 Feb 2021 11:00 UT 84.07 19.250 1928.7 371619 12.0999 4.7983 -49.505 -1.268 -2.618 -6.489 23.198 +01 Feb 2021 12:00 UT 83.72 19.292 1929.0 371561 12.1356 4.5544 -50.011 -1.268 -2.577 -6.474 23.175 +01 Feb 2021 13:00 UT 83.37 19.333 1929.2 371505 12.1713 4.3101 -50.516 -1.269 -2.535 -6.460 23.150 +01 Feb 2021 14:00 UT 83.02 19.375 1929.5 371449 12.2070 4.0653 -51.022 -1.270 -2.493 -6.444 23.122 +01 Feb 2021 15:00 UT 82.66 19.417 1929.8 371396 12.2427 3.8201 -51.528 -1.270 -2.451 -6.428 23.092 +01 Feb 2021 16:00 UT 82.30 19.458 1930.1 371343 12.2783 3.5746 -52.034 -1.271 -2.409 -6.411 23.061 +01 Feb 2021 17:00 UT 81.94 19.500 1930.4 371291 12.3140 3.3286 -52.540 -1.272 -2.367 -6.393 23.027 +01 Feb 2021 18:00 UT 81.58 19.542 1930.6 371241 12.3496 3.0824 -53.046 -1.272 -2.325 -6.375 22.991 +01 Feb 2021 19:00 UT 81.21 19.583 1930.9 371191 12.3852 2.8358 -53.551 -1.273 -2.283 -6.356 22.953 +01 Feb 2021 20:00 UT 80.84 19.625 1931.1 371143 12.4208 2.5889 -54.057 -1.274 -2.241 -6.336 22.912 +01 Feb 2021 21:00 UT 80.46 19.667 1931.4 371096 12.4564 2.3417 -54.563 -1.274 -2.199 -6.316 22.870 +01 Feb 2021 22:00 UT 80.08 19.708 1931.6 371051 12.4920 2.0943 -55.069 -1.275 -2.156 -6.295 22.826 +01 Feb 2021 23:00 UT 79.70 19.750 1931.8 371006 12.5276 1.8467 -55.575 -1.276 -2.114 -6.273 22.779 +02 Feb 2021 00:00 UT 79.32 19.792 1932.1 370963 12.5632 1.5989 -56.081 -1.276 -2.071 -6.251 22.730 +02 Feb 2021 01:00 UT 78.94 19.833 1932.3 370920 12.5988 1.3509 -56.587 -1.277 -2.029 -6.228 22.680 +02 Feb 2021 02:00 UT 78.55 19.875 1932.5 370879 12.6344 1.1027 -57.093 -1.277 -1.986 -6.204 22.627 +02 Feb 2021 03:00 UT 78.16 19.917 1932.7 370839 12.6699 0.8544 -57.599 -1.278 -1.944 -6.180 22.572 +02 Feb 2021 04:00 UT 77.76 19.958 1932.9 370800 12.7055 0.6060 -58.105 -1.279 -1.901 -6.155 22.515 +02 Feb 2021 05:00 UT 77.37 20.000 1933.1 370762 12.7411 0.3575 -58.611 -1.279 -1.859 -6.129 22.456 +02 Feb 2021 06:00 UT 76.97 20.042 1933.3 370725 12.7767 0.1089 -59.117 -1.280 -1.816 -6.103 22.395 +02 Feb 2021 07:00 UT 76.57 20.083 1933.5 370690 12.8123 -0.1397 -59.623 -1.281 -1.773 -6.076 22.332 +02 Feb 2021 08:00 UT 76.17 20.125 1933.7 370655 12.8479 -0.3884 -60.129 -1.281 -1.731 -6.048 22.267 +02 Feb 2021 09:00 UT 75.76 20.167 1933.8 370622 12.8835 -0.6370 -60.635 -1.282 -1.688 -6.020 22.200 +02 Feb 2021 10:00 UT 75.35 20.208 1934.0 370589 12.9191 -0.8856 -61.141 -1.282 -1.645 -5.991 22.130 +02 Feb 2021 11:00 UT 74.94 20.250 1934.2 370558 12.9547 -1.1342 -61.647 -1.283 -1.603 -5.961 22.059 +02 Feb 2021 12:00 UT 74.53 20.292 1934.3 370528 12.9903 -1.3827 -62.153 -1.284 -1.560 -5.931 21.986 +02 Feb 2021 13:00 UT 74.11 20.333 1934.5 370498 13.0260 -1.6311 -62.659 -1.284 -1.517 -5.900 21.911 +02 Feb 2021 14:00 UT 73.70 20.375 1934.6 370470 13.0616 -1.8794 -63.165 -1.285 -1.475 -5.869 21.834 +02 Feb 2021 15:00 UT 73.28 20.417 1934.8 370443 13.0973 -2.1275 -63.671 -1.286 -1.432 -5.837 21.754 +02 Feb 2021 16:00 UT 72.86 20.458 1934.9 370417 13.1329 -2.3755 -64.177 -1.286 -1.390 -5.804 21.673 +02 Feb 2021 17:00 UT 72.43 20.500 1935.0 370392 13.1686 -2.6233 -64.683 -1.287 -1.347 -5.770 21.590 +02 Feb 2021 18:00 UT 72.01 20.542 1935.2 370368 13.2043 -2.8709 -65.189 -1.287 -1.305 -5.736 21.505 +02 Feb 2021 19:00 UT 71.58 20.583 1935.3 370345 13.2401 -3.1182 -65.695 -1.288 -1.262 -5.702 21.418 +02 Feb 2021 20:00 UT 71.15 20.625 1935.4 370323 13.2758 -3.3653 -66.201 -1.289 -1.220 -5.667 21.329 +02 Feb 2021 21:00 UT 70.72 20.667 1935.5 370302 13.3116 -3.6121 -66.707 -1.289 -1.177 -5.631 21.238 +02 Feb 2021 22:00 UT 70.28 20.708 1935.6 370282 13.3474 -3.8586 -67.214 -1.290 -1.135 -5.594 21.145 +02 Feb 2021 23:00 UT 69.85 20.750 1935.7 370263 13.3832 -4.1048 -67.720 -1.291 -1.092 -5.557 21.050 +03 Feb 2021 00:00 UT 69.41 20.792 1935.8 370245 13.4190 -4.3507 -68.226 -1.291 -1.050 -5.520 20.953 +03 Feb 2021 01:00 UT 68.97 20.833 1935.9 370227 13.4548 -4.5962 -68.732 -1.292 -1.008 -5.481 20.854 +03 Feb 2021 02:00 UT 68.53 20.875 1936.0 370211 13.4907 -4.8412 -69.238 -1.292 -0.966 -5.443 20.753 +03 Feb 2021 03:00 UT 68.09 20.917 1936.1 370196 13.5266 -5.0859 -69.745 -1.293 -0.924 -5.403 20.651 +03 Feb 2021 04:00 UT 67.64 20.958 1936.1 370182 13.5626 -5.3301 -70.251 -1.294 -0.882 -5.363 20.546 +03 Feb 2021 05:00 UT 67.20 21.000 1936.2 370169 13.5985 -5.5739 -70.757 -1.294 -0.840 -5.323 20.440 +03 Feb 2021 06:00 UT 66.75 21.042 1936.3 370156 13.6345 -5.8172 -71.263 -1.295 -0.798 -5.282 20.331 +03 Feb 2021 07:00 UT 66.30 21.083 1936.3 370145 13.6706 -6.0600 -71.770 -1.296 -0.756 -5.240 20.221 +03 Feb 2021 08:00 UT 65.85 21.125 1936.4 370135 13.7066 -6.3022 -72.276 -1.296 -0.714 -5.198 20.109 +03 Feb 2021 09:00 UT 65.40 21.167 1936.4 370125 13.7427 -6.5439 -72.782 -1.297 -0.672 -5.155 19.995 +03 Feb 2021 10:00 UT 64.94 21.208 1936.5 370117 13.7788 -6.7850 -73.288 -1.297 -0.631 -5.111 19.879 +03 Feb 2021 11:00 UT 64.49 21.250 1936.5 370109 13.8150 -7.0255 -73.795 -1.298 -0.589 -5.068 19.761 +03 Feb 2021 12:00 UT 64.03 21.292 1936.6 370102 13.8512 -7.2654 -74.301 -1.299 -0.548 -5.023 19.641 +03 Feb 2021 13:00 UT 63.57 21.333 1936.6 370096 13.8874 -7.5047 -74.807 -1.299 -0.506 -4.978 19.520 +03 Feb 2021 14:00 UT 63.11 21.375 1936.6 370091 13.9237 -7.7432 -75.314 -1.300 -0.465 -4.933 19.396 +03 Feb 2021 15:00 UT 62.65 21.417 1936.6 370087 13.9600 -7.9811 -75.820 -1.301 -0.424 -4.887 19.271 +03 Feb 2021 16:00 UT 62.19 21.458 1936.7 370084 13.9964 -8.2183 -76.327 -1.301 -0.383 -4.840 19.144 +03 Feb 2021 17:00 UT 61.73 21.500 1936.7 370082 14.0328 -8.4547 -76.833 -1.302 -0.342 -4.793 19.015 +03 Feb 2021 18:00 UT 61.27 21.542 1936.7 370080 14.0693 -8.6904 -77.339 -1.302 -0.301 -4.745 18.885 +03 Feb 2021 19:00 UT 60.80 21.583 1936.7 370080 14.1058 -8.9253 -77.846 -1.303 -0.260 -4.697 18.752 +03 Feb 2021 20:00 UT 60.34 21.625 1936.7 370080 14.1423 -9.1593 -78.352 -1.304 -0.219 -4.649 18.618 +03 Feb 2021 21:00 UT 59.87 21.667 1936.7 370081 14.1789 -9.3926 -78.859 -1.304 -0.179 -4.600 18.482 +03 Feb 2021 22:00 UT 59.40 21.708 1936.7 370083 14.2155 -9.6249 -79.365 -1.305 -0.138 -4.550 18.344 +03 Feb 2021 23:00 UT 58.94 21.750 1936.6 370086 14.2522 -9.8564 -79.872 -1.306 -0.098 -4.500 18.204 +04 Feb 2021 00:00 UT 58.47 21.792 1936.6 370090 14.2889 -10.0870 -80.378 -1.306 -0.058 -4.450 18.062 +04 Feb 2021 01:00 UT 58.00 21.833 1936.6 370095 14.3257 -10.3167 -80.885 -1.307 -0.018 -4.399 17.919 +04 Feb 2021 02:00 UT 57.53 21.875 1936.6 370100 14.3625 -10.5455 -81.391 -1.307 0.023 -4.347 17.774 +04 Feb 2021 03:00 UT 57.06 21.917 1936.5 370106 14.3994 -10.7732 -81.898 -1.308 0.062 -4.295 17.627 +04 Feb 2021 04:00 UT 56.59 21.958 1936.5 370113 14.4364 -11.0000 -82.404 -1.309 0.102 -4.243 17.478 +04 Feb 2021 05:00 UT 56.11 22.000 1936.5 370121 14.4734 -11.2257 -82.911 -1.309 0.142 -4.190 17.328 +04 Feb 2021 06:00 UT 55.64 22.042 1936.4 370130 14.5104 -11.4504 -83.417 -1.310 0.182 -4.137 17.176 +04 Feb 2021 07:00 UT 55.17 22.083 1936.4 370140 14.5475 -11.6741 -83.924 -1.311 0.221 -4.083 17.022 +04 Feb 2021 08:00 UT 54.69 22.125 1936.3 370150 14.5847 -11.8966 -84.430 -1.311 0.260 -4.029 16.866 +04 Feb 2021 09:00 UT 54.22 22.167 1936.2 370161 14.6219 -12.1180 -84.937 -1.312 0.300 -3.975 16.709 +04 Feb 2021 10:00 UT 53.75 22.208 1936.2 370173 14.6592 -12.3383 -85.444 -1.313 0.339 -3.920 16.550 +04 Feb 2021 11:00 UT 53.27 22.250 1936.1 370186 14.6965 -12.5575 -85.950 -1.313 0.378 -3.864 16.389 +04 Feb 2021 12:00 UT 52.80 22.292 1936.0 370199 14.7339 -12.7755 -86.457 -1.314 0.417 -3.809 16.226 +04 Feb 2021 13:00 UT 52.32 22.333 1936.0 370214 14.7714 -12.9922 -86.963 -1.314 0.455 -3.752 16.062 +04 Feb 2021 14:00 UT 51.85 22.375 1935.9 370229 14.8089 -13.2077 -87.470 -1.315 0.494 -3.696 15.896 +04 Feb 2021 15:00 UT 51.37 22.417 1935.8 370245 14.8465 -13.4220 -87.977 -1.316 0.532 -3.639 15.728 +04 Feb 2021 16:00 UT 50.90 22.458 1935.7 370262 14.8841 -13.6350 -88.483 -1.316 0.571 -3.582 15.559 +04 Feb 2021 17:00 UT 50.42 22.500 1935.6 370279 14.9219 -13.8467 -88.990 -1.317 0.609 -3.524 15.388 +04 Feb 2021 18:00 UT 49.94 22.542 1935.5 370298 14.9596 -14.0571 -89.497 -1.318 0.647 -3.466 15.216 +04 Feb 2021 19:00 UT 49.47 22.583 1935.4 370317 14.9975 -14.2662 -90.004 -1.318 0.685 -3.407 15.041 +04 Feb 2021 20:00 UT 48.99 22.625 1935.3 370337 15.0354 -14.4739 -90.510 -1.319 0.723 -3.349 14.866 +04 Feb 2021 21:00 UT 48.52 22.667 1935.2 370357 15.0734 -14.6801 -91.017 -1.319 0.761 -3.290 14.688 +04 Feb 2021 22:00 UT 48.04 22.708 1935.1 370379 15.1114 -14.8850 -91.524 -1.320 0.798 -3.230 14.509 +04 Feb 2021 23:00 UT 47.57 22.750 1935.0 370401 15.1495 -15.0885 -92.031 -1.321 0.836 -3.170 14.328 +05 Feb 2021 00:00 UT 47.09 22.792 1934.9 370424 15.1877 -15.2904 -92.537 -1.321 0.873 -3.110 14.146 +05 Feb 2021 01:00 UT 46.62 22.833 1934.7 370448 15.2260 -15.4909 -93.044 -1.322 0.910 -3.050 13.962 +05 Feb 2021 02:00 UT 46.15 22.875 1934.6 370473 15.2643 -15.6899 -93.551 -1.323 0.947 -2.989 13.776 +05 Feb 2021 03:00 UT 45.67 22.917 1934.5 370498 15.3027 -15.8874 -94.058 -1.323 0.984 -2.928 13.589 +05 Feb 2021 04:00 UT 45.20 22.958 1934.4 370524 15.3411 -16.0833 -94.565 -1.324 1.021 -2.867 13.401 +05 Feb 2021 05:00 UT 44.73 23.000 1934.2 370551 15.3796 -16.2776 -95.072 -1.325 1.057 -2.805 13.210 +05 Feb 2021 06:00 UT 44.25 23.042 1934.1 370579 15.4182 -16.4704 -95.579 -1.325 1.094 -2.743 13.019 +05 Feb 2021 07:00 UT 43.78 23.083 1933.9 370607 15.4569 -16.6615 -96.085 -1.326 1.130 -2.681 12.825 +05 Feb 2021 08:00 UT 43.31 23.125 1933.8 370636 15.4957 -16.8509 -96.592 -1.327 1.166 -2.618 12.631 +05 Feb 2021 09:00 UT 42.84 23.167 1933.6 370666 15.5345 -17.0388 -97.099 -1.327 1.202 -2.556 12.434 +05 Feb 2021 10:00 UT 42.37 23.208 1933.4 370697 15.5734 -17.2249 -97.606 -1.328 1.238 -2.493 12.237 +05 Feb 2021 11:00 UT 41.90 23.250 1933.3 370729 15.6123 -17.4093 -98.113 -1.328 1.274 -2.429 12.037 +05 Feb 2021 12:00 UT 41.44 23.292 1933.1 370761 15.6514 -17.5920 -98.620 -1.329 1.310 -2.366 11.837 +05 Feb 2021 13:00 UT 40.97 23.333 1932.9 370794 15.6905 -17.7729 -99.127 -1.330 1.345 -2.302 11.634 +05 Feb 2021 14:00 UT 40.50 23.375 1932.8 370828 15.7296 -17.9520 -99.634 -1.330 1.380 -2.238 11.431 +05 Feb 2021 15:00 UT 40.04 23.417 1932.6 370862 15.7689 -18.1294 -100.141 -1.331 1.416 -2.174 11.226 +05 Feb 2021 16:00 UT 39.57 23.458 1932.4 370898 15.8082 -18.3049 -100.648 -1.332 1.451 -2.110 11.020 +05 Feb 2021 17:00 UT 39.11 23.500 1932.2 370934 15.8476 -18.4786 -101.155 -1.332 1.486 -2.045 10.812 +05 Feb 2021 18:00 UT 38.65 23.542 1932.0 370971 15.8871 -18.6504 -101.662 -1.333 1.520 -1.980 10.603 +05 Feb 2021 19:00 UT 38.19 23.583 1931.8 371008 15.9266 -18.8203 -102.169 -1.334 1.555 -1.915 10.392 +05 Feb 2021 20:00 UT 37.73 23.625 1931.6 371047 15.9663 -18.9883 -102.676 -1.334 1.590 -1.850 10.180 +05 Feb 2021 21:00 UT 37.27 23.667 1931.4 371086 16.0059 -19.1544 -103.183 -1.335 1.624 -1.784 9.967 +05 Feb 2021 22:00 UT 36.81 23.708 1931.2 371126 16.0457 -19.3186 -103.690 -1.336 1.658 -1.719 9.752 +05 Feb 2021 23:00 UT 36.35 23.750 1931.0 371167 16.0855 -19.4807 -104.197 -1.336 1.692 -1.653 9.537 +06 Feb 2021 00:00 UT 35.90 23.792 1930.8 371208 16.1254 -19.6409 -104.705 -1.337 1.726 -1.587 9.320 +06 Feb 2021 01:00 UT 35.45 23.833 1930.6 371251 16.1654 -19.7990 -105.212 -1.338 1.760 -1.521 9.101 +06 Feb 2021 02:00 UT 34.99 23.875 1930.3 371294 16.2055 -19.9552 -105.719 -1.338 1.793 -1.455 8.882 +06 Feb 2021 03:00 UT 34.54 23.917 1930.1 371338 16.2456 -20.1092 -106.226 -1.339 1.827 -1.389 8.661 +06 Feb 2021 04:00 UT 34.09 23.958 1929.9 371383 16.2858 -20.2612 -106.733 -1.339 1.860 -1.322 8.439 +06 Feb 2021 05:00 UT 33.65 24.000 1929.6 371428 16.3261 -20.4111 -107.240 -1.340 1.894 -1.256 8.216 +06 Feb 2021 06:00 UT 33.20 24.042 1929.4 371474 16.3664 -20.5589 -107.747 -1.341 1.927 -1.189 7.991 +06 Feb 2021 07:00 UT 32.75 24.083 1929.2 371522 16.4068 -20.7045 -108.255 -1.341 1.959 -1.122 7.766 +06 Feb 2021 08:00 UT 32.31 24.125 1928.9 371569 16.4473 -20.8480 -108.762 -1.342 1.992 -1.055 7.539 +06 Feb 2021 09:00 UT 31.87 24.167 1928.7 371618 16.4878 -20.9893 -109.269 -1.343 2.025 -0.988 7.312 +06 Feb 2021 10:00 UT 31.43 24.208 1928.4 371668 16.5284 -21.1284 -109.776 -1.343 2.057 -0.921 7.083 +06 Feb 2021 11:00 UT 30.99 24.250 1928.1 371718 16.5691 -21.2653 -110.284 -1.344 2.090 -0.854 6.853 +06 Feb 2021 12:00 UT 30.56 24.292 1927.9 371769 16.6098 -21.4000 -110.791 -1.345 2.122 -0.787 6.622 +06 Feb 2021 13:00 UT 30.12 24.333 1927.6 371821 16.6506 -21.5324 -111.298 -1.345 2.154 -0.720 6.391 +06 Feb 2021 14:00 UT 29.69 24.375 1927.3 371874 16.6915 -21.6626 -111.805 -1.346 2.186 -0.652 6.158 +06 Feb 2021 15:00 UT 29.26 24.417 1927.1 371927 16.7324 -21.7905 -112.313 -1.347 2.217 -0.585 5.924 +06 Feb 2021 16:00 UT 28.83 24.458 1926.8 371982 16.7734 -21.9160 -112.820 -1.347 2.249 -0.517 5.689 +06 Feb 2021 17:00 UT 28.41 24.500 1926.5 372037 16.8145 -22.0393 -113.327 -1.348 2.280 -0.450 5.454 +06 Feb 2021 18:00 UT 27.98 24.542 1926.2 372093 16.8556 -22.1602 -113.835 -1.349 2.312 -0.382 5.217 +06 Feb 2021 19:00 UT 27.56 24.583 1925.9 372150 16.8968 -22.2787 -114.342 -1.349 2.343 -0.315 4.980 +06 Feb 2021 20:00 UT 27.14 24.625 1925.6 372207 16.9380 -22.3949 -114.849 -1.350 2.374 -0.247 4.742 +06 Feb 2021 21:00 UT 26.72 24.667 1925.3 372266 16.9793 -22.5087 -115.357 -1.351 2.405 -0.180 4.503 +06 Feb 2021 22:00 UT 26.30 24.708 1925.0 372325 17.0207 -22.6201 -115.864 -1.351 2.435 -0.112 4.263 +06 Feb 2021 23:00 UT 25.89 24.750 1924.7 372386 17.0621 -22.7290 -116.371 -1.352 2.466 -0.044 4.023 +07 Feb 2021 00:00 UT 25.48 24.792 1924.4 372447 17.1036 -22.8356 -116.879 -1.353 2.496 0.023 3.782 +07 Feb 2021 01:00 UT 25.07 24.833 1924.0 372508 17.1451 -22.9397 -117.386 -1.353 2.527 0.091 3.540 +07 Feb 2021 02:00 UT 24.66 24.875 1923.7 372571 17.1867 -23.0413 -117.894 -1.354 2.557 0.158 3.298 +07 Feb 2021 03:00 UT 24.26 24.917 1923.4 372635 17.2283 -23.1404 -118.401 -1.355 2.587 0.226 3.055 +07 Feb 2021 04:00 UT 23.86 24.958 1923.1 372699 17.2700 -23.2371 -118.909 -1.355 2.616 0.293 2.811 +07 Feb 2021 05:00 UT 23.46 25.000 1922.7 372765 17.3117 -23.3312 -119.416 -1.356 2.646 0.360 2.567 +07 Feb 2021 06:00 UT 23.06 25.042 1922.4 372831 17.3535 -23.4228 -119.924 -1.357 2.675 0.428 2.322 +07 Feb 2021 07:00 UT 22.67 25.083 1922.0 372898 17.3953 -23.5119 -120.431 -1.357 2.705 0.495 2.077 +07 Feb 2021 08:00 UT 22.28 25.125 1921.7 372966 17.4371 -23.5985 -120.939 -1.358 2.734 0.562 1.831 +07 Feb 2021 09:00 UT 21.89 25.167 1921.3 373035 17.4790 -23.6825 -121.446 -1.359 2.763 0.629 1.585 +07 Feb 2021 10:00 UT 21.50 25.208 1921.0 373104 17.5210 -23.7639 -121.954 -1.359 2.792 0.696 1.338 +07 Feb 2021 11:00 UT 21.12 25.250 1920.6 373175 17.5629 -23.8428 -122.461 -1.360 2.821 0.763 1.091 +07 Feb 2021 12:00 UT 20.73 25.292 1920.2 373246 17.6050 -23.9190 -122.969 -1.361 2.849 0.830 0.844 +07 Feb 2021 13:00 UT 20.36 25.333 1919.9 373319 17.6470 -23.9927 -123.476 -1.361 2.877 0.897 0.596 +07 Feb 2021 14:00 UT 19.98 25.375 1919.5 373392 17.6891 -24.0638 -123.984 -1.362 2.906 0.963 0.348 +07 Feb 2021 15:00 UT 19.61 25.417 1919.1 373466 17.7312 -24.1322 -124.491 -1.363 2.934 1.030 0.100 +07 Feb 2021 16:00 UT 19.24 25.458 1918.7 373541 17.7734 -24.1980 -124.999 -1.363 2.962 1.096 359.852 +07 Feb 2021 17:00 UT 18.87 25.500 1918.3 373617 17.8155 -24.2612 -125.507 -1.364 2.989 1.162 359.604 +07 Feb 2021 18:00 UT 18.50 25.542 1917.9 373694 17.8577 -24.3217 -126.014 -1.365 3.017 1.228 359.355 +07 Feb 2021 19:00 UT 18.14 25.583 1917.5 373771 17.9000 -24.3796 -126.522 -1.366 3.044 1.294 359.106 +07 Feb 2021 20:00 UT 17.78 25.625 1917.1 373850 17.9422 -24.4348 -127.029 -1.366 3.072 1.360 358.858 +07 Feb 2021 21:00 UT 17.43 25.667 1916.7 373930 17.9845 -24.4874 -127.537 -1.367 3.099 1.425 358.609 +07 Feb 2021 22:00 UT 17.07 25.708 1916.3 374010 18.0268 -24.5373 -128.045 -1.368 3.125 1.491 358.360 +07 Feb 2021 23:00 UT 16.72 25.750 1915.9 374092 18.0691 -24.5845 -128.552 -1.368 3.152 1.556 358.111 +08 Feb 2021 00:00 UT 16.38 25.792 1915.5 374174 18.1114 -24.6290 -129.060 -1.369 3.179 1.621 357.863 +08 Feb 2021 01:00 UT 16.03 25.833 1915.1 374257 18.1538 -24.6709 -129.568 -1.370 3.205 1.686 357.614 +08 Feb 2021 02:00 UT 15.69 25.875 1914.6 374341 18.1961 -24.7100 -130.075 -1.370 3.231 1.751 357.366 +08 Feb 2021 03:00 UT 15.36 25.917 1914.2 374426 18.2385 -24.7465 -130.583 -1.371 3.257 1.815 357.118 +08 Feb 2021 04:00 UT 15.02 25.958 1913.8 374513 18.2809 -24.7802 -131.091 -1.372 3.283 1.879 356.870 +08 Feb 2021 05:00 UT 14.69 26.000 1913.3 374600 18.3233 -24.8113 -131.598 -1.372 3.309 1.943 356.623 +08 Feb 2021 06:00 UT 14.36 26.042 1912.9 374687 18.3656 -24.8396 -132.106 -1.373 3.335 2.007 356.375 +08 Feb 2021 07:00 UT 14.04 26.083 1912.4 374776 18.4080 -24.8653 -132.614 -1.374 3.360 2.071 356.128 +08 Feb 2021 08:00 UT 13.72 26.125 1911.9 374866 18.4504 -24.8882 -133.122 -1.374 3.385 2.134 355.882 +08 Feb 2021 09:00 UT 13.40 26.167 1911.5 374957 18.4928 -24.9084 -133.629 -1.375 3.410 2.197 355.636 +08 Feb 2021 10:00 UT 13.09 26.208 1911.0 375049 18.5352 -24.9260 -134.137 -1.376 3.435 2.260 355.390 +08 Feb 2021 11:00 UT 12.77 26.250 1910.5 375141 18.5775 -24.9408 -134.645 -1.376 3.459 2.323 355.145 +08 Feb 2021 12:00 UT 12.47 26.292 1910.1 375235 18.6199 -24.9529 -135.153 -1.377 3.484 2.385 354.900 +08 Feb 2021 13:00 UT 12.16 26.333 1909.6 375329 18.6623 -24.9623 -135.661 -1.378 3.508 2.447 354.656 +08 Feb 2021 14:00 UT 11.86 26.375 1909.1 375425 18.7046 -24.9690 -136.168 -1.378 3.532 2.509 354.413 +08 Feb 2021 15:00 UT 11.56 26.417 1908.6 375521 18.7469 -24.9730 -136.676 -1.379 3.556 2.571 354.170 +08 Feb 2021 16:00 UT 11.27 26.458 1908.1 375619 18.7892 -24.9743 -137.184 -1.380 3.579 2.632 353.928 +08 Feb 2021 17:00 UT 10.98 26.500 1907.6 375717 18.8315 -24.9730 -137.692 -1.380 3.603 2.693 353.686 +08 Feb 2021 18:00 UT 10.69 26.542 1907.1 375817 18.8738 -24.9689 -138.200 -1.381 3.626 2.753 353.446 +08 Feb 2021 19:00 UT 10.41 26.583 1906.6 375917 18.9160 -24.9621 -138.708 -1.382 3.649 2.814 353.206 +08 Feb 2021 20:00 UT 10.13 26.625 1906.1 376018 18.9583 -24.9527 -139.215 -1.382 3.672 2.874 352.967 +08 Feb 2021 21:00 UT 9.85 26.667 1905.6 376121 19.0005 -24.9405 -139.723 -1.383 3.695 2.933 352.729 +08 Feb 2021 22:00 UT 9.58 26.708 1905.0 376224 19.0426 -24.9257 -140.231 -1.384 3.717 2.993 352.491 +08 Feb 2021 23:00 UT 9.31 26.750 1904.5 376328 19.0848 -24.9083 -140.739 -1.384 3.739 3.052 352.255 +09 Feb 2021 00:00 UT 9.05 26.792 1904.0 376433 19.1269 -24.8882 -141.247 -1.385 3.761 3.111 352.020 +09 Feb 2021 01:00 UT 8.78 26.833 1903.5 376539 19.1689 -24.8654 -141.755 -1.386 3.783 3.169 351.785 +09 Feb 2021 02:00 UT 8.53 26.875 1902.9 376646 19.2110 -24.8400 -142.263 -1.386 3.805 3.227 351.552 +09 Feb 2021 03:00 UT 8.27 26.917 1902.4 376754 19.2529 -24.8119 -142.771 -1.387 3.826 3.285 351.320 +09 Feb 2021 04:00 UT 8.02 26.958 1901.8 376863 19.2949 -24.7813 -143.278 -1.388 3.847 3.342 351.089 +09 Feb 2021 05:00 UT 7.77 27.000 1901.3 376973 19.3368 -24.7480 -143.786 -1.388 3.868 3.399 350.859 +09 Feb 2021 06:00 UT 7.53 27.042 1900.7 377084 19.3787 -24.7121 -144.294 -1.389 3.889 3.455 350.630 +09 Feb 2021 07:00 UT 7.29 27.083 1900.1 377196 19.4205 -24.6736 -144.802 -1.390 3.909 3.512 350.402 +09 Feb 2021 08:00 UT 7.05 27.125 1899.6 377309 19.4622 -24.6325 -145.310 -1.390 3.929 3.567 350.176 +09 Feb 2021 09:00 UT 6.82 27.167 1899.0 377423 19.5040 -24.5888 -145.818 -1.391 3.949 3.623 349.951 +09 Feb 2021 10:00 UT 6.59 27.208 1898.4 377537 19.5456 -24.5426 -146.326 -1.392 3.969 3.678 349.727 +09 Feb 2021 11:00 UT 6.37 27.250 1897.8 377653 19.5872 -24.4938 -146.834 -1.392 3.989 3.733 349.505 +09 Feb 2021 12:00 UT 6.15 27.292 1897.3 377770 19.6288 -24.4425 -147.342 -1.393 4.008 3.787 349.284 +09 Feb 2021 13:00 UT 5.93 27.333 1896.7 377887 19.6703 -24.3887 -147.850 -1.394 4.027 3.841 349.064 +09 Feb 2021 14:00 UT 5.72 27.375 1896.1 378006 19.7117 -24.3323 -148.358 -1.394 4.046 3.894 348.846 +09 Feb 2021 15:00 UT 5.51 27.417 1895.5 378125 19.7531 -24.2735 -148.866 -1.395 4.064 3.947 348.629 +09 Feb 2021 16:00 UT 5.31 27.458 1894.9 378246 19.7944 -24.2121 -149.374 -1.396 4.083 4.000 348.414 +09 Feb 2021 17:00 UT 5.11 27.500 1894.3 378367 19.8357 -24.1483 -149.882 -1.396 4.101 4.052 348.200 +09 Feb 2021 18:00 UT 4.91 27.542 1893.6 378490 19.8769 -24.0820 -150.390 -1.397 4.119 4.104 347.988 +09 Feb 2021 19:00 UT 4.72 27.583 1893.0 378613 19.9180 -24.0133 -150.898 -1.398 4.136 4.155 347.777 +09 Feb 2021 20:00 UT 4.53 27.625 1892.4 378737 19.9590 -23.9421 -151.406 -1.398 4.153 4.206 347.568 +09 Feb 2021 21:00 UT 4.34 27.667 1891.8 378862 20.0000 -23.8685 -151.914 -1.399 4.170 4.256 347.360 +09 Feb 2021 22:00 UT 4.16 27.708 1891.2 378988 20.0409 -23.7926 -152.422 -1.400 4.187 4.306 347.155 +09 Feb 2021 23:00 UT 3.98 27.750 1890.5 379115 20.0817 -23.7142 -152.930 -1.400 4.204 4.356 346.950 +10 Feb 2021 00:00 UT 3.81 27.792 1889.9 379243 20.1225 -23.6335 -153.438 -1.401 4.220 4.405 346.748 +10 Feb 2021 01:00 UT 3.64 27.833 1889.2 379372 20.1632 -23.5505 -153.946 -1.402 4.236 4.453 346.547 +10 Feb 2021 02:00 UT 3.48 27.875 1888.6 379501 20.2038 -23.4651 -154.454 -1.402 4.251 4.501 346.348 +10 Feb 2021 03:00 UT 3.31 27.917 1887.9 379632 20.2443 -23.3774 -154.962 -1.403 4.267 4.549 346.151 +10 Feb 2021 04:00 UT 3.16 27.958 1887.3 379764 20.2847 -23.2874 -155.471 -1.404 4.282 4.596 345.956 +10 Feb 2021 05:00 UT 3.00 28.000 1886.6 379896 20.3251 -23.1951 -155.979 -1.404 4.297 4.643 345.762 +10 Feb 2021 06:00 UT 2.85 28.042 1886.0 380029 20.3654 -23.1006 -156.487 -1.405 4.311 4.689 345.570 +10 Feb 2021 07:00 UT 2.71 28.083 1885.3 380163 20.4056 -23.0038 -156.995 -1.406 4.325 4.735 345.380 +10 Feb 2021 08:00 UT 2.57 28.125 1884.6 380298 20.4457 -22.9048 -157.503 -1.406 4.339 4.780 345.192 +10 Feb 2021 09:00 UT 2.43 28.167 1884.0 380434 20.4857 -22.8036 -158.011 -1.407 4.353 4.825 345.006 +10 Feb 2021 10:00 UT 2.30 28.208 1883.3 380571 20.5257 -22.7003 -158.519 -1.407 4.366 4.869 344.821 +10 Feb 2021 11:00 UT 2.17 28.250 1882.6 380708 20.5655 -22.5947 -159.027 -1.408 4.379 4.913 344.639 +10 Feb 2021 12:00 UT 2.04 28.292 1881.9 380847 20.6053 -22.4870 -159.535 -1.409 4.392 4.956 344.458 +10 Feb 2021 13:00 UT 1.92 28.333 1881.2 380986 20.6449 -22.3772 -160.043 -1.409 4.404 4.999 344.280 +10 Feb 2021 14:00 UT 1.80 28.375 1880.5 381126 20.6845 -22.2653 -160.551 -1.410 4.416 5.041 344.103 +10 Feb 2021 15:00 UT 1.69 28.417 1879.8 381267 20.7240 -22.1514 -161.060 -1.411 4.428 5.083 343.929 +10 Feb 2021 16:00 UT 1.58 28.458 1879.1 381409 20.7634 -22.0353 -161.568 -1.411 4.440 5.124 343.756 +10 Feb 2021 17:00 UT 1.48 28.500 1878.4 381551 20.8027 -21.9173 -162.076 -1.412 4.451 5.165 343.586 +10 Feb 2021 18:00 UT 1.38 28.542 1877.7 381695 20.8419 -21.7972 -162.584 -1.413 4.461 5.205 343.417 +10 Feb 2021 19:00 UT 1.28 28.583 1877.0 381839 20.8811 -21.6751 -163.092 -1.413 4.472 5.244 343.251 +10 Feb 2021 20:00 UT 1.19 28.625 1876.3 381983 20.9201 -21.5510 -163.600 -1.414 4.482 5.283 343.086 +10 Feb 2021 21:00 UT 1.10 28.667 1875.6 382129 20.9590 -21.4250 -164.108 -1.414 4.492 5.322 342.924 +10 Feb 2021 22:00 UT 1.01 28.708 1874.9 382275 20.9978 -21.2970 -164.617 -1.415 4.501 5.360 342.763 +10 Feb 2021 23:00 UT 0.93 28.750 1874.2 382423 21.0366 -21.1671 -165.125 -1.416 4.510 5.397 342.605 +11 Feb 2021 00:00 UT 0.86 28.792 1873.4 382570 21.0752 -21.0354 -165.633 -1.416 4.519 5.434 342.449 +11 Feb 2021 01:00 UT 0.78 28.833 1872.7 382719 21.1137 -20.9018 -166.141 -1.417 4.527 5.471 342.295 +11 Feb 2021 02:00 UT 0.71 28.875 1872.0 382868 21.1522 -20.7663 -166.649 -1.418 4.536 5.506 342.143 +11 Feb 2021 03:00 UT 0.65 28.917 1871.3 383018 21.1905 -20.6290 -167.157 -1.418 4.543 5.542 341.993 +11 Feb 2021 04:00 UT 0.59 28.958 1870.5 383169 21.2288 -20.4899 -167.665 -1.419 4.551 5.576 341.845 +11 Feb 2021 05:00 UT 0.53 29.000 1869.8 383321 21.2669 -20.3490 -168.174 -1.419 4.558 5.611 341.700 +11 Feb 2021 06:00 UT 0.48 29.042 1869.0 383473 21.3050 -20.2064 -168.682 -1.420 4.564 5.644 341.556 +11 Feb 2021 07:00 UT 0.43 29.083 1868.3 383625 21.3429 -20.0621 -169.190 -1.421 4.570 5.677 341.415 +11 Feb 2021 08:00 UT 0.39 29.125 1867.5 383779 21.3808 -19.9160 -169.698 -1.421 4.576 5.710 341.276 +11 Feb 2021 09:00 UT 0.35 29.167 1866.8 383933 21.4185 -19.7682 -170.206 -1.422 4.582 5.742 341.139 +11 Feb 2021 10:00 UT 0.31 29.208 1866.0 384087 21.4562 -19.6188 -170.714 -1.422 4.587 5.773 341.004 +11 Feb 2021 11:00 UT 0.28 29.250 1865.3 384243 21.4937 -19.4677 -171.223 -1.423 4.592 5.804 340.871 +11 Feb 2021 12:00 UT 0.25 29.292 1864.5 384399 21.5311 -19.3151 -171.731 -1.424 4.596 5.834 340.741 +11 Feb 2021 13:00 UT 0.23 29.333 1863.8 384555 21.5685 -19.1608 -172.239 -1.424 4.600 5.864 340.612 +11 Feb 2021 14:00 UT 0.21 29.375 1863.0 384712 21.6057 -19.0049 -172.747 -1.425 4.604 5.893 340.486 +11 Feb 2021 15:00 UT 0.19 29.417 1862.3 384870 21.6429 -18.8475 -173.255 -1.425 4.607 5.921 340.362 +11 Feb 2021 16:00 UT 0.18 29.458 1861.5 385028 21.6799 -18.6885 -173.764 -1.426 4.610 5.949 340.240 +11 Feb 2021 17:00 UT 0.17 29.500 1860.7 385187 21.7169 -18.5281 -174.272 -1.427 4.612 5.976 340.120 +11 Feb 2021 18:00 UT 0.16 29.542 1860.0 385346 21.7537 -18.3661 -174.780 -1.427 4.614 6.003 340.003 +11 Feb 2021 19:00 UT 0.16 29.583 1859.2 385505 21.7905 -18.2027 -175.288 -1.428 4.616 6.029 339.888 +11 Feb 2021 20:00 UT 0.16 0.038 1858.4 385666 21.8271 -18.0379 -175.796 -1.428 4.617 6.055 339.774 +11 Feb 2021 21:00 UT 0.17 0.079 1857.6 385826 21.8636 -17.8716 -176.304 -1.429 4.618 6.080 339.663 +11 Feb 2021 22:00 UT 0.18 0.121 1856.9 385987 21.9001 -17.7040 -176.813 -1.430 4.618 6.105 339.554 +11 Feb 2021 23:00 UT 0.20 0.163 1856.1 386149 21.9364 -17.5349 -177.321 -1.430 4.618 6.128 339.448 +12 Feb 2021 00:00 UT 0.21 0.204 1855.3 386311 21.9727 -17.3646 -177.829 -1.431 4.618 6.152 339.343 +12 Feb 2021 01:00 UT 0.24 0.246 1854.5 386473 22.0088 -17.1929 -178.337 -1.431 4.617 6.174 339.241 +12 Feb 2021 02:00 UT 0.26 0.288 1853.7 386636 22.0449 -17.0198 -178.845 -1.432 4.616 6.196 339.141 +12 Feb 2021 03:00 UT 0.29 0.329 1853.0 386799 22.0808 -16.8455 -179.354 -1.432 4.614 6.218 339.043 +12 Feb 2021 04:00 UT 0.33 0.371 1852.2 386963 22.1167 -16.6700 -179.862 -1.433 4.612 6.239 338.947 +12 Feb 2021 05:00 UT 0.36 0.413 1851.4 387127 22.1525 -16.4932 179.630 -1.434 4.609 6.259 338.853 +12 Feb 2021 06:00 UT 0.41 0.454 1850.6 387291 22.1881 -16.3152 179.122 -1.434 4.607 6.279 338.761 +12 Feb 2021 07:00 UT 0.45 0.496 1849.8 387456 22.2237 -16.1360 178.614 -1.435 4.603 6.298 338.672 +12 Feb 2021 08:00 UT 0.50 0.538 1849.0 387621 22.2592 -15.9556 178.105 -1.435 4.599 6.317 338.585 +12 Feb 2021 09:00 UT 0.55 0.579 1848.2 387786 22.2945 -15.7740 177.597 -1.436 4.595 6.335 338.499 +12 Feb 2021 10:00 UT 0.61 0.621 1847.5 387951 22.3298 -15.5914 177.089 -1.436 4.590 6.352 338.416 +12 Feb 2021 11:00 UT 0.67 0.663 1846.7 388117 22.3650 -15.4076 176.581 -1.437 4.585 6.369 338.335 +12 Feb 2021 12:00 UT 0.73 0.704 1845.9 388283 22.4001 -15.2227 176.073 -1.437 4.580 6.385 338.257 +12 Feb 2021 13:00 UT 0.80 0.746 1845.1 388449 22.4351 -15.0368 175.564 -1.438 4.574 6.401 338.180 +12 Feb 2021 14:00 UT 0.87 0.788 1844.3 388615 22.4700 -14.8498 175.056 -1.439 4.567 6.416 338.105 +12 Feb 2021 15:00 UT 0.95 0.829 1843.5 388782 22.5049 -14.6618 174.548 -1.439 4.560 6.430 338.033 +12 Feb 2021 16:00 UT 1.02 0.871 1842.7 388948 22.5396 -14.4728 174.040 -1.440 4.553 6.444 337.962 +12 Feb 2021 17:00 UT 1.11 0.913 1841.9 389115 22.5742 -14.2828 173.532 -1.440 4.545 6.457 337.894 +12 Feb 2021 18:00 UT 1.19 0.954 1841.1 389282 22.6088 -14.0919 173.024 -1.441 4.537 6.470 337.827 +12 Feb 2021 19:00 UT 1.28 0.996 1840.4 389449 22.6432 -13.9000 172.515 -1.441 4.528 6.482 337.763 +12 Feb 2021 20:00 UT 1.37 1.038 1839.6 389616 22.6776 -13.7072 172.007 -1.442 4.519 6.494 337.701 +12 Feb 2021 21:00 UT 1.47 1.079 1838.8 389784 22.7119 -13.5135 171.499 -1.442 4.509 6.505 337.641 +12 Feb 2021 22:00 UT 1.57 1.121 1838.0 389951 22.7461 -13.3189 170.991 -1.443 4.499 6.515 337.583 +12 Feb 2021 23:00 UT 1.67 1.163 1837.2 390118 22.7802 -13.1235 170.483 -1.443 4.489 6.525 337.527 +13 Feb 2021 00:00 UT 1.78 1.204 1836.4 390285 22.8142 -12.9272 169.974 -1.444 4.478 6.534 337.473 +13 Feb 2021 01:00 UT 1.89 1.246 1835.6 390453 22.8482 -12.7301 169.466 -1.444 4.466 6.542 337.421 +13 Feb 2021 02:00 UT 2.00 1.288 1834.8 390620 22.8820 -12.5322 168.958 -1.445 4.454 6.550 337.371 +13 Feb 2021 03:00 UT 2.12 1.329 1834.1 390787 22.9158 -12.3335 168.450 -1.445 4.442 6.558 337.323 +13 Feb 2021 04:00 UT 2.24 1.371 1833.3 390954 22.9495 -12.1340 167.942 -1.446 4.429 6.565 337.277 +13 Feb 2021 05:00 UT 2.36 1.413 1832.5 391121 22.9831 -11.9339 167.434 -1.447 4.416 6.571 337.233 +13 Feb 2021 06:00 UT 2.49 1.454 1831.7 391288 23.0167 -11.7330 166.925 -1.447 4.402 6.577 337.191 +13 Feb 2021 07:00 UT 2.62 1.496 1830.9 391455 23.0501 -11.5313 166.417 -1.448 4.387 6.582 337.151 +13 Feb 2021 08:00 UT 2.76 1.538 1830.1 391622 23.0835 -11.3291 165.909 -1.448 4.373 6.586 337.113 +13 Feb 2021 09:00 UT 2.89 1.579 1829.4 391788 23.1168 -11.1261 165.401 -1.449 4.357 6.590 337.076 +13 Feb 2021 10:00 UT 3.03 1.621 1828.6 391954 23.1500 -10.9225 164.893 -1.449 4.342 6.593 337.042 +13 Feb 2021 11:00 UT 3.18 1.663 1827.8 392120 23.1832 -10.7183 164.385 -1.450 4.326 6.596 337.010 +13 Feb 2021 12:00 UT 3.33 1.704 1827.0 392286 23.2162 -10.5134 163.877 -1.450 4.309 6.598 336.979 +13 Feb 2021 13:00 UT 3.48 1.746 1826.3 392452 23.2492 -10.3080 163.368 -1.451 4.292 6.600 336.951 +13 Feb 2021 14:00 UT 3.63 1.788 1825.5 392617 23.2822 -10.1020 162.860 -1.451 4.274 6.601 336.924 +13 Feb 2021 15:00 UT 3.79 1.829 1824.7 392782 23.3150 -9.8954 162.352 -1.452 4.256 6.602 336.900 +13 Feb 2021 16:00 UT 3.95 1.871 1824.0 392947 23.3478 -9.6884 161.844 -1.452 4.237 6.601 336.877 +13 Feb 2021 17:00 UT 4.11 1.913 1823.2 393111 23.3805 -9.4807 161.336 -1.453 4.218 6.601 336.856 +13 Feb 2021 18:00 UT 4.28 1.954 1822.4 393275 23.4132 -9.2726 160.828 -1.453 4.199 6.600 336.837 +13 Feb 2021 19:00 UT 4.44 1.996 1821.7 393439 23.4457 -9.0640 160.320 -1.453 4.179 6.598 336.820 +13 Feb 2021 20:00 UT 4.62 2.038 1820.9 393602 23.4782 -8.8550 159.812 -1.454 4.158 6.595 336.804 +13 Feb 2021 21:00 UT 4.79 2.079 1820.2 393765 23.5107 -8.6455 159.303 -1.454 4.138 6.593 336.791 +13 Feb 2021 22:00 UT 4.97 2.121 1819.4 393927 23.5431 -8.4355 158.795 -1.455 4.116 6.589 336.779 +13 Feb 2021 23:00 UT 5.15 2.163 1818.7 394089 23.5754 -8.2251 158.287 -1.455 4.094 6.585 336.769 +14 Feb 2021 00:00 UT 5.34 2.204 1817.9 394251 23.6076 -8.0144 157.779 -1.456 4.072 6.580 336.761 +14 Feb 2021 01:00 UT 5.52 2.246 1817.2 394412 23.6398 -7.8032 157.271 -1.456 4.049 6.575 336.755 +14 Feb 2021 02:00 UT 5.71 2.288 1816.5 394572 23.6719 -7.5917 156.763 -1.457 4.026 6.570 336.750 +14 Feb 2021 03:00 UT 5.91 2.329 1815.7 394732 23.7040 -7.3799 156.255 -1.457 4.002 6.563 336.747 +14 Feb 2021 04:00 UT 6.10 2.371 1815.0 394891 23.7360 -7.1677 155.747 -1.458 3.978 6.557 336.746 +14 Feb 2021 05:00 UT 6.30 2.413 1814.3 395050 23.7680 -6.9552 155.239 -1.458 3.953 6.549 336.747 +14 Feb 2021 06:00 UT 6.51 2.454 1813.5 395208 23.7999 -6.7424 154.731 -1.459 3.928 6.542 336.750 +14 Feb 2021 07:00 UT 6.71 2.496 1812.8 395365 23.8317 -6.5293 154.223 -1.459 3.902 6.533 336.754 +14 Feb 2021 08:00 UT 6.92 2.538 1812.1 395522 23.8635 -6.3159 153.714 -1.460 3.876 6.524 336.760 +14 Feb 2021 09:00 UT 7.13 2.579 1811.4 395678 23.8952 -6.1023 153.206 -1.460 3.849 6.515 336.768 +14 Feb 2021 10:00 UT 7.34 2.621 1810.7 395834 23.9269 -5.8884 152.698 -1.460 3.822 6.505 336.777 +14 Feb 2021 11:00 UT 7.56 2.663 1810.0 395988 23.9585 -5.6744 152.190 -1.461 3.794 6.494 336.788 +14 Feb 2021 12:00 UT 7.78 2.704 1809.3 396142 23.9901 -5.4601 151.682 -1.461 3.766 6.483 336.801 +14 Feb 2021 13:00 UT 8.00 2.746 1808.6 396295 0.0216 -5.2456 151.174 -1.462 3.738 6.472 336.815 +14 Feb 2021 14:00 UT 8.22 2.788 1807.9 396448 0.0531 -5.0309 150.666 -1.462 3.709 6.459 336.831 +14 Feb 2021 15:00 UT 8.45 2.829 1807.2 396599 0.0845 -4.8161 150.158 -1.463 3.679 6.447 336.849 +14 Feb 2021 16:00 UT 8.68 2.871 1806.5 396750 0.1159 -4.6012 149.650 -1.463 3.649 6.434 336.869 +14 Feb 2021 17:00 UT 8.91 2.913 1805.8 396900 0.1472 -4.3860 149.142 -1.464 3.619 6.420 336.890 +14 Feb 2021 18:00 UT 9.15 2.954 1805.1 397049 0.1785 -4.1708 148.634 -1.464 3.588 6.406 336.912 +14 Feb 2021 19:00 UT 9.38 2.996 1804.5 397197 0.2098 -3.9555 148.126 -1.464 3.557 6.391 336.937 +14 Feb 2021 20:00 UT 9.62 3.038 1803.8 397345 0.2410 -3.7401 147.618 -1.465 3.525 6.376 336.963 +14 Feb 2021 21:00 UT 9.87 3.079 1803.1 397491 0.2721 -3.5246 147.110 -1.465 3.493 6.360 336.990 +14 Feb 2021 22:00 UT 10.11 3.121 1802.5 397636 0.3033 -3.3090 146.602 -1.466 3.460 6.344 337.019 +14 Feb 2021 23:00 UT 10.36 3.163 1801.8 397781 0.3343 -3.0934 146.094 -1.466 3.427 6.327 337.050 +15 Feb 2021 00:00 UT 10.61 3.204 1801.2 397924 0.3654 -2.8778 145.586 -1.467 3.393 6.310 337.082 +15 Feb 2021 01:00 UT 10.86 3.246 1800.5 398066 0.3964 -2.6621 145.078 -1.467 3.359 6.292 337.116 +15 Feb 2021 02:00 UT 11.11 3.288 1799.9 398208 0.4274 -2.4464 144.570 -1.467 3.325 6.274 337.152 +15 Feb 2021 03:00 UT 11.37 3.329 1799.2 398348 0.4583 -2.2307 144.062 -1.468 3.290 6.255 337.189 +15 Feb 2021 04:00 UT 11.63 3.371 1798.6 398487 0.4892 -2.0151 143.554 -1.468 3.254 6.236 337.227 +15 Feb 2021 05:00 UT 11.89 3.413 1798.0 398625 0.5201 -1.7995 143.046 -1.469 3.219 6.216 337.267 +15 Feb 2021 06:00 UT 12.16 3.454 1797.4 398762 0.5509 -1.5839 142.538 -1.469 3.182 6.196 337.309 +15 Feb 2021 07:00 UT 12.42 3.496 1796.8 398898 0.5818 -1.3684 142.030 -1.469 3.146 6.176 337.352 +15 Feb 2021 08:00 UT 12.69 3.538 1796.2 399032 0.6125 -1.1529 141.522 -1.470 3.109 6.154 337.397 +15 Feb 2021 09:00 UT 12.96 3.579 1795.6 399166 0.6433 -0.9376 141.014 -1.470 3.071 6.133 337.443 +15 Feb 2021 10:00 UT 13.24 3.621 1795.0 399298 0.6740 -0.7223 140.507 -1.471 3.033 6.111 337.491 +15 Feb 2021 11:00 UT 13.51 3.663 1794.4 399429 0.7047 -0.5071 139.999 -1.471 2.995 6.088 337.540 +15 Feb 2021 12:00 UT 13.79 3.704 1793.8 399559 0.7354 -0.2921 139.491 -1.471 2.956 6.065 337.590 +15 Feb 2021 13:00 UT 14.07 3.746 1793.2 399687 0.7660 -0.0772 138.983 -1.472 2.917 6.042 337.642 +15 Feb 2021 14:00 UT 14.35 3.788 1792.6 399815 0.7967 0.1375 138.475 -1.472 2.877 6.018 337.696 +15 Feb 2021 15:00 UT 14.64 3.829 1792.1 399941 0.8273 0.3521 137.967 -1.473 2.837 5.993 337.751 +15 Feb 2021 16:00 UT 14.92 3.871 1791.5 400065 0.8579 0.5666 137.459 -1.473 2.796 5.968 337.808 +15 Feb 2021 17:00 UT 15.21 3.913 1791.0 400188 0.8884 0.7808 136.951 -1.473 2.756 5.943 337.866 +15 Feb 2021 18:00 UT 15.50 3.954 1790.4 400310 0.9190 0.9949 136.443 -1.474 2.714 5.917 337.925 +15 Feb 2021 19:00 UT 15.79 3.996 1789.9 400431 0.9495 1.2087 135.936 -1.474 2.673 5.891 337.986 +15 Feb 2021 20:00 UT 16.09 4.038 1789.4 400550 0.9800 1.4223 135.428 -1.474 2.630 5.864 338.048 +15 Feb 2021 21:00 UT 16.38 4.079 1788.8 400667 1.0105 1.6357 134.920 -1.475 2.588 5.837 338.112 +15 Feb 2021 22:00 UT 16.68 4.121 1788.3 400784 1.0410 1.8488 134.412 -1.475 2.545 5.810 338.177 +15 Feb 2021 23:00 UT 16.98 4.163 1787.8 400898 1.0715 2.0617 133.904 -1.476 2.502 5.782 338.243 +16 Feb 2021 00:00 UT 17.28 4.204 1787.3 401012 1.1020 2.2744 133.396 -1.476 2.458 5.753 338.311 +16 Feb 2021 01:00 UT 17.59 4.246 1786.8 401123 1.1324 2.4867 132.889 -1.476 2.414 5.724 338.381 +16 Feb 2021 02:00 UT 17.89 4.288 1786.3 401234 1.1629 2.6988 132.381 -1.477 2.370 5.695 338.451 +16 Feb 2021 03:00 UT 18.20 4.329 1785.8 401342 1.1933 2.9105 131.873 -1.477 2.325 5.665 338.523 +16 Feb 2021 04:00 UT 18.51 4.371 1785.3 401450 1.2237 3.1220 131.365 -1.477 2.280 5.635 338.597 +16 Feb 2021 05:00 UT 18.82 4.413 1784.9 401555 1.2541 3.3331 130.857 -1.478 2.234 5.605 338.672 +16 Feb 2021 06:00 UT 19.14 4.454 1784.4 401659 1.2845 3.5439 130.350 -1.478 2.188 5.574 338.748 +16 Feb 2021 07:00 UT 19.45 4.496 1784.0 401762 1.3149 3.7543 129.842 -1.478 2.142 5.543 338.825 +16 Feb 2021 08:00 UT 19.77 4.538 1783.5 401862 1.3454 3.9644 129.334 -1.479 2.096 5.511 338.904 +16 Feb 2021 09:00 UT 20.09 4.579 1783.1 401962 1.3758 4.1741 128.826 -1.479 2.049 5.479 338.985 +16 Feb 2021 10:00 UT 20.41 4.621 1782.6 402059 1.4062 4.3834 128.319 -1.479 2.001 5.446 339.066 +16 Feb 2021 11:00 UT 20.73 4.663 1782.2 402155 1.4366 4.5924 127.811 -1.480 1.954 5.413 339.149 +16 Feb 2021 12:00 UT 21.05 4.704 1781.8 402249 1.4670 4.8009 127.303 -1.480 1.906 5.380 339.233 +16 Feb 2021 13:00 UT 21.38 4.746 1781.4 402342 1.4974 5.0090 126.795 -1.481 1.858 5.346 339.319 +16 Feb 2021 14:00 UT 21.71 4.788 1781.0 402432 1.5278 5.2167 126.288 -1.481 1.809 5.312 339.406 +16 Feb 2021 15:00 UT 22.04 4.829 1780.6 402521 1.5582 5.4240 125.780 -1.481 1.760 5.277 339.494 +16 Feb 2021 16:00 UT 22.37 4.871 1780.2 402608 1.5886 5.6308 125.272 -1.482 1.711 5.242 339.584 +16 Feb 2021 17:00 UT 22.70 4.913 1779.8 402694 1.6190 5.8372 124.764 -1.482 1.661 5.207 339.675 +16 Feb 2021 18:00 UT 23.03 4.954 1779.5 402777 1.6494 6.0431 124.257 -1.482 1.611 5.171 339.767 +16 Feb 2021 19:00 UT 23.37 4.996 1779.1 402859 1.6799 6.2485 123.749 -1.483 1.561 5.135 339.861 +16 Feb 2021 20:00 UT 23.70 5.038 1778.7 402939 1.7103 6.4534 123.241 -1.483 1.511 5.099 339.955 +16 Feb 2021 21:00 UT 24.04 5.079 1778.4 403018 1.7408 6.6579 122.734 -1.483 1.460 5.062 340.051 +16 Feb 2021 22:00 UT 24.38 5.121 1778.1 403094 1.7712 6.8618 122.226 -1.484 1.409 5.025 340.149 +16 Feb 2021 23:00 UT 24.72 5.163 1777.7 403168 1.8017 7.0652 121.718 -1.484 1.358 4.987 340.248 +17 Feb 2021 00:00 UT 25.06 5.204 1777.4 403241 1.8322 7.2680 121.211 -1.484 1.306 4.949 340.348 +17 Feb 2021 01:00 UT 25.41 5.246 1777.1 403312 1.8627 7.4704 120.703 -1.485 1.254 4.911 340.449 +17 Feb 2021 02:00 UT 25.75 5.288 1776.8 403380 1.8932 7.6721 120.196 -1.485 1.202 4.872 340.551 +17 Feb 2021 03:00 UT 26.10 5.329 1776.5 403447 1.9237 7.8733 119.688 -1.485 1.150 4.833 340.655 +17 Feb 2021 04:00 UT 26.44 5.371 1776.2 403512 1.9543 8.0740 119.180 -1.486 1.097 4.794 340.760 +17 Feb 2021 05:00 UT 26.79 5.413 1775.9 403575 1.9849 8.2740 118.673 -1.486 1.044 4.754 340.866 +17 Feb 2021 06:00 UT 27.14 5.454 1775.7 403636 2.0155 8.4735 118.165 -1.486 0.991 4.714 340.974 +17 Feb 2021 07:00 UT 27.50 5.496 1775.4 403695 2.0461 8.6723 117.658 -1.486 0.938 4.674 341.083 +17 Feb 2021 08:00 UT 27.85 5.538 1775.2 403753 2.0767 8.8705 117.150 -1.487 0.884 4.633 341.193 +17 Feb 2021 09:00 UT 28.20 5.579 1774.9 403808 2.1074 9.0681 116.643 -1.487 0.830 4.592 341.304 +17 Feb 2021 10:00 UT 28.56 5.621 1774.7 403861 2.1380 9.2651 116.135 -1.487 0.776 4.551 341.417 +17 Feb 2021 11:00 UT 28.91 5.663 1774.5 403912 2.1687 9.4614 115.627 -1.488 0.722 4.509 341.531 +17 Feb 2021 12:00 UT 29.27 5.704 1774.2 403961 2.1995 9.6570 115.120 -1.488 0.667 4.467 341.646 +17 Feb 2021 13:00 UT 29.63 5.746 1774.0 404008 2.2302 9.8520 114.612 -1.488 0.612 4.425 341.762 +17 Feb 2021 14:00 UT 29.99 5.788 1773.8 404053 2.2610 10.0463 114.105 -1.489 0.557 4.382 341.880 +17 Feb 2021 15:00 UT 30.35 5.829 1773.6 404096 2.2918 10.2399 113.597 -1.489 0.502 4.339 341.998 +17 Feb 2021 16:00 UT 30.71 5.871 1773.5 404137 2.3226 10.4328 113.090 -1.489 0.447 4.296 342.118 +17 Feb 2021 17:00 UT 31.08 5.913 1773.3 404175 2.3535 10.6250 112.582 -1.490 0.391 4.252 342.240 +17 Feb 2021 18:00 UT 31.44 5.954 1773.1 404212 2.3844 10.8165 112.075 -1.490 0.336 4.209 342.362 +17 Feb 2021 19:00 UT 31.81 5.996 1773.0 404247 2.4153 11.0072 111.567 -1.490 0.280 4.164 342.486 +17 Feb 2021 20:00 UT 32.17 6.038 1772.8 404279 2.4463 11.1972 111.060 -1.490 0.224 4.120 342.611 +17 Feb 2021 21:00 UT 32.54 6.079 1772.7 404309 2.4773 11.3864 110.552 -1.491 0.168 4.075 342.737 +17 Feb 2021 22:00 UT 32.91 6.121 1772.6 404338 2.5083 11.5748 110.045 -1.491 0.111 4.030 342.864 +17 Feb 2021 23:00 UT 33.28 6.163 1772.5 404364 2.5394 11.7625 109.538 -1.491 0.055 3.985 342.992 +18 Feb 2021 00:00 UT 33.65 6.204 1772.4 404387 2.5705 11.9494 109.030 -1.492 -0.002 3.939 343.122 +18 Feb 2021 01:00 UT 34.02 6.246 1772.3 404409 2.6016 12.1355 108.523 -1.492 -0.059 3.893 343.253 +18 Feb 2021 02:00 UT 34.39 6.288 1772.2 404429 2.6328 12.3208 108.015 -1.492 -0.116 3.847 343.385 +18 Feb 2021 03:00 UT 34.77 6.329 1772.1 404446 2.6640 12.5053 107.508 -1.492 -0.173 3.800 343.518 +18 Feb 2021 04:00 UT 35.14 6.371 1772.0 404461 2.6953 12.6889 107.001 -1.493 -0.230 3.754 343.653 +18 Feb 2021 05:00 UT 35.52 6.413 1772.0 404474 2.7266 12.8717 106.493 -1.493 -0.287 3.707 343.789 +18 Feb 2021 06:00 UT 35.89 6.454 1771.9 404485 2.7579 13.0536 105.986 -1.493 -0.344 3.659 343.926 +18 Feb 2021 07:00 UT 36.27 6.496 1771.9 404494 2.7893 13.2347 105.478 -1.494 -0.402 3.612 344.064 +18 Feb 2021 08:00 UT 36.65 6.538 1771.9 404500 2.8207 13.4149 104.971 -1.494 -0.460 3.564 344.203 +18 Feb 2021 09:00 UT 37.02 6.579 1771.9 404504 2.8522 13.5942 104.464 -1.494 -0.517 3.516 344.343 +18 Feb 2021 10:00 UT 37.40 6.621 1771.8 404506 2.8837 13.7726 103.956 -1.494 -0.575 3.467 344.485 +18 Feb 2021 11:00 UT 37.78 6.663 1771.9 404506 2.9153 13.9500 103.449 -1.495 -0.633 3.419 344.628 +18 Feb 2021 12:00 UT 38.16 6.704 1771.9 404504 2.9469 14.1266 102.942 -1.495 -0.691 3.370 344.772 +18 Feb 2021 13:00 UT 38.54 6.746 1771.9 404499 2.9786 14.3022 102.435 -1.495 -0.749 3.321 344.917 +18 Feb 2021 14:00 UT 38.93 6.788 1771.9 404492 3.0103 14.4769 101.927 -1.496 -0.807 3.271 345.063 +18 Feb 2021 15:00 UT 39.31 6.829 1772.0 404483 3.0420 14.6507 101.420 -1.496 -0.865 3.222 345.210 +18 Feb 2021 16:00 UT 39.69 6.871 1772.0 404471 3.0738 14.8234 100.913 -1.496 -0.923 3.172 345.359 +18 Feb 2021 17:00 UT 40.08 6.913 1772.1 404458 3.1057 14.9952 100.405 -1.496 -0.981 3.122 345.509 +18 Feb 2021 18:00 UT 40.46 6.954 1772.1 404442 3.1376 15.1660 99.898 -1.497 -1.039 3.072 345.660 +18 Feb 2021 19:00 UT 40.85 6.996 1772.2 404424 3.1696 15.3358 99.391 -1.497 -1.097 3.021 345.812 +18 Feb 2021 20:00 UT 41.23 7.038 1772.3 404403 3.2016 15.5046 98.884 -1.497 -1.155 2.970 345.965 +18 Feb 2021 21:00 UT 41.62 7.079 1772.4 404381 3.2337 15.6724 98.376 -1.497 -1.214 2.920 346.119 +18 Feb 2021 22:00 UT 42.00 7.121 1772.5 404356 3.2658 15.8391 97.869 -1.498 -1.272 2.868 346.275 +18 Feb 2021 23:00 UT 42.39 7.163 1772.6 404328 3.2980 16.0048 97.362 -1.498 -1.330 2.817 346.431 +19 Feb 2021 00:00 UT 42.78 7.204 1772.8 404299 3.3302 16.1694 96.855 -1.498 -1.388 2.765 346.589 +19 Feb 2021 01:00 UT 43.17 7.246 1772.9 404267 3.3625 16.3329 96.348 -1.499 -1.446 2.714 346.748 +19 Feb 2021 02:00 UT 43.56 7.288 1773.0 404233 3.3949 16.4954 95.840 -1.499 -1.505 2.661 346.908 +19 Feb 2021 03:00 UT 43.95 7.329 1773.2 404197 3.4273 16.6567 95.333 -1.499 -1.563 2.609 347.069 +19 Feb 2021 04:00 UT 44.34 7.371 1773.4 404158 3.4598 16.8170 94.826 -1.499 -1.621 2.557 347.231 +19 Feb 2021 05:00 UT 44.73 7.413 1773.6 404117 3.4923 16.9761 94.319 -1.500 -1.679 2.504 347.395 +19 Feb 2021 06:00 UT 45.12 7.454 1773.7 404074 3.5249 17.1341 93.812 -1.500 -1.737 2.451 347.559 +19 Feb 2021 07:00 UT 45.51 7.496 1773.9 404029 3.5576 17.2910 93.305 -1.500 -1.795 2.398 347.725 +19 Feb 2021 08:00 UT 45.90 7.538 1774.2 403981 3.5903 17.4467 92.798 -1.500 -1.853 2.345 347.891 +19 Feb 2021 09:00 UT 46.29 7.579 1774.4 403931 3.6231 17.6012 92.290 -1.501 -1.910 2.292 348.059 +19 Feb 2021 10:00 UT 46.68 7.621 1774.6 403879 3.6560 17.7546 91.783 -1.501 -1.968 2.238 348.228 +19 Feb 2021 11:00 UT 47.07 7.663 1774.8 403825 3.6889 17.9067 91.276 -1.501 -2.026 2.184 348.398 +19 Feb 2021 12:00 UT 47.47 7.704 1775.1 403768 3.7219 18.0577 90.769 -1.501 -2.083 2.131 348.569 +19 Feb 2021 13:00 UT 47.86 7.746 1775.3 403709 3.7549 18.2074 90.262 -1.502 -2.141 2.076 348.741 +19 Feb 2021 14:00 UT 48.25 7.788 1775.6 403648 3.7880 18.3559 89.755 -1.502 -2.198 2.022 348.914 +19 Feb 2021 15:00 UT 48.64 7.829 1775.9 403584 3.8212 18.5031 89.248 -1.502 -2.255 1.968 349.089 +19 Feb 2021 16:00 UT 49.04 7.871 1776.2 403518 3.8544 18.6491 88.741 -1.502 -2.312 1.913 349.264 +19 Feb 2021 17:00 UT 49.43 7.913 1776.5 403450 3.8878 18.7938 88.234 -1.503 -2.369 1.858 349.441 +19 Feb 2021 18:00 UT 49.83 7.954 1776.8 403380 3.9211 18.9373 87.727 -1.503 -2.426 1.804 349.618 +19 Feb 2021 19:00 UT 50.22 7.996 1777.1 403308 3.9546 19.0794 87.220 -1.503 -2.482 1.749 349.797 +19 Feb 2021 20:00 UT 50.61 8.038 1777.4 403233 3.9881 19.2203 86.713 -1.503 -2.539 1.693 349.976 +19 Feb 2021 21:00 UT 51.01 8.079 1777.8 403156 4.0217 19.3598 86.206 -1.504 -2.595 1.638 350.157 +19 Feb 2021 22:00 UT 51.40 8.121 1778.1 403077 4.0554 19.4980 85.699 -1.504 -2.651 1.583 350.338 +19 Feb 2021 23:00 UT 51.80 8.163 1778.5 402996 4.0891 19.6348 85.192 -1.504 -2.707 1.527 350.521 +20 Feb 2021 00:00 UT 52.19 8.204 1778.9 402912 4.1229 19.7703 84.685 -1.504 -2.763 1.471 350.705 +20 Feb 2021 01:00 UT 52.59 8.246 1779.2 402826 4.1568 19.9044 84.178 -1.505 -2.819 1.415 350.889 +20 Feb 2021 02:00 UT 52.98 8.288 1779.6 402738 4.1907 20.0371 83.671 -1.505 -2.874 1.359 351.075 +20 Feb 2021 03:00 UT 53.37 8.329 1780.0 402648 4.2247 20.1684 83.164 -1.505 -2.930 1.303 351.262 +20 Feb 2021 04:00 UT 53.77 8.371 1780.4 402556 4.2588 20.2983 82.657 -1.505 -2.985 1.247 351.449 +20 Feb 2021 05:00 UT 54.16 8.413 1780.9 402461 4.2930 20.4267 82.150 -1.506 -3.039 1.191 351.638 +20 Feb 2021 06:00 UT 54.56 8.454 1781.3 402365 4.3272 20.5538 81.643 -1.506 -3.094 1.134 351.828 +20 Feb 2021 07:00 UT 54.95 8.496 1781.7 402266 4.3616 20.6793 81.137 -1.506 -3.148 1.077 352.018 +20 Feb 2021 08:00 UT 55.35 8.538 1782.2 402165 4.3959 20.8034 80.630 -1.506 -3.202 1.021 352.210 +20 Feb 2021 09:00 UT 55.74 8.579 1782.6 402062 4.4304 20.9261 80.123 -1.507 -3.256 0.964 352.402 +20 Feb 2021 10:00 UT 56.13 8.621 1783.1 401956 4.4649 21.0472 79.616 -1.507 -3.310 0.907 352.596 +20 Feb 2021 11:00 UT 56.53 8.663 1783.6 401849 4.4996 21.1668 79.109 -1.507 -3.363 0.850 352.790 +20 Feb 2021 12:00 UT 56.92 8.704 1784.1 401740 4.5342 21.2849 78.602 -1.507 -3.416 0.793 352.986 +20 Feb 2021 13:00 UT 57.31 8.746 1784.5 401628 4.5690 21.4015 78.095 -1.507 -3.469 0.736 353.182 +20 Feb 2021 14:00 UT 57.71 8.788 1785.1 401514 4.6038 21.5165 77.589 -1.508 -3.522 0.678 353.379 +20 Feb 2021 15:00 UT 58.10 8.829 1785.6 401398 4.6388 21.6300 77.082 -1.508 -3.574 0.621 353.577 +20 Feb 2021 16:00 UT 58.49 8.871 1786.1 401281 4.6737 21.7418 76.575 -1.508 -3.626 0.564 353.776 +20 Feb 2021 17:00 UT 58.89 8.913 1786.6 401161 4.7088 21.8521 76.068 -1.508 -3.678 0.506 353.976 +20 Feb 2021 18:00 UT 59.28 8.954 1787.2 401039 4.7440 21.9608 75.561 -1.509 -3.729 0.449 354.176 +20 Feb 2021 19:00 UT 59.67 8.996 1787.7 400915 4.7792 22.0679 75.055 -1.509 -3.780 0.391 354.378 +20 Feb 2021 20:00 UT 60.06 9.038 1788.3 400789 4.8145 22.1733 74.548 -1.509 -3.831 0.333 354.580 +20 Feb 2021 21:00 UT 60.45 9.079 1788.9 400661 4.8498 22.2771 74.041 -1.509 -3.881 0.275 354.783 +20 Feb 2021 22:00 UT 60.84 9.121 1789.4 400531 4.8853 22.3792 73.534 -1.510 -3.931 0.218 354.987 +20 Feb 2021 23:00 UT 61.23 9.163 1790.0 400399 4.9208 22.4797 73.028 -1.510 -3.981 0.160 355.192 +21 Feb 2021 00:00 UT 61.62 9.204 1790.6 400265 4.9564 22.5785 72.521 -1.510 -4.030 0.102 355.398 +21 Feb 2021 01:00 UT 62.01 9.246 1791.2 400129 4.9921 22.6755 72.014 -1.510 -4.079 0.044 355.604 +21 Feb 2021 02:00 UT 62.40 9.288 1791.9 399991 5.0278 22.7709 71.508 -1.510 -4.128 -0.014 355.811 +21 Feb 2021 03:00 UT 62.79 9.329 1792.5 399851 5.0637 22.8645 71.001 -1.511 -4.176 -0.072 356.019 +21 Feb 2021 04:00 UT 63.18 9.371 1793.1 399709 5.0996 22.9564 70.494 -1.511 -4.224 -0.131 356.227 +21 Feb 2021 05:00 UT 63.56 9.413 1793.8 399566 5.1355 23.0466 69.988 -1.511 -4.272 -0.189 356.437 +21 Feb 2021 06:00 UT 63.95 9.454 1794.4 399420 5.1716 23.1349 69.481 -1.511 -4.319 -0.247 356.647 +21 Feb 2021 07:00 UT 64.34 9.496 1795.1 399273 5.2077 23.2215 68.974 -1.512 -4.366 -0.305 356.858 +21 Feb 2021 08:00 UT 64.72 9.538 1795.7 399123 5.2439 23.3063 68.468 -1.512 -4.412 -0.363 357.069 +21 Feb 2021 09:00 UT 65.11 9.579 1796.4 398972 5.2802 23.3893 67.961 -1.512 -4.458 -0.421 357.281 +21 Feb 2021 10:00 UT 65.49 9.621 1797.1 398819 5.3166 23.4704 67.454 -1.512 -4.503 -0.480 357.494 +21 Feb 2021 11:00 UT 65.87 9.663 1797.8 398665 5.3530 23.5498 66.948 -1.512 -4.549 -0.538 357.707 +21 Feb 2021 12:00 UT 66.26 9.704 1798.5 398508 5.3895 23.6272 66.441 -1.513 -4.593 -0.596 357.921 +21 Feb 2021 13:00 UT 66.64 9.746 1799.2 398350 5.4261 23.7029 65.935 -1.513 -4.637 -0.654 358.135 +21 Feb 2021 14:00 UT 67.02 9.788 1800.0 398190 5.4627 23.7766 65.428 -1.513 -4.681 -0.713 358.351 +21 Feb 2021 15:00 UT 67.40 9.829 1800.7 398028 5.4994 23.8484 64.921 -1.513 -4.725 -0.771 358.566 +21 Feb 2021 16:00 UT 67.78 9.871 1801.4 397865 5.5362 23.9184 64.415 -1.514 -4.767 -0.829 358.782 +21 Feb 2021 17:00 UT 68.16 9.913 1802.2 397700 5.5731 23.9864 63.908 -1.514 -4.810 -0.887 358.999 +21 Feb 2021 18:00 UT 68.54 9.954 1802.9 397533 5.6100 24.0525 63.402 -1.514 -4.852 -0.945 359.216 +21 Feb 2021 19:00 UT 68.92 9.996 1803.7 397365 5.6470 24.1166 62.895 -1.514 -4.893 -1.004 359.434 +21 Feb 2021 20:00 UT 69.29 10.038 1804.5 397194 5.6841 24.1788 62.389 -1.514 -4.934 -1.062 359.652 +21 Feb 2021 21:00 UT 69.67 10.079 1805.2 397023 5.7213 24.2391 61.882 -1.515 -4.975 -1.120 359.871 +21 Feb 2021 22:00 UT 70.04 10.121 1806.0 396849 5.7585 24.2973 61.376 -1.515 -5.015 -1.178 0.090 +21 Feb 2021 23:00 UT 70.41 10.163 1806.8 396675 5.7958 24.3536 60.869 -1.515 -5.054 -1.236 0.310 +22 Feb 2021 00:00 UT 70.79 10.204 1807.6 396498 5.8331 24.4078 60.363 -1.515 -5.093 -1.294 0.529 +22 Feb 2021 01:00 UT 71.16 10.246 1808.4 396320 5.8706 24.4601 59.856 -1.515 -5.132 -1.352 0.750 +22 Feb 2021 02:00 UT 71.53 10.288 1809.3 396141 5.9080 24.5103 59.350 -1.516 -5.169 -1.410 0.970 +22 Feb 2021 03:00 UT 71.90 10.329 1810.1 395960 5.9456 24.5585 58.843 -1.516 -5.207 -1.467 1.191 +22 Feb 2021 04:00 UT 72.27 10.371 1810.9 395777 5.9832 24.6046 58.337 -1.516 -5.244 -1.525 1.412 +22 Feb 2021 05:00 UT 72.63 10.413 1811.8 395594 6.0209 24.6486 57.830 -1.516 -5.280 -1.583 1.634 +22 Feb 2021 06:00 UT 73.00 10.454 1812.6 395408 6.0586 24.6906 57.324 -1.516 -5.316 -1.640 1.856 +22 Feb 2021 07:00 UT 73.36 10.496 1813.5 395222 6.0965 24.7304 56.817 -1.517 -5.351 -1.698 2.078 +22 Feb 2021 08:00 UT 73.73 10.538 1814.3 395033 6.1343 24.7682 56.311 -1.517 -5.386 -1.755 2.300 +22 Feb 2021 09:00 UT 74.09 10.579 1815.2 394844 6.1723 24.8039 55.805 -1.517 -5.420 -1.812 2.522 +22 Feb 2021 10:00 UT 74.45 10.621 1816.1 394653 6.2103 24.8374 55.298 -1.517 -5.454 -1.870 2.745 +22 Feb 2021 11:00 UT 74.81 10.663 1817.0 394461 6.2483 24.8688 54.792 -1.517 -5.487 -1.927 2.967 +22 Feb 2021 12:00 UT 75.17 10.704 1817.9 394268 6.2864 24.8981 54.286 -1.518 -5.519 -1.984 3.190 +22 Feb 2021 13:00 UT 75.53 10.746 1818.8 394073 6.3246 24.9252 53.779 -1.518 -5.551 -2.041 3.413 +22 Feb 2021 14:00 UT 75.88 10.788 1819.7 393877 6.3628 24.9501 53.273 -1.518 -5.582 -2.098 3.636 +22 Feb 2021 15:00 UT 76.24 10.829 1820.6 393680 6.4011 24.9729 52.766 -1.518 -5.613 -2.154 3.859 +22 Feb 2021 16:00 UT 76.59 10.871 1821.5 393482 6.4395 24.9935 52.260 -1.518 -5.643 -2.211 4.082 +22 Feb 2021 17:00 UT 76.94 10.913 1822.4 393283 6.4779 25.0118 51.754 -1.519 -5.672 -2.267 4.305 +22 Feb 2021 18:00 UT 77.29 10.954 1823.3 393082 6.5163 25.0280 51.247 -1.519 -5.701 -2.324 4.527 +22 Feb 2021 19:00 UT 77.64 10.996 1824.3 392880 6.5548 25.0420 50.741 -1.519 -5.729 -2.380 4.750 +22 Feb 2021 20:00 UT 77.99 11.038 1825.2 392678 6.5933 25.0537 50.235 -1.519 -5.757 -2.436 4.973 +22 Feb 2021 21:00 UT 78.33 11.079 1826.2 392474 6.6319 25.0632 49.729 -1.519 -5.784 -2.492 5.196 +22 Feb 2021 22:00 UT 78.68 11.121 1827.1 392269 6.6706 25.0704 49.222 -1.520 -5.810 -2.548 5.418 +22 Feb 2021 23:00 UT 79.02 11.163 1828.1 392063 6.7093 25.0754 48.716 -1.520 -5.836 -2.603 5.640 +23 Feb 2021 00:00 UT 79.36 11.204 1829.0 391856 6.7480 25.0782 48.210 -1.520 -5.861 -2.659 5.862 +23 Feb 2021 01:00 UT 79.70 11.246 1830.0 391649 6.7868 25.0787 47.703 -1.520 -5.885 -2.714 6.084 +23 Feb 2021 02:00 UT 80.04 11.288 1831.0 391440 6.8256 25.0769 47.197 -1.520 -5.909 -2.769 6.306 +23 Feb 2021 03:00 UT 80.37 11.329 1832.0 391230 6.8645 25.0728 46.691 -1.521 -5.932 -2.824 6.527 +23 Feb 2021 04:00 UT 80.70 11.371 1833.0 391020 6.9034 25.0664 46.185 -1.521 -5.955 -2.879 6.748 +23 Feb 2021 05:00 UT 81.04 11.413 1834.0 390809 6.9424 25.0577 45.678 -1.521 -5.976 -2.933 6.969 +23 Feb 2021 06:00 UT 81.37 11.454 1834.9 390597 6.9814 25.0467 45.172 -1.521 -5.997 -2.988 7.189 +23 Feb 2021 07:00 UT 81.69 11.496 1835.9 390384 7.0204 25.0334 44.666 -1.521 -6.018 -3.042 7.409 +23 Feb 2021 08:00 UT 82.02 11.538 1837.0 390170 7.0595 25.0178 44.160 -1.521 -6.038 -3.096 7.628 +23 Feb 2021 09:00 UT 82.35 11.579 1838.0 389955 7.0986 24.9999 43.654 -1.522 -6.057 -3.149 7.847 +23 Feb 2021 10:00 UT 82.67 11.621 1839.0 389740 7.1377 24.9796 43.147 -1.522 -6.075 -3.203 8.066 +23 Feb 2021 11:00 UT 82.99 11.663 1840.0 389525 7.1769 24.9570 42.641 -1.522 -6.093 -3.256 8.283 +23 Feb 2021 12:00 UT 83.31 11.704 1841.0 389308 7.2161 24.9321 42.135 -1.522 -6.110 -3.309 8.501 +23 Feb 2021 13:00 UT 83.62 11.746 1842.0 389091 7.2553 24.9048 41.629 -1.522 -6.126 -3.362 8.718 +23 Feb 2021 14:00 UT 83.94 11.788 1843.1 388873 7.2946 24.8752 41.123 -1.523 -6.142 -3.415 8.934 +23 Feb 2021 15:00 UT 84.25 11.829 1844.1 388655 7.3339 24.8432 40.617 -1.523 -6.157 -3.467 9.149 +23 Feb 2021 16:00 UT 84.56 11.871 1845.2 388437 7.3732 24.8089 40.111 -1.523 -6.171 -3.519 9.364 +23 Feb 2021 17:00 UT 84.87 11.913 1846.2 388217 7.4125 24.7721 39.604 -1.523 -6.185 -3.571 9.578 +23 Feb 2021 18:00 UT 85.17 11.954 1847.2 387998 7.4519 24.7331 39.098 -1.523 -6.197 -3.623 9.792 +23 Feb 2021 19:00 UT 85.48 11.996 1848.3 387777 7.4913 24.6916 38.592 -1.523 -6.210 -3.674 10.004 +23 Feb 2021 20:00 UT 85.78 12.038 1849.3 387557 7.5307 24.6478 38.086 -1.524 -6.221 -3.725 10.216 +23 Feb 2021 21:00 UT 86.08 12.079 1850.4 387336 7.5701 24.6016 37.580 -1.524 -6.232 -3.776 10.427 +23 Feb 2021 22:00 UT 86.37 12.121 1851.5 387115 7.6096 24.5531 37.074 -1.524 -6.241 -3.827 10.637 +23 Feb 2021 23:00 UT 86.67 12.163 1852.5 386893 7.6490 24.5021 36.568 -1.524 -6.251 -3.877 10.847 +24 Feb 2021 00:00 UT 86.96 12.204 1853.6 386671 7.6885 24.4488 36.062 -1.524 -6.259 -3.927 11.055 +24 Feb 2021 01:00 UT 87.25 12.246 1854.6 386449 7.7280 24.3931 35.556 -1.524 -6.267 -3.977 11.263 +24 Feb 2021 02:00 UT 87.54 12.288 1855.7 386227 7.7675 24.3350 35.050 -1.525 -6.274 -4.026 11.469 +24 Feb 2021 03:00 UT 87.82 12.329 1856.8 386004 7.8070 24.2746 34.544 -1.525 -6.280 -4.075 11.675 +24 Feb 2021 04:00 UT 88.10 12.371 1857.9 385781 7.8466 24.2117 34.037 -1.525 -6.286 -4.124 11.879 +24 Feb 2021 05:00 UT 88.38 12.413 1858.9 385558 7.8861 24.1465 33.531 -1.525 -6.291 -4.173 12.082 +24 Feb 2021 06:00 UT 88.66 12.454 1860.0 385335 7.9257 24.0789 33.025 -1.525 -6.295 -4.221 12.285 +24 Feb 2021 07:00 UT 88.93 12.496 1861.1 385112 7.9652 24.0089 32.519 -1.525 -6.298 -4.268 12.486 +24 Feb 2021 08:00 UT 89.21 12.538 1862.2 384889 8.0048 23.9366 32.013 -1.525 -6.300 -4.316 12.686 +24 Feb 2021 09:00 UT 89.48 12.579 1863.2 384666 8.0443 23.8619 31.507 -1.526 -6.302 -4.363 12.885 +24 Feb 2021 10:00 UT 89.74 12.621 1864.3 384443 8.0839 23.7848 31.001 -1.526 -6.303 -4.410 13.082 +24 Feb 2021 11:00 UT 90.01 12.663 1865.4 384220 8.1235 23.7053 30.495 -1.526 -6.304 -4.456 13.279 +24 Feb 2021 12:00 UT 90.27 12.704 1866.5 383997 8.1630 23.6234 29.989 -1.526 -6.303 -4.502 13.474 +24 Feb 2021 13:00 UT 90.52 12.746 1867.6 383774 8.2026 23.5392 29.483 -1.526 -6.302 -4.548 13.668 +24 Feb 2021 14:00 UT 90.78 12.788 1868.7 383551 8.2421 23.4526 28.977 -1.526 -6.300 -4.593 13.860 +24 Feb 2021 15:00 UT 91.03 12.829 1869.7 383328 8.2817 23.3637 28.471 -1.526 -6.297 -4.638 14.051 +24 Feb 2021 16:00 UT 91.28 12.871 1870.8 383106 8.3213 23.2724 27.965 -1.527 -6.294 -4.683 14.241 +24 Feb 2021 17:00 UT 91.53 12.913 1871.9 382884 8.3608 23.1788 27.460 -1.527 -6.290 -4.727 14.429 +24 Feb 2021 18:00 UT 91.77 12.954 1873.0 382662 8.4003 23.0828 26.954 -1.527 -6.285 -4.771 14.616 +24 Feb 2021 19:00 UT 92.01 12.996 1874.1 382440 8.4399 22.9845 26.448 -1.527 -6.279 -4.814 14.802 +24 Feb 2021 20:00 UT 92.25 13.038 1875.2 382219 8.4794 22.8838 25.942 -1.527 -6.273 -4.857 14.986 +24 Feb 2021 21:00 UT 92.48 13.079 1876.3 381998 8.5189 22.7808 25.436 -1.527 -6.266 -4.900 15.168 +24 Feb 2021 22:00 UT 92.71 13.121 1877.3 381777 8.5584 22.6755 24.930 -1.527 -6.258 -4.942 15.349 +24 Feb 2021 23:00 UT 92.94 13.163 1878.4 381557 8.5979 22.5679 24.424 -1.528 -6.249 -4.984 15.529 +25 Feb 2021 00:00 UT 93.17 13.204 1879.5 381338 8.6373 22.4580 23.918 -1.528 -6.239 -5.025 15.706 +25 Feb 2021 01:00 UT 93.39 13.246 1880.6 381118 8.6768 22.3457 23.412 -1.528 -6.229 -5.066 15.883 +25 Feb 2021 02:00 UT 93.61 13.288 1881.7 380900 8.7162 22.2312 22.906 -1.528 -6.218 -5.106 16.057 +25 Feb 2021 03:00 UT 93.82 13.329 1882.7 380681 8.7557 22.1144 22.400 -1.528 -6.206 -5.146 16.230 +25 Feb 2021 04:00 UT 94.04 13.371 1883.8 380464 8.7951 21.9953 21.894 -1.528 -6.194 -5.186 16.401 +25 Feb 2021 05:00 UT 94.24 13.413 1884.9 380247 8.8345 21.8740 21.388 -1.528 -6.181 -5.225 16.571 +25 Feb 2021 06:00 UT 94.45 13.454 1886.0 380030 8.8738 21.7503 20.883 -1.528 -6.167 -5.263 16.739 +25 Feb 2021 07:00 UT 94.65 13.496 1887.0 379815 8.9132 21.6245 20.377 -1.529 -6.152 -5.302 16.905 +25 Feb 2021 08:00 UT 94.85 13.538 1888.1 379600 8.9525 21.4964 19.871 -1.529 -6.137 -5.339 17.069 +25 Feb 2021 09:00 UT 95.05 13.579 1889.2 379385 8.9918 21.3660 19.365 -1.529 -6.120 -5.376 17.231 +25 Feb 2021 10:00 UT 95.24 13.621 1890.2 379172 9.0311 21.2335 18.859 -1.529 -6.103 -5.413 17.392 +25 Feb 2021 11:00 UT 95.42 13.663 1891.3 378959 9.0703 21.0987 18.353 -1.529 -6.086 -5.449 17.551 +25 Feb 2021 12:00 UT 95.61 13.704 1892.4 378747 9.1095 20.9618 17.847 -1.529 -6.067 -5.485 17.707 +25 Feb 2021 13:00 UT 95.79 13.746 1893.4 378536 9.1487 20.8226 17.342 -1.529 -6.048 -5.520 17.862 +25 Feb 2021 14:00 UT 95.97 13.788 1894.5 378326 9.1879 20.6813 16.836 -1.529 -6.028 -5.555 18.016 +25 Feb 2021 15:00 UT 96.14 13.829 1895.5 378116 9.2270 20.5378 16.330 -1.529 -6.008 -5.589 18.167 +25 Feb 2021 16:00 UT 96.31 13.871 1896.6 377908 9.2661 20.3922 15.824 -1.529 -5.986 -5.623 18.316 +25 Feb 2021 17:00 UT 96.48 13.913 1897.6 377700 9.3052 20.2444 15.318 -1.530 -5.964 -5.656 18.463 +25 Feb 2021 18:00 UT 96.64 13.954 1898.6 377494 9.3443 20.0945 14.812 -1.530 -5.941 -5.688 18.609 +25 Feb 2021 19:00 UT 96.80 13.996 1899.7 377288 9.3833 19.9425 14.306 -1.530 -5.918 -5.721 18.752 +25 Feb 2021 20:00 UT 96.96 14.038 1900.7 377084 9.4223 19.7884 13.801 -1.530 -5.894 -5.752 18.893 +25 Feb 2021 21:00 UT 97.11 14.079 1901.7 376881 9.4612 19.6322 13.295 -1.530 -5.869 -5.783 19.032 +25 Feb 2021 22:00 UT 97.25 14.121 1902.7 376678 9.5002 19.4740 12.789 -1.530 -5.843 -5.813 19.170 +25 Feb 2021 23:00 UT 97.40 14.163 1903.8 376477 9.5391 19.3137 12.283 -1.530 -5.817 -5.843 19.305 +26 Feb 2021 00:00 UT 97.54 14.204 1904.8 376277 9.5779 19.1514 11.777 -1.530 -5.790 -5.873 19.438 +26 Feb 2021 01:00 UT 97.67 14.246 1905.8 376078 9.6167 18.9870 11.272 -1.530 -5.762 -5.901 19.569 +26 Feb 2021 02:00 UT 97.81 14.288 1906.8 375881 9.6555 18.8206 10.766 -1.530 -5.733 -5.930 19.697 +26 Feb 2021 03:00 UT 97.93 14.329 1907.8 375684 9.6943 18.6523 10.260 -1.530 -5.704 -5.957 19.824 +26 Feb 2021 04:00 UT 98.06 14.371 1908.8 375489 9.7330 18.4819 9.754 -1.531 -5.675 -5.984 19.949 +26 Feb 2021 05:00 UT 98.18 14.413 1909.8 375296 9.7717 18.3096 9.248 -1.531 -5.644 -6.010 20.071 +26 Feb 2021 06:00 UT 98.29 14.454 1910.7 375103 9.8103 18.1354 8.743 -1.531 -5.613 -6.036 20.191 +26 Feb 2021 07:00 UT 98.41 14.496 1911.7 374912 9.8490 17.9592 8.237 -1.531 -5.581 -6.062 20.309 +26 Feb 2021 08:00 UT 98.51 14.538 1912.7 374722 9.8875 17.7811 7.731 -1.531 -5.549 -6.086 20.425 +26 Feb 2021 09:00 UT 98.62 14.579 1913.6 374534 9.9261 17.6012 7.225 -1.531 -5.515 -6.110 20.539 +26 Feb 2021 10:00 UT 98.72 14.621 1914.6 374347 9.9646 17.4193 6.719 -1.531 -5.482 -6.134 20.650 +26 Feb 2021 11:00 UT 98.81 14.663 1915.5 374161 10.0030 17.2356 6.214 -1.531 -5.447 -6.156 20.759 +26 Feb 2021 12:00 UT 98.90 14.704 1916.5 373977 10.0414 17.0501 5.708 -1.531 -5.412 -6.178 20.866 +26 Feb 2021 13:00 UT 98.99 14.746 1917.4 373794 10.0798 16.8627 5.202 -1.531 -5.376 -6.200 20.971 +26 Feb 2021 14:00 UT 99.07 14.788 1918.4 373613 10.1182 16.6736 4.696 -1.531 -5.340 -6.221 21.073 +26 Feb 2021 15:00 UT 99.15 14.829 1919.3 373434 10.1565 16.4827 4.191 -1.531 -5.303 -6.241 21.174 +26 Feb 2021 16:00 UT 99.22 14.871 1920.2 373256 10.1948 16.2900 3.685 -1.531 -5.265 -6.261 21.272 +26 Feb 2021 17:00 UT 99.29 14.913 1921.1 373079 10.2330 16.0955 3.179 -1.531 -5.227 -6.280 21.367 +26 Feb 2021 18:00 UT 99.36 14.954 1922.0 372904 10.2712 15.8994 2.673 -1.531 -5.188 -6.298 21.460 +26 Feb 2021 19:00 UT 99.42 14.996 1922.9 372731 10.3093 15.7015 2.168 -1.532 -5.149 -6.316 21.551 +26 Feb 2021 20:00 UT 99.48 15.038 1923.8 372560 10.3474 15.5020 1.662 -1.532 -5.109 -6.333 21.640 +26 Feb 2021 21:00 UT 99.53 15.079 1924.7 372390 10.3855 15.3007 1.156 -1.532 -5.068 -6.349 21.727 +26 Feb 2021 22:00 UT 99.58 15.121 1925.5 372222 10.4236 15.0979 0.650 -1.532 -5.027 -6.365 21.811 +26 Feb 2021 23:00 UT 99.62 15.163 1926.4 372055 10.4616 14.8934 0.144 -1.532 -4.985 -6.380 21.892 +27 Feb 2021 00:00 UT 99.66 15.204 1927.2 371891 10.4995 14.6874 -0.361 -1.532 -4.943 -6.394 21.972 +27 Feb 2021 01:00 UT 99.70 15.246 1928.1 371728 10.5374 14.4797 -0.867 -1.532 -4.900 -6.408 22.049 +27 Feb 2021 02:00 UT 99.73 15.288 1928.9 371566 10.5753 14.2705 -1.373 -1.532 -4.856 -6.421 22.124 +27 Feb 2021 03:00 UT 99.75 15.329 1929.8 371407 10.6132 14.0598 -1.879 -1.532 -4.812 -6.433 22.196 +27 Feb 2021 04:00 UT 99.77 15.371 1930.6 371249 10.6510 13.8475 -2.384 -1.532 -4.768 -6.445 22.266 +27 Feb 2021 05:00 UT 99.79 15.413 1931.4 371094 10.6888 13.6338 -2.890 -1.532 -4.722 -6.456 22.334 +27 Feb 2021 06:00 UT 99.80 15.454 1932.2 370940 10.7265 13.4186 -3.396 -1.532 -4.677 -6.466 22.399 +27 Feb 2021 07:00 UT 99.81 15.496 1933.0 370788 10.7642 13.2019 -3.902 -1.532 -4.631 -6.476 22.462 +27 Feb 2021 08:00 UT 99.81 15.538 1933.8 370638 10.8019 12.9838 -4.407 -1.532 -4.584 -6.484 22.522 +27 Feb 2021 09:00 UT 99.81 15.579 1934.5 370489 10.8395 12.7644 -4.913 -1.532 -4.537 -6.493 22.581 +27 Feb 2021 10:00 UT 99.81 15.621 1935.3 370343 10.8771 12.5435 -5.419 -1.532 -4.489 -6.500 22.637 +27 Feb 2021 11:00 UT 99.80 15.663 1936.1 370199 10.9146 12.3213 -5.925 -1.532 -4.441 -6.507 22.690 +27 Feb 2021 12:00 UT 99.78 15.704 1936.8 370056 10.9521 12.0977 -6.430 -1.532 -4.393 -6.513 22.741 +27 Feb 2021 13:00 UT 99.76 15.746 1937.5 369916 10.9896 11.8729 -6.936 -1.532 -4.344 -6.518 22.790 +27 Feb 2021 14:00 UT 99.74 15.788 1938.3 369777 11.0271 11.6467 -7.442 -1.532 -4.294 -6.523 22.836 +27 Feb 2021 15:00 UT 99.71 15.829 1939.0 369641 11.0645 11.4193 -7.948 -1.532 -4.244 -6.527 22.880 +27 Feb 2021 16:00 UT 99.67 15.871 1939.7 369506 11.1019 11.1907 -8.453 -1.532 -4.194 -6.530 22.922 +27 Feb 2021 17:00 UT 99.63 15.913 1940.4 369374 11.1392 10.9608 -8.959 -1.532 -4.143 -6.533 22.961 +27 Feb 2021 18:00 UT 99.59 15.954 1941.1 369243 11.1765 10.7298 -9.465 -1.532 -4.092 -6.534 22.998 +27 Feb 2021 19:00 UT 99.54 15.996 1941.7 369115 11.2138 10.4976 -9.971 -1.532 -4.040 -6.535 23.032 +27 Feb 2021 20:00 UT 99.49 16.038 1942.4 368989 11.2511 10.2642 -10.476 -1.532 -3.988 -6.536 23.064 +27 Feb 2021 21:00 UT 99.43 16.079 1943.1 368864 11.2883 10.0298 -10.982 -1.532 -3.935 -6.535 23.094 +27 Feb 2021 22:00 UT 99.37 16.121 1943.7 368742 11.3255 9.7942 -11.488 -1.532 -3.882 -6.534 23.121 +27 Feb 2021 23:00 UT 99.31 16.163 1944.3 368622 11.3627 9.5576 -11.994 -1.532 -3.829 -6.532 23.146 +28 Feb 2021 00:00 UT 99.24 16.204 1945.0 368504 11.3998 9.3199 -12.500 -1.532 -3.776 -6.530 23.169 +28 Feb 2021 01:00 UT 99.16 16.246 1945.6 368389 11.4369 9.0812 -13.005 -1.532 -3.722 -6.526 23.189 +28 Feb 2021 02:00 UT 99.08 16.288 1946.2 368275 11.4740 8.8416 -13.511 -1.532 -3.667 -6.522 23.207 +28 Feb 2021 03:00 UT 98.99 16.329 1946.8 368163 11.5110 8.6009 -14.017 -1.532 -3.613 -6.518 23.223 +28 Feb 2021 04:00 UT 98.90 16.371 1947.3 368054 11.5481 8.3593 -14.523 -1.532 -3.558 -6.512 23.236 +28 Feb 2021 05:00 UT 98.81 16.413 1947.9 367947 11.5851 8.1168 -15.029 -1.532 -3.502 -6.506 23.247 +28 Feb 2021 06:00 UT 98.71 16.454 1948.5 367842 11.6220 7.8734 -15.534 -1.532 -3.447 -6.499 23.255 +28 Feb 2021 07:00 UT 98.61 16.496 1949.0 367739 11.6590 7.6292 -16.040 -1.532 -3.391 -6.491 23.262 +28 Feb 2021 08:00 UT 98.50 16.538 1949.5 367638 11.6959 7.3841 -16.546 -1.532 -3.334 -6.483 23.265 +28 Feb 2021 09:00 UT 98.39 16.579 1950.1 367540 11.7328 7.1382 -17.052 -1.532 -3.278 -6.474 23.267 +28 Feb 2021 10:00 UT 98.27 16.621 1950.6 367443 11.7697 6.8915 -17.558 -1.532 -3.221 -6.464 23.266 +28 Feb 2021 11:00 UT 98.15 16.663 1951.1 367349 11.8066 6.6440 -18.063 -1.532 -3.164 -6.453 23.263 +28 Feb 2021 12:00 UT 98.02 16.704 1951.6 367257 11.8434 6.3958 -18.569 -1.532 -3.107 -6.442 23.257 +28 Feb 2021 13:00 UT 97.89 16.746 1952.0 367168 11.8802 6.1469 -19.075 -1.532 -3.049 -6.430 23.250 +28 Feb 2021 14:00 UT 97.75 16.788 1952.5 367080 11.9171 5.8973 -19.581 -1.532 -2.991 -6.417 23.239 +28 Feb 2021 15:00 UT 97.61 16.829 1953.0 366995 11.9538 5.6471 -20.087 -1.532 -2.933 -6.403 23.227 +28 Feb 2021 16:00 UT 97.46 16.871 1953.4 366912 11.9906 5.3962 -20.592 -1.532 -2.875 -6.389 23.212 +28 Feb 2021 17:00 UT 97.31 16.913 1953.8 366831 12.0274 5.1447 -21.098 -1.532 -2.817 -6.374 23.195 +28 Feb 2021 18:00 UT 97.16 16.954 1954.2 366753 12.0641 4.8927 -21.604 -1.532 -2.758 -6.358 23.176 +28 Feb 2021 19:00 UT 97.00 16.996 1954.6 366676 12.1008 4.6401 -22.110 -1.532 -2.699 -6.342 23.154 +28 Feb 2021 20:00 UT 96.84 17.038 1955.0 366602 12.1375 4.3869 -22.616 -1.532 -2.640 -6.325 23.130 +28 Feb 2021 21:00 UT 96.67 17.079 1955.4 366531 12.1742 4.1333 -23.122 -1.532 -2.581 -6.307 23.104 +28 Feb 2021 22:00 UT 96.49 17.121 1955.8 366461 12.2109 3.8792 -23.628 -1.532 -2.521 -6.288 23.076 +28 Feb 2021 23:00 UT 96.32 17.163 1956.2 366394 12.2476 3.6246 -24.133 -1.532 -2.462 -6.269 23.045 +01 Mar 2021 00:00 UT 96.14 17.204 1956.5 366328 12.2843 3.3697 -24.639 -1.531 -2.402 -6.249 23.012 +01 Mar 2021 01:00 UT 95.95 17.246 1956.8 366266 12.3209 3.1143 -25.145 -1.531 -2.342 -6.228 22.977 +01 Mar 2021 02:00 UT 95.76 17.288 1957.2 366205 12.3576 2.8586 -25.651 -1.531 -2.282 -6.206 22.939 +01 Mar 2021 03:00 UT 95.56 17.329 1957.5 366146 12.3942 2.6025 -26.157 -1.531 -2.222 -6.184 22.900 +01 Mar 2021 04:00 UT 95.36 17.371 1957.8 366090 12.4309 2.3461 -26.663 -1.531 -2.162 -6.161 22.858 +01 Mar 2021 05:00 UT 95.16 17.413 1958.1 366036 12.4675 2.0895 -27.169 -1.531 -2.102 -6.138 22.813 +01 Mar 2021 06:00 UT 94.95 17.454 1958.3 365985 12.5042 1.8326 -27.675 -1.531 -2.042 -6.113 22.767 +01 Mar 2021 07:00 UT 94.74 17.496 1958.6 365935 12.5408 1.5754 -28.181 -1.531 -1.981 -6.088 22.718 +01 Mar 2021 08:00 UT 94.52 17.538 1958.9 365888 12.5774 1.3181 -28.686 -1.531 -1.921 -6.062 22.668 +01 Mar 2021 09:00 UT 94.30 17.579 1959.1 365843 12.6140 1.0605 -29.192 -1.531 -1.860 -6.036 22.615 +01 Mar 2021 10:00 UT 94.07 17.621 1959.3 365800 12.6507 0.8029 -29.698 -1.531 -1.800 -6.009 22.559 +01 Mar 2021 11:00 UT 93.84 17.663 1959.5 365760 12.6873 0.5451 -30.204 -1.531 -1.739 -5.981 22.502 +01 Mar 2021 12:00 UT 93.60 17.704 1959.8 365721 12.7239 0.2872 -30.710 -1.531 -1.679 -5.953 22.443 +01 Mar 2021 13:00 UT 93.37 17.746 1959.9 365685 12.7606 0.0292 -31.216 -1.531 -1.618 -5.923 22.381 +01 Mar 2021 14:00 UT 93.12 17.788 1960.1 365651 12.7972 -0.2288 -31.722 -1.531 -1.557 -5.894 22.317 +01 Mar 2021 15:00 UT 92.87 17.829 1960.3 365619 12.8338 -0.4868 -32.228 -1.531 -1.497 -5.863 22.251 +01 Mar 2021 16:00 UT 92.62 17.871 1960.5 365590 12.8705 -0.7448 -32.734 -1.531 -1.436 -5.832 22.183 +01 Mar 2021 17:00 UT 92.37 17.913 1960.6 365562 12.9071 -1.0028 -33.240 -1.531 -1.375 -5.800 22.112 +01 Mar 2021 18:00 UT 92.11 17.954 1960.7 365537 12.9438 -1.2607 -33.746 -1.530 -1.315 -5.767 22.040 +01 Mar 2021 19:00 UT 91.84 17.996 1960.9 365514 12.9805 -1.5185 -34.252 -1.530 -1.254 -5.734 21.965 +01 Mar 2021 20:00 UT 91.58 18.038 1961.0 365493 13.0172 -1.7762 -34.758 -1.530 -1.193 -5.700 21.889 +01 Mar 2021 21:00 UT 91.30 18.079 1961.1 365474 13.0539 -2.0337 -35.264 -1.530 -1.133 -5.666 21.810 +01 Mar 2021 22:00 UT 91.03 18.121 1961.2 365457 13.0906 -2.2911 -35.770 -1.530 -1.073 -5.631 21.729 +01 Mar 2021 23:00 UT 90.75 18.163 1961.2 365443 13.1273 -2.5483 -36.276 -1.530 -1.012 -5.595 21.646 +02 Mar 2021 00:00 UT 90.46 18.204 1961.3 365431 13.1640 -2.8052 -36.782 -1.530 -0.952 -5.558 21.561 +02 Mar 2021 01:00 UT 90.17 18.246 1961.4 365420 13.2008 -3.0619 -37.288 -1.530 -0.892 -5.521 21.474 +02 Mar 2021 02:00 UT 89.88 18.288 1961.4 365412 13.2376 -3.3183 -37.794 -1.530 -0.831 -5.484 21.384 +02 Mar 2021 03:00 UT 89.59 18.329 1961.4 365406 13.2744 -3.5744 -38.300 -1.530 -0.771 -5.445 21.293 +02 Mar 2021 04:00 UT 89.29 18.371 1961.5 365402 13.3112 -3.8301 -38.806 -1.530 -0.711 -5.406 21.200 +02 Mar 2021 05:00 UT 88.98 18.413 1961.5 365400 13.3480 -4.0855 -39.312 -1.530 -0.652 -5.367 21.104 +02 Mar 2021 06:00 UT 88.68 18.454 1961.5 365400 13.3848 -4.3405 -39.818 -1.530 -0.592 -5.327 21.007 +02 Mar 2021 07:00 UT 88.36 18.496 1961.5 365402 13.4217 -4.5951 -40.325 -1.530 -0.532 -5.286 20.907 +02 Mar 2021 08:00 UT 88.05 18.538 1961.4 365407 13.4586 -4.8492 -40.831 -1.529 -0.473 -5.244 20.806 +02 Mar 2021 09:00 UT 87.73 18.579 1961.4 365413 13.4955 -5.1029 -41.337 -1.529 -0.414 -5.202 20.702 +02 Mar 2021 10:00 UT 87.41 18.621 1961.4 365421 13.5324 -5.3560 -41.843 -1.529 -0.355 -5.160 20.596 +02 Mar 2021 11:00 UT 87.08 18.663 1961.3 365431 13.5694 -5.6087 -42.349 -1.529 -0.296 -5.117 20.489 +02 Mar 2021 12:00 UT 86.75 18.704 1961.2 365444 13.6064 -5.8608 -42.855 -1.529 -0.237 -5.073 20.379 +02 Mar 2021 13:00 UT 86.42 18.746 1961.2 365458 13.6434 -6.1123 -43.361 -1.529 -0.178 -5.029 20.268 +02 Mar 2021 14:00 UT 86.09 18.788 1961.1 365474 13.6805 -6.3632 -43.867 -1.529 -0.120 -4.984 20.154 +02 Mar 2021 15:00 UT 85.75 18.829 1961.0 365492 13.7176 -6.6135 -44.374 -1.529 -0.061 -4.939 20.039 +02 Mar 2021 16:00 UT 85.40 18.871 1960.9 365512 13.7547 -6.8631 -44.880 -1.529 -0.003 -4.893 19.921 +02 Mar 2021 17:00 UT 85.06 18.913 1960.8 365534 13.7918 -7.1120 -45.386 -1.529 0.055 -4.846 19.802 +02 Mar 2021 18:00 UT 84.71 18.954 1960.6 365558 13.8290 -7.3602 -45.892 -1.529 0.112 -4.799 19.680 +02 Mar 2021 19:00 UT 84.35 18.996 1960.5 365584 13.8662 -7.6077 -46.398 -1.529 0.170 -4.752 19.557 +02 Mar 2021 20:00 UT 84.00 19.038 1960.3 365612 13.9034 -7.8544 -46.905 -1.529 0.227 -4.703 19.432 +02 Mar 2021 21:00 UT 83.64 19.079 1960.2 365641 13.9407 -8.1003 -47.411 -1.528 0.284 -4.655 19.304 +02 Mar 2021 22:00 UT 83.28 19.121 1960.0 365672 13.9780 -8.3455 -47.917 -1.528 0.341 -4.606 19.175 +02 Mar 2021 23:00 UT 82.91 19.163 1959.8 365706 14.0154 -8.5897 -48.423 -1.528 0.397 -4.556 19.044 +03 Mar 2021 00:00 UT 82.54 19.204 1959.7 365741 14.0528 -8.8331 -48.930 -1.528 0.454 -4.506 18.911 +03 Mar 2021 01:00 UT 82.17 19.246 1959.5 365777 14.0902 -9.0756 -49.436 -1.528 0.510 -4.455 18.777 +03 Mar 2021 02:00 UT 81.80 19.288 1959.2 365816 14.1277 -9.3172 -49.942 -1.528 0.565 -4.404 18.640 +03 Mar 2021 03:00 UT 81.42 19.329 1959.0 365856 14.1652 -9.5579 -50.448 -1.528 0.621 -4.353 18.501 +03 Mar 2021 04:00 UT 81.04 19.371 1958.8 365898 14.2027 -9.7975 -50.955 -1.528 0.676 -4.300 18.361 +03 Mar 2021 05:00 UT 80.65 19.413 1958.6 365942 14.2403 -10.0362 -51.461 -1.528 0.731 -4.248 18.219 +03 Mar 2021 06:00 UT 80.27 19.454 1958.3 365988 14.2779 -10.2738 -51.967 -1.528 0.786 -4.195 18.074 +03 Mar 2021 07:00 UT 79.88 19.496 1958.1 366035 14.3156 -10.5104 -52.474 -1.528 0.840 -4.141 17.929 +03 Mar 2021 08:00 UT 79.49 19.538 1957.8 366084 14.3533 -10.7459 -52.980 -1.528 0.895 -4.088 17.781 +03 Mar 2021 09:00 UT 79.09 19.579 1957.5 366134 14.3911 -10.9804 -53.486 -1.527 0.948 -4.033 17.631 +03 Mar 2021 10:00 UT 78.70 19.621 1957.3 366187 14.4289 -11.2136 -53.993 -1.527 1.002 -3.978 17.480 +03 Mar 2021 11:00 UT 78.30 19.663 1957.0 366241 14.4668 -11.4458 -54.499 -1.527 1.055 -3.923 17.326 +03 Mar 2021 12:00 UT 77.89 19.704 1956.7 366296 14.5047 -11.6767 -55.006 -1.527 1.108 -3.868 17.171 +03 Mar 2021 13:00 UT 77.49 19.746 1956.4 366353 14.5427 -11.9065 -55.512 -1.527 1.161 -3.811 17.015 +03 Mar 2021 14:00 UT 77.08 19.788 1956.1 366412 14.5807 -12.1350 -56.018 -1.527 1.213 -3.755 16.856 +03 Mar 2021 15:00 UT 76.67 19.829 1955.7 366472 14.6187 -12.3623 -56.525 -1.527 1.265 -3.698 16.696 +03 Mar 2021 16:00 UT 76.26 19.871 1955.4 366534 14.6568 -12.5883 -57.031 -1.527 1.317 -3.641 16.534 +03 Mar 2021 17:00 UT 75.85 19.913 1955.1 366597 14.6950 -12.8130 -57.538 -1.527 1.369 -3.583 16.370 +03 Mar 2021 18:00 UT 75.43 19.954 1954.7 366662 14.7332 -13.0363 -58.044 -1.527 1.420 -3.525 16.204 +03 Mar 2021 19:00 UT 75.01 19.996 1954.4 366728 14.7715 -13.2583 -58.551 -1.527 1.470 -3.467 16.037 +03 Mar 2021 20:00 UT 74.59 20.038 1954.0 366796 14.8098 -13.4790 -59.057 -1.527 1.521 -3.408 15.868 +03 Mar 2021 21:00 UT 74.17 20.079 1953.6 366865 14.8482 -13.6982 -59.564 -1.527 1.571 -3.349 15.697 +03 Mar 2021 22:00 UT 73.74 20.121 1953.3 366936 14.8866 -13.9160 -60.070 -1.527 1.621 -3.290 15.525 +03 Mar 2021 23:00 UT 73.31 20.163 1952.9 367008 14.9251 -14.1324 -60.577 -1.526 1.670 -3.230 15.351 +04 Mar 2021 00:00 UT 72.88 20.204 1952.5 367081 14.9636 -14.3472 -61.083 -1.526 1.719 -3.170 15.175 +04 Mar 2021 01:00 UT 72.45 20.246 1952.1 367156 15.0022 -14.5606 -61.590 -1.526 1.768 -3.110 14.998 +04 Mar 2021 02:00 UT 72.02 20.288 1951.7 367232 15.0409 -14.7725 -62.096 -1.526 1.816 -3.049 14.819 +04 Mar 2021 03:00 UT 71.58 20.329 1951.3 367310 15.0796 -14.9828 -62.603 -1.526 1.864 -2.988 14.638 +04 Mar 2021 04:00 UT 71.15 20.371 1950.9 367389 15.1183 -15.1915 -63.110 -1.526 1.912 -2.927 14.456 +04 Mar 2021 05:00 UT 70.71 20.413 1950.4 367469 15.1572 -15.3987 -63.616 -1.526 1.959 -2.865 14.272 +04 Mar 2021 06:00 UT 70.27 20.454 1950.0 367550 15.1960 -15.6042 -64.123 -1.526 2.006 -2.803 14.086 +04 Mar 2021 07:00 UT 69.83 20.496 1949.6 367633 15.2350 -15.8081 -64.629 -1.526 2.053 -2.741 13.899 +04 Mar 2021 08:00 UT 69.38 20.538 1949.1 367717 15.2740 -16.0104 -65.136 -1.526 2.099 -2.678 13.711 +04 Mar 2021 09:00 UT 68.94 20.579 1948.7 367802 15.3130 -16.2109 -65.643 -1.526 2.145 -2.616 13.520 +04 Mar 2021 10:00 UT 68.49 20.621 1948.2 367889 15.3521 -16.4097 -66.149 -1.526 2.190 -2.553 13.329 +04 Mar 2021 11:00 UT 68.04 20.663 1947.7 367976 15.3913 -16.6068 -66.656 -1.526 2.235 -2.490 13.136 +04 Mar 2021 12:00 UT 67.59 20.704 1947.3 368065 15.4305 -16.8022 -67.163 -1.526 2.280 -2.426 12.941 +04 Mar 2021 13:00 UT 67.14 20.746 1946.8 368155 15.4698 -16.9958 -67.669 -1.526 2.324 -2.362 12.745 +04 Mar 2021 14:00 UT 66.69 20.788 1946.3 368246 15.5092 -17.1875 -68.176 -1.526 2.368 -2.298 12.547 +04 Mar 2021 15:00 UT 66.23 20.829 1945.8 368338 15.5486 -17.3775 -68.683 -1.525 2.412 -2.234 12.348 +04 Mar 2021 16:00 UT 65.78 20.871 1945.3 368432 15.5880 -17.5656 -69.190 -1.525 2.455 -2.170 12.147 +04 Mar 2021 17:00 UT 65.32 20.913 1944.8 368526 15.6276 -17.7519 -69.696 -1.525 2.498 -2.106 11.945 +04 Mar 2021 18:00 UT 64.87 20.954 1944.3 368622 15.6672 -17.9362 -70.203 -1.525 2.540 -2.041 11.741 +04 Mar 2021 19:00 UT 64.41 20.996 1943.8 368718 15.7068 -18.1187 -70.710 -1.525 2.582 -1.976 11.536 +04 Mar 2021 20:00 UT 63.95 21.038 1943.3 368816 15.7465 -18.2992 -71.217 -1.525 2.624 -1.911 11.330 +04 Mar 2021 21:00 UT 63.49 21.079 1942.8 368915 15.7863 -18.4778 -71.723 -1.525 2.665 -1.846 11.123 +04 Mar 2021 22:00 UT 63.02 21.121 1942.3 369014 15.8261 -18.6544 -72.230 -1.525 2.706 -1.780 10.913 +04 Mar 2021 23:00 UT 62.56 21.163 1941.7 369115 15.8660 -18.8290 -72.737 -1.525 2.747 -1.715 10.703 +05 Mar 2021 00:00 UT 62.10 21.204 1941.2 369216 15.9059 -19.0016 -73.244 -1.525 2.787 -1.649 10.491 +05 Mar 2021 01:00 UT 61.63 21.246 1940.7 369319 15.9459 -19.1722 -73.751 -1.525 2.827 -1.583 10.279 +05 Mar 2021 02:00 UT 61.17 21.288 1940.1 369422 15.9860 -19.3407 -74.258 -1.525 2.866 -1.517 10.064 +05 Mar 2021 03:00 UT 60.70 21.329 1939.6 369527 16.0261 -19.5072 -74.765 -1.525 2.905 -1.451 9.849 +05 Mar 2021 04:00 UT 60.24 21.371 1939.0 369632 16.0663 -19.6715 -75.271 -1.525 2.944 -1.385 9.632 +05 Mar 2021 05:00 UT 59.77 21.413 1938.5 369738 16.1065 -19.8338 -75.778 -1.525 2.982 -1.318 9.414 +05 Mar 2021 06:00 UT 59.30 21.454 1937.9 369845 16.1468 -19.9939 -76.285 -1.525 3.020 -1.252 9.195 +05 Mar 2021 07:00 UT 58.83 21.496 1937.3 369953 16.1872 -20.1519 -76.792 -1.525 3.057 -1.185 8.975 +05 Mar 2021 08:00 UT 58.37 21.538 1936.8 370062 16.2276 -20.3077 -77.299 -1.525 3.094 -1.119 8.753 +05 Mar 2021 09:00 UT 57.90 21.579 1936.2 370172 16.2680 -20.4613 -77.806 -1.525 3.131 -1.052 8.530 +05 Mar 2021 10:00 UT 57.43 21.621 1935.6 370282 16.3085 -20.6128 -78.313 -1.525 3.167 -0.985 8.307 +05 Mar 2021 11:00 UT 56.96 21.663 1935.0 370393 16.3491 -20.7620 -78.820 -1.525 3.203 -0.918 8.082 +05 Mar 2021 12:00 UT 56.49 21.704 1934.5 370505 16.3897 -20.9089 -79.327 -1.525 3.238 -0.852 7.856 +05 Mar 2021 13:00 UT 56.02 21.746 1933.9 370618 16.4304 -21.0537 -79.834 -1.525 3.273 -0.785 7.629 +05 Mar 2021 14:00 UT 55.54 21.788 1933.3 370731 16.4711 -21.1961 -80.341 -1.525 3.308 -0.718 7.401 +05 Mar 2021 15:00 UT 55.07 21.829 1932.7 370845 16.5119 -21.3363 -80.848 -1.525 3.342 -0.651 7.172 +05 Mar 2021 16:00 UT 54.60 21.871 1932.1 370960 16.5528 -21.4741 -81.355 -1.525 3.376 -0.584 6.942 +05 Mar 2021 17:00 UT 54.13 21.913 1931.5 371076 16.5937 -21.6097 -81.862 -1.525 3.410 -0.517 6.711 +05 Mar 2021 18:00 UT 53.66 21.954 1930.9 371192 16.6346 -21.7429 -82.370 -1.524 3.443 -0.449 6.479 +05 Mar 2021 19:00 UT 53.19 21.996 1930.3 371309 16.6756 -21.8737 -82.877 -1.524 3.476 -0.382 6.246 +05 Mar 2021 20:00 UT 52.72 22.038 1929.7 371427 16.7166 -22.0022 -83.384 -1.524 3.508 -0.315 6.013 +05 Mar 2021 21:00 UT 52.25 22.079 1929.0 371545 16.7577 -22.1283 -83.891 -1.524 3.540 -0.248 5.778 +05 Mar 2021 22:00 UT 51.77 22.121 1928.4 371664 16.7988 -22.2520 -84.398 -1.524 3.572 -0.181 5.543 +05 Mar 2021 23:00 UT 51.30 22.163 1927.8 371783 16.8400 -22.3733 -84.905 -1.524 3.603 -0.114 5.307 +06 Mar 2021 00:00 UT 50.83 22.204 1927.2 371903 16.8812 -22.4922 -85.412 -1.524 3.634 -0.047 5.070 +06 Mar 2021 01:00 UT 50.36 22.246 1926.6 372024 16.9225 -22.6086 -85.920 -1.524 3.665 0.020 4.832 +06 Mar 2021 02:00 UT 49.89 22.288 1925.9 372145 16.9638 -22.7226 -86.427 -1.524 3.695 0.087 4.594 +06 Mar 2021 03:00 UT 49.42 22.329 1925.3 372267 17.0051 -22.8342 -86.934 -1.524 3.725 0.154 4.355 +06 Mar 2021 04:00 UT 48.95 22.371 1924.7 372389 17.0465 -22.9432 -87.441 -1.524 3.754 0.220 4.115 +06 Mar 2021 05:00 UT 48.48 22.413 1924.0 372512 17.0879 -23.0498 -87.948 -1.524 3.783 0.287 3.875 +06 Mar 2021 06:00 UT 48.01 22.454 1923.4 372635 17.1294 -23.1538 -88.456 -1.524 3.812 0.354 3.634 +06 Mar 2021 07:00 UT 47.55 22.496 1922.8 372759 17.1709 -23.2554 -88.963 -1.524 3.840 0.421 3.392 +06 Mar 2021 08:00 UT 47.08 22.538 1922.1 372883 17.2124 -23.3544 -89.470 -1.524 3.868 0.487 3.150 +06 Mar 2021 09:00 UT 46.61 22.579 1921.5 373008 17.2540 -23.4509 -89.978 -1.524 3.895 0.553 2.908 +06 Mar 2021 10:00 UT 46.14 22.621 1920.8 373134 17.2956 -23.5449 -90.485 -1.524 3.922 0.620 2.665 +06 Mar 2021 11:00 UT 45.68 22.663 1920.2 373259 17.3372 -23.6363 -90.992 -1.524 3.949 0.686 2.421 +06 Mar 2021 12:00 UT 45.21 22.704 1919.5 373386 17.3789 -23.7251 -91.499 -1.524 3.976 0.752 2.177 +06 Mar 2021 13:00 UT 44.75 22.746 1918.9 373512 17.4206 -23.8114 -92.007 -1.524 4.002 0.818 1.933 +06 Mar 2021 14:00 UT 44.29 22.788 1918.2 373639 17.4623 -23.8951 -92.514 -1.524 4.027 0.884 1.688 +06 Mar 2021 15:00 UT 43.82 22.829 1917.6 373767 17.5040 -23.9762 -93.022 -1.525 4.053 0.950 1.443 +06 Mar 2021 16:00 UT 43.36 22.871 1916.9 373895 17.5458 -24.0547 -93.529 -1.525 4.078 1.015 1.198 +06 Mar 2021 17:00 UT 42.90 22.913 1916.3 374023 17.5876 -24.1306 -94.036 -1.525 4.102 1.081 0.953 +06 Mar 2021 18:00 UT 42.44 22.954 1915.6 374152 17.6294 -24.2039 -94.544 -1.525 4.127 1.146 0.707 +06 Mar 2021 19:00 UT 41.98 22.996 1914.9 374281 17.6712 -24.2746 -95.051 -1.525 4.151 1.211 0.461 +06 Mar 2021 20:00 UT 41.52 23.038 1914.3 374410 17.7130 -24.3427 -95.559 -1.525 4.174 1.276 0.215 +06 Mar 2021 21:00 UT 41.07 23.079 1913.6 374540 17.7549 -24.4081 -96.066 -1.525 4.197 1.341 359.969 +06 Mar 2021 22:00 UT 40.61 23.121 1912.9 374670 17.7968 -24.4709 -96.574 -1.525 4.220 1.406 359.722 +06 Mar 2021 23:00 UT 40.16 23.163 1912.3 374800 17.8387 -24.5310 -97.081 -1.525 4.243 1.470 359.476 +07 Mar 2021 00:00 UT 39.70 23.204 1911.6 374931 17.8806 -24.5885 -97.589 -1.525 4.265 1.534 359.230 +07 Mar 2021 01:00 UT 39.25 23.246 1910.9 375062 17.9225 -24.6434 -98.096 -1.525 4.287 1.598 358.983 +07 Mar 2021 02:00 UT 38.80 23.288 1910.3 375194 17.9644 -24.6956 -98.604 -1.525 4.308 1.662 358.737 +07 Mar 2021 03:00 UT 38.35 23.329 1909.6 375325 18.0063 -24.7452 -99.111 -1.525 4.329 1.726 358.491 +07 Mar 2021 04:00 UT 37.90 23.371 1908.9 375457 18.0483 -24.7921 -99.619 -1.525 4.350 1.789 358.244 +07 Mar 2021 05:00 UT 37.45 23.413 1908.3 375590 18.0902 -24.8363 -100.126 -1.525 4.370 1.853 357.998 +07 Mar 2021 06:00 UT 37.01 23.454 1907.6 375722 18.1321 -24.8779 -100.634 -1.525 4.390 1.916 357.753 +07 Mar 2021 07:00 UT 36.56 23.496 1906.9 375855 18.1741 -24.9168 -101.141 -1.525 4.410 1.978 357.507 +07 Mar 2021 08:00 UT 36.12 23.538 1906.2 375988 18.2160 -24.9530 -101.649 -1.525 4.430 2.041 357.262 +07 Mar 2021 09:00 UT 35.68 23.579 1905.6 376121 18.2579 -24.9866 -102.157 -1.525 4.449 2.103 357.016 +07 Mar 2021 10:00 UT 35.24 23.621 1904.9 376255 18.2998 -25.0175 -102.664 -1.525 4.467 2.165 356.772 +07 Mar 2021 11:00 UT 34.80 23.663 1904.2 376389 18.3417 -25.0457 -103.172 -1.525 4.486 2.227 356.527 +07 Mar 2021 12:00 UT 34.36 23.704 1903.5 376523 18.3836 -25.0713 -103.680 -1.525 4.504 2.288 356.283 +07 Mar 2021 13:00 UT 33.93 23.746 1902.9 376657 18.4255 -25.0942 -104.187 -1.525 4.522 2.350 356.040 +07 Mar 2021 14:00 UT 33.49 23.788 1902.2 376791 18.4674 -25.1145 -104.695 -1.525 4.539 2.411 355.797 +07 Mar 2021 15:00 UT 33.06 23.829 1901.5 376926 18.5093 -25.1321 -105.203 -1.525 4.556 2.471 355.554 +07 Mar 2021 16:00 UT 32.63 23.871 1900.8 377061 18.5511 -25.1470 -105.710 -1.525 4.573 2.532 355.312 +07 Mar 2021 17:00 UT 32.20 23.913 1900.1 377196 18.5930 -25.1593 -106.218 -1.525 4.590 2.592 355.070 +07 Mar 2021 18:00 UT 31.78 23.954 1899.5 377331 18.6348 -25.1689 -106.726 -1.526 4.606 2.652 354.829 +07 Mar 2021 19:00 UT 31.35 23.996 1898.8 377467 18.6765 -25.1759 -107.233 -1.526 4.621 2.711 354.589 +07 Mar 2021 20:00 UT 30.93 24.038 1898.1 377602 18.7183 -25.1802 -107.741 -1.526 4.637 2.771 354.349 +07 Mar 2021 21:00 UT 30.51 24.079 1897.4 377738 18.7600 -25.1819 -108.249 -1.526 4.652 2.829 354.110 +07 Mar 2021 22:00 UT 30.09 24.121 1896.7 377874 18.8018 -25.1810 -108.757 -1.526 4.667 2.888 353.872 +07 Mar 2021 23:00 UT 29.67 24.163 1896.0 378010 18.8434 -25.1774 -109.265 -1.526 4.682 2.946 353.635 +08 Mar 2021 00:00 UT 29.26 24.204 1895.4 378146 18.8851 -25.1712 -109.772 -1.526 4.696 3.004 353.398 +08 Mar 2021 01:00 UT 28.84 24.246 1894.7 378283 18.9267 -25.1623 -110.280 -1.526 4.710 3.062 353.162 +08 Mar 2021 02:00 UT 28.43 24.288 1894.0 378419 18.9683 -25.1509 -110.788 -1.526 4.723 3.119 352.927 +08 Mar 2021 03:00 UT 28.02 24.329 1893.3 378556 19.0098 -25.1369 -111.296 -1.526 4.737 3.176 352.693 +08 Mar 2021 04:00 UT 27.62 24.371 1892.6 378693 19.0513 -25.1202 -111.804 -1.526 4.750 3.233 352.460 +08 Mar 2021 05:00 UT 27.21 24.413 1891.9 378830 19.0928 -25.1010 -112.312 -1.526 4.762 3.289 352.228 +08 Mar 2021 06:00 UT 26.81 24.454 1891.3 378967 19.1342 -25.0792 -112.819 -1.526 4.775 3.345 351.997 +08 Mar 2021 07:00 UT 26.41 24.496 1890.6 379104 19.1756 -25.0548 -113.327 -1.526 4.787 3.401 351.767 +08 Mar 2021 08:00 UT 26.01 24.538 1889.9 379241 19.2170 -25.0279 -113.835 -1.526 4.799 3.456 351.537 +08 Mar 2021 09:00 UT 25.62 24.579 1889.2 379379 19.2583 -24.9984 -114.343 -1.527 4.810 3.511 351.310 +08 Mar 2021 10:00 UT 25.22 24.621 1888.5 379516 19.2995 -24.9663 -114.851 -1.527 4.821 3.565 351.083 +08 Mar 2021 11:00 UT 24.83 24.663 1887.8 379654 19.3407 -24.9317 -115.359 -1.527 4.832 3.619 350.857 +08 Mar 2021 12:00 UT 24.44 24.704 1887.1 379792 19.3819 -24.8946 -115.867 -1.527 4.843 3.673 350.632 +08 Mar 2021 13:00 UT 24.06 24.746 1886.5 379930 19.4230 -24.8550 -116.375 -1.527 4.853 3.726 350.409 +08 Mar 2021 14:00 UT 23.67 24.788 1885.8 380068 19.4640 -24.8129 -116.883 -1.527 4.863 3.779 350.187 +08 Mar 2021 15:00 UT 23.29 24.829 1885.1 380206 19.5050 -24.7683 -117.391 -1.527 4.873 3.832 349.966 +08 Mar 2021 16:00 UT 22.91 24.871 1884.4 380344 19.5459 -24.7212 -117.899 -1.527 4.882 3.884 349.747 +08 Mar 2021 17:00 UT 22.53 24.913 1883.7 380482 19.5868 -24.6716 -118.407 -1.527 4.891 3.935 349.528 +08 Mar 2021 18:00 UT 22.16 24.954 1883.0 380621 19.6276 -24.6196 -118.915 -1.527 4.900 3.987 349.311 +08 Mar 2021 19:00 UT 21.79 24.996 1882.4 380759 19.6683 -24.5651 -119.423 -1.527 4.908 4.038 349.096 +08 Mar 2021 20:00 UT 21.42 25.038 1881.7 380897 19.7090 -24.5082 -119.931 -1.527 4.916 4.088 348.882 +08 Mar 2021 21:00 UT 21.05 25.079 1881.0 381036 19.7496 -24.4489 -120.439 -1.528 4.924 4.138 348.669 +08 Mar 2021 22:00 UT 20.69 25.121 1880.3 381175 19.7902 -24.3872 -120.947 -1.528 4.932 4.188 348.458 +08 Mar 2021 23:00 UT 20.33 25.163 1879.6 381313 19.8307 -24.3231 -121.455 -1.528 4.939 4.237 348.248 +09 Mar 2021 00:00 UT 19.97 25.204 1878.9 381452 19.8711 -24.2566 -121.963 -1.528 4.946 4.286 348.040 +09 Mar 2021 01:00 UT 19.61 25.246 1878.3 381591 19.9115 -24.1878 -122.471 -1.528 4.953 4.334 347.833 +09 Mar 2021 02:00 UT 19.26 25.288 1877.6 381730 19.9517 -24.1166 -122.979 -1.528 4.959 4.382 347.628 +09 Mar 2021 03:00 UT 18.91 25.329 1876.9 381869 19.9920 -24.0431 -123.487 -1.528 4.966 4.429 347.425 +09 Mar 2021 04:00 UT 18.56 25.371 1876.2 382008 20.0321 -23.9673 -123.996 -1.528 4.971 4.476 347.223 +09 Mar 2021 05:00 UT 18.21 25.413 1875.5 382147 20.0722 -23.8892 -124.504 -1.528 4.977 4.523 347.022 +09 Mar 2021 06:00 UT 17.87 25.454 1874.8 382286 20.1121 -23.8087 -125.012 -1.528 4.982 4.569 346.823 +09 Mar 2021 07:00 UT 17.53 25.496 1874.2 382426 20.1521 -23.7261 -125.520 -1.528 4.987 4.614 346.626 +09 Mar 2021 08:00 UT 17.20 25.538 1873.5 382565 20.1919 -23.6411 -126.028 -1.529 4.992 4.660 346.431 +09 Mar 2021 09:00 UT 16.86 25.579 1872.8 382704 20.2316 -23.5540 -126.536 -1.529 4.996 4.704 346.237 +09 Mar 2021 10:00 UT 16.53 25.621 1872.1 382844 20.2713 -23.4646 -127.045 -1.529 5.001 4.749 346.045 +09 Mar 2021 11:00 UT 16.20 25.663 1871.4 382983 20.3109 -23.3730 -127.553 -1.529 5.004 4.792 345.855 +09 Mar 2021 12:00 UT 15.88 25.704 1870.7 383122 20.3504 -23.2793 -128.061 -1.529 5.008 4.836 345.667 +09 Mar 2021 13:00 UT 15.56 25.746 1870.1 383262 20.3899 -23.1833 -128.569 -1.529 5.011 4.878 345.480 +09 Mar 2021 14:00 UT 15.24 25.788 1869.4 383401 20.4292 -23.0853 -129.077 -1.529 5.014 4.921 345.295 +09 Mar 2021 15:00 UT 14.92 25.829 1868.7 383541 20.4685 -22.9851 -129.586 -1.529 5.017 4.962 345.112 +09 Mar 2021 16:00 UT 14.61 25.871 1868.0 383681 20.5077 -22.8828 -130.094 -1.529 5.019 5.004 344.931 +09 Mar 2021 17:00 UT 14.30 25.913 1867.3 383820 20.5468 -22.7783 -130.602 -1.529 5.022 5.045 344.751 +09 Mar 2021 18:00 UT 13.99 25.954 1866.7 383960 20.5858 -22.6719 -131.110 -1.529 5.023 5.085 344.574 +09 Mar 2021 19:00 UT 13.68 25.996 1866.0 384100 20.6247 -22.5633 -131.619 -1.530 5.025 5.125 344.398 +09 Mar 2021 20:00 UT 13.38 26.038 1865.3 384239 20.6636 -22.4527 -132.127 -1.530 5.026 5.164 344.224 +09 Mar 2021 21:00 UT 13.08 26.079 1864.6 384379 20.7023 -22.3401 -132.635 -1.530 5.027 5.203 344.052 +09 Mar 2021 22:00 UT 12.79 26.121 1863.9 384519 20.7410 -22.2255 -133.144 -1.530 5.028 5.241 343.882 +09 Mar 2021 23:00 UT 12.50 26.163 1863.3 384659 20.7796 -22.1089 -133.652 -1.530 5.028 5.279 343.714 +10 Mar 2021 00:00 UT 12.21 26.204 1862.6 384799 20.8180 -21.9904 -134.160 -1.530 5.028 5.316 343.548 +10 Mar 2021 01:00 UT 11.92 26.246 1861.9 384939 20.8564 -21.8699 -134.669 -1.530 5.028 5.353 343.384 +10 Mar 2021 02:00 UT 11.64 26.288 1861.2 385079 20.8947 -21.7475 -135.177 -1.530 5.028 5.389 343.221 +10 Mar 2021 03:00 UT 11.36 26.329 1860.6 385218 20.9330 -21.6231 -135.685 -1.530 5.027 5.425 343.061 +10 Mar 2021 04:00 UT 11.09 26.371 1859.9 385358 20.9711 -21.4969 -136.194 -1.530 5.026 5.460 342.903 +10 Mar 2021 05:00 UT 10.81 26.413 1859.2 385498 21.0091 -21.3689 -136.702 -1.531 5.025 5.495 342.746 +10 Mar 2021 06:00 UT 10.54 26.454 1858.5 385638 21.0471 -21.2389 -137.210 -1.531 5.023 5.529 342.592 +10 Mar 2021 07:00 UT 10.28 26.496 1857.9 385778 21.0849 -21.1072 -137.719 -1.531 5.021 5.563 342.440 +10 Mar 2021 08:00 UT 10.01 26.538 1857.2 385918 21.1227 -20.9736 -138.227 -1.531 5.019 5.596 342.289 +10 Mar 2021 09:00 UT 9.75 26.579 1856.5 386058 21.1604 -20.8383 -138.735 -1.531 5.016 5.629 342.141 +10 Mar 2021 10:00 UT 9.50 26.621 1855.8 386198 21.1979 -20.7012 -139.244 -1.531 5.014 5.661 341.995 +10 Mar 2021 11:00 UT 9.24 26.663 1855.2 386338 21.2354 -20.5623 -139.752 -1.531 5.011 5.692 341.851 +10 Mar 2021 12:00 UT 8.99 26.704 1854.5 386478 21.2728 -20.4218 -140.261 -1.531 5.007 5.723 341.708 +10 Mar 2021 13:00 UT 8.75 26.746 1853.8 386618 21.3101 -20.2795 -140.769 -1.531 5.004 5.754 341.568 +10 Mar 2021 14:00 UT 8.51 26.788 1853.2 386758 21.3473 -20.1355 -141.278 -1.531 5.000 5.784 341.430 +10 Mar 2021 15:00 UT 8.27 26.829 1852.5 386898 21.3844 -19.9899 -141.786 -1.532 4.995 5.813 341.294 +10 Mar 2021 16:00 UT 8.03 26.871 1851.8 387038 21.4214 -19.8426 -142.294 -1.532 4.991 5.842 341.160 +10 Mar 2021 17:00 UT 7.80 26.913 1851.1 387178 21.4584 -19.6937 -142.803 -1.532 4.986 5.870 341.028 +10 Mar 2021 18:00 UT 7.57 26.954 1850.5 387318 21.4952 -19.5432 -143.311 -1.532 4.981 5.898 340.898 +10 Mar 2021 19:00 UT 7.34 26.996 1849.8 387458 21.5319 -19.3911 -143.820 -1.532 4.975 5.925 340.770 +10 Mar 2021 20:00 UT 7.12 27.038 1849.1 387598 21.5686 -19.2375 -144.328 -1.532 4.970 5.951 340.645 +10 Mar 2021 21:00 UT 6.90 27.079 1848.5 387738 21.6051 -19.0823 -144.837 -1.532 4.964 5.978 340.521 +10 Mar 2021 22:00 UT 6.68 27.121 1847.8 387878 21.6416 -18.9256 -145.345 -1.532 4.957 6.003 340.399 +10 Mar 2021 23:00 UT 6.47 27.163 1847.1 388018 21.6779 -18.7673 -145.854 -1.532 4.951 6.028 340.280 +11 Mar 2021 00:00 UT 6.26 27.204 1846.5 388158 21.7142 -18.6076 -146.362 -1.532 4.944 6.052 340.162 +11 Mar 2021 01:00 UT 6.05 27.246 1845.8 388298 21.7504 -18.4465 -146.871 -1.532 4.936 6.076 340.047 +11 Mar 2021 02:00 UT 5.85 27.288 1845.1 388437 21.7865 -18.2839 -147.379 -1.533 4.929 6.099 339.934 +11 Mar 2021 03:00 UT 5.65 27.329 1844.5 388577 21.8225 -18.1198 -147.888 -1.533 4.921 6.122 339.823 +11 Mar 2021 04:00 UT 5.46 27.371 1843.8 388717 21.8584 -17.9544 -148.396 -1.533 4.913 6.144 339.713 +11 Mar 2021 05:00 UT 5.27 27.413 1843.2 388857 21.8942 -17.7876 -148.905 -1.533 4.904 6.166 339.606 +11 Mar 2021 06:00 UT 5.08 27.454 1842.5 388996 21.9300 -17.6195 -149.413 -1.533 4.895 6.187 339.501 +11 Mar 2021 07:00 UT 4.89 27.496 1841.8 389136 21.9656 -17.4500 -149.922 -1.533 4.886 6.207 339.398 +11 Mar 2021 08:00 UT 4.71 27.538 1841.2 389275 22.0011 -17.2791 -150.431 -1.533 4.877 6.227 339.298 +11 Mar 2021 09:00 UT 4.53 27.579 1840.5 389415 22.0366 -17.1070 -150.939 -1.533 4.867 6.246 339.199 +11 Mar 2021 10:00 UT 4.36 27.621 1839.9 389554 22.0720 -16.9336 -151.448 -1.533 4.857 6.265 339.102 +11 Mar 2021 11:00 UT 4.19 27.663 1839.2 389694 22.1073 -16.7590 -151.956 -1.533 4.847 6.283 339.007 +11 Mar 2021 12:00 UT 4.02 27.704 1838.5 389833 22.1425 -16.5831 -152.465 -1.533 4.836 6.301 338.915 +11 Mar 2021 13:00 UT 3.86 27.746 1837.9 389972 22.1776 -16.4059 -152.973 -1.533 4.825 6.318 338.824 +11 Mar 2021 14:00 UT 3.70 27.788 1837.2 390111 22.2126 -16.2276 -153.482 -1.534 4.814 6.334 338.736 +11 Mar 2021 15:00 UT 3.54 27.829 1836.6 390251 22.2475 -16.0481 -153.991 -1.534 4.802 6.350 338.649 +11 Mar 2021 16:00 UT 3.39 27.871 1835.9 390390 22.2824 -15.8675 -154.499 -1.534 4.790 6.366 338.565 +11 Mar 2021 17:00 UT 3.24 27.913 1835.3 390528 22.3171 -15.6857 -155.008 -1.534 4.778 6.380 338.483 +11 Mar 2021 18:00 UT 3.09 27.954 1834.6 390667 22.3518 -15.5028 -155.516 -1.534 4.766 6.395 338.403 +11 Mar 2021 19:00 UT 2.95 27.996 1834.0 390806 22.3864 -15.3188 -156.025 -1.534 4.753 6.408 338.324 +11 Mar 2021 20:00 UT 2.81 28.038 1833.3 390945 22.4209 -15.1337 -156.534 -1.534 4.739 6.421 338.248 +11 Mar 2021 21:00 UT 2.68 28.079 1832.7 391083 22.4553 -14.9475 -157.042 -1.534 4.726 6.434 338.174 +11 Mar 2021 22:00 UT 2.54 28.121 1832.0 391222 22.4897 -14.7604 -157.551 -1.534 4.712 6.445 338.102 +11 Mar 2021 23:00 UT 2.42 28.163 1831.4 391360 22.5239 -14.5721 -158.060 -1.534 4.698 6.457 338.032 +12 Mar 2021 00:00 UT 2.29 28.204 1830.7 391498 22.5581 -14.3829 -158.568 -1.534 4.683 6.468 337.963 +12 Mar 2021 01:00 UT 2.17 28.246 1830.1 391636 22.5922 -14.1927 -159.077 -1.534 4.668 6.478 337.897 +12 Mar 2021 02:00 UT 2.05 28.288 1829.4 391774 22.6262 -14.0016 -159.585 -1.534 4.653 6.487 337.833 +12 Mar 2021 03:00 UT 1.94 28.329 1828.8 391912 22.6601 -13.8094 -160.094 -1.534 4.638 6.496 337.771 +12 Mar 2021 04:00 UT 1.83 28.371 1828.1 392050 22.6940 -13.6164 -160.603 -1.534 4.622 6.505 337.711 +12 Mar 2021 05:00 UT 1.72 28.413 1827.5 392187 22.7278 -13.4225 -161.111 -1.535 4.606 6.513 337.653 +12 Mar 2021 06:00 UT 1.62 28.454 1826.9 392324 22.7615 -13.2276 -161.620 -1.535 4.589 6.520 337.596 +12 Mar 2021 07:00 UT 1.52 28.496 1826.2 392462 22.7951 -13.0319 -162.129 -1.535 4.572 6.527 337.542 +12 Mar 2021 08:00 UT 1.43 28.538 1825.6 392599 22.8287 -12.8354 -162.637 -1.535 4.555 6.533 337.490 +12 Mar 2021 09:00 UT 1.33 28.579 1825.0 392735 22.8621 -12.6380 -163.146 -1.535 4.538 6.539 337.439 +12 Mar 2021 10:00 UT 1.24 28.621 1824.3 392872 22.8956 -12.4398 -163.655 -1.535 4.520 6.544 337.391 +12 Mar 2021 11:00 UT 1.16 28.663 1823.7 393009 22.9289 -12.2408 -164.163 -1.535 4.501 6.548 337.344 +12 Mar 2021 12:00 UT 1.08 28.704 1823.1 393145 22.9621 -12.0410 -164.672 -1.535 4.483 6.552 337.300 +12 Mar 2021 13:00 UT 1.00 28.746 1822.4 393281 22.9953 -11.8405 -165.181 -1.535 4.464 6.555 337.257 +12 Mar 2021 14:00 UT 0.93 28.788 1821.8 393417 23.0284 -11.6392 -165.690 -1.535 4.445 6.558 337.217 +12 Mar 2021 15:00 UT 0.86 28.829 1821.2 393553 23.0615 -11.4372 -166.198 -1.535 4.425 6.560 337.178 +12 Mar 2021 16:00 UT 0.79 28.871 1820.5 393688 23.0945 -11.2345 -166.707 -1.535 4.405 6.562 337.141 +12 Mar 2021 17:00 UT 0.72 28.913 1819.9 393823 23.1274 -11.0311 -167.216 -1.535 4.385 6.563 337.106 +12 Mar 2021 18:00 UT 0.67 28.954 1819.3 393958 23.1602 -10.8271 -167.724 -1.535 4.364 6.564 337.073 +12 Mar 2021 19:00 UT 0.61 28.996 1818.7 394093 23.1930 -10.6224 -168.233 -1.535 4.343 6.563 337.041 +12 Mar 2021 20:00 UT 0.56 29.038 1818.0 394227 23.2257 -10.4170 -168.742 -1.535 4.322 6.563 337.012 +12 Mar 2021 21:00 UT 0.51 29.079 1817.4 394362 23.2583 -10.2111 -169.250 -1.535 4.300 6.562 336.984 +12 Mar 2021 22:00 UT 0.46 29.121 1816.8 394496 23.2909 -10.0045 -169.759 -1.535 4.278 6.560 336.959 +12 Mar 2021 23:00 UT 0.42 29.163 1816.2 394629 23.3234 -9.7974 -170.268 -1.535 4.256 6.558 336.935 +13 Mar 2021 00:00 UT 0.38 29.204 1815.6 394763 23.3559 -9.5896 -170.777 -1.535 4.233 6.555 336.913 +13 Mar 2021 01:00 UT 0.34 29.246 1815.0 394896 23.3883 -9.3814 -171.285 -1.535 4.210 6.552 336.893 +13 Mar 2021 02:00 UT 0.31 29.288 1814.4 395029 23.4206 -9.1726 -171.794 -1.535 4.187 6.548 336.874 +13 Mar 2021 03:00 UT 0.29 29.329 1813.8 395161 23.4529 -8.9633 -172.303 -1.536 4.163 6.543 336.858 +13 Mar 2021 04:00 UT 0.26 29.371 1813.1 395293 23.4851 -8.7535 -172.812 -1.536 4.139 6.538 336.843 +13 Mar 2021 05:00 UT 0.24 29.413 1812.5 395425 23.5173 -8.5432 -173.320 -1.536 4.114 6.532 336.830 +13 Mar 2021 06:00 UT 0.22 29.454 1811.9 395557 23.5494 -8.3325 -173.829 -1.536 4.089 6.526 336.819 +13 Mar 2021 07:00 UT 0.21 29.496 1811.3 395688 23.5814 -8.1213 -174.338 -1.536 4.064 6.520 336.809 +13 Mar 2021 08:00 UT 0.20 29.538 1810.7 395819 23.6134 -7.9096 -174.846 -1.536 4.039 6.512 336.802 +13 Mar 2021 09:00 UT 0.19 29.579 1810.1 395949 23.6453 -7.6976 -175.355 -1.536 4.013 6.505 336.796 +13 Mar 2021 10:00 UT 0.19 29.621 1809.5 396079 23.6772 -7.4852 -175.864 -1.536 3.986 6.496 336.792 +13 Mar 2021 11:00 UT 0.19 0.027 1809.0 396209 23.7091 -7.2723 -176.373 -1.536 3.960 6.488 336.789 +13 Mar 2021 12:00 UT 0.19 0.069 1808.4 396338 23.7408 -7.0591 -176.881 -1.536 3.933 6.478 336.789 +13 Mar 2021 13:00 UT 0.20 0.110 1807.8 396467 23.7726 -6.8456 -177.390 -1.536 3.905 6.468 336.790 +13 Mar 2021 14:00 UT 0.21 0.152 1807.2 396595 23.8042 -6.6317 -177.899 -1.536 3.878 6.458 336.793 +13 Mar 2021 15:00 UT 0.22 0.194 1806.6 396723 23.8359 -6.4175 -178.408 -1.536 3.849 6.447 336.797 +13 Mar 2021 16:00 UT 0.24 0.235 1806.0 396851 23.8675 -6.2030 -178.916 -1.536 3.821 6.435 336.803 +13 Mar 2021 17:00 UT 0.26 0.277 1805.5 396978 23.8990 -5.9882 -179.425 -1.536 3.792 6.423 336.811 +13 Mar 2021 18:00 UT 0.28 0.319 1804.9 397105 23.9305 -5.7732 -179.934 -1.536 3.763 6.411 336.821 +13 Mar 2021 19:00 UT 0.31 0.360 1804.3 397231 23.9619 -5.5579 179.557 -1.536 3.733 6.398 336.832 +13 Mar 2021 20:00 UT 0.34 0.402 1803.7 397357 23.9933 -5.3423 179.049 -1.536 3.704 6.384 336.845 +13 Mar 2021 21:00 UT 0.38 0.444 1803.2 397482 0.0247 -5.1265 178.540 -1.536 3.673 6.370 336.859 +13 Mar 2021 22:00 UT 0.41 0.485 1802.6 397607 0.0560 -4.9105 178.031 -1.536 3.643 6.356 336.876 +13 Mar 2021 23:00 UT 0.46 0.527 1802.0 397731 0.0873 -4.6943 177.522 -1.536 3.612 6.340 336.893 +14 Mar 2021 00:00 UT 0.50 0.569 1801.5 397855 0.1185 -4.4779 177.014 -1.536 3.580 6.325 336.913 +14 Mar 2021 01:00 UT 0.55 0.610 1800.9 397978 0.1497 -4.2614 176.505 -1.536 3.549 6.309 336.934 +14 Mar 2021 02:00 UT 0.60 0.652 1800.4 398101 0.1809 -4.0447 175.996 -1.536 3.516 6.292 336.957 +14 Mar 2021 03:00 UT 0.65 0.694 1799.8 398223 0.2120 -3.8279 175.487 -1.536 3.484 6.275 336.981 +14 Mar 2021 04:00 UT 0.71 0.735 1799.3 398344 0.2431 -3.6109 174.979 -1.536 3.451 6.257 337.007 +14 Mar 2021 05:00 UT 0.77 0.777 1798.7 398465 0.2742 -3.3938 174.470 -1.536 3.418 6.239 337.035 +14 Mar 2021 06:00 UT 0.84 0.819 1798.2 398585 0.3052 -3.1767 173.961 -1.536 3.384 6.220 337.064 +14 Mar 2021 07:00 UT 0.91 0.860 1797.6 398705 0.3362 -2.9595 173.453 -1.536 3.351 6.201 337.094 +14 Mar 2021 08:00 UT 0.98 0.902 1797.1 398824 0.3672 -2.7422 172.944 -1.535 3.316 6.182 337.127 +14 Mar 2021 09:00 UT 1.05 0.944 1796.6 398943 0.3981 -2.5248 172.435 -1.535 3.282 6.161 337.160 +14 Mar 2021 10:00 UT 1.13 0.985 1796.0 399060 0.4290 -2.3074 171.926 -1.535 3.247 6.141 337.196 +14 Mar 2021 11:00 UT 1.21 1.027 1795.5 399177 0.4599 -2.0900 171.418 -1.535 3.211 6.120 337.233 +14 Mar 2021 12:00 UT 1.29 1.069 1795.0 399294 0.4907 -1.8726 170.909 -1.535 3.176 6.098 337.271 +14 Mar 2021 13:00 UT 1.38 1.110 1794.5 399410 0.5215 -1.6552 170.400 -1.535 3.140 6.076 337.311 +14 Mar 2021 14:00 UT 1.47 1.152 1793.9 399525 0.5523 -1.4378 169.891 -1.535 3.103 6.053 337.353 +14 Mar 2021 15:00 UT 1.56 1.194 1793.4 399639 0.5831 -1.2204 169.383 -1.535 3.066 6.030 337.396 +14 Mar 2021 16:00 UT 1.66 1.235 1792.9 399753 0.6138 -1.0031 168.874 -1.535 3.029 6.007 337.441 +14 Mar 2021 17:00 UT 1.76 1.277 1792.4 399866 0.6445 -0.7858 168.365 -1.535 2.992 5.983 337.487 +14 Mar 2021 18:00 UT 1.86 1.319 1791.9 399978 0.6752 -0.5686 167.856 -1.535 2.954 5.959 337.534 +14 Mar 2021 19:00 UT 1.97 1.360 1791.4 400089 0.7059 -0.3515 167.348 -1.535 2.916 5.934 337.583 +14 Mar 2021 20:00 UT 2.08 1.402 1790.9 400200 0.7365 -0.1345 166.839 -1.535 2.877 5.908 337.634 +14 Mar 2021 21:00 UT 2.19 1.444 1790.4 400310 0.7672 0.0823 166.330 -1.535 2.838 5.883 337.686 +14 Mar 2021 22:00 UT 2.31 1.485 1789.9 400419 0.7978 0.2991 165.822 -1.535 2.799 5.856 337.739 +14 Mar 2021 23:00 UT 2.43 1.527 1789.5 400527 0.8284 0.5157 165.313 -1.535 2.760 5.830 337.794 +15 Mar 2021 00:00 UT 2.55 1.569 1789.0 400634 0.8590 0.7322 164.804 -1.535 2.720 5.802 337.851 +15 Mar 2021 01:00 UT 2.67 1.610 1788.5 400741 0.8896 0.9485 164.295 -1.535 2.679 5.775 337.909 +15 Mar 2021 02:00 UT 2.80 1.652 1788.0 400847 0.9201 1.1646 163.787 -1.535 2.639 5.747 337.968 +15 Mar 2021 03:00 UT 2.93 1.694 1787.6 400951 0.9507 1.3805 163.278 -1.535 2.598 5.718 338.029 +15 Mar 2021 04:00 UT 3.07 1.735 1787.1 401055 0.9812 1.5962 162.769 -1.534 2.556 5.689 338.091 +15 Mar 2021 05:00 UT 3.21 1.777 1786.6 401158 1.0117 1.8117 162.261 -1.534 2.515 5.660 338.155 +15 Mar 2021 06:00 UT 3.35 1.819 1786.2 401260 1.0422 2.0270 161.752 -1.534 2.473 5.630 338.220 +15 Mar 2021 07:00 UT 3.49 1.860 1785.7 401362 1.0727 2.2420 161.243 -1.534 2.430 5.600 338.286 +15 Mar 2021 08:00 UT 3.63 1.902 1785.3 401462 1.1032 2.4568 160.734 -1.534 2.388 5.569 338.354 +15 Mar 2021 09:00 UT 3.78 1.944 1784.8 401561 1.1337 2.6713 160.226 -1.534 2.345 5.538 338.423 +15 Mar 2021 10:00 UT 3.94 1.985 1784.4 401659 1.1642 2.8855 159.717 -1.534 2.301 5.507 338.494 +15 Mar 2021 11:00 UT 4.09 2.027 1784.0 401757 1.1946 3.0994 159.208 -1.534 2.258 5.475 338.566 +15 Mar 2021 12:00 UT 4.25 2.069 1783.5 401853 1.2251 3.3130 158.700 -1.534 2.214 5.443 338.640 +15 Mar 2021 13:00 UT 4.41 2.110 1783.1 401948 1.2556 3.5263 158.191 -1.534 2.169 5.410 338.714 +15 Mar 2021 14:00 UT 4.57 2.152 1782.7 402043 1.2860 3.7393 157.682 -1.534 2.125 5.377 338.791 +15 Mar 2021 15:00 UT 4.74 2.194 1782.3 402136 1.3165 3.9519 157.174 -1.534 2.080 5.343 338.868 +15 Mar 2021 16:00 UT 4.91 2.235 1781.9 402228 1.3469 4.1642 156.665 -1.533 2.034 5.309 338.947 +15 Mar 2021 17:00 UT 5.08 2.277 1781.5 402319 1.3774 4.3761 156.156 -1.533 1.989 5.275 339.027 +15 Mar 2021 18:00 UT 5.25 2.319 1781.1 402409 1.4079 4.5876 155.648 -1.533 1.943 5.240 339.109 +15 Mar 2021 19:00 UT 5.43 2.360 1780.7 402498 1.4383 4.7987 155.139 -1.533 1.897 5.205 339.192 +15 Mar 2021 20:00 UT 5.61 2.402 1780.3 402586 1.4688 5.0095 154.630 -1.533 1.850 5.170 339.276 +15 Mar 2021 21:00 UT 5.80 2.444 1779.9 402673 1.4993 5.2198 154.122 -1.533 1.803 5.134 339.362 +15 Mar 2021 22:00 UT 5.98 2.485 1779.5 402758 1.5297 5.4296 153.613 -1.533 1.756 5.097 339.449 +15 Mar 2021 23:00 UT 6.17 2.527 1779.2 402842 1.5602 5.6391 153.104 -1.533 1.708 5.061 339.538 +16 Mar 2021 00:00 UT 6.36 2.569 1778.8 402926 1.5907 5.8480 152.596 -1.533 1.661 5.024 339.627 +16 Mar 2021 01:00 UT 6.56 2.610 1778.4 403008 1.6212 6.0566 152.087 -1.532 1.612 4.986 339.718 +16 Mar 2021 02:00 UT 6.75 2.652 1778.1 403088 1.6517 6.2646 151.579 -1.532 1.564 4.949 339.811 +16 Mar 2021 03:00 UT 6.95 2.694 1777.7 403168 1.6822 6.4721 151.070 -1.532 1.515 4.911 339.904 +16 Mar 2021 04:00 UT 7.16 2.735 1777.4 403246 1.7127 6.6792 150.561 -1.532 1.466 4.872 339.999 +16 Mar 2021 05:00 UT 7.36 2.777 1777.0 403323 1.7433 6.8857 150.053 -1.532 1.417 4.833 340.095 +16 Mar 2021 06:00 UT 7.57 2.819 1776.7 403399 1.7738 7.0917 149.544 -1.532 1.368 4.794 340.193 +16 Mar 2021 07:00 UT 7.78 2.860 1776.4 403474 1.8044 7.2972 149.035 -1.532 1.318 4.755 340.292 +16 Mar 2021 08:00 UT 7.99 2.902 1776.1 403547 1.8350 7.5021 148.527 -1.532 1.268 4.715 340.392 +16 Mar 2021 09:00 UT 8.21 2.944 1775.7 403619 1.8655 7.7065 148.018 -1.531 1.217 4.674 340.493 +16 Mar 2021 10:00 UT 8.42 2.985 1775.4 403690 1.8962 7.9103 147.510 -1.531 1.167 4.634 340.596 +16 Mar 2021 11:00 UT 8.64 3.027 1775.1 403759 1.9268 8.1135 147.001 -1.531 1.116 4.593 340.700 +16 Mar 2021 12:00 UT 8.87 3.069 1774.8 403827 1.9574 8.3161 146.492 -1.531 1.064 4.552 340.805 +16 Mar 2021 13:00 UT 9.09 3.110 1774.5 403894 1.9881 8.5182 145.984 -1.531 1.013 4.510 340.911 +16 Mar 2021 14:00 UT 9.32 3.152 1774.3 403959 2.0188 8.7195 145.475 -1.531 0.961 4.468 341.019 +16 Mar 2021 15:00 UT 9.55 3.194 1774.0 404023 2.0495 8.9203 144.967 -1.531 0.909 4.426 341.128 +16 Mar 2021 16:00 UT 9.78 3.235 1773.7 404085 2.0802 9.1204 144.458 -1.531 0.857 4.384 341.238 +16 Mar 2021 17:00 UT 10.02 3.277 1773.4 404146 2.1109 9.3199 143.950 -1.530 0.804 4.341 341.350 +16 Mar 2021 18:00 UT 10.26 3.319 1773.2 404206 2.1417 9.5187 143.441 -1.530 0.752 4.298 341.463 +16 Mar 2021 19:00 UT 10.50 3.360 1772.9 404264 2.1725 9.7169 142.932 -1.530 0.699 4.254 341.577 +16 Mar 2021 20:00 UT 10.74 3.402 1772.7 404321 2.2033 9.9143 142.424 -1.530 0.646 4.210 341.692 +16 Mar 2021 21:00 UT 10.99 3.444 1772.4 404376 2.2341 10.1110 141.915 -1.530 0.592 4.166 341.808 +16 Mar 2021 22:00 UT 11.23 3.485 1772.2 404430 2.2650 10.3071 141.407 -1.530 0.538 4.122 341.926 +16 Mar 2021 23:00 UT 11.48 3.527 1772.0 404482 2.2959 10.5024 140.898 -1.529 0.484 4.077 342.045 +17 Mar 2021 00:00 UT 11.73 3.569 1771.7 404532 2.3268 10.6970 140.390 -1.529 0.430 4.032 342.165 +17 Mar 2021 01:00 UT 11.99 3.610 1771.5 404582 2.3578 10.8908 139.881 -1.529 0.376 3.987 342.287 +17 Mar 2021 02:00 UT 12.25 3.652 1771.3 404629 2.3888 11.0839 139.373 -1.529 0.321 3.941 342.409 +17 Mar 2021 03:00 UT 12.51 3.694 1771.1 404675 2.4198 11.2762 138.864 -1.529 0.267 3.895 342.533 +17 Mar 2021 04:00 UT 12.77 3.735 1770.9 404720 2.4508 11.4677 138.356 -1.529 0.211 3.849 342.658 +17 Mar 2021 05:00 UT 13.03 3.777 1770.7 404763 2.4819 11.6585 137.847 -1.528 0.156 3.803 342.784 +17 Mar 2021 06:00 UT 13.30 3.819 1770.5 404804 2.5130 11.8484 137.339 -1.528 0.101 3.756 342.912 +17 Mar 2021 07:00 UT 13.56 3.860 1770.4 404844 2.5442 12.0375 136.830 -1.528 0.045 3.709 343.040 +17 Mar 2021 08:00 UT 13.83 3.902 1770.2 404882 2.5753 12.2258 136.322 -1.528 -0.011 3.662 343.170 +17 Mar 2021 09:00 UT 14.11 3.944 1770.0 404918 2.6066 12.4133 135.813 -1.528 -0.067 3.615 343.301 +17 Mar 2021 10:00 UT 14.38 3.985 1769.9 404953 2.6378 12.5999 135.305 -1.528 -0.123 3.567 343.434 +17 Mar 2021 11:00 UT 14.66 4.027 1769.8 404986 2.6691 12.7856 134.796 -1.527 -0.179 3.519 343.567 +17 Mar 2021 12:00 UT 14.94 4.069 1769.6 405018 2.7004 12.9705 134.288 -1.527 -0.236 3.471 343.702 +17 Mar 2021 13:00 UT 15.22 4.110 1769.5 405048 2.7318 13.1545 133.780 -1.527 -0.292 3.422 343.837 +17 Mar 2021 14:00 UT 15.50 4.152 1769.4 405076 2.7632 13.3376 133.271 -1.527 -0.349 3.374 343.974 +17 Mar 2021 15:00 UT 15.78 4.194 1769.2 405102 2.7946 13.5198 132.763 -1.527 -0.406 3.325 344.112 +17 Mar 2021 16:00 UT 16.07 4.235 1769.1 405127 2.8261 13.7011 132.254 -1.526 -0.463 3.275 344.252 +17 Mar 2021 17:00 UT 16.36 4.277 1769.0 405150 2.8577 13.8814 131.746 -1.526 -0.521 3.226 344.392 +17 Mar 2021 18:00 UT 16.65 4.319 1768.9 405171 2.8892 14.0608 131.238 -1.526 -0.578 3.176 344.534 +17 Mar 2021 19:00 UT 16.95 4.360 1768.9 405190 2.9209 14.2393 130.729 -1.526 -0.636 3.126 344.677 +17 Mar 2021 20:00 UT 17.24 4.402 1768.8 405208 2.9525 14.4168 130.221 -1.526 -0.693 3.076 344.821 +17 Mar 2021 21:00 UT 17.54 4.444 1768.7 405224 2.9842 14.5933 129.712 -1.525 -0.751 3.026 344.966 +17 Mar 2021 22:00 UT 17.84 4.485 1768.7 405238 3.0160 14.7688 129.204 -1.525 -0.809 2.975 345.112 +17 Mar 2021 23:00 UT 18.14 4.527 1768.6 405250 3.0478 14.9433 128.696 -1.525 -0.867 2.924 345.259 +18 Mar 2021 00:00 UT 18.44 4.569 1768.6 405260 3.0796 15.1168 128.187 -1.525 -0.926 2.873 345.408 +18 Mar 2021 01:00 UT 18.75 4.610 1768.5 405269 3.1115 15.2893 127.679 -1.525 -0.984 2.822 345.558 +18 Mar 2021 02:00 UT 19.05 4.652 1768.5 405276 3.1434 15.4608 127.170 -1.524 -1.042 2.771 345.708 +18 Mar 2021 03:00 UT 19.36 4.694 1768.5 405281 3.1754 15.6312 126.662 -1.524 -1.101 2.719 345.860 +18 Mar 2021 04:00 UT 19.67 4.735 1768.5 405284 3.2075 15.8006 126.154 -1.524 -1.160 2.667 346.013 +18 Mar 2021 05:00 UT 19.99 4.777 1768.4 405285 3.2395 15.9688 125.645 -1.524 -1.218 2.615 346.168 +18 Mar 2021 06:00 UT 20.30 4.819 1768.4 405284 3.2717 16.1360 125.137 -1.523 -1.277 2.563 346.323 +18 Mar 2021 07:00 UT 20.62 4.860 1768.5 405282 3.3039 16.3021 124.629 -1.523 -1.336 2.511 346.479 +18 Mar 2021 08:00 UT 20.93 4.902 1768.5 405277 3.3361 16.4671 124.121 -1.523 -1.395 2.458 346.637 +18 Mar 2021 09:00 UT 21.25 4.944 1768.5 405271 3.3684 16.6310 123.612 -1.523 -1.454 2.406 346.795 +18 Mar 2021 10:00 UT 21.57 4.985 1768.5 405263 3.4008 16.7938 123.104 -1.523 -1.513 2.353 346.955 +18 Mar 2021 11:00 UT 21.90 5.027 1768.6 405253 3.4332 16.9554 122.596 -1.522 -1.572 2.300 347.116 +18 Mar 2021 12:00 UT 22.22 5.069 1768.6 405240 3.4656 17.1159 122.087 -1.522 -1.632 2.246 347.278 +18 Mar 2021 13:00 UT 22.55 5.110 1768.7 405226 3.4981 17.2752 121.579 -1.522 -1.691 2.193 347.441 +18 Mar 2021 14:00 UT 22.88 5.152 1768.8 405210 3.5307 17.4333 121.071 -1.522 -1.750 2.139 347.605 +18 Mar 2021 15:00 UT 23.21 5.194 1768.9 405192 3.5633 17.5902 120.563 -1.521 -1.809 2.086 347.770 +18 Mar 2021 16:00 UT 23.54 5.235 1768.9 405172 3.5960 17.7460 120.054 -1.521 -1.869 2.032 347.936 +18 Mar 2021 17:00 UT 23.87 5.277 1769.0 405150 3.6287 17.9005 119.546 -1.521 -1.928 1.978 348.103 +18 Mar 2021 18:00 UT 24.21 5.319 1769.1 405127 3.6615 18.0538 119.038 -1.521 -1.988 1.923 348.272 +18 Mar 2021 19:00 UT 24.54 5.360 1769.3 405101 3.6944 18.2058 118.530 -1.520 -2.047 1.869 348.441 +18 Mar 2021 20:00 UT 24.88 5.402 1769.4 405073 3.7273 18.3567 118.021 -1.520 -2.106 1.815 348.612 +18 Mar 2021 21:00 UT 25.22 5.444 1769.5 405043 3.7603 18.5062 117.513 -1.520 -2.166 1.760 348.783 +18 Mar 2021 22:00 UT 25.56 5.485 1769.6 405011 3.7933 18.6545 117.005 -1.520 -2.225 1.705 348.956 +18 Mar 2021 23:00 UT 25.91 5.527 1769.8 404977 3.8264 18.8015 116.497 -1.519 -2.285 1.650 349.129 +19 Mar 2021 00:00 UT 26.25 5.569 1769.9 404941 3.8595 18.9472 115.989 -1.519 -2.344 1.595 349.304 +19 Mar 2021 01:00 UT 26.60 5.610 1770.1 404903 3.8928 19.0916 115.481 -1.519 -2.403 1.540 349.479 +19 Mar 2021 02:00 UT 26.94 5.652 1770.3 404863 3.9260 19.2346 114.972 -1.519 -2.463 1.485 349.656 +19 Mar 2021 03:00 UT 27.29 5.694 1770.5 404821 3.9594 19.3764 114.464 -1.518 -2.522 1.429 349.834 +19 Mar 2021 04:00 UT 27.64 5.735 1770.7 404776 3.9928 19.5168 113.956 -1.518 -2.581 1.374 350.012 +19 Mar 2021 05:00 UT 28.00 5.777 1770.9 404730 4.0262 19.6558 113.448 -1.518 -2.640 1.318 350.192 +19 Mar 2021 06:00 UT 28.35 5.819 1771.1 404682 4.0598 19.7935 112.940 -1.518 -2.699 1.263 350.373 +19 Mar 2021 07:00 UT 28.70 5.860 1771.3 404632 4.0934 19.9298 112.432 -1.517 -2.758 1.207 350.554 +19 Mar 2021 08:00 UT 29.06 5.902 1771.5 404579 4.1270 20.0646 111.924 -1.517 -2.817 1.151 350.737 +19 Mar 2021 09:00 UT 29.42 5.944 1771.8 404525 4.1607 20.1981 111.415 -1.517 -2.876 1.095 350.920 +19 Mar 2021 10:00 UT 29.78 5.985 1772.0 404468 4.1945 20.3302 110.907 -1.517 -2.935 1.039 351.105 +19 Mar 2021 11:00 UT 30.14 6.027 1772.3 404409 4.2284 20.4608 110.399 -1.516 -2.994 0.982 351.290 +19 Mar 2021 12:00 UT 30.50 6.069 1772.5 404349 4.2623 20.5900 109.891 -1.516 -3.052 0.926 351.476 +19 Mar 2021 13:00 UT 30.86 6.110 1772.8 404286 4.2962 20.7177 109.383 -1.516 -3.111 0.870 351.664 +19 Mar 2021 14:00 UT 31.22 6.152 1773.1 404221 4.3303 20.8440 108.875 -1.515 -3.169 0.813 351.852 +19 Mar 2021 15:00 UT 31.59 6.194 1773.4 404154 4.3644 20.9688 108.367 -1.515 -3.228 0.757 352.041 +19 Mar 2021 16:00 UT 31.96 6.235 1773.7 404085 4.3986 21.0921 107.859 -1.515 -3.286 0.700 352.231 +19 Mar 2021 17:00 UT 32.32 6.277 1774.0 404013 4.4328 21.2138 107.351 -1.515 -3.344 0.643 352.422 +19 Mar 2021 18:00 UT 32.69 6.319 1774.3 403940 4.4671 21.3341 106.843 -1.514 -3.402 0.587 352.614 +19 Mar 2021 19:00 UT 33.06 6.360 1774.7 403864 4.5015 21.4529 106.335 -1.514 -3.459 0.530 352.807 +19 Mar 2021 20:00 UT 33.43 6.402 1775.0 403787 4.5359 21.5700 105.827 -1.514 -3.517 0.473 353.000 +19 Mar 2021 21:00 UT 33.81 6.444 1775.4 403707 4.5704 21.6857 105.319 -1.514 -3.575 0.416 353.195 +19 Mar 2021 22:00 UT 34.18 6.485 1775.7 403625 4.6050 21.7998 104.811 -1.513 -3.632 0.359 353.390 +19 Mar 2021 23:00 UT 34.55 6.527 1776.1 403541 4.6397 21.9123 104.303 -1.513 -3.689 0.302 353.586 +20 Mar 2021 00:00 UT 34.93 6.569 1776.5 403455 4.6744 22.0232 103.795 -1.513 -3.746 0.245 353.783 +20 Mar 2021 01:00 UT 35.31 6.610 1776.9 403367 4.7091 22.1325 103.287 -1.512 -3.803 0.188 353.981 +20 Mar 2021 02:00 UT 35.69 6.652 1777.3 403277 4.7440 22.2402 102.779 -1.512 -3.859 0.131 354.179 +20 Mar 2021 03:00 UT 36.06 6.694 1777.7 403184 4.7789 22.3462 102.271 -1.512 -3.916 0.074 354.379 +20 Mar 2021 04:00 UT 36.44 6.735 1778.1 403090 4.8139 22.4506 101.763 -1.511 -3.972 0.016 354.579 +20 Mar 2021 05:00 UT 36.83 6.777 1778.5 402993 4.8489 22.5534 101.255 -1.511 -4.028 -0.041 354.780 +20 Mar 2021 06:00 UT 37.21 6.819 1778.9 402895 4.8840 22.6545 100.747 -1.511 -4.084 -0.098 354.981 +20 Mar 2021 07:00 UT 37.59 6.860 1779.4 402794 4.9192 22.7539 100.239 -1.511 -4.139 -0.155 355.184 +20 Mar 2021 08:00 UT 37.98 6.902 1779.8 402691 4.9544 22.8516 99.732 -1.510 -4.194 -0.213 355.387 +20 Mar 2021 09:00 UT 38.36 6.944 1780.3 402586 4.9898 22.9477 99.224 -1.510 -4.249 -0.270 355.591 +20 Mar 2021 10:00 UT 38.75 6.985 1780.8 402478 5.0251 23.0420 98.716 -1.510 -4.304 -0.327 355.796 +20 Mar 2021 11:00 UT 39.13 7.027 1781.3 402369 5.0606 23.1346 98.208 -1.509 -4.359 -0.385 356.001 +20 Mar 2021 12:00 UT 39.52 7.069 1781.8 402258 5.0961 23.2254 97.700 -1.509 -4.413 -0.442 356.207 +20 Mar 2021 13:00 UT 39.91 7.110 1782.3 402144 5.1317 23.3145 97.192 -1.509 -4.467 -0.499 356.413 +20 Mar 2021 14:00 UT 40.30 7.152 1782.8 402029 5.1673 23.4019 96.684 -1.508 -4.521 -0.557 356.621 +20 Mar 2021 15:00 UT 40.69 7.194 1783.3 401911 5.2030 23.4875 96.177 -1.508 -4.574 -0.614 356.829 +20 Mar 2021 16:00 UT 41.08 7.235 1783.8 401791 5.2388 23.5712 95.669 -1.508 -4.627 -0.671 357.037 +20 Mar 2021 17:00 UT 41.47 7.277 1784.4 401669 5.2747 23.6532 95.161 -1.507 -4.680 -0.728 357.246 +20 Mar 2021 18:00 UT 41.87 7.319 1784.9 401545 5.3106 23.7334 94.653 -1.507 -4.733 -0.786 357.456 +20 Mar 2021 19:00 UT 42.26 7.360 1785.5 401419 5.3465 23.8118 94.145 -1.507 -4.785 -0.843 357.666 +20 Mar 2021 20:00 UT 42.66 7.402 1786.0 401291 5.3826 23.8883 93.638 -1.506 -4.837 -0.900 357.877 +20 Mar 2021 21:00 UT 43.05 7.444 1786.6 401161 5.4187 23.9630 93.130 -1.506 -4.889 -0.957 358.089 +20 Mar 2021 22:00 UT 43.45 7.485 1787.2 401029 5.4549 24.0358 92.622 -1.506 -4.940 -1.014 358.300 +20 Mar 2021 23:00 UT 43.84 7.527 1787.8 400894 5.4911 24.1068 92.114 -1.506 -4.991 -1.072 358.513 +21 Mar 2021 00:00 UT 44.24 7.569 1788.4 400758 5.5274 24.1758 91.607 -1.505 -5.042 -1.129 358.726 +21 Mar 2021 01:00 UT 44.64 7.610 1789.0 400620 5.5637 24.2430 91.099 -1.505 -5.092 -1.186 358.939 +21 Mar 2021 02:00 UT 45.04 7.652 1789.7 400479 5.6002 24.3083 90.591 -1.505 -5.142 -1.243 359.153 +21 Mar 2021 03:00 UT 45.44 7.694 1790.3 400337 5.6366 24.3717 90.083 -1.504 -5.192 -1.299 359.367 +21 Mar 2021 04:00 UT 45.84 7.735 1790.9 400193 5.6732 24.4332 89.576 -1.504 -5.241 -1.356 359.582 +21 Mar 2021 05:00 UT 46.24 7.777 1791.6 400046 5.7098 24.4927 89.068 -1.504 -5.290 -1.413 359.797 +21 Mar 2021 06:00 UT 46.64 7.819 1792.3 399898 5.7465 24.5502 88.560 -1.503 -5.338 -1.470 0.013 +21 Mar 2021 07:00 UT 47.04 7.860 1792.9 399747 5.7832 24.6059 88.053 -1.503 -5.386 -1.526 0.229 +21 Mar 2021 08:00 UT 47.44 7.902 1793.6 399595 5.8200 24.6595 87.545 -1.502 -5.434 -1.583 0.445 +21 Mar 2021 09:00 UT 47.84 7.944 1794.3 399440 5.8568 24.7112 87.037 -1.502 -5.481 -1.639 0.661 +21 Mar 2021 10:00 UT 48.25 7.985 1795.0 399284 5.8937 24.7609 86.530 -1.502 -5.528 -1.696 0.878 +21 Mar 2021 11:00 UT 48.65 8.027 1795.7 399126 5.9307 24.8086 86.022 -1.501 -5.574 -1.752 1.095 +21 Mar 2021 12:00 UT 49.05 8.069 1796.5 398966 5.9677 24.8542 85.515 -1.501 -5.620 -1.808 1.313 +21 Mar 2021 13:00 UT 49.46 8.110 1797.2 398803 6.0048 24.8979 85.007 -1.501 -5.665 -1.864 1.530 +21 Mar 2021 14:00 UT 49.86 8.152 1797.9 398639 6.0419 24.9395 84.499 -1.500 -5.710 -1.920 1.748 +21 Mar 2021 15:00 UT 50.27 8.194 1798.7 398473 6.0791 24.9791 83.992 -1.500 -5.755 -1.976 1.966 +21 Mar 2021 16:00 UT 50.67 8.235 1799.4 398305 6.1163 25.0166 83.484 -1.500 -5.799 -2.032 2.185 +21 Mar 2021 17:00 UT 51.08 8.277 1800.2 398136 6.1536 25.0521 82.977 -1.499 -5.843 -2.088 2.403 +21 Mar 2021 18:00 UT 51.48 8.319 1801.0 397964 6.1910 25.0855 82.469 -1.499 -5.886 -2.143 2.621 +21 Mar 2021 19:00 UT 51.89 8.360 1801.8 397790 6.2284 25.1169 81.961 -1.499 -5.929 -2.199 2.840 +21 Mar 2021 20:00 UT 52.30 8.402 1802.6 397615 6.2658 25.1461 81.454 -1.498 -5.971 -2.254 3.059 +21 Mar 2021 21:00 UT 52.70 8.444 1803.4 397438 6.3033 25.1733 80.946 -1.498 -6.013 -2.309 3.278 +21 Mar 2021 22:00 UT 53.11 8.485 1804.2 397259 6.3409 25.1983 80.439 -1.498 -6.054 -2.364 3.497 +21 Mar 2021 23:00 UT 53.52 8.527 1805.0 397078 6.3785 25.2212 79.931 -1.497 -6.095 -2.419 3.715 +22 Mar 2021 00:00 UT 53.92 8.569 1805.8 396895 6.4161 25.2420 79.424 -1.497 -6.135 -2.474 3.934 +22 Mar 2021 01:00 UT 54.33 8.610 1806.7 396711 6.4538 25.2607 78.916 -1.496 -6.175 -2.529 4.153 +22 Mar 2021 02:00 UT 54.74 8.652 1807.5 396525 6.4915 25.2772 78.409 -1.496 -6.214 -2.583 4.372 +22 Mar 2021 03:00 UT 55.15 8.694 1808.4 396337 6.5293 25.2916 77.901 -1.496 -6.253 -2.638 4.591 +22 Mar 2021 04:00 UT 55.55 8.735 1809.2 396147 6.5672 25.3039 77.394 -1.495 -6.291 -2.692 4.809 +22 Mar 2021 05:00 UT 55.96 8.777 1810.1 395956 6.6050 25.3139 76.887 -1.495 -6.328 -2.746 5.028 +22 Mar 2021 06:00 UT 56.37 8.819 1811.0 395763 6.6430 25.3218 76.379 -1.495 -6.365 -2.800 5.246 +22 Mar 2021 07:00 UT 56.78 8.860 1811.9 395568 6.6809 25.3275 75.872 -1.494 -6.402 -2.853 5.464 +22 Mar 2021 08:00 UT 57.18 8.902 1812.8 395371 6.7189 25.3310 75.364 -1.494 -6.438 -2.907 5.682 +22 Mar 2021 09:00 UT 57.59 8.944 1813.7 395173 6.7570 25.3324 74.857 -1.493 -6.473 -2.960 5.900 +22 Mar 2021 10:00 UT 58.00 8.985 1814.6 394974 6.7951 25.3315 74.349 -1.493 -6.508 -3.013 6.117 +22 Mar 2021 11:00 UT 58.41 9.027 1815.5 394772 6.8332 25.3284 73.842 -1.493 -6.542 -3.066 6.334 +22 Mar 2021 12:00 UT 58.81 9.069 1816.5 394569 6.8714 25.3231 73.335 -1.492 -6.575 -3.119 6.551 +22 Mar 2021 13:00 UT 59.22 9.110 1817.4 394365 6.9095 25.3156 72.827 -1.492 -6.608 -3.171 6.768 +22 Mar 2021 14:00 UT 59.63 9.152 1818.4 394159 6.9478 25.3059 72.320 -1.491 -6.641 -3.224 6.984 +22 Mar 2021 15:00 UT 60.04 9.194 1819.3 393951 6.9860 25.2939 71.813 -1.491 -6.672 -3.276 7.200 +22 Mar 2021 16:00 UT 60.44 9.235 1820.3 393742 7.0243 25.2797 71.305 -1.491 -6.704 -3.328 7.415 +22 Mar 2021 17:00 UT 60.85 9.277 1821.3 393532 7.0627 25.2632 70.798 -1.490 -6.734 -3.379 7.630 +22 Mar 2021 18:00 UT 61.26 9.319 1822.2 393319 7.1010 25.2445 70.291 -1.490 -6.764 -3.431 7.845 +22 Mar 2021 19:00 UT 61.66 9.360 1823.2 393106 7.1394 25.2236 69.783 -1.489 -6.793 -3.482 8.059 +22 Mar 2021 20:00 UT 62.07 9.402 1824.2 392891 7.1779 25.2003 69.276 -1.489 -6.822 -3.533 8.272 +22 Mar 2021 21:00 UT 62.47 9.444 1825.2 392675 7.2163 25.1748 68.769 -1.489 -6.850 -3.584 8.485 +22 Mar 2021 22:00 UT 62.88 9.485 1826.2 392457 7.2548 25.1471 68.262 -1.488 -6.877 -3.635 8.698 +22 Mar 2021 23:00 UT 63.28 9.527 1827.3 392238 7.2933 25.1170 67.754 -1.488 -6.904 -3.685 8.909 +23 Mar 2021 00:00 UT 63.68 9.569 1828.3 392017 7.3318 25.0847 67.247 -1.487 -6.929 -3.735 9.121 +23 Mar 2021 01:00 UT 64.09 9.610 1829.3 391795 7.3704 25.0501 66.740 -1.487 -6.955 -3.785 9.331 +23 Mar 2021 02:00 UT 64.49 9.652 1830.4 391572 7.4090 25.0133 66.233 -1.487 -6.979 -3.834 9.541 +23 Mar 2021 03:00 UT 64.89 9.694 1831.4 391348 7.4476 24.9741 65.725 -1.486 -7.003 -3.883 9.750 +23 Mar 2021 04:00 UT 65.30 9.735 1832.5 391122 7.4862 24.9326 65.218 -1.486 -7.026 -3.932 9.959 +23 Mar 2021 05:00 UT 65.70 9.777 1833.5 390895 7.5248 24.8889 64.711 -1.485 -7.049 -3.981 10.166 +23 Mar 2021 06:00 UT 66.10 9.819 1834.6 390667 7.5635 24.8428 64.204 -1.485 -7.071 -4.030 10.373 +23 Mar 2021 07:00 UT 66.50 9.860 1835.7 390438 7.6022 24.7945 63.697 -1.485 -7.092 -4.078 10.579 +23 Mar 2021 08:00 UT 66.90 9.902 1836.8 390208 7.6409 24.7439 63.189 -1.484 -7.112 -4.126 10.784 +23 Mar 2021 09:00 UT 67.30 9.944 1837.9 389976 7.6796 24.6909 62.682 -1.484 -7.132 -4.173 10.989 +23 Mar 2021 10:00 UT 67.69 9.985 1839.0 389744 7.7183 24.6357 62.175 -1.483 -7.151 -4.220 11.192 +23 Mar 2021 11:00 UT 68.09 10.027 1840.1 389510 7.7570 24.5781 61.668 -1.483 -7.169 -4.267 11.395 +23 Mar 2021 12:00 UT 68.49 10.069 1841.2 389275 7.7958 24.5182 61.161 -1.482 -7.187 -4.314 11.596 +23 Mar 2021 13:00 UT 68.88 10.110 1842.3 389039 7.8346 24.4561 60.654 -1.482 -7.203 -4.360 11.797 +23 Mar 2021 14:00 UT 69.28 10.152 1843.4 388802 7.8733 24.3916 60.147 -1.482 -7.219 -4.406 11.996 +23 Mar 2021 15:00 UT 69.67 10.194 1844.5 388565 7.9121 24.3248 59.639 -1.481 -7.235 -4.452 12.195 +23 Mar 2021 16:00 UT 70.07 10.235 1845.7 388326 7.9509 24.2557 59.132 -1.481 -7.249 -4.497 12.392 +23 Mar 2021 17:00 UT 70.46 10.277 1846.8 388086 7.9897 24.1843 58.625 -1.480 -7.263 -4.542 12.589 +23 Mar 2021 18:00 UT 70.85 10.319 1848.0 387846 8.0285 24.1106 58.118 -1.480 -7.276 -4.587 12.784 +23 Mar 2021 19:00 UT 71.24 10.360 1849.1 387604 8.0673 24.0346 57.611 -1.479 -7.288 -4.631 12.978 +23 Mar 2021 20:00 UT 71.63 10.402 1850.3 387362 8.1061 23.9563 57.104 -1.479 -7.299 -4.675 13.171 +23 Mar 2021 21:00 UT 72.02 10.444 1851.4 387119 8.1449 23.8757 56.597 -1.478 -7.310 -4.719 13.363 +23 Mar 2021 22:00 UT 72.40 10.485 1852.6 386875 8.1837 23.7927 56.090 -1.478 -7.320 -4.762 13.554 +23 Mar 2021 23:00 UT 72.79 10.527 1853.8 386631 8.2226 23.7075 55.583 -1.478 -7.329 -4.805 13.743 +24 Mar 2021 00:00 UT 73.17 10.569 1854.9 386386 8.2614 23.6200 55.076 -1.477 -7.337 -4.847 13.931 +24 Mar 2021 01:00 UT 73.56 10.610 1856.1 386140 8.3002 23.5302 54.569 -1.477 -7.345 -4.890 14.118 +24 Mar 2021 02:00 UT 73.94 10.652 1857.3 385893 8.3390 23.4381 54.062 -1.476 -7.352 -4.931 14.303 +24 Mar 2021 03:00 UT 74.32 10.694 1858.5 385646 8.3778 23.3437 53.555 -1.476 -7.357 -4.973 14.487 +24 Mar 2021 04:00 UT 74.70 10.735 1859.7 385398 8.4166 23.2470 53.048 -1.475 -7.363 -5.014 14.670 +24 Mar 2021 05:00 UT 75.08 10.777 1860.9 385150 8.4555 23.1481 52.541 -1.475 -7.367 -5.054 14.851 +24 Mar 2021 06:00 UT 75.45 10.819 1862.1 384901 8.4943 23.0468 52.034 -1.474 -7.370 -5.094 15.031 +24 Mar 2021 07:00 UT 75.83 10.860 1863.3 384652 8.5331 22.9433 51.527 -1.474 -7.373 -5.134 15.210 +24 Mar 2021 08:00 UT 76.20 10.902 1864.5 384402 8.5718 22.8375 51.020 -1.473 -7.375 -5.173 15.387 +24 Mar 2021 09:00 UT 76.58 10.944 1865.7 384151 8.6106 22.7295 50.513 -1.473 -7.376 -5.212 15.562 +24 Mar 2021 10:00 UT 76.95 10.985 1867.0 383901 8.6494 22.6192 50.006 -1.472 -7.376 -5.251 15.736 +24 Mar 2021 11:00 UT 77.32 11.027 1868.2 383650 8.6882 22.5067 49.499 -1.472 -7.376 -5.289 15.909 +24 Mar 2021 12:00 UT 77.68 11.069 1869.4 383398 8.7269 22.3919 48.992 -1.471 -7.374 -5.326 16.080 +24 Mar 2021 13:00 UT 78.05 11.110 1870.6 383146 8.7656 22.2748 48.486 -1.471 -7.372 -5.363 16.249 +24 Mar 2021 14:00 UT 78.42 11.152 1871.9 382894 8.8044 22.1555 47.979 -1.470 -7.369 -5.400 16.417 +24 Mar 2021 15:00 UT 78.78 11.194 1873.1 382642 8.8431 22.0340 47.472 -1.470 -7.365 -5.436 16.583 +24 Mar 2021 16:00 UT 79.14 11.235 1874.3 382390 8.8818 21.9103 46.965 -1.469 -7.360 -5.472 16.747 +24 Mar 2021 17:00 UT 79.50 11.277 1875.6 382137 8.9205 21.7844 46.458 -1.469 -7.354 -5.508 16.910 +24 Mar 2021 18:00 UT 79.86 11.319 1876.8 381884 8.9592 21.6562 45.951 -1.468 -7.348 -5.542 17.071 +24 Mar 2021 19:00 UT 80.21 11.360 1878.1 381632 8.9978 21.5259 45.444 -1.468 -7.341 -5.577 17.230 +24 Mar 2021 20:00 UT 80.57 11.402 1879.3 381379 9.0365 21.3934 44.938 -1.468 -7.333 -5.611 17.388 +24 Mar 2021 21:00 UT 80.92 11.444 1880.5 381126 9.0751 21.2586 44.431 -1.467 -7.324 -5.644 17.544 +24 Mar 2021 22:00 UT 81.27 11.485 1881.8 380873 9.1137 21.1218 43.924 -1.466 -7.314 -5.677 17.698 +24 Mar 2021 23:00 UT 81.62 11.527 1883.0 380620 9.1523 20.9827 43.417 -1.466 -7.303 -5.709 17.850 +25 Mar 2021 00:00 UT 81.96 11.569 1884.3 380367 9.1909 20.8415 42.910 -1.465 -7.291 -5.741 18.000 +25 Mar 2021 01:00 UT 82.31 11.610 1885.6 380114 9.2294 20.6981 42.404 -1.465 -7.279 -5.773 18.149 +25 Mar 2021 02:00 UT 82.65 11.652 1886.8 379861 9.2680 20.5526 41.897 -1.464 -7.266 -5.804 18.296 +25 Mar 2021 03:00 UT 82.99 11.694 1888.1 379609 9.3065 20.4050 41.390 -1.464 -7.252 -5.834 18.441 +25 Mar 2021 04:00 UT 83.32 11.735 1889.3 379357 9.3450 20.2553 40.883 -1.463 -7.237 -5.864 18.584 +25 Mar 2021 05:00 UT 83.66 11.777 1890.6 379105 9.3835 20.1034 40.376 -1.463 -7.221 -5.893 18.725 +25 Mar 2021 06:00 UT 83.99 11.819 1891.8 378853 9.4219 19.9495 39.870 -1.462 -7.204 -5.922 18.864 +25 Mar 2021 07:00 UT 84.32 11.860 1893.1 378601 9.4604 19.7935 39.363 -1.462 -7.187 -5.950 19.001 +25 Mar 2021 08:00 UT 84.65 11.902 1894.3 378350 9.4988 19.6354 38.856 -1.461 -7.168 -5.978 19.136 +25 Mar 2021 09:00 UT 84.98 11.944 1895.6 378100 9.5372 19.4752 38.350 -1.461 -7.149 -6.005 19.270 +25 Mar 2021 10:00 UT 85.30 11.985 1896.9 377849 9.5755 19.3130 37.843 -1.460 -7.129 -6.031 19.401 +25 Mar 2021 11:00 UT 85.62 12.027 1898.1 377599 9.6139 19.1488 37.336 -1.460 -7.108 -6.057 19.530 +25 Mar 2021 12:00 UT 85.94 12.069 1899.4 377350 9.6522 18.9825 36.829 -1.459 -7.086 -6.083 19.657 +25 Mar 2021 13:00 UT 86.25 12.110 1900.6 377101 9.6905 18.8142 36.323 -1.459 -7.064 -6.108 19.783 +25 Mar 2021 14:00 UT 86.57 12.152 1901.9 376853 9.7288 18.6439 35.816 -1.458 -7.040 -6.132 19.906 +25 Mar 2021 15:00 UT 86.88 12.194 1903.1 376605 9.7670 18.4717 35.309 -1.458 -7.016 -6.156 20.027 +25 Mar 2021 16:00 UT 87.19 12.235 1904.4 376358 9.8052 18.2975 34.803 -1.457 -6.991 -6.179 20.146 +25 Mar 2021 17:00 UT 87.49 12.277 1905.6 376112 9.8434 18.1213 34.296 -1.456 -6.965 -6.201 20.263 +25 Mar 2021 18:00 UT 87.79 12.319 1906.9 375866 9.8816 17.9431 33.789 -1.456 -6.938 -6.223 20.378 +25 Mar 2021 19:00 UT 88.09 12.360 1908.1 375621 9.9198 17.7631 33.283 -1.455 -6.910 -6.245 20.490 +25 Mar 2021 20:00 UT 88.39 12.402 1909.3 375377 9.9579 17.5811 32.776 -1.455 -6.882 -6.265 20.601 +25 Mar 2021 21:00 UT 88.68 12.444 1910.6 375134 9.9960 17.3972 32.270 -1.454 -6.852 -6.285 20.709 +25 Mar 2021 22:00 UT 88.97 12.485 1911.8 374892 10.0341 17.2115 31.763 -1.454 -6.822 -6.305 20.815 +25 Mar 2021 23:00 UT 89.26 12.527 1913.0 374650 10.0721 17.0238 31.256 -1.453 -6.791 -6.324 20.919 +26 Mar 2021 00:00 UT 89.55 12.569 1914.3 374409 10.1101 16.8344 30.750 -1.453 -6.759 -6.342 21.021 +26 Mar 2021 01:00 UT 89.83 12.610 1915.5 374170 10.1481 16.6430 30.243 -1.452 -6.726 -6.360 21.121 +26 Mar 2021 02:00 UT 90.11 12.652 1916.7 373931 10.1861 16.4499 29.736 -1.451 -6.693 -6.377 21.218 +26 Mar 2021 03:00 UT 90.38 12.694 1917.9 373693 10.2241 16.2550 29.230 -1.451 -6.658 -6.393 21.314 +26 Mar 2021 04:00 UT 90.66 12.735 1919.2 373457 10.2620 16.0583 28.723 -1.450 -6.623 -6.409 21.407 +26 Mar 2021 05:00 UT 90.93 12.777 1920.4 373221 10.2999 15.8598 28.217 -1.450 -6.587 -6.424 21.497 +26 Mar 2021 06:00 UT 91.19 12.819 1921.6 372987 10.3378 15.6595 27.710 -1.449 -6.550 -6.438 21.586 +26 Mar 2021 07:00 UT 91.46 12.860 1922.8 372754 10.3756 15.4575 27.204 -1.448 -6.513 -6.452 21.672 +26 Mar 2021 08:00 UT 91.71 12.902 1924.0 372522 10.4134 15.2538 26.697 -1.448 -6.474 -6.465 21.756 +26 Mar 2021 09:00 UT 91.97 12.944 1925.2 372291 10.4512 15.0484 26.190 -1.447 -6.435 -6.477 21.838 +26 Mar 2021 10:00 UT 92.22 12.985 1926.4 372062 10.4890 14.8414 25.684 -1.447 -6.395 -6.489 21.917 +26 Mar 2021 11:00 UT 92.47 13.027 1927.5 371834 10.5268 14.6326 25.177 -1.446 -6.354 -6.500 21.995 +26 Mar 2021 12:00 UT 92.72 13.069 1928.7 371607 10.5645 14.4222 24.671 -1.445 -6.312 -6.510 22.069 +26 Mar 2021 13:00 UT 92.96 13.110 1929.9 371382 10.6022 14.2102 24.164 -1.445 -6.270 -6.520 22.142 +26 Mar 2021 14:00 UT 93.20 13.152 1931.0 371158 10.6399 13.9966 23.658 -1.444 -6.227 -6.529 22.212 +26 Mar 2021 15:00 UT 93.44 13.194 1932.2 370936 10.6776 13.7814 23.151 -1.444 -6.183 -6.537 22.280 +26 Mar 2021 16:00 UT 93.67 13.235 1933.4 370715 10.7152 13.5647 22.645 -1.443 -6.138 -6.545 22.346 +26 Mar 2021 17:00 UT 93.89 13.277 1934.5 370495 10.7528 13.3464 22.138 -1.442 -6.093 -6.552 22.409 +26 Mar 2021 18:00 UT 94.12 13.319 1935.6 370277 10.7904 13.1265 21.632 -1.442 -6.046 -6.558 22.470 +26 Mar 2021 19:00 UT 94.34 13.360 1936.8 370061 10.8280 12.9052 21.125 -1.441 -5.999 -6.563 22.529 +26 Mar 2021 20:00 UT 94.56 13.402 1937.9 369847 10.8656 12.6824 20.619 -1.441 -5.952 -6.568 22.585 +26 Mar 2021 21:00 UT 94.77 13.444 1939.0 369634 10.9031 12.4581 20.112 -1.440 -5.903 -6.572 22.639 +26 Mar 2021 22:00 UT 94.98 13.485 1940.1 369422 10.9406 12.2324 19.606 -1.439 -5.854 -6.576 22.691 +26 Mar 2021 23:00 UT 95.18 13.527 1941.2 369213 10.9781 12.0052 19.099 -1.439 -5.804 -6.578 22.740 +27 Mar 2021 00:00 UT 95.38 13.569 1942.3 369005 11.0156 11.7767 18.593 -1.438 -5.754 -6.580 22.787 +27 Mar 2021 01:00 UT 95.58 13.610 1943.4 368799 11.0530 11.5468 18.086 -1.437 -5.702 -6.582 22.832 +27 Mar 2021 02:00 UT 95.77 13.652 1944.5 368595 11.0905 11.3155 17.580 -1.437 -5.650 -6.582 22.874 +27 Mar 2021 03:00 UT 95.96 13.694 1945.5 368393 11.1279 11.0829 17.074 -1.436 -5.598 -6.582 22.914 +27 Mar 2021 04:00 UT 96.15 13.735 1946.6 368192 11.1653 10.8490 16.567 -1.436 -5.544 -6.581 22.952 +27 Mar 2021 05:00 UT 96.33 13.777 1947.7 367994 11.2027 10.6138 16.061 -1.435 -5.490 -6.579 22.987 +27 Mar 2021 06:00 UT 96.50 13.819 1948.7 367797 11.2400 10.3773 15.554 -1.434 -5.435 -6.577 23.020 +27 Mar 2021 07:00 UT 96.68 13.860 1949.7 367603 11.2774 10.1396 15.048 -1.434 -5.380 -6.574 23.050 +27 Mar 2021 08:00 UT 96.84 13.902 1950.7 367410 11.3147 9.9007 14.541 -1.433 -5.324 -6.570 23.078 +27 Mar 2021 09:00 UT 97.01 13.944 1951.8 367220 11.3521 9.6605 14.035 -1.432 -5.267 -6.565 23.104 +27 Mar 2021 10:00 UT 97.17 13.985 1952.8 367032 11.3894 9.4193 13.528 -1.432 -5.210 -6.560 23.127 +27 Mar 2021 11:00 UT 97.32 14.027 1953.7 366845 11.4267 9.1768 13.022 -1.431 -5.152 -6.553 23.148 +27 Mar 2021 12:00 UT 97.47 14.069 1954.7 366661 11.4640 8.9333 12.516 -1.430 -5.093 -6.547 23.167 +27 Mar 2021 13:00 UT 97.62 14.110 1955.7 366479 11.5012 8.6886 12.009 -1.430 -5.034 -6.539 23.183 +27 Mar 2021 14:00 UT 97.76 14.152 1956.7 366299 11.5385 8.4429 11.503 -1.429 -4.974 -6.531 23.197 +27 Mar 2021 15:00 UT 97.90 14.194 1957.6 366122 11.5758 8.1961 10.996 -1.428 -4.913 -6.521 23.208 +27 Mar 2021 16:00 UT 98.03 14.235 1958.5 365947 11.6130 7.9483 10.490 -1.428 -4.852 -6.512 23.217 +27 Mar 2021 17:00 UT 98.16 14.277 1959.5 365774 11.6503 7.6995 9.984 -1.427 -4.791 -6.501 23.224 +27 Mar 2021 18:00 UT 98.29 14.319 1960.4 365603 11.6875 7.4498 9.477 -1.426 -4.729 -6.490 23.228 +27 Mar 2021 19:00 UT 98.41 14.360 1961.3 365434 11.7247 7.1991 8.971 -1.426 -4.666 -6.477 23.230 +27 Mar 2021 20:00 UT 98.52 14.402 1962.2 365268 11.7619 6.9474 8.464 -1.425 -4.603 -6.464 23.230 +27 Mar 2021 21:00 UT 98.63 14.444 1963.1 365105 11.7991 6.6949 7.958 -1.424 -4.539 -6.451 23.227 +27 Mar 2021 22:00 UT 98.74 14.485 1963.9 364943 11.8363 6.4415 7.452 -1.424 -4.474 -6.436 23.222 +27 Mar 2021 23:00 UT 98.84 14.527 1964.8 364785 11.8736 6.1873 6.945 -1.423 -4.409 -6.421 23.214 +28 Mar 2021 00:00 UT 98.93 14.569 1965.6 364628 11.9108 5.9322 6.439 -1.422 -4.344 -6.405 23.204 +28 Mar 2021 01:00 UT 99.03 14.610 1966.5 364474 11.9480 5.6764 5.932 -1.421 -4.278 -6.389 23.192 +28 Mar 2021 02:00 UT 99.11 14.652 1967.3 364323 11.9852 5.4198 5.426 -1.421 -4.212 -6.371 23.177 +28 Mar 2021 03:00 UT 99.19 14.694 1968.1 364174 12.0223 5.1624 4.920 -1.420 -4.145 -6.353 23.160 +28 Mar 2021 04:00 UT 99.27 14.735 1968.9 364028 12.0595 4.9044 4.413 -1.419 -4.078 -6.334 23.141 +28 Mar 2021 05:00 UT 99.34 14.777 1969.6 363884 12.0967 4.6457 3.907 -1.419 -4.010 -6.314 23.120 +28 Mar 2021 06:00 UT 99.41 14.819 1970.4 363743 12.1339 4.3863 3.401 -1.418 -3.942 -6.294 23.096 +28 Mar 2021 07:00 UT 99.47 14.860 1971.2 363604 12.1712 4.1263 2.894 -1.417 -3.873 -6.273 23.069 +28 Mar 2021 08:00 UT 99.53 14.902 1971.9 363469 12.2084 3.8657 2.388 -1.417 -3.804 -6.251 23.041 +28 Mar 2021 09:00 UT 99.59 14.944 1972.6 363335 12.2456 3.6045 1.881 -1.416 -3.734 -6.228 23.010 +28 Mar 2021 10:00 UT 99.63 14.985 1973.3 363205 12.2828 3.3428 1.375 -1.415 -3.664 -6.205 22.976 +28 Mar 2021 11:00 UT 99.68 15.027 1974.0 363077 12.3200 3.0806 0.869 -1.414 -3.594 -6.180 22.941 +28 Mar 2021 12:00 UT 99.71 15.069 1974.7 362952 12.3573 2.8179 0.362 -1.414 -3.523 -6.156 22.903 +28 Mar 2021 13:00 UT 99.75 15.110 1975.4 362829 12.3945 2.5547 -0.144 -1.413 -3.452 -6.130 22.862 +28 Mar 2021 14:00 UT 99.78 15.152 1976.0 362709 12.4318 2.2911 -0.650 -1.412 -3.381 -6.103 22.820 +28 Mar 2021 15:00 UT 99.80 15.194 1976.7 362592 12.4690 2.0272 -1.157 -1.412 -3.309 -6.076 22.775 +28 Mar 2021 16:00 UT 99.82 15.235 1977.3 362478 12.5063 1.7628 -1.663 -1.411 -3.237 -6.048 22.727 +28 Mar 2021 17:00 UT 99.83 15.277 1977.9 362367 12.5436 1.4981 -2.170 -1.410 -3.165 -6.020 22.678 +28 Mar 2021 18:00 UT 99.84 15.319 1978.5 362258 12.5809 1.2331 -2.676 -1.409 -3.092 -5.990 22.626 +28 Mar 2021 19:00 UT 99.84 15.360 1979.1 362153 12.6182 0.9678 -3.182 -1.409 -3.019 -5.960 22.572 +28 Mar 2021 20:00 UT 99.84 15.402 1979.6 362050 12.6555 0.7023 -3.689 -1.408 -2.946 -5.930 22.515 +28 Mar 2021 21:00 UT 99.83 15.444 1980.2 361950 12.6929 0.4365 -4.195 -1.407 -2.872 -5.898 22.457 +28 Mar 2021 22:00 UT 99.82 15.485 1980.7 361852 12.7302 0.1706 -4.701 -1.406 -2.798 -5.866 22.396 +28 Mar 2021 23:00 UT 99.80 15.527 1981.2 361758 12.7676 -0.0955 -5.208 -1.406 -2.724 -5.833 22.332 +29 Mar 2021 00:00 UT 99.78 15.569 1981.7 361667 12.8050 -0.3617 -5.714 -1.405 -2.650 -5.799 22.267 +29 Mar 2021 01:00 UT 99.75 15.610 1982.2 361578 12.8424 -0.6281 -6.221 -1.404 -2.575 -5.765 22.199 +29 Mar 2021 02:00 UT 99.72 15.652 1982.7 361492 12.8799 -0.8945 -6.727 -1.403 -2.500 -5.730 22.129 +29 Mar 2021 03:00 UT 99.68 15.694 1983.1 361410 12.9174 -1.1610 -7.233 -1.403 -2.425 -5.694 22.057 +29 Mar 2021 04:00 UT 99.64 15.735 1983.6 361330 12.9548 -1.4274 -7.740 -1.402 -2.350 -5.657 21.982 +29 Mar 2021 05:00 UT 99.59 15.777 1984.0 361253 12.9924 -1.6939 -8.246 -1.401 -2.275 -5.620 21.905 +29 Mar 2021 06:00 UT 99.54 15.819 1984.4 361179 13.0299 -1.9603 -8.753 -1.400 -2.199 -5.582 21.826 +29 Mar 2021 07:00 UT 99.48 15.860 1984.8 361108 13.0675 -2.2266 -9.259 -1.400 -2.124 -5.544 21.745 +29 Mar 2021 08:00 UT 99.42 15.902 1985.2 361040 13.1051 -2.4928 -9.765 -1.399 -2.048 -5.505 21.661 +29 Mar 2021 09:00 UT 99.35 15.944 1985.5 360975 13.1427 -2.7589 -10.272 -1.398 -1.972 -5.465 21.576 +29 Mar 2021 10:00 UT 99.28 15.985 1985.9 360913 13.1803 -3.0247 -10.778 -1.397 -1.896 -5.424 21.488 +29 Mar 2021 11:00 UT 99.20 16.027 1986.2 360854 13.2180 -3.2904 -11.285 -1.397 -1.820 -5.383 21.397 +29 Mar 2021 12:00 UT 99.12 16.069 1986.5 360797 13.2557 -3.5559 -11.791 -1.396 -1.743 -5.341 21.305 +29 Mar 2021 13:00 UT 99.03 16.110 1986.8 360744 13.2934 -3.8211 -12.297 -1.395 -1.667 -5.298 21.211 +29 Mar 2021 14:00 UT 98.94 16.152 1987.1 360694 13.3312 -4.0859 -12.804 -1.394 -1.590 -5.255 21.114 +29 Mar 2021 15:00 UT 98.84 16.194 1987.3 360647 13.3690 -4.3505 -13.310 -1.394 -1.514 -5.211 21.015 +29 Mar 2021 16:00 UT 98.73 16.235 1987.6 360603 13.4069 -4.6147 -13.817 -1.393 -1.437 -5.167 20.914 +29 Mar 2021 17:00 UT 98.63 16.277 1987.8 360561 13.4448 -4.8785 -14.323 -1.392 -1.361 -5.122 20.810 +29 Mar 2021 18:00 UT 98.51 16.319 1988.0 360523 13.4827 -5.1419 -14.829 -1.391 -1.284 -5.076 20.705 +29 Mar 2021 19:00 UT 98.39 16.360 1988.2 360488 13.5206 -5.4048 -15.336 -1.391 -1.207 -5.030 20.597 +29 Mar 2021 20:00 UT 98.27 16.402 1988.4 360455 13.5586 -5.6673 -15.842 -1.390 -1.131 -4.983 20.488 +29 Mar 2021 21:00 UT 98.14 16.444 1988.5 360426 13.5967 -5.9292 -16.349 -1.389 -1.054 -4.935 20.376 +29 Mar 2021 22:00 UT 98.01 16.485 1988.7 360400 13.6347 -6.1906 -16.855 -1.388 -0.977 -4.887 20.262 +29 Mar 2021 23:00 UT 97.87 16.527 1988.8 360376 13.6728 -6.4514 -17.362 -1.387 -0.901 -4.838 20.146 +30 Mar 2021 00:00 UT 97.72 16.569 1988.9 360356 13.7110 -6.7116 -17.868 -1.387 -0.824 -4.789 20.028 +30 Mar 2021 01:00 UT 97.58 16.610 1989.0 360339 13.7492 -6.9711 -18.375 -1.386 -0.748 -4.739 19.907 +30 Mar 2021 02:00 UT 97.42 16.652 1989.1 360324 13.7874 -7.2300 -18.881 -1.385 -0.671 -4.688 19.785 +30 Mar 2021 03:00 UT 97.26 16.694 1989.2 360313 13.8257 -7.4882 -19.388 -1.384 -0.595 -4.637 19.660 +30 Mar 2021 04:00 UT 97.10 16.735 1989.2 360304 13.8641 -7.7456 -19.894 -1.384 -0.518 -4.586 19.534 +30 Mar 2021 05:00 UT 96.93 16.777 1989.2 360299 13.9024 -8.0023 -20.400 -1.383 -0.442 -4.534 19.405 +30 Mar 2021 06:00 UT 96.76 16.819 1989.3 360296 13.9409 -8.2582 -20.907 -1.382 -0.366 -4.481 19.274 +30 Mar 2021 07:00 UT 96.58 16.860 1989.3 360297 13.9793 -8.5132 -21.413 -1.381 -0.290 -4.428 19.141 +30 Mar 2021 08:00 UT 96.40 16.902 1989.2 360300 14.0179 -8.7674 -21.920 -1.380 -0.214 -4.374 19.006 +30 Mar 2021 09:00 UT 96.21 16.944 1989.2 360306 14.0564 -9.0207 -22.426 -1.380 -0.138 -4.319 18.869 +30 Mar 2021 10:00 UT 96.02 16.985 1989.2 360315 14.0951 -9.2731 -22.933 -1.379 -0.063 -4.265 18.730 +30 Mar 2021 11:00 UT 95.82 17.027 1989.1 360327 14.1337 -9.5245 -23.439 -1.378 0.013 -4.209 18.589 +30 Mar 2021 12:00 UT 95.62 17.069 1989.0 360342 14.1725 -9.7749 -23.946 -1.377 0.088 -4.153 18.446 +30 Mar 2021 13:00 UT 95.41 17.110 1988.9 360360 14.2112 -10.0243 -24.453 -1.376 0.163 -4.097 18.301 +30 Mar 2021 14:00 UT 95.20 17.152 1988.8 360381 14.2501 -10.2727 -24.959 -1.376 0.238 -4.040 18.154 +30 Mar 2021 15:00 UT 94.99 17.194 1988.7 360404 14.2889 -10.5199 -25.466 -1.375 0.313 -3.983 18.005 +30 Mar 2021 16:00 UT 94.77 17.235 1988.5 360431 14.3279 -10.7661 -25.972 -1.374 0.387 -3.925 17.854 +30 Mar 2021 17:00 UT 94.54 17.277 1988.4 360460 14.3669 -11.0111 -26.479 -1.373 0.461 -3.867 17.701 +30 Mar 2021 18:00 UT 94.31 17.319 1988.2 360492 14.4059 -11.2550 -26.985 -1.373 0.535 -3.808 17.546 +30 Mar 2021 19:00 UT 94.08 17.360 1988.0 360527 14.4450 -11.4977 -27.492 -1.372 0.609 -3.749 17.389 +30 Mar 2021 20:00 UT 93.84 17.402 1987.8 360564 14.4842 -11.7391 -27.998 -1.371 0.683 -3.690 17.231 +30 Mar 2021 21:00 UT 93.60 17.444 1987.6 360605 14.5234 -11.9793 -28.505 -1.370 0.756 -3.630 17.070 +30 Mar 2021 22:00 UT 93.35 17.485 1987.3 360648 14.5627 -12.2181 -29.012 -1.369 0.829 -3.569 16.907 +30 Mar 2021 23:00 UT 93.10 17.527 1987.1 360694 14.6020 -12.4557 -29.518 -1.369 0.902 -3.508 16.743 +31 Mar 2021 00:00 UT 92.84 17.569 1986.8 360743 14.6414 -12.6919 -30.025 -1.368 0.974 -3.447 16.576 +31 Mar 2021 01:00 UT 92.58 17.610 1986.5 360794 14.6809 -12.9267 -30.531 -1.367 1.046 -3.386 16.408 +31 Mar 2021 02:00 UT 92.32 17.652 1986.2 360848 14.7204 -13.1601 -31.038 -1.366 1.118 -3.324 16.238 +31 Mar 2021 03:00 UT 92.05 17.694 1985.9 360905 14.7600 -13.3920 -31.545 -1.366 1.190 -3.261 16.065 +31 Mar 2021 04:00 UT 91.77 17.735 1985.6 360965 14.7996 -13.6225 -32.051 -1.365 1.261 -3.198 15.891 +31 Mar 2021 05:00 UT 91.50 17.777 1985.2 361027 14.8393 -13.8515 -32.558 -1.364 1.332 -3.135 15.716 +31 Mar 2021 06:00 UT 91.22 17.819 1984.9 361091 14.8791 -14.0789 -33.065 -1.363 1.402 -3.072 15.538 +31 Mar 2021 07:00 UT 90.93 17.860 1984.5 361159 14.9189 -14.3048 -33.571 -1.362 1.473 -3.008 15.359 +31 Mar 2021 08:00 UT 90.64 17.902 1984.1 361229 14.9588 -14.5291 -34.078 -1.362 1.543 -2.944 15.177 +31 Mar 2021 09:00 UT 90.35 17.944 1983.7 361301 14.9987 -14.7518 -34.585 -1.361 1.612 -2.880 14.994 +31 Mar 2021 10:00 UT 90.05 17.985 1983.3 361376 15.0387 -14.9729 -35.091 -1.360 1.681 -2.815 14.810 +31 Mar 2021 11:00 UT 89.75 18.027 1982.9 361454 15.0788 -15.1922 -35.598 -1.359 1.750 -2.750 14.623 +31 Mar 2021 12:00 UT 89.44 18.069 1982.5 361534 15.1189 -15.4099 -36.105 -1.358 1.818 -2.685 14.435 +31 Mar 2021 13:00 UT 89.13 18.110 1982.0 361617 15.1591 -15.6258 -36.611 -1.358 1.886 -2.619 14.245 +31 Mar 2021 14:00 UT 88.82 18.152 1981.5 361702 15.1994 -15.8400 -37.118 -1.357 1.954 -2.553 14.053 +31 Mar 2021 15:00 UT 88.50 18.194 1981.1 361789 15.2397 -16.0524 -37.625 -1.356 2.021 -2.487 13.860 +31 Mar 2021 16:00 UT 88.18 18.235 1980.6 361879 15.2801 -16.2629 -38.132 -1.355 2.088 -2.421 13.665 +31 Mar 2021 17:00 UT 87.86 18.277 1980.1 361971 15.3205 -16.4717 -38.638 -1.355 2.154 -2.354 13.468 +31 Mar 2021 18:00 UT 87.53 18.319 1979.5 362066 15.3610 -16.6785 -39.145 -1.354 2.220 -2.287 13.270 +31 Mar 2021 19:00 UT 87.20 18.360 1979.0 362163 15.4016 -16.8835 -39.652 -1.353 2.286 -2.220 13.070 +31 Mar 2021 20:00 UT 86.87 18.402 1978.5 362263 15.4422 -17.0866 -40.159 -1.352 2.351 -2.152 12.868 +31 Mar 2021 21:00 UT 86.53 18.444 1977.9 362364 15.4829 -17.2877 -40.665 -1.351 2.416 -2.085 12.665 +31 Mar 2021 22:00 UT 86.19 18.485 1977.3 362468 15.5237 -17.4868 -41.172 -1.351 2.480 -2.017 12.460 +31 Mar 2021 23:00 UT 85.84 18.527 1976.8 362574 15.5645 -17.6840 -41.679 -1.350 2.544 -1.949 12.254 +01 Apr 2021 00:00 UT 85.49 18.569 1976.2 362683 15.6054 -17.8791 -42.186 -1.349 2.607 -1.881 12.046 +01 Apr 2021 01:00 UT 85.14 18.610 1975.6 362793 15.6464 -18.0721 -42.693 -1.348 2.670 -1.813 11.837 +01 Apr 2021 02:00 UT 84.79 18.652 1975.0 362906 15.6874 -18.2631 -43.200 -1.348 2.732 -1.744 11.626 +01 Apr 2021 03:00 UT 84.43 18.694 1974.3 363021 15.7284 -18.4520 -43.706 -1.347 2.794 -1.676 11.413 +01 Apr 2021 04:00 UT 84.07 18.735 1973.7 363138 15.7696 -18.6388 -44.213 -1.346 2.856 -1.607 11.199 +01 Apr 2021 05:00 UT 83.70 18.777 1973.0 363257 15.8107 -18.8235 -44.720 -1.345 2.917 -1.538 10.984 +01 Apr 2021 06:00 UT 83.33 18.819 1972.4 363379 15.8520 -19.0059 -45.227 -1.345 2.977 -1.469 10.767 +01 Apr 2021 07:00 UT 82.96 18.860 1971.7 363502 15.8933 -19.1862 -45.734 -1.344 3.037 -1.400 10.549 +01 Apr 2021 08:00 UT 82.59 18.902 1971.0 363627 15.9347 -19.3643 -46.241 -1.343 3.096 -1.330 10.330 +01 Apr 2021 09:00 UT 82.21 18.944 1970.3 363755 15.9761 -19.5401 -46.748 -1.342 3.155 -1.261 10.109 +01 Apr 2021 10:00 UT 81.83 18.985 1969.6 363884 16.0176 -19.7137 -47.255 -1.342 3.214 -1.191 9.887 +01 Apr 2021 11:00 UT 81.45 19.027 1968.9 364015 16.0591 -19.8850 -47.762 -1.341 3.272 -1.122 9.664 +01 Apr 2021 12:00 UT 81.07 19.069 1968.2 364148 16.1007 -20.0539 -48.269 -1.340 3.329 -1.052 9.439 +01 Apr 2021 13:00 UT 80.68 19.110 1967.5 364283 16.1423 -20.2206 -48.776 -1.339 3.386 -0.983 9.213 +01 Apr 2021 14:00 UT 80.29 19.152 1966.8 364420 16.1840 -20.3849 -49.282 -1.339 3.443 -0.913 8.986 +01 Apr 2021 15:00 UT 79.90 19.194 1966.0 364559 16.2258 -20.5469 -49.789 -1.338 3.498 -0.843 8.757 +01 Apr 2021 16:00 UT 79.50 19.235 1965.2 364699 16.2676 -20.7065 -50.296 -1.337 3.554 -0.773 8.528 +01 Apr 2021 17:00 UT 79.10 19.277 1964.5 364841 16.3095 -20.8636 -50.803 -1.336 3.609 -0.703 8.297 +01 Apr 2021 18:00 UT 78.70 19.319 1963.7 364985 16.3514 -21.0184 -51.311 -1.336 3.663 -0.633 8.065 +01 Apr 2021 19:00 UT 78.30 19.360 1962.9 365131 16.3934 -21.1707 -51.818 -1.335 3.717 -0.563 7.832 +01 Apr 2021 20:00 UT 77.89 19.402 1962.1 365279 16.4354 -21.3205 -52.325 -1.334 3.770 -0.493 7.598 +01 Apr 2021 21:00 UT 77.48 19.444 1961.3 365428 16.4774 -21.4679 -52.832 -1.333 3.823 -0.423 7.363 +01 Apr 2021 22:00 UT 77.07 19.485 1960.5 365578 16.5195 -21.6128 -53.339 -1.333 3.875 -0.353 7.127 +01 Apr 2021 23:00 UT 76.66 19.527 1959.7 365730 16.5617 -21.7551 -53.846 -1.332 3.926 -0.284 6.890 +02 Apr 2021 00:00 UT 76.25 19.569 1958.9 365884 16.6039 -21.8950 -54.353 -1.331 3.977 -0.214 6.652 +02 Apr 2021 01:00 UT 75.83 19.610 1958.0 366040 16.6461 -22.0323 -54.860 -1.330 4.028 -0.144 6.413 +02 Apr 2021 02:00 UT 75.41 19.652 1957.2 366197 16.6884 -22.1670 -55.367 -1.330 4.078 -0.074 6.173 +02 Apr 2021 03:00 UT 74.99 19.694 1956.4 366355 16.7307 -22.2991 -55.874 -1.329 4.127 -0.004 5.932 +02 Apr 2021 04:00 UT 74.57 19.735 1955.5 366515 16.7731 -22.4287 -56.381 -1.328 4.176 0.065 5.691 +02 Apr 2021 05:00 UT 74.15 19.777 1954.7 366676 16.8155 -22.5557 -56.889 -1.328 4.224 0.135 5.448 +02 Apr 2021 06:00 UT 73.72 19.819 1953.8 366839 16.8579 -22.6800 -57.396 -1.327 4.272 0.205 5.205 +02 Apr 2021 07:00 UT 73.29 19.860 1952.9 367003 16.9004 -22.8017 -57.903 -1.326 4.319 0.274 4.961 +02 Apr 2021 08:00 UT 72.86 19.902 1952.0 367168 16.9429 -22.9208 -58.410 -1.325 4.365 0.343 4.717 +02 Apr 2021 09:00 UT 72.43 19.944 1951.1 367335 16.9855 -23.0372 -58.917 -1.325 4.411 0.413 4.471 +02 Apr 2021 10:00 UT 72.00 19.985 1950.3 367503 17.0280 -23.1509 -59.425 -1.324 4.457 0.482 4.225 +02 Apr 2021 11:00 UT 71.56 20.027 1949.4 367672 17.0706 -23.2620 -59.932 -1.323 4.501 0.551 3.979 +02 Apr 2021 12:00 UT 71.12 20.069 1948.5 367842 17.1133 -23.3703 -60.439 -1.323 4.546 0.620 3.731 +02 Apr 2021 13:00 UT 70.69 20.110 1947.5 368014 17.1559 -23.4760 -60.946 -1.322 4.589 0.689 3.484 +02 Apr 2021 14:00 UT 70.25 20.152 1946.6 368187 17.1986 -23.5789 -61.454 -1.321 4.633 0.757 3.236 +02 Apr 2021 15:00 UT 69.80 20.194 1945.7 368361 17.2413 -23.6791 -61.961 -1.321 4.675 0.826 2.987 +02 Apr 2021 16:00 UT 69.36 20.235 1944.8 368536 17.2841 -23.7766 -62.468 -1.320 4.717 0.894 2.738 +02 Apr 2021 17:00 UT 68.92 20.277 1943.9 368712 17.3268 -23.8714 -62.975 -1.319 4.758 0.963 2.488 +02 Apr 2021 18:00 UT 68.47 20.319 1942.9 368889 17.3696 -23.9633 -63.483 -1.318 4.799 1.031 2.238 +02 Apr 2021 19:00 UT 68.03 20.360 1942.0 369067 17.4124 -24.0526 -63.990 -1.318 4.840 1.098 1.988 +02 Apr 2021 20:00 UT 67.58 20.402 1941.0 369247 17.4552 -24.1391 -64.497 -1.317 4.879 1.166 1.737 +02 Apr 2021 21:00 UT 67.13 20.444 1940.1 369427 17.4980 -24.2228 -65.005 -1.316 4.918 1.234 1.486 +02 Apr 2021 22:00 UT 66.68 20.485 1939.1 369608 17.5408 -24.3037 -65.512 -1.316 4.957 1.301 1.235 +02 Apr 2021 23:00 UT 66.23 20.527 1938.2 369790 17.5836 -24.3818 -66.020 -1.315 4.995 1.368 0.984 +03 Apr 2021 00:00 UT 65.78 20.569 1937.2 369973 17.6265 -24.4572 -66.527 -1.314 5.032 1.435 0.733 +03 Apr 2021 01:00 UT 65.33 20.610 1936.3 370157 17.6693 -24.5298 -67.034 -1.314 5.069 1.502 0.481 +03 Apr 2021 02:00 UT 64.87 20.652 1935.3 370341 17.7122 -24.5996 -67.542 -1.313 5.105 1.568 0.229 +03 Apr 2021 03:00 UT 64.42 20.694 1934.3 370527 17.7550 -24.6665 -68.049 -1.312 5.141 1.634 359.978 +03 Apr 2021 04:00 UT 63.96 20.735 1933.4 370713 17.7979 -24.7307 -68.557 -1.312 5.176 1.700 359.726 +03 Apr 2021 05:00 UT 63.51 20.777 1932.4 370900 17.8407 -24.7921 -69.064 -1.311 5.211 1.766 359.474 +03 Apr 2021 06:00 UT 63.05 20.819 1931.4 371088 17.8836 -24.8506 -69.572 -1.310 5.245 1.832 359.223 +03 Apr 2021 07:00 UT 62.59 20.860 1930.4 371276 17.9264 -24.9064 -70.079 -1.310 5.278 1.897 358.971 +03 Apr 2021 08:00 UT 62.13 20.902 1929.5 371465 17.9693 -24.9593 -70.587 -1.309 5.311 1.962 358.720 +03 Apr 2021 09:00 UT 61.67 20.944 1928.5 371655 18.0121 -25.0095 -71.094 -1.308 5.343 2.027 358.468 +03 Apr 2021 10:00 UT 61.22 20.985 1927.5 371845 18.0549 -25.0568 -71.602 -1.308 5.375 2.091 358.217 +03 Apr 2021 11:00 UT 60.76 21.027 1926.5 372036 18.0977 -25.1013 -72.109 -1.307 5.406 2.155 357.967 +03 Apr 2021 12:00 UT 60.30 21.069 1925.5 372228 18.1405 -25.1431 -72.617 -1.306 5.436 2.219 357.716 +03 Apr 2021 13:00 UT 59.84 21.110 1924.5 372420 18.1833 -25.1820 -73.124 -1.306 5.466 2.283 357.466 +03 Apr 2021 14:00 UT 59.37 21.152 1923.5 372613 18.2260 -25.2181 -73.632 -1.305 5.496 2.346 357.216 +03 Apr 2021 15:00 UT 58.91 21.194 1922.5 372806 18.2687 -25.2514 -74.140 -1.305 5.524 2.409 356.967 +03 Apr 2021 16:00 UT 58.45 21.235 1921.5 372999 18.3114 -25.2819 -74.647 -1.304 5.553 2.472 356.718 +03 Apr 2021 17:00 UT 57.99 21.277 1920.5 373193 18.3541 -25.3096 -75.155 -1.303 5.580 2.534 356.469 +03 Apr 2021 18:00 UT 57.53 21.319 1919.5 373388 18.3968 -25.3345 -75.662 -1.303 5.608 2.596 356.221 +03 Apr 2021 19:00 UT 57.07 21.360 1918.5 373583 18.4394 -25.3567 -76.170 -1.302 5.634 2.658 355.974 +03 Apr 2021 20:00 UT 56.60 21.402 1917.5 373778 18.4820 -25.3760 -76.678 -1.301 5.660 2.719 355.727 +03 Apr 2021 21:00 UT 56.14 21.444 1916.5 373973 18.5246 -25.3926 -77.185 -1.301 5.686 2.780 355.481 +03 Apr 2021 22:00 UT 55.68 21.485 1915.5 374169 18.5671 -25.4064 -77.693 -1.300 5.711 2.841 355.235 +03 Apr 2021 23:00 UT 55.22 21.527 1914.5 374366 18.6096 -25.4175 -78.201 -1.300 5.735 2.901 354.990 +04 Apr 2021 00:00 UT 54.75 21.569 1913.5 374562 18.6520 -25.4258 -78.709 -1.299 5.759 2.961 354.746 +04 Apr 2021 01:00 UT 54.29 21.610 1912.5 374759 18.6944 -25.4313 -79.216 -1.298 5.782 3.021 354.503 +04 Apr 2021 02:00 UT 53.83 21.652 1911.5 374956 18.7368 -25.4341 -79.724 -1.298 5.805 3.080 354.260 +04 Apr 2021 03:00 UT 53.37 21.694 1910.5 375153 18.7791 -25.4342 -80.232 -1.297 5.827 3.139 354.018 +04 Apr 2021 04:00 UT 52.91 21.735 1909.5 375350 18.8214 -25.4316 -80.740 -1.297 5.849 3.198 353.777 +04 Apr 2021 05:00 UT 52.45 21.777 1908.5 375548 18.8637 -25.4262 -81.247 -1.296 5.870 3.256 353.537 +04 Apr 2021 06:00 UT 51.98 21.819 1907.5 375746 18.9058 -25.4181 -81.755 -1.295 5.890 3.314 353.298 +04 Apr 2021 07:00 UT 51.52 21.860 1906.5 375944 18.9480 -25.4074 -82.263 -1.295 5.910 3.371 353.060 +04 Apr 2021 08:00 UT 51.06 21.902 1905.5 376142 18.9900 -25.3939 -82.771 -1.294 5.930 3.428 352.823 +04 Apr 2021 09:00 UT 50.60 21.944 1904.5 376340 19.0321 -25.3778 -83.279 -1.294 5.949 3.485 352.587 +04 Apr 2021 10:00 UT 50.14 21.985 1903.5 376538 19.0740 -25.3590 -83.787 -1.293 5.967 3.541 352.352 +04 Apr 2021 11:00 UT 49.69 22.027 1902.5 376736 19.1159 -25.3376 -84.295 -1.292 5.985 3.597 352.118 +04 Apr 2021 12:00 UT 49.23 22.069 1901.5 376934 19.1578 -25.3135 -84.802 -1.292 6.003 3.652 351.885 +04 Apr 2021 13:00 UT 48.77 22.110 1900.5 377132 19.1996 -25.2868 -85.310 -1.291 6.019 3.707 351.653 +04 Apr 2021 14:00 UT 48.31 22.152 1899.5 377331 19.2413 -25.2575 -85.818 -1.291 6.036 3.762 351.423 +04 Apr 2021 15:00 UT 47.86 22.194 1898.5 377529 19.2830 -25.2255 -86.326 -1.290 6.052 3.816 351.194 +04 Apr 2021 16:00 UT 47.40 22.235 1897.5 377727 19.3246 -25.1910 -86.834 -1.290 6.067 3.869 350.966 +04 Apr 2021 17:00 UT 46.94 22.277 1896.5 377925 19.3661 -25.1539 -87.342 -1.289 6.082 3.923 350.739 +04 Apr 2021 18:00 UT 46.49 22.319 1895.5 378123 19.4076 -25.1143 -87.850 -1.288 6.096 3.976 350.513 +04 Apr 2021 19:00 UT 46.04 22.360 1894.5 378321 19.4489 -25.0721 -88.358 -1.288 6.110 4.028 350.289 +04 Apr 2021 20:00 UT 45.58 22.402 1893.5 378519 19.4903 -25.0273 -88.866 -1.287 6.123 4.080 350.066 +04 Apr 2021 21:00 UT 45.13 22.444 1892.5 378716 19.5315 -24.9801 -89.374 -1.287 6.136 4.132 349.845 +04 Apr 2021 22:00 UT 44.68 22.485 1891.5 378914 19.5727 -24.9303 -89.882 -1.286 6.148 4.183 349.625 +04 Apr 2021 23:00 UT 44.23 22.527 1890.5 379111 19.6138 -24.8781 -90.390 -1.286 6.159 4.233 349.407 +05 Apr 2021 00:00 UT 43.78 22.569 1889.6 379308 19.6548 -24.8234 -90.898 -1.285 6.171 4.283 349.190 +05 Apr 2021 01:00 UT 43.33 22.610 1888.6 379505 19.6957 -24.7662 -91.406 -1.285 6.181 4.333 348.974 +05 Apr 2021 02:00 UT 42.89 22.652 1887.6 379702 19.7366 -24.7066 -91.914 -1.284 6.192 4.382 348.760 +05 Apr 2021 03:00 UT 42.44 22.694 1886.6 379898 19.7773 -24.6446 -92.422 -1.283 6.201 4.431 348.547 +05 Apr 2021 04:00 UT 42.00 22.735 1885.6 380095 19.8180 -24.5801 -92.930 -1.283 6.211 4.480 348.336 +05 Apr 2021 05:00 UT 41.55 22.777 1884.7 380291 19.8586 -24.5133 -93.439 -1.282 6.219 4.527 348.127 +05 Apr 2021 06:00 UT 41.11 22.819 1883.7 380486 19.8991 -24.4441 -93.947 -1.282 6.228 4.575 347.919 +05 Apr 2021 07:00 UT 40.67 22.860 1882.7 380682 19.9396 -24.3726 -94.455 -1.281 6.235 4.622 347.713 +05 Apr 2021 08:00 UT 40.23 22.902 1881.8 380877 19.9799 -24.2987 -94.963 -1.281 6.243 4.668 347.509 +05 Apr 2021 09:00 UT 39.79 22.944 1880.8 381071 20.0202 -24.2225 -95.471 -1.280 6.250 4.714 347.306 +05 Apr 2021 10:00 UT 39.35 22.985 1879.9 381266 20.0604 -24.1439 -95.979 -1.280 6.256 4.760 347.105 +05 Apr 2021 11:00 UT 38.91 23.027 1878.9 381460 20.1005 -24.0632 -96.487 -1.279 6.262 4.805 346.905 +05 Apr 2021 12:00 UT 38.48 23.069 1877.9 381653 20.1405 -23.9801 -96.996 -1.279 6.267 4.849 346.708 +05 Apr 2021 13:00 UT 38.04 23.110 1877.0 381847 20.1804 -23.8948 -97.504 -1.278 6.272 4.893 346.512 +05 Apr 2021 14:00 UT 37.61 23.152 1876.0 382040 20.2202 -23.8072 -98.012 -1.278 6.276 4.936 346.318 +05 Apr 2021 15:00 UT 37.18 23.194 1875.1 382232 20.2599 -23.7175 -98.520 -1.277 6.280 4.979 346.125 +05 Apr 2021 16:00 UT 36.75 23.235 1874.2 382424 20.2995 -23.6256 -99.029 -1.277 6.284 5.022 345.935 +05 Apr 2021 17:00 UT 36.32 23.277 1873.2 382616 20.3390 -23.5315 -99.537 -1.276 6.287 5.064 345.746 +05 Apr 2021 18:00 UT 35.90 23.319 1872.3 382807 20.3785 -23.4352 -100.045 -1.276 6.290 5.105 345.559 +05 Apr 2021 19:00 UT 35.47 23.360 1871.4 382998 20.4178 -23.3368 -100.553 -1.275 6.292 5.146 345.374 +05 Apr 2021 20:00 UT 35.05 23.402 1870.4 383188 20.4571 -23.2363 -101.062 -1.275 6.294 5.187 345.191 +05 Apr 2021 21:00 UT 34.63 23.444 1869.5 383378 20.4962 -23.1337 -101.570 -1.274 6.295 5.227 345.009 +05 Apr 2021 22:00 UT 34.21 23.485 1868.6 383567 20.5352 -23.0291 -102.078 -1.274 6.296 5.266 344.830 +05 Apr 2021 23:00 UT 33.79 23.527 1867.7 383756 20.5742 -22.9223 -102.587 -1.273 6.296 5.305 344.652 +06 Apr 2021 00:00 UT 33.37 23.569 1866.7 383945 20.6131 -22.8136 -103.095 -1.273 6.296 5.343 344.477 +06 Apr 2021 01:00 UT 32.96 23.610 1865.8 384132 20.6518 -22.7028 -103.603 -1.272 6.295 5.381 344.303 +06 Apr 2021 02:00 UT 32.54 23.652 1864.9 384320 20.6905 -22.5901 -104.112 -1.272 6.294 5.418 344.131 +06 Apr 2021 03:00 UT 32.13 23.694 1864.0 384506 20.7290 -22.4753 -104.620 -1.271 6.293 5.455 343.961 +06 Apr 2021 04:00 UT 31.72 23.735 1863.1 384693 20.7675 -22.3586 -105.129 -1.271 6.291 5.491 343.793 +06 Apr 2021 05:00 UT 31.31 23.777 1862.2 384878 20.8058 -22.2400 -105.637 -1.270 6.289 5.527 343.627 +06 Apr 2021 06:00 UT 30.91 23.819 1861.3 385063 20.8441 -22.1195 -106.146 -1.270 6.286 5.562 343.463 +06 Apr 2021 07:00 UT 30.50 23.860 1860.4 385248 20.8822 -21.9971 -106.654 -1.269 6.283 5.597 343.301 +06 Apr 2021 08:00 UT 30.10 23.902 1859.5 385432 20.9203 -21.8728 -107.162 -1.269 6.279 5.631 343.142 +06 Apr 2021 09:00 UT 29.70 23.944 1858.7 385615 20.9583 -21.7466 -107.671 -1.268 6.275 5.665 342.984 +06 Apr 2021 10:00 UT 29.30 23.985 1857.8 385798 20.9961 -21.6186 -108.179 -1.268 6.271 5.698 342.828 +06 Apr 2021 11:00 UT 28.91 24.027 1856.9 385980 21.0339 -21.4888 -108.688 -1.267 6.266 5.730 342.674 +06 Apr 2021 12:00 UT 28.51 24.069 1856.0 386162 21.0715 -21.3573 -109.196 -1.267 6.261 5.762 342.522 +06 Apr 2021 13:00 UT 28.12 24.110 1855.2 386342 21.1091 -21.2239 -109.705 -1.266 6.255 5.794 342.372 +06 Apr 2021 14:00 UT 27.73 24.152 1854.3 386523 21.1465 -21.0888 -110.213 -1.266 6.249 5.824 342.224 +06 Apr 2021 15:00 UT 27.34 24.194 1853.4 386702 21.1839 -20.9520 -110.722 -1.265 6.243 5.855 342.078 +06 Apr 2021 16:00 UT 26.95 24.235 1852.6 386881 21.2211 -20.8134 -111.230 -1.265 6.236 5.884 341.934 +06 Apr 2021 17:00 UT 26.57 24.277 1851.7 387060 21.2583 -20.6732 -111.739 -1.264 6.229 5.914 341.792 +06 Apr 2021 18:00 UT 26.19 24.319 1850.9 387237 21.2953 -20.5313 -112.248 -1.264 6.221 5.942 341.652 +06 Apr 2021 19:00 UT 25.81 24.360 1850.0 387414 21.3323 -20.3878 -112.756 -1.263 6.213 5.970 341.515 +06 Apr 2021 20:00 UT 25.43 24.402 1849.2 387591 21.3691 -20.2426 -113.265 -1.263 6.204 5.998 341.379 +06 Apr 2021 21:00 UT 25.05 24.444 1848.3 387766 21.4059 -20.0958 -113.773 -1.263 6.195 6.025 341.246 +06 Apr 2021 22:00 UT 24.68 24.485 1847.5 387941 21.4425 -19.9475 -114.282 -1.262 6.186 6.051 341.114 +06 Apr 2021 23:00 UT 24.31 24.527 1846.7 388116 21.4790 -19.7975 -114.791 -1.262 6.176 6.077 340.985 +07 Apr 2021 00:00 UT 23.94 24.569 1845.9 388289 21.5155 -19.6461 -115.299 -1.261 6.166 6.103 340.857 +07 Apr 2021 01:00 UT 23.57 24.610 1845.0 388462 21.5518 -19.4931 -115.808 -1.261 6.156 6.127 340.732 +07 Apr 2021 02:00 UT 23.21 24.652 1844.2 388635 21.5881 -19.3386 -116.317 -1.260 6.145 6.151 340.608 +07 Apr 2021 03:00 UT 22.84 24.694 1843.4 388806 21.6242 -19.1826 -116.825 -1.260 6.134 6.175 340.487 +07 Apr 2021 04:00 UT 22.48 24.735 1842.6 388977 21.6603 -19.0251 -117.334 -1.259 6.122 6.198 340.368 +07 Apr 2021 05:00 UT 22.13 24.777 1841.8 389147 21.6963 -18.8662 -117.843 -1.259 6.110 6.221 340.251 +07 Apr 2021 06:00 UT 21.77 24.819 1841.0 389316 21.7321 -18.7059 -118.351 -1.258 6.097 6.243 340.136 +07 Apr 2021 07:00 UT 21.42 24.860 1840.2 389485 21.7679 -18.5441 -118.860 -1.258 6.085 6.264 340.023 +07 Apr 2021 08:00 UT 21.07 24.902 1839.4 389653 21.8036 -18.3810 -119.369 -1.258 6.072 6.285 339.912 +07 Apr 2021 09:00 UT 20.72 24.944 1838.6 389820 21.8391 -18.2165 -119.877 -1.257 6.058 6.305 339.803 +07 Apr 2021 10:00 UT 20.37 24.985 1837.8 389987 21.8746 -18.0507 -120.386 -1.257 6.044 6.325 339.696 +07 Apr 2021 11:00 UT 20.03 25.027 1837.0 390152 21.9100 -17.8835 -120.895 -1.256 6.030 6.344 339.591 +07 Apr 2021 12:00 UT 19.69 25.069 1836.3 390317 21.9453 -17.7150 -121.404 -1.256 6.015 6.362 339.488 +07 Apr 2021 13:00 UT 19.35 25.110 1835.5 390482 21.9805 -17.5453 -121.912 -1.255 6.000 6.380 339.387 +07 Apr 2021 14:00 UT 19.02 25.152 1834.7 390645 22.0156 -17.3742 -122.421 -1.255 5.985 6.398 339.289 +07 Apr 2021 15:00 UT 18.68 25.194 1834.0 390808 22.0506 -17.2020 -122.930 -1.254 5.969 6.415 339.192 +07 Apr 2021 16:00 UT 18.35 25.235 1833.2 390970 22.0855 -17.0285 -123.439 -1.254 5.953 6.431 339.097 +07 Apr 2021 17:00 UT 18.03 25.277 1832.4 391131 22.1203 -16.8537 -123.948 -1.254 5.936 6.447 339.005 +07 Apr 2021 18:00 UT 17.70 25.319 1831.7 391292 22.1551 -16.6778 -124.456 -1.253 5.919 6.462 338.914 +07 Apr 2021 19:00 UT 17.38 25.360 1830.9 391451 22.1897 -16.5007 -124.965 -1.253 5.902 6.477 338.826 +07 Apr 2021 20:00 UT 17.06 25.402 1830.2 391610 22.2243 -16.3225 -125.474 -1.252 5.885 6.491 338.739 +07 Apr 2021 21:00 UT 16.74 25.444 1829.5 391769 22.2587 -16.1431 -125.983 -1.252 5.867 6.504 338.655 +07 Apr 2021 22:00 UT 16.43 25.485 1828.7 391926 22.2931 -15.9626 -126.492 -1.251 5.848 6.517 338.572 +07 Apr 2021 23:00 UT 16.11 25.527 1828.0 392083 22.3274 -15.7810 -127.001 -1.251 5.830 6.529 338.491 +08 Apr 2021 00:00 UT 15.80 25.569 1827.3 392238 22.3616 -15.5983 -127.510 -1.251 5.811 6.541 338.413 +08 Apr 2021 01:00 UT 15.50 25.610 1826.5 392394 22.3958 -15.4146 -128.019 -1.250 5.791 6.552 338.336 +08 Apr 2021 02:00 UT 15.19 25.652 1825.8 392548 22.4298 -15.2298 -128.527 -1.250 5.772 6.563 338.262 +08 Apr 2021 03:00 UT 14.89 25.694 1825.1 392701 22.4638 -15.0440 -129.036 -1.249 5.752 6.573 338.189 +08 Apr 2021 04:00 UT 14.59 25.735 1824.4 392854 22.4976 -14.8572 -129.545 -1.249 5.731 6.582 338.118 +08 Apr 2021 05:00 UT 14.30 25.777 1823.7 393006 22.5314 -14.6694 -130.054 -1.248 5.710 6.591 338.050 +08 Apr 2021 06:00 UT 14.00 25.819 1823.0 393157 22.5651 -14.4806 -130.563 -1.248 5.689 6.600 337.983 +08 Apr 2021 07:00 UT 13.71 25.860 1822.3 393308 22.5988 -14.2909 -131.072 -1.248 5.668 6.607 337.918 +08 Apr 2021 08:00 UT 13.43 25.902 1821.6 393458 22.6323 -14.1003 -131.581 -1.247 5.646 6.615 337.855 +08 Apr 2021 09:00 UT 13.14 25.944 1820.9 393606 22.6658 -13.9087 -132.090 -1.247 5.624 6.621 337.795 +08 Apr 2021 10:00 UT 12.86 25.985 1820.2 393755 22.6992 -13.7162 -132.599 -1.246 5.601 6.627 337.736 +08 Apr 2021 11:00 UT 12.58 26.027 1819.6 393902 22.7325 -13.5229 -133.108 -1.246 5.579 6.633 337.679 +08 Apr 2021 12:00 UT 12.30 26.069 1818.9 394048 22.7657 -13.3286 -133.617 -1.245 5.556 6.638 337.623 +08 Apr 2021 13:00 UT 12.03 26.110 1818.2 394194 22.7989 -13.1336 -134.126 -1.245 5.532 6.642 337.570 +08 Apr 2021 14:00 UT 11.76 26.152 1817.5 394339 22.8320 -12.9377 -134.635 -1.245 5.508 6.646 337.519 +08 Apr 2021 15:00 UT 11.49 26.194 1816.9 394483 22.8650 -12.7410 -135.144 -1.244 5.484 6.650 337.470 +08 Apr 2021 16:00 UT 11.23 26.235 1816.2 394626 22.8979 -12.5434 -135.653 -1.244 5.460 6.652 337.422 +08 Apr 2021 17:00 UT 10.96 26.277 1815.6 394769 22.9308 -12.3452 -136.162 -1.243 5.435 6.654 337.376 +08 Apr 2021 18:00 UT 10.71 26.319 1814.9 394911 22.9636 -12.1461 -136.671 -1.243 5.410 6.656 337.333 +08 Apr 2021 19:00 UT 10.45 26.360 1814.3 395052 22.9963 -11.9463 -137.180 -1.242 5.384 6.657 337.291 +08 Apr 2021 20:00 UT 10.20 26.402 1813.6 395192 23.0290 -11.7458 -137.689 -1.242 5.358 6.658 337.251 +08 Apr 2021 21:00 UT 9.95 26.444 1813.0 395331 23.0616 -11.5445 -138.198 -1.242 5.332 6.658 337.213 +08 Apr 2021 22:00 UT 9.70 26.485 1812.3 395470 23.0941 -11.3426 -138.707 -1.241 5.306 6.657 337.176 +08 Apr 2021 23:00 UT 9.45 26.527 1811.7 395607 23.1266 -11.1400 -139.216 -1.241 5.279 6.656 337.142 +09 Apr 2021 00:00 UT 9.21 26.569 1811.1 395744 23.1590 -10.9367 -139.725 -1.240 5.252 6.654 337.109 +09 Apr 2021 01:00 UT 8.98 26.610 1810.5 395881 23.1913 -10.7328 -140.235 -1.240 5.225 6.652 337.078 +09 Apr 2021 02:00 UT 8.74 26.652 1809.8 396016 23.2236 -10.5282 -140.744 -1.239 5.197 6.649 337.049 +09 Apr 2021 03:00 UT 8.51 26.694 1809.2 396151 23.2558 -10.3231 -141.253 -1.239 5.169 6.646 337.022 +09 Apr 2021 04:00 UT 8.28 26.735 1808.6 396284 23.2879 -10.1173 -141.762 -1.239 5.140 6.642 336.997 +09 Apr 2021 05:00 UT 8.05 26.777 1808.0 396417 23.3200 -9.9110 -142.271 -1.238 5.112 6.637 336.973 +09 Apr 2021 06:00 UT 7.83 26.819 1807.4 396549 23.3520 -9.7040 -142.780 -1.238 5.083 6.632 336.951 +09 Apr 2021 07:00 UT 7.61 26.860 1806.8 396681 23.3840 -9.4966 -143.289 -1.237 5.053 6.627 336.931 +09 Apr 2021 08:00 UT 7.39 26.902 1806.2 396811 23.4159 -9.2886 -143.798 -1.237 5.024 6.621 336.913 +09 Apr 2021 09:00 UT 7.18 26.944 1805.6 396941 23.4478 -9.0800 -144.308 -1.236 4.994 6.614 336.896 +09 Apr 2021 10:00 UT 6.97 26.985 1805.0 397070 23.4795 -8.8710 -144.817 -1.236 4.964 6.607 336.881 +09 Apr 2021 11:00 UT 6.76 27.027 1804.4 397198 23.5113 -8.6615 -145.326 -1.236 4.933 6.599 336.868 +09 Apr 2021 12:00 UT 6.56 27.069 1803.9 397326 23.5430 -8.4515 -145.835 -1.235 4.902 6.591 336.857 +09 Apr 2021 13:00 UT 6.35 27.110 1803.3 397452 23.5746 -8.2411 -146.344 -1.235 4.871 6.582 336.847 +09 Apr 2021 14:00 UT 6.16 27.152 1802.7 397578 23.6062 -8.0302 -146.853 -1.234 4.839 6.573 336.839 +09 Apr 2021 15:00 UT 5.96 27.194 1802.2 397703 23.6377 -7.8188 -147.363 -1.234 4.808 6.563 336.833 +09 Apr 2021 16:00 UT 5.77 27.235 1801.6 397827 23.6692 -7.6071 -147.872 -1.233 4.775 6.553 336.829 +09 Apr 2021 17:00 UT 5.58 27.277 1801.0 397950 23.7006 -7.3950 -148.381 -1.233 4.743 6.542 336.826 +09 Apr 2021 18:00 UT 5.39 27.319 1800.5 398073 23.7320 -7.1825 -148.890 -1.233 4.710 6.530 336.825 +09 Apr 2021 19:00 UT 5.21 27.360 1799.9 398195 23.7634 -6.9696 -149.399 -1.232 4.677 6.519 336.826 +09 Apr 2021 20:00 UT 5.03 27.402 1799.4 398316 23.7947 -6.7563 -149.909 -1.232 4.644 6.506 336.828 +09 Apr 2021 21:00 UT 4.85 27.444 1798.8 398436 23.8259 -6.5428 -150.418 -1.231 4.610 6.493 336.832 +09 Apr 2021 22:00 UT 4.68 27.485 1798.3 398555 23.8571 -6.3289 -150.927 -1.231 4.576 6.480 336.837 +09 Apr 2021 23:00 UT 4.51 27.527 1797.8 398673 23.8883 -6.1147 -151.436 -1.230 4.542 6.466 336.845 +10 Apr 2021 00:00 UT 4.34 27.569 1797.2 398791 23.9194 -5.9001 -151.946 -1.230 4.507 6.451 336.853 +10 Apr 2021 01:00 UT 4.18 27.610 1796.7 398908 23.9505 -5.6854 -152.455 -1.230 4.472 6.436 336.864 +10 Apr 2021 02:00 UT 4.02 27.652 1796.2 399024 23.9815 -5.4703 -152.964 -1.229 4.437 6.420 336.876 +10 Apr 2021 03:00 UT 3.86 27.694 1795.7 399139 0.0125 -5.2550 -153.473 -1.229 4.402 6.404 336.890 +10 Apr 2021 04:00 UT 3.71 27.735 1795.2 399254 0.0435 -5.0394 -153.983 -1.228 4.366 6.388 336.905 +10 Apr 2021 05:00 UT 3.56 27.777 1794.7 399367 0.0744 -4.8237 -154.492 -1.228 4.330 6.371 336.922 +10 Apr 2021 06:00 UT 3.41 27.819 1794.1 399480 0.1053 -4.6077 -155.001 -1.227 4.294 6.353 336.941 +10 Apr 2021 07:00 UT 3.26 27.860 1793.6 399592 0.1362 -4.3915 -155.510 -1.227 4.257 6.335 336.961 +10 Apr 2021 08:00 UT 3.12 27.902 1793.1 399703 0.1670 -4.1752 -156.020 -1.226 4.220 6.316 336.983 +10 Apr 2021 09:00 UT 2.98 27.944 1792.6 399813 0.1978 -3.9586 -156.529 -1.226 4.183 6.297 337.006 +10 Apr 2021 10:00 UT 2.85 27.985 1792.2 399923 0.2286 -3.7420 -157.038 -1.226 4.145 6.278 337.031 +10 Apr 2021 11:00 UT 2.72 28.027 1791.7 400032 0.2593 -3.5251 -157.548 -1.225 4.107 6.258 337.058 +10 Apr 2021 12:00 UT 2.59 28.069 1791.2 400140 0.2900 -3.3082 -158.057 -1.225 4.069 6.237 337.086 +10 Apr 2021 13:00 UT 2.46 28.110 1790.7 400247 0.3207 -3.0911 -158.566 -1.224 4.031 6.216 337.115 +10 Apr 2021 14:00 UT 2.34 28.152 1790.2 400353 0.3513 -2.8740 -159.075 -1.224 3.992 6.195 337.146 +10 Apr 2021 15:00 UT 2.22 28.194 1789.8 400458 0.3820 -2.6567 -159.585 -1.223 3.953 6.173 337.179 +10 Apr 2021 16:00 UT 2.11 28.235 1789.3 400563 0.4126 -2.4394 -160.094 -1.223 3.914 6.150 337.213 +10 Apr 2021 17:00 UT 2.00 28.277 1788.8 400666 0.4431 -2.2220 -160.603 -1.222 3.875 6.127 337.249 +10 Apr 2021 18:00 UT 1.89 28.319 1788.4 400769 0.4737 -2.0046 -161.113 -1.222 3.835 6.104 337.286 +10 Apr 2021 19:00 UT 1.78 28.360 1787.9 400871 0.5042 -1.7871 -161.622 -1.222 3.795 6.080 337.325 +10 Apr 2021 20:00 UT 1.68 28.402 1787.5 400973 0.5347 -1.5697 -162.131 -1.221 3.754 6.055 337.365 +10 Apr 2021 21:00 UT 1.58 28.444 1787.0 401073 0.5652 -1.3522 -162.641 -1.221 3.714 6.031 337.407 +10 Apr 2021 22:00 UT 1.48 28.485 1786.6 401172 0.5956 -1.1347 -163.150 -1.220 3.673 6.005 337.450 +10 Apr 2021 23:00 UT 1.39 28.527 1786.1 401271 0.6261 -0.9173 -163.659 -1.220 3.631 5.979 337.495 +11 Apr 2021 00:00 UT 1.30 28.569 1785.7 401369 0.6565 -0.6998 -164.169 -1.219 3.590 5.953 337.541 +11 Apr 2021 01:00 UT 1.21 28.610 1785.3 401466 0.6869 -0.4825 -164.678 -1.219 3.548 5.926 337.589 +11 Apr 2021 02:00 UT 1.13 28.652 1784.8 401562 0.7173 -0.2652 -165.188 -1.218 3.506 5.899 337.638 +11 Apr 2021 03:00 UT 1.05 28.694 1784.4 401657 0.7477 -0.0479 -165.697 -1.218 3.464 5.872 337.688 +11 Apr 2021 04:00 UT 0.98 28.735 1784.0 401752 0.7781 0.1692 -166.206 -1.217 3.421 5.844 337.740 +11 Apr 2021 05:00 UT 0.90 28.777 1783.6 401845 0.8084 0.3863 -166.716 -1.217 3.378 5.815 337.794 +11 Apr 2021 06:00 UT 0.83 28.819 1783.2 401938 0.8388 0.6032 -167.225 -1.216 3.335 5.786 337.849 +11 Apr 2021 07:00 UT 0.77 28.860 1782.8 402030 0.8691 0.8200 -167.734 -1.216 3.292 5.757 337.905 +11 Apr 2021 08:00 UT 0.70 28.902 1782.4 402121 0.8994 1.0367 -168.244 -1.216 3.248 5.727 337.963 +11 Apr 2021 09:00 UT 0.64 28.944 1782.0 402211 0.9297 1.2532 -168.753 -1.215 3.204 5.697 338.022 +11 Apr 2021 10:00 UT 0.59 28.985 1781.6 402300 0.9600 1.4696 -169.262 -1.215 3.160 5.666 338.083 +11 Apr 2021 11:00 UT 0.53 29.027 1781.2 402388 0.9903 1.6857 -169.772 -1.214 3.115 5.635 338.145 +11 Apr 2021 12:00 UT 0.48 29.069 1780.8 402476 1.0206 1.9017 -170.281 -1.214 3.071 5.603 338.208 +11 Apr 2021 13:00 UT 0.43 29.110 1780.4 402562 1.0509 2.1175 -170.791 -1.213 3.026 5.571 338.273 +11 Apr 2021 14:00 UT 0.39 29.152 1780.0 402648 1.0812 2.3331 -171.300 -1.213 2.980 5.539 338.340 +11 Apr 2021 15:00 UT 0.35 29.194 1779.7 402733 1.1115 2.5484 -171.809 -1.212 2.935 5.506 338.407 +11 Apr 2021 16:00 UT 0.31 29.235 1779.3 402816 1.1418 2.7635 -172.319 -1.212 2.889 5.473 338.476 +11 Apr 2021 17:00 UT 0.28 29.277 1778.9 402899 1.1720 2.9784 -172.828 -1.211 2.843 5.439 338.547 +11 Apr 2021 18:00 UT 0.25 29.319 1778.6 402981 1.2023 3.1930 -173.338 -1.211 2.797 5.405 338.619 +11 Apr 2021 19:00 UT 0.22 29.360 1778.2 403063 1.2326 3.4073 -173.847 -1.210 2.750 5.371 338.692 +11 Apr 2021 20:00 UT 0.20 29.402 1777.8 403143 1.2629 3.6213 -174.356 -1.210 2.703 5.336 338.766 +11 Apr 2021 21:00 UT 0.17 29.444 1777.5 403222 1.2931 3.8350 -174.866 -1.209 2.656 5.301 338.842 +11 Apr 2021 22:00 UT 0.16 29.485 1777.1 403301 1.3234 4.0484 -175.375 -1.209 2.609 5.265 338.920 +11 Apr 2021 23:00 UT 0.14 29.527 1776.8 403378 1.3537 4.2615 -175.885 -1.208 2.562 5.229 338.998 +12 Apr 2021 00:00 UT 0.13 29.569 1776.5 403455 1.3840 4.4742 -176.394 -1.208 2.514 5.193 339.078 +12 Apr 2021 01:00 UT 0.12 29.610 1776.1 403530 1.4143 4.6866 -176.903 -1.207 2.466 5.156 339.160 +12 Apr 2021 02:00 UT 0.12 29.652 1775.8 403605 1.4446 4.8986 -177.413 -1.207 2.417 5.119 339.242 +12 Apr 2021 03:00 UT 0.11 0.020 1775.5 403678 1.4749 5.1102 -177.922 -1.206 2.369 5.081 339.326 +12 Apr 2021 04:00 UT 0.12 0.062 1775.2 403751 1.5053 5.3214 -178.432 -1.206 2.320 5.043 339.412 +12 Apr 2021 05:00 UT 0.12 0.104 1774.8 403823 1.5356 5.5322 -178.941 -1.205 2.271 5.005 339.498 +12 Apr 2021 06:00 UT 0.13 0.145 1774.5 403894 1.5659 5.7427 -179.450 -1.205 2.222 4.966 339.587 +12 Apr 2021 07:00 UT 0.14 0.187 1774.2 403964 1.5963 5.9526 -179.960 -1.204 2.172 4.927 339.676 +12 Apr 2021 08:00 UT 0.15 0.229 1773.9 404033 1.6267 6.1622 179.531 -1.204 2.123 4.887 339.767 +12 Apr 2021 09:00 UT 0.17 0.270 1773.6 404100 1.6570 6.3713 179.021 -1.203 2.073 4.848 339.858 +12 Apr 2021 10:00 UT 0.19 0.312 1773.3 404167 1.6874 6.5799 178.512 -1.203 2.023 4.807 339.952 +12 Apr 2021 11:00 UT 0.22 0.354 1773.0 404233 1.7178 6.7880 178.002 -1.202 1.972 4.767 340.046 +12 Apr 2021 12:00 UT 0.24 0.395 1772.8 404298 1.7483 6.9957 177.493 -1.202 1.922 4.726 340.142 +12 Apr 2021 13:00 UT 0.27 0.437 1772.5 404362 1.7787 7.2029 176.984 -1.201 1.871 4.685 340.239 +12 Apr 2021 14:00 UT 0.31 0.479 1772.2 404425 1.8092 7.4095 176.474 -1.201 1.820 4.643 340.338 +12 Apr 2021 15:00 UT 0.34 0.520 1771.9 404487 1.8397 7.6156 175.965 -1.200 1.768 4.601 340.438 +12 Apr 2021 16:00 UT 0.38 0.562 1771.7 404548 1.8702 7.8212 175.455 -1.200 1.717 4.559 340.539 +12 Apr 2021 17:00 UT 0.43 0.604 1771.4 404608 1.9007 8.0262 174.946 -1.199 1.665 4.517 340.641 +12 Apr 2021 18:00 UT 0.47 0.645 1771.1 404667 1.9312 8.2306 174.437 -1.199 1.613 4.474 340.745 +12 Apr 2021 19:00 UT 0.52 0.687 1770.9 404725 1.9618 8.4345 173.927 -1.198 1.561 4.430 340.850 +12 Apr 2021 20:00 UT 0.57 0.729 1770.6 404781 1.9924 8.6378 173.418 -1.198 1.509 4.387 340.956 +12 Apr 2021 21:00 UT 0.63 0.770 1770.4 404837 2.0230 8.8405 172.908 -1.197 1.456 4.343 341.063 +12 Apr 2021 22:00 UT 0.69 0.812 1770.2 404892 2.0536 9.0426 172.399 -1.197 1.403 4.299 341.172 +12 Apr 2021 23:00 UT 0.75 0.854 1769.9 404945 2.0843 9.2440 171.889 -1.196 1.350 4.254 341.282 +13 Apr 2021 00:00 UT 0.81 0.895 1769.7 404998 2.1150 9.4448 171.380 -1.196 1.297 4.209 341.393 +13 Apr 2021 01:00 UT 0.88 0.937 1769.5 405049 2.1457 9.6450 170.871 -1.195 1.244 4.164 341.505 +13 Apr 2021 02:00 UT 0.95 0.979 1769.3 405100 2.1764 9.8445 170.361 -1.195 1.190 4.119 341.619 +13 Apr 2021 03:00 UT 1.03 1.020 1769.0 405149 2.2072 10.0433 169.852 -1.194 1.137 4.073 341.734 +13 Apr 2021 04:00 UT 1.10 1.062 1768.8 405197 2.2380 10.2414 169.342 -1.193 1.083 4.027 341.850 +13 Apr 2021 05:00 UT 1.18 1.104 1768.6 405244 2.2688 10.4389 168.833 -1.193 1.029 3.981 341.968 +13 Apr 2021 06:00 UT 1.27 1.145 1768.4 405290 2.2997 10.6356 168.324 -1.192 0.974 3.934 342.086 +13 Apr 2021 07:00 UT 1.35 1.187 1768.2 405335 2.3305 10.8316 167.814 -1.192 0.920 3.887 342.206 +13 Apr 2021 08:00 UT 1.44 1.229 1768.0 405379 2.3615 11.0268 167.305 -1.191 0.865 3.840 342.327 +13 Apr 2021 09:00 UT 1.54 1.270 1767.9 405421 2.3924 11.2213 166.795 -1.191 0.810 3.793 342.450 +13 Apr 2021 10:00 UT 1.63 1.312 1767.7 405463 2.4234 11.4151 166.286 -1.190 0.755 3.745 342.573 +13 Apr 2021 11:00 UT 1.73 1.354 1767.5 405503 2.4544 11.6081 165.777 -1.190 0.700 3.697 342.698 +13 Apr 2021 12:00 UT 1.83 1.395 1767.3 405542 2.4855 11.8003 165.267 -1.189 0.644 3.649 342.824 +13 Apr 2021 13:00 UT 1.94 1.437 1767.2 405580 2.5166 11.9916 164.758 -1.189 0.589 3.600 342.951 +13 Apr 2021 14:00 UT 2.04 1.479 1767.0 405617 2.5477 12.1822 164.248 -1.188 0.533 3.551 343.080 +13 Apr 2021 15:00 UT 2.15 1.520 1766.8 405653 2.5789 12.3720 163.739 -1.187 0.477 3.502 343.209 +13 Apr 2021 16:00 UT 2.27 1.562 1766.7 405687 2.6101 12.5609 163.230 -1.187 0.421 3.453 343.340 +13 Apr 2021 17:00 UT 2.39 1.604 1766.5 405720 2.6413 12.7490 162.720 -1.186 0.365 3.403 343.472 +13 Apr 2021 18:00 UT 2.50 1.645 1766.4 405752 2.6726 12.9362 162.211 -1.186 0.309 3.354 343.605 +13 Apr 2021 19:00 UT 2.63 1.687 1766.3 405783 2.7040 13.1225 161.701 -1.185 0.252 3.304 343.740 +13 Apr 2021 20:00 UT 2.75 1.729 1766.1 405813 2.7353 13.3079 161.192 -1.185 0.195 3.253 343.875 +13 Apr 2021 21:00 UT 2.88 1.770 1766.0 405841 2.7667 13.4925 160.683 -1.184 0.139 3.203 344.012 +13 Apr 2021 22:00 UT 3.01 1.812 1765.9 405868 2.7982 13.6761 160.173 -1.184 0.082 3.152 344.150 +13 Apr 2021 23:00 UT 3.15 1.854 1765.8 405894 2.8297 13.8589 159.664 -1.183 0.025 3.101 344.289 +14 Apr 2021 00:00 UT 3.28 1.895 1765.7 405919 2.8612 14.0406 159.155 -1.182 -0.033 3.050 344.429 +14 Apr 2021 01:00 UT 3.42 1.937 1765.6 405942 2.8928 14.2215 158.645 -1.182 -0.090 2.999 344.571 +14 Apr 2021 02:00 UT 3.57 1.979 1765.5 405964 2.9244 14.4014 158.136 -1.181 -0.148 2.947 344.714 +14 Apr 2021 03:00 UT 3.71 2.020 1765.4 405985 2.9561 14.5803 157.626 -1.181 -0.205 2.895 344.857 +14 Apr 2021 04:00 UT 3.86 2.062 1765.3 406005 2.9878 14.7582 157.117 -1.180 -0.263 2.843 345.002 +14 Apr 2021 05:00 UT 4.01 2.104 1765.2 406023 3.0196 14.9351 156.608 -1.180 -0.321 2.791 345.148 +14 Apr 2021 06:00 UT 4.17 2.145 1765.2 406040 3.0514 15.1110 156.098 -1.179 -0.379 2.738 345.296 +14 Apr 2021 07:00 UT 4.33 2.187 1765.1 406056 3.0833 15.2859 155.589 -1.178 -0.437 2.686 345.444 +14 Apr 2021 08:00 UT 4.49 2.229 1765.0 406070 3.1152 15.4598 155.080 -1.178 -0.495 2.633 345.594 +14 Apr 2021 09:00 UT 4.65 2.270 1765.0 406083 3.1471 15.6326 154.570 -1.177 -0.553 2.580 345.744 +14 Apr 2021 10:00 UT 4.81 2.312 1764.9 406095 3.1791 15.8043 154.061 -1.177 -0.612 2.527 345.896 +14 Apr 2021 11:00 UT 4.98 2.354 1764.9 406105 3.2112 15.9750 153.552 -1.176 -0.670 2.473 346.049 +14 Apr 2021 12:00 UT 5.15 2.395 1764.8 406114 3.2433 16.1446 153.042 -1.175 -0.729 2.420 346.203 +14 Apr 2021 13:00 UT 5.33 2.437 1764.8 406121 3.2755 16.3131 152.533 -1.175 -0.788 2.366 346.358 +14 Apr 2021 14:00 UT 5.51 2.479 1764.8 406128 3.3077 16.4805 152.024 -1.174 -0.846 2.312 346.514 +14 Apr 2021 15:00 UT 5.69 2.520 1764.8 406132 3.3399 16.6468 151.514 -1.174 -0.905 2.258 346.672 +14 Apr 2021 16:00 UT 5.87 2.562 1764.7 406136 3.3723 16.8119 151.005 -1.173 -0.964 2.203 346.830 +14 Apr 2021 17:00 UT 6.05 2.604 1764.7 406138 3.4046 16.9759 150.496 -1.172 -1.023 2.149 346.990 +14 Apr 2021 18:00 UT 6.24 2.645 1764.7 406139 3.4370 17.1387 149.986 -1.172 -1.082 2.094 347.151 +14 Apr 2021 19:00 UT 6.43 2.687 1764.7 406138 3.4695 17.3004 149.477 -1.171 -1.142 2.040 347.312 +14 Apr 2021 20:00 UT 6.63 2.729 1764.7 406136 3.5021 17.4609 148.968 -1.171 -1.201 1.985 347.475 +14 Apr 2021 21:00 UT 6.82 2.770 1764.8 406132 3.5346 17.6201 148.458 -1.170 -1.260 1.930 347.639 +14 Apr 2021 22:00 UT 7.02 2.812 1764.8 406127 3.5673 17.7782 147.949 -1.169 -1.319 1.875 347.804 +14 Apr 2021 23:00 UT 7.22 2.854 1764.8 406120 3.6000 17.9351 147.440 -1.169 -1.379 1.819 347.970 +15 Apr 2021 00:00 UT 7.43 2.895 1764.8 406112 3.6327 18.0907 146.931 -1.168 -1.438 1.764 348.137 +15 Apr 2021 01:00 UT 7.63 2.937 1764.9 406103 3.6656 18.2450 146.421 -1.168 -1.498 1.708 348.305 +15 Apr 2021 02:00 UT 7.84 2.979 1764.9 406092 3.6984 18.3981 145.912 -1.167 -1.557 1.653 348.475 +15 Apr 2021 03:00 UT 8.05 3.020 1765.0 406080 3.7314 18.5500 145.403 -1.166 -1.617 1.597 348.645 +15 Apr 2021 04:00 UT 8.27 3.062 1765.0 406066 3.7643 18.7005 144.894 -1.166 -1.677 1.541 348.816 +15 Apr 2021 05:00 UT 8.49 3.104 1765.1 406050 3.7974 18.8498 144.384 -1.165 -1.736 1.485 348.988 +15 Apr 2021 06:00 UT 8.71 3.145 1765.2 406034 3.8305 18.9977 143.875 -1.164 -1.796 1.428 349.162 +15 Apr 2021 07:00 UT 8.93 3.187 1765.3 406015 3.8636 19.1443 143.366 -1.164 -1.856 1.372 349.336 +15 Apr 2021 08:00 UT 9.15 3.229 1765.4 405995 3.8969 19.2896 142.856 -1.163 -1.916 1.316 349.511 +15 Apr 2021 09:00 UT 9.38 3.270 1765.4 405974 3.9301 19.4336 142.347 -1.163 -1.975 1.259 349.688 +15 Apr 2021 10:00 UT 9.61 3.312 1765.5 405951 3.9635 19.5762 141.838 -1.162 -2.035 1.203 349.865 +15 Apr 2021 11:00 UT 9.84 3.354 1765.7 405926 3.9969 19.7174 141.329 -1.161 -2.095 1.146 350.044 +15 Apr 2021 12:00 UT 10.08 3.395 1765.8 405900 4.0303 19.8572 140.820 -1.161 -2.155 1.089 350.223 +15 Apr 2021 13:00 UT 10.32 3.437 1765.9 405872 4.0639 19.9956 140.310 -1.160 -2.214 1.032 350.403 +15 Apr 2021 14:00 UT 10.56 3.479 1766.0 405843 4.0974 20.1327 139.801 -1.159 -2.274 0.975 350.584 +15 Apr 2021 15:00 UT 10.80 3.520 1766.1 405812 4.1311 20.2683 139.292 -1.159 -2.334 0.918 350.767 +15 Apr 2021 16:00 UT 11.04 3.562 1766.3 405780 4.1648 20.4024 138.783 -1.158 -2.393 0.861 350.950 +15 Apr 2021 17:00 UT 11.29 3.604 1766.4 405746 4.1985 20.5352 138.273 -1.157 -2.453 0.804 351.134 +15 Apr 2021 18:00 UT 11.54 3.645 1766.6 405710 4.2324 20.6664 137.764 -1.157 -2.513 0.747 351.319 +15 Apr 2021 19:00 UT 11.79 3.687 1766.8 405673 4.2662 20.7962 137.255 -1.156 -2.572 0.690 351.505 +15 Apr 2021 20:00 UT 12.05 3.729 1766.9 405634 4.3002 20.9245 136.746 -1.155 -2.632 0.632 351.692 +15 Apr 2021 21:00 UT 12.31 3.770 1767.1 405594 4.3342 21.0514 136.237 -1.155 -2.692 0.575 351.879 +15 Apr 2021 22:00 UT 12.56 3.812 1767.3 405551 4.3683 21.1767 135.728 -1.154 -2.751 0.517 352.068 +15 Apr 2021 23:00 UT 12.83 3.854 1767.5 405508 4.4024 21.3005 135.218 -1.154 -2.810 0.460 352.257 +16 Apr 2021 00:00 UT 13.09 3.895 1767.7 405462 4.4366 21.4228 134.709 -1.153 -2.870 0.402 352.448 +16 Apr 2021 01:00 UT 13.36 3.937 1767.9 405415 4.4708 21.5435 134.200 -1.152 -2.929 0.345 352.639 +16 Apr 2021 02:00 UT 13.63 3.979 1768.1 405366 4.5051 21.6627 133.691 -1.152 -2.988 0.287 352.831 +16 Apr 2021 03:00 UT 13.90 4.020 1768.3 405316 4.5395 21.7803 133.182 -1.151 -3.048 0.229 353.024 +16 Apr 2021 04:00 UT 14.17 4.062 1768.5 405264 4.5740 21.8963 132.673 -1.150 -3.107 0.172 353.218 +16 Apr 2021 05:00 UT 14.45 4.104 1768.8 405210 4.6085 22.0107 132.164 -1.150 -3.166 0.114 353.412 +16 Apr 2021 06:00 UT 14.73 4.145 1769.0 405155 4.6430 22.1236 131.654 -1.149 -3.225 0.056 353.608 +16 Apr 2021 07:00 UT 15.01 4.187 1769.3 405098 4.6776 22.2348 131.145 -1.148 -3.283 -0.001 353.804 +16 Apr 2021 08:00 UT 15.29 4.229 1769.5 405039 4.7123 22.3444 130.636 -1.148 -3.342 -0.059 354.001 +16 Apr 2021 09:00 UT 15.57 4.270 1769.8 404978 4.7471 22.4523 130.127 -1.147 -3.401 -0.117 354.198 +16 Apr 2021 10:00 UT 15.86 4.312 1770.1 404916 4.7819 22.5586 129.618 -1.146 -3.459 -0.175 354.397 +16 Apr 2021 11:00 UT 16.15 4.354 1770.3 404852 4.8167 22.6633 129.109 -1.145 -3.518 -0.233 354.596 +16 Apr 2021 12:00 UT 16.44 4.395 1770.6 404786 4.8517 22.7662 128.600 -1.145 -3.576 -0.290 354.796 +16 Apr 2021 13:00 UT 16.74 4.437 1770.9 404718 4.8867 22.8675 128.091 -1.144 -3.634 -0.348 354.997 +16 Apr 2021 14:00 UT 17.03 4.479 1771.2 404649 4.9217 22.9671 127.582 -1.143 -3.692 -0.406 355.198 +16 Apr 2021 15:00 UT 17.33 4.520 1771.5 404578 4.9568 23.0650 127.073 -1.143 -3.750 -0.464 355.400 +16 Apr 2021 16:00 UT 17.63 4.562 1771.9 404506 4.9920 23.1612 126.564 -1.142 -3.808 -0.522 355.603 +16 Apr 2021 17:00 UT 17.93 4.604 1772.2 404431 5.0272 23.2556 126.055 -1.141 -3.866 -0.579 355.806 +16 Apr 2021 18:00 UT 18.24 4.645 1772.5 404355 5.0625 23.3483 125.546 -1.141 -3.923 -0.637 356.010 +16 Apr 2021 19:00 UT 18.54 4.687 1772.9 404277 5.0979 23.4393 125.037 -1.140 -3.980 -0.695 356.215 +16 Apr 2021 20:00 UT 18.85 4.729 1773.2 404197 5.1333 23.5284 124.527 -1.139 -4.038 -0.752 356.420 +16 Apr 2021 21:00 UT 19.16 4.770 1773.6 404115 5.1687 23.6159 124.018 -1.139 -4.095 -0.810 356.626 +16 Apr 2021 22:00 UT 19.48 4.812 1773.9 404032 5.2043 23.7015 123.509 -1.138 -4.151 -0.867 356.833 +16 Apr 2021 23:00 UT 19.79 4.854 1774.3 403947 5.2399 23.7853 123.000 -1.137 -4.208 -0.925 357.040 +17 Apr 2021 00:00 UT 20.11 4.895 1774.7 403860 5.2755 23.8673 122.491 -1.136 -4.265 -0.982 357.247 +17 Apr 2021 01:00 UT 20.43 4.937 1775.1 403771 5.3112 23.9475 121.982 -1.136 -4.321 -1.040 357.455 +17 Apr 2021 02:00 UT 20.75 4.979 1775.5 403681 5.3469 24.0259 121.474 -1.135 -4.377 -1.097 357.664 +17 Apr 2021 03:00 UT 21.07 5.020 1775.9 403588 5.3828 24.1024 120.965 -1.134 -4.433 -1.155 357.873 +17 Apr 2021 04:00 UT 21.39 5.062 1776.3 403494 5.4186 24.1771 120.456 -1.134 -4.488 -1.212 358.083 +17 Apr 2021 05:00 UT 21.72 5.104 1776.7 403398 5.4545 24.2500 119.947 -1.133 -4.544 -1.269 358.293 +17 Apr 2021 06:00 UT 22.05 5.145 1777.1 403300 5.4905 24.3209 119.438 -1.132 -4.599 -1.326 358.504 +17 Apr 2021 07:00 UT 22.38 5.187 1777.6 403201 5.5266 24.3900 118.929 -1.132 -4.654 -1.383 358.715 +17 Apr 2021 08:00 UT 22.71 5.229 1778.0 403099 5.5626 24.4572 118.420 -1.131 -4.709 -1.440 358.926 +17 Apr 2021 09:00 UT 23.05 5.270 1778.5 402996 5.5988 24.5225 117.911 -1.130 -4.763 -1.497 359.138 +17 Apr 2021 10:00 UT 23.38 5.312 1779.0 402891 5.6350 24.5859 117.402 -1.129 -4.818 -1.554 359.351 +17 Apr 2021 11:00 UT 23.72 5.354 1779.4 402784 5.6712 24.6474 116.893 -1.129 -4.872 -1.611 359.563 +17 Apr 2021 12:00 UT 24.06 5.395 1779.9 402676 5.7075 24.7069 116.384 -1.128 -4.925 -1.667 359.776 +17 Apr 2021 13:00 UT 24.40 5.437 1780.4 402565 5.7439 24.7645 115.875 -1.127 -4.979 -1.724 359.990 +17 Apr 2021 14:00 UT 24.75 5.479 1780.9 402453 5.7803 24.8202 115.366 -1.126 -5.032 -1.780 0.203 +17 Apr 2021 15:00 UT 25.09 5.520 1781.4 402339 5.8167 24.8739 114.858 -1.126 -5.085 -1.837 0.417 +17 Apr 2021 16:00 UT 25.44 5.562 1781.9 402223 5.8532 24.9256 114.349 -1.125 -5.138 -1.893 0.631 +17 Apr 2021 17:00 UT 25.79 5.604 1782.4 402105 5.8897 24.9754 113.840 -1.124 -5.190 -1.949 0.846 +17 Apr 2021 18:00 UT 26.14 5.645 1783.0 401985 5.9263 25.0232 113.331 -1.124 -5.243 -2.005 1.061 +17 Apr 2021 19:00 UT 26.49 5.687 1783.5 401863 5.9630 25.0690 112.822 -1.123 -5.294 -2.061 1.276 +17 Apr 2021 20:00 UT 26.85 5.729 1784.1 401740 5.9997 25.1128 112.313 -1.122 -5.346 -2.117 1.491 +17 Apr 2021 21:00 UT 27.20 5.770 1784.6 401615 6.0364 25.1546 111.804 -1.121 -5.397 -2.172 1.706 +17 Apr 2021 22:00 UT 27.56 5.812 1785.2 401488 6.0732 25.1943 111.296 -1.121 -5.448 -2.228 1.921 +17 Apr 2021 23:00 UT 27.92 5.854 1785.7 401359 6.1100 25.2321 110.787 -1.120 -5.499 -2.283 2.137 +18 Apr 2021 00:00 UT 28.28 5.895 1786.3 401228 6.1469 25.2678 110.278 -1.119 -5.549 -2.338 2.352 +18 Apr 2021 01:00 UT 28.64 5.937 1786.9 401096 6.1838 25.3015 109.769 -1.118 -5.599 -2.393 2.568 +18 Apr 2021 02:00 UT 29.01 5.979 1787.5 400961 6.2207 25.3331 109.261 -1.118 -5.648 -2.448 2.784 +18 Apr 2021 03:00 UT 29.37 6.020 1788.1 400825 6.2577 25.3627 108.752 -1.117 -5.698 -2.503 3.000 +18 Apr 2021 04:00 UT 29.74 6.062 1788.7 400687 6.2947 25.3902 108.243 -1.116 -5.747 -2.558 3.216 +18 Apr 2021 05:00 UT 30.11 6.104 1789.4 400547 6.3318 25.4156 107.734 -1.115 -5.795 -2.612 3.431 +18 Apr 2021 06:00 UT 30.48 6.145 1790.0 400405 6.3689 25.4390 107.225 -1.115 -5.843 -2.666 3.647 +18 Apr 2021 07:00 UT 30.85 6.187 1790.6 400262 6.4061 25.4603 106.717 -1.114 -5.891 -2.720 3.863 +18 Apr 2021 08:00 UT 31.22 6.229 1791.3 400116 6.4433 25.4794 106.208 -1.113 -5.938 -2.774 4.079 +18 Apr 2021 09:00 UT 31.60 6.270 1791.9 399969 6.4805 25.4965 105.699 -1.112 -5.986 -2.828 4.294 +18 Apr 2021 10:00 UT 31.98 6.312 1792.6 399820 6.5177 25.5115 105.191 -1.111 -6.032 -2.882 4.510 +18 Apr 2021 11:00 UT 32.35 6.354 1793.3 399670 6.5550 25.5244 104.682 -1.111 -6.078 -2.935 4.725 +18 Apr 2021 12:00 UT 32.73 6.395 1794.0 399517 6.5924 25.5352 104.173 -1.110 -6.124 -2.988 4.940 +18 Apr 2021 13:00 UT 33.11 6.437 1794.7 399362 6.6297 25.5438 103.665 -1.109 -6.170 -3.041 5.155 +18 Apr 2021 14:00 UT 33.50 6.479 1795.4 399206 6.6671 25.5503 103.156 -1.108 -6.215 -3.094 5.370 +18 Apr 2021 15:00 UT 33.88 6.520 1796.1 399048 6.7045 25.5547 102.647 -1.108 -6.259 -3.147 5.584 +18 Apr 2021 16:00 UT 34.26 6.562 1796.8 398888 6.7420 25.5570 102.139 -1.107 -6.304 -3.199 5.799 +18 Apr 2021 17:00 UT 34.65 6.604 1797.5 398727 6.7795 25.5571 101.630 -1.106 -6.347 -3.252 6.013 +18 Apr 2021 18:00 UT 35.04 6.645 1798.3 398563 6.8170 25.5551 101.121 -1.105 -6.391 -3.304 6.226 +18 Apr 2021 19:00 UT 35.43 6.687 1799.0 398398 6.8545 25.5509 100.613 -1.105 -6.434 -3.355 6.440 +18 Apr 2021 20:00 UT 35.82 6.729 1799.8 398231 6.8921 25.5445 100.104 -1.104 -6.476 -3.407 6.653 +18 Apr 2021 21:00 UT 36.21 6.770 1800.5 398063 6.9296 25.5360 99.595 -1.103 -6.518 -3.458 6.865 +18 Apr 2021 22:00 UT 36.60 6.812 1801.3 397892 6.9672 25.5253 99.087 -1.102 -6.559 -3.509 7.077 +18 Apr 2021 23:00 UT 37.00 6.854 1802.1 397720 7.0049 25.5125 98.578 -1.101 -6.600 -3.560 7.289 +19 Apr 2021 00:00 UT 37.39 6.895 1802.9 397546 7.0425 25.4975 98.070 -1.101 -6.641 -3.611 7.500 +19 Apr 2021 01:00 UT 37.79 6.937 1803.7 397370 7.0802 25.4803 97.561 -1.100 -6.681 -3.661 7.711 +19 Apr 2021 02:00 UT 38.19 6.979 1804.5 397193 7.1179 25.4609 97.053 -1.099 -6.721 -3.712 7.921 +19 Apr 2021 03:00 UT 38.58 7.020 1805.3 397014 7.1556 25.4393 96.544 -1.098 -6.760 -3.761 8.131 +19 Apr 2021 04:00 UT 38.98 7.062 1806.1 396833 7.1934 25.4156 96.036 -1.097 -6.798 -3.811 8.340 +19 Apr 2021 05:00 UT 39.39 7.104 1806.9 396650 7.2311 25.3896 95.527 -1.097 -6.836 -3.861 8.549 +19 Apr 2021 06:00 UT 39.79 7.145 1807.8 396466 7.2689 25.3615 95.019 -1.096 -6.874 -3.910 8.757 +19 Apr 2021 07:00 UT 40.19 7.187 1808.6 396280 7.3067 25.3312 94.510 -1.095 -6.911 -3.959 8.964 +19 Apr 2021 08:00 UT 40.60 7.229 1809.5 396092 7.3445 25.2987 94.002 -1.094 -6.947 -4.007 9.171 +19 Apr 2021 09:00 UT 41.00 7.270 1810.4 395903 7.3823 25.2640 93.493 -1.093 -6.983 -4.055 9.377 +19 Apr 2021 10:00 UT 41.41 7.312 1811.2 395712 7.4201 25.2270 92.985 -1.092 -7.019 -4.103 9.582 +19 Apr 2021 11:00 UT 41.81 7.354 1812.1 395520 7.4580 25.1879 92.476 -1.092 -7.054 -4.151 9.787 +19 Apr 2021 12:00 UT 42.22 7.395 1813.0 395325 7.4958 25.1466 91.968 -1.091 -7.088 -4.199 9.991 +19 Apr 2021 13:00 UT 42.63 7.437 1813.9 395130 7.5337 25.1031 91.459 -1.090 -7.122 -4.246 10.194 +19 Apr 2021 14:00 UT 43.04 7.479 1814.8 394932 7.5715 25.0573 90.951 -1.089 -7.155 -4.293 10.396 +19 Apr 2021 15:00 UT 43.45 7.520 1815.7 394733 7.6094 25.0094 90.442 -1.088 -7.188 -4.339 10.598 +19 Apr 2021 16:00 UT 43.87 7.562 1816.6 394532 7.6473 24.9592 89.934 -1.088 -7.220 -4.386 10.798 +19 Apr 2021 17:00 UT 44.28 7.604 1817.6 394330 7.6852 24.9069 89.426 -1.087 -7.251 -4.432 10.998 +19 Apr 2021 18:00 UT 44.69 7.645 1818.5 394126 7.7231 24.8523 88.917 -1.086 -7.282 -4.477 11.197 +19 Apr 2021 19:00 UT 45.11 7.687 1819.5 393921 7.7610 24.7955 88.409 -1.085 -7.312 -4.522 11.394 +19 Apr 2021 20:00 UT 45.52 7.729 1820.4 393714 7.7989 24.7366 87.900 -1.084 -7.342 -4.567 11.591 +19 Apr 2021 21:00 UT 45.94 7.770 1821.4 393506 7.8368 24.6754 87.392 -1.083 -7.371 -4.612 11.787 +19 Apr 2021 22:00 UT 46.36 7.812 1822.4 393296 7.8747 24.6120 86.884 -1.083 -7.400 -4.656 11.982 +19 Apr 2021 23:00 UT 46.77 7.854 1823.3 393084 7.9126 24.5464 86.375 -1.082 -7.427 -4.700 12.176 +20 Apr 2021 00:00 UT 47.19 7.895 1824.3 392871 7.9505 24.4786 85.867 -1.081 -7.455 -4.744 12.369 +20 Apr 2021 01:00 UT 47.61 7.937 1825.3 392657 7.9885 24.4086 85.359 -1.080 -7.481 -4.787 12.561 +20 Apr 2021 02:00 UT 48.03 7.979 1826.3 392441 8.0264 24.3364 84.850 -1.079 -7.507 -4.830 12.751 +20 Apr 2021 03:00 UT 48.45 8.020 1827.3 392224 8.0643 24.2620 84.342 -1.078 -7.533 -4.873 12.941 +20 Apr 2021 04:00 UT 48.87 8.062 1828.4 392005 8.1022 24.1854 83.834 -1.077 -7.557 -4.915 13.129 +20 Apr 2021 05:00 UT 49.29 8.104 1829.4 391785 8.1401 24.1066 83.326 -1.077 -7.581 -4.957 13.317 +20 Apr 2021 06:00 UT 49.72 8.145 1830.4 391564 8.1780 24.0256 82.817 -1.076 -7.605 -4.999 13.503 +20 Apr 2021 07:00 UT 50.14 8.187 1831.5 391341 8.2159 23.9425 82.309 -1.075 -7.627 -5.040 13.687 +20 Apr 2021 08:00 UT 50.56 8.229 1832.5 391117 8.2537 23.8571 81.801 -1.074 -7.649 -5.080 13.871 +20 Apr 2021 09:00 UT 50.98 8.270 1833.6 390891 8.2916 23.7695 81.293 -1.073 -7.671 -5.121 14.053 +20 Apr 2021 10:00 UT 51.41 8.312 1834.6 390664 8.3295 23.6798 80.784 -1.072 -7.692 -5.161 14.234 +20 Apr 2021 11:00 UT 51.83 8.354 1835.7 390436 8.3673 23.5879 80.276 -1.071 -7.712 -5.200 14.414 +20 Apr 2021 12:00 UT 52.26 8.395 1836.8 390207 8.4052 23.4938 79.768 -1.070 -7.731 -5.240 14.593 +20 Apr 2021 13:00 UT 52.68 8.437 1837.9 389976 8.4430 23.3976 79.260 -1.070 -7.749 -5.278 14.770 +20 Apr 2021 14:00 UT 53.11 8.479 1839.0 389744 8.4809 23.2992 78.752 -1.069 -7.767 -5.317 14.945 +20 Apr 2021 15:00 UT 53.53 8.520 1840.1 389511 8.5187 23.1986 78.243 -1.068 -7.785 -5.355 15.120 +20 Apr 2021 16:00 UT 53.96 8.562 1841.2 389277 8.5565 23.0959 77.735 -1.067 -7.801 -5.392 15.293 +20 Apr 2021 17:00 UT 54.39 8.604 1842.3 389041 8.5943 22.9910 77.227 -1.066 -7.817 -5.429 15.464 +20 Apr 2021 18:00 UT 54.81 8.645 1843.4 388805 8.6321 22.8840 76.719 -1.065 -7.832 -5.466 15.634 +20 Apr 2021 19:00 UT 55.24 8.687 1844.5 388567 8.6698 22.7748 76.211 -1.064 -7.846 -5.502 15.803 +20 Apr 2021 20:00 UT 55.67 8.729 1845.7 388328 8.7076 22.6635 75.703 -1.063 -7.860 -5.538 15.970 +20 Apr 2021 21:00 UT 56.10 8.770 1846.8 388088 8.7453 22.5501 75.195 -1.062 -7.873 -5.574 16.136 +20 Apr 2021 22:00 UT 56.52 8.812 1848.0 387847 8.7831 22.4345 74.686 -1.062 -7.885 -5.609 16.300 +20 Apr 2021 23:00 UT 56.95 8.854 1849.1 387605 8.8208 22.3168 74.178 -1.061 -7.896 -5.643 16.462 +21 Apr 2021 00:00 UT 57.38 8.895 1850.3 387362 8.8585 22.1970 73.670 -1.060 -7.907 -5.677 16.623 +21 Apr 2021 01:00 UT 57.81 8.937 1851.4 387118 8.8962 22.0751 73.162 -1.059 -7.917 -5.711 16.782 +21 Apr 2021 02:00 UT 58.23 8.979 1852.6 386873 8.9338 21.9511 72.654 -1.058 -7.926 -5.744 16.940 +21 Apr 2021 03:00 UT 58.66 9.020 1853.8 386626 8.9715 21.8250 72.146 -1.057 -7.934 -5.777 17.096 +21 Apr 2021 04:00 UT 59.09 9.062 1855.0 386380 9.0091 21.6968 71.638 -1.056 -7.942 -5.809 17.251 +21 Apr 2021 05:00 UT 59.52 9.104 1856.2 386132 9.0467 21.5666 71.130 -1.055 -7.949 -5.840 17.403 +21 Apr 2021 06:00 UT 59.94 9.145 1857.4 385883 9.0843 21.4343 70.622 -1.054 -7.955 -5.872 17.554 +21 Apr 2021 07:00 UT 60.37 9.187 1858.6 385633 9.1218 21.2999 70.114 -1.053 -7.960 -5.902 17.704 +21 Apr 2021 08:00 UT 60.80 9.229 1859.8 385383 9.1594 21.1634 69.606 -1.052 -7.965 -5.933 17.852 +21 Apr 2021 09:00 UT 61.22 9.270 1861.0 385132 9.1969 21.0249 69.098 -1.051 -7.968 -5.962 17.997 +21 Apr 2021 10:00 UT 61.65 9.312 1862.2 384880 9.2344 20.8844 68.590 -1.051 -7.971 -5.992 18.142 +21 Apr 2021 11:00 UT 62.08 9.354 1863.4 384627 9.2719 20.7418 68.082 -1.050 -7.973 -6.020 18.284 +21 Apr 2021 12:00 UT 62.50 9.395 1864.7 384373 9.3094 20.5972 67.574 -1.049 -7.975 -6.049 18.425 +21 Apr 2021 13:00 UT 62.93 9.437 1865.9 384119 9.3468 20.4506 67.066 -1.048 -7.975 -6.076 18.564 +21 Apr 2021 14:00 UT 63.35 9.479 1867.1 383864 9.3843 20.3020 66.558 -1.047 -7.975 -6.104 18.701 +21 Apr 2021 15:00 UT 63.78 9.520 1868.4 383609 9.4217 20.1514 66.050 -1.046 -7.974 -6.130 18.836 +21 Apr 2021 16:00 UT 64.20 9.562 1869.6 383353 9.4591 19.9988 65.543 -1.045 -7.972 -6.156 18.969 +21 Apr 2021 17:00 UT 64.63 9.604 1870.9 383096 9.4964 19.8443 65.035 -1.044 -7.969 -6.182 19.101 +21 Apr 2021 18:00 UT 65.05 9.645 1872.1 382839 9.5338 19.6877 64.527 -1.043 -7.966 -6.207 19.231 +21 Apr 2021 19:00 UT 65.47 9.687 1873.4 382581 9.5711 19.5292 64.019 -1.042 -7.961 -6.232 19.358 +21 Apr 2021 20:00 UT 65.89 9.729 1874.7 382323 9.6084 19.3688 63.511 -1.041 -7.956 -6.256 19.484 +21 Apr 2021 21:00 UT 66.32 9.770 1875.9 382064 9.6457 19.2064 63.003 -1.040 -7.950 -6.279 19.608 +21 Apr 2021 22:00 UT 66.74 9.812 1877.2 381805 9.6829 19.0421 62.495 -1.039 -7.943 -6.302 19.730 +21 Apr 2021 23:00 UT 67.16 9.854 1878.5 381546 9.7202 18.8759 61.987 -1.038 -7.935 -6.324 19.850 +22 Apr 2021 00:00 UT 67.58 9.895 1879.8 381286 9.7574 18.7078 61.480 -1.037 -7.927 -6.346 19.968 +22 Apr 2021 01:00 UT 67.99 9.937 1881.0 381026 9.7946 18.5378 60.972 -1.036 -7.918 -6.367 20.085 +22 Apr 2021 02:00 UT 68.41 9.979 1882.3 380765 9.8317 18.3659 60.464 -1.035 -7.907 -6.388 20.199 +22 Apr 2021 03:00 UT 68.83 10.020 1883.6 380504 9.8689 18.1922 59.956 -1.034 -7.896 -6.408 20.311 +22 Apr 2021 04:00 UT 69.25 10.062 1884.9 380243 9.9060 18.0166 59.448 -1.033 -7.884 -6.427 20.421 +22 Apr 2021 05:00 UT 69.66 10.104 1886.2 379982 9.9431 17.8391 58.941 -1.032 -7.872 -6.446 20.530 +22 Apr 2021 06:00 UT 70.07 10.145 1887.5 379720 9.9802 17.6598 58.433 -1.031 -7.858 -6.465 20.636 +22 Apr 2021 07:00 UT 70.49 10.187 1888.8 379459 10.0173 17.4787 57.925 -1.030 -7.844 -6.482 20.740 +22 Apr 2021 08:00 UT 70.90 10.229 1890.1 379197 10.0543 17.2958 57.417 -1.029 -7.828 -6.499 20.842 +22 Apr 2021 09:00 UT 71.31 10.270 1891.4 378935 10.0913 17.1111 56.910 -1.028 -7.812 -6.516 20.942 +22 Apr 2021 10:00 UT 71.72 10.312 1892.7 378673 10.1283 16.9246 56.402 -1.027 -7.795 -6.532 21.040 +22 Apr 2021 11:00 UT 72.13 10.354 1894.0 378412 10.1653 16.7363 55.894 -1.026 -7.778 -6.547 21.136 +22 Apr 2021 12:00 UT 72.54 10.395 1895.3 378150 10.2023 16.5463 55.387 -1.025 -7.759 -6.561 21.230 +22 Apr 2021 13:00 UT 72.94 10.437 1896.7 377888 10.2392 16.3546 54.879 -1.024 -7.739 -6.575 21.321 +22 Apr 2021 14:00 UT 73.35 10.479 1898.0 377626 10.2761 16.1611 54.371 -1.023 -7.719 -6.589 21.411 +22 Apr 2021 15:00 UT 73.75 10.520 1899.3 377365 10.3130 15.9659 53.864 -1.022 -7.698 -6.602 21.499 +22 Apr 2021 16:00 UT 74.15 10.562 1900.6 377103 10.3499 15.7690 53.356 -1.021 -7.676 -6.614 21.584 +22 Apr 2021 17:00 UT 74.55 10.604 1901.9 376842 10.3868 15.5704 52.848 -1.020 -7.653 -6.625 21.667 +22 Apr 2021 18:00 UT 74.95 10.645 1903.2 376581 10.4236 15.3701 52.341 -1.019 -7.629 -6.636 21.748 +22 Apr 2021 19:00 UT 75.35 10.687 1904.6 376320 10.4604 15.1682 51.833 -1.018 -7.604 -6.646 21.827 +22 Apr 2021 20:00 UT 75.75 10.729 1905.9 376060 10.4973 14.9647 51.325 -1.017 -7.579 -6.656 21.904 +22 Apr 2021 21:00 UT 76.14 10.770 1907.2 375800 10.5340 14.7595 50.818 -1.016 -7.552 -6.664 21.979 +22 Apr 2021 22:00 UT 76.54 10.812 1908.5 375540 10.5708 14.5527 50.310 -1.015 -7.525 -6.673 22.052 +22 Apr 2021 23:00 UT 76.93 10.854 1909.8 375281 10.6076 14.3443 49.803 -1.014 -7.497 -6.680 22.122 +23 Apr 2021 00:00 UT 77.32 10.895 1911.2 375022 10.6443 14.1344 49.295 -1.013 -7.468 -6.687 22.190 +23 Apr 2021 01:00 UT 77.71 10.937 1912.5 374764 10.6811 13.9228 48.787 -1.012 -7.438 -6.693 22.256 +23 Apr 2021 02:00 UT 78.09 10.979 1913.8 374506 10.7178 13.7098 48.280 -1.011 -7.408 -6.699 22.320 +23 Apr 2021 03:00 UT 78.48 11.020 1915.1 374249 10.7545 13.4952 47.772 -1.010 -7.376 -6.704 22.381 +23 Apr 2021 04:00 UT 78.86 11.062 1916.4 373992 10.7912 13.2791 47.265 -1.009 -7.344 -6.708 22.441 +23 Apr 2021 05:00 UT 79.24 11.104 1917.7 373736 10.8278 13.0615 46.757 -1.008 -7.311 -6.711 22.498 +23 Apr 2021 06:00 UT 79.62 11.145 1919.0 373481 10.8645 12.8424 46.250 -1.007 -7.277 -6.714 22.553 +23 Apr 2021 07:00 UT 79.99 11.187 1920.3 373226 10.9012 12.6218 45.742 -1.006 -7.242 -6.716 22.606 +23 Apr 2021 08:00 UT 80.37 11.229 1921.7 372972 10.9378 12.3998 45.235 -1.004 -7.206 -6.718 22.656 +23 Apr 2021 09:00 UT 80.74 11.270 1923.0 372719 10.9744 12.1764 44.727 -1.003 -7.169 -6.718 22.705 +23 Apr 2021 10:00 UT 81.11 11.312 1924.3 372466 11.0111 11.9516 44.220 -1.002 -7.132 -6.718 22.751 +23 Apr 2021 11:00 UT 81.48 11.354 1925.6 372215 11.0477 11.7254 43.712 -1.001 -7.094 -6.718 22.794 +23 Apr 2021 12:00 UT 81.84 11.395 1926.9 371964 11.0843 11.4978 43.205 -1.000 -7.055 -6.716 22.836 +23 Apr 2021 13:00 UT 82.21 11.437 1928.2 371715 11.1209 11.2688 42.697 -0.999 -7.015 -6.714 22.875 +23 Apr 2021 14:00 UT 82.57 11.479 1929.4 371466 11.1575 11.0385 42.190 -0.998 -6.974 -6.711 22.912 +23 Apr 2021 15:00 UT 82.93 11.520 1930.7 371218 11.1940 10.8069 41.683 -0.997 -6.933 -6.708 22.947 +23 Apr 2021 16:00 UT 83.28 11.562 1932.0 370972 11.2306 10.5741 41.175 -0.996 -6.890 -6.703 22.980 +23 Apr 2021 17:00 UT 83.64 11.604 1933.3 370726 11.2672 10.3399 40.668 -0.995 -6.847 -6.698 23.010 +23 Apr 2021 18:00 UT 83.99 11.645 1934.6 370482 11.3038 10.1045 40.160 -0.994 -6.803 -6.693 23.038 +23 Apr 2021 19:00 UT 84.34 11.687 1935.8 370238 11.3403 9.8678 39.653 -0.992 -6.758 -6.686 23.064 +23 Apr 2021 20:00 UT 84.68 11.729 1937.1 369996 11.3769 9.6299 39.145 -0.991 -6.713 -6.679 23.088 +23 Apr 2021 21:00 UT 85.02 11.770 1938.4 369755 11.4135 9.3908 38.638 -0.990 -6.666 -6.671 23.109 +23 Apr 2021 22:00 UT 85.36 11.812 1939.6 369516 11.4500 9.1506 38.131 -0.989 -6.619 -6.663 23.128 +23 Apr 2021 23:00 UT 85.70 11.854 1940.9 369278 11.4866 8.9092 37.623 -0.988 -6.571 -6.653 23.145 +24 Apr 2021 00:00 UT 86.04 11.895 1942.1 369041 11.5232 8.6666 37.116 -0.987 -6.522 -6.643 23.159 +24 Apr 2021 01:00 UT 86.37 11.937 1943.4 368805 11.5597 8.4230 36.609 -0.986 -6.473 -6.632 23.171 +24 Apr 2021 02:00 UT 86.70 11.979 1944.6 368571 11.5963 8.1782 36.101 -0.985 -6.422 -6.621 23.181 +24 Apr 2021 03:00 UT 87.02 12.020 1945.8 368339 11.6329 7.9324 35.594 -0.984 -6.371 -6.609 23.189 +24 Apr 2021 04:00 UT 87.35 12.062 1947.1 368107 11.6694 7.6855 35.087 -0.982 -6.319 -6.595 23.194 +24 Apr 2021 05:00 UT 87.67 12.104 1948.3 367878 11.7060 7.4376 34.579 -0.981 -6.266 -6.582 23.197 +24 Apr 2021 06:00 UT 87.98 12.145 1949.5 367650 11.7426 7.1887 34.072 -0.980 -6.213 -6.567 23.198 +24 Apr 2021 07:00 UT 88.30 12.187 1950.7 367424 11.7792 6.9388 33.565 -0.979 -6.159 -6.552 23.196 +24 Apr 2021 08:00 UT 88.61 12.229 1951.9 367199 11.8158 6.6880 33.057 -0.978 -6.104 -6.536 23.192 +24 Apr 2021 09:00 UT 88.92 12.270 1953.1 366976 11.8524 6.4362 32.550 -0.977 -6.048 -6.519 23.186 +24 Apr 2021 10:00 UT 89.22 12.312 1954.2 366755 11.8891 6.1835 32.043 -0.976 -5.992 -6.501 23.178 +24 Apr 2021 11:00 UT 89.52 12.354 1955.4 366535 11.9257 5.9299 31.535 -0.974 -5.935 -6.483 23.167 +24 Apr 2021 12:00 UT 89.82 12.395 1956.6 366317 11.9624 5.6755 31.028 -0.973 -5.877 -6.464 23.154 +24 Apr 2021 13:00 UT 90.11 12.437 1957.7 366101 11.9990 5.4202 30.521 -0.972 -5.818 -6.444 23.139 +24 Apr 2021 14:00 UT 90.40 12.479 1958.9 365887 12.0357 5.1641 30.014 -0.971 -5.759 -6.424 23.122 +24 Apr 2021 15:00 UT 90.69 12.520 1960.0 365675 12.0724 4.9072 29.506 -0.970 -5.699 -6.403 23.102 +24 Apr 2021 16:00 UT 90.97 12.562 1961.1 365465 12.1091 4.6495 28.999 -0.969 -5.639 -6.381 23.080 +24 Apr 2021 17:00 UT 91.25 12.604 1962.2 365257 12.1458 4.3911 28.492 -0.967 -5.577 -6.358 23.055 +24 Apr 2021 18:00 UT 91.53 12.645 1963.4 365051 12.1826 4.1320 27.985 -0.966 -5.515 -6.334 23.028 +24 Apr 2021 19:00 UT 91.80 12.687 1964.5 364847 12.2193 3.8721 27.478 -0.965 -5.453 -6.310 22.999 +24 Apr 2021 20:00 UT 92.07 12.729 1965.5 364645 12.2561 3.6117 26.970 -0.964 -5.389 -6.285 22.968 +24 Apr 2021 21:00 UT 92.33 12.770 1966.6 364445 12.2929 3.3505 26.463 -0.963 -5.325 -6.259 22.935 +24 Apr 2021 22:00 UT 92.59 12.812 1967.7 364247 12.3298 3.0888 25.956 -0.961 -5.261 -6.233 22.899 +24 Apr 2021 23:00 UT 92.85 12.854 1968.7 364052 12.3666 2.8264 25.449 -0.960 -5.195 -6.205 22.860 +25 Apr 2021 00:00 UT 93.10 12.895 1969.8 363859 12.4035 2.5635 24.942 -0.959 -5.129 -6.177 22.820 +25 Apr 2021 01:00 UT 93.35 12.937 1970.8 363668 12.4404 2.3001 24.434 -0.958 -5.063 -6.149 22.777 +25 Apr 2021 02:00 UT 93.60 12.979 1971.8 363479 12.4773 2.0362 23.927 -0.957 -4.996 -6.119 22.732 +25 Apr 2021 03:00 UT 93.84 13.020 1972.9 363293 12.5143 1.7717 23.420 -0.955 -4.928 -6.089 22.685 +25 Apr 2021 04:00 UT 94.07 13.062 1973.9 363109 12.5513 1.5069 22.913 -0.954 -4.860 -6.058 22.635 +25 Apr 2021 05:00 UT 94.31 13.104 1974.8 362927 12.5883 1.2416 22.406 -0.953 -4.791 -6.026 22.584 +25 Apr 2021 06:00 UT 94.54 13.145 1975.8 362748 12.6253 0.9758 21.898 -0.952 -4.721 -5.994 22.529 +25 Apr 2021 07:00 UT 94.76 13.187 1976.8 362571 12.6624 0.7098 21.391 -0.951 -4.651 -5.960 22.473 +25 Apr 2021 08:00 UT 94.98 13.229 1977.7 362397 12.6995 0.4434 20.884 -0.949 -4.581 -5.926 22.414 +25 Apr 2021 09:00 UT 95.20 13.270 1978.7 362225 12.7367 0.1766 20.377 -0.948 -4.509 -5.892 22.353 +25 Apr 2021 10:00 UT 95.41 13.312 1979.6 362056 12.7739 -0.0904 19.870 -0.947 -4.438 -5.856 22.290 +25 Apr 2021 11:00 UT 95.61 13.354 1980.5 361890 12.8111 -0.3577 19.363 -0.946 -4.365 -5.820 22.225 +25 Apr 2021 12:00 UT 95.82 13.395 1981.4 361726 12.8483 -0.6252 18.856 -0.945 -4.293 -5.783 22.157 +25 Apr 2021 13:00 UT 96.02 13.437 1982.3 361564 12.8856 -0.8929 18.349 -0.943 -4.219 -5.746 22.087 +25 Apr 2021 14:00 UT 96.21 13.479 1983.2 361406 12.9230 -1.1607 17.841 -0.942 -4.146 -5.708 22.014 +25 Apr 2021 15:00 UT 96.40 13.520 1984.0 361250 12.9604 -1.4288 17.334 -0.941 -4.071 -5.669 21.940 +25 Apr 2021 16:00 UT 96.58 13.562 1984.9 361097 12.9978 -1.6969 16.827 -0.940 -3.997 -5.629 21.863 +25 Apr 2021 17:00 UT 96.76 13.604 1985.7 360946 13.0353 -1.9651 16.320 -0.938 -3.922 -5.588 21.784 +25 Apr 2021 18:00 UT 96.94 13.645 1986.5 360799 13.0728 -2.2333 15.813 -0.937 -3.846 -5.547 21.703 +25 Apr 2021 19:00 UT 97.11 13.687 1987.3 360654 13.1103 -2.5016 15.306 -0.936 -3.770 -5.506 21.619 +25 Apr 2021 20:00 UT 97.27 13.729 1988.1 360512 13.1479 -2.7698 14.799 -0.935 -3.693 -5.463 21.533 +25 Apr 2021 21:00 UT 97.44 13.770 1988.8 360373 13.1856 -3.0380 14.292 -0.933 -3.616 -5.420 21.445 +25 Apr 2021 22:00 UT 97.59 13.812 1989.6 360237 13.2233 -3.3061 13.785 -0.932 -3.539 -5.376 21.355 +25 Apr 2021 23:00 UT 97.74 13.854 1990.3 360103 13.2610 -3.5741 13.278 -0.931 -3.461 -5.331 21.262 +26 Apr 2021 00:00 UT 97.89 13.895 1991.0 359973 13.2988 -3.8420 12.770 -0.930 -3.383 -5.286 21.167 +26 Apr 2021 01:00 UT 98.03 13.937 1991.8 359846 13.3367 -4.1097 12.263 -0.928 -3.305 -5.240 21.070 +26 Apr 2021 02:00 UT 98.17 13.979 1992.4 359721 13.3746 -4.3772 11.756 -0.927 -3.226 -5.194 20.971 +26 Apr 2021 03:00 UT 98.30 14.020 1993.1 359600 13.4125 -4.6445 11.249 -0.926 -3.146 -5.147 20.869 +26 Apr 2021 04:00 UT 98.43 14.062 1993.8 359481 13.4506 -4.9115 10.742 -0.925 -3.067 -5.099 20.766 +26 Apr 2021 05:00 UT 98.55 14.104 1994.4 359366 13.4886 -5.1782 10.235 -0.923 -2.987 -5.050 20.660 +26 Apr 2021 06:00 UT 98.67 14.145 1995.0 359254 13.5268 -5.4446 9.728 -0.922 -2.907 -5.001 20.552 +26 Apr 2021 07:00 UT 98.78 14.187 1995.6 359145 13.5649 -5.7106 9.221 -0.921 -2.826 -4.951 20.441 +26 Apr 2021 08:00 UT 98.89 14.229 1996.2 359039 13.6032 -5.9762 8.714 -0.919 -2.745 -4.901 20.328 +26 Apr 2021 09:00 UT 98.99 14.270 1996.8 358936 13.6415 -6.2414 8.207 -0.918 -2.664 -4.850 20.214 +26 Apr 2021 10:00 UT 99.09 14.312 1997.4 358836 13.6799 -6.5061 7.700 -0.917 -2.583 -4.798 20.097 +26 Apr 2021 11:00 UT 99.18 14.354 1997.9 358740 13.7183 -6.7703 7.193 -0.916 -2.501 -4.746 19.977 +26 Apr 2021 12:00 UT 99.26 14.395 1998.4 358646 13.7568 -7.0340 6.686 -0.914 -2.419 -4.693 19.856 +26 Apr 2021 13:00 UT 99.34 14.437 1998.9 358556 13.7953 -7.2971 6.179 -0.913 -2.337 -4.639 19.732 +26 Apr 2021 14:00 UT 99.42 14.479 1999.4 358469 13.8340 -7.5597 5.672 -0.912 -2.254 -4.585 19.607 +26 Apr 2021 15:00 UT 99.49 14.520 1999.9 358385 13.8727 -7.8216 5.165 -0.911 -2.172 -4.530 19.479 +26 Apr 2021 16:00 UT 99.56 14.562 2000.3 358305 13.9114 -8.0828 4.658 -0.909 -2.089 -4.475 19.348 +26 Apr 2021 17:00 UT 99.62 14.604 2000.7 358228 13.9502 -8.3433 4.150 -0.908 -2.006 -4.419 19.216 +26 Apr 2021 18:00 UT 99.67 14.645 2001.2 358154 13.9891 -8.6031 3.643 -0.907 -1.923 -4.363 19.082 +26 Apr 2021 19:00 UT 99.72 14.687 2001.6 358083 14.0281 -8.8621 3.136 -0.905 -1.839 -4.306 18.945 +26 Apr 2021 20:00 UT 99.77 14.729 2001.9 358016 14.0671 -9.1204 2.629 -0.904 -1.756 -4.248 18.806 +26 Apr 2021 21:00 UT 99.81 14.770 2002.3 357952 14.1062 -9.3777 2.122 -0.903 -1.672 -4.190 18.665 +26 Apr 2021 22:00 UT 99.84 14.812 2002.6 357891 14.1454 -9.6343 1.615 -0.901 -1.588 -4.132 18.522 +26 Apr 2021 23:00 UT 99.87 14.854 2003.0 357833 14.1846 -9.8899 1.108 -0.900 -1.504 -4.072 18.377 +27 Apr 2021 00:00 UT 99.90 14.895 2003.3 357779 14.2240 -10.1445 0.601 -0.899 -1.420 -4.013 18.230 +27 Apr 2021 01:00 UT 99.91 14.937 2003.5 357729 14.2633 -10.3982 0.094 -0.898 -1.336 -3.953 18.080 +27 Apr 2021 02:00 UT 99.93 14.979 2003.8 357681 14.3028 -10.6509 -0.413 -0.896 -1.252 -3.892 17.929 +27 Apr 2021 03:00 UT 99.93 15.020 2004.1 357637 14.3424 -10.9026 -0.920 -0.895 -1.168 -3.831 17.775 +27 Apr 2021 04:00 UT 99.94 15.062 2004.3 357597 14.3820 -11.1531 -1.427 -0.894 -1.084 -3.769 17.619 +27 Apr 2021 05:00 UT 99.93 15.104 2004.5 357559 14.4217 -11.4026 -1.934 -0.892 -0.999 -3.707 17.461 +27 Apr 2021 06:00 UT 99.92 15.145 2004.7 357526 14.4614 -11.6509 -2.441 -0.891 -0.915 -3.644 17.301 +27 Apr 2021 07:00 UT 99.91 15.187 2004.8 357495 14.5013 -11.8980 -2.948 -0.890 -0.830 -3.581 17.139 +27 Apr 2021 08:00 UT 99.89 15.229 2005.0 357468 14.5412 -12.1439 -3.455 -0.888 -0.746 -3.518 16.975 +27 Apr 2021 09:00 UT 99.87 15.270 2005.1 357444 14.5812 -12.3885 -3.962 -0.887 -0.662 -3.454 16.809 +27 Apr 2021 10:00 UT 99.84 15.312 2005.2 357424 14.6213 -12.6319 -4.469 -0.886 -0.577 -3.389 16.641 +27 Apr 2021 11:00 UT 99.80 15.354 2005.3 357407 14.6615 -12.8739 -4.976 -0.885 -0.493 -3.324 16.471 +27 Apr 2021 12:00 UT 99.76 15.395 2005.4 357394 14.7017 -13.1146 -5.483 -0.883 -0.408 -3.259 16.299 +27 Apr 2021 13:00 UT 99.72 15.437 2005.5 357384 14.7421 -13.3538 -5.990 -0.882 -0.324 -3.193 16.124 +27 Apr 2021 14:00 UT 99.66 15.479 2005.5 357377 14.7825 -13.5917 -6.498 -0.881 -0.240 -3.127 15.948 +27 Apr 2021 15:00 UT 99.61 15.520 2005.5 357374 14.8230 -13.8281 -7.005 -0.879 -0.156 -3.061 15.770 +27 Apr 2021 16:00 UT 99.55 15.562 2005.5 357374 14.8635 -14.0630 -7.512 -0.878 -0.072 -2.994 15.590 +27 Apr 2021 17:00 UT 99.48 15.604 2005.5 357377 14.9042 -14.2964 -8.019 -0.877 0.012 -2.927 15.407 +27 Apr 2021 18:00 UT 99.41 15.645 2005.5 357384 14.9449 -14.5282 -8.526 -0.875 0.096 -2.859 15.223 +27 Apr 2021 19:00 UT 99.33 15.687 2005.4 357394 14.9857 -14.7584 -9.033 -0.874 0.180 -2.791 15.037 +27 Apr 2021 20:00 UT 99.24 15.729 2005.3 357408 15.0266 -14.9869 -9.540 -0.873 0.264 -2.723 14.849 +27 Apr 2021 21:00 UT 99.16 15.770 2005.2 357425 15.0676 -15.2139 -10.047 -0.871 0.347 -2.655 14.659 +27 Apr 2021 22:00 UT 99.06 15.812 2005.1 357445 15.1087 -15.4391 -10.554 -0.870 0.430 -2.586 14.467 +27 Apr 2021 23:00 UT 98.96 15.854 2005.0 357469 15.1498 -15.6625 -11.061 -0.869 0.514 -2.517 14.274 +28 Apr 2021 00:00 UT 98.86 15.895 2004.8 357496 15.1911 -15.8843 -11.568 -0.867 0.597 -2.447 14.078 +28 Apr 2021 01:00 UT 98.75 15.937 2004.7 357526 15.2324 -16.1042 -12.075 -0.866 0.679 -2.377 13.881 +28 Apr 2021 02:00 UT 98.64 15.979 2004.5 357560 15.2738 -16.3223 -12.582 -0.865 0.762 -2.307 13.681 +28 Apr 2021 03:00 UT 98.52 16.020 2004.3 357597 15.3153 -16.5385 -13.090 -0.863 0.844 -2.237 13.480 +28 Apr 2021 04:00 UT 98.39 16.062 2004.1 357637 15.3568 -16.7528 -13.597 -0.862 0.927 -2.166 13.277 +28 Apr 2021 05:00 UT 98.26 16.104 2003.8 357681 15.3985 -16.9652 -14.104 -0.861 1.009 -2.095 13.072 +28 Apr 2021 06:00 UT 98.13 16.145 2003.5 357728 15.4402 -17.1756 -14.611 -0.860 1.090 -2.024 12.866 +28 Apr 2021 07:00 UT 97.99 16.187 2003.3 357778 15.4820 -17.3840 -15.118 -0.858 1.172 -1.953 12.658 +28 Apr 2021 08:00 UT 97.84 16.229 2003.0 357832 15.5239 -17.5905 -15.625 -0.857 1.253 -1.881 12.448 +28 Apr 2021 09:00 UT 97.69 16.270 2002.6 357888 15.5659 -17.7948 -16.132 -0.856 1.334 -1.810 12.236 +28 Apr 2021 10:00 UT 97.53 16.312 2002.3 357948 15.6079 -17.9971 -16.639 -0.854 1.415 -1.738 12.023 +28 Apr 2021 11:00 UT 97.37 16.354 2002.0 358012 15.6500 -18.1972 -17.147 -0.853 1.495 -1.666 11.808 +28 Apr 2021 12:00 UT 97.21 16.395 2001.6 358078 15.6922 -18.3952 -17.654 -0.852 1.575 -1.593 11.591 +28 Apr 2021 13:00 UT 97.04 16.437 2001.2 358148 15.7345 -18.5911 -18.161 -0.850 1.655 -1.521 11.372 +28 Apr 2021 14:00 UT 96.86 16.479 2000.8 358220 15.7769 -18.7847 -18.668 -0.849 1.734 -1.448 11.152 +28 Apr 2021 15:00 UT 96.68 16.520 2000.4 358296 15.8193 -18.9760 -19.175 -0.848 1.813 -1.375 10.931 +28 Apr 2021 16:00 UT 96.50 16.562 1999.9 358375 15.8618 -19.1652 -19.682 -0.846 1.892 -1.302 10.708 +28 Apr 2021 17:00 UT 96.31 16.604 1999.5 358458 15.9044 -19.3520 -20.190 -0.845 1.970 -1.229 10.483 +28 Apr 2021 18:00 UT 96.11 16.645 1999.0 358543 15.9471 -19.5365 -20.697 -0.844 2.048 -1.156 10.257 +28 Apr 2021 19:00 UT 95.91 16.687 1998.5 358631 15.9898 -19.7186 -21.204 -0.843 2.126 -1.083 10.029 +28 Apr 2021 20:00 UT 95.71 16.729 1998.0 358723 16.0327 -19.8984 -21.711 -0.841 2.203 -1.010 9.800 +28 Apr 2021 21:00 UT 95.50 16.770 1997.5 358817 16.0755 -20.0757 -22.218 -0.840 2.280 -0.936 9.569 +28 Apr 2021 22:00 UT 95.29 16.812 1996.9 358915 16.1185 -20.2506 -22.725 -0.839 2.357 -0.863 9.337 +28 Apr 2021 23:00 UT 95.07 16.854 1996.4 359015 16.1615 -20.4231 -23.233 -0.837 2.433 -0.789 9.104 +29 Apr 2021 00:00 UT 94.85 16.895 1995.8 359119 16.2046 -20.5931 -23.740 -0.836 2.509 -0.715 8.869 +29 Apr 2021 01:00 UT 94.62 16.937 1995.2 359225 16.2478 -20.7606 -24.247 -0.835 2.584 -0.642 8.633 +29 Apr 2021 02:00 UT 94.39 16.979 1994.6 359334 16.2910 -20.9255 -24.754 -0.833 2.659 -0.568 8.395 +29 Apr 2021 03:00 UT 94.15 17.020 1994.0 359447 16.3343 -21.0879 -25.262 -0.832 2.733 -0.494 8.157 +29 Apr 2021 04:00 UT 93.91 17.062 1993.3 359562 16.3777 -21.2477 -25.769 -0.831 2.807 -0.421 7.917 +29 Apr 2021 05:00 UT 93.66 17.104 1992.7 359680 16.4211 -21.4049 -26.276 -0.830 2.881 -0.347 7.676 +29 Apr 2021 06:00 UT 93.41 17.145 1992.0 359800 16.4646 -21.5594 -26.783 -0.828 2.954 -0.273 7.433 +29 Apr 2021 07:00 UT 93.16 17.187 1991.3 359924 16.5081 -21.7113 -27.291 -0.827 3.026 -0.199 7.190 +29 Apr 2021 08:00 UT 92.90 17.229 1990.6 360050 16.5517 -21.8606 -27.798 -0.826 3.098 -0.126 6.945 +29 Apr 2021 09:00 UT 92.64 17.270 1989.9 360180 16.5954 -22.0071 -28.305 -0.824 3.170 -0.052 6.700 +29 Apr 2021 10:00 UT 92.37 17.312 1989.2 360311 16.6391 -22.1509 -28.813 -0.823 3.241 0.022 6.453 +29 Apr 2021 11:00 UT 92.10 17.354 1988.4 360446 16.6829 -22.2920 -29.320 -0.822 3.312 0.095 6.205 +29 Apr 2021 12:00 UT 91.83 17.395 1987.7 360583 16.7267 -22.4304 -29.827 -0.821 3.382 0.169 5.956 +29 Apr 2021 13:00 UT 91.55 17.437 1986.9 360723 16.7706 -22.5659 -30.334 -0.819 3.452 0.242 5.707 +29 Apr 2021 14:00 UT 91.27 17.479 1986.1 360866 16.8145 -22.6987 -30.842 -0.818 3.521 0.315 5.456 +29 Apr 2021 15:00 UT 90.98 17.520 1985.3 361011 16.8584 -22.8287 -31.349 -0.817 3.589 0.389 5.205 +29 Apr 2021 16:00 UT 90.69 17.562 1984.5 361158 16.9025 -22.9558 -31.856 -0.815 3.657 0.462 4.952 +29 Apr 2021 17:00 UT 90.39 17.604 1983.7 361308 16.9465 -23.0801 -32.364 -0.814 3.725 0.535 4.699 +29 Apr 2021 18:00 UT 90.09 17.645 1982.9 361461 16.9906 -23.2015 -32.871 -0.813 3.792 0.608 4.445 +29 Apr 2021 19:00 UT 89.79 17.687 1982.0 361616 17.0347 -23.3201 -33.379 -0.812 3.858 0.680 4.191 +29 Apr 2021 20:00 UT 89.49 17.729 1981.1 361774 17.0789 -23.4358 -33.886 -0.810 3.924 0.753 3.935 +29 Apr 2021 21:00 UT 89.18 17.770 1980.3 361934 17.1231 -23.5485 -34.393 -0.809 3.989 0.825 3.680 +29 Apr 2021 22:00 UT 88.86 17.812 1979.4 362096 17.1673 -23.6584 -34.901 -0.808 4.054 0.898 3.423 +29 Apr 2021 23:00 UT 88.55 17.854 1978.5 362260 17.2116 -23.7653 -35.408 -0.807 4.118 0.970 3.166 +30 Apr 2021 00:00 UT 88.22 17.895 1977.6 362427 17.2559 -23.8693 -35.916 -0.805 4.182 1.042 2.908 +30 Apr 2021 01:00 UT 87.90 17.937 1976.6 362597 17.3002 -23.9704 -36.423 -0.804 4.245 1.114 2.650 +30 Apr 2021 02:00 UT 87.57 17.979 1975.7 362768 17.3445 -24.0684 -36.930 -0.803 4.307 1.185 2.392 +30 Apr 2021 03:00 UT 87.24 18.020 1974.8 362942 17.3889 -24.1635 -37.438 -0.802 4.369 1.257 2.133 +30 Apr 2021 04:00 UT 86.91 18.062 1973.8 363117 17.4333 -24.2557 -37.945 -0.800 4.430 1.328 1.873 +30 Apr 2021 05:00 UT 86.57 18.104 1972.8 363295 17.4777 -24.3448 -38.453 -0.799 4.491 1.399 1.614 +30 Apr 2021 06:00 UT 86.23 18.145 1971.9 363475 17.5221 -24.4309 -38.960 -0.798 4.551 1.469 1.354 +30 Apr 2021 07:00 UT 85.88 18.187 1970.9 363657 17.5665 -24.5140 -39.468 -0.797 4.610 1.540 1.093 +30 Apr 2021 08:00 UT 85.54 18.229 1969.9 363842 17.6110 -24.5942 -39.975 -0.795 4.669 1.610 0.833 +30 Apr 2021 09:00 UT 85.19 18.270 1968.9 364028 17.6554 -24.6713 -40.483 -0.794 4.727 1.680 0.573 +30 Apr 2021 10:00 UT 84.83 18.312 1967.9 364216 17.6998 -24.7453 -40.990 -0.793 4.785 1.750 0.312 +30 Apr 2021 11:00 UT 84.48 18.354 1966.8 364406 17.7443 -24.8164 -41.498 -0.792 4.841 1.819 0.051 +30 Apr 2021 12:00 UT 84.12 18.395 1965.8 364598 17.7887 -24.8844 -42.005 -0.791 4.898 1.888 359.791 +30 Apr 2021 13:00 UT 83.75 18.437 1964.7 364792 17.8332 -24.9494 -42.513 -0.789 4.953 1.957 359.530 +30 Apr 2021 14:00 UT 83.39 18.479 1963.7 364987 17.8776 -25.0113 -43.020 -0.788 5.008 2.026 359.269 +30 Apr 2021 15:00 UT 83.02 18.520 1962.6 365185 17.9221 -25.0702 -43.528 -0.787 5.063 2.094 359.009 +30 Apr 2021 16:00 UT 82.65 18.562 1961.6 365384 17.9665 -25.1261 -44.036 -0.786 5.116 2.162 358.748 +30 Apr 2021 17:00 UT 82.28 18.604 1960.5 365585 18.0109 -25.1789 -44.543 -0.784 5.169 2.230 358.488 +30 Apr 2021 18:00 UT 81.90 18.645 1959.4 365788 18.0553 -25.2287 -45.051 -0.783 5.222 2.297 358.228 +30 Apr 2021 19:00 UT 81.52 18.687 1958.3 365992 18.0997 -25.2755 -45.558 -0.782 5.274 2.364 357.969 +30 Apr 2021 20:00 UT 81.14 18.729 1957.2 366198 18.1440 -25.3192 -46.066 -0.781 5.325 2.431 357.709 +30 Apr 2021 21:00 UT 80.76 18.770 1956.1 366405 18.1884 -25.3599 -46.574 -0.780 5.375 2.497 357.450 +30 Apr 2021 22:00 UT 80.37 18.812 1955.0 366614 18.2327 -25.3975 -47.081 -0.778 5.425 2.563 357.192 +30 Apr 2021 23:00 UT 79.98 18.854 1953.9 366825 18.2770 -25.4321 -47.589 -0.777 5.474 2.629 356.934 +01 May 2021 00:00 UT 79.59 18.895 1952.7 367037 18.3212 -25.4637 -48.097 -0.776 5.522 2.694 356.676 +01 May 2021 01:00 UT 79.20 18.937 1951.6 367250 18.3655 -25.4923 -48.604 -0.775 5.570 2.759 356.419 +01 May 2021 02:00 UT 78.80 18.979 1950.5 367465 18.4097 -25.5179 -49.112 -0.774 5.617 2.824 356.163 +01 May 2021 03:00 UT 78.40 19.020 1949.3 367681 18.4538 -25.5405 -49.620 -0.773 5.664 2.888 355.907 +01 May 2021 04:00 UT 78.00 19.062 1948.2 367899 18.4979 -25.5600 -50.127 -0.771 5.709 2.951 355.651 +01 May 2021 05:00 UT 77.60 19.104 1947.0 368118 18.5420 -25.5766 -50.635 -0.770 5.754 3.015 355.397 +01 May 2021 06:00 UT 77.20 19.145 1945.8 368338 18.5860 -25.5902 -51.143 -0.769 5.799 3.078 355.143 +01 May 2021 07:00 UT 76.79 19.187 1944.7 368559 18.6300 -25.6008 -51.651 -0.768 5.842 3.140 354.890 +01 May 2021 08:00 UT 76.38 19.229 1943.5 368782 18.6739 -25.6084 -52.158 -0.767 5.885 3.203 354.638 +01 May 2021 09:00 UT 75.97 19.270 1942.3 369006 18.7178 -25.6131 -52.666 -0.766 5.928 3.264 354.387 +01 May 2021 10:00 UT 75.56 19.312 1941.1 369230 18.7616 -25.6149 -53.174 -0.764 5.969 3.326 354.137 +01 May 2021 11:00 UT 75.15 19.354 1939.9 369456 18.8054 -25.6137 -53.682 -0.763 6.010 3.386 353.887 +01 May 2021 12:00 UT 74.73 19.395 1938.8 369683 18.8491 -25.6096 -54.190 -0.762 6.050 3.447 353.639 +01 May 2021 13:00 UT 74.31 19.437 1937.6 369911 18.8928 -25.6025 -54.697 -0.761 6.090 3.507 353.391 +01 May 2021 14:00 UT 73.90 19.479 1936.4 370140 18.9364 -25.5926 -55.205 -0.760 6.129 3.566 353.145 +01 May 2021 15:00 UT 73.47 19.520 1935.2 370370 18.9799 -25.5798 -55.713 -0.759 6.167 3.626 352.900 +01 May 2021 16:00 UT 73.05 19.562 1933.9 370601 19.0233 -25.5641 -56.221 -0.758 6.205 3.684 352.656 +01 May 2021 17:00 UT 72.63 19.604 1932.7 370833 19.0667 -25.5456 -56.729 -0.756 6.241 3.742 352.413 +01 May 2021 18:00 UT 72.20 19.645 1931.5 371065 19.1100 -25.5242 -57.237 -0.755 6.278 3.800 352.171 +01 May 2021 19:00 UT 71.78 19.687 1930.3 371299 19.1533 -25.5000 -57.745 -0.754 6.313 3.857 351.931 +01 May 2021 20:00 UT 71.35 19.729 1929.1 371533 19.1964 -25.4730 -58.252 -0.753 6.348 3.914 351.692 +01 May 2021 21:00 UT 70.92 19.770 1927.9 371768 19.2395 -25.4431 -58.760 -0.752 6.382 3.971 351.454 +01 May 2021 22:00 UT 70.49 19.812 1926.7 372003 19.2825 -25.4105 -59.268 -0.751 6.415 4.026 351.217 +01 May 2021 23:00 UT 70.06 19.854 1925.4 372239 19.3255 -25.3752 -59.776 -0.750 6.448 4.082 350.982 +02 May 2021 00:00 UT 69.63 19.895 1924.2 372476 19.3683 -25.3371 -60.284 -0.749 6.480 4.137 350.749 +02 May 2021 01:00 UT 69.19 19.937 1923.0 372714 19.4111 -25.2962 -60.792 -0.747 6.511 4.191 350.516 +02 May 2021 02:00 UT 68.76 19.979 1921.8 372952 19.4538 -25.2527 -61.300 -0.746 6.542 4.245 350.286 +02 May 2021 03:00 UT 68.32 20.020 1920.5 373190 19.4963 -25.2064 -61.808 -0.745 6.571 4.298 350.056 +02 May 2021 04:00 UT 67.88 20.062 1919.3 373429 19.5388 -25.1575 -62.316 -0.744 6.601 4.351 349.829 +02 May 2021 05:00 UT 67.45 20.104 1918.1 373669 19.5812 -25.1059 -62.824 -0.743 6.629 4.404 349.603 +02 May 2021 06:00 UT 67.01 20.145 1916.8 373909 19.6236 -25.0517 -63.332 -0.742 6.657 4.455 349.378 +02 May 2021 07:00 UT 66.57 20.187 1915.6 374149 19.6658 -24.9949 -63.840 -0.741 6.684 4.507 349.155 +02 May 2021 08:00 UT 66.13 20.229 1914.4 374390 19.7079 -24.9355 -64.348 -0.740 6.711 4.558 348.934 +02 May 2021 09:00 UT 65.68 20.270 1913.1 374631 19.7499 -24.8735 -64.856 -0.739 6.736 4.608 348.714 +02 May 2021 10:00 UT 65.24 20.312 1911.9 374873 19.7918 -24.8089 -65.365 -0.738 6.761 4.658 348.496 +02 May 2021 11:00 UT 64.80 20.354 1910.7 375114 19.8337 -24.7418 -65.873 -0.737 6.786 4.707 348.280 +02 May 2021 12:00 UT 64.36 20.395 1909.4 375356 19.8754 -24.6722 -66.381 -0.736 6.809 4.756 348.066 +02 May 2021 13:00 UT 63.91 20.437 1908.2 375599 19.9170 -24.6002 -66.889 -0.735 6.832 4.804 347.853 +02 May 2021 14:00 UT 63.47 20.479 1907.0 375841 19.9585 -24.5256 -67.397 -0.733 6.855 4.851 347.642 +02 May 2021 15:00 UT 63.02 20.520 1905.8 376084 19.9999 -24.4486 -67.905 -0.732 6.876 4.898 347.433 +02 May 2021 16:00 UT 62.58 20.562 1904.5 376326 20.0412 -24.3692 -68.413 -0.731 6.897 4.945 347.226 +02 May 2021 17:00 UT 62.13 20.604 1903.3 376569 20.0824 -24.2873 -68.922 -0.730 6.918 4.991 347.021 +02 May 2021 18:00 UT 61.68 20.645 1902.1 376812 20.1235 -24.2031 -69.430 -0.729 6.937 5.036 346.817 +02 May 2021 19:00 UT 61.24 20.687 1900.8 377055 20.1645 -24.1165 -69.938 -0.728 6.956 5.081 346.615 +02 May 2021 20:00 UT 60.79 20.729 1899.6 377298 20.2054 -24.0276 -70.446 -0.727 6.975 5.126 346.416 +02 May 2021 21:00 UT 60.34 20.770 1898.4 377541 20.2461 -23.9364 -70.954 -0.726 6.992 5.169 346.218 +02 May 2021 22:00 UT 59.89 20.812 1897.2 377783 20.2868 -23.8429 -71.463 -0.725 7.009 5.213 346.022 +02 May 2021 23:00 UT 59.44 20.854 1896.0 378026 20.3273 -23.7471 -71.971 -0.724 7.025 5.255 345.828 +03 May 2021 00:00 UT 59.00 20.895 1894.7 378269 20.3677 -23.6491 -72.479 -0.723 7.041 5.297 345.637 +03 May 2021 01:00 UT 58.55 20.937 1893.5 378511 20.4080 -23.5488 -72.987 -0.722 7.056 5.339 345.447 +03 May 2021 02:00 UT 58.10 20.979 1892.3 378754 20.4482 -23.4464 -73.496 -0.721 7.070 5.380 345.259 +03 May 2021 03:00 UT 57.65 21.020 1891.1 378996 20.4883 -23.3418 -74.004 -0.720 7.084 5.420 345.073 +03 May 2021 04:00 UT 57.20 21.062 1889.9 379238 20.5283 -23.2350 -74.512 -0.719 7.097 5.460 344.889 +03 May 2021 05:00 UT 56.75 21.104 1888.7 379480 20.5681 -23.1261 -75.021 -0.718 7.109 5.499 344.708 +03 May 2021 06:00 UT 56.31 21.145 1887.5 379721 20.6078 -23.0151 -75.529 -0.717 7.121 5.538 344.528 +03 May 2021 07:00 UT 55.86 21.187 1886.3 379962 20.6475 -22.9021 -76.037 -0.716 7.132 5.576 344.350 +03 May 2021 08:00 UT 55.41 21.229 1885.1 380203 20.6870 -22.7869 -76.546 -0.715 7.142 5.614 344.175 +03 May 2021 09:00 UT 54.96 21.270 1883.9 380444 20.7263 -22.6698 -77.054 -0.714 7.152 5.651 344.001 +03 May 2021 10:00 UT 54.51 21.312 1882.7 380684 20.7656 -22.5506 -77.563 -0.713 7.161 5.687 343.830 +03 May 2021 11:00 UT 54.07 21.354 1881.5 380924 20.8047 -22.4295 -78.071 -0.712 7.169 5.723 343.661 +03 May 2021 12:00 UT 53.62 21.395 1880.4 381163 20.8437 -22.3063 -78.579 -0.711 7.177 5.758 343.494 +03 May 2021 13:00 UT 53.17 21.437 1879.2 381402 20.8827 -22.1813 -79.088 -0.710 7.184 5.793 343.328 +03 May 2021 14:00 UT 52.72 21.479 1878.0 381640 20.9214 -22.0543 -79.596 -0.709 7.191 5.827 343.166 +03 May 2021 15:00 UT 52.28 21.520 1876.8 381878 20.9601 -21.9255 -80.105 -0.708 7.197 5.860 343.005 +03 May 2021 16:00 UT 51.83 21.562 1875.7 382116 20.9986 -21.7948 -80.613 -0.707 7.202 5.893 342.846 +03 May 2021 17:00 UT 51.39 21.604 1874.5 382353 21.0371 -21.6622 -81.122 -0.706 7.207 5.925 342.690 +03 May 2021 18:00 UT 50.94 21.645 1873.4 382589 21.0754 -21.5279 -81.630 -0.705 7.211 5.957 342.535 +03 May 2021 19:00 UT 50.50 21.687 1872.2 382825 21.1136 -21.3917 -82.139 -0.704 7.214 5.988 342.383 +03 May 2021 20:00 UT 50.05 21.729 1871.0 383060 21.1516 -21.2538 -82.647 -0.703 7.217 6.019 342.233 +03 May 2021 21:00 UT 49.61 21.770 1869.9 383295 21.1896 -21.1141 -83.156 -0.702 7.219 6.049 342.085 +03 May 2021 22:00 UT 49.17 21.812 1868.8 383529 21.2274 -20.9727 -83.664 -0.702 7.220 6.078 341.940 +03 May 2021 23:00 UT 48.73 21.854 1867.6 383762 21.2652 -20.8296 -84.173 -0.701 7.221 6.107 341.796 +04 May 2021 00:00 UT 48.28 21.895 1866.5 383995 21.3028 -20.6848 -84.681 -0.700 7.222 6.135 341.655 +04 May 2021 01:00 UT 47.84 21.937 1865.4 384227 21.3402 -20.5384 -85.190 -0.699 7.221 6.162 341.515 +04 May 2021 02:00 UT 47.40 21.979 1864.2 384458 21.3776 -20.3903 -85.699 -0.698 7.220 6.189 341.378 +04 May 2021 03:00 UT 46.96 22.020 1863.1 384689 21.4149 -20.2406 -86.207 -0.697 7.219 6.216 341.243 +04 May 2021 04:00 UT 46.53 22.062 1862.0 384918 21.4520 -20.0894 -86.716 -0.696 7.217 6.242 341.111 +04 May 2021 05:00 UT 46.09 22.104 1860.9 385147 21.4890 -19.9365 -87.225 -0.695 7.214 6.267 340.980 +04 May 2021 06:00 UT 45.65 22.145 1859.8 385375 21.5259 -19.7822 -87.733 -0.694 7.211 6.291 340.852 +04 May 2021 07:00 UT 45.21 22.187 1858.7 385603 21.5627 -19.6263 -88.242 -0.693 7.207 6.315 340.725 +04 May 2021 08:00 UT 44.78 22.229 1857.6 385829 21.5994 -19.4689 -88.751 -0.692 7.203 6.339 340.601 +04 May 2021 09:00 UT 44.35 22.270 1856.5 386055 21.6359 -19.3101 -89.259 -0.691 7.198 6.362 340.479 +04 May 2021 10:00 UT 43.91 22.312 1855.5 386280 21.6724 -19.1498 -89.768 -0.690 7.192 6.384 340.359 +04 May 2021 11:00 UT 43.48 22.354 1854.4 386504 21.7087 -18.9881 -90.277 -0.689 7.186 6.405 340.242 +04 May 2021 12:00 UT 43.05 22.395 1853.3 386727 21.7449 -18.8249 -90.785 -0.689 7.179 6.426 340.126 +04 May 2021 13:00 UT 42.62 22.437 1852.2 386949 21.7810 -18.6604 -91.294 -0.688 7.172 6.447 340.013 +04 May 2021 14:00 UT 42.19 22.479 1851.2 387170 21.8170 -18.4946 -91.803 -0.687 7.164 6.467 339.902 +04 May 2021 15:00 UT 41.76 22.520 1850.1 387390 21.8529 -18.3273 -92.312 -0.686 7.155 6.486 339.792 +04 May 2021 16:00 UT 41.33 22.562 1849.1 387610 21.8887 -18.1588 -92.820 -0.685 7.146 6.505 339.685 +04 May 2021 17:00 UT 40.91 22.604 1848.0 387828 21.9244 -17.9890 -93.329 -0.684 7.137 6.523 339.581 +04 May 2021 18:00 UT 40.48 22.645 1847.0 388045 21.9599 -17.8179 -93.838 -0.683 7.127 6.540 339.478 +04 May 2021 19:00 UT 40.06 22.687 1846.0 388262 21.9954 -17.6455 -94.347 -0.682 7.116 6.557 339.377 +04 May 2021 20:00 UT 39.64 22.729 1845.0 388477 22.0308 -17.4719 -94.856 -0.681 7.105 6.573 339.279 +04 May 2021 21:00 UT 39.22 22.770 1843.9 388691 22.0660 -17.2971 -95.364 -0.681 7.093 6.589 339.182 +04 May 2021 22:00 UT 38.80 22.812 1842.9 388904 22.1011 -17.1210 -95.873 -0.680 7.081 6.604 339.088 +04 May 2021 23:00 UT 38.38 22.854 1841.9 389117 22.1362 -16.9439 -96.382 -0.679 7.068 6.619 338.995 +05 May 2021 00:00 UT 37.96 22.895 1840.9 389328 22.1711 -16.7655 -96.891 -0.678 7.055 6.632 338.905 +05 May 2021 01:00 UT 37.55 22.937 1839.9 389538 22.2059 -16.5860 -97.400 -0.677 7.041 6.646 338.817 +05 May 2021 02:00 UT 37.13 22.979 1838.9 389747 22.2407 -16.4054 -97.909 -0.676 7.026 6.659 338.731 +05 May 2021 03:00 UT 36.72 23.020 1838.0 389954 22.2753 -16.2238 -98.418 -0.675 7.011 6.671 338.647 +05 May 2021 04:00 UT 36.31 23.062 1837.0 390161 22.3098 -16.0410 -98.927 -0.674 6.996 6.682 338.565 +05 May 2021 05:00 UT 35.90 23.104 1836.0 390367 22.3443 -15.8572 -99.436 -0.674 6.980 6.693 338.485 +05 May 2021 06:00 UT 35.49 23.145 1835.1 390571 22.3786 -15.6723 -99.945 -0.673 6.964 6.704 338.407 +05 May 2021 07:00 UT 35.08 23.187 1834.1 390774 22.4128 -15.4865 -100.454 -0.672 6.947 6.713 338.331 +05 May 2021 08:00 UT 34.68 23.229 1833.2 390976 22.4470 -15.2996 -100.963 -0.671 6.929 6.723 338.257 +05 May 2021 09:00 UT 34.27 23.270 1832.2 391177 22.4810 -15.1118 -101.472 -0.670 6.911 6.731 338.186 +05 May 2021 10:00 UT 33.87 23.312 1831.3 391377 22.5150 -14.9230 -101.980 -0.669 6.893 6.739 338.116 +05 May 2021 11:00 UT 33.47 23.354 1830.4 391576 22.5489 -14.7332 -102.490 -0.668 6.874 6.747 338.048 +05 May 2021 12:00 UT 33.07 23.395 1829.4 391773 22.5826 -14.5425 -102.999 -0.668 6.854 6.754 337.982 +05 May 2021 13:00 UT 32.67 23.437 1828.5 391969 22.6163 -14.3510 -103.508 -0.667 6.834 6.760 337.918 +05 May 2021 14:00 UT 32.28 23.479 1827.6 392164 22.6499 -14.1585 -104.017 -0.666 6.814 6.766 337.856 +05 May 2021 15:00 UT 31.88 23.520 1826.7 392358 22.6834 -13.9652 -104.526 -0.665 6.793 6.771 337.796 +05 May 2021 16:00 UT 31.49 23.562 1825.8 392550 22.7168 -13.7710 -105.035 -0.664 6.771 6.776 337.738 +05 May 2021 17:00 UT 31.10 23.604 1824.9 392741 22.7502 -13.5760 -105.544 -0.663 6.749 6.780 337.682 +05 May 2021 18:00 UT 30.71 23.645 1824.0 392931 22.7834 -13.3802 -106.053 -0.663 6.727 6.783 337.628 +05 May 2021 19:00 UT 30.32 23.687 1823.2 393120 22.8166 -13.1835 -106.562 -0.662 6.704 6.786 337.576 +05 May 2021 20:00 UT 29.94 23.729 1822.3 393307 22.8496 -12.9861 -107.071 -0.661 6.681 6.788 337.526 +05 May 2021 21:00 UT 29.55 23.770 1821.4 393494 22.8826 -12.7879 -107.580 -0.660 6.657 6.790 337.477 +05 May 2021 22:00 UT 29.17 23.812 1820.6 393678 22.9155 -12.5890 -108.089 -0.659 6.633 6.791 337.431 +05 May 2021 23:00 UT 28.79 23.854 1819.7 393862 22.9484 -12.3894 -108.598 -0.658 6.608 6.792 337.386 +06 May 2021 00:00 UT 28.41 23.895 1818.9 394044 22.9811 -12.1890 -109.108 -0.658 6.583 6.792 337.343 +06 May 2021 01:00 UT 28.03 23.937 1818.1 394225 23.0138 -11.9880 -109.617 -0.657 6.557 6.791 337.303 +06 May 2021 02:00 UT 27.66 23.979 1817.2 394405 23.0464 -11.7862 -110.126 -0.656 6.531 6.790 337.264 +06 May 2021 03:00 UT 27.29 24.020 1816.4 394583 23.0789 -11.5838 -110.635 -0.655 6.505 6.788 337.227 +06 May 2021 04:00 UT 26.91 24.062 1815.6 394760 23.1114 -11.3808 -111.144 -0.654 6.478 6.786 337.191 +06 May 2021 05:00 UT 26.55 24.104 1814.8 394936 23.1438 -11.1771 -111.654 -0.654 6.451 6.784 337.158 +06 May 2021 06:00 UT 26.18 24.145 1814.0 395111 23.1761 -10.9728 -112.163 -0.653 6.423 6.780 337.126 +06 May 2021 07:00 UT 25.81 24.187 1813.2 395284 23.2083 -10.7679 -112.672 -0.652 6.395 6.776 337.096 +06 May 2021 08:00 UT 25.45 24.229 1812.4 395455 23.2405 -10.5624 -113.181 -0.651 6.366 6.772 337.068 +06 May 2021 09:00 UT 25.09 24.270 1811.6 395626 23.2726 -10.3563 -113.690 -0.650 6.337 6.767 337.042 +06 May 2021 10:00 UT 24.73 24.312 1810.8 395795 23.3046 -10.1497 -114.200 -0.650 6.307 6.761 337.018 +06 May 2021 11:00 UT 24.37 24.354 1810.1 395963 23.3366 -9.9426 -114.709 -0.649 6.277 6.755 336.995 +06 May 2021 12:00 UT 24.02 24.395 1809.3 396129 23.3685 -9.7349 -115.218 -0.648 6.247 6.749 336.974 +06 May 2021 13:00 UT 23.66 24.437 1808.6 396294 23.4003 -9.5267 -115.728 -0.647 6.216 6.742 336.955 +06 May 2021 14:00 UT 23.31 24.479 1807.8 396458 23.4321 -9.3180 -116.237 -0.646 6.185 6.734 336.938 +06 May 2021 15:00 UT 22.96 24.520 1807.1 396620 23.4638 -9.1089 -116.746 -0.646 6.154 6.726 336.922 +06 May 2021 16:00 UT 22.62 24.562 1806.3 396781 23.4954 -8.8993 -117.256 -0.645 6.122 6.717 336.908 +06 May 2021 17:00 UT 22.27 24.604 1805.6 396941 23.5270 -8.6892 -117.765 -0.644 6.089 6.707 336.896 +06 May 2021 18:00 UT 21.93 24.645 1804.9 397099 23.5586 -8.4787 -118.274 -0.643 6.057 6.698 336.886 +06 May 2021 19:00 UT 21.59 24.687 1804.2 397256 23.5900 -8.2678 -118.784 -0.642 6.024 6.687 336.877 +06 May 2021 20:00 UT 21.25 24.729 1803.5 397411 23.6215 -8.0565 -119.293 -0.642 5.990 6.676 336.870 +06 May 2021 21:00 UT 20.92 24.770 1802.8 397565 23.6528 -7.8448 -119.802 -0.641 5.956 6.665 336.865 +06 May 2021 22:00 UT 20.58 24.812 1802.1 397718 23.6841 -7.6327 -120.312 -0.640 5.922 6.653 336.861 +06 May 2021 23:00 UT 20.25 24.854 1801.4 397869 23.7154 -7.4203 -120.821 -0.639 5.887 6.640 336.859 +07 May 2021 00:00 UT 19.92 24.895 1800.7 398019 23.7466 -7.2075 -121.330 -0.638 5.852 6.627 336.859 +07 May 2021 01:00 UT 19.59 24.937 1800.1 398168 23.7778 -6.9943 -121.840 -0.638 5.817 6.614 336.860 +07 May 2021 02:00 UT 19.27 24.979 1799.4 398315 23.8089 -6.7809 -122.349 -0.637 5.781 6.600 336.863 +07 May 2021 03:00 UT 18.95 25.020 1798.7 398461 23.8399 -6.5671 -122.859 -0.636 5.745 6.585 336.868 +07 May 2021 04:00 UT 18.63 25.062 1798.1 398606 23.8709 -6.3531 -123.368 -0.635 5.708 6.570 336.874 +07 May 2021 05:00 UT 18.31 25.104 1797.4 398749 23.9019 -6.1387 -123.878 -0.635 5.671 6.554 336.882 +07 May 2021 06:00 UT 17.99 25.145 1796.8 398890 23.9328 -5.9241 -124.387 -0.634 5.634 6.538 336.892 +07 May 2021 07:00 UT 17.68 25.187 1796.2 399031 23.9637 -5.7093 -124.897 -0.633 5.597 6.522 336.903 +07 May 2021 08:00 UT 17.37 25.229 1795.5 399170 23.9946 -5.4942 -125.406 -0.632 5.559 6.504 336.915 +07 May 2021 09:00 UT 17.06 25.270 1794.9 399307 0.0253 -5.2789 -125.916 -0.631 5.520 6.487 336.930 +07 May 2021 10:00 UT 16.76 25.312 1794.3 399443 0.0561 -5.0633 -126.425 -0.631 5.482 6.469 336.946 +07 May 2021 11:00 UT 16.45 25.354 1793.7 399578 0.0868 -4.8476 -126.934 -0.630 5.443 6.450 336.963 +07 May 2021 12:00 UT 16.15 25.395 1793.1 399712 0.1175 -4.6317 -127.444 -0.629 5.404 6.431 336.982 +07 May 2021 13:00 UT 15.85 25.437 1792.5 399844 0.1481 -4.4156 -127.954 -0.628 5.364 6.411 337.003 +07 May 2021 14:00 UT 15.56 25.479 1791.9 399974 0.1788 -4.1993 -128.463 -0.628 5.324 6.391 337.025 +07 May 2021 15:00 UT 15.26 25.520 1791.3 400104 0.2093 -3.9829 -128.973 -0.627 5.284 6.370 337.049 +07 May 2021 16:00 UT 14.97 25.562 1790.8 400232 0.2399 -3.7664 -129.482 -0.626 5.243 6.349 337.074 +07 May 2021 17:00 UT 14.68 25.604 1790.2 400358 0.2704 -3.5497 -129.992 -0.625 5.202 6.328 337.101 +07 May 2021 18:00 UT 14.40 25.645 1789.6 400484 0.3009 -3.3329 -130.501 -0.625 5.161 6.306 337.129 +07 May 2021 19:00 UT 14.11 25.687 1789.1 400607 0.3313 -3.1161 -131.011 -0.624 5.119 6.283 337.159 +07 May 2021 20:00 UT 13.83 25.729 1788.5 400730 0.3617 -2.8991 -131.520 -0.623 5.078 6.260 337.190 +07 May 2021 21:00 UT 13.55 25.770 1788.0 400851 0.3921 -2.6821 -132.030 -0.622 5.035 6.236 337.223 +07 May 2021 22:00 UT 13.28 25.812 1787.5 400971 0.4225 -2.4650 -132.540 -0.621 4.993 6.212 337.258 +07 May 2021 23:00 UT 13.00 25.854 1786.9 401089 0.4528 -2.2479 -133.049 -0.621 4.950 6.188 337.294 +08 May 2021 00:00 UT 12.73 25.895 1786.4 401206 0.4831 -2.0307 -133.559 -0.620 4.907 6.163 337.331 +08 May 2021 01:00 UT 12.46 25.937 1785.9 401322 0.5134 -1.8135 -134.068 -0.619 4.864 6.138 337.370 +08 May 2021 02:00 UT 12.20 25.979 1785.4 401436 0.5437 -1.5963 -134.578 -0.618 4.820 6.112 337.410 +08 May 2021 03:00 UT 11.93 26.020 1784.9 401549 0.5739 -1.3791 -135.088 -0.618 4.776 6.085 337.452 +08 May 2021 04:00 UT 11.67 26.062 1784.4 401660 0.6042 -1.1619 -135.597 -0.617 4.732 6.059 337.495 +08 May 2021 05:00 UT 11.42 26.104 1783.9 401771 0.6344 -0.9448 -136.107 -0.616 4.687 6.031 337.540 +08 May 2021 06:00 UT 11.16 26.145 1783.4 401879 0.6646 -0.7276 -136.617 -0.615 4.642 6.004 337.586 +08 May 2021 07:00 UT 10.91 26.187 1783.0 401987 0.6948 -0.5106 -137.126 -0.615 4.597 5.976 337.634 +08 May 2021 08:00 UT 10.66 26.229 1782.5 402093 0.7249 -0.2936 -137.636 -0.614 4.552 5.947 337.683 +08 May 2021 09:00 UT 10.41 26.270 1782.0 402198 0.7551 -0.0766 -138.146 -0.613 4.506 5.918 337.733 +08 May 2021 10:00 UT 10.17 26.312 1781.6 402302 0.7852 0.1402 -138.655 -0.612 4.460 5.888 337.785 +08 May 2021 11:00 UT 9.92 26.354 1781.1 402404 0.8153 0.3570 -139.165 -0.612 4.414 5.859 337.838 +08 May 2021 12:00 UT 9.68 26.395 1780.7 402505 0.8454 0.5736 -139.675 -0.611 4.367 5.828 337.893 +08 May 2021 13:00 UT 9.45 26.437 1780.2 402604 0.8755 0.7901 -140.184 -0.610 4.321 5.797 337.949 +08 May 2021 14:00 UT 9.21 26.479 1779.8 402702 0.9056 1.0065 -140.694 -0.609 4.274 5.766 338.007 +08 May 2021 15:00 UT 8.98 26.520 1779.4 402799 0.9357 1.2227 -141.204 -0.609 4.226 5.734 338.066 +08 May 2021 16:00 UT 8.76 26.562 1778.9 402895 0.9658 1.4388 -141.714 -0.608 4.179 5.702 338.126 +08 May 2021 17:00 UT 8.53 26.604 1778.5 402989 0.9958 1.6547 -142.223 -0.607 4.131 5.670 338.188 +08 May 2021 18:00 UT 8.31 26.645 1778.1 403082 1.0259 1.8704 -142.733 -0.606 4.083 5.637 338.251 +08 May 2021 19:00 UT 8.09 26.687 1777.7 403173 1.0560 2.0859 -143.243 -0.606 4.035 5.604 338.315 +08 May 2021 20:00 UT 7.87 26.729 1777.3 403264 1.0860 2.3012 -143.753 -0.605 3.986 5.570 338.381 +08 May 2021 21:00 UT 7.66 26.770 1776.9 403352 1.1161 2.5163 -144.262 -0.604 3.938 5.536 338.449 +08 May 2021 22:00 UT 7.44 26.812 1776.5 403440 1.1461 2.7312 -144.772 -0.603 3.889 5.501 338.517 +08 May 2021 23:00 UT 7.23 26.854 1776.2 403526 1.1762 2.9458 -145.282 -0.602 3.839 5.466 338.587 +09 May 2021 00:00 UT 7.03 26.895 1775.8 403612 1.2062 3.1602 -145.792 -0.602 3.790 5.431 338.659 +09 May 2021 01:00 UT 6.83 26.937 1775.4 403695 1.2363 3.3743 -146.302 -0.601 3.740 5.395 338.731 +09 May 2021 02:00 UT 6.63 26.979 1775.0 403778 1.2663 3.5881 -146.811 -0.600 3.690 5.359 338.805 +09 May 2021 03:00 UT 6.43 27.020 1774.7 403859 1.2964 3.8016 -147.321 -0.599 3.640 5.322 338.881 +09 May 2021 04:00 UT 6.23 27.062 1774.3 403939 1.3265 4.0149 -147.831 -0.599 3.590 5.285 338.957 +09 May 2021 05:00 UT 6.04 27.104 1774.0 404018 1.3566 4.2278 -148.341 -0.598 3.539 5.248 339.036 +09 May 2021 06:00 UT 5.85 27.145 1773.7 404095 1.3866 4.4404 -148.851 -0.597 3.488 5.210 339.115 +09 May 2021 07:00 UT 5.67 27.187 1773.3 404171 1.4167 4.6526 -149.360 -0.596 3.437 5.172 339.196 +09 May 2021 08:00 UT 5.48 27.229 1773.0 404246 1.4468 4.8645 -149.870 -0.596 3.386 5.133 339.278 +09 May 2021 09:00 UT 5.30 27.270 1772.7 404319 1.4769 5.0761 -150.380 -0.595 3.335 5.094 339.361 +09 May 2021 10:00 UT 5.13 27.312 1772.4 404392 1.5070 5.2873 -150.890 -0.594 3.283 5.055 339.446 +09 May 2021 11:00 UT 4.95 27.354 1772.0 404463 1.5372 5.4981 -151.400 -0.593 3.231 5.015 339.532 +09 May 2021 12:00 UT 4.78 27.395 1771.7 404532 1.5673 5.7084 -151.910 -0.593 3.179 4.975 339.619 +09 May 2021 13:00 UT 4.61 27.437 1771.4 404601 1.5975 5.9184 -152.419 -0.592 3.127 4.935 339.708 +09 May 2021 14:00 UT 4.45 27.479 1771.1 404668 1.6277 6.1280 -152.929 -0.591 3.075 4.894 339.798 +09 May 2021 15:00 UT 4.28 27.520 1770.9 404734 1.6578 6.3371 -153.439 -0.590 3.022 4.853 339.889 +09 May 2021 16:00 UT 4.12 27.562 1770.6 404799 1.6880 6.5458 -153.949 -0.590 2.969 4.812 339.982 +09 May 2021 17:00 UT 3.97 27.604 1770.3 404862 1.7183 6.7540 -154.459 -0.589 2.916 4.770 340.075 +09 May 2021 18:00 UT 3.81 27.645 1770.0 404924 1.7485 6.9618 -154.969 -0.588 2.863 4.728 340.170 +09 May 2021 19:00 UT 3.66 27.687 1769.8 404985 1.7788 7.1691 -155.479 -0.587 2.810 4.685 340.267 +09 May 2021 20:00 UT 3.52 27.729 1769.5 405045 1.8091 7.3759 -155.989 -0.587 2.756 4.643 340.365 +09 May 2021 21:00 UT 3.37 27.770 1769.2 405104 1.8394 7.5822 -156.499 -0.586 2.702 4.599 340.464 +09 May 2021 22:00 UT 3.23 27.812 1769.0 405161 1.8697 7.7879 -157.008 -0.585 2.648 4.556 340.564 +09 May 2021 23:00 UT 3.09 27.854 1768.7 405217 1.9000 7.9932 -157.518 -0.584 2.594 4.512 340.665 +10 May 2021 00:00 UT 2.95 27.895 1768.5 405272 1.9304 8.1979 -158.028 -0.583 2.540 4.468 340.768 +10 May 2021 01:00 UT 2.82 27.937 1768.3 405326 1.9608 8.4020 -158.538 -0.583 2.486 4.423 340.872 +10 May 2021 02:00 UT 2.69 27.979 1768.0 405378 1.9912 8.6056 -159.048 -0.582 2.431 4.379 340.978 +10 May 2021 03:00 UT 2.56 28.020 1767.8 405429 2.0217 8.8086 -159.558 -0.581 2.377 4.333 341.084 +10 May 2021 04:00 UT 2.44 28.062 1767.6 405480 2.0521 9.0111 -160.068 -0.580 2.322 4.288 341.192 +10 May 2021 05:00 UT 2.32 28.104 1767.4 405528 2.0826 9.2129 -160.578 -0.580 2.267 4.242 341.301 +10 May 2021 06:00 UT 2.20 28.145 1767.2 405576 2.1132 9.4141 -161.088 -0.579 2.212 4.196 341.411 +10 May 2021 07:00 UT 2.09 28.187 1767.0 405622 2.1437 9.6147 -161.598 -0.578 2.156 4.150 341.523 +10 May 2021 08:00 UT 1.98 28.229 1766.8 405668 2.1743 9.8146 -162.108 -0.577 2.101 4.103 341.636 +10 May 2021 09:00 UT 1.87 28.270 1766.6 405712 2.2049 10.0139 -162.618 -0.577 2.045 4.056 341.750 +10 May 2021 10:00 UT 1.76 28.312 1766.4 405754 2.2356 10.2125 -163.128 -0.576 1.989 4.009 341.865 +10 May 2021 11:00 UT 1.66 28.354 1766.2 405796 2.2663 10.4105 -163.638 -0.575 1.933 3.961 341.982 +10 May 2021 12:00 UT 1.56 28.395 1766.0 405836 2.2970 10.6078 -164.148 -0.574 1.877 3.913 342.100 +10 May 2021 13:00 UT 1.47 28.437 1765.9 405876 2.3278 10.8043 -164.657 -0.573 1.821 3.865 342.219 +10 May 2021 14:00 UT 1.37 28.479 1765.7 405914 2.3586 11.0002 -165.167 -0.573 1.765 3.817 342.339 +10 May 2021 15:00 UT 1.28 28.520 1765.5 405951 2.3894 11.1953 -165.677 -0.572 1.709 3.768 342.461 +10 May 2021 16:00 UT 1.19 28.562 1765.4 405986 2.4203 11.3897 -166.187 -0.571 1.652 3.719 342.583 +10 May 2021 17:00 UT 1.11 28.604 1765.2 406021 2.4512 11.5834 -166.697 -0.570 1.595 3.670 342.707 +10 May 2021 18:00 UT 1.03 28.645 1765.1 406054 2.4821 11.7763 -167.207 -0.570 1.539 3.621 342.832 +10 May 2021 19:00 UT 0.95 28.687 1765.0 406086 2.5131 11.9684 -167.717 -0.569 1.482 3.571 342.959 +10 May 2021 20:00 UT 0.88 28.729 1764.8 406117 2.5441 12.1597 -168.227 -0.568 1.425 3.521 343.086 +10 May 2021 21:00 UT 0.81 28.770 1764.7 406147 2.5752 12.3502 -168.737 -0.567 1.368 3.471 343.215 +10 May 2021 22:00 UT 0.74 28.812 1764.6 406175 2.6063 12.5399 -169.247 -0.566 1.310 3.420 343.345 +10 May 2021 23:00 UT 0.67 28.854 1764.4 406203 2.6374 12.7288 -169.757 -0.566 1.253 3.369 343.476 +11 May 2021 00:00 UT 0.61 28.895 1764.3 406229 2.6686 12.9169 -170.267 -0.565 1.196 3.318 343.609 +11 May 2021 01:00 UT 0.55 28.937 1764.2 406254 2.6999 13.1041 -170.777 -0.564 1.138 3.267 343.742 +11 May 2021 02:00 UT 0.50 28.979 1764.1 406278 2.7312 13.2904 -171.287 -0.563 1.081 3.216 343.877 +11 May 2021 03:00 UT 0.44 29.020 1764.0 406301 2.7625 13.4759 -171.797 -0.563 1.023 3.164 344.013 +11 May 2021 04:00 UT 0.39 29.062 1763.9 406323 2.7939 13.6605 -172.307 -0.562 0.965 3.112 344.150 +11 May 2021 05:00 UT 0.35 29.104 1763.8 406343 2.8253 13.8442 -172.817 -0.561 0.907 3.060 344.289 +11 May 2021 06:00 UT 0.30 29.145 1763.8 406362 2.8567 14.0269 -173.327 -0.560 0.849 3.007 344.428 +11 May 2021 07:00 UT 0.26 29.187 1763.7 406381 2.8882 14.2088 -173.837 -0.559 0.791 2.955 344.569 +11 May 2021 08:00 UT 0.23 29.229 1763.6 406397 2.9198 14.3897 -174.347 -0.559 0.733 2.902 344.711 +11 May 2021 09:00 UT 0.19 29.270 1763.5 406413 2.9514 14.5696 -174.857 -0.558 0.675 2.849 344.854 +11 May 2021 10:00 UT 0.16 29.312 1763.5 406428 2.9831 14.7486 -175.367 -0.557 0.616 2.795 344.998 +11 May 2021 11:00 UT 0.13 29.354 1763.4 406441 3.0148 14.9266 -175.877 -0.556 0.558 2.742 345.144 +11 May 2021 12:00 UT 0.11 29.395 1763.4 406454 3.0465 15.1036 -176.387 -0.555 0.500 2.688 345.290 +11 May 2021 13:00 UT 0.09 29.437 1763.3 406465 3.0784 15.2796 -176.897 -0.555 0.441 2.635 345.438 +11 May 2021 14:00 UT 0.07 29.479 1763.3 406475 3.1102 15.4546 -177.407 -0.554 0.382 2.580 345.587 +11 May 2021 15:00 UT 0.05 29.520 1763.2 406484 3.1421 15.6286 -177.917 -0.553 0.324 2.526 345.737 +11 May 2021 16:00 UT 0.04 29.562 1763.2 406492 3.1741 15.8015 -178.427 -0.552 0.265 2.472 345.888 +11 May 2021 17:00 UT 0.03 29.604 1763.2 406498 3.2061 15.9734 -178.937 -0.551 0.206 2.417 346.040 +11 May 2021 18:00 UT 0.03 29.645 1763.1 406503 3.2382 16.1442 -179.447 -0.551 0.148 2.362 346.194 +11 May 2021 19:00 UT 0.02 0.000 1763.1 406508 3.2703 16.3139 -179.957 -0.550 0.089 2.307 346.348 +11 May 2021 20:00 UT 0.02 0.042 1763.1 406511 3.3025 16.4825 179.533 -0.549 0.030 2.252 346.504 +11 May 2021 21:00 UT 0.03 0.083 1763.1 406513 3.3348 16.6500 179.022 -0.548 -0.029 2.197 346.661 +11 May 2021 22:00 UT 0.03 0.125 1763.1 406513 3.3671 16.8164 178.512 -0.547 -0.088 2.142 346.819 +11 May 2021 23:00 UT 0.04 0.167 1763.1 406513 3.3994 16.9817 178.002 -0.547 -0.147 2.086 346.978 +12 May 2021 00:00 UT 0.06 0.208 1763.1 406511 3.4318 17.1458 177.492 -0.546 -0.206 2.030 347.138 +12 May 2021 01:00 UT 0.07 0.250 1763.1 406509 3.4643 17.3088 176.982 -0.545 -0.265 1.974 347.299 +12 May 2021 02:00 UT 0.09 0.292 1763.1 406505 3.4968 17.4705 176.472 -0.544 -0.324 1.918 347.462 +12 May 2021 03:00 UT 0.11 0.333 1763.2 406500 3.5294 17.6311 175.962 -0.543 -0.383 1.862 347.625 +12 May 2021 04:00 UT 0.14 0.375 1763.2 406494 3.5620 17.7905 175.452 -0.543 -0.443 1.806 347.789 +12 May 2021 05:00 UT 0.17 0.417 1763.2 406486 3.5947 17.9487 174.942 -0.542 -0.502 1.749 347.955 +12 May 2021 06:00 UT 0.20 0.458 1763.3 406478 3.6275 18.1056 174.432 -0.541 -0.561 1.693 348.122 +12 May 2021 07:00 UT 0.24 0.500 1763.3 406468 3.6603 18.2613 173.922 -0.540 -0.620 1.636 348.290 +12 May 2021 08:00 UT 0.27 0.542 1763.3 406457 3.6932 18.4158 173.412 -0.539 -0.679 1.579 348.458 +12 May 2021 09:00 UT 0.31 0.583 1763.4 406445 3.7261 18.5690 172.902 -0.539 -0.738 1.522 348.628 +12 May 2021 10:00 UT 0.36 0.625 1763.5 406432 3.7591 18.7209 172.392 -0.538 -0.798 1.465 348.799 +12 May 2021 11:00 UT 0.41 0.667 1763.5 406418 3.7922 18.8715 171.882 -0.537 -0.857 1.408 348.971 +12 May 2021 12:00 UT 0.46 0.708 1763.6 406402 3.8253 19.0208 171.372 -0.536 -0.916 1.350 349.144 +12 May 2021 13:00 UT 0.51 0.750 1763.7 406386 3.8585 19.1688 170.862 -0.535 -0.975 1.293 349.318 +12 May 2021 14:00 UT 0.57 0.792 1763.7 406368 3.8917 19.3155 170.352 -0.534 -1.035 1.235 349.493 +12 May 2021 15:00 UT 0.63 0.833 1763.8 406349 3.9250 19.4608 169.842 -0.534 -1.094 1.178 349.669 +12 May 2021 16:00 UT 0.69 0.875 1763.9 406328 3.9584 19.6048 169.332 -0.533 -1.153 1.120 349.846 +12 May 2021 17:00 UT 0.76 0.917 1764.0 406307 3.9918 19.7473 168.822 -0.532 -1.212 1.062 350.024 +12 May 2021 18:00 UT 0.83 0.958 1764.1 406284 4.0253 19.8885 168.312 -0.531 -1.271 1.004 350.203 +12 May 2021 19:00 UT 0.90 1.000 1764.2 406261 4.0589 20.0283 167.802 -0.530 -1.330 0.946 350.383 +12 May 2021 20:00 UT 0.97 1.042 1764.3 406236 4.0925 20.1667 167.292 -0.529 -1.389 0.888 350.564 +12 May 2021 21:00 UT 1.05 1.083 1764.4 406210 4.1262 20.3037 166.782 -0.529 -1.449 0.830 350.746 +12 May 2021 22:00 UT 1.13 1.125 1764.5 406182 4.1599 20.4392 166.272 -0.528 -1.508 0.772 350.929 +12 May 2021 23:00 UT 1.22 1.167 1764.7 406154 4.1937 20.5733 165.762 -0.527 -1.567 0.714 351.113 +13 May 2021 00:00 UT 1.31 1.208 1764.8 406124 4.2276 20.7060 165.252 -0.526 -1.625 0.655 351.298 +13 May 2021 01:00 UT 1.40 1.250 1764.9 406093 4.2615 20.8371 164.742 -0.525 -1.684 0.597 351.484 +13 May 2021 02:00 UT 1.49 1.292 1765.1 406061 4.2955 20.9668 164.232 -0.524 -1.743 0.539 351.670 +13 May 2021 03:00 UT 1.59 1.333 1765.2 406028 4.3296 21.0949 163.722 -0.524 -1.802 0.480 351.858 +13 May 2021 04:00 UT 1.69 1.375 1765.4 405993 4.3637 21.2216 163.212 -0.523 -1.861 0.422 352.046 +13 May 2021 05:00 UT 1.79 1.417 1765.5 405958 4.3979 21.3467 162.702 -0.522 -1.919 0.363 352.236 +13 May 2021 06:00 UT 1.90 1.458 1765.7 405921 4.4321 21.4703 162.192 -0.521 -1.978 0.305 352.426 +13 May 2021 07:00 UT 2.01 1.500 1765.8 405882 4.4664 21.5923 161.682 -0.520 -2.037 0.246 352.617 +13 May 2021 08:00 UT 2.12 1.542 1766.0 405843 4.5008 21.7128 161.172 -0.519 -2.095 0.187 352.809 +13 May 2021 09:00 UT 2.23 1.583 1766.2 405803 4.5352 21.8317 160.662 -0.519 -2.154 0.129 353.002 +13 May 2021 10:00 UT 2.35 1.625 1766.4 405761 4.5697 21.9489 160.152 -0.518 -2.212 0.070 353.196 +13 May 2021 11:00 UT 2.47 1.667 1766.6 405718 4.6042 22.0646 159.642 -0.517 -2.270 0.011 353.390 +13 May 2021 12:00 UT 2.60 1.708 1766.8 405673 4.6389 22.1787 159.132 -0.516 -2.328 -0.048 353.585 +13 May 2021 13:00 UT 2.72 1.750 1767.0 405628 4.6735 22.2912 158.622 -0.515 -2.387 -0.106 353.781 +13 May 2021 14:00 UT 2.85 1.792 1767.2 405581 4.7083 22.4020 158.112 -0.514 -2.445 -0.165 353.978 +13 May 2021 15:00 UT 2.99 1.833 1767.4 405533 4.7431 22.5112 157.602 -0.513 -2.503 -0.224 354.176 +13 May 2021 16:00 UT 3.12 1.875 1767.6 405484 4.7779 22.6187 157.092 -0.513 -2.560 -0.282 354.374 +13 May 2021 17:00 UT 3.26 1.917 1767.8 405434 4.8129 22.7245 156.582 -0.512 -2.618 -0.341 354.573 +13 May 2021 18:00 UT 3.41 1.958 1768.0 405382 4.8478 22.8286 156.072 -0.511 -2.676 -0.400 354.773 +13 May 2021 19:00 UT 3.55 2.000 1768.3 405329 4.8829 22.9311 155.562 -0.510 -2.733 -0.459 354.974 +13 May 2021 20:00 UT 3.70 2.042 1768.5 405275 4.9180 23.0318 155.052 -0.509 -2.791 -0.517 355.175 +13 May 2021 21:00 UT 3.85 2.083 1768.7 405220 4.9532 23.1308 154.542 -0.508 -2.848 -0.576 355.377 +13 May 2021 22:00 UT 4.01 2.125 1769.0 405163 4.9884 23.2281 154.032 -0.507 -2.905 -0.634 355.580 +13 May 2021 23:00 UT 4.16 2.167 1769.2 405105 5.0237 23.3236 153.522 -0.507 -2.962 -0.693 355.783 +14 May 2021 00:00 UT 4.32 2.208 1769.5 405046 5.0590 23.4174 153.012 -0.506 -3.019 -0.752 355.987 +14 May 2021 01:00 UT 4.49 2.250 1769.8 404985 5.0944 23.5094 152.502 -0.505 -3.076 -0.810 356.192 +14 May 2021 02:00 UT 4.65 2.292 1770.0 404924 5.1298 23.5997 151.992 -0.504 -3.133 -0.869 356.397 +14 May 2021 03:00 UT 4.82 2.333 1770.3 404861 5.1654 23.6881 151.482 -0.503 -3.189 -0.927 356.603 +14 May 2021 04:00 UT 4.99 2.375 1770.6 404796 5.2009 23.7747 150.973 -0.502 -3.246 -0.985 356.809 +14 May 2021 05:00 UT 5.17 2.417 1770.9 404731 5.2365 23.8596 150.463 -0.501 -3.302 -1.044 357.016 +14 May 2021 06:00 UT 5.35 2.458 1771.2 404664 5.2722 23.9426 149.953 -0.501 -3.358 -1.102 357.223 +14 May 2021 07:00 UT 5.53 2.500 1771.5 404596 5.3080 24.0238 149.443 -0.500 -3.414 -1.160 357.431 +14 May 2021 08:00 UT 5.71 2.542 1771.8 404526 5.3437 24.1031 148.933 -0.499 -3.470 -1.218 357.640 +14 May 2021 09:00 UT 5.90 2.583 1772.1 404455 5.3796 24.1806 148.423 -0.498 -3.526 -1.276 357.849 +14 May 2021 10:00 UT 6.09 2.625 1772.4 404383 5.4155 24.2562 147.913 -0.497 -3.581 -1.334 358.059 +14 May 2021 11:00 UT 6.28 2.667 1772.7 404310 5.4514 24.3299 147.403 -0.496 -3.636 -1.392 358.269 +14 May 2021 12:00 UT 6.47 2.708 1773.0 404235 5.4874 24.4018 146.893 -0.495 -3.692 -1.450 358.479 +14 May 2021 13:00 UT 6.67 2.750 1773.4 404159 5.5235 24.4717 146.383 -0.494 -3.747 -1.508 358.690 +14 May 2021 14:00 UT 6.87 2.792 1773.7 404082 5.5596 24.5398 145.873 -0.493 -3.801 -1.565 358.901 +14 May 2021 15:00 UT 7.07 2.833 1774.1 404003 5.5957 24.6059 145.364 -0.493 -3.856 -1.623 359.113 +14 May 2021 16:00 UT 7.28 2.875 1774.4 403923 5.6319 24.6701 144.854 -0.492 -3.910 -1.680 359.325 +14 May 2021 17:00 UT 7.49 2.917 1774.8 403842 5.6682 24.7324 144.344 -0.491 -3.965 -1.737 359.537 +14 May 2021 18:00 UT 7.70 2.958 1775.1 403759 5.7045 24.7928 143.834 -0.490 -4.019 -1.795 359.750 +14 May 2021 19:00 UT 7.92 3.000 1775.5 403676 5.7408 24.8512 143.324 -0.489 -4.073 -1.852 359.963 +14 May 2021 20:00 UT 8.13 3.042 1775.9 403590 5.7772 24.9076 142.814 -0.488 -4.126 -1.909 0.176 +14 May 2021 21:00 UT 8.35 3.083 1776.3 403504 5.8136 24.9621 142.304 -0.487 -4.180 -1.965 0.390 +14 May 2021 22:00 UT 8.58 3.125 1776.6 403416 5.8501 25.0145 141.795 -0.486 -4.233 -2.022 0.603 +14 May 2021 23:00 UT 8.80 3.167 1777.0 403326 5.8866 25.0651 141.285 -0.485 -4.286 -2.079 0.817 +15 May 2021 00:00 UT 9.03 3.208 1777.4 403236 5.9232 25.1136 140.775 -0.485 -4.339 -2.135 1.032 +15 May 2021 01:00 UT 9.26 3.250 1777.8 403144 5.9598 25.1601 140.265 -0.484 -4.391 -2.192 1.246 +15 May 2021 02:00 UT 9.50 3.292 1778.3 403050 5.9965 25.2046 139.755 -0.483 -4.444 -2.248 1.461 +15 May 2021 03:00 UT 9.73 3.333 1778.7 402956 6.0332 25.2471 139.245 -0.482 -4.496 -2.304 1.675 +15 May 2021 04:00 UT 9.97 3.375 1779.1 402859 6.0699 25.2875 138.736 -0.481 -4.548 -2.360 1.890 +15 May 2021 05:00 UT 10.21 3.417 1779.5 402762 6.1067 25.3260 138.226 -0.480 -4.599 -2.415 2.105 +15 May 2021 06:00 UT 10.46 3.458 1780.0 402663 6.1435 25.3624 137.716 -0.479 -4.651 -2.471 2.320 +15 May 2021 07:00 UT 10.71 3.500 1780.4 402563 6.1803 25.3967 137.206 -0.478 -4.702 -2.526 2.535 +15 May 2021 08:00 UT 10.96 3.542 1780.9 402461 6.2172 25.4290 136.696 -0.477 -4.753 -2.581 2.750 +15 May 2021 09:00 UT 11.21 3.583 1781.3 402358 6.2541 25.4593 136.187 -0.476 -4.804 -2.637 2.965 +15 May 2021 10:00 UT 11.47 3.625 1781.8 402254 6.2910 25.4875 135.677 -0.475 -4.854 -2.691 3.180 +15 May 2021 11:00 UT 11.72 3.667 1782.2 402148 6.3280 25.5136 135.167 -0.475 -4.904 -2.746 3.395 +15 May 2021 12:00 UT 11.98 3.708 1782.7 402041 6.3650 25.5376 134.657 -0.474 -4.954 -2.801 3.610 +15 May 2021 13:00 UT 12.25 3.750 1783.2 401933 6.4021 25.5595 134.147 -0.473 -5.004 -2.855 3.825 +15 May 2021 14:00 UT 12.51 3.792 1783.7 401823 6.4391 25.5794 133.638 -0.472 -5.053 -2.909 4.040 +15 May 2021 15:00 UT 12.78 3.833 1784.2 401711 6.4762 25.5972 133.128 -0.471 -5.102 -2.963 4.255 +15 May 2021 16:00 UT 13.05 3.875 1784.7 401599 6.5134 25.6129 132.618 -0.470 -5.151 -3.017 4.469 +15 May 2021 17:00 UT 13.33 3.917 1785.2 401485 6.5505 25.6264 132.108 -0.469 -5.199 -3.070 4.683 +15 May 2021 18:00 UT 13.60 3.958 1785.7 401369 6.5877 25.6379 131.599 -0.468 -5.247 -3.124 4.898 +15 May 2021 19:00 UT 13.88 4.000 1786.2 401252 6.6249 25.6472 131.089 -0.467 -5.295 -3.177 5.111 +15 May 2021 20:00 UT 14.16 4.042 1786.7 401134 6.6622 25.6545 130.579 -0.466 -5.343 -3.230 5.325 +15 May 2021 21:00 UT 14.45 4.083 1787.3 401014 6.6994 25.6596 130.070 -0.465 -5.390 -3.282 5.538 +15 May 2021 22:00 UT 14.73 4.125 1787.8 400893 6.7367 25.6625 129.560 -0.464 -5.437 -3.335 5.751 +15 May 2021 23:00 UT 15.02 4.167 1788.4 400771 6.7740 25.6634 129.050 -0.463 -5.484 -3.387 5.964 +16 May 2021 00:00 UT 15.31 4.208 1788.9 400647 6.8113 25.6621 128.540 -0.462 -5.530 -3.439 6.177 +16 May 2021 01:00 UT 15.60 4.250 1789.5 400521 6.8486 25.6587 128.031 -0.461 -5.576 -3.491 6.389 +16 May 2021 02:00 UT 15.90 4.292 1790.0 400394 6.8860 25.6532 127.521 -0.461 -5.622 -3.542 6.600 +16 May 2021 03:00 UT 16.20 4.333 1790.6 400266 6.9234 25.6455 127.011 -0.460 -5.667 -3.594 6.811 +16 May 2021 04:00 UT 16.50 4.375 1791.2 400137 6.9607 25.6356 126.502 -0.459 -5.712 -3.645 7.022 +16 May 2021 05:00 UT 16.80 4.417 1791.8 400006 6.9981 25.6237 125.992 -0.458 -5.756 -3.696 7.232 +16 May 2021 06:00 UT 17.11 4.458 1792.4 399873 7.0356 25.6095 125.482 -0.457 -5.801 -3.746 7.442 +16 May 2021 07:00 UT 17.42 4.500 1793.0 399739 7.0730 25.5932 124.973 -0.456 -5.845 -3.796 7.651 +16 May 2021 08:00 UT 17.73 4.542 1793.6 399604 7.1104 25.5748 124.463 -0.455 -5.888 -3.846 7.860 +16 May 2021 09:00 UT 18.04 4.583 1794.2 399467 7.1479 25.5542 123.954 -0.454 -5.931 -3.896 8.068 +16 May 2021 10:00 UT 18.35 4.625 1794.8 399329 7.1853 25.5315 123.444 -0.453 -5.974 -3.945 8.276 +16 May 2021 11:00 UT 18.67 4.667 1795.4 399189 7.2228 25.5066 122.934 -0.452 -6.017 -3.995 8.483 +16 May 2021 12:00 UT 18.99 4.708 1796.1 399048 7.2602 25.4795 122.425 -0.451 -6.059 -4.044 8.689 +16 May 2021 13:00 UT 19.31 4.750 1796.7 398906 7.2977 25.4503 121.915 -0.450 -6.101 -4.092 8.894 +16 May 2021 14:00 UT 19.64 4.792 1797.4 398762 7.3352 25.4189 121.406 -0.449 -6.142 -4.141 9.099 +16 May 2021 15:00 UT 19.96 4.833 1798.0 398617 7.3727 25.3854 120.896 -0.448 -6.183 -4.189 9.304 +16 May 2021 16:00 UT 20.29 4.875 1798.7 398470 7.4102 25.3497 120.386 -0.447 -6.223 -4.236 9.507 +16 May 2021 17:00 UT 20.62 4.917 1799.4 398322 7.4477 25.3119 119.877 -0.446 -6.264 -4.284 9.710 +16 May 2021 18:00 UT 20.96 4.958 1800.0 398173 7.4852 25.2718 119.367 -0.445 -6.303 -4.331 9.912 +16 May 2021 19:00 UT 21.29 5.000 1800.7 398022 7.5227 25.2297 118.858 -0.444 -6.343 -4.378 10.113 +16 May 2021 20:00 UT 21.63 5.042 1801.4 397869 7.5601 25.1854 118.348 -0.443 -6.382 -4.424 10.313 +16 May 2021 21:00 UT 21.97 5.083 1802.1 397716 7.5976 25.1389 117.839 -0.442 -6.420 -4.470 10.512 +16 May 2021 22:00 UT 22.31 5.125 1802.8 397560 7.6351 25.0903 117.329 -0.441 -6.458 -4.516 10.711 +16 May 2021 23:00 UT 22.66 5.167 1803.5 397404 7.6726 25.0395 116.820 -0.440 -6.496 -4.562 10.908 +17 May 2021 00:00 UT 23.00 5.208 1804.2 397246 7.7101 24.9865 116.310 -0.439 -6.533 -4.607 11.105 +17 May 2021 01:00 UT 23.35 5.250 1805.0 397086 7.7475 24.9314 115.801 -0.438 -6.570 -4.652 11.301 +17 May 2021 02:00 UT 23.70 5.292 1805.7 396926 7.7850 24.8742 115.291 -0.437 -6.606 -4.696 11.496 +17 May 2021 03:00 UT 24.05 5.333 1806.4 396763 7.8225 24.8148 114.782 -0.436 -6.642 -4.741 11.689 +17 May 2021 04:00 UT 24.41 5.375 1807.2 396600 7.8599 24.7533 114.272 -0.435 -6.677 -4.784 11.882 +17 May 2021 05:00 UT 24.76 5.417 1807.9 396435 7.8974 24.6897 113.763 -0.434 -6.712 -4.828 12.074 +17 May 2021 06:00 UT 25.12 5.458 1808.7 396268 7.9348 24.6239 113.253 -0.433 -6.747 -4.871 12.264 +17 May 2021 07:00 UT 25.48 5.500 1809.5 396100 7.9722 24.5559 112.744 -0.432 -6.781 -4.914 12.454 +17 May 2021 08:00 UT 25.85 5.542 1810.2 395931 8.0096 24.4859 112.234 -0.431 -6.815 -4.956 12.642 +17 May 2021 09:00 UT 26.21 5.583 1811.0 395761 8.0470 24.4137 111.725 -0.430 -6.848 -4.998 12.830 +17 May 2021 10:00 UT 26.58 5.625 1811.8 395589 8.0844 24.3394 111.216 -0.429 -6.880 -5.040 13.016 +17 May 2021 11:00 UT 26.95 5.667 1812.6 395415 8.1217 24.2629 110.706 -0.428 -6.913 -5.081 13.201 +17 May 2021 12:00 UT 27.32 5.708 1813.4 395241 8.1591 24.1844 110.197 -0.427 -6.944 -5.122 13.384 +17 May 2021 13:00 UT 27.69 5.750 1814.2 395065 8.1964 24.1037 109.687 -0.426 -6.976 -5.163 13.567 +17 May 2021 14:00 UT 28.06 5.792 1815.0 394887 8.2337 24.0210 109.178 -0.425 -7.006 -5.203 13.748 +17 May 2021 15:00 UT 28.44 5.833 1815.8 394708 8.2710 23.9361 108.669 -0.424 -7.036 -5.243 13.928 +17 May 2021 16:00 UT 28.82 5.875 1816.7 394528 8.3083 23.8491 108.159 -0.423 -7.066 -5.282 14.107 +17 May 2021 17:00 UT 29.20 5.917 1817.5 394347 8.3456 23.7601 107.650 -0.422 -7.095 -5.321 14.284 +17 May 2021 18:00 UT 29.58 5.958 1818.3 394164 8.3828 23.6689 107.141 -0.421 -7.124 -5.360 14.461 +17 May 2021 19:00 UT 29.96 6.000 1819.2 393980 8.4200 23.5757 106.631 -0.420 -7.152 -5.398 14.635 +17 May 2021 20:00 UT 30.35 6.042 1820.0 393795 8.4572 23.4804 106.122 -0.419 -7.180 -5.435 14.809 +17 May 2021 21:00 UT 30.73 6.083 1820.9 393608 8.4944 23.3831 105.613 -0.418 -7.207 -5.473 14.981 +17 May 2021 22:00 UT 31.12 6.125 1821.8 393420 8.5316 23.2836 105.103 -0.417 -7.233 -5.510 15.152 +17 May 2021 23:00 UT 31.51 6.167 1822.7 393230 8.5687 23.1821 104.594 -0.416 -7.259 -5.546 15.321 +18 May 2021 00:00 UT 31.90 6.208 1823.5 393040 8.6058 23.0786 104.085 -0.415 -7.285 -5.582 15.489 +18 May 2021 01:00 UT 32.30 6.250 1824.4 392848 8.6429 22.9730 103.576 -0.414 -7.310 -5.618 15.655 +18 May 2021 02:00 UT 32.69 6.292 1825.3 392654 8.6800 22.8654 103.066 -0.413 -7.334 -5.653 15.820 +18 May 2021 03:00 UT 33.09 6.333 1826.2 392460 8.7170 22.7557 102.557 -0.412 -7.358 -5.688 15.983 +18 May 2021 04:00 UT 33.49 6.375 1827.1 392264 8.7541 22.6441 102.048 -0.411 -7.381 -5.722 16.145 +18 May 2021 05:00 UT 33.89 6.417 1828.1 392067 8.7910 22.5304 101.539 -0.410 -7.404 -5.756 16.305 +18 May 2021 06:00 UT 34.29 6.458 1829.0 391869 8.8280 22.4147 101.029 -0.409 -7.426 -5.789 16.464 +18 May 2021 07:00 UT 34.69 6.500 1829.9 391669 8.8649 22.2969 100.520 -0.408 -7.448 -5.822 16.622 +18 May 2021 08:00 UT 35.10 6.542 1830.9 391468 8.9019 22.1772 100.011 -0.407 -7.469 -5.855 16.777 +18 May 2021 09:00 UT 35.50 6.583 1831.8 391266 8.9387 22.0556 99.502 -0.406 -7.489 -5.887 16.931 +18 May 2021 10:00 UT 35.91 6.625 1832.8 391063 8.9756 21.9319 98.993 -0.405 -7.509 -5.918 17.084 +18 May 2021 11:00 UT 36.32 6.667 1833.7 390859 9.0124 21.8063 98.483 -0.404 -7.528 -5.950 17.235 +18 May 2021 12:00 UT 36.73 6.708 1834.7 390653 9.0492 21.6786 97.974 -0.402 -7.547 -5.980 17.384 +18 May 2021 13:00 UT 37.14 6.750 1835.7 390447 9.0860 21.5491 97.465 -0.401 -7.565 -6.010 17.532 +18 May 2021 14:00 UT 37.56 6.792 1836.6 390239 9.1227 21.4176 96.956 -0.400 -7.582 -6.040 17.678 +18 May 2021 15:00 UT 37.97 6.833 1837.6 390030 9.1595 21.2842 96.447 -0.399 -7.599 -6.069 17.822 +18 May 2021 16:00 UT 38.39 6.875 1838.6 389819 9.1961 21.1488 95.938 -0.398 -7.615 -6.098 17.964 +18 May 2021 17:00 UT 38.80 6.917 1839.6 389608 9.2328 21.0115 95.429 -0.397 -7.631 -6.126 18.105 +18 May 2021 18:00 UT 39.22 6.958 1840.6 389396 9.2694 20.8723 94.919 -0.396 -7.646 -6.154 18.244 +18 May 2021 19:00 UT 39.64 7.000 1841.6 389182 9.3060 20.7312 94.410 -0.395 -7.660 -6.181 18.382 +18 May 2021 20:00 UT 40.06 7.042 1842.6 388967 9.3426 20.5882 93.901 -0.394 -7.674 -6.207 18.518 +18 May 2021 21:00 UT 40.49 7.083 1843.7 388752 9.3791 20.4434 93.392 -0.393 -7.687 -6.234 18.651 +18 May 2021 22:00 UT 40.91 7.125 1844.7 388535 9.4156 20.2966 92.883 -0.392 -7.700 -6.259 18.784 +18 May 2021 23:00 UT 41.33 7.167 1845.7 388317 9.4521 20.1480 92.374 -0.391 -7.712 -6.284 18.914 +19 May 2021 00:00 UT 41.76 7.208 1846.8 388098 9.4886 19.9975 91.865 -0.389 -7.723 -6.309 19.042 +19 May 2021 01:00 UT 42.19 7.250 1847.8 387879 9.5250 19.8453 91.356 -0.388 -7.733 -6.333 19.169 +19 May 2021 02:00 UT 42.62 7.292 1848.9 387658 9.5614 19.6911 90.847 -0.387 -7.743 -6.357 19.294 +19 May 2021 03:00 UT 43.04 7.333 1849.9 387436 9.5977 19.5352 90.338 -0.386 -7.752 -6.380 19.417 +19 May 2021 04:00 UT 43.47 7.375 1851.0 387213 9.6341 19.3774 89.829 -0.385 -7.761 -6.402 19.538 +19 May 2021 05:00 UT 43.91 7.417 1852.1 386989 9.6704 19.2178 89.320 -0.384 -7.769 -6.424 19.658 +19 May 2021 06:00 UT 44.34 7.458 1853.1 386765 9.7067 19.0565 88.811 -0.383 -7.776 -6.445 19.775 +19 May 2021 07:00 UT 44.77 7.500 1854.2 386539 9.7429 18.8934 88.302 -0.382 -7.783 -6.466 19.891 +19 May 2021 08:00 UT 45.21 7.542 1855.3 386312 9.7791 18.7285 87.793 -0.381 -7.789 -6.486 20.005 +19 May 2021 09:00 UT 45.64 7.583 1856.4 386085 9.8153 18.5618 87.284 -0.380 -7.794 -6.506 20.117 +19 May 2021 10:00 UT 46.08 7.625 1857.5 385857 9.8514 18.3934 86.775 -0.378 -7.799 -6.525 20.227 +19 May 2021 11:00 UT 46.51 7.667 1858.6 385627 9.8876 18.2233 86.266 -0.377 -7.803 -6.544 20.335 +19 May 2021 12:00 UT 46.95 7.708 1859.7 385397 9.9237 18.0514 85.758 -0.376 -7.806 -6.562 20.441 +19 May 2021 13:00 UT 47.39 7.750 1860.8 385167 9.9597 17.8778 85.249 -0.375 -7.808 -6.579 20.545 +19 May 2021 14:00 UT 47.83 7.792 1861.9 384935 9.9958 17.7026 84.740 -0.374 -7.810 -6.596 20.647 +19 May 2021 15:00 UT 48.27 7.833 1863.1 384703 10.0318 17.5256 84.231 -0.373 -7.811 -6.613 20.748 +19 May 2021 16:00 UT 48.71 7.875 1864.2 384470 10.0678 17.3470 83.722 -0.372 -7.812 -6.628 20.846 +19 May 2021 17:00 UT 49.15 7.917 1865.3 384236 10.1038 17.1667 83.213 -0.370 -7.811 -6.643 20.943 +19 May 2021 18:00 UT 49.59 7.958 1866.5 384001 10.1397 16.9847 82.704 -0.369 -7.811 -6.658 21.037 +19 May 2021 19:00 UT 50.03 8.000 1867.6 383766 10.1756 16.8011 82.196 -0.368 -7.809 -6.672 21.130 +19 May 2021 20:00 UT 50.48 8.042 1868.8 383530 10.2115 16.6159 81.687 -0.367 -7.807 -6.685 21.220 +19 May 2021 21:00 UT 50.92 8.083 1869.9 383293 10.2473 16.4291 81.178 -0.366 -7.803 -6.698 21.309 +19 May 2021 22:00 UT 51.36 8.125 1871.1 383056 10.2832 16.2407 80.669 -0.365 -7.800 -6.710 21.395 +19 May 2021 23:00 UT 51.81 8.167 1872.2 382818 10.3190 16.0506 80.160 -0.364 -7.795 -6.722 21.480 +20 May 2021 00:00 UT 52.25 8.208 1873.4 382580 10.3548 15.8590 79.652 -0.362 -7.790 -6.733 21.562 +20 May 2021 01:00 UT 52.70 8.250 1874.6 382341 10.3905 15.6659 79.143 -0.361 -7.784 -6.743 21.643 +20 May 2021 02:00 UT 53.14 8.292 1875.7 382101 10.4263 15.4712 78.634 -0.360 -7.777 -6.753 21.721 +20 May 2021 03:00 UT 53.59 8.333 1876.9 381861 10.4620 15.2749 78.125 -0.359 -7.770 -6.762 21.798 +20 May 2021 04:00 UT 54.04 8.375 1878.1 381620 10.4977 15.0772 77.617 -0.358 -7.762 -6.770 21.872 +20 May 2021 05:00 UT 54.48 8.417 1879.3 381379 10.5333 14.8779 77.108 -0.356 -7.753 -6.778 21.944 +20 May 2021 06:00 UT 54.93 8.458 1880.5 381138 10.5690 14.6771 76.599 -0.355 -7.743 -6.785 22.015 +20 May 2021 07:00 UT 55.38 8.500 1881.7 380896 10.6046 14.4749 76.091 -0.354 -7.733 -6.792 22.083 +20 May 2021 08:00 UT 55.83 8.542 1882.9 380654 10.6402 14.2712 75.582 -0.353 -7.722 -6.798 22.149 +20 May 2021 09:00 UT 56.27 8.583 1884.1 380411 10.6758 14.0660 75.073 -0.352 -7.710 -6.803 22.213 +20 May 2021 10:00 UT 56.72 8.625 1885.3 380168 10.7114 13.8594 74.565 -0.351 -7.698 -6.808 22.275 +20 May 2021 11:00 UT 57.17 8.667 1886.5 379924 10.7470 13.6514 74.056 -0.349 -7.684 -6.812 22.336 +20 May 2021 12:00 UT 57.62 8.708 1887.7 379681 10.7825 13.4419 73.547 -0.348 -7.670 -6.815 22.394 +20 May 2021 13:00 UT 58.06 8.750 1888.9 379437 10.8180 13.2311 73.039 -0.347 -7.656 -6.818 22.449 +20 May 2021 14:00 UT 58.51 8.792 1890.1 379193 10.8536 13.0188 72.530 -0.346 -7.640 -6.820 22.503 +20 May 2021 15:00 UT 58.96 8.833 1891.4 378948 10.8890 12.8053 72.021 -0.345 -7.624 -6.821 22.555 +20 May 2021 16:00 UT 59.41 8.875 1892.6 378704 10.9245 12.5903 71.513 -0.343 -7.607 -6.822 22.605 +20 May 2021 17:00 UT 59.85 8.917 1893.8 378459 10.9600 12.3740 71.004 -0.342 -7.589 -6.822 22.652 +20 May 2021 18:00 UT 60.30 8.958 1895.0 378214 10.9955 12.1564 70.496 -0.341 -7.571 -6.821 22.698 +20 May 2021 19:00 UT 60.75 9.000 1896.3 377969 11.0309 11.9375 69.987 -0.340 -7.551 -6.820 22.741 +20 May 2021 20:00 UT 61.19 9.042 1897.5 377724 11.0663 11.7174 69.479 -0.338 -7.531 -6.818 22.782 +20 May 2021 21:00 UT 61.64 9.083 1898.7 377478 11.1018 11.4959 68.970 -0.337 -7.511 -6.816 22.821 +20 May 2021 22:00 UT 62.09 9.125 1899.9 377233 11.1372 11.2732 68.462 -0.336 -7.489 -6.812 22.859 +20 May 2021 23:00 UT 62.53 9.167 1901.2 376988 11.1726 11.0492 67.953 -0.335 -7.467 -6.808 22.893 +21 May 2021 00:00 UT 62.98 9.208 1902.4 376743 11.2080 10.8240 67.445 -0.333 -7.444 -6.804 22.926 +21 May 2021 01:00 UT 63.42 9.250 1903.7 376498 11.2434 10.5976 66.936 -0.332 -7.420 -6.798 22.957 +21 May 2021 02:00 UT 63.87 9.292 1904.9 376253 11.2788 10.3700 66.428 -0.331 -7.396 -6.792 22.986 +21 May 2021 03:00 UT 64.31 9.333 1906.1 376008 11.3142 10.1412 65.919 -0.330 -7.370 -6.786 23.012 +21 May 2021 04:00 UT 64.75 9.375 1907.4 375763 11.3496 9.9113 65.411 -0.328 -7.344 -6.778 23.037 +21 May 2021 05:00 UT 65.20 9.417 1908.6 375519 11.3850 9.6802 64.902 -0.327 -7.318 -6.770 23.059 +21 May 2021 06:00 UT 65.64 9.458 1909.9 375275 11.4203 9.4480 64.394 -0.326 -7.290 -6.761 23.079 +21 May 2021 07:00 UT 66.08 9.500 1911.1 375030 11.4557 9.2147 63.885 -0.325 -7.262 -6.752 23.097 +21 May 2021 08:00 UT 66.52 9.542 1912.4 374787 11.4911 8.9803 63.377 -0.323 -7.233 -6.742 23.113 +21 May 2021 09:00 UT 66.96 9.583 1913.6 374543 11.5265 8.7448 62.869 -0.322 -7.203 -6.731 23.127 +21 May 2021 10:00 UT 67.40 9.625 1914.8 374300 11.5619 8.5082 62.360 -0.321 -7.172 -6.719 23.138 +21 May 2021 11:00 UT 67.83 9.667 1916.1 374057 11.5973 8.2707 61.852 -0.320 -7.141 -6.707 23.148 +21 May 2021 12:00 UT 68.27 9.708 1917.3 373815 11.6327 8.0321 61.343 -0.318 -7.109 -6.694 23.155 +21 May 2021 13:00 UT 68.71 9.750 1918.6 373573 11.6681 7.7925 60.835 -0.317 -7.076 -6.681 23.160 +21 May 2021 14:00 UT 69.14 9.792 1919.8 373332 11.7035 7.5519 60.327 -0.316 -7.043 -6.666 23.164 +21 May 2021 15:00 UT 69.57 9.833 1921.0 373091 11.7389 7.3103 59.818 -0.314 -7.008 -6.651 23.164 +21 May 2021 16:00 UT 70.01 9.875 1922.3 372850 11.7743 7.0678 59.310 -0.313 -6.973 -6.635 23.163 +21 May 2021 17:00 UT 70.44 9.917 1923.5 372611 11.8098 6.8244 58.802 -0.312 -6.937 -6.619 23.160 +21 May 2021 18:00 UT 70.87 9.958 1924.8 372371 11.8452 6.5800 58.294 -0.311 -6.901 -6.602 23.155 +21 May 2021 19:00 UT 71.30 10.000 1926.0 372133 11.8807 6.3348 57.785 -0.309 -6.863 -6.584 23.147 +21 May 2021 20:00 UT 71.73 10.042 1927.2 371895 11.9161 6.0887 57.277 -0.308 -6.825 -6.565 23.137 +21 May 2021 21:00 UT 72.15 10.083 1928.5 371658 11.9516 5.8418 56.769 -0.307 -6.787 -6.546 23.125 +21 May 2021 22:00 UT 72.58 10.125 1929.7 371421 11.9871 5.5940 56.260 -0.305 -6.747 -6.526 23.111 +21 May 2021 23:00 UT 73.00 10.167 1930.9 371186 12.0227 5.3454 55.752 -0.304 -6.707 -6.505 23.095 +22 May 2021 00:00 UT 73.42 10.208 1932.1 370951 12.0582 5.0960 55.244 -0.303 -6.666 -6.484 23.077 +22 May 2021 01:00 UT 73.84 10.250 1933.3 370717 12.0938 4.8459 54.736 -0.301 -6.624 -6.461 23.056 +22 May 2021 02:00 UT 74.26 10.292 1934.6 370484 12.1293 4.5950 54.228 -0.300 -6.582 -6.439 23.034 +22 May 2021 03:00 UT 74.68 10.333 1935.8 370252 12.1649 4.3433 53.719 -0.299 -6.539 -6.415 23.009 +22 May 2021 04:00 UT 75.09 10.375 1937.0 370021 12.2006 4.0910 53.211 -0.297 -6.495 -6.391 22.982 +22 May 2021 05:00 UT 75.51 10.417 1938.2 369790 12.2362 3.8380 52.703 -0.296 -6.450 -6.366 22.953 +22 May 2021 06:00 UT 75.92 10.458 1939.4 369561 12.2719 3.5843 52.195 -0.295 -6.405 -6.340 22.922 +22 May 2021 07:00 UT 76.33 10.500 1940.6 369333 12.3076 3.3300 51.687 -0.293 -6.359 -6.313 22.888 +22 May 2021 08:00 UT 76.74 10.542 1941.8 369106 12.3433 3.0750 51.178 -0.292 -6.312 -6.286 22.853 +22 May 2021 09:00 UT 77.14 10.583 1943.0 368880 12.3791 2.8195 50.670 -0.291 -6.265 -6.258 22.815 +22 May 2021 10:00 UT 77.55 10.625 1944.2 368655 12.4149 2.5633 50.162 -0.289 -6.216 -6.230 22.775 +22 May 2021 11:00 UT 77.95 10.667 1945.3 368431 12.4507 2.3067 49.654 -0.288 -6.168 -6.200 22.733 +22 May 2021 12:00 UT 78.35 10.708 1946.5 368209 12.4865 2.0494 49.146 -0.287 -6.118 -6.170 22.689 +22 May 2021 13:00 UT 78.75 10.750 1947.7 367988 12.5224 1.7917 48.638 -0.285 -6.068 -6.140 22.643 +22 May 2021 14:00 UT 79.15 10.792 1948.8 367768 12.5583 1.5335 48.130 -0.284 -6.017 -6.108 22.594 +22 May 2021 15:00 UT 79.54 10.833 1950.0 367550 12.5943 1.2749 47.622 -0.282 -5.965 -6.076 22.543 +22 May 2021 16:00 UT 79.93 10.875 1951.2 367333 12.6303 1.0158 47.114 -0.281 -5.913 -6.043 22.491 +22 May 2021 17:00 UT 80.32 10.917 1952.3 367117 12.6663 0.7562 46.606 -0.280 -5.860 -6.010 22.436 +22 May 2021 18:00 UT 80.71 10.958 1953.4 366903 12.7024 0.4963 46.098 -0.278 -5.806 -5.975 22.379 +22 May 2021 19:00 UT 81.09 11.000 1954.6 366690 12.7385 0.2361 45.590 -0.277 -5.752 -5.940 22.319 +22 May 2021 20:00 UT 81.47 11.042 1955.7 366479 12.7747 -0.0245 45.081 -0.276 -5.697 -5.905 22.258 +22 May 2021 21:00 UT 81.85 11.083 1956.8 366270 12.8109 -0.2855 44.573 -0.274 -5.642 -5.868 22.194 +22 May 2021 22:00 UT 82.23 11.125 1957.9 366062 12.8471 -0.5467 44.065 -0.273 -5.585 -5.831 22.129 +22 May 2021 23:00 UT 82.60 11.167 1959.0 365855 12.8834 -0.8082 43.557 -0.271 -5.528 -5.793 22.061 +23 May 2021 00:00 UT 82.97 11.208 1960.1 365650 12.9198 -1.0699 43.049 -0.270 -5.471 -5.755 21.991 +23 May 2021 01:00 UT 83.34 11.250 1961.2 365447 12.9561 -1.3318 42.541 -0.269 -5.413 -5.716 21.918 +23 May 2021 02:00 UT 83.71 11.292 1962.3 365246 12.9926 -1.5940 42.034 -0.267 -5.354 -5.676 21.844 +23 May 2021 03:00 UT 84.07 11.333 1963.4 365047 13.0291 -1.8562 41.526 -0.266 -5.294 -5.636 21.767 +23 May 2021 04:00 UT 84.43 11.375 1964.4 364849 13.0656 -2.1187 41.018 -0.264 -5.234 -5.594 21.689 +23 May 2021 05:00 UT 84.79 11.417 1965.5 364653 13.1022 -2.3812 40.510 -0.263 -5.174 -5.552 21.608 +23 May 2021 06:00 UT 85.14 11.458 1966.5 364459 13.1389 -2.6438 40.002 -0.261 -5.112 -5.510 21.525 +23 May 2021 07:00 UT 85.49 11.500 1967.6 364267 13.1756 -2.9065 39.494 -0.260 -5.050 -5.467 21.440 +23 May 2021 08:00 UT 85.84 11.542 1968.6 364077 13.2124 -3.1691 38.986 -0.259 -4.988 -5.423 21.352 +23 May 2021 09:00 UT 86.19 11.583 1969.6 363889 13.2492 -3.4318 38.478 -0.257 -4.925 -5.378 21.263 +23 May 2021 10:00 UT 86.53 11.625 1970.6 363703 13.2861 -3.6945 37.970 -0.256 -4.861 -5.333 21.171 +23 May 2021 11:00 UT 86.87 11.667 1971.6 363518 13.3231 -3.9571 37.462 -0.254 -4.797 -5.287 21.077 +23 May 2021 12:00 UT 87.20 11.708 1972.6 363336 13.3601 -4.2196 36.954 -0.253 -4.732 -5.241 20.981 +23 May 2021 13:00 UT 87.54 11.750 1973.6 363157 13.3972 -4.4820 36.446 -0.251 -4.667 -5.193 20.883 +23 May 2021 14:00 UT 87.86 11.792 1974.6 362979 13.4343 -4.7442 35.939 -0.250 -4.601 -5.145 20.783 +23 May 2021 15:00 UT 88.19 11.833 1975.5 362803 13.4715 -5.0063 35.431 -0.248 -4.534 -5.097 20.680 +23 May 2021 16:00 UT 88.51 11.875 1976.5 362630 13.5088 -5.2682 34.923 -0.247 -4.467 -5.048 20.576 +23 May 2021 17:00 UT 88.83 11.917 1977.4 362459 13.5462 -5.5298 34.415 -0.246 -4.400 -4.998 20.469 +23 May 2021 18:00 UT 89.14 11.958 1978.3 362290 13.5836 -5.7912 33.907 -0.244 -4.332 -4.948 20.360 +23 May 2021 19:00 UT 89.45 12.000 1979.2 362124 13.6211 -6.0523 33.399 -0.243 -4.263 -4.897 20.249 +23 May 2021 20:00 UT 89.76 12.042 1980.1 361959 13.6586 -6.3130 32.891 -0.241 -4.194 -4.845 20.135 +23 May 2021 21:00 UT 90.07 12.083 1981.0 361798 13.6963 -6.5734 32.384 -0.240 -4.125 -4.793 20.020 +23 May 2021 22:00 UT 90.36 12.125 1981.9 361638 13.7340 -6.8334 31.876 -0.238 -4.054 -4.740 19.902 +23 May 2021 23:00 UT 90.66 12.167 1982.7 361481 13.7718 -7.0930 31.368 -0.237 -3.984 -4.687 19.783 +24 May 2021 00:00 UT 90.95 12.208 1983.6 361327 13.8097 -7.3522 30.860 -0.235 -3.913 -4.632 19.661 +24 May 2021 01:00 UT 91.24 12.250 1984.4 361175 13.8476 -7.6109 30.352 -0.234 -3.841 -4.578 19.537 +24 May 2021 02:00 UT 91.53 12.292 1985.2 361026 13.8856 -7.8690 29.845 -0.232 -3.769 -4.523 19.410 +24 May 2021 03:00 UT 91.81 12.333 1986.0 360879 13.9237 -8.1266 29.337 -0.231 -3.697 -4.467 19.282 +24 May 2021 04:00 UT 92.08 12.375 1986.8 360735 13.9619 -8.3837 28.829 -0.229 -3.624 -4.410 19.152 +24 May 2021 05:00 UT 92.35 12.417 1987.6 360593 14.0002 -8.6401 28.321 -0.228 -3.551 -4.353 19.019 +24 May 2021 06:00 UT 92.62 12.458 1988.4 360454 14.0386 -8.8959 27.814 -0.226 -3.477 -4.296 18.884 +24 May 2021 07:00 UT 92.89 12.500 1989.1 360318 14.0770 -9.1510 27.306 -0.225 -3.403 -4.238 18.747 +24 May 2021 08:00 UT 93.14 12.542 1989.9 360184 14.1155 -9.4054 26.798 -0.223 -3.328 -4.179 18.608 +24 May 2021 09:00 UT 93.40 12.583 1990.6 360053 14.1542 -9.6591 26.290 -0.222 -3.253 -4.120 18.467 +24 May 2021 10:00 UT 93.65 12.625 1991.3 359925 14.1929 -9.9120 25.783 -0.220 -3.178 -4.060 18.324 +24 May 2021 11:00 UT 93.90 12.667 1992.0 359800 14.2317 -10.1641 25.275 -0.219 -3.102 -4.000 18.178 +24 May 2021 12:00 UT 94.14 12.708 1992.7 359677 14.2706 -10.4153 24.767 -0.217 -3.026 -3.939 18.031 +24 May 2021 13:00 UT 94.38 12.750 1993.3 359558 14.3095 -10.6657 24.260 -0.216 -2.950 -3.878 17.881 +24 May 2021 14:00 UT 94.61 12.792 1994.0 359441 14.3486 -10.9152 23.752 -0.214 -2.873 -3.816 17.729 +24 May 2021 15:00 UT 94.84 12.833 1994.6 359327 14.3878 -11.1637 23.244 -0.213 -2.796 -3.754 17.575 +24 May 2021 16:00 UT 95.06 12.875 1995.2 359216 14.4270 -11.4112 22.737 -0.211 -2.718 -3.691 17.419 +24 May 2021 17:00 UT 95.28 12.917 1995.8 359108 14.4664 -11.6578 22.229 -0.210 -2.640 -3.628 17.261 +24 May 2021 18:00 UT 95.50 12.958 1996.4 359003 14.5058 -11.9032 21.721 -0.208 -2.562 -3.564 17.101 +24 May 2021 19:00 UT 95.71 13.000 1997.0 358901 14.5453 -12.1476 21.213 -0.207 -2.484 -3.500 16.939 +24 May 2021 20:00 UT 95.92 13.042 1997.5 358802 14.5850 -12.3909 20.706 -0.205 -2.405 -3.435 16.774 +24 May 2021 21:00 UT 96.12 13.083 1998.1 358706 14.6247 -12.6331 20.198 -0.204 -2.326 -3.370 16.608 +24 May 2021 22:00 UT 96.31 13.125 1998.6 358613 14.6645 -12.8740 19.690 -0.202 -2.247 -3.305 16.439 +24 May 2021 23:00 UT 96.50 13.167 1999.1 358523 14.7045 -13.1137 19.183 -0.201 -2.167 -3.239 16.269 +25 May 2021 00:00 UT 96.69 13.208 1999.6 358436 14.7445 -13.3522 18.675 -0.199 -2.087 -3.172 16.096 +25 May 2021 01:00 UT 96.87 13.250 2000.1 358352 14.7846 -13.5894 18.168 -0.198 -2.007 -3.105 15.921 +25 May 2021 02:00 UT 97.05 13.292 2000.5 358272 14.8249 -13.8252 17.660 -0.196 -1.927 -3.038 15.744 +25 May 2021 03:00 UT 97.22 13.333 2000.9 358194 14.8652 -14.0597 17.152 -0.195 -1.846 -2.970 15.565 +25 May 2021 04:00 UT 97.39 13.375 2001.3 358120 14.9056 -14.2928 16.645 -0.193 -1.766 -2.902 15.385 +25 May 2021 05:00 UT 97.55 13.417 2001.7 358049 14.9461 -14.5244 16.137 -0.192 -1.685 -2.834 15.202 +25 May 2021 06:00 UT 97.71 13.458 2002.1 357981 14.9868 -14.7546 15.629 -0.190 -1.604 -2.765 15.017 +25 May 2021 07:00 UT 97.86 13.500 2002.5 357916 15.0275 -14.9832 15.122 -0.189 -1.522 -2.696 14.830 +25 May 2021 08:00 UT 98.01 13.542 2002.8 357855 15.0684 -15.2104 14.614 -0.187 -1.441 -2.627 14.641 +25 May 2021 09:00 UT 98.15 13.583 2003.2 357797 15.1093 -15.4359 14.106 -0.185 -1.359 -2.557 14.450 +25 May 2021 10:00 UT 98.29 13.625 2003.5 357742 15.1503 -15.6598 13.599 -0.184 -1.277 -2.486 14.257 +25 May 2021 11:00 UT 98.42 13.667 2003.8 357690 15.1915 -15.8821 13.091 -0.182 -1.195 -2.416 14.062 +25 May 2021 12:00 UT 98.54 13.708 2004.0 357641 15.2327 -16.1027 12.584 -0.181 -1.113 -2.345 13.866 +25 May 2021 13:00 UT 98.67 13.750 2004.3 357596 15.2741 -16.3216 12.076 -0.179 -1.031 -2.274 13.667 +25 May 2021 14:00 UT 98.78 13.792 2004.5 357555 15.3156 -16.5387 11.568 -0.178 -0.949 -2.202 13.466 +25 May 2021 15:00 UT 98.89 13.833 2004.7 357516 15.3571 -16.7540 11.061 -0.176 -0.866 -2.131 13.264 +25 May 2021 16:00 UT 99.00 13.875 2004.9 357481 15.3988 -16.9676 10.553 -0.175 -0.784 -2.059 13.059 +25 May 2021 17:00 UT 99.10 13.917 2005.1 357449 15.4406 -17.1792 10.046 -0.173 -0.701 -1.986 12.853 +25 May 2021 18:00 UT 99.19 13.958 2005.3 357421 15.4824 -17.3889 9.538 -0.172 -0.619 -1.914 12.645 +25 May 2021 19:00 UT 99.28 14.000 2005.4 357395 15.5244 -17.5967 9.030 -0.170 -0.536 -1.841 12.435 +25 May 2021 20:00 UT 99.37 14.042 2005.5 357374 15.5665 -17.8026 8.523 -0.168 -0.453 -1.768 12.223 +25 May 2021 21:00 UT 99.45 14.083 2005.6 357355 15.6087 -18.0064 8.015 -0.167 -0.370 -1.695 12.009 +25 May 2021 22:00 UT 99.52 14.125 2005.7 357340 15.6509 -18.2082 7.508 -0.165 -0.288 -1.621 11.794 +25 May 2021 23:00 UT 99.59 14.167 2005.8 357329 15.6933 -18.4080 7.000 -0.164 -0.205 -1.548 11.576 +26 May 2021 00:00 UT 99.65 14.208 2005.8 357320 15.7358 -18.6056 6.492 -0.162 -0.122 -1.474 11.357 +26 May 2021 01:00 UT 99.71 14.250 2005.9 357315 15.7784 -18.8011 5.985 -0.161 -0.039 -1.400 11.136 +26 May 2021 02:00 UT 99.77 14.292 2005.9 357314 15.8211 -18.9944 5.477 -0.159 0.044 -1.326 10.914 +26 May 2021 03:00 UT 99.81 14.333 2005.9 357316 15.8639 -19.1856 4.970 -0.158 0.126 -1.251 10.690 +26 May 2021 04:00 UT 99.85 14.375 2005.8 357321 15.9067 -19.3744 4.462 -0.156 0.209 -1.177 10.464 +26 May 2021 05:00 UT 99.89 14.417 2005.8 357330 15.9497 -19.5611 3.955 -0.155 0.292 -1.102 10.236 +26 May 2021 06:00 UT 99.92 14.458 2005.7 357342 15.9928 -19.7454 3.447 -0.153 0.374 -1.027 10.007 +26 May 2021 07:00 UT 99.95 14.500 2005.6 357357 16.0360 -19.9273 2.939 -0.151 0.457 -0.952 9.777 +26 May 2021 08:00 UT 99.97 14.542 2005.5 357376 16.0792 -20.1070 2.432 -0.150 0.539 -0.877 9.544 +26 May 2021 09:00 UT 99.98 14.583 2005.4 357399 16.1226 -20.2842 1.924 -0.148 0.621 -0.802 9.310 +26 May 2021 10:00 UT 99.99 14.625 2005.2 357424 16.1661 -20.4589 1.417 -0.147 0.704 -0.727 9.075 +26 May 2021 11:00 UT 100.00 14.667 2005.1 357453 16.2096 -20.6313 0.909 -0.145 0.786 -0.651 8.838 +26 May 2021 12:00 UT 100.00 14.708 2004.9 357486 16.2532 -20.8011 0.401 -0.144 0.868 -0.576 8.600 +26 May 2021 13:00 UT 99.99 14.750 2004.7 357522 16.2970 -20.9684 -0.106 -0.142 0.950 -0.501 8.360 +26 May 2021 14:00 UT 99.98 14.792 2004.5 357561 16.3408 -21.1332 -0.614 -0.141 1.031 -0.425 8.119 +26 May 2021 15:00 UT 99.96 14.833 2004.2 357603 16.3847 -21.2954 -1.121 -0.139 1.113 -0.349 7.876 +26 May 2021 16:00 UT 99.94 14.875 2004.0 357649 16.4287 -21.4550 -1.629 -0.137 1.194 -0.274 7.632 +26 May 2021 17:00 UT 99.91 14.917 2003.7 357699 16.4727 -21.6119 -2.137 -0.136 1.275 -0.198 7.387 +26 May 2021 18:00 UT 99.88 14.958 2003.4 357751 16.5169 -21.7662 -2.644 -0.134 1.356 -0.123 7.140 +26 May 2021 19:00 UT 99.84 15.000 2003.1 357807 16.5611 -21.9178 -3.152 -0.133 1.437 -0.047 6.892 +26 May 2021 20:00 UT 99.80 15.042 2002.8 357866 16.6054 -22.0667 -3.659 -0.131 1.518 0.028 6.643 +26 May 2021 21:00 UT 99.75 15.083 2002.4 357929 16.6498 -22.2128 -4.167 -0.130 1.598 0.104 6.393 +26 May 2021 22:00 UT 99.69 15.125 2002.0 357995 16.6943 -22.3562 -4.674 -0.128 1.678 0.179 6.142 +26 May 2021 23:00 UT 99.63 15.167 2001.7 358064 16.7388 -22.4968 -5.182 -0.127 1.758 0.255 5.889 +27 May 2021 00:00 UT 99.57 15.208 2001.3 358137 16.7834 -22.6346 -5.690 -0.125 1.837 0.330 5.635 +27 May 2021 01:00 UT 99.50 15.250 2000.8 358212 16.8281 -22.7695 -6.197 -0.124 1.917 0.405 5.381 +27 May 2021 02:00 UT 99.42 15.292 2000.4 358292 16.8728 -22.9016 -6.705 -0.122 1.996 0.481 5.125 +27 May 2021 03:00 UT 99.34 15.333 1999.9 358374 16.9176 -23.0308 -7.213 -0.120 2.075 0.556 4.868 +27 May 2021 04:00 UT 99.26 15.375 1999.5 358459 16.9625 -23.1571 -7.720 -0.119 2.153 0.631 4.611 +27 May 2021 05:00 UT 99.16 15.417 1999.0 358548 17.0074 -23.2804 -8.228 -0.117 2.231 0.706 4.352 +27 May 2021 06:00 UT 99.07 15.458 1998.4 358640 17.0524 -23.4008 -8.735 -0.116 2.309 0.780 4.093 +27 May 2021 07:00 UT 98.97 15.500 1997.9 358735 17.0974 -23.5183 -9.243 -0.114 2.387 0.855 3.833 +27 May 2021 08:00 UT 98.86 15.542 1997.4 358833 17.1425 -23.6328 -9.751 -0.113 2.464 0.930 3.572 +27 May 2021 09:00 UT 98.75 15.583 1996.8 358935 17.1877 -23.7442 -10.258 -0.111 2.541 1.004 3.311 +27 May 2021 10:00 UT 98.63 15.625 1996.2 359039 17.2329 -23.8527 -10.766 -0.110 2.617 1.078 3.048 +27 May 2021 11:00 UT 98.51 15.667 1995.6 359147 17.2781 -23.9581 -11.274 -0.108 2.694 1.152 2.785 +27 May 2021 12:00 UT 98.38 15.708 1995.0 359257 17.3234 -24.0604 -11.781 -0.107 2.769 1.226 2.522 +27 May 2021 13:00 UT 98.25 15.750 1994.4 359371 17.3687 -24.1597 -12.289 -0.105 2.845 1.300 2.258 +27 May 2021 14:00 UT 98.11 15.792 1993.7 359488 17.4141 -24.2559 -12.796 -0.104 2.920 1.373 1.993 +27 May 2021 15:00 UT 97.97 15.833 1993.1 359608 17.4595 -24.3490 -13.304 -0.102 2.994 1.446 1.728 +27 May 2021 16:00 UT 97.83 15.875 1992.4 359731 17.5050 -24.4390 -13.812 -0.101 3.069 1.519 1.463 +27 May 2021 17:00 UT 97.67 15.917 1991.7 359857 17.5504 -24.5259 -14.319 -0.099 3.142 1.592 1.197 +27 May 2021 18:00 UT 97.52 15.958 1991.0 359985 17.5959 -24.6097 -14.827 -0.098 3.216 1.665 0.931 +27 May 2021 19:00 UT 97.36 16.000 1990.3 360117 17.6414 -24.6903 -15.335 -0.096 3.289 1.737 0.664 +27 May 2021 20:00 UT 97.19 16.042 1989.5 360252 17.6870 -24.7678 -15.842 -0.095 3.361 1.809 0.398 +27 May 2021 21:00 UT 97.02 16.083 1988.7 360389 17.7325 -24.8421 -16.350 -0.093 3.433 1.881 0.131 +27 May 2021 22:00 UT 96.85 16.125 1988.0 360530 17.7781 -24.9132 -16.858 -0.092 3.505 1.952 359.864 +27 May 2021 23:00 UT 96.67 16.167 1987.2 360673 17.8237 -24.9812 -17.366 -0.090 3.576 2.023 359.597 +28 May 2021 00:00 UT 96.48 16.208 1986.4 360819 17.8693 -25.0459 -17.873 -0.089 3.647 2.094 359.330 +28 May 2021 01:00 UT 96.29 16.250 1985.6 360968 17.9149 -25.1075 -18.381 -0.087 3.717 2.165 359.063 +28 May 2021 02:00 UT 96.10 16.292 1984.7 361119 17.9605 -25.1659 -18.889 -0.086 3.787 2.235 358.796 +28 May 2021 03:00 UT 95.90 16.333 1983.9 361273 18.0062 -25.2211 -19.396 -0.084 3.856 2.305 358.529 +28 May 2021 04:00 UT 95.70 16.375 1983.0 361430 18.0518 -25.2731 -19.904 -0.083 3.925 2.375 358.262 +28 May 2021 05:00 UT 95.49 16.417 1982.1 361590 18.0974 -25.3219 -20.412 -0.081 3.993 2.444 357.996 +28 May 2021 06:00 UT 95.28 16.458 1981.3 361752 18.1430 -25.3675 -20.920 -0.080 4.061 2.513 357.730 +28 May 2021 07:00 UT 95.06 16.500 1980.4 361917 18.1886 -25.4099 -21.427 -0.078 4.128 2.582 357.464 +28 May 2021 08:00 UT 94.84 16.542 1979.4 362085 18.2342 -25.4491 -21.935 -0.077 4.194 2.650 357.198 +28 May 2021 09:00 UT 94.61 16.583 1978.5 362255 18.2797 -25.4851 -22.443 -0.075 4.261 2.718 356.933 +28 May 2021 10:00 UT 94.38 16.625 1977.6 362427 18.3253 -25.5179 -22.951 -0.074 4.326 2.785 356.669 +28 May 2021 11:00 UT 94.15 16.667 1976.6 362602 18.3708 -25.5475 -23.458 -0.072 4.391 2.852 356.404 +28 May 2021 12:00 UT 93.91 16.708 1975.6 362780 18.4163 -25.5739 -23.966 -0.071 4.456 2.919 356.141 +28 May 2021 13:00 UT 93.67 16.750 1974.7 362960 18.4617 -25.5972 -24.474 -0.069 4.519 2.985 355.878 +28 May 2021 14:00 UT 93.43 16.792 1973.7 363142 18.5072 -25.6172 -24.982 -0.068 4.583 3.051 355.615 +28 May 2021 15:00 UT 93.18 16.833 1972.7 363326 18.5526 -25.6341 -25.490 -0.066 4.645 3.117 355.354 +28 May 2021 16:00 UT 92.92 16.875 1971.7 363513 18.5979 -25.6477 -25.997 -0.065 4.707 3.182 355.093 +28 May 2021 17:00 UT 92.66 16.917 1970.6 363703 18.6433 -25.6583 -26.505 -0.063 4.769 3.246 354.833 +28 May 2021 18:00 UT 92.40 16.958 1969.6 363894 18.6885 -25.6656 -27.013 -0.062 4.830 3.310 354.573 +28 May 2021 19:00 UT 92.13 17.000 1968.5 364088 18.7338 -25.6699 -27.521 -0.061 4.890 3.374 354.315 +28 May 2021 20:00 UT 91.87 17.042 1967.5 364284 18.7790 -25.6710 -28.029 -0.059 4.950 3.437 354.057 +28 May 2021 21:00 UT 91.59 17.083 1966.4 364482 18.8241 -25.6689 -28.536 -0.058 5.009 3.500 353.801 +28 May 2021 22:00 UT 91.31 17.125 1965.3 364682 18.8692 -25.6638 -29.044 -0.056 5.067 3.563 353.545 +28 May 2021 23:00 UT 91.03 17.167 1964.2 364884 18.9142 -25.6555 -29.552 -0.055 5.125 3.624 353.291 +29 May 2021 00:00 UT 90.75 17.208 1963.1 365089 18.9591 -25.6442 -30.060 -0.053 5.182 3.686 353.038 +29 May 2021 01:00 UT 90.46 17.250 1962.0 365295 19.0040 -25.6298 -30.568 -0.052 5.239 3.747 352.785 +29 May 2021 02:00 UT 90.17 17.292 1960.9 365504 19.0489 -25.6123 -31.076 -0.051 5.295 3.807 352.534 +29 May 2021 03:00 UT 89.87 17.333 1959.8 365714 19.0936 -25.5917 -31.584 -0.049 5.350 3.867 352.285 +29 May 2021 04:00 UT 89.57 17.375 1958.7 365926 19.1383 -25.5682 -32.092 -0.048 5.405 3.927 352.036 +29 May 2021 05:00 UT 89.27 17.417 1957.5 366140 19.1829 -25.5416 -32.600 -0.046 5.459 3.985 351.789 +29 May 2021 06:00 UT 88.97 17.458 1956.4 366356 19.2275 -25.5120 -33.107 -0.045 5.512 4.044 351.543 +29 May 2021 07:00 UT 88.66 17.500 1955.2 366574 19.2719 -25.4795 -33.615 -0.043 5.565 4.102 351.299 +29 May 2021 08:00 UT 88.34 17.542 1954.0 366793 19.3163 -25.4439 -34.123 -0.042 5.616 4.159 351.056 +29 May 2021 09:00 UT 88.03 17.583 1952.8 367014 19.3606 -25.4055 -34.631 -0.041 5.668 4.216 350.814 +29 May 2021 10:00 UT 87.71 17.625 1951.7 367237 19.4048 -25.3641 -35.139 -0.039 5.718 4.272 350.575 +29 May 2021 11:00 UT 87.39 17.667 1950.5 367462 19.4489 -25.3197 -35.647 -0.038 5.768 4.328 350.336 +29 May 2021 12:00 UT 87.06 17.708 1949.3 367688 19.4929 -25.2725 -36.155 -0.036 5.817 4.383 350.099 +29 May 2021 13:00 UT 86.73 17.750 1948.1 367916 19.5369 -25.2225 -36.663 -0.035 5.866 4.438 349.864 +29 May 2021 14:00 UT 86.40 17.792 1946.9 368145 19.5807 -25.1695 -37.171 -0.034 5.914 4.492 349.630 +29 May 2021 15:00 UT 86.07 17.833 1945.6 368376 19.6245 -25.1138 -37.679 -0.032 5.961 4.546 349.399 +29 May 2021 16:00 UT 85.73 17.875 1944.4 368608 19.6681 -25.0552 -38.187 -0.031 6.007 4.599 349.168 +29 May 2021 17:00 UT 85.39 17.917 1943.2 368842 19.7117 -24.9939 -38.695 -0.030 6.053 4.651 348.940 +29 May 2021 18:00 UT 85.05 17.958 1941.9 369077 19.7551 -24.9298 -39.203 -0.028 6.098 4.703 348.713 +29 May 2021 19:00 UT 84.70 18.000 1940.7 369313 19.7984 -24.8630 -39.711 -0.027 6.142 4.754 348.489 +29 May 2021 20:00 UT 84.35 18.042 1939.4 369551 19.8417 -24.7934 -40.219 -0.025 6.186 4.805 348.266 +29 May 2021 21:00 UT 84.00 18.083 1938.2 369790 19.8848 -24.7212 -40.727 -0.024 6.229 4.855 348.045 +29 May 2021 22:00 UT 83.65 18.125 1936.9 370030 19.9278 -24.6463 -41.235 -0.023 6.271 4.905 347.825 +29 May 2021 23:00 UT 83.29 18.167 1935.7 370271 19.9707 -24.5687 -41.744 -0.021 6.312 4.954 347.608 +30 May 2021 00:00 UT 82.94 18.208 1934.4 370514 20.0135 -24.4886 -42.252 -0.020 6.353 5.002 347.393 +30 May 2021 01:00 UT 82.57 18.250 1933.1 370758 20.0562 -24.4058 -42.760 -0.019 6.393 5.050 347.179 +30 May 2021 02:00 UT 82.21 18.292 1931.9 371003 20.0987 -24.3205 -43.268 -0.017 6.432 5.097 346.968 +30 May 2021 03:00 UT 81.84 18.333 1930.6 371248 20.1412 -24.2326 -43.776 -0.016 6.470 5.144 346.759 +30 May 2021 04:00 UT 81.48 18.375 1929.3 371495 20.1835 -24.1423 -44.284 -0.015 6.508 5.190 346.551 +30 May 2021 05:00 UT 81.11 18.417 1928.0 371743 20.2257 -24.0494 -44.792 -0.013 6.545 5.235 346.346 +30 May 2021 06:00 UT 80.73 18.458 1926.7 371992 20.2678 -23.9541 -45.300 -0.012 6.581 5.280 346.143 +30 May 2021 07:00 UT 80.36 18.500 1925.4 372242 20.3097 -23.8563 -45.809 -0.011 6.617 5.324 345.942 +30 May 2021 08:00 UT 79.98 18.542 1924.1 372492 20.3516 -23.7561 -46.317 -0.009 6.652 5.368 345.743 +30 May 2021 09:00 UT 79.60 18.583 1922.8 372743 20.3933 -23.6536 -46.825 -0.008 6.686 5.411 345.546 +30 May 2021 10:00 UT 79.22 18.625 1921.5 372996 20.4349 -23.5487 -47.333 -0.007 6.719 5.453 345.351 +30 May 2021 11:00 UT 78.84 18.667 1920.2 373248 20.4763 -23.4414 -47.841 -0.006 6.751 5.495 345.159 +30 May 2021 12:00 UT 78.45 18.708 1918.9 373502 20.5176 -23.3319 -48.350 -0.004 6.783 5.536 344.968 +30 May 2021 13:00 UT 78.06 18.750 1917.6 373756 20.5589 -23.2201 -48.858 -0.003 6.814 5.577 344.780 +30 May 2021 14:00 UT 77.67 18.792 1916.3 374011 20.5999 -23.1060 -49.366 -0.002 6.844 5.616 344.594 +30 May 2021 15:00 UT 77.28 18.833 1915.0 374267 20.6409 -22.9897 -49.874 -0.000 6.874 5.656 344.411 +30 May 2021 16:00 UT 76.89 18.875 1913.7 374523 20.6817 -22.8712 -50.383 0.001 6.903 5.694 344.229 +30 May 2021 17:00 UT 76.50 18.917 1912.4 374779 20.7224 -22.7506 -50.891 0.002 6.931 5.732 344.050 +30 May 2021 18:00 UT 76.10 18.958 1911.1 375036 20.7629 -22.6278 -51.399 0.003 6.958 5.770 343.873 +30 May 2021 19:00 UT 75.70 19.000 1909.8 375294 20.8034 -22.5030 -51.907 0.005 6.984 5.806 343.698 +30 May 2021 20:00 UT 75.30 19.042 1908.5 375552 20.8437 -22.3760 -52.416 0.006 7.010 5.842 343.526 +30 May 2021 21:00 UT 74.90 19.083 1907.1 375810 20.8838 -22.2470 -52.924 0.007 7.035 5.878 343.356 +30 May 2021 22:00 UT 74.50 19.125 1905.8 376069 20.9239 -22.1159 -53.432 0.008 7.059 5.913 343.188 +30 May 2021 23:00 UT 74.09 19.167 1904.5 376328 20.9637 -21.9829 -53.941 0.010 7.083 5.947 343.022 +31 May 2021 00:00 UT 73.69 19.208 1903.2 376587 21.0035 -21.8479 -54.449 0.011 7.106 5.980 342.859 +31 May 2021 01:00 UT 73.28 19.250 1901.9 376847 21.0431 -21.7109 -54.957 0.012 7.128 6.013 342.698 +31 May 2021 02:00 UT 72.87 19.292 1900.6 377107 21.0826 -21.5721 -55.466 0.013 7.149 6.046 342.539 +31 May 2021 03:00 UT 72.46 19.333 1899.3 377367 21.1220 -21.4313 -55.974 0.015 7.169 6.077 342.383 +31 May 2021 04:00 UT 72.05 19.375 1898.0 377627 21.1612 -21.2887 -56.483 0.016 7.189 6.108 342.229 +31 May 2021 05:00 UT 71.64 19.417 1896.7 377887 21.2003 -21.1443 -56.991 0.017 7.208 6.138 342.077 +31 May 2021 06:00 UT 71.23 19.458 1895.4 378147 21.2393 -20.9980 -57.499 0.018 7.226 6.168 341.928 +31 May 2021 07:00 UT 70.81 19.500 1894.1 378407 21.2781 -20.8500 -58.008 0.020 7.244 6.197 341.781 +31 May 2021 08:00 UT 70.40 19.542 1892.8 378667 21.3169 -20.7003 -58.516 0.021 7.260 6.226 341.636 +31 May 2021 09:00 UT 69.98 19.583 1891.5 378928 21.3554 -20.5488 -59.025 0.022 7.276 6.253 341.494 +31 May 2021 10:00 UT 69.56 19.625 1890.2 379188 21.3939 -20.3956 -59.533 0.023 7.291 6.281 341.353 +31 May 2021 11:00 UT 69.14 19.667 1888.9 379448 21.4322 -20.2407 -60.042 0.024 7.306 6.307 341.216 +31 May 2021 12:00 UT 68.72 19.708 1887.6 379708 21.4703 -20.0842 -60.550 0.026 7.320 6.333 341.080 +31 May 2021 13:00 UT 68.30 19.750 1886.3 379968 21.5084 -19.9261 -61.059 0.027 7.333 6.358 340.947 +31 May 2021 14:00 UT 67.88 19.792 1885.0 380227 21.5463 -19.7664 -61.567 0.028 7.345 6.383 340.816 +31 May 2021 15:00 UT 67.46 19.833 1883.7 380487 21.5841 -19.6051 -62.076 0.029 7.356 6.407 340.688 +31 May 2021 16:00 UT 67.04 19.875 1882.4 380746 21.6218 -19.4423 -62.584 0.030 7.367 6.430 340.561 +31 May 2021 17:00 UT 66.61 19.917 1881.1 381005 21.6593 -19.2780 -63.093 0.032 7.377 6.453 340.437 +31 May 2021 18:00 UT 66.19 19.958 1879.9 381263 21.6967 -19.1122 -63.601 0.033 7.386 6.475 340.316 +31 May 2021 19:00 UT 65.76 20.000 1878.6 381521 21.7340 -18.9449 -64.110 0.034 7.395 6.496 340.196 +31 May 2021 20:00 UT 65.34 20.042 1877.3 381779 21.7711 -18.7762 -64.619 0.035 7.403 6.517 340.079 +31 May 2021 21:00 UT 64.91 20.083 1876.1 382036 21.8081 -18.6061 -65.127 0.036 7.410 6.537 339.964 +31 May 2021 22:00 UT 64.48 20.125 1874.8 382293 21.8450 -18.4346 -65.636 0.037 7.416 6.556 339.852 +31 May 2021 23:00 UT 64.06 20.167 1873.5 382550 21.8818 -18.2618 -66.144 0.039 7.422 6.575 339.742 +01 Jun 2021 00:00 UT 63.63 20.208 1872.3 382806 21.9184 -18.0876 -66.653 0.040 7.427 6.593 339.634 +01 Jun 2021 01:00 UT 63.20 20.250 1871.0 383061 21.9549 -17.9121 -67.162 0.041 7.431 6.611 339.528 +01 Jun 2021 02:00 UT 62.77 20.292 1869.8 383316 21.9913 -17.7353 -67.670 0.042 7.434 6.628 339.424 +01 Jun 2021 03:00 UT 62.34 20.333 1868.6 383570 22.0276 -17.5573 -68.179 0.043 7.437 6.644 339.323 +01 Jun 2021 04:00 UT 61.91 20.375 1867.3 383824 22.0638 -17.3780 -68.688 0.044 7.439 6.659 339.224 +01 Jun 2021 05:00 UT 61.48 20.417 1866.1 384077 22.0998 -17.1975 -69.196 0.045 7.440 6.675 339.127 +01 Jun 2021 06:00 UT 61.05 20.458 1864.9 384330 22.1357 -17.0158 -69.705 0.047 7.441 6.689 339.033 +01 Jun 2021 07:00 UT 60.62 20.500 1863.6 384581 22.1715 -16.8329 -70.214 0.048 7.441 6.703 338.940 +01 Jun 2021 08:00 UT 60.19 20.542 1862.4 384832 22.2072 -16.6489 -70.723 0.049 7.440 6.716 338.850 +01 Jun 2021 09:00 UT 59.76 20.583 1861.2 385082 22.2428 -16.4638 -71.231 0.050 7.438 6.728 338.762 +01 Jun 2021 10:00 UT 59.33 20.625 1860.0 385332 22.2782 -16.2776 -71.740 0.051 7.436 6.740 338.676 +01 Jun 2021 11:00 UT 58.90 20.667 1858.8 385581 22.3136 -16.0903 -72.249 0.052 7.433 6.751 338.593 +01 Jun 2021 12:00 UT 58.47 20.708 1857.6 385828 22.3488 -15.9019 -72.758 0.053 7.430 6.762 338.511 +01 Jun 2021 13:00 UT 58.04 20.750 1856.4 386075 22.3839 -15.7125 -73.266 0.054 7.425 6.772 338.432 +01 Jun 2021 14:00 UT 57.61 20.792 1855.3 386322 22.4189 -15.5221 -73.775 0.055 7.420 6.781 338.355 +01 Jun 2021 15:00 UT 57.17 20.833 1854.1 386567 22.4538 -15.3308 -74.284 0.056 7.415 6.790 338.280 +01 Jun 2021 16:00 UT 56.74 20.875 1852.9 386811 22.4886 -15.1384 -74.793 0.058 7.408 6.798 338.207 +01 Jun 2021 17:00 UT 56.31 20.917 1851.7 387054 22.5233 -14.9451 -75.302 0.059 7.401 6.806 338.136 +01 Jun 2021 18:00 UT 55.88 20.958 1850.6 387297 22.5578 -14.7509 -75.811 0.060 7.394 6.813 338.067 +01 Jun 2021 19:00 UT 55.45 21.000 1849.4 387538 22.5923 -14.5557 -76.319 0.061 7.385 6.819 338.000 +01 Jun 2021 20:00 UT 55.02 21.042 1848.3 387779 22.6266 -14.3597 -76.828 0.062 7.376 6.825 337.936 +01 Jun 2021 21:00 UT 54.59 21.083 1847.1 388018 22.6609 -14.1628 -77.337 0.063 7.366 6.830 337.873 +01 Jun 2021 22:00 UT 54.16 21.125 1846.0 388256 22.6951 -13.9651 -77.846 0.064 7.356 6.835 337.813 +01 Jun 2021 23:00 UT 53.73 21.167 1844.9 388494 22.7291 -13.7666 -78.355 0.065 7.345 6.838 337.754 +02 Jun 2021 00:00 UT 53.30 21.208 1843.8 388730 22.7631 -13.5672 -78.864 0.066 7.333 6.842 337.698 +02 Jun 2021 01:00 UT 52.87 21.250 1842.6 388965 22.7969 -13.3671 -79.373 0.067 7.321 6.844 337.644 +02 Jun 2021 02:00 UT 52.44 21.292 1841.5 389199 22.8307 -13.1662 -79.882 0.068 7.308 6.847 337.591 +02 Jun 2021 03:00 UT 52.01 21.333 1840.4 389431 22.8643 -12.9645 -80.391 0.069 7.294 6.848 337.541 +02 Jun 2021 04:00 UT 51.58 21.375 1839.3 389663 22.8979 -12.7621 -80.900 0.070 7.280 6.849 337.493 +02 Jun 2021 05:00 UT 51.16 21.417 1838.3 389893 22.9314 -12.5590 -81.409 0.071 7.265 6.849 337.446 +02 Jun 2021 06:00 UT 50.73 21.458 1837.2 390122 22.9647 -12.3553 -81.918 0.073 7.250 6.849 337.402 +02 Jun 2021 07:00 UT 50.30 21.500 1836.1 390350 22.9980 -12.1508 -82.427 0.074 7.233 6.848 337.359 +02 Jun 2021 08:00 UT 49.88 21.542 1835.0 390577 23.0312 -11.9457 -82.936 0.075 7.217 6.847 337.319 +02 Jun 2021 09:00 UT 49.45 21.583 1834.0 390802 23.0643 -11.7400 -83.445 0.076 7.199 6.845 337.280 +02 Jun 2021 10:00 UT 49.02 21.625 1832.9 391026 23.0974 -11.5336 -83.954 0.077 7.181 6.842 337.243 +02 Jun 2021 11:00 UT 48.60 21.667 1831.9 391249 23.1303 -11.3266 -84.463 0.078 7.163 6.839 337.209 +02 Jun 2021 12:00 UT 48.18 21.708 1830.9 391470 23.1631 -11.1191 -84.972 0.079 7.143 6.835 337.176 +02 Jun 2021 13:00 UT 47.75 21.750 1829.8 391690 23.1959 -10.9110 -85.481 0.080 7.123 6.831 337.145 +02 Jun 2021 14:00 UT 47.33 21.792 1828.8 391909 23.2286 -10.7023 -85.990 0.081 7.103 6.826 337.116 +02 Jun 2021 15:00 UT 46.91 21.833 1827.8 392127 23.2612 -10.4931 -86.499 0.082 7.082 6.820 337.088 +02 Jun 2021 16:00 UT 46.49 21.875 1826.8 392342 23.2937 -10.2834 -87.008 0.083 7.060 6.814 337.063 +02 Jun 2021 17:00 UT 46.07 21.917 1825.8 392557 23.3262 -10.0732 -87.517 0.084 7.038 6.808 337.039 +02 Jun 2021 18:00 UT 45.65 21.958 1824.8 392770 23.3585 -9.8625 -88.027 0.085 7.015 6.801 337.018 +02 Jun 2021 19:00 UT 45.23 22.000 1823.8 392982 23.3908 -9.6513 -88.536 0.086 6.992 6.793 336.998 +02 Jun 2021 20:00 UT 44.81 22.042 1822.8 393192 23.4231 -9.4397 -89.045 0.087 6.968 6.785 336.980 +02 Jun 2021 21:00 UT 44.39 22.083 1821.9 393401 23.4552 -9.2276 -89.554 0.088 6.943 6.776 336.963 +02 Jun 2021 22:00 UT 43.97 22.125 1820.9 393608 23.4873 -9.0152 -90.063 0.089 6.918 6.766 336.949 +02 Jun 2021 23:00 UT 43.56 22.167 1820.0 393814 23.5193 -8.8023 -90.572 0.090 6.893 6.756 336.936 +03 Jun 2021 00:00 UT 43.14 22.208 1819.0 394018 23.5512 -8.5890 -91.082 0.091 6.867 6.746 336.925 +03 Jun 2021 01:00 UT 42.73 22.250 1818.1 394221 23.5831 -8.3754 -91.591 0.092 6.840 6.735 336.916 +03 Jun 2021 02:00 UT 42.32 22.292 1817.2 394422 23.6149 -8.1614 -92.100 0.093 6.812 6.723 336.908 +03 Jun 2021 03:00 UT 41.90 22.333 1816.2 394622 23.6466 -7.9470 -92.609 0.094 6.785 6.711 336.902 +03 Jun 2021 04:00 UT 41.49 22.375 1815.3 394820 23.6783 -7.7324 -93.119 0.095 6.756 6.699 336.898 +03 Jun 2021 05:00 UT 41.08 22.417 1814.4 395017 23.7099 -7.5174 -93.628 0.096 6.727 6.685 336.896 +03 Jun 2021 06:00 UT 40.67 22.458 1813.5 395211 23.7414 -7.3021 -94.137 0.097 6.698 6.672 336.895 +03 Jun 2021 07:00 UT 40.27 22.500 1812.6 395405 23.7729 -7.0865 -94.646 0.098 6.668 6.657 336.896 +03 Jun 2021 08:00 UT 39.86 22.542 1811.8 395597 23.8043 -6.8707 -95.156 0.099 6.637 6.643 336.899 +03 Jun 2021 09:00 UT 39.45 22.583 1810.9 395787 23.8357 -6.6545 -95.665 0.100 6.606 6.627 336.903 +03 Jun 2021 10:00 UT 39.05 22.625 1810.0 395975 23.8670 -6.4382 -96.174 0.100 6.575 6.612 336.909 +03 Jun 2021 11:00 UT 38.65 22.667 1809.2 396162 23.8983 -6.2216 -96.684 0.101 6.543 6.595 336.917 +03 Jun 2021 12:00 UT 38.24 22.708 1808.3 396348 23.9295 -6.0048 -97.193 0.102 6.510 6.578 336.927 +03 Jun 2021 13:00 UT 37.84 22.750 1807.5 396531 23.9606 -5.7878 -97.702 0.103 6.477 6.561 336.938 +03 Jun 2021 14:00 UT 37.44 22.792 1806.7 396713 23.9917 -5.5706 -98.212 0.104 6.444 6.543 336.950 +03 Jun 2021 15:00 UT 37.04 22.833 1805.8 396894 0.0228 -5.3532 -98.721 0.105 6.410 6.525 336.964 +03 Jun 2021 16:00 UT 36.65 22.875 1805.0 397072 0.0538 -5.1357 -99.230 0.106 6.375 6.506 336.980 +03 Jun 2021 17:00 UT 36.25 22.917 1804.2 397249 0.0847 -4.9180 -99.740 0.107 6.340 6.486 336.998 +03 Jun 2021 18:00 UT 35.86 22.958 1803.4 397425 0.1156 -4.7002 -100.249 0.108 6.305 6.466 337.017 +03 Jun 2021 19:00 UT 35.46 23.000 1802.6 397598 0.1465 -4.4823 -100.759 0.109 6.269 6.446 337.037 +03 Jun 2021 20:00 UT 35.07 23.042 1801.9 397770 0.1773 -4.2642 -101.268 0.110 6.233 6.425 337.059 +03 Jun 2021 21:00 UT 34.68 23.083 1801.1 397940 0.2081 -4.0460 -101.778 0.111 6.196 6.404 337.083 +03 Jun 2021 22:00 UT 34.29 23.125 1800.3 398109 0.2388 -3.8278 -102.287 0.112 6.159 6.382 337.108 +03 Jun 2021 23:00 UT 33.90 23.167 1799.6 398275 0.2695 -3.6095 -102.796 0.113 6.121 6.359 337.135 +04 Jun 2021 00:00 UT 33.51 23.208 1798.8 398440 0.3001 -3.3911 -103.306 0.114 6.083 6.337 337.164 +04 Jun 2021 01:00 UT 33.13 23.250 1798.1 398604 0.3307 -3.1727 -103.815 0.115 6.044 6.313 337.193 +04 Jun 2021 02:00 UT 32.74 23.292 1797.4 398765 0.3613 -2.9542 -104.325 0.116 6.005 6.289 337.225 +04 Jun 2021 03:00 UT 32.36 23.333 1796.6 398925 0.3919 -2.7357 -104.834 0.116 5.965 6.265 337.258 +04 Jun 2021 04:00 UT 31.98 23.375 1795.9 399083 0.4224 -2.5172 -105.344 0.117 5.926 6.240 337.292 +04 Jun 2021 05:00 UT 31.60 23.417 1795.2 399239 0.4529 -2.2987 -105.854 0.118 5.885 6.215 337.328 +04 Jun 2021 06:00 UT 31.22 23.458 1794.5 399394 0.4833 -2.0802 -106.363 0.119 5.844 6.189 337.365 +04 Jun 2021 07:00 UT 30.85 23.500 1793.8 399547 0.5137 -1.8618 -106.873 0.120 5.803 6.163 337.404 +04 Jun 2021 08:00 UT 30.47 23.542 1793.2 399698 0.5441 -1.6433 -107.382 0.121 5.762 6.137 337.445 +04 Jun 2021 09:00 UT 30.10 23.583 1792.5 399847 0.5745 -1.4249 -107.892 0.122 5.720 6.109 337.487 +04 Jun 2021 10:00 UT 29.73 23.625 1791.8 399994 0.6048 -1.2066 -108.401 0.123 5.677 6.082 337.530 +04 Jun 2021 11:00 UT 29.36 23.667 1791.2 400140 0.6351 -0.9884 -108.911 0.124 5.635 6.054 337.575 +04 Jun 2021 12:00 UT 28.99 23.708 1790.5 400284 0.6654 -0.7702 -109.420 0.125 5.592 6.025 337.621 +04 Jun 2021 13:00 UT 28.62 23.750 1789.9 400426 0.6957 -0.5521 -109.930 0.126 5.548 5.997 337.668 +04 Jun 2021 14:00 UT 28.26 23.792 1789.3 400566 0.7259 -0.3341 -110.440 0.126 5.504 5.967 337.717 +04 Jun 2021 15:00 UT 27.89 23.833 1788.7 400705 0.7561 -0.1163 -110.949 0.127 5.460 5.937 337.768 +04 Jun 2021 16:00 UT 27.53 23.875 1788.0 400842 0.7863 0.1014 -111.459 0.128 5.415 5.907 337.820 +04 Jun 2021 17:00 UT 27.17 23.917 1787.4 400977 0.8165 0.3190 -111.969 0.129 5.370 5.877 337.873 +04 Jun 2021 18:00 UT 26.81 23.958 1786.9 401110 0.8467 0.5365 -112.478 0.130 5.325 5.845 337.928 +04 Jun 2021 19:00 UT 26.45 24.000 1786.3 401242 0.8768 0.7538 -112.988 0.131 5.279 5.814 337.984 +04 Jun 2021 20:00 UT 26.10 24.042 1785.7 401371 0.9070 0.9709 -113.498 0.132 5.233 5.782 338.042 +04 Jun 2021 21:00 UT 25.75 24.083 1785.1 401499 0.9371 1.1878 -114.007 0.133 5.187 5.750 338.101 +04 Jun 2021 22:00 UT 25.39 24.125 1784.6 401625 0.9672 1.4045 -114.517 0.134 5.140 5.717 338.161 +04 Jun 2021 23:00 UT 25.04 24.167 1784.0 401749 0.9973 1.6210 -115.027 0.135 5.093 5.684 338.223 +05 Jun 2021 00:00 UT 24.70 24.208 1783.5 401872 1.0274 1.8373 -115.536 0.135 5.045 5.650 338.286 +05 Jun 2021 01:00 UT 24.35 24.250 1782.9 401993 1.0575 2.0534 -116.046 0.136 4.998 5.616 338.350 +05 Jun 2021 02:00 UT 24.01 24.292 1782.4 402111 1.0875 2.2692 -116.556 0.137 4.950 5.581 338.416 +05 Jun 2021 03:00 UT 23.66 24.333 1781.9 402229 1.1176 2.4848 -117.066 0.138 4.901 5.547 338.483 +05 Jun 2021 04:00 UT 23.32 24.375 1781.4 402344 1.1477 2.7001 -117.575 0.139 4.852 5.511 338.552 +05 Jun 2021 05:00 UT 22.99 24.417 1780.9 402458 1.1777 2.9152 -118.085 0.140 4.803 5.476 338.622 +05 Jun 2021 06:00 UT 22.65 24.458 1780.4 402569 1.2078 3.1299 -118.595 0.141 4.754 5.440 338.693 +05 Jun 2021 07:00 UT 22.31 24.500 1779.9 402679 1.2378 3.3444 -119.105 0.142 4.705 5.403 338.766 +05 Jun 2021 08:00 UT 21.98 24.542 1779.4 402787 1.2679 3.5586 -119.615 0.142 4.655 5.366 338.839 +05 Jun 2021 09:00 UT 21.65 24.583 1778.9 402894 1.2979 3.7724 -120.124 0.143 4.605 5.329 338.915 +05 Jun 2021 10:00 UT 21.32 24.625 1778.5 402999 1.3280 3.9859 -120.634 0.144 4.554 5.291 338.991 +05 Jun 2021 11:00 UT 20.99 24.667 1778.0 403101 1.3580 4.1991 -121.144 0.145 4.503 5.253 339.069 +05 Jun 2021 12:00 UT 20.67 24.708 1777.6 403203 1.3881 4.4119 -121.654 0.146 4.452 5.215 339.148 +05 Jun 2021 13:00 UT 20.35 24.750 1777.1 403302 1.4182 4.6244 -122.164 0.147 4.401 5.176 339.229 +05 Jun 2021 14:00 UT 20.03 24.792 1776.7 403399 1.4482 4.8365 -122.674 0.148 4.350 5.137 339.311 +05 Jun 2021 15:00 UT 19.71 24.833 1776.3 403495 1.4783 5.0482 -123.183 0.148 4.298 5.098 339.394 +05 Jun 2021 16:00 UT 19.39 24.875 1775.9 403589 1.5084 5.2595 -123.693 0.149 4.246 5.058 339.478 +05 Jun 2021 17:00 UT 19.08 24.917 1775.5 403682 1.5385 5.4705 -124.203 0.150 4.193 5.018 339.564 +05 Jun 2021 18:00 UT 18.76 24.958 1775.1 403772 1.5686 5.6810 -124.713 0.151 4.141 4.977 339.651 +05 Jun 2021 19:00 UT 18.45 25.000 1774.7 403861 1.5987 5.8910 -125.223 0.152 4.088 4.936 339.740 +05 Jun 2021 20:00 UT 18.14 25.042 1774.3 403948 1.6288 6.1007 -125.733 0.153 4.035 4.895 339.829 +05 Jun 2021 21:00 UT 17.84 25.083 1773.9 404033 1.6590 6.3098 -126.243 0.154 3.982 4.853 339.920 +05 Jun 2021 22:00 UT 17.53 25.125 1773.6 404117 1.6891 6.5186 -126.753 0.154 3.928 4.811 340.012 +05 Jun 2021 23:00 UT 17.23 25.167 1773.2 404199 1.7193 6.7268 -127.263 0.155 3.875 4.769 340.106 +06 Jun 2021 00:00 UT 16.93 25.208 1772.8 404279 1.7495 6.9346 -127.773 0.156 3.821 4.726 340.201 +06 Jun 2021 01:00 UT 16.63 25.250 1772.5 404357 1.7797 7.1419 -128.282 0.157 3.767 4.683 340.297 +06 Jun 2021 02:00 UT 16.34 25.292 1772.2 404434 1.8099 7.3487 -128.792 0.158 3.712 4.640 340.394 +06 Jun 2021 03:00 UT 16.05 25.333 1771.8 404509 1.8402 7.5549 -129.302 0.159 3.658 4.596 340.493 +06 Jun 2021 04:00 UT 15.76 25.375 1771.5 404582 1.8704 7.7606 -129.812 0.160 3.603 4.552 340.592 +06 Jun 2021 05:00 UT 15.47 25.417 1771.2 404654 1.9007 7.9658 -130.322 0.160 3.548 4.508 340.694 +06 Jun 2021 06:00 UT 15.18 25.458 1770.9 404724 1.9310 8.1705 -130.832 0.161 3.493 4.463 340.796 +06 Jun 2021 07:00 UT 14.90 25.500 1770.6 404792 1.9614 8.3746 -131.342 0.162 3.438 4.418 340.900 +06 Jun 2021 08:00 UT 14.61 25.542 1770.3 404858 1.9917 8.5781 -131.852 0.163 3.382 4.373 341.004 +06 Jun 2021 09:00 UT 14.34 25.583 1770.0 404923 2.0221 8.7810 -132.362 0.164 3.327 4.327 341.111 +06 Jun 2021 10:00 UT 14.06 25.625 1769.8 404986 2.0525 8.9834 -132.872 0.165 3.271 4.281 341.218 +06 Jun 2021 11:00 UT 13.78 25.667 1769.5 405047 2.0829 9.1851 -133.382 0.166 3.215 4.235 341.327 +06 Jun 2021 12:00 UT 13.51 25.708 1769.2 405107 2.1134 9.3862 -133.892 0.166 3.159 4.189 341.436 +06 Jun 2021 13:00 UT 13.24 25.750 1769.0 405165 2.1439 9.5867 -134.402 0.167 3.102 4.142 341.548 +06 Jun 2021 14:00 UT 12.97 25.792 1768.7 405222 2.1744 9.7866 -134.912 0.168 3.046 4.095 341.660 +06 Jun 2021 15:00 UT 12.71 25.833 1768.5 405277 2.2050 9.9857 -135.423 0.169 2.989 4.047 341.773 +06 Jun 2021 16:00 UT 12.44 25.875 1768.3 405330 2.2355 10.1843 -135.933 0.170 2.932 4.000 341.888 +06 Jun 2021 17:00 UT 12.18 25.917 1768.0 405381 2.2662 10.3821 -136.443 0.171 2.875 3.952 342.004 +06 Jun 2021 18:00 UT 11.93 25.958 1767.8 405431 2.2968 10.5793 -136.953 0.171 2.818 3.903 342.122 +06 Jun 2021 19:00 UT 11.67 26.000 1767.6 405479 2.3275 10.7758 -137.463 0.172 2.761 3.855 342.240 +06 Jun 2021 20:00 UT 11.42 26.042 1767.4 405526 2.3582 10.9716 -137.973 0.173 2.704 3.806 342.360 +06 Jun 2021 21:00 UT 11.17 26.083 1767.2 405571 2.3890 11.1666 -138.483 0.174 2.646 3.757 342.481 +06 Jun 2021 22:00 UT 10.92 26.125 1767.0 405615 2.4198 11.3609 -138.993 0.175 2.589 3.708 342.603 +06 Jun 2021 23:00 UT 10.67 26.167 1766.8 405656 2.4506 11.5545 -139.503 0.176 2.531 3.658 342.726 +07 Jun 2021 00:00 UT 10.43 26.208 1766.7 405697 2.4815 11.7473 -140.013 0.176 2.473 3.608 342.851 +07 Jun 2021 01:00 UT 10.19 26.250 1766.5 405735 2.5124 11.9393 -140.523 0.177 2.415 3.558 342.977 +07 Jun 2021 02:00 UT 9.95 26.292 1766.3 405773 2.5433 12.1306 -141.034 0.178 2.357 3.508 343.104 +07 Jun 2021 03:00 UT 9.71 26.333 1766.2 405808 2.5743 12.3211 -141.544 0.179 2.299 3.457 343.232 +07 Jun 2021 04:00 UT 9.48 26.375 1766.0 405842 2.6053 12.5107 -142.054 0.180 2.241 3.406 343.361 +07 Jun 2021 05:00 UT 9.25 26.417 1765.9 405875 2.6364 12.6996 -142.564 0.181 2.183 3.355 343.492 +07 Jun 2021 06:00 UT 9.02 26.458 1765.7 405906 2.6675 12.8876 -143.074 0.181 2.124 3.304 343.624 +07 Jun 2021 07:00 UT 8.80 26.500 1765.6 405935 2.6987 13.0748 -143.584 0.182 2.066 3.252 343.757 +07 Jun 2021 08:00 UT 8.57 26.542 1765.5 405963 2.7299 13.2611 -144.095 0.183 2.007 3.200 343.891 +07 Jun 2021 09:00 UT 8.35 26.583 1765.4 405989 2.7612 13.4465 -144.605 0.184 1.949 3.148 344.026 +07 Jun 2021 10:00 UT 8.13 26.625 1765.3 406014 2.7925 13.6311 -145.115 0.185 1.890 3.096 344.163 +07 Jun 2021 11:00 UT 7.92 26.667 1765.2 406037 2.8238 13.8148 -145.625 0.186 1.831 3.043 344.300 +07 Jun 2021 12:00 UT 7.71 26.708 1765.1 406059 2.8552 13.9976 -146.135 0.186 1.772 2.990 344.439 +07 Jun 2021 13:00 UT 7.50 26.750 1765.0 406079 2.8867 14.1795 -146.645 0.187 1.713 2.937 344.579 +07 Jun 2021 14:00 UT 7.29 26.792 1764.9 406098 2.9182 14.3604 -147.156 0.188 1.655 2.884 344.721 +07 Jun 2021 15:00 UT 7.09 26.833 1764.8 406115 2.9497 14.5404 -147.666 0.189 1.596 2.831 344.863 +07 Jun 2021 16:00 UT 6.88 26.875 1764.8 406131 2.9813 14.7195 -148.176 0.190 1.536 2.777 345.007 +07 Jun 2021 17:00 UT 6.68 26.917 1764.7 406146 3.0130 14.8975 -148.686 0.191 1.477 2.724 345.152 +07 Jun 2021 18:00 UT 6.49 26.958 1764.6 406159 3.0447 15.0746 -149.197 0.191 1.418 2.670 345.298 +07 Jun 2021 19:00 UT 6.29 27.000 1764.6 406170 3.0765 15.2508 -149.707 0.192 1.359 2.615 345.445 +07 Jun 2021 20:00 UT 6.10 27.042 1764.5 406180 3.1083 15.4259 -150.217 0.193 1.300 2.561 345.593 +07 Jun 2021 21:00 UT 5.92 27.083 1764.5 406189 3.1401 15.6000 -150.727 0.194 1.241 2.506 345.742 +07 Jun 2021 22:00 UT 5.73 27.125 1764.5 406196 3.1721 15.7730 -151.238 0.195 1.181 2.452 345.893 +07 Jun 2021 23:00 UT 5.55 27.167 1764.5 406202 3.2040 15.9450 -151.748 0.196 1.122 2.397 346.045 +08 Jun 2021 00:00 UT 5.37 27.208 1764.4 406206 3.2361 16.1160 -152.258 0.196 1.063 2.342 346.198 +08 Jun 2021 01:00 UT 5.19 27.250 1764.4 406209 3.2682 16.2859 -152.768 0.197 1.004 2.286 346.352 +08 Jun 2021 02:00 UT 5.02 27.292 1764.4 406211 3.3003 16.4547 -153.279 0.198 0.944 2.231 346.507 +08 Jun 2021 03:00 UT 4.85 27.333 1764.4 406211 3.3325 16.6224 -153.789 0.199 0.885 2.175 346.663 +08 Jun 2021 04:00 UT 4.68 27.375 1764.4 406210 3.3648 16.7891 -154.299 0.200 0.826 2.119 346.820 +08 Jun 2021 05:00 UT 4.51 27.417 1764.4 406207 3.3971 16.9546 -154.809 0.201 0.766 2.064 346.979 +08 Jun 2021 06:00 UT 4.35 27.458 1764.4 406203 3.4295 17.1189 -155.320 0.201 0.707 2.007 347.139 +08 Jun 2021 07:00 UT 4.19 27.500 1764.5 406198 3.4619 17.2821 -155.830 0.202 0.648 1.951 347.299 +08 Jun 2021 08:00 UT 4.03 27.542 1764.5 406192 3.4944 17.4442 -156.340 0.203 0.588 1.895 347.461 +08 Jun 2021 09:00 UT 3.88 27.583 1764.5 406184 3.5270 17.6051 -156.851 0.204 0.529 1.838 347.624 +08 Jun 2021 10:00 UT 3.72 27.625 1764.6 406174 3.5596 17.7647 -157.361 0.205 0.470 1.782 347.788 +08 Jun 2021 11:00 UT 3.58 27.667 1764.6 406164 3.5923 17.9232 -157.871 0.205 0.411 1.725 347.953 +08 Jun 2021 12:00 UT 3.43 27.708 1764.7 406152 3.6250 18.0805 -158.382 0.206 0.352 1.668 348.120 +08 Jun 2021 13:00 UT 3.29 27.750 1764.7 406139 3.6579 18.2366 -158.892 0.207 0.292 1.611 348.287 +08 Jun 2021 14:00 UT 3.15 27.792 1764.8 406124 3.6907 18.3914 -159.402 0.208 0.233 1.554 348.455 +08 Jun 2021 15:00 UT 3.01 27.833 1764.9 406108 3.7237 18.5449 -159.913 0.209 0.174 1.496 348.625 +08 Jun 2021 16:00 UT 2.88 27.875 1764.9 406091 3.7567 18.6972 -160.423 0.210 0.115 1.439 348.795 +08 Jun 2021 17:00 UT 2.75 27.917 1765.0 406073 3.7897 18.8482 -160.933 0.210 0.056 1.381 348.967 +08 Jun 2021 18:00 UT 2.62 27.958 1765.1 406053 3.8229 18.9980 -161.444 0.211 -0.003 1.324 349.140 +08 Jun 2021 19:00 UT 2.49 28.000 1765.2 406032 3.8561 19.1464 -161.954 0.212 -0.062 1.266 349.313 +08 Jun 2021 20:00 UT 2.37 28.042 1765.3 406010 3.8893 19.2935 -162.464 0.213 -0.121 1.208 349.488 +08 Jun 2021 21:00 UT 2.25 28.083 1765.4 405987 3.9226 19.4392 -162.975 0.214 -0.179 1.150 349.664 +08 Jun 2021 22:00 UT 2.13 28.125 1765.5 405962 3.9560 19.5836 -163.485 0.215 -0.238 1.092 349.841 +08 Jun 2021 23:00 UT 2.02 28.167 1765.6 405936 3.9895 19.7267 -163.995 0.215 -0.297 1.034 350.018 +09 Jun 2021 00:00 UT 1.91 28.208 1765.7 405909 4.0230 19.8683 -164.506 0.216 -0.355 0.976 350.197 +09 Jun 2021 01:00 UT 1.80 28.250 1765.8 405881 4.0566 20.0086 -165.016 0.217 -0.414 0.918 350.377 +09 Jun 2021 02:00 UT 1.70 28.292 1766.0 405851 4.0902 20.1475 -165.526 0.218 -0.472 0.859 350.558 +09 Jun 2021 03:00 UT 1.60 28.333 1766.1 405821 4.1240 20.2850 -166.037 0.219 -0.531 0.801 350.740 +09 Jun 2021 04:00 UT 1.50 28.375 1766.3 405789 4.1577 20.4210 -166.547 0.220 -0.589 0.742 350.923 +09 Jun 2021 05:00 UT 1.41 28.417 1766.4 405756 4.1916 20.5556 -167.058 0.220 -0.647 0.684 351.106 +09 Jun 2021 06:00 UT 1.31 28.458 1766.5 405721 4.2255 20.6887 -167.568 0.221 -0.705 0.625 351.291 +09 Jun 2021 07:00 UT 1.23 28.500 1766.7 405686 4.2595 20.8204 -168.078 0.222 -0.763 0.566 351.477 +09 Jun 2021 08:00 UT 1.14 28.542 1766.9 405649 4.2935 20.9506 -168.589 0.223 -0.821 0.508 351.663 +09 Jun 2021 09:00 UT 1.06 28.583 1767.0 405611 4.3277 21.0793 -169.099 0.224 -0.879 0.449 351.851 +09 Jun 2021 10:00 UT 0.98 28.625 1767.2 405572 4.3618 21.2065 -169.609 0.225 -0.937 0.390 352.039 +09 Jun 2021 11:00 UT 0.90 28.667 1767.4 405532 4.3961 21.3321 -170.120 0.225 -0.994 0.331 352.229 +09 Jun 2021 12:00 UT 0.83 28.708 1767.5 405491 4.4304 21.4563 -170.630 0.226 -1.052 0.272 352.419 +09 Jun 2021 13:00 UT 0.76 28.750 1767.7 405448 4.4648 21.5788 -171.141 0.227 -1.109 0.213 352.610 +09 Jun 2021 14:00 UT 0.69 28.792 1767.9 405405 4.4992 21.6998 -171.651 0.228 -1.166 0.154 352.802 +09 Jun 2021 15:00 UT 0.62 28.833 1768.1 405360 4.5338 21.8193 -172.161 0.229 -1.223 0.095 352.995 +09 Jun 2021 16:00 UT 0.56 28.875 1768.3 405314 4.5683 21.9371 -172.672 0.230 -1.280 0.036 353.189 +09 Jun 2021 17:00 UT 0.51 28.917 1768.5 405267 4.6030 22.0534 -173.182 0.230 -1.337 -0.023 353.384 +09 Jun 2021 18:00 UT 0.45 28.958 1768.7 405219 4.6377 22.1680 -173.693 0.231 -1.394 -0.082 353.579 +09 Jun 2021 19:00 UT 0.40 29.000 1768.9 405170 4.6725 22.2810 -174.203 0.232 -1.451 -0.141 353.775 +09 Jun 2021 20:00 UT 0.35 29.042 1769.2 405120 4.7073 22.3924 -174.713 0.233 -1.507 -0.200 353.972 +09 Jun 2021 21:00 UT 0.31 29.083 1769.4 405068 4.7422 22.5021 -175.224 0.234 -1.564 -0.259 354.170 +09 Jun 2021 22:00 UT 0.26 29.125 1769.6 405016 4.7772 22.6101 -175.734 0.235 -1.620 -0.318 354.369 +09 Jun 2021 23:00 UT 0.22 29.167 1769.9 404962 4.8122 22.7165 -176.245 0.235 -1.676 -0.377 354.568 +10 Jun 2021 00:00 UT 0.19 29.208 1770.1 404908 4.8473 22.8212 -176.755 0.236 -1.732 -0.436 354.769 +10 Jun 2021 01:00 UT 0.16 29.250 1770.3 404852 4.8825 22.9242 -177.266 0.237 -1.788 -0.495 354.970 +10 Jun 2021 02:00 UT 0.13 29.292 1770.6 404795 4.9177 23.0254 -177.776 0.238 -1.843 -0.554 355.171 +10 Jun 2021 03:00 UT 0.10 29.333 1770.8 404738 4.9530 23.1249 -178.286 0.239 -1.899 -0.613 355.374 +10 Jun 2021 04:00 UT 0.08 29.375 1771.1 404679 4.9884 23.2227 -178.797 0.240 -1.954 -0.672 355.577 +10 Jun 2021 05:00 UT 0.06 29.417 1771.4 404619 5.0238 23.3188 -179.307 0.240 -2.009 -0.731 355.780 +10 Jun 2021 06:00 UT 0.04 29.458 1771.6 404558 5.0593 23.4130 -179.818 0.241 -2.064 -0.790 355.985 +10 Jun 2021 07:00 UT 0.03 29.500 1771.9 404496 5.0948 23.5055 179.672 0.242 -2.119 -0.849 356.190 +10 Jun 2021 08:00 UT 0.02 29.542 1772.2 404433 5.1304 23.5962 179.162 0.243 -2.173 -0.908 356.396 +10 Jun 2021 09:00 UT 0.01 29.583 1772.5 404369 5.1661 23.6851 178.651 0.244 -2.228 -0.966 356.602 +10 Jun 2021 10:00 UT 0.01 29.625 1772.7 404304 5.2018 23.7722 178.141 0.245 -2.282 -1.025 356.809 +10 Jun 2021 11:00 UT 0.01 0.005 1773.0 404238 5.2376 23.8575 177.630 0.245 -2.336 -1.084 357.016 +10 Jun 2021 12:00 UT 0.01 0.047 1773.3 404171 5.2734 23.9409 177.120 0.246 -2.390 -1.142 357.224 +10 Jun 2021 13:00 UT 0.01 0.088 1773.6 404103 5.3093 24.0225 176.609 0.247 -2.444 -1.201 357.433 +10 Jun 2021 14:00 UT 0.02 0.130 1773.9 404034 5.3452 24.1022 176.099 0.248 -2.498 -1.259 357.642 +10 Jun 2021 15:00 UT 0.04 0.172 1774.2 403964 5.3812 24.1800 175.589 0.249 -2.551 -1.317 357.852 +10 Jun 2021 16:00 UT 0.05 0.213 1774.5 403892 5.4173 24.2560 175.078 0.250 -2.604 -1.376 358.062 +10 Jun 2021 17:00 UT 0.07 0.255 1774.9 403820 5.4534 24.3301 174.568 0.251 -2.657 -1.434 358.273 +10 Jun 2021 18:00 UT 0.09 0.297 1775.2 403747 5.4896 24.4023 174.057 0.251 -2.710 -1.492 358.484 +10 Jun 2021 19:00 UT 0.12 0.338 1775.5 403673 5.5258 24.4725 173.547 0.252 -2.762 -1.550 358.695 +10 Jun 2021 20:00 UT 0.14 0.380 1775.8 403598 5.5621 24.5409 173.036 0.253 -2.815 -1.608 358.907 +10 Jun 2021 21:00 UT 0.18 0.422 1776.2 403522 5.5984 24.6073 172.526 0.254 -2.867 -1.666 359.120 +10 Jun 2021 22:00 UT 0.21 0.463 1776.5 403445 5.6348 24.6718 172.016 0.255 -2.919 -1.723 359.333 +10 Jun 2021 23:00 UT 0.25 0.505 1776.9 403367 5.6713 24.7343 171.505 0.256 -2.970 -1.781 359.546 +11 Jun 2021 00:00 UT 0.29 0.547 1777.2 403288 5.7077 24.7948 170.995 0.256 -3.022 -1.838 359.759 +11 Jun 2021 01:00 UT 0.34 0.588 1777.6 403208 5.7443 24.8534 170.484 0.257 -3.073 -1.896 359.973 +11 Jun 2021 02:00 UT 0.38 0.630 1777.9 403127 5.7809 24.9100 169.974 0.258 -3.124 -1.953 0.187 +11 Jun 2021 03:00 UT 0.44 0.672 1778.3 403045 5.8175 24.9646 169.464 0.259 -3.175 -2.010 0.401 +11 Jun 2021 04:00 UT 0.49 0.713 1778.6 402963 5.8542 25.0172 168.953 0.260 -3.226 -2.067 0.616 +11 Jun 2021 05:00 UT 0.55 0.755 1779.0 402879 5.8909 25.0678 168.443 0.261 -3.276 -2.124 0.831 +11 Jun 2021 06:00 UT 0.61 0.797 1779.4 402794 5.9276 25.1164 167.932 0.262 -3.326 -2.180 1.046 +11 Jun 2021 07:00 UT 0.67 0.838 1779.8 402709 5.9645 25.1630 167.422 0.262 -3.376 -2.237 1.261 +11 Jun 2021 08:00 UT 0.74 0.880 1780.1 402622 6.0013 25.2075 166.911 0.263 -3.426 -2.293 1.476 +11 Jun 2021 09:00 UT 0.81 0.922 1780.5 402534 6.0382 25.2500 166.401 0.264 -3.475 -2.350 1.692 +11 Jun 2021 10:00 UT 0.88 0.963 1780.9 402446 6.0751 25.2905 165.891 0.265 -3.524 -2.406 1.908 +11 Jun 2021 11:00 UT 0.96 1.005 1781.3 402357 6.1121 25.3288 165.380 0.266 -3.573 -2.462 2.123 +11 Jun 2021 12:00 UT 1.04 1.047 1781.7 402266 6.1491 25.3652 164.870 0.267 -3.622 -2.517 2.339 +11 Jun 2021 13:00 UT 1.13 1.088 1782.1 402175 6.1862 25.3994 164.359 0.268 -3.670 -2.573 2.555 +11 Jun 2021 14:00 UT 1.21 1.130 1782.5 402083 6.2232 25.4316 163.849 0.268 -3.719 -2.628 2.771 +11 Jun 2021 15:00 UT 1.30 1.172 1782.9 401990 6.2603 25.4617 163.339 0.269 -3.766 -2.683 2.987 +11 Jun 2021 16:00 UT 1.40 1.213 1783.4 401896 6.2975 25.4897 162.828 0.270 -3.814 -2.739 3.203 +11 Jun 2021 17:00 UT 1.49 1.255 1783.8 401801 6.3347 25.5156 162.318 0.271 -3.861 -2.793 3.419 +11 Jun 2021 18:00 UT 1.59 1.297 1784.2 401705 6.3719 25.5394 161.807 0.272 -3.909 -2.848 3.635 +11 Jun 2021 19:00 UT 1.70 1.338 1784.6 401608 6.4091 25.5611 161.297 0.273 -3.955 -2.902 3.850 +11 Jun 2021 20:00 UT 1.80 1.380 1785.1 401510 6.4464 25.5807 160.787 0.274 -4.002 -2.957 4.066 +11 Jun 2021 21:00 UT 1.91 1.422 1785.5 401412 6.4837 25.5981 160.276 0.274 -4.048 -3.011 4.281 +11 Jun 2021 22:00 UT 2.03 1.463 1786.0 401312 6.5211 25.6134 159.766 0.275 -4.094 -3.065 4.497 +11 Jun 2021 23:00 UT 2.14 1.505 1786.4 401212 6.5584 25.6267 159.256 0.276 -4.140 -3.118 4.712 +12 Jun 2021 00:00 UT 2.26 1.547 1786.9 401110 6.5958 25.6377 158.745 0.277 -4.186 -3.172 4.927 +12 Jun 2021 01:00 UT 2.39 1.588 1787.3 401008 6.6332 25.6466 158.235 0.278 -4.231 -3.225 5.141 +12 Jun 2021 02:00 UT 2.51 1.630 1787.8 400905 6.6706 25.6534 157.724 0.279 -4.276 -3.278 5.355 +12 Jun 2021 03:00 UT 2.64 1.672 1788.2 400801 6.7081 25.6581 157.214 0.280 -4.320 -3.331 5.570 +12 Jun 2021 04:00 UT 2.77 1.713 1788.7 400696 6.7455 25.6606 156.704 0.280 -4.364 -3.383 5.783 +12 Jun 2021 05:00 UT 2.91 1.755 1789.2 400590 6.7830 25.6609 156.193 0.281 -4.408 -3.435 5.997 +12 Jun 2021 06:00 UT 3.05 1.797 1789.7 400483 6.8205 25.6591 155.683 0.282 -4.452 -3.487 6.210 +12 Jun 2021 07:00 UT 3.19 1.838 1790.1 400375 6.8581 25.6551 155.173 0.283 -4.496 -3.539 6.422 +12 Jun 2021 08:00 UT 3.34 1.880 1790.6 400267 6.8956 25.6490 154.662 0.284 -4.539 -3.591 6.635 +12 Jun 2021 09:00 UT 3.48 1.922 1791.1 400157 6.9331 25.6407 154.152 0.285 -4.581 -3.642 6.846 +12 Jun 2021 10:00 UT 3.64 1.963 1791.6 400047 6.9707 25.6302 153.642 0.286 -4.624 -3.693 7.058 +12 Jun 2021 11:00 UT 3.79 2.005 1792.1 399935 7.0083 25.6175 153.131 0.287 -4.666 -3.744 7.268 +12 Jun 2021 12:00 UT 3.95 2.047 1792.6 399823 7.0459 25.6027 152.621 0.287 -4.708 -3.794 7.479 +12 Jun 2021 13:00 UT 4.11 2.088 1793.1 399710 7.0835 25.5857 152.111 0.288 -4.750 -3.844 7.688 +12 Jun 2021 14:00 UT 4.27 2.130 1793.6 399596 7.1211 25.5666 151.600 0.289 -4.791 -3.894 7.897 +12 Jun 2021 15:00 UT 4.44 2.172 1794.1 399481 7.1587 25.5453 151.090 0.290 -4.832 -3.944 8.106 +12 Jun 2021 16:00 UT 4.61 2.213 1794.7 399366 7.1963 25.5218 150.580 0.291 -4.872 -3.993 8.314 +12 Jun 2021 17:00 UT 4.79 2.255 1795.2 399249 7.2339 25.4961 150.069 0.292 -4.913 -4.042 8.521 +12 Jun 2021 18:00 UT 4.96 2.297 1795.7 399131 7.2715 25.4682 149.559 0.293 -4.952 -4.091 8.728 +12 Jun 2021 19:00 UT 5.14 2.338 1796.2 399013 7.3091 25.4382 149.049 0.294 -4.992 -4.139 8.934 +12 Jun 2021 20:00 UT 5.33 2.380 1796.8 398894 7.3468 25.4060 148.538 0.295 -5.031 -4.188 9.139 +12 Jun 2021 21:00 UT 5.51 2.422 1797.3 398773 7.3844 25.3716 148.028 0.295 -5.070 -4.235 9.343 +12 Jun 2021 22:00 UT 5.70 2.463 1797.9 398652 7.4220 25.3351 147.518 0.296 -5.109 -4.283 9.547 +12 Jun 2021 23:00 UT 5.90 2.505 1798.4 398530 7.4596 25.2964 147.007 0.297 -5.147 -4.330 9.750 +13 Jun 2021 00:00 UT 6.09 2.547 1799.0 398408 7.4972 25.2555 146.497 0.298 -5.185 -4.377 9.952 +13 Jun 2021 01:00 UT 6.29 2.588 1799.5 398284 7.5348 25.2124 145.987 0.299 -5.223 -4.424 10.153 +13 Jun 2021 02:00 UT 6.49 2.630 1800.1 398159 7.5724 25.1672 145.477 0.300 -5.260 -4.470 10.353 +13 Jun 2021 03:00 UT 6.70 2.672 1800.7 398034 7.6100 25.1198 144.966 0.301 -5.297 -4.516 10.553 +13 Jun 2021 04:00 UT 6.91 2.713 1801.2 397907 7.6476 25.0703 144.456 0.302 -5.333 -4.561 10.751 +13 Jun 2021 05:00 UT 7.12 2.755 1801.8 397780 7.6852 25.0186 143.946 0.303 -5.369 -4.607 10.949 +13 Jun 2021 06:00 UT 7.33 2.797 1802.4 397652 7.7227 24.9647 143.436 0.303 -5.405 -4.651 11.145 +13 Jun 2021 07:00 UT 7.55 2.838 1803.0 397523 7.7603 24.9087 142.925 0.304 -5.440 -4.696 11.341 +13 Jun 2021 08:00 UT 7.77 2.880 1803.6 397393 7.7978 24.8505 142.415 0.305 -5.476 -4.740 11.535 +13 Jun 2021 09:00 UT 8.00 2.922 1804.2 397262 7.8354 24.7902 141.905 0.306 -5.510 -4.784 11.729 +13 Jun 2021 10:00 UT 8.22 2.963 1804.8 397130 7.8729 24.7278 141.395 0.307 -5.545 -4.828 11.921 +13 Jun 2021 11:00 UT 8.45 3.005 1805.4 396998 7.9104 24.6632 140.884 0.308 -5.579 -4.871 12.113 +13 Jun 2021 12:00 UT 8.68 3.047 1806.0 396864 7.9478 24.5965 140.374 0.309 -5.612 -4.913 12.303 +13 Jun 2021 13:00 UT 8.92 3.088 1806.6 396730 7.9853 24.5276 139.864 0.310 -5.645 -4.956 12.492 +13 Jun 2021 14:00 UT 9.16 3.130 1807.2 396595 8.0227 24.4566 139.354 0.311 -5.678 -4.998 12.680 +13 Jun 2021 15:00 UT 9.40 3.172 1807.8 396459 8.0602 24.3835 138.844 0.312 -5.711 -5.039 12.867 +13 Jun 2021 16:00 UT 9.65 3.213 1808.4 396322 8.0976 24.3083 138.333 0.312 -5.743 -5.081 13.052 +13 Jun 2021 17:00 UT 9.89 3.255 1809.1 396184 8.1349 24.2310 137.823 0.313 -5.774 -5.121 13.237 +13 Jun 2021 18:00 UT 10.14 3.297 1809.7 396045 8.1723 24.1516 137.313 0.314 -5.806 -5.162 13.420 +13 Jun 2021 19:00 UT 10.40 3.338 1810.3 395906 8.2096 24.0701 136.803 0.315 -5.837 -5.202 13.602 +13 Jun 2021 20:00 UT 10.65 3.380 1811.0 395765 8.2469 23.9865 136.293 0.316 -5.867 -5.242 13.782 +13 Jun 2021 21:00 UT 10.91 3.422 1811.6 395624 8.2842 23.9008 135.783 0.317 -5.897 -5.281 13.962 +13 Jun 2021 22:00 UT 11.18 3.463 1812.3 395482 8.3215 23.8131 135.272 0.318 -5.927 -5.320 14.140 +13 Jun 2021 23:00 UT 11.44 3.505 1812.9 395338 8.3587 23.7232 134.762 0.319 -5.956 -5.358 14.316 +14 Jun 2021 00:00 UT 11.71 3.547 1813.6 395194 8.3959 23.6313 134.252 0.320 -5.985 -5.396 14.491 +14 Jun 2021 01:00 UT 11.98 3.588 1814.3 395050 8.4331 23.5374 133.742 0.321 -6.014 -5.434 14.665 +14 Jun 2021 02:00 UT 12.25 3.630 1814.9 394904 8.4702 23.4414 133.232 0.322 -6.042 -5.471 14.838 +14 Jun 2021 03:00 UT 12.53 3.672 1815.6 394757 8.5073 23.3434 132.722 0.323 -6.069 -5.507 15.009 +14 Jun 2021 04:00 UT 12.81 3.713 1816.3 394610 8.5444 23.2433 132.212 0.323 -6.097 -5.544 15.178 +14 Jun 2021 05:00 UT 13.09 3.755 1817.0 394462 8.5814 23.1412 131.701 0.324 -6.124 -5.580 15.347 +14 Jun 2021 06:00 UT 13.38 3.797 1817.7 394313 8.6185 23.0371 131.191 0.325 -6.150 -5.615 15.513 +14 Jun 2021 07:00 UT 13.67 3.838 1818.3 394163 8.6554 22.9310 130.681 0.326 -6.176 -5.650 15.679 +14 Jun 2021 08:00 UT 13.96 3.880 1819.0 394012 8.6924 22.8228 130.171 0.327 -6.202 -5.685 15.842 +14 Jun 2021 09:00 UT 14.25 3.922 1819.7 393860 8.7293 22.7127 129.661 0.328 -6.227 -5.719 16.004 +14 Jun 2021 10:00 UT 14.55 3.963 1820.4 393707 8.7662 22.6006 129.151 0.329 -6.252 -5.752 16.165 +14 Jun 2021 11:00 UT 14.85 4.005 1821.2 393554 8.8030 22.4866 128.641 0.330 -6.276 -5.785 16.324 +14 Jun 2021 12:00 UT 15.15 4.047 1821.9 393400 8.8399 22.3705 128.131 0.331 -6.300 -5.818 16.482 +14 Jun 2021 13:00 UT 15.45 4.088 1822.6 393244 8.8766 22.2525 127.621 0.332 -6.323 -5.850 16.638 +14 Jun 2021 14:00 UT 15.76 4.130 1823.3 393088 8.9134 22.1326 127.111 0.333 -6.346 -5.882 16.792 +14 Jun 2021 15:00 UT 16.07 4.172 1824.0 392932 8.9501 22.0107 126.601 0.334 -6.369 -5.913 16.945 +14 Jun 2021 16:00 UT 16.38 4.213 1824.8 392774 8.9867 21.8869 126.091 0.335 -6.391 -5.944 17.096 +14 Jun 2021 17:00 UT 16.70 4.255 1825.5 392615 9.0234 21.7612 125.581 0.336 -6.413 -5.975 17.245 +14 Jun 2021 18:00 UT 17.02 4.297 1826.3 392456 9.0600 21.6336 125.071 0.337 -6.434 -6.004 17.393 +14 Jun 2021 19:00 UT 17.34 4.338 1827.0 392296 9.0965 21.5041 124.561 0.338 -6.455 -6.034 17.539 +14 Jun 2021 20:00 UT 17.66 4.380 1827.7 392135 9.1330 21.3727 124.051 0.338 -6.475 -6.063 17.683 +14 Jun 2021 21:00 UT 17.99 4.422 1828.5 391973 9.1695 21.2394 123.541 0.339 -6.495 -6.091 17.826 +14 Jun 2021 22:00 UT 18.32 4.463 1829.3 391810 9.2059 21.1043 123.031 0.340 -6.515 -6.119 17.967 +14 Jun 2021 23:00 UT 18.65 4.505 1830.0 391647 9.2423 20.9673 122.521 0.341 -6.534 -6.146 18.106 +15 Jun 2021 00:00 UT 18.98 4.547 1830.8 391482 9.2787 20.8285 122.011 0.342 -6.552 -6.173 18.244 +15 Jun 2021 01:00 UT 19.32 4.588 1831.6 391317 9.3150 20.6878 121.501 0.343 -6.570 -6.200 18.380 +15 Jun 2021 02:00 UT 19.65 4.630 1832.3 391151 9.3513 20.5453 120.991 0.344 -6.588 -6.225 18.514 +15 Jun 2021 03:00 UT 20.00 4.672 1833.1 390984 9.3875 20.4010 120.481 0.345 -6.605 -6.251 18.646 +15 Jun 2021 04:00 UT 20.34 4.713 1833.9 390817 9.4237 20.2549 119.971 0.346 -6.622 -6.276 18.776 +15 Jun 2021 05:00 UT 20.69 4.755 1834.7 390648 9.4599 20.1070 119.461 0.347 -6.638 -6.300 18.905 +15 Jun 2021 06:00 UT 21.03 4.797 1835.5 390479 9.4960 19.9574 118.951 0.348 -6.654 -6.324 19.032 +15 Jun 2021 07:00 UT 21.39 4.838 1836.3 390309 9.5321 19.8060 118.441 0.349 -6.669 -6.347 19.157 +15 Jun 2021 08:00 UT 21.74 4.880 1837.1 390138 9.5681 19.6528 117.932 0.350 -6.684 -6.370 19.280 +15 Jun 2021 09:00 UT 22.09 4.922 1837.9 389966 9.6041 19.4979 117.422 0.351 -6.698 -6.392 19.402 +15 Jun 2021 10:00 UT 22.45 4.963 1838.7 389794 9.6401 19.3413 116.912 0.352 -6.712 -6.413 19.521 +15 Jun 2021 11:00 UT 22.81 5.005 1839.5 389621 9.6760 19.1829 116.402 0.353 -6.726 -6.435 19.639 +15 Jun 2021 12:00 UT 23.18 5.047 1840.4 389447 9.7119 19.0229 115.892 0.354 -6.739 -6.455 19.755 +15 Jun 2021 13:00 UT 23.54 5.088 1841.2 389272 9.7477 18.8612 115.382 0.355 -6.751 -6.475 19.869 +15 Jun 2021 14:00 UT 23.91 5.130 1842.0 389097 9.7835 18.6977 114.872 0.356 -6.763 -6.495 19.981 +15 Jun 2021 15:00 UT 24.28 5.172 1842.9 388920 9.8193 18.5327 114.363 0.357 -6.774 -6.514 20.091 +15 Jun 2021 16:00 UT 24.65 5.213 1843.7 388743 9.8550 18.3659 113.853 0.358 -6.785 -6.532 20.200 +15 Jun 2021 17:00 UT 25.02 5.255 1844.5 388566 9.8907 18.1976 113.343 0.359 -6.796 -6.550 20.306 +15 Jun 2021 18:00 UT 25.40 5.297 1845.4 388387 9.9263 18.0276 112.833 0.360 -6.806 -6.567 20.411 +15 Jun 2021 19:00 UT 25.78 5.338 1846.2 388208 9.9619 17.8560 112.323 0.361 -6.815 -6.584 20.513 +15 Jun 2021 20:00 UT 26.16 5.380 1847.1 388028 9.9975 17.6828 111.814 0.362 -6.824 -6.600 20.614 +15 Jun 2021 21:00 UT 26.54 5.422 1848.0 387847 10.0330 17.5080 111.304 0.363 -6.833 -6.615 20.713 +15 Jun 2021 22:00 UT 26.93 5.463 1848.8 387666 10.0685 17.3316 110.794 0.364 -6.840 -6.630 20.810 +15 Jun 2021 23:00 UT 27.31 5.505 1849.7 387484 10.1039 17.1537 110.284 0.365 -6.848 -6.645 20.905 +16 Jun 2021 00:00 UT 27.70 5.547 1850.6 387301 10.1394 16.9742 109.775 0.366 -6.855 -6.658 20.998 +16 Jun 2021 01:00 UT 28.09 5.588 1851.4 387117 10.1747 16.7932 109.265 0.367 -6.861 -6.672 21.089 +16 Jun 2021 02:00 UT 28.49 5.630 1852.3 386933 10.2101 16.6107 108.755 0.368 -6.867 -6.684 21.178 +16 Jun 2021 03:00 UT 28.88 5.672 1853.2 386748 10.2454 16.4266 108.246 0.369 -6.873 -6.696 21.265 +16 Jun 2021 04:00 UT 29.28 5.713 1854.1 386563 10.2806 16.2411 107.736 0.370 -6.877 -6.708 21.350 +16 Jun 2021 05:00 UT 29.68 5.755 1855.0 386377 10.3159 16.0541 107.226 0.371 -6.882 -6.719 21.433 +16 Jun 2021 06:00 UT 30.08 5.797 1855.9 386190 10.3511 15.8656 106.716 0.372 -6.886 -6.729 21.515 +16 Jun 2021 07:00 UT 30.48 5.838 1856.8 386002 10.3862 15.6757 106.207 0.373 -6.889 -6.739 21.594 +16 Jun 2021 08:00 UT 30.89 5.880 1857.7 385814 10.4214 15.4843 105.697 0.374 -6.892 -6.748 21.671 +16 Jun 2021 09:00 UT 31.30 5.922 1858.6 385625 10.4565 15.2915 105.188 0.375 -6.894 -6.756 21.747 +16 Jun 2021 10:00 UT 31.70 5.963 1859.5 385436 10.4915 15.0973 104.678 0.376 -6.896 -6.764 21.820 +16 Jun 2021 11:00 UT 32.12 6.005 1860.4 385246 10.5266 14.9017 104.168 0.377 -6.897 -6.771 21.891 +16 Jun 2021 12:00 UT 32.53 6.047 1861.4 385055 10.5616 14.7048 103.659 0.378 -6.898 -6.778 21.961 +16 Jun 2021 13:00 UT 32.94 6.088 1862.3 384864 10.5966 14.5064 103.149 0.379 -6.898 -6.784 22.028 +16 Jun 2021 14:00 UT 33.36 6.130 1863.2 384672 10.6315 14.3067 102.639 0.380 -6.897 -6.789 22.093 +16 Jun 2021 15:00 UT 33.78 6.172 1864.1 384480 10.6664 14.1057 102.130 0.381 -6.897 -6.794 22.157 +16 Jun 2021 16:00 UT 34.19 6.213 1865.1 384287 10.7013 13.9033 101.620 0.382 -6.895 -6.799 22.218 +16 Jun 2021 17:00 UT 34.62 6.255 1866.0 384093 10.7362 13.6997 101.111 0.383 -6.893 -6.802 22.278 +16 Jun 2021 18:00 UT 35.04 6.297 1867.0 383899 10.7710 13.4947 100.601 0.384 -6.891 -6.805 22.335 +16 Jun 2021 19:00 UT 35.46 6.338 1867.9 383705 10.8058 13.2885 100.092 0.385 -6.888 -6.807 22.391 +16 Jun 2021 20:00 UT 35.89 6.380 1868.9 383510 10.8406 13.0810 99.582 0.387 -6.884 -6.809 22.444 +16 Jun 2021 21:00 UT 36.32 6.422 1869.8 383314 10.8753 12.8722 99.073 0.388 -6.880 -6.810 22.495 +16 Jun 2021 22:00 UT 36.74 6.463 1870.8 383118 10.9101 12.6622 98.563 0.389 -6.875 -6.811 22.545 +16 Jun 2021 23:00 UT 37.17 6.505 1871.7 382921 10.9448 12.4510 98.054 0.390 -6.870 -6.810 22.592 +17 Jun 2021 00:00 UT 37.61 6.547 1872.7 382724 10.9795 12.2386 97.544 0.391 -6.864 -6.810 22.637 +17 Jun 2021 01:00 UT 38.04 6.588 1873.7 382527 11.0141 12.0250 97.035 0.392 -6.858 -6.808 22.681 +17 Jun 2021 02:00 UT 38.47 6.630 1874.6 382329 11.0488 11.8102 96.525 0.393 -6.851 -6.806 22.722 +17 Jun 2021 03:00 UT 38.91 6.672 1875.6 382131 11.0834 11.5942 96.016 0.394 -6.843 -6.803 22.761 +17 Jun 2021 04:00 UT 39.35 6.713 1876.6 381932 11.1180 11.3771 95.506 0.395 -6.835 -6.800 22.799 +17 Jun 2021 05:00 UT 39.79 6.755 1877.6 381733 11.1526 11.1589 94.997 0.396 -6.827 -6.796 22.834 +17 Jun 2021 06:00 UT 40.23 6.797 1878.5 381533 11.1872 10.9396 94.488 0.397 -6.818 -6.791 22.867 +17 Jun 2021 07:00 UT 40.67 6.838 1879.5 381333 11.2217 10.7192 93.978 0.398 -6.808 -6.786 22.899 +17 Jun 2021 08:00 UT 41.11 6.880 1880.5 381133 11.2562 10.4977 93.469 0.399 -6.798 -6.780 22.928 +17 Jun 2021 09:00 UT 41.55 6.922 1881.5 380933 11.2908 10.2751 92.959 0.401 -6.787 -6.773 22.955 +17 Jun 2021 10:00 UT 42.00 6.963 1882.5 380732 11.3253 10.0514 92.450 0.402 -6.776 -6.766 22.980 +17 Jun 2021 11:00 UT 42.44 7.005 1883.5 380530 11.3598 9.8268 91.941 0.403 -6.764 -6.758 23.003 +17 Jun 2021 12:00 UT 42.89 7.047 1884.5 380329 11.3943 9.6011 91.431 0.404 -6.751 -6.749 23.025 +17 Jun 2021 13:00 UT 43.34 7.088 1885.5 380127 11.4287 9.3744 90.922 0.405 -6.738 -6.740 23.044 +17 Jun 2021 14:00 UT 43.79 7.130 1886.5 379925 11.4632 9.1467 90.413 0.406 -6.725 -6.730 23.061 +17 Jun 2021 15:00 UT 44.24 7.172 1887.5 379723 11.4977 8.9181 89.903 0.407 -6.711 -6.720 23.076 +17 Jun 2021 16:00 UT 44.69 7.213 1888.5 379520 11.5321 8.6885 89.394 0.408 -6.696 -6.709 23.089 +17 Jun 2021 17:00 UT 45.14 7.255 1889.5 379317 11.5666 8.4579 88.885 0.409 -6.680 -6.697 23.100 +17 Jun 2021 18:00 UT 45.60 7.297 1890.5 379114 11.6010 8.2265 88.376 0.411 -6.665 -6.684 23.109 +17 Jun 2021 19:00 UT 46.05 7.338 1891.5 378911 11.6355 7.9941 87.866 0.412 -6.648 -6.671 23.116 +17 Jun 2021 20:00 UT 46.50 7.380 1892.6 378708 11.6699 7.7609 87.357 0.413 -6.631 -6.657 23.121 +17 Jun 2021 21:00 UT 46.96 7.422 1893.6 378505 11.7043 7.5267 86.848 0.414 -6.614 -6.643 23.124 +17 Jun 2021 22:00 UT 47.42 7.463 1894.6 378301 11.7388 7.2918 86.339 0.415 -6.595 -6.628 23.125 +17 Jun 2021 23:00 UT 47.87 7.505 1895.6 378097 11.7732 7.0559 85.829 0.416 -6.577 -6.612 23.124 +18 Jun 2021 00:00 UT 48.33 7.547 1896.6 377894 11.8076 6.8193 85.320 0.417 -6.557 -6.595 23.121 +18 Jun 2021 01:00 UT 48.79 7.588 1897.7 377690 11.8421 6.5819 84.811 0.418 -6.538 -6.578 23.116 +18 Jun 2021 02:00 UT 49.25 7.630 1898.7 377486 11.8765 6.3436 84.302 0.420 -6.517 -6.560 23.109 +18 Jun 2021 03:00 UT 49.71 7.672 1899.7 377282 11.9110 6.1046 83.793 0.421 -6.496 -6.542 23.100 +18 Jun 2021 04:00 UT 50.17 7.713 1900.7 377078 11.9454 5.8649 83.284 0.422 -6.475 -6.523 23.089 +18 Jun 2021 05:00 UT 50.63 7.755 1901.8 376874 11.9799 5.6244 82.774 0.423 -6.452 -6.503 23.076 +18 Jun 2021 06:00 UT 51.09 7.797 1902.8 376670 12.0144 5.3832 82.265 0.424 -6.430 -6.482 23.061 +18 Jun 2021 07:00 UT 51.55 7.838 1903.8 376467 12.0488 5.1413 81.756 0.425 -6.406 -6.461 23.044 +18 Jun 2021 08:00 UT 52.01 7.880 1904.8 376263 12.0833 4.8987 81.247 0.427 -6.382 -6.439 23.024 +18 Jun 2021 09:00 UT 52.48 7.922 1905.9 376059 12.1178 4.6555 80.738 0.428 -6.358 -6.417 23.003 +18 Jun 2021 10:00 UT 52.94 7.963 1906.9 375856 12.1523 4.4116 80.229 0.429 -6.333 -6.394 22.980 +18 Jun 2021 11:00 UT 53.40 8.005 1907.9 375652 12.1869 4.1671 79.720 0.430 -6.307 -6.370 22.955 +18 Jun 2021 12:00 UT 53.86 8.047 1909.0 375449 12.2214 3.9220 79.211 0.431 -6.281 -6.346 22.928 +18 Jun 2021 13:00 UT 54.33 8.088 1910.0 375246 12.2560 3.6763 78.702 0.432 -6.254 -6.321 22.898 +18 Jun 2021 14:00 UT 54.79 8.130 1911.0 375043 12.2906 3.4300 78.193 0.434 -6.227 -6.295 22.867 +18 Jun 2021 15:00 UT 55.25 8.172 1912.1 374841 12.3252 3.1832 77.684 0.435 -6.199 -6.268 22.834 +18 Jun 2021 16:00 UT 55.72 8.213 1913.1 374638 12.3598 2.9358 77.175 0.436 -6.171 -6.241 22.799 +18 Jun 2021 17:00 UT 56.18 8.255 1914.1 374436 12.3945 2.6879 76.666 0.437 -6.142 -6.213 22.761 +18 Jun 2021 18:00 UT 56.65 8.297 1915.2 374235 12.4291 2.4396 76.157 0.438 -6.112 -6.185 22.722 +18 Jun 2021 19:00 UT 57.11 8.338 1916.2 374033 12.4638 2.1908 75.648 0.440 -6.082 -6.156 22.681 +18 Jun 2021 20:00 UT 57.57 8.380 1917.2 373832 12.4986 1.9415 75.139 0.441 -6.051 -6.126 22.637 +18 Jun 2021 21:00 UT 58.04 8.422 1918.3 373631 12.5333 1.6917 74.630 0.442 -6.020 -6.096 22.592 +18 Jun 2021 22:00 UT 58.50 8.463 1919.3 373431 12.5681 1.4416 74.121 0.443 -5.988 -6.065 22.545 +18 Jun 2021 23:00 UT 58.96 8.505 1920.3 373231 12.6029 1.1911 73.612 0.444 -5.955 -6.033 22.495 +19 Jun 2021 00:00 UT 59.43 8.547 1921.3 373032 12.6378 0.9402 73.103 0.446 -5.922 -6.001 22.444 +19 Jun 2021 01:00 UT 59.89 8.588 1922.4 372833 12.6726 0.6889 72.594 0.447 -5.889 -5.968 22.390 +19 Jun 2021 02:00 UT 60.35 8.630 1923.4 372634 12.7076 0.4373 72.085 0.448 -5.855 -5.934 22.335 +19 Jun 2021 03:00 UT 60.81 8.672 1924.4 372436 12.7425 0.1855 71.576 0.449 -5.820 -5.900 22.278 +19 Jun 2021 04:00 UT 61.27 8.713 1925.4 372239 12.7775 -0.0667 71.068 0.451 -5.785 -5.865 22.218 +19 Jun 2021 05:00 UT 61.73 8.755 1926.5 372042 12.8125 -0.3192 70.559 0.452 -5.749 -5.829 22.157 +19 Jun 2021 06:00 UT 62.19 8.797 1927.5 371846 12.8476 -0.5719 70.050 0.453 -5.712 -5.793 22.093 +19 Jun 2021 07:00 UT 62.65 8.838 1928.5 371650 12.8827 -0.8248 69.541 0.454 -5.675 -5.756 22.028 +19 Jun 2021 08:00 UT 63.11 8.880 1929.5 371455 12.9178 -1.0780 69.032 0.455 -5.638 -5.718 21.960 +19 Jun 2021 09:00 UT 63.57 8.922 1930.5 371261 12.9530 -1.3313 68.523 0.457 -5.600 -5.680 21.891 +19 Jun 2021 10:00 UT 64.03 8.963 1931.5 371067 12.9883 -1.5847 68.015 0.458 -5.561 -5.641 21.819 +19 Jun 2021 11:00 UT 64.49 9.005 1932.5 370874 13.0235 -1.8384 67.506 0.459 -5.522 -5.602 21.746 +19 Jun 2021 12:00 UT 64.94 9.047 1933.5 370682 13.0589 -2.0921 66.997 0.460 -5.482 -5.562 21.670 +19 Jun 2021 13:00 UT 65.40 9.088 1934.5 370491 13.0943 -2.3459 66.488 0.462 -5.442 -5.521 21.593 +19 Jun 2021 14:00 UT 65.85 9.130 1935.5 370300 13.1297 -2.5998 65.980 0.463 -5.401 -5.480 21.513 +19 Jun 2021 15:00 UT 66.31 9.172 1936.5 370110 13.1652 -2.8537 65.471 0.464 -5.359 -5.438 21.432 +19 Jun 2021 16:00 UT 66.76 9.213 1937.5 369922 13.2007 -3.1077 64.962 0.466 -5.317 -5.395 21.348 +19 Jun 2021 17:00 UT 67.21 9.255 1938.5 369734 13.2363 -3.3617 64.454 0.467 -5.275 -5.352 21.263 +19 Jun 2021 18:00 UT 67.66 9.297 1939.5 369547 13.2719 -3.6156 63.945 0.468 -5.232 -5.308 21.175 +19 Jun 2021 19:00 UT 68.11 9.338 1940.4 369361 13.3077 -3.8695 63.436 0.469 -5.188 -5.264 21.085 +19 Jun 2021 20:00 UT 68.56 9.380 1941.4 369175 13.3434 -4.1233 62.927 0.471 -5.144 -5.219 20.994 +19 Jun 2021 21:00 UT 69.00 9.422 1942.4 368991 13.3792 -4.3771 62.419 0.472 -5.099 -5.173 20.900 +19 Jun 2021 22:00 UT 69.45 9.463 1943.3 368808 13.4151 -4.6307 61.910 0.473 -5.054 -5.127 20.804 +19 Jun 2021 23:00 UT 69.89 9.505 1944.3 368626 13.4511 -4.8841 61.402 0.475 -5.008 -5.080 20.707 +20 Jun 2021 00:00 UT 70.34 9.547 1945.3 368446 13.4871 -5.1374 60.893 0.476 -4.962 -5.033 20.607 +20 Jun 2021 01:00 UT 70.78 9.588 1946.2 368266 13.5232 -5.3905 60.384 0.477 -4.915 -4.985 20.505 +20 Jun 2021 02:00 UT 71.22 9.630 1947.2 368087 13.5593 -5.6434 59.876 0.478 -4.868 -4.936 20.401 +20 Jun 2021 03:00 UT 71.66 9.672 1948.1 367910 13.5956 -5.8960 59.367 0.480 -4.820 -4.887 20.296 +20 Jun 2021 04:00 UT 72.09 9.713 1949.0 367734 13.6318 -6.1484 58.859 0.481 -4.772 -4.837 20.188 +20 Jun 2021 05:00 UT 72.53 9.755 1950.0 367559 13.6682 -6.4004 58.350 0.482 -4.723 -4.787 20.078 +20 Jun 2021 06:00 UT 72.96 9.797 1950.9 367385 13.7046 -6.6522 57.841 0.484 -4.673 -4.736 19.966 +20 Jun 2021 07:00 UT 73.39 9.838 1951.8 367212 13.7411 -6.9036 57.333 0.485 -4.623 -4.684 19.852 +20 Jun 2021 08:00 UT 73.82 9.880 1952.7 367041 13.7777 -7.1546 56.824 0.486 -4.573 -4.632 19.736 +20 Jun 2021 09:00 UT 74.25 9.922 1953.6 366872 13.8144 -7.4052 56.316 0.488 -4.522 -4.580 19.618 +20 Jun 2021 10:00 UT 74.68 9.963 1954.5 366703 13.8511 -7.6553 55.807 0.489 -4.471 -4.526 19.498 +20 Jun 2021 11:00 UT 75.10 10.005 1955.4 366536 13.8879 -7.9050 55.299 0.490 -4.419 -4.473 19.376 +20 Jun 2021 12:00 UT 75.52 10.047 1956.3 366371 13.9248 -8.1543 54.790 0.492 -4.366 -4.418 19.252 +20 Jun 2021 13:00 UT 75.94 10.088 1957.2 366207 13.9618 -8.4030 54.282 0.493 -4.313 -4.364 19.126 +20 Jun 2021 14:00 UT 76.36 10.130 1958.0 366044 13.9988 -8.6512 53.773 0.494 -4.260 -4.308 18.998 +20 Jun 2021 15:00 UT 76.78 10.172 1958.9 365883 14.0360 -8.8988 53.265 0.496 -4.206 -4.253 18.868 +20 Jun 2021 16:00 UT 77.19 10.213 1959.7 365724 14.0732 -9.1457 52.756 0.497 -4.152 -4.196 18.736 +20 Jun 2021 17:00 UT 77.60 10.255 1960.6 365566 14.1105 -9.3921 52.248 0.498 -4.097 -4.139 18.602 +20 Jun 2021 18:00 UT 78.01 10.297 1961.4 365410 14.1479 -9.6378 51.740 0.500 -4.042 -4.082 18.466 +20 Jun 2021 19:00 UT 78.42 10.338 1962.3 365255 14.1854 -9.8829 51.231 0.501 -3.986 -4.024 18.328 +20 Jun 2021 20:00 UT 78.83 10.380 1963.1 365102 14.2230 -10.1272 50.723 0.502 -3.930 -3.966 18.188 +20 Jun 2021 21:00 UT 79.23 10.422 1963.9 364951 14.2607 -10.3707 50.214 0.504 -3.873 -3.907 18.045 +20 Jun 2021 22:00 UT 79.63 10.463 1964.7 364801 14.2984 -10.6135 49.706 0.505 -3.816 -3.847 17.901 +20 Jun 2021 23:00 UT 80.03 10.505 1965.5 364654 14.3363 -10.8555 49.198 0.506 -3.758 -3.788 17.755 +21 Jun 2021 00:00 UT 80.42 10.547 1966.3 364508 14.3742 -11.0967 48.689 0.508 -3.700 -3.727 17.607 +21 Jun 2021 01:00 UT 80.81 10.588 1967.1 364364 14.4123 -11.3370 48.181 0.509 -3.642 -3.666 17.457 +21 Jun 2021 02:00 UT 81.20 10.630 1967.8 364221 14.4504 -11.5764 47.673 0.511 -3.583 -3.605 17.304 +21 Jun 2021 03:00 UT 81.59 10.672 1968.6 364081 14.4886 -11.8148 47.164 0.512 -3.524 -3.543 17.150 +21 Jun 2021 04:00 UT 81.97 10.713 1969.3 363942 14.5270 -12.0524 46.656 0.513 -3.464 -3.481 16.994 +21 Jun 2021 05:00 UT 82.35 10.755 1970.1 363806 14.5654 -12.2889 46.148 0.515 -3.404 -3.419 16.835 +21 Jun 2021 06:00 UT 82.73 10.797 1970.8 363671 14.6040 -12.5244 45.639 0.516 -3.343 -3.356 16.675 +21 Jun 2021 07:00 UT 83.11 10.838 1971.5 363538 14.6426 -12.7588 45.131 0.517 -3.282 -3.292 16.513 +21 Jun 2021 08:00 UT 83.48 10.880 1972.2 363408 14.6813 -12.9922 44.623 0.519 -3.221 -3.228 16.349 +21 Jun 2021 09:00 UT 83.85 10.922 1972.9 363279 14.7202 -13.2245 44.114 0.520 -3.159 -3.164 16.182 +21 Jun 2021 10:00 UT 84.21 10.963 1973.6 363153 14.7591 -13.4556 43.606 0.522 -3.097 -3.099 16.014 +21 Jun 2021 11:00 UT 84.58 11.005 1974.3 363028 14.7982 -13.6855 43.098 0.523 -3.034 -3.034 15.844 +21 Jun 2021 12:00 UT 84.94 11.047 1975.0 362906 14.8373 -13.9142 42.590 0.524 -2.971 -2.968 15.672 +21 Jun 2021 13:00 UT 85.29 11.088 1975.6 362786 14.8766 -14.1417 42.081 0.526 -2.908 -2.903 15.497 +21 Jun 2021 14:00 UT 85.64 11.130 1976.3 362668 14.9160 -14.3679 41.573 0.527 -2.844 -2.836 15.321 +21 Jun 2021 15:00 UT 85.99 11.172 1976.9 362552 14.9554 -14.5928 41.065 0.529 -2.780 -2.770 15.143 +21 Jun 2021 16:00 UT 86.34 11.213 1977.5 362438 14.9950 -14.8163 40.557 0.530 -2.716 -2.703 14.963 +21 Jun 2021 17:00 UT 86.68 11.255 1978.1 362327 15.0347 -15.0385 40.049 0.532 -2.651 -2.635 14.781 +21 Jun 2021 18:00 UT 87.02 11.297 1978.7 362218 15.0745 -15.2593 39.540 0.533 -2.586 -2.567 14.597 +21 Jun 2021 19:00 UT 87.36 11.338 1979.3 362111 15.1144 -15.4786 39.032 0.534 -2.520 -2.499 14.411 +21 Jun 2021 20:00 UT 87.69 11.380 1979.9 362007 15.1545 -15.6965 38.524 0.536 -2.454 -2.431 14.223 +21 Jun 2021 21:00 UT 88.02 11.422 1980.4 361905 15.1946 -15.9128 38.016 0.537 -2.388 -2.362 14.034 +21 Jun 2021 22:00 UT 88.35 11.463 1981.0 361805 15.2348 -16.1276 37.508 0.539 -2.322 -2.293 13.842 +21 Jun 2021 23:00 UT 88.67 11.505 1981.5 361708 15.2752 -16.3409 37.000 0.540 -2.255 -2.224 13.648 +22 Jun 2021 00:00 UT 88.99 11.547 1982.0 361613 15.3157 -16.5525 36.491 0.541 -2.188 -2.154 13.453 +22 Jun 2021 01:00 UT 89.30 11.588 1982.5 361520 15.3563 -16.7625 35.983 0.543 -2.120 -2.084 13.256 +22 Jun 2021 02:00 UT 89.61 11.630 1983.0 361430 15.3970 -16.9708 35.475 0.544 -2.053 -2.014 13.056 +22 Jun 2021 03:00 UT 89.92 11.672 1983.5 361343 15.4378 -17.1774 34.967 0.546 -1.985 -1.944 12.855 +22 Jun 2021 04:00 UT 90.22 11.713 1984.0 361258 15.4787 -17.3823 34.459 0.547 -1.917 -1.873 12.652 +22 Jun 2021 05:00 UT 90.52 11.755 1984.4 361175 15.5197 -17.5854 33.951 0.549 -1.848 -1.802 12.447 +22 Jun 2021 06:00 UT 90.81 11.797 1984.9 361095 15.5609 -17.7866 33.443 0.550 -1.779 -1.731 12.241 +22 Jun 2021 07:00 UT 91.10 11.838 1985.3 361018 15.6021 -17.9861 32.935 0.551 -1.710 -1.659 12.032 +22 Jun 2021 08:00 UT 91.39 11.880 1985.7 360943 15.6435 -18.1836 32.427 0.553 -1.641 -1.588 11.822 +22 Jun 2021 09:00 UT 91.67 11.922 1986.1 360871 15.6850 -18.3793 31.918 0.554 -1.571 -1.516 11.610 +22 Jun 2021 10:00 UT 91.95 11.963 1986.5 360802 15.7266 -18.5730 31.410 0.556 -1.501 -1.444 11.396 +22 Jun 2021 11:00 UT 92.22 12.005 1986.8 360735 15.7683 -18.7648 30.902 0.557 -1.431 -1.371 11.181 +22 Jun 2021 12:00 UT 92.49 12.047 1987.2 360671 15.8101 -18.9545 30.394 0.559 -1.361 -1.299 10.964 +22 Jun 2021 13:00 UT 92.76 12.088 1987.5 360609 15.8521 -19.1422 29.886 0.560 -1.291 -1.226 10.745 +22 Jun 2021 14:00 UT 93.02 12.130 1987.9 360551 15.8941 -19.3278 29.378 0.562 -1.220 -1.153 10.524 +22 Jun 2021 15:00 UT 93.27 12.172 1988.2 360495 15.9363 -19.5113 28.870 0.563 -1.149 -1.080 10.301 +22 Jun 2021 16:00 UT 93.53 12.213 1988.5 360441 15.9785 -19.6927 28.362 0.564 -1.078 -1.007 10.077 +22 Jun 2021 17:00 UT 93.77 12.255 1988.7 360391 16.0209 -19.8719 27.854 0.566 -1.007 -0.934 9.852 +22 Jun 2021 18:00 UT 94.02 12.297 1989.0 360343 16.0634 -20.0489 27.346 0.567 -0.935 -0.860 9.624 +22 Jun 2021 19:00 UT 94.26 12.338 1989.3 360298 16.1060 -20.2236 26.838 0.569 -0.864 -0.787 9.395 +22 Jun 2021 20:00 UT 94.49 12.380 1989.5 360256 16.1487 -20.3961 26.330 0.570 -0.792 -0.713 9.165 +22 Jun 2021 21:00 UT 94.72 12.422 1989.7 360216 16.1915 -20.5663 25.822 0.572 -0.720 -0.639 8.933 +22 Jun 2021 22:00 UT 94.94 12.463 1989.9 360180 16.2344 -20.7342 25.314 0.573 -0.648 -0.565 8.699 +22 Jun 2021 23:00 UT 95.17 12.505 1990.1 360146 16.2774 -20.8997 24.806 0.575 -0.576 -0.491 8.464 +23 Jun 2021 00:00 UT 95.38 12.547 1990.3 360115 16.3206 -21.0628 24.298 0.576 -0.503 -0.417 8.227 +23 Jun 2021 01:00 UT 95.59 12.588 1990.4 360088 16.3638 -21.2234 23.790 0.578 -0.431 -0.343 7.989 +23 Jun 2021 02:00 UT 95.80 12.630 1990.6 360062 16.4071 -21.3817 23.282 0.579 -0.358 -0.269 7.750 +23 Jun 2021 03:00 UT 96.00 12.672 1990.7 360040 16.4506 -21.5374 22.774 0.580 -0.285 -0.195 7.509 +23 Jun 2021 04:00 UT 96.20 12.713 1990.8 360021 16.4941 -21.6906 22.266 0.582 -0.213 -0.121 7.267 +23 Jun 2021 05:00 UT 96.39 12.755 1990.9 360005 16.5377 -21.8413 21.758 0.583 -0.140 -0.047 7.023 +23 Jun 2021 06:00 UT 96.58 12.797 1990.9 359991 16.5814 -21.9895 21.250 0.585 -0.067 0.028 6.778 +23 Jun 2021 07:00 UT 96.76 12.838 1991.0 359981 16.6253 -22.1350 20.742 0.586 0.006 0.102 6.532 +23 Jun 2021 08:00 UT 96.94 12.880 1991.0 359973 16.6692 -22.2779 20.235 0.588 0.079 0.176 6.284 +23 Jun 2021 09:00 UT 97.11 12.922 1991.1 359969 16.7132 -22.4181 19.727 0.589 0.152 0.250 6.035 +23 Jun 2021 10:00 UT 97.28 12.963 1991.1 359967 16.7573 -22.5557 19.219 0.591 0.226 0.325 5.785 +23 Jun 2021 11:00 UT 97.44 13.005 1991.1 359969 16.8015 -22.6905 18.711 0.592 0.299 0.399 5.534 +23 Jun 2021 12:00 UT 97.60 13.047 1991.0 359973 16.8458 -22.8226 18.203 0.594 0.372 0.473 5.282 +23 Jun 2021 13:00 UT 97.75 13.088 1991.0 359981 16.8901 -22.9520 17.695 0.595 0.445 0.547 5.029 +23 Jun 2021 14:00 UT 97.90 13.130 1990.9 359991 16.9346 -23.0785 17.187 0.597 0.518 0.621 4.775 +23 Jun 2021 15:00 UT 98.04 13.172 1990.9 360004 16.9791 -23.2023 16.679 0.598 0.592 0.695 4.519 +23 Jun 2021 16:00 UT 98.18 13.213 1990.8 360021 17.0237 -23.3232 16.171 0.599 0.665 0.769 4.263 +23 Jun 2021 17:00 UT 98.31 13.255 1990.7 360040 17.0684 -23.4413 15.663 0.601 0.738 0.843 4.005 +23 Jun 2021 18:00 UT 98.44 13.297 1990.6 360062 17.1131 -23.5565 15.155 0.602 0.811 0.916 3.747 +23 Jun 2021 19:00 UT 98.56 13.338 1990.4 360088 17.1580 -23.6688 14.647 0.604 0.885 0.990 3.488 +23 Jun 2021 20:00 UT 98.68 13.380 1990.3 360116 17.2029 -23.7782 14.140 0.605 0.958 1.063 3.228 +23 Jun 2021 21:00 UT 98.79 13.422 1990.1 360147 17.2478 -23.8846 13.632 0.607 1.031 1.136 2.968 +23 Jun 2021 22:00 UT 98.90 13.463 1989.9 360182 17.2929 -23.9880 13.124 0.608 1.104 1.209 2.706 +23 Jun 2021 23:00 UT 99.00 13.505 1989.7 360219 17.3380 -24.0885 12.616 0.610 1.177 1.282 2.444 +24 Jun 2021 00:00 UT 99.10 13.547 1989.5 360259 17.3831 -24.1860 12.108 0.611 1.249 1.355 2.181 +24 Jun 2021 01:00 UT 99.19 13.588 1989.2 360303 17.4284 -24.2805 11.600 0.613 1.322 1.428 1.918 +24 Jun 2021 02:00 UT 99.28 13.630 1989.0 360349 17.4736 -24.3719 11.092 0.614 1.395 1.500 1.654 +24 Jun 2021 03:00 UT 99.36 13.672 1988.7 360399 17.5190 -24.4602 10.584 0.615 1.467 1.572 1.390 +24 Jun 2021 04:00 UT 99.44 13.713 1988.4 360451 17.5643 -24.5455 10.077 0.617 1.540 1.644 1.125 +24 Jun 2021 05:00 UT 99.51 13.755 1988.1 360507 17.6098 -24.6277 9.569 0.618 1.612 1.716 0.859 +24 Jun 2021 06:00 UT 99.58 13.797 1987.8 360565 17.6552 -24.7068 9.061 0.620 1.684 1.788 0.594 +24 Jun 2021 07:00 UT 99.64 13.838 1987.4 360626 17.7007 -24.7828 8.553 0.621 1.756 1.859 0.328 +24 Jun 2021 08:00 UT 99.69 13.880 1987.1 360691 17.7463 -24.8557 8.045 0.623 1.828 1.930 0.061 +24 Jun 2021 09:00 UT 99.74 13.922 1986.7 360758 17.7919 -24.9254 7.537 0.624 1.899 2.001 359.795 +24 Jun 2021 10:00 UT 99.79 13.963 1986.3 360828 17.8375 -24.9920 7.029 0.626 1.971 2.071 359.528 +24 Jun 2021 11:00 UT 99.83 14.005 1985.9 360902 17.8832 -25.0554 6.521 0.627 2.042 2.142 359.261 +24 Jun 2021 12:00 UT 99.87 14.047 1985.5 360978 17.9289 -25.1157 6.014 0.629 2.113 2.212 358.994 +24 Jun 2021 13:00 UT 99.90 14.088 1985.1 361057 17.9746 -25.1728 5.506 0.630 2.184 2.281 358.727 +24 Jun 2021 14:00 UT 99.92 14.130 1984.6 361139 18.0203 -25.2267 4.998 0.631 2.255 2.351 358.460 +24 Jun 2021 15:00 UT 99.94 14.172 1984.1 361224 18.0660 -25.2773 4.490 0.633 2.325 2.420 358.193 +24 Jun 2021 16:00 UT 99.95 14.213 1983.7 361312 18.1118 -25.3248 3.982 0.634 2.396 2.489 357.926 +24 Jun 2021 17:00 UT 99.96 14.255 1983.2 361403 18.1576 -25.3691 3.474 0.636 2.466 2.557 357.659 +24 Jun 2021 18:00 UT 99.97 14.297 1982.7 361497 18.2033 -25.4102 2.966 0.637 2.535 2.625 357.393 +24 Jun 2021 19:00 UT 99.97 14.338 1982.1 361594 18.2491 -25.4481 2.458 0.639 2.605 2.693 357.126 +24 Jun 2021 20:00 UT 99.96 14.380 1981.6 361693 18.2949 -25.4827 1.951 0.640 2.674 2.761 356.861 +24 Jun 2021 21:00 UT 99.95 14.422 1981.0 361796 18.3407 -25.5141 1.443 0.641 2.743 2.828 356.595 +24 Jun 2021 22:00 UT 99.93 14.463 1980.4 361901 18.3865 -25.5423 0.935 0.643 2.811 2.894 356.330 +24 Jun 2021 23:00 UT 99.91 14.505 1979.9 362009 18.4323 -25.5673 0.427 0.644 2.880 2.961 356.065 +25 Jun 2021 00:00 UT 99.89 14.547 1979.2 362120 18.4780 -25.5891 -0.081 0.646 2.948 3.027 355.801 +25 Jun 2021 01:00 UT 99.86 14.588 1978.6 362233 18.5238 -25.6076 -0.589 0.647 3.016 3.092 355.537 +25 Jun 2021 02:00 UT 99.82 14.630 1978.0 362350 18.5695 -25.6229 -1.097 0.649 3.083 3.157 355.274 +25 Jun 2021 03:00 UT 99.78 14.672 1977.3 362469 18.6153 -25.6350 -1.605 0.650 3.150 3.222 355.012 +25 Jun 2021 04:00 UT 99.73 14.713 1976.7 362591 18.6610 -25.6439 -2.112 0.651 3.217 3.286 354.750 +25 Jun 2021 05:00 UT 99.68 14.755 1976.0 362716 18.7066 -25.6496 -2.620 0.653 3.283 3.350 354.489 +25 Jun 2021 06:00 UT 99.62 14.797 1975.3 362843 18.7523 -25.6521 -3.128 0.654 3.349 3.414 354.229 +25 Jun 2021 07:00 UT 99.56 14.838 1974.6 362973 18.7979 -25.6514 -3.636 0.656 3.415 3.477 353.970 +25 Jun 2021 08:00 UT 99.50 14.880 1973.9 363106 18.8434 -25.6475 -4.144 0.657 3.480 3.539 353.711 +25 Jun 2021 09:00 UT 99.42 14.922 1973.1 363242 18.8890 -25.6405 -4.652 0.658 3.545 3.601 353.454 +25 Jun 2021 10:00 UT 99.35 14.963 1972.4 363380 18.9345 -25.6302 -5.160 0.660 3.609 3.663 353.197 +25 Jun 2021 11:00 UT 99.27 15.005 1971.6 363520 18.9799 -25.6168 -5.668 0.661 3.674 3.724 352.942 +25 Jun 2021 12:00 UT 99.18 15.047 1970.8 363664 19.0253 -25.6003 -6.175 0.663 3.737 3.785 352.688 +25 Jun 2021 13:00 UT 99.09 15.088 1970.1 363809 19.0707 -25.5806 -6.683 0.664 3.801 3.845 352.435 +25 Jun 2021 14:00 UT 98.99 15.130 1969.2 363958 19.1160 -25.5578 -7.191 0.665 3.863 3.905 352.183 +25 Jun 2021 15:00 UT 98.89 15.172 1968.4 364109 19.1612 -25.5319 -7.699 0.667 3.926 3.964 351.932 +25 Jun 2021 16:00 UT 98.79 15.213 1967.6 364262 19.2064 -25.5029 -8.207 0.668 3.988 4.023 351.683 +25 Jun 2021 17:00 UT 98.68 15.255 1966.8 364418 19.2515 -25.4707 -8.715 0.670 4.049 4.081 351.435 +25 Jun 2021 18:00 UT 98.56 15.297 1965.9 364576 19.2965 -25.4356 -9.223 0.671 4.110 4.139 351.188 +25 Jun 2021 19:00 UT 98.44 15.338 1965.0 364737 19.3415 -25.3973 -9.731 0.672 4.171 4.196 350.943 +25 Jun 2021 20:00 UT 98.32 15.380 1964.2 364900 19.3864 -25.3561 -10.239 0.674 4.231 4.253 350.699 +25 Jun 2021 21:00 UT 98.19 15.422 1963.3 365066 19.4313 -25.3118 -10.747 0.675 4.291 4.309 350.456 +25 Jun 2021 22:00 UT 98.06 15.463 1962.4 365234 19.4760 -25.2644 -11.255 0.676 4.350 4.364 350.215 +25 Jun 2021 23:00 UT 97.92 15.505 1961.5 365404 19.5207 -25.2142 -11.762 0.678 4.409 4.419 349.976 +26 Jun 2021 00:00 UT 97.78 15.547 1960.5 365577 19.5653 -25.1609 -12.270 0.679 4.467 4.474 349.738 +26 Jun 2021 01:00 UT 97.63 15.588 1959.6 365751 19.6098 -25.1047 -12.778 0.681 4.524 4.528 349.502 +26 Jun 2021 02:00 UT 97.48 15.630 1958.6 365928 19.6542 -25.0455 -13.286 0.682 4.581 4.581 349.268 +26 Jun 2021 03:00 UT 97.32 15.672 1957.7 366108 19.6986 -24.9835 -13.794 0.683 4.638 4.634 349.036 +26 Jun 2021 04:00 UT 97.16 15.713 1956.7 366289 19.7428 -24.9186 -14.302 0.685 4.694 4.686 348.805 +26 Jun 2021 05:00 UT 97.00 15.755 1955.7 366473 19.7870 -24.8508 -14.810 0.686 4.750 4.738 348.576 +26 Jun 2021 06:00 UT 96.83 15.797 1954.7 366659 19.8310 -24.7801 -15.318 0.687 4.805 4.789 348.348 +26 Jun 2021 07:00 UT 96.66 15.838 1953.7 366846 19.8750 -24.7067 -15.826 0.689 4.859 4.839 348.123 +26 Jun 2021 08:00 UT 96.48 15.880 1952.7 367036 19.9189 -24.6304 -16.334 0.690 4.913 4.889 347.899 +26 Jun 2021 09:00 UT 96.30 15.922 1951.7 367228 19.9626 -24.5514 -16.842 0.691 4.966 4.938 347.678 +26 Jun 2021 10:00 UT 96.11 15.963 1950.7 367422 20.0063 -24.4696 -17.350 0.693 5.019 4.987 347.458 +26 Jun 2021 11:00 UT 95.92 16.005 1949.6 367618 20.0498 -24.3851 -17.858 0.694 5.071 5.035 347.241 +26 Jun 2021 12:00 UT 95.73 16.047 1948.6 367816 20.0933 -24.2979 -18.366 0.695 5.123 5.083 347.025 +26 Jun 2021 13:00 UT 95.53 16.088 1947.5 368016 20.1366 -24.2080 -18.874 0.697 5.174 5.129 346.811 +26 Jun 2021 14:00 UT 95.33 16.130 1946.5 368218 20.1798 -24.1154 -19.382 0.698 5.224 5.176 346.600 +26 Jun 2021 15:00 UT 95.12 16.172 1945.4 368421 20.2229 -24.0203 -19.890 0.699 5.274 5.221 346.390 +26 Jun 2021 16:00 UT 94.91 16.213 1944.3 368626 20.2659 -23.9225 -20.398 0.701 5.323 5.266 346.183 +26 Jun 2021 17:00 UT 94.69 16.255 1943.2 368834 20.3088 -23.8222 -20.906 0.702 5.371 5.311 345.978 +26 Jun 2021 18:00 UT 94.48 16.297 1942.1 369043 20.3515 -23.7194 -21.414 0.703 5.419 5.354 345.775 +26 Jun 2021 19:00 UT 94.25 16.338 1941.0 369253 20.3942 -23.6140 -21.922 0.704 5.466 5.397 345.574 +26 Jun 2021 20:00 UT 94.03 16.380 1939.9 369466 20.4367 -23.5061 -22.430 0.706 5.513 5.440 345.375 +26 Jun 2021 21:00 UT 93.80 16.422 1938.8 369680 20.4791 -23.3958 -22.938 0.707 5.559 5.482 345.179 +26 Jun 2021 22:00 UT 93.56 16.463 1937.6 369895 20.5214 -23.2831 -23.446 0.708 5.604 5.523 344.984 +26 Jun 2021 23:00 UT 93.33 16.505 1936.5 370112 20.5635 -23.1679 -23.954 0.710 5.649 5.564 344.792 +27 Jun 2021 00:00 UT 93.08 16.547 1935.4 370331 20.6055 -23.0504 -24.462 0.711 5.693 5.603 344.603 +27 Jun 2021 01:00 UT 92.84 16.588 1934.2 370551 20.6474 -22.9305 -24.970 0.712 5.737 5.643 344.415 +27 Jun 2021 02:00 UT 92.59 16.630 1933.1 370773 20.6892 -22.8083 -25.478 0.713 5.779 5.681 344.230 +27 Jun 2021 03:00 UT 92.34 16.672 1931.9 370996 20.7308 -22.6838 -25.987 0.715 5.821 5.719 344.047 +27 Jun 2021 04:00 UT 92.08 16.713 1930.7 371221 20.7723 -22.5571 -26.495 0.716 5.863 5.757 343.867 +27 Jun 2021 05:00 UT 91.82 16.755 1929.5 371447 20.8137 -22.4281 -27.003 0.717 5.903 5.793 343.689 +27 Jun 2021 06:00 UT 91.56 16.797 1928.4 371675 20.8550 -22.2970 -27.511 0.718 5.943 5.829 343.513 +27 Jun 2021 07:00 UT 91.30 16.838 1927.2 371903 20.8961 -22.1636 -28.019 0.720 5.983 5.865 343.339 +27 Jun 2021 08:00 UT 91.03 16.880 1926.0 372133 20.9371 -22.0282 -28.527 0.721 6.021 5.899 343.168 +27 Jun 2021 09:00 UT 90.75 16.922 1924.8 372364 20.9779 -21.8906 -29.035 0.722 6.059 5.933 343.000 +27 Jun 2021 10:00 UT 90.48 16.963 1923.6 372597 21.0186 -21.7509 -29.543 0.723 6.097 5.967 342.833 +27 Jun 2021 11:00 UT 90.20 17.005 1922.4 372830 21.0592 -21.6092 -30.051 0.725 6.133 5.999 342.669 +27 Jun 2021 12:00 UT 89.92 17.047 1921.2 373065 21.0997 -21.4655 -30.560 0.726 6.169 6.031 342.508 +27 Jun 2021 13:00 UT 89.63 17.088 1920.0 373301 21.1400 -21.3197 -31.068 0.727 6.204 6.063 342.349 +27 Jun 2021 14:00 UT 89.34 17.130 1918.7 373538 21.1802 -21.1720 -31.576 0.728 6.238 6.093 342.192 +27 Jun 2021 15:00 UT 89.05 17.172 1917.5 373776 21.2202 -21.0224 -32.084 0.730 6.272 6.123 342.038 +27 Jun 2021 16:00 UT 88.75 17.213 1916.3 374015 21.2602 -20.8709 -32.592 0.731 6.305 6.153 341.886 +27 Jun 2021 17:00 UT 88.46 17.255 1915.1 374255 21.2999 -20.7175 -33.101 0.732 6.337 6.181 341.737 +27 Jun 2021 18:00 UT 88.16 17.297 1913.8 374496 21.3396 -20.5623 -33.609 0.733 6.369 6.209 341.590 +27 Jun 2021 19:00 UT 87.85 17.338 1912.6 374737 21.3791 -20.4052 -34.117 0.734 6.400 6.237 341.445 +27 Jun 2021 20:00 UT 87.55 17.380 1911.4 374980 21.4185 -20.2464 -34.625 0.736 6.430 6.263 341.303 +27 Jun 2021 21:00 UT 87.24 17.422 1910.1 375223 21.4577 -20.0858 -35.133 0.737 6.459 6.289 341.163 +27 Jun 2021 22:00 UT 86.92 17.463 1908.9 375467 21.4968 -19.9235 -35.642 0.738 6.488 6.314 341.026 +27 Jun 2021 23:00 UT 86.61 17.505 1907.6 375712 21.5358 -19.7595 -36.150 0.739 6.515 6.339 340.891 +28 Jun 2021 00:00 UT 86.29 17.547 1906.4 375958 21.5746 -19.5938 -36.658 0.740 6.542 6.363 340.758 +28 Jun 2021 01:00 UT 85.97 17.588 1905.1 376204 21.6133 -19.4265 -37.166 0.742 6.569 6.386 340.628 +28 Jun 2021 02:00 UT 85.65 17.630 1903.9 376451 21.6519 -19.2576 -37.675 0.743 6.594 6.409 340.501 +28 Jun 2021 03:00 UT 85.32 17.672 1902.6 376699 21.6903 -19.0871 -38.183 0.744 6.619 6.431 340.376 +28 Jun 2021 04:00 UT 85.00 17.713 1901.4 376947 21.7286 -18.9150 -38.691 0.745 6.643 6.452 340.253 +28 Jun 2021 05:00 UT 84.67 17.755 1900.1 377195 21.7668 -18.7415 -39.199 0.746 6.667 6.473 340.132 +28 Jun 2021 06:00 UT 84.33 17.797 1898.9 377444 21.8049 -18.5664 -39.708 0.747 6.689 6.493 340.014 +28 Jun 2021 07:00 UT 84.00 17.838 1897.6 377694 21.8428 -18.3899 -40.216 0.749 6.711 6.512 339.899 +28 Jun 2021 08:00 UT 83.66 17.880 1896.4 377944 21.8806 -18.2119 -40.724 0.750 6.732 6.530 339.785 +28 Jun 2021 09:00 UT 83.32 17.922 1895.1 378194 21.9182 -18.0325 -41.233 0.751 6.753 6.548 339.675 +28 Jun 2021 10:00 UT 82.98 17.963 1893.9 378445 21.9557 -17.8518 -41.741 0.752 6.772 6.566 339.566 +28 Jun 2021 11:00 UT 82.63 18.005 1892.6 378696 21.9931 -17.6697 -42.249 0.753 6.791 6.582 339.460 +28 Jun 2021 12:00 UT 82.29 18.047 1891.4 378947 22.0304 -17.4862 -42.758 0.754 6.809 6.598 339.356 +28 Jun 2021 13:00 UT 81.94 18.088 1890.1 379199 22.0675 -17.3015 -43.266 0.755 6.826 6.613 339.255 +28 Jun 2021 14:00 UT 81.59 18.130 1888.8 379451 22.1045 -17.1154 -43.775 0.757 6.843 6.628 339.156 +28 Jun 2021 15:00 UT 81.23 18.172 1887.6 379703 22.1414 -16.9282 -44.283 0.758 6.859 6.642 339.059 +28 Jun 2021 16:00 UT 80.88 18.213 1886.3 379955 22.1782 -16.7397 -44.791 0.759 6.874 6.655 338.965 +28 Jun 2021 17:00 UT 80.52 18.255 1885.1 380207 22.2148 -16.5500 -45.300 0.760 6.888 6.668 338.873 +28 Jun 2021 18:00 UT 80.16 18.297 1883.8 380459 22.2513 -16.3591 -45.808 0.761 6.902 6.680 338.783 +28 Jun 2021 19:00 UT 79.80 18.338 1882.6 380711 22.2877 -16.1671 -46.317 0.762 6.914 6.691 338.695 +28 Jun 2021 20:00 UT 79.44 18.380 1881.3 380964 22.3239 -15.9740 -46.825 0.763 6.926 6.702 338.610 +28 Jun 2021 21:00 UT 79.07 18.422 1880.1 381216 22.3601 -15.7798 -47.333 0.764 6.938 6.712 338.527 +28 Jun 2021 22:00 UT 78.71 18.463 1878.9 381468 22.3961 -15.5845 -47.842 0.765 6.948 6.721 338.447 +28 Jun 2021 23:00 UT 78.34 18.505 1877.6 381720 22.4320 -15.3882 -48.350 0.766 6.958 6.730 338.368 +29 Jun 2021 00:00 UT 77.97 18.547 1876.4 381972 22.4678 -15.1909 -48.859 0.768 6.967 6.738 338.292 +29 Jun 2021 01:00 UT 77.60 18.588 1875.1 382224 22.5035 -14.9925 -49.367 0.769 6.975 6.745 338.218 +29 Jun 2021 02:00 UT 77.22 18.630 1873.9 382476 22.5390 -14.7932 -49.876 0.770 6.982 6.752 338.146 +29 Jun 2021 03:00 UT 76.85 18.672 1872.7 382727 22.5745 -14.5930 -50.384 0.771 6.989 6.758 338.077 +29 Jun 2021 04:00 UT 76.47 18.713 1871.4 382979 22.6098 -14.3918 -50.893 0.772 6.995 6.763 338.010 +29 Jun 2021 05:00 UT 76.09 18.755 1870.2 383229 22.6450 -14.1897 -51.401 0.773 7.000 6.768 337.944 +29 Jun 2021 06:00 UT 75.71 18.797 1869.0 383480 22.6801 -13.9867 -51.910 0.774 7.004 6.772 337.882 +29 Jun 2021 07:00 UT 75.33 18.838 1867.8 383730 22.7151 -13.7829 -52.418 0.775 7.008 6.776 337.821 +29 Jun 2021 08:00 UT 74.95 18.880 1866.6 383980 22.7500 -13.5783 -52.927 0.776 7.011 6.779 337.762 +29 Jun 2021 09:00 UT 74.57 18.922 1865.4 384229 22.7848 -13.3729 -53.436 0.777 7.013 6.781 337.706 +29 Jun 2021 10:00 UT 74.18 18.963 1864.1 384478 22.8195 -13.1666 -53.944 0.778 7.015 6.783 337.651 +29 Jun 2021 11:00 UT 73.79 19.005 1862.9 384727 22.8540 -12.9596 -54.453 0.779 7.015 6.784 337.599 +29 Jun 2021 12:00 UT 73.41 19.047 1861.7 384975 22.8885 -12.7519 -54.961 0.780 7.015 6.784 337.549 +29 Jun 2021 13:00 UT 73.02 19.088 1860.5 385222 22.9228 -12.5434 -55.470 0.781 7.014 6.784 337.501 +29 Jun 2021 14:00 UT 72.63 19.130 1859.4 385469 22.9571 -12.3343 -55.979 0.782 7.013 6.783 337.455 +29 Jun 2021 15:00 UT 72.23 19.172 1858.2 385715 22.9912 -12.1244 -56.487 0.783 7.011 6.782 337.411 +29 Jun 2021 16:00 UT 71.84 19.213 1857.0 385961 23.0253 -11.9139 -56.996 0.784 7.008 6.780 337.369 +29 Jun 2021 17:00 UT 71.45 19.255 1855.8 386206 23.0593 -11.7028 -57.504 0.785 7.004 6.777 337.329 +29 Jun 2021 18:00 UT 71.05 19.297 1854.6 386450 23.0931 -11.4910 -58.013 0.786 6.999 6.774 337.291 +29 Jun 2021 19:00 UT 70.66 19.338 1853.5 386694 23.1269 -11.2787 -58.522 0.787 6.994 6.770 337.255 +29 Jun 2021 20:00 UT 70.26 19.380 1852.3 386936 23.1605 -11.0657 -59.030 0.788 6.988 6.766 337.221 +29 Jun 2021 21:00 UT 69.86 19.422 1851.1 387178 23.1941 -10.8523 -59.539 0.789 6.982 6.761 337.189 +29 Jun 2021 22:00 UT 69.46 19.463 1850.0 387420 23.2276 -10.6382 -60.048 0.790 6.974 6.755 337.159 +29 Jun 2021 23:00 UT 69.06 19.505 1848.8 387660 23.2610 -10.4237 -60.557 0.791 6.966 6.749 337.131 +30 Jun 2021 00:00 UT 68.66 19.547 1847.7 387899 23.2943 -10.2086 -61.065 0.792 6.957 6.742 337.105 +30 Jun 2021 01:00 UT 68.26 19.588 1846.6 388138 23.3275 -9.9931 -61.574 0.793 6.948 6.734 337.081 +30 Jun 2021 02:00 UT 67.86 19.630 1845.4 388376 23.3607 -9.7771 -62.083 0.794 6.937 6.726 337.059 +30 Jun 2021 03:00 UT 67.46 19.672 1844.3 388613 23.3937 -9.5607 -62.592 0.795 6.927 6.718 337.039 +30 Jun 2021 04:00 UT 67.05 19.713 1843.2 388848 23.4267 -9.3438 -63.100 0.796 6.915 6.709 337.020 +30 Jun 2021 05:00 UT 66.65 19.755 1842.1 389083 23.4595 -9.1265 -63.609 0.797 6.903 6.699 337.004 +30 Jun 2021 06:00 UT 66.24 19.797 1841.0 389317 23.4923 -8.9089 -64.118 0.798 6.890 6.689 336.989 +30 Jun 2021 07:00 UT 65.84 19.838 1839.9 389550 23.5251 -8.6908 -64.627 0.799 6.876 6.678 336.976 +30 Jun 2021 08:00 UT 65.43 19.880 1838.8 389781 23.5577 -8.4724 -65.135 0.800 6.861 6.666 336.965 +30 Jun 2021 09:00 UT 65.02 19.922 1837.7 390012 23.5903 -8.2537 -65.644 0.801 6.846 6.654 336.956 +30 Jun 2021 10:00 UT 64.61 19.963 1836.6 390241 23.6228 -8.0347 -66.153 0.802 6.830 6.642 336.949 +30 Jun 2021 11:00 UT 64.21 20.005 1835.5 390470 23.6552 -7.8153 -66.662 0.803 6.814 6.629 336.943 +30 Jun 2021 12:00 UT 63.80 20.047 1834.5 390697 23.6875 -7.5956 -67.171 0.804 6.797 6.615 336.939 +30 Jun 2021 13:00 UT 63.39 20.088 1833.4 390923 23.7198 -7.3757 -67.680 0.805 6.779 6.601 336.938 +30 Jun 2021 14:00 UT 62.98 20.130 1832.4 391147 23.7520 -7.1555 -68.189 0.806 6.761 6.586 336.937 +30 Jun 2021 15:00 UT 62.57 20.172 1831.3 391371 23.7841 -6.9351 -68.697 0.807 6.742 6.571 336.939 +30 Jun 2021 16:00 UT 62.16 20.213 1830.3 391593 23.8162 -6.7144 -69.206 0.808 6.722 6.555 336.942 +30 Jun 2021 17:00 UT 61.75 20.255 1829.2 391814 23.8481 -6.4936 -69.715 0.809 6.701 6.539 336.947 +30 Jun 2021 18:00 UT 61.33 20.297 1828.2 392034 23.8801 -6.2725 -70.224 0.810 6.680 6.522 336.954 +30 Jun 2021 19:00 UT 60.92 20.338 1827.2 392252 23.9119 -6.0513 -70.733 0.810 6.658 6.504 336.963 +30 Jun 2021 20:00 UT 60.51 20.380 1826.2 392469 23.9437 -5.8299 -71.242 0.811 6.636 6.486 336.973 +30 Jun 2021 21:00 UT 60.10 20.422 1825.2 392685 23.9755 -5.6083 -71.751 0.812 6.613 6.468 336.985 +30 Jun 2021 22:00 UT 59.69 20.463 1824.2 392899 0.0072 -5.3866 -72.260 0.813 6.589 6.449 336.998 +30 Jun 2021 23:00 UT 59.27 20.505 1823.2 393112 0.0388 -5.1648 -72.769 0.814 6.565 6.430 337.013 +01 Jul 2021 00:00 UT 58.86 20.547 1822.2 393323 0.0703 -4.9429 -73.278 0.815 6.540 6.409 337.030 +01 Jul 2021 01:00 UT 58.45 20.588 1821.3 393533 0.1019 -4.7209 -73.787 0.816 6.515 6.389 337.049 +01 Jul 2021 02:00 UT 58.04 20.630 1820.3 393742 0.1333 -4.4988 -74.296 0.817 6.489 6.368 337.069 +01 Jul 2021 03:00 UT 57.62 20.672 1819.3 393949 0.1647 -4.2767 -74.805 0.818 6.462 6.346 337.091 +01 Jul 2021 04:00 UT 57.21 20.713 1818.4 394154 0.1961 -4.0545 -75.314 0.819 6.435 6.324 337.114 +01 Jul 2021 05:00 UT 56.80 20.755 1817.4 394358 0.2274 -3.8322 -75.823 0.820 6.407 6.302 337.139 +01 Jul 2021 06:00 UT 56.38 20.797 1816.5 394560 0.2586 -3.6100 -76.332 0.820 6.378 6.279 337.166 +01 Jul 2021 07:00 UT 55.97 20.838 1815.6 394761 0.2898 -3.3877 -76.841 0.821 6.349 6.255 337.194 +01 Jul 2021 08:00 UT 55.56 20.880 1814.7 394960 0.3210 -3.1655 -77.350 0.822 6.319 6.231 337.223 +01 Jul 2021 09:00 UT 55.14 20.922 1813.8 395158 0.3521 -2.9432 -77.859 0.823 6.289 6.207 337.255 +01 Jul 2021 10:00 UT 54.73 20.963 1812.9 395354 0.3831 -2.7210 -78.368 0.824 6.258 6.182 337.288 +01 Jul 2021 11:00 UT 54.32 21.005 1812.0 395549 0.4142 -2.4988 -78.877 0.825 6.227 6.156 337.322 +01 Jul 2021 12:00 UT 53.91 21.047 1811.1 395741 0.4451 -2.2767 -79.387 0.826 6.195 6.130 337.358 +01 Jul 2021 13:00 UT 53.49 21.088 1810.2 395932 0.4761 -2.0547 -79.896 0.826 6.162 6.104 337.395 +01 Jul 2021 14:00 UT 53.08 21.130 1809.4 396122 0.5070 -1.8327 -80.405 0.827 6.129 6.077 337.434 +01 Jul 2021 15:00 UT 52.67 21.172 1808.5 396310 0.5379 -1.6108 -80.914 0.828 6.095 6.050 337.475 +01 Jul 2021 16:00 UT 52.26 21.213 1807.6 396496 0.5687 -1.3890 -81.423 0.829 6.061 6.022 337.517 +01 Jul 2021 17:00 UT 51.85 21.255 1806.8 396680 0.5995 -1.1674 -81.932 0.830 6.026 5.994 337.560 +01 Jul 2021 18:00 UT 51.44 21.297 1806.0 396862 0.6302 -0.9459 -82.442 0.831 5.991 5.965 337.605 +01 Jul 2021 19:00 UT 51.02 21.338 1805.2 397043 0.6610 -0.7245 -82.951 0.832 5.955 5.936 337.652 +01 Jul 2021 20:00 UT 50.61 21.380 1804.3 397222 0.6917 -0.5033 -83.460 0.832 5.919 5.906 337.700 +01 Jul 2021 21:00 UT 50.20 21.422 1803.5 397400 0.7223 -0.2822 -83.969 0.833 5.882 5.876 337.749 +01 Jul 2021 22:00 UT 49.79 21.463 1802.7 397575 0.7530 -0.0613 -84.478 0.834 5.845 5.846 337.800 +01 Jul 2021 23:00 UT 49.38 21.505 1802.0 397749 0.7836 0.1593 -84.988 0.835 5.807 5.815 337.852 +02 Jul 2021 00:00 UT 48.97 21.547 1801.2 397921 0.8142 0.3798 -85.497 0.836 5.769 5.783 337.906 +02 Jul 2021 01:00 UT 48.57 21.588 1800.4 398091 0.8447 0.6001 -86.006 0.837 5.730 5.752 337.961 +02 Jul 2021 02:00 UT 48.16 21.630 1799.6 398259 0.8753 0.8201 -86.515 0.837 5.691 5.719 338.018 +02 Jul 2021 03:00 UT 47.75 21.672 1798.9 398425 0.9058 1.0400 -87.025 0.838 5.651 5.687 338.076 +02 Jul 2021 04:00 UT 47.34 21.713 1798.2 398590 0.9363 1.2595 -87.534 0.839 5.610 5.654 338.135 +02 Jul 2021 05:00 UT 46.94 21.755 1797.4 398752 0.9668 1.4788 -88.043 0.840 5.570 5.620 338.196 +02 Jul 2021 06:00 UT 46.53 21.797 1796.7 398913 0.9972 1.6979 -88.553 0.841 5.528 5.586 338.258 +02 Jul 2021 07:00 UT 46.12 21.838 1796.0 399072 1.0277 1.9166 -89.062 0.842 5.487 5.552 338.322 +02 Jul 2021 08:00 UT 45.72 21.880 1795.3 399229 1.0581 2.1351 -89.571 0.842 5.445 5.518 338.387 +02 Jul 2021 09:00 UT 45.32 21.922 1794.6 399384 1.0885 2.3533 -90.081 0.843 5.402 5.482 338.453 +02 Jul 2021 10:00 UT 44.91 21.963 1793.9 399537 1.1189 2.5711 -90.590 0.844 5.359 5.447 338.521 +02 Jul 2021 11:00 UT 44.51 22.005 1793.2 399688 1.1493 2.7886 -91.099 0.845 5.316 5.411 338.590 +02 Jul 2021 12:00 UT 44.11 22.047 1792.5 399837 1.1797 3.0058 -91.609 0.846 5.272 5.375 338.660 +02 Jul 2021 13:00 UT 43.70 22.088 1791.9 399985 1.2100 3.2227 -92.118 0.846 5.227 5.338 338.732 +02 Jul 2021 14:00 UT 43.30 22.130 1791.2 400130 1.2404 3.4391 -92.628 0.847 5.183 5.301 338.805 +02 Jul 2021 15:00 UT 42.90 22.172 1790.6 400273 1.2707 3.6552 -93.137 0.848 5.137 5.264 338.880 +02 Jul 2021 16:00 UT 42.50 22.213 1790.0 400415 1.3011 3.8710 -93.646 0.849 5.092 5.226 338.956 +02 Jul 2021 17:00 UT 42.11 22.255 1789.3 400554 1.3314 4.0863 -94.156 0.849 5.046 5.188 339.033 +02 Jul 2021 18:00 UT 41.71 22.297 1788.7 400692 1.3617 4.3013 -94.665 0.850 5.000 5.149 339.112 +02 Jul 2021 19:00 UT 41.31 22.338 1788.1 400827 1.3921 4.5158 -95.175 0.851 4.953 5.110 339.191 +02 Jul 2021 20:00 UT 40.91 22.380 1787.5 400961 1.4224 4.7299 -95.684 0.852 4.906 5.071 339.273 +02 Jul 2021 21:00 UT 40.52 22.422 1786.9 401092 1.4527 4.9436 -96.194 0.853 4.858 5.031 339.355 +02 Jul 2021 22:00 UT 40.12 22.463 1786.4 401222 1.4831 5.1568 -96.703 0.853 4.810 4.991 339.439 +02 Jul 2021 23:00 UT 39.73 22.505 1785.8 401349 1.5134 5.3696 -97.213 0.854 4.762 4.951 339.524 +03 Jul 2021 00:00 UT 39.34 22.547 1785.2 401475 1.5437 5.5819 -97.722 0.855 4.713 4.910 339.610 +03 Jul 2021 01:00 UT 38.95 22.588 1784.7 401598 1.5741 5.7938 -98.232 0.856 4.664 4.869 339.698 +03 Jul 2021 02:00 UT 38.55 22.630 1784.1 401720 1.6044 6.0051 -98.741 0.856 4.615 4.828 339.787 +03 Jul 2021 03:00 UT 38.17 22.672 1783.6 401839 1.6348 6.2160 -99.251 0.857 4.565 4.786 339.877 +03 Jul 2021 04:00 UT 37.78 22.713 1783.1 401956 1.6651 6.4264 -99.760 0.858 4.515 4.744 339.969 +03 Jul 2021 05:00 UT 37.39 22.755 1782.6 402072 1.6955 6.6362 -100.270 0.859 4.465 4.701 340.062 +03 Jul 2021 06:00 UT 37.00 22.797 1782.1 402185 1.7259 6.8455 -100.779 0.860 4.415 4.659 340.156 +03 Jul 2021 07:00 UT 36.62 22.838 1781.6 402296 1.7563 7.0543 -101.289 0.860 4.364 4.616 340.251 +03 Jul 2021 08:00 UT 36.23 22.880 1781.1 402406 1.7867 7.2625 -101.799 0.861 4.312 4.572 340.348 +03 Jul 2021 09:00 UT 35.85 22.922 1780.6 402513 1.8171 7.4702 -102.308 0.862 4.261 4.528 340.446 +03 Jul 2021 10:00 UT 35.46 22.963 1780.2 402618 1.8475 7.6773 -102.818 0.863 4.209 4.484 340.545 +03 Jul 2021 11:00 UT 35.08 23.005 1779.7 402721 1.8779 7.8838 -103.327 0.863 4.157 4.440 340.645 +03 Jul 2021 12:00 UT 34.70 23.047 1779.3 402822 1.9084 8.0897 -103.837 0.864 4.104 4.395 340.747 +03 Jul 2021 13:00 UT 34.32 23.088 1778.8 402921 1.9389 8.2951 -104.347 0.865 4.051 4.350 340.850 +03 Jul 2021 14:00 UT 33.95 23.130 1778.4 403018 1.9694 8.4998 -104.856 0.865 3.998 4.305 340.954 +03 Jul 2021 15:00 UT 33.57 23.172 1778.0 403113 1.9999 8.7039 -105.366 0.866 3.945 4.260 341.060 +03 Jul 2021 16:00 UT 33.19 23.213 1777.6 403206 2.0304 8.9074 -105.876 0.867 3.892 4.214 341.166 +03 Jul 2021 17:00 UT 32.82 23.255 1777.2 403297 2.0610 9.1102 -106.385 0.868 3.838 4.168 341.274 +03 Jul 2021 18:00 UT 32.45 23.297 1776.8 403385 2.0916 9.3123 -106.895 0.868 3.784 4.121 341.383 +03 Jul 2021 19:00 UT 32.07 23.338 1776.4 403472 2.1222 9.5138 -107.405 0.869 3.729 4.074 341.494 +03 Jul 2021 20:00 UT 31.70 23.380 1776.0 403557 2.1528 9.7147 -107.914 0.870 3.675 4.027 341.605 +03 Jul 2021 21:00 UT 31.33 23.422 1775.7 403639 2.1834 9.9148 -108.424 0.871 3.620 3.980 341.718 +03 Jul 2021 22:00 UT 30.97 23.463 1775.3 403720 2.2141 10.1142 -108.934 0.871 3.565 3.932 341.832 +03 Jul 2021 23:00 UT 30.60 23.505 1775.0 403799 2.2448 10.3130 -109.444 0.872 3.510 3.884 341.948 +04 Jul 2021 00:00 UT 30.23 23.547 1774.6 403875 2.2756 10.5110 -109.953 0.873 3.454 3.836 342.064 +04 Jul 2021 01:00 UT 29.87 23.588 1774.3 403950 2.3063 10.7083 -110.463 0.874 3.399 3.788 342.182 +04 Jul 2021 02:00 UT 29.51 23.630 1774.0 404022 2.3371 10.9048 -110.973 0.874 3.343 3.739 342.301 +04 Jul 2021 03:00 UT 29.15 23.672 1773.7 404092 2.3680 11.1006 -111.483 0.875 3.287 3.690 342.421 +04 Jul 2021 04:00 UT 28.79 23.713 1773.4 404161 2.3988 11.2957 -111.992 0.876 3.231 3.641 342.542 +04 Jul 2021 05:00 UT 28.43 23.755 1773.1 404227 2.4297 11.4899 -112.502 0.876 3.174 3.592 342.665 +04 Jul 2021 06:00 UT 28.07 23.797 1772.8 404291 2.4607 11.6834 -113.012 0.877 3.117 3.542 342.789 +04 Jul 2021 07:00 UT 27.72 23.838 1772.5 404354 2.4916 11.8761 -113.522 0.878 3.061 3.492 342.914 +04 Jul 2021 08:00 UT 27.36 23.880 1772.3 404414 2.5226 12.0680 -114.032 0.879 3.004 3.442 343.040 +04 Jul 2021 09:00 UT 27.01 23.922 1772.0 404472 2.5537 12.2590 -114.541 0.879 2.947 3.391 343.167 +04 Jul 2021 10:00 UT 26.66 23.963 1771.8 404528 2.5847 12.4493 -115.051 0.880 2.889 3.341 343.296 +04 Jul 2021 11:00 UT 26.31 24.005 1771.5 404583 2.6159 12.6387 -115.561 0.881 2.832 3.290 343.426 +04 Jul 2021 12:00 UT 25.96 24.047 1771.3 404635 2.6470 12.8272 -116.071 0.881 2.774 3.239 343.557 +04 Jul 2021 13:00 UT 25.62 24.088 1771.1 404685 2.6782 13.0149 -116.581 0.882 2.717 3.187 343.689 +04 Jul 2021 14:00 UT 25.27 24.130 1770.9 404733 2.7095 13.2017 -117.091 0.883 2.659 3.136 343.822 +04 Jul 2021 15:00 UT 24.93 24.172 1770.7 404780 2.7408 13.3876 -117.601 0.883 2.601 3.084 343.957 +04 Jul 2021 16:00 UT 24.59 24.213 1770.5 404824 2.7721 13.5726 -118.111 0.884 2.543 3.032 344.092 +04 Jul 2021 17:00 UT 24.25 24.255 1770.3 404866 2.8035 13.7568 -118.620 0.885 2.485 2.980 344.229 +04 Jul 2021 18:00 UT 23.91 24.297 1770.1 404907 2.8349 13.9399 -119.130 0.886 2.426 2.927 344.367 +04 Jul 2021 19:00 UT 23.57 24.338 1769.9 404945 2.8663 14.1222 -119.640 0.886 2.368 2.875 344.507 +04 Jul 2021 20:00 UT 23.24 24.380 1769.8 404981 2.8978 14.3035 -120.150 0.887 2.309 2.822 344.647 +04 Jul 2021 21:00 UT 22.91 24.422 1769.6 405016 2.9294 14.4839 -120.660 0.888 2.251 2.769 344.788 +04 Jul 2021 22:00 UT 22.57 24.463 1769.5 405048 2.9610 14.6633 -121.170 0.888 2.192 2.716 344.931 +04 Jul 2021 23:00 UT 22.24 24.505 1769.3 405079 2.9927 14.8417 -121.680 0.889 2.133 2.662 345.075 +05 Jul 2021 00:00 UT 21.92 24.547 1769.2 405108 3.0244 15.0192 -122.190 0.890 2.074 2.609 345.220 +05 Jul 2021 01:00 UT 21.59 24.588 1769.1 405134 3.0561 15.1956 -122.700 0.890 2.016 2.555 345.366 +05 Jul 2021 02:00 UT 21.27 24.630 1769.0 405159 3.0879 15.3710 -123.210 0.891 1.957 2.501 345.514 +05 Jul 2021 03:00 UT 20.94 24.672 1768.9 405182 3.1198 15.5454 -123.720 0.892 1.898 2.447 345.662 +05 Jul 2021 04:00 UT 20.62 24.713 1768.8 405203 3.1517 15.7188 -124.230 0.892 1.838 2.392 345.812 +05 Jul 2021 05:00 UT 20.31 24.755 1768.7 405222 3.1837 15.8911 -124.740 0.893 1.779 2.338 345.963 +05 Jul 2021 06:00 UT 19.99 24.797 1768.6 405239 3.2157 16.0623 -125.250 0.894 1.720 2.283 346.114 +05 Jul 2021 07:00 UT 19.67 24.838 1768.6 405255 3.2478 16.2325 -125.760 0.894 1.661 2.228 346.268 +05 Jul 2021 08:00 UT 19.36 24.880 1768.5 405268 3.2799 16.4016 -126.270 0.895 1.602 2.173 346.422 +05 Jul 2021 09:00 UT 19.05 24.922 1768.5 405280 3.3121 16.5695 -126.780 0.896 1.542 2.118 346.577 +05 Jul 2021 10:00 UT 18.74 24.963 1768.4 405290 3.3444 16.7364 -127.290 0.897 1.483 2.063 346.734 +05 Jul 2021 11:00 UT 18.43 25.005 1768.4 405298 3.3767 16.9022 -127.800 0.897 1.424 2.007 346.891 +05 Jul 2021 12:00 UT 18.13 25.047 1768.4 405304 3.4090 17.0668 -128.310 0.898 1.364 1.952 347.050 +05 Jul 2021 13:00 UT 17.82 25.088 1768.3 405308 3.4414 17.2302 -128.820 0.899 1.305 1.896 347.210 +05 Jul 2021 14:00 UT 17.52 25.130 1768.3 405311 3.4739 17.3925 -129.330 0.899 1.246 1.840 347.370 +05 Jul 2021 15:00 UT 17.22 25.172 1768.3 405311 3.5065 17.5537 -129.841 0.900 1.187 1.784 347.532 +05 Jul 2021 16:00 UT 16.93 25.213 1768.3 405310 3.5391 17.7136 -130.351 0.901 1.127 1.728 347.696 +05 Jul 2021 17:00 UT 16.63 25.255 1768.3 405307 3.5717 17.8723 -130.861 0.901 1.068 1.672 347.860 +05 Jul 2021 18:00 UT 16.34 25.297 1768.4 405303 3.6045 18.0299 -131.371 0.902 1.009 1.615 348.025 +05 Jul 2021 19:00 UT 16.05 25.338 1768.4 405296 3.6373 18.1862 -131.881 0.903 0.950 1.559 348.191 +05 Jul 2021 20:00 UT 15.76 25.380 1768.4 405288 3.6701 18.3412 -132.391 0.903 0.890 1.502 348.359 +05 Jul 2021 21:00 UT 15.47 25.422 1768.5 405278 3.7030 18.4950 -132.901 0.904 0.831 1.445 348.527 +05 Jul 2021 22:00 UT 15.19 25.463 1768.5 405267 3.7360 18.6476 -133.411 0.905 0.772 1.388 348.697 +05 Jul 2021 23:00 UT 14.90 25.505 1768.6 405253 3.7690 18.7989 -133.922 0.905 0.713 1.331 348.868 +06 Jul 2021 00:00 UT 14.62 25.547 1768.6 405238 3.8021 18.9489 -134.432 0.906 0.654 1.274 349.039 +06 Jul 2021 01:00 UT 14.34 25.588 1768.7 405221 3.8353 19.0975 -134.942 0.907 0.595 1.217 349.212 +06 Jul 2021 02:00 UT 14.07 25.630 1768.8 405203 3.8685 19.2449 -135.452 0.907 0.536 1.160 349.386 +06 Jul 2021 03:00 UT 13.79 25.672 1768.9 405183 3.9018 19.3909 -135.962 0.908 0.477 1.102 349.561 +06 Jul 2021 04:00 UT 13.52 25.713 1769.0 405161 3.9352 19.5356 -136.472 0.909 0.419 1.045 349.737 +06 Jul 2021 05:00 UT 13.25 25.755 1769.1 405138 3.9686 19.6790 -136.983 0.909 0.360 0.987 349.914 +06 Jul 2021 06:00 UT 12.99 25.797 1769.2 405112 4.0021 19.8209 -137.493 0.910 0.301 0.930 350.092 +06 Jul 2021 07:00 UT 12.72 25.838 1769.3 405086 4.0357 19.9615 -138.003 0.910 0.243 0.872 350.271 +06 Jul 2021 08:00 UT 12.46 25.880 1769.4 405057 4.0693 20.1007 -138.513 0.911 0.185 0.814 350.451 +06 Jul 2021 09:00 UT 12.20 25.922 1769.6 405027 4.1030 20.2385 -139.023 0.912 0.126 0.756 350.632 +06 Jul 2021 10:00 UT 11.94 25.963 1769.7 404996 4.1368 20.3749 -139.534 0.912 0.068 0.698 350.814 +06 Jul 2021 11:00 UT 11.68 26.005 1769.9 404963 4.1706 20.5098 -140.044 0.913 0.010 0.640 350.997 +06 Jul 2021 12:00 UT 11.43 26.047 1770.0 404928 4.2046 20.6433 -140.554 0.914 -0.048 0.582 351.181 +06 Jul 2021 13:00 UT 11.18 26.088 1770.2 404892 4.2385 20.7753 -141.064 0.914 -0.106 0.524 351.366 +06 Jul 2021 14:00 UT 10.93 26.130 1770.3 404854 4.2726 20.9059 -141.575 0.915 -0.164 0.466 351.551 +06 Jul 2021 15:00 UT 10.68 26.172 1770.5 404814 4.3067 21.0349 -142.085 0.916 -0.221 0.408 351.738 +06 Jul 2021 16:00 UT 10.44 26.213 1770.7 404774 4.3408 21.1625 -142.595 0.916 -0.279 0.350 351.926 +06 Jul 2021 17:00 UT 10.20 26.255 1770.9 404731 4.3751 21.2885 -143.105 0.917 -0.336 0.291 352.115 +06 Jul 2021 18:00 UT 9.96 26.297 1771.1 404687 4.4094 21.4131 -143.616 0.918 -0.393 0.233 352.304 +06 Jul 2021 19:00 UT 9.72 26.338 1771.3 404642 4.4438 21.5360 -144.126 0.918 -0.450 0.175 352.495 +06 Jul 2021 20:00 UT 9.49 26.380 1771.5 404595 4.4782 21.6575 -144.636 0.919 -0.507 0.116 352.686 +06 Jul 2021 21:00 UT 9.26 26.422 1771.7 404547 4.5128 21.7773 -145.147 0.920 -0.564 0.058 352.879 +06 Jul 2021 22:00 UT 9.03 26.463 1771.9 404497 4.5474 21.8956 -145.657 0.920 -0.620 -0.000 353.072 +06 Jul 2021 23:00 UT 8.80 26.505 1772.1 404446 4.5820 22.0123 -146.167 0.921 -0.677 -0.059 353.266 +07 Jul 2021 00:00 UT 8.58 26.547 1772.3 404393 4.6167 22.1274 -146.677 0.922 -0.733 -0.117 353.461 +07 Jul 2021 01:00 UT 8.36 26.588 1772.6 404339 4.6515 22.2408 -147.188 0.922 -0.789 -0.176 353.656 +07 Jul 2021 02:00 UT 8.14 26.630 1772.8 404283 4.6864 22.3526 -147.698 0.923 -0.845 -0.234 353.853 +07 Jul 2021 03:00 UT 7.92 26.672 1773.1 404226 4.7213 22.4628 -148.208 0.923 -0.901 -0.293 354.050 +07 Jul 2021 04:00 UT 7.71 26.713 1773.3 404168 4.7563 22.5713 -148.719 0.924 -0.956 -0.351 354.249 +07 Jul 2021 05:00 UT 7.50 26.755 1773.6 404109 4.7914 22.6782 -149.229 0.925 -1.012 -0.409 354.448 +07 Jul 2021 06:00 UT 7.29 26.797 1773.9 404048 4.8265 22.7834 -149.739 0.925 -1.067 -0.468 354.648 +07 Jul 2021 07:00 UT 7.08 26.838 1774.1 403985 4.8617 22.8868 -150.250 0.926 -1.122 -0.526 354.848 +07 Jul 2021 08:00 UT 6.88 26.880 1774.4 403922 4.8970 22.9886 -150.760 0.927 -1.176 -0.585 355.049 +07 Jul 2021 09:00 UT 6.68 26.922 1774.7 403857 4.9323 23.0886 -151.271 0.927 -1.231 -0.643 355.252 +07 Jul 2021 10:00 UT 6.48 26.963 1775.0 403791 4.9677 23.1869 -151.781 0.928 -1.285 -0.701 355.454 +07 Jul 2021 11:00 UT 6.29 27.005 1775.3 403723 5.0032 23.2834 -152.291 0.929 -1.339 -0.760 355.658 +07 Jul 2021 12:00 UT 6.10 27.047 1775.6 403654 5.0387 23.3782 -152.802 0.929 -1.393 -0.818 355.862 +07 Jul 2021 13:00 UT 5.91 27.088 1775.9 403584 5.0743 23.4712 -153.312 0.930 -1.447 -0.876 356.067 +07 Jul 2021 14:00 UT 5.72 27.130 1776.2 403513 5.1100 23.5625 -153.822 0.930 -1.500 -0.934 356.273 +07 Jul 2021 15:00 UT 5.54 27.172 1776.5 403440 5.1457 23.6519 -154.333 0.931 -1.554 -0.992 356.479 +07 Jul 2021 16:00 UT 5.35 27.213 1776.9 403367 5.1815 23.7395 -154.843 0.932 -1.607 -1.050 356.686 +07 Jul 2021 17:00 UT 5.18 27.255 1777.2 403292 5.2174 23.8253 -155.354 0.932 -1.659 -1.108 356.893 +07 Jul 2021 18:00 UT 5.00 27.297 1777.5 403216 5.2533 23.9092 -155.864 0.933 -1.712 -1.166 357.101 +07 Jul 2021 19:00 UT 4.83 27.338 1777.9 403138 5.2893 23.9913 -156.374 0.934 -1.764 -1.224 357.310 +07 Jul 2021 20:00 UT 4.66 27.380 1778.2 403060 5.3253 24.0716 -156.885 0.934 -1.816 -1.282 357.519 +07 Jul 2021 21:00 UT 4.49 27.422 1778.6 402980 5.3614 24.1500 -157.395 0.935 -1.868 -1.340 357.729 +07 Jul 2021 22:00 UT 4.33 27.463 1778.9 402899 5.3976 24.2265 -157.906 0.936 -1.920 -1.397 357.939 +07 Jul 2021 23:00 UT 4.17 27.505 1779.3 402817 5.4338 24.3011 -158.416 0.936 -1.971 -1.455 358.150 +08 Jul 2021 00:00 UT 4.01 27.547 1779.6 402734 5.4701 24.3738 -158.927 0.937 -2.022 -1.513 358.362 +08 Jul 2021 01:00 UT 3.85 27.588 1780.0 402650 5.5064 24.4445 -159.437 0.937 -2.073 -1.570 358.573 +08 Jul 2021 02:00 UT 3.70 27.630 1780.4 402565 5.5428 24.5134 -159.947 0.938 -2.123 -1.627 358.786 +08 Jul 2021 03:00 UT 3.55 27.672 1780.8 402479 5.5793 24.5803 -160.458 0.939 -2.173 -1.684 358.998 +08 Jul 2021 04:00 UT 3.40 27.713 1781.2 402391 5.6158 24.6453 -160.968 0.939 -2.223 -1.742 359.212 +08 Jul 2021 05:00 UT 3.26 27.755 1781.6 402303 5.6524 24.7083 -161.479 0.940 -2.273 -1.799 359.425 +08 Jul 2021 06:00 UT 3.12 27.797 1782.0 402213 5.6890 24.7693 -161.989 0.941 -2.322 -1.855 359.639 +08 Jul 2021 07:00 UT 2.98 27.838 1782.4 402123 5.7257 24.8284 -162.500 0.941 -2.371 -1.912 359.853 +08 Jul 2021 08:00 UT 2.85 27.880 1782.8 402031 5.7624 24.8854 -163.010 0.942 -2.420 -1.969 0.068 +08 Jul 2021 09:00 UT 2.72 27.922 1783.2 401939 5.7992 24.9405 -163.521 0.942 -2.469 -2.025 0.283 +08 Jul 2021 10:00 UT 2.59 27.963 1783.6 401845 5.8360 24.9936 -164.031 0.943 -2.517 -2.082 0.498 +08 Jul 2021 11:00 UT 2.46 28.005 1784.0 401751 5.8729 25.0446 -164.542 0.944 -2.565 -2.138 0.714 +08 Jul 2021 12:00 UT 2.34 28.047 1784.4 401655 5.9098 25.0936 -165.052 0.944 -2.612 -2.194 0.929 +08 Jul 2021 13:00 UT 2.22 28.088 1784.9 401559 5.9468 25.1406 -165.562 0.945 -2.660 -2.250 1.145 +08 Jul 2021 14:00 UT 2.10 28.130 1785.3 401462 5.9838 25.1855 -166.073 0.946 -2.707 -2.306 1.361 +08 Jul 2021 15:00 UT 1.99 28.172 1785.7 401363 6.0209 25.2283 -166.583 0.946 -2.753 -2.361 1.578 +08 Jul 2021 16:00 UT 1.88 28.213 1786.2 401264 6.0580 25.2691 -167.094 0.947 -2.800 -2.417 1.794 +08 Jul 2021 17:00 UT 1.77 28.255 1786.6 401164 6.0952 25.3079 -167.604 0.947 -2.846 -2.472 2.011 +08 Jul 2021 18:00 UT 1.67 28.297 1787.1 401063 6.1324 25.3445 -168.115 0.948 -2.892 -2.528 2.228 +08 Jul 2021 19:00 UT 1.57 28.338 1787.5 400961 6.1696 25.3790 -168.625 0.949 -2.937 -2.583 2.445 +08 Jul 2021 20:00 UT 1.47 28.380 1788.0 400859 6.2069 25.4115 -169.136 0.949 -2.982 -2.637 2.661 +08 Jul 2021 21:00 UT 1.38 28.422 1788.4 400755 6.2443 25.4418 -169.646 0.950 -3.027 -2.692 2.878 +08 Jul 2021 22:00 UT 1.29 28.463 1788.9 400651 6.2816 25.4701 -170.157 0.951 -3.072 -2.747 3.095 +08 Jul 2021 23:00 UT 1.20 28.505 1789.4 400546 6.3191 25.4962 -170.667 0.951 -3.116 -2.801 3.312 +09 Jul 2021 00:00 UT 1.12 28.547 1789.8 400439 6.3565 25.5201 -171.178 0.952 -3.159 -2.855 3.529 +09 Jul 2021 01:00 UT 1.03 28.588 1790.3 400333 6.3940 25.5420 -171.688 0.952 -3.203 -2.909 3.746 +09 Jul 2021 02:00 UT 0.96 28.630 1790.8 400225 6.4315 25.5617 -172.199 0.953 -3.246 -2.963 3.963 +09 Jul 2021 03:00 UT 0.88 28.672 1791.3 400116 6.4690 25.5793 -172.709 0.954 -3.289 -3.016 4.179 +09 Jul 2021 04:00 UT 0.81 28.713 1791.8 400007 6.5066 25.5947 -173.220 0.954 -3.331 -3.069 4.396 +09 Jul 2021 05:00 UT 0.74 28.755 1792.3 399897 6.5442 25.6079 -173.730 0.955 -3.373 -3.122 4.612 +09 Jul 2021 06:00 UT 0.68 28.797 1792.8 399787 6.5819 25.6190 -174.241 0.956 -3.415 -3.175 4.829 +09 Jul 2021 07:00 UT 0.61 28.838 1793.3 399675 6.6196 25.6279 -174.751 0.956 -3.457 -3.228 5.044 +09 Jul 2021 08:00 UT 0.56 28.880 1793.8 399563 6.6572 25.6346 -175.262 0.957 -3.498 -3.280 5.260 +09 Jul 2021 09:00 UT 0.50 28.922 1794.3 399450 6.6950 25.6392 -175.772 0.957 -3.538 -3.332 5.476 +09 Jul 2021 10:00 UT 0.45 28.963 1794.8 399336 6.7327 25.6416 -176.283 0.958 -3.579 -3.384 5.691 +09 Jul 2021 11:00 UT 0.40 29.005 1795.3 399222 6.7705 25.6418 -176.794 0.959 -3.619 -3.436 5.906 +09 Jul 2021 12:00 UT 0.36 29.047 1795.8 399107 6.8083 25.6398 -177.304 0.959 -3.658 -3.487 6.120 +09 Jul 2021 13:00 UT 0.31 29.088 1796.3 398991 6.8461 25.6355 -177.815 0.960 -3.698 -3.539 6.334 +09 Jul 2021 14:00 UT 0.28 29.130 1796.9 398875 6.8839 25.6291 -178.325 0.961 -3.737 -3.590 6.548 +09 Jul 2021 15:00 UT 0.24 29.172 1797.4 398758 6.9218 25.6205 -178.836 0.961 -3.775 -3.640 6.761 +09 Jul 2021 16:00 UT 0.21 29.213 1797.9 398640 6.9596 25.6097 -179.346 0.962 -3.813 -3.691 6.974 +09 Jul 2021 17:00 UT 0.18 29.255 1798.5 398522 6.9975 25.5967 -179.857 0.962 -3.851 -3.741 7.187 +09 Jul 2021 18:00 UT 0.16 29.297 1799.0 398403 7.0354 25.5815 179.633 0.963 -3.889 -3.791 7.398 +09 Jul 2021 19:00 UT 0.13 29.338 1799.5 398284 7.0733 25.5641 179.122 0.964 -3.926 -3.840 7.610 +09 Jul 2021 20:00 UT 0.12 29.380 1800.1 398164 7.1112 25.5444 178.612 0.964 -3.962 -3.890 7.821 +09 Jul 2021 21:00 UT 0.10 29.422 1800.6 398043 7.1492 25.5226 178.101 0.965 -3.999 -3.939 8.031 +09 Jul 2021 22:00 UT 0.09 29.463 1801.2 397922 7.1871 25.4985 177.591 0.965 -4.035 -3.987 8.240 +09 Jul 2021 23:00 UT 0.08 29.505 1801.7 397800 7.2251 25.4722 177.080 0.966 -4.070 -4.036 8.449 +10 Jul 2021 00:00 UT 0.08 29.547 1802.3 397677 7.2630 25.4437 176.570 0.967 -4.106 -4.084 8.658 +10 Jul 2021 01:00 UT 0.08 29.588 1802.8 397555 7.3010 25.4129 176.059 0.967 -4.140 -4.132 8.865 +10 Jul 2021 02:00 UT 0.08 0.030 1803.4 397431 7.3389 25.3800 175.549 0.968 -4.175 -4.179 9.072 +10 Jul 2021 03:00 UT 0.09 0.072 1804.0 397307 7.3769 25.3448 175.038 0.969 -4.209 -4.227 9.278 +10 Jul 2021 04:00 UT 0.09 0.113 1804.5 397182 7.4149 25.3074 174.528 0.969 -4.243 -4.274 9.483 +10 Jul 2021 05:00 UT 0.11 0.155 1805.1 397057 7.4528 25.2678 174.017 0.970 -4.276 -4.320 9.688 +10 Jul 2021 06:00 UT 0.12 0.197 1805.7 396932 7.4908 25.2260 173.506 0.970 -4.309 -4.366 9.892 +10 Jul 2021 07:00 UT 0.14 0.238 1806.2 396806 7.5287 25.1820 172.996 0.971 -4.341 -4.412 10.095 +10 Jul 2021 08:00 UT 0.17 0.280 1806.8 396679 7.5667 25.1357 172.485 0.972 -4.373 -4.458 10.297 +10 Jul 2021 09:00 UT 0.19 0.322 1807.4 396552 7.6046 25.0873 171.975 0.972 -4.405 -4.503 10.498 +10 Jul 2021 10:00 UT 0.22 0.363 1808.0 396424 7.6426 25.0366 171.464 0.973 -4.436 -4.548 10.698 +10 Jul 2021 11:00 UT 0.26 0.405 1808.6 396296 7.6805 24.9838 170.954 0.974 -4.467 -4.593 10.897 +10 Jul 2021 12:00 UT 0.30 0.447 1809.1 396168 7.7184 24.9287 170.443 0.974 -4.498 -4.637 11.095 +10 Jul 2021 13:00 UT 0.34 0.488 1809.7 396039 7.7564 24.8715 169.933 0.975 -4.528 -4.681 11.293 +10 Jul 2021 14:00 UT 0.38 0.530 1810.3 395910 7.7943 24.8120 169.422 0.975 -4.558 -4.724 11.489 +10 Jul 2021 15:00 UT 0.43 0.572 1810.9 395780 7.8321 24.7504 168.912 0.976 -4.587 -4.767 11.684 +10 Jul 2021 16:00 UT 0.48 0.613 1811.5 395650 7.8700 24.6865 168.401 0.977 -4.616 -4.810 11.878 +10 Jul 2021 17:00 UT 0.54 0.655 1812.1 395519 7.9079 24.6205 167.891 0.977 -4.645 -4.853 12.071 +10 Jul 2021 18:00 UT 0.60 0.697 1812.7 395388 7.9457 24.5523 167.380 0.978 -4.673 -4.895 12.263 +10 Jul 2021 19:00 UT 0.66 0.738 1813.3 395256 7.9836 24.4819 166.870 0.979 -4.701 -4.936 12.454 +10 Jul 2021 20:00 UT 0.72 0.780 1813.9 395125 8.0214 24.4094 166.359 0.979 -4.728 -4.978 12.643 +10 Jul 2021 21:00 UT 0.79 0.822 1814.5 394992 8.0592 24.3347 165.849 0.980 -4.755 -5.018 12.832 +10 Jul 2021 22:00 UT 0.87 0.863 1815.1 394860 8.0969 24.2578 165.338 0.980 -4.781 -5.059 13.019 +10 Jul 2021 23:00 UT 0.94 0.905 1815.7 394727 8.1347 24.1788 164.828 0.981 -4.808 -5.099 13.205 +11 Jul 2021 00:00 UT 1.02 0.947 1816.4 394593 8.1724 24.0977 164.317 0.982 -4.833 -5.139 13.390 +11 Jul 2021 01:00 UT 1.11 0.988 1817.0 394460 8.2101 24.0144 163.807 0.982 -4.859 -5.178 13.573 +11 Jul 2021 02:00 UT 1.19 1.030 1817.6 394325 8.2478 23.9289 163.296 0.983 -4.884 -5.217 13.755 +11 Jul 2021 03:00 UT 1.28 1.072 1818.2 394191 8.2854 23.8414 162.786 0.984 -4.908 -5.255 13.936 +11 Jul 2021 04:00 UT 1.38 1.113 1818.8 394056 8.3230 23.7517 162.275 0.984 -4.932 -5.293 14.115 +11 Jul 2021 05:00 UT 1.47 1.155 1819.5 393921 8.3606 23.6599 161.765 0.985 -4.956 -5.331 14.293 +11 Jul 2021 06:00 UT 1.58 1.197 1820.1 393786 8.3982 23.5660 161.254 0.985 -4.979 -5.368 14.470 +11 Jul 2021 07:00 UT 1.68 1.238 1820.7 393650 8.4357 23.4700 160.744 0.986 -5.002 -5.405 14.645 +11 Jul 2021 08:00 UT 1.79 1.280 1821.3 393514 8.4732 23.3720 160.233 0.987 -5.025 -5.441 14.819 +11 Jul 2021 09:00 UT 1.90 1.322 1822.0 393377 8.5107 23.2718 159.723 0.987 -5.047 -5.477 14.991 +11 Jul 2021 10:00 UT 2.02 1.363 1822.6 393241 8.5481 23.1696 159.212 0.988 -5.068 -5.512 15.162 +11 Jul 2021 11:00 UT 2.14 1.405 1823.2 393104 8.5855 23.0653 158.702 0.989 -5.090 -5.547 15.331 +11 Jul 2021 12:00 UT 2.26 1.447 1823.9 392966 8.6229 22.9590 158.191 0.989 -5.111 -5.582 15.499 +11 Jul 2021 13:00 UT 2.38 1.488 1824.5 392829 8.6602 22.8506 157.681 0.990 -5.131 -5.616 15.666 +11 Jul 2021 14:00 UT 2.51 1.530 1825.2 392691 8.6975 22.7402 157.171 0.990 -5.151 -5.649 15.830 +11 Jul 2021 15:00 UT 2.65 1.572 1825.8 392553 8.7348 22.6277 156.660 0.991 -5.171 -5.682 15.994 +11 Jul 2021 16:00 UT 2.78 1.613 1826.4 392414 8.7720 22.5133 156.150 0.992 -5.190 -5.715 16.155 +11 Jul 2021 17:00 UT 2.93 1.655 1827.1 392276 8.8092 22.3968 155.639 0.992 -5.209 -5.747 16.315 +11 Jul 2021 18:00 UT 3.07 1.697 1827.7 392137 8.8464 22.2784 155.129 0.993 -5.227 -5.779 16.474 +11 Jul 2021 19:00 UT 3.22 1.738 1828.4 391997 8.8835 22.1580 154.618 0.994 -5.245 -5.810 16.631 +11 Jul 2021 20:00 UT 3.37 1.780 1829.0 391858 8.9206 22.0356 154.108 0.994 -5.263 -5.841 16.786 +11 Jul 2021 21:00 UT 3.52 1.822 1829.7 391718 8.9576 21.9112 153.597 0.995 -5.280 -5.871 16.939 +11 Jul 2021 22:00 UT 3.68 1.863 1830.3 391578 8.9946 21.7849 153.087 0.995 -5.297 -5.901 17.091 +11 Jul 2021 23:00 UT 3.84 1.905 1831.0 391438 9.0315 21.6566 152.577 0.996 -5.313 -5.930 17.242 +12 Jul 2021 00:00 UT 4.01 1.947 1831.7 391298 9.0685 21.5265 152.066 0.997 -5.329 -5.959 17.390 +12 Jul 2021 01:00 UT 4.18 1.988 1832.3 391157 9.1053 21.3944 151.556 0.997 -5.344 -5.988 17.537 +12 Jul 2021 02:00 UT 4.35 2.030 1833.0 391016 9.1421 21.2604 151.045 0.998 -5.360 -6.015 17.682 +12 Jul 2021 03:00 UT 4.52 2.072 1833.6 390875 9.1789 21.1245 150.535 0.999 -5.374 -6.043 17.825 +12 Jul 2021 04:00 UT 4.70 2.113 1834.3 390733 9.2157 20.9867 150.025 0.999 -5.389 -6.069 17.967 +12 Jul 2021 05:00 UT 4.89 2.155 1835.0 390592 9.2524 20.8471 149.514 1.000 -5.402 -6.096 18.106 +12 Jul 2021 06:00 UT 5.07 2.197 1835.6 390450 9.2890 20.7056 149.004 1.001 -5.416 -6.121 18.244 +12 Jul 2021 07:00 UT 5.26 2.238 1836.3 390308 9.3256 20.5623 148.493 1.001 -5.429 -6.147 18.380 +12 Jul 2021 08:00 UT 5.45 2.280 1837.0 390166 9.3622 20.4171 147.983 1.002 -5.442 -6.171 18.515 +12 Jul 2021 09:00 UT 5.65 2.322 1837.6 390023 9.3987 20.2701 147.473 1.002 -5.454 -6.196 18.647 +12 Jul 2021 10:00 UT 5.85 2.363 1838.3 389881 9.4352 20.1214 146.962 1.003 -5.466 -6.219 18.778 +12 Jul 2021 11:00 UT 6.05 2.405 1839.0 389738 9.4716 19.9708 146.452 1.004 -5.477 -6.242 18.907 +12 Jul 2021 12:00 UT 6.26 2.447 1839.7 389595 9.5080 19.8184 145.942 1.004 -5.488 -6.265 19.034 +12 Jul 2021 13:00 UT 6.47 2.488 1840.3 389452 9.5443 19.6643 145.431 1.005 -5.499 -6.287 19.159 +12 Jul 2021 14:00 UT 6.69 2.530 1841.0 389309 9.5806 19.5085 144.921 1.006 -5.509 -6.309 19.283 +12 Jul 2021 15:00 UT 6.90 2.572 1841.7 389165 9.6168 19.3509 144.411 1.006 -5.519 -6.330 19.404 +12 Jul 2021 16:00 UT 7.12 2.613 1842.4 389021 9.6530 19.1916 143.900 1.007 -5.528 -6.350 19.524 +12 Jul 2021 17:00 UT 7.35 2.655 1843.1 388877 9.6892 19.0306 143.390 1.008 -5.537 -6.370 19.641 +12 Jul 2021 18:00 UT 7.58 2.697 1843.7 388733 9.7253 18.8679 142.880 1.008 -5.546 -6.389 19.757 +12 Jul 2021 19:00 UT 7.81 2.738 1844.4 388589 9.7613 18.7035 142.369 1.009 -5.554 -6.408 19.871 +12 Jul 2021 20:00 UT 8.04 2.780 1845.1 388445 9.7973 18.5374 141.859 1.010 -5.562 -6.426 19.983 +12 Jul 2021 21:00 UT 8.28 2.822 1845.8 388300 9.8333 18.3697 141.349 1.010 -5.569 -6.444 20.093 +12 Jul 2021 22:00 UT 8.52 2.863 1846.5 388155 9.8692 18.2004 140.838 1.011 -5.576 -6.461 20.201 +12 Jul 2021 23:00 UT 8.76 2.905 1847.2 388011 9.9051 18.0294 140.328 1.012 -5.583 -6.477 20.307 +13 Jul 2021 00:00 UT 9.01 2.947 1847.9 387866 9.9409 17.8569 139.818 1.012 -5.589 -6.493 20.411 +13 Jul 2021 01:00 UT 9.26 2.988 1848.6 387720 9.9767 17.6827 139.307 1.013 -5.595 -6.509 20.513 +13 Jul 2021 02:00 UT 9.52 3.030 1849.3 387575 10.0124 17.5070 138.797 1.013 -5.600 -6.523 20.614 +13 Jul 2021 03:00 UT 9.77 3.072 1849.9 387430 10.0481 17.3297 138.287 1.014 -5.605 -6.538 20.712 +13 Jul 2021 04:00 UT 10.03 3.113 1850.6 387284 10.0838 17.1509 137.777 1.015 -5.609 -6.551 20.808 +13 Jul 2021 05:00 UT 10.30 3.155 1851.3 387138 10.1194 16.9705 137.266 1.015 -5.614 -6.564 20.903 +13 Jul 2021 06:00 UT 10.56 3.197 1852.0 386992 10.1549 16.7886 136.756 1.016 -5.617 -6.577 20.995 +13 Jul 2021 07:00 UT 10.84 3.238 1852.7 386846 10.1904 16.6053 136.246 1.017 -5.621 -6.588 21.086 +13 Jul 2021 08:00 UT 11.11 3.280 1853.4 386700 10.2259 16.4204 135.736 1.017 -5.624 -6.600 21.174 +13 Jul 2021 09:00 UT 11.39 3.322 1854.1 386554 10.2613 16.2341 135.226 1.018 -5.626 -6.610 21.261 +13 Jul 2021 10:00 UT 11.67 3.363 1854.8 386408 10.2967 16.0463 134.715 1.019 -5.628 -6.621 21.345 +13 Jul 2021 11:00 UT 11.95 3.405 1855.5 386261 10.3321 15.8571 134.205 1.019 -5.630 -6.630 21.427 +13 Jul 2021 12:00 UT 12.24 3.447 1856.2 386115 10.3674 15.6665 133.695 1.020 -5.632 -6.639 21.508 +13 Jul 2021 13:00 UT 12.53 3.488 1857.0 385968 10.4026 15.4744 133.185 1.021 -5.633 -6.647 21.586 +13 Jul 2021 14:00 UT 12.82 3.530 1857.7 385821 10.4378 15.2810 132.675 1.021 -5.633 -6.655 21.663 +13 Jul 2021 15:00 UT 13.11 3.572 1858.4 385674 10.4730 15.0862 132.164 1.022 -5.633 -6.662 21.737 +13 Jul 2021 16:00 UT 13.41 3.613 1859.1 385527 10.5081 14.8900 131.654 1.023 -5.633 -6.668 21.810 +13 Jul 2021 17:00 UT 13.71 3.655 1859.8 385380 10.5432 14.6925 131.144 1.023 -5.633 -6.674 21.880 +13 Jul 2021 18:00 UT 14.02 3.697 1860.5 385232 10.5783 14.4937 130.634 1.024 -5.632 -6.680 21.949 +13 Jul 2021 19:00 UT 14.33 3.738 1861.2 385085 10.6133 14.2936 130.124 1.025 -5.630 -6.684 22.015 +13 Jul 2021 20:00 UT 14.64 3.780 1861.9 384938 10.6482 14.0921 129.614 1.025 -5.629 -6.688 22.080 +13 Jul 2021 21:00 UT 14.95 3.822 1862.6 384790 10.6832 13.8894 129.104 1.026 -5.626 -6.692 22.142 +13 Jul 2021 22:00 UT 15.27 3.863 1863.4 384642 10.7181 13.6855 128.593 1.027 -5.624 -6.694 22.203 +13 Jul 2021 23:00 UT 15.59 3.905 1864.1 384495 10.7529 13.4802 128.083 1.028 -5.621 -6.697 22.261 +14 Jul 2021 00:00 UT 15.91 3.947 1864.8 384347 10.7878 13.2738 127.573 1.028 -5.618 -6.698 22.317 +14 Jul 2021 01:00 UT 16.24 3.988 1865.5 384199 10.8226 13.0662 127.063 1.029 -5.614 -6.699 22.372 +14 Jul 2021 02:00 UT 16.57 4.030 1866.2 384051 10.8573 12.8573 126.553 1.030 -5.610 -6.699 22.424 +14 Jul 2021 03:00 UT 16.90 4.072 1866.9 383903 10.8920 12.6473 126.043 1.030 -5.605 -6.699 22.475 +14 Jul 2021 04:00 UT 17.23 4.113 1867.7 383755 10.9267 12.4361 125.533 1.031 -5.601 -6.698 22.523 +14 Jul 2021 05:00 UT 17.57 4.155 1868.4 383606 10.9614 12.2238 125.023 1.032 -5.595 -6.697 22.569 +14 Jul 2021 06:00 UT 17.91 4.197 1869.1 383458 10.9960 12.0104 124.513 1.032 -5.590 -6.694 22.613 +14 Jul 2021 07:00 UT 18.26 4.238 1869.8 383310 11.0306 11.7958 124.003 1.033 -5.584 -6.692 22.656 +14 Jul 2021 08:00 UT 18.60 4.280 1870.6 383161 11.0652 11.5802 123.493 1.034 -5.577 -6.688 22.696 +14 Jul 2021 09:00 UT 18.95 4.322 1871.3 383013 11.0997 11.3635 122.983 1.034 -5.570 -6.684 22.734 +14 Jul 2021 10:00 UT 19.30 4.363 1872.0 382864 11.1342 11.1457 122.473 1.035 -5.563 -6.679 22.771 +14 Jul 2021 11:00 UT 19.66 4.405 1872.7 382716 11.1687 10.9268 121.963 1.036 -5.556 -6.674 22.805 +14 Jul 2021 12:00 UT 20.01 4.447 1873.5 382567 11.2031 10.7070 121.453 1.037 -5.548 -6.668 22.837 +14 Jul 2021 13:00 UT 20.37 4.488 1874.2 382418 11.2376 10.4861 120.943 1.037 -5.540 -6.661 22.867 +14 Jul 2021 14:00 UT 20.73 4.530 1874.9 382270 11.2720 10.2643 120.433 1.038 -5.531 -6.654 22.895 +14 Jul 2021 15:00 UT 21.10 4.572 1875.6 382121 11.3063 10.0414 119.923 1.039 -5.522 -6.646 22.922 +14 Jul 2021 16:00 UT 21.47 4.613 1876.4 381972 11.3407 9.8177 119.413 1.039 -5.512 -6.638 22.946 +14 Jul 2021 17:00 UT 21.84 4.655 1877.1 381824 11.3750 9.5929 118.903 1.040 -5.503 -6.629 22.968 +14 Jul 2021 18:00 UT 22.21 4.697 1877.8 381675 11.4093 9.3673 118.393 1.041 -5.492 -6.619 22.988 +14 Jul 2021 19:00 UT 22.58 4.738 1878.6 381526 11.4436 9.1407 117.883 1.042 -5.482 -6.608 23.007 +14 Jul 2021 20:00 UT 22.96 4.780 1879.3 381377 11.4779 8.9133 117.373 1.042 -5.471 -6.597 23.023 +14 Jul 2021 21:00 UT 23.34 4.822 1880.0 381228 11.5121 8.6850 116.863 1.043 -5.460 -6.586 23.037 +14 Jul 2021 22:00 UT 23.72 4.863 1880.8 381079 11.5464 8.4558 116.354 1.044 -5.448 -6.573 23.049 +14 Jul 2021 23:00 UT 24.11 4.905 1881.5 380931 11.5806 8.2258 115.844 1.044 -5.436 -6.560 23.059 +15 Jul 2021 00:00 UT 24.50 4.947 1882.2 380782 11.6148 7.9950 115.334 1.045 -5.424 -6.547 23.068 +15 Jul 2021 01:00 UT 24.89 4.988 1883.0 380633 11.6490 7.7634 114.824 1.046 -5.411 -6.533 23.074 +15 Jul 2021 02:00 UT 25.28 5.030 1883.7 380484 11.6832 7.5310 114.314 1.047 -5.398 -6.518 23.078 +15 Jul 2021 03:00 UT 25.67 5.072 1884.5 380335 11.7173 7.2978 113.804 1.047 -5.384 -6.502 23.081 +15 Jul 2021 04:00 UT 26.07 5.113 1885.2 380186 11.7515 7.0639 113.294 1.048 -5.370 -6.486 23.081 +15 Jul 2021 05:00 UT 26.47 5.155 1885.9 380038 11.7856 6.8293 112.785 1.049 -5.356 -6.469 23.079 +15 Jul 2021 06:00 UT 26.87 5.197 1886.7 379889 11.8197 6.5939 112.275 1.050 -5.341 -6.452 23.076 +15 Jul 2021 07:00 UT 27.27 5.238 1887.4 379740 11.8539 6.3579 111.765 1.050 -5.326 -6.434 23.070 +15 Jul 2021 08:00 UT 27.68 5.280 1888.1 379592 11.8880 6.1211 111.255 1.051 -5.311 -6.415 23.062 +15 Jul 2021 09:00 UT 28.09 5.322 1888.9 379443 11.9221 5.8838 110.746 1.052 -5.295 -6.396 23.053 +15 Jul 2021 10:00 UT 28.50 5.363 1889.6 379295 11.9562 5.6457 110.236 1.053 -5.279 -6.376 23.041 +15 Jul 2021 11:00 UT 28.91 5.405 1890.4 379146 11.9903 5.4071 109.726 1.053 -5.262 -6.355 23.028 +15 Jul 2021 12:00 UT 29.32 5.447 1891.1 378998 12.0244 5.1678 109.216 1.054 -5.246 -6.334 23.012 +15 Jul 2021 13:00 UT 29.74 5.488 1891.8 378850 12.0585 4.9280 108.707 1.055 -5.228 -6.312 22.995 +15 Jul 2021 14:00 UT 30.16 5.530 1892.6 378701 12.0926 4.6876 108.197 1.056 -5.211 -6.289 22.976 +15 Jul 2021 15:00 UT 30.58 5.572 1893.3 378553 12.1267 4.4467 107.687 1.056 -5.193 -6.266 22.954 +15 Jul 2021 16:00 UT 31.00 5.613 1894.1 378405 12.1608 4.2052 107.177 1.057 -5.175 -6.243 22.931 +15 Jul 2021 17:00 UT 31.42 5.655 1894.8 378257 12.1949 3.9632 106.668 1.058 -5.156 -6.218 22.906 +15 Jul 2021 18:00 UT 31.85 5.697 1895.5 378110 12.2291 3.7207 106.158 1.059 -5.137 -6.193 22.879 +15 Jul 2021 19:00 UT 32.28 5.738 1896.3 377962 12.2632 3.4777 105.648 1.059 -5.118 -6.168 22.849 +15 Jul 2021 20:00 UT 32.71 5.780 1897.0 377814 12.2973 3.2343 105.139 1.060 -5.098 -6.141 22.818 +15 Jul 2021 21:00 UT 33.14 5.822 1897.8 377667 12.3314 2.9904 104.629 1.061 -5.078 -6.114 22.785 +15 Jul 2021 22:00 UT 33.57 5.863 1898.5 377520 12.3656 2.7462 104.120 1.062 -5.057 -6.087 22.750 +15 Jul 2021 23:00 UT 34.01 5.905 1899.2 377373 12.3997 2.5015 103.610 1.063 -5.036 -6.059 22.714 +16 Jul 2021 00:00 UT 34.44 5.947 1900.0 377226 12.4339 2.2564 103.100 1.063 -5.015 -6.030 22.675 +16 Jul 2021 01:00 UT 34.88 5.988 1900.7 377079 12.4681 2.0110 102.591 1.064 -4.994 -6.001 22.634 +16 Jul 2021 02:00 UT 35.32 6.030 1901.5 376932 12.5023 1.7652 102.081 1.065 -4.972 -5.971 22.591 +16 Jul 2021 03:00 UT 35.76 6.072 1902.2 376786 12.5365 1.5192 101.572 1.066 -4.950 -5.940 22.547 +16 Jul 2021 04:00 UT 36.21 6.113 1902.9 376640 12.5707 1.2728 101.062 1.067 -4.927 -5.909 22.500 +16 Jul 2021 05:00 UT 36.65 6.155 1903.7 376494 12.6050 1.0261 100.553 1.067 -4.904 -5.877 22.452 +16 Jul 2021 06:00 UT 37.10 6.197 1904.4 376348 12.6392 0.7791 100.043 1.068 -4.881 -5.844 22.401 +16 Jul 2021 07:00 UT 37.55 6.238 1905.2 376202 12.6735 0.5319 99.534 1.069 -4.857 -5.811 22.349 +16 Jul 2021 08:00 UT 37.99 6.280 1905.9 376057 12.7078 0.2845 99.024 1.070 -4.833 -5.778 22.295 +16 Jul 2021 09:00 UT 38.44 6.322 1906.6 375912 12.7422 0.0369 98.515 1.071 -4.809 -5.744 22.239 +16 Jul 2021 10:00 UT 38.90 6.363 1907.4 375767 12.7765 -0.2109 98.005 1.071 -4.784 -5.709 22.181 +16 Jul 2021 11:00 UT 39.35 6.405 1908.1 375622 12.8109 -0.4589 97.496 1.072 -4.759 -5.673 22.121 +16 Jul 2021 12:00 UT 39.80 6.447 1908.8 375478 12.8454 -0.7070 96.986 1.073 -4.733 -5.637 22.059 +16 Jul 2021 13:00 UT 40.26 6.488 1909.6 375334 12.8798 -0.9553 96.477 1.074 -4.707 -5.601 21.995 +16 Jul 2021 14:00 UT 40.72 6.530 1910.3 375190 12.9143 -1.2036 95.967 1.075 -4.681 -5.563 21.929 +16 Jul 2021 15:00 UT 41.17 6.572 1911.0 375047 12.9488 -1.4521 95.458 1.075 -4.655 -5.526 21.861 +16 Jul 2021 16:00 UT 41.63 6.613 1911.8 374904 12.9833 -1.7006 94.948 1.076 -4.628 -5.487 21.792 +16 Jul 2021 17:00 UT 42.09 6.655 1912.5 374761 13.0179 -1.9491 94.439 1.077 -4.601 -5.448 21.720 +16 Jul 2021 18:00 UT 42.55 6.697 1913.2 374618 13.0525 -2.1977 93.930 1.078 -4.573 -5.409 21.647 +16 Jul 2021 19:00 UT 43.01 6.738 1913.9 374476 13.0872 -2.4463 93.420 1.079 -4.545 -5.368 21.572 +16 Jul 2021 20:00 UT 43.48 6.780 1914.7 374334 13.1218 -2.6949 92.911 1.080 -4.517 -5.328 21.495 +16 Jul 2021 21:00 UT 43.94 6.822 1915.4 374193 13.1566 -2.9434 92.402 1.080 -4.488 -5.286 21.415 +16 Jul 2021 22:00 UT 44.41 6.863 1916.1 374052 13.1913 -3.1919 91.892 1.081 -4.459 -5.245 21.334 +16 Jul 2021 23:00 UT 44.87 6.905 1916.8 373911 13.2261 -3.4403 91.383 1.082 -4.430 -5.202 21.252 +17 Jul 2021 00:00 UT 45.34 6.947 1917.5 373771 13.2610 -3.6886 90.874 1.083 -4.400 -5.159 21.167 +17 Jul 2021 01:00 UT 45.81 6.988 1918.3 373632 13.2959 -3.9367 90.364 1.084 -4.370 -5.116 21.080 +17 Jul 2021 02:00 UT 46.27 7.030 1919.0 373492 13.3308 -4.1847 89.855 1.085 -4.340 -5.072 20.991 +17 Jul 2021 03:00 UT 46.74 7.072 1919.7 373353 13.3658 -4.4326 89.346 1.086 -4.309 -5.027 20.901 +17 Jul 2021 04:00 UT 47.21 7.113 1920.4 373215 13.4009 -4.6803 88.837 1.086 -4.278 -4.982 20.808 +17 Jul 2021 05:00 UT 47.68 7.155 1921.1 373077 13.4360 -4.9277 88.327 1.087 -4.247 -4.936 20.714 +17 Jul 2021 06:00 UT 48.15 7.197 1921.8 372939 13.4711 -5.1749 87.818 1.088 -4.215 -4.890 20.618 +17 Jul 2021 07:00 UT 48.62 7.238 1922.5 372802 13.5063 -5.4219 87.309 1.089 -4.183 -4.843 20.520 +17 Jul 2021 08:00 UT 49.09 7.280 1923.2 372666 13.5416 -5.6686 86.800 1.090 -4.151 -4.796 20.420 +17 Jul 2021 09:00 UT 49.57 7.322 1923.9 372530 13.5769 -5.9150 86.290 1.091 -4.118 -4.748 20.318 +17 Jul 2021 10:00 UT 50.04 7.363 1924.6 372395 13.6122 -6.1610 85.781 1.092 -4.085 -4.699 20.214 +17 Jul 2021 11:00 UT 50.51 7.405 1925.3 372260 13.6477 -6.4067 85.272 1.093 -4.051 -4.651 20.109 +17 Jul 2021 12:00 UT 50.98 7.447 1926.0 372126 13.6831 -6.6521 84.763 1.093 -4.017 -4.601 20.001 +17 Jul 2021 13:00 UT 51.46 7.488 1926.7 371992 13.7187 -6.8970 84.254 1.094 -3.983 -4.551 19.891 +17 Jul 2021 14:00 UT 51.93 7.530 1927.4 371859 13.7543 -7.1416 83.745 1.095 -3.949 -4.501 19.780 +17 Jul 2021 15:00 UT 52.40 7.572 1928.1 371727 13.7900 -7.3857 83.236 1.096 -3.914 -4.450 19.667 +17 Jul 2021 16:00 UT 52.88 7.613 1928.8 371595 13.8257 -7.6293 82.727 1.097 -3.879 -4.398 19.552 +17 Jul 2021 17:00 UT 53.35 7.655 1929.5 371464 13.8615 -7.8724 82.217 1.098 -3.843 -4.346 19.435 +17 Jul 2021 18:00 UT 53.83 7.697 1930.1 371333 13.8974 -8.1151 81.708 1.099 -3.808 -4.294 19.316 +17 Jul 2021 19:00 UT 54.30 7.738 1930.8 371203 13.9333 -8.3572 81.199 1.100 -3.771 -4.241 19.195 +17 Jul 2021 20:00 UT 54.77 7.780 1931.5 371074 13.9693 -8.5987 80.690 1.101 -3.735 -4.188 19.072 +17 Jul 2021 21:00 UT 55.25 7.822 1932.2 370946 14.0054 -8.8397 80.181 1.102 -3.698 -4.134 18.948 +17 Jul 2021 22:00 UT 55.72 7.863 1932.8 370818 14.0415 -9.0800 79.672 1.102 -3.661 -4.080 18.821 +17 Jul 2021 23:00 UT 56.19 7.905 1933.5 370691 14.0778 -9.3197 79.163 1.103 -3.623 -4.025 18.693 +18 Jul 2021 00:00 UT 56.67 7.947 1934.1 370565 14.1141 -9.5588 78.654 1.104 -3.586 -3.970 18.563 +18 Jul 2021 01:00 UT 57.14 7.988 1934.8 370440 14.1504 -9.7971 78.145 1.105 -3.547 -3.914 18.430 +18 Jul 2021 02:00 UT 57.61 8.030 1935.4 370315 14.1869 -10.0348 77.636 1.106 -3.509 -3.858 18.296 +18 Jul 2021 03:00 UT 58.09 8.072 1936.1 370191 14.2234 -10.2717 77.127 1.107 -3.470 -3.801 18.160 +18 Jul 2021 04:00 UT 58.56 8.113 1936.7 370068 14.2600 -10.5079 76.618 1.108 -3.431 -3.744 18.023 +18 Jul 2021 05:00 UT 59.03 8.155 1937.4 369946 14.2967 -10.7433 76.109 1.109 -3.391 -3.687 17.883 +18 Jul 2021 06:00 UT 59.50 8.197 1938.0 369825 14.3335 -10.9779 75.600 1.110 -3.352 -3.629 17.741 +18 Jul 2021 07:00 UT 59.97 8.238 1938.6 369705 14.3704 -11.2116 75.092 1.111 -3.312 -3.570 17.598 +18 Jul 2021 08:00 UT 60.44 8.280 1939.3 369585 14.4073 -11.4445 74.583 1.112 -3.271 -3.512 17.453 +18 Jul 2021 09:00 UT 60.91 8.322 1939.9 369467 14.4444 -11.6764 74.074 1.113 -3.230 -3.453 17.306 +18 Jul 2021 10:00 UT 61.38 8.363 1940.5 369349 14.4815 -11.9075 73.565 1.114 -3.189 -3.393 17.156 +18 Jul 2021 11:00 UT 61.84 8.405 1941.1 369232 14.5187 -12.1376 73.056 1.115 -3.148 -3.333 17.006 +18 Jul 2021 12:00 UT 62.31 8.447 1941.7 369117 14.5560 -12.3668 72.547 1.116 -3.106 -3.273 16.853 +18 Jul 2021 13:00 UT 62.78 8.488 1942.3 369002 14.5934 -12.5950 72.038 1.116 -3.064 -3.212 16.698 +18 Jul 2021 14:00 UT 63.24 8.530 1942.9 368888 14.6308 -12.8221 71.529 1.117 -3.022 -3.151 16.542 +18 Jul 2021 15:00 UT 63.71 8.572 1943.5 368776 14.6684 -13.0482 71.021 1.118 -2.979 -3.089 16.383 +18 Jul 2021 16:00 UT 64.17 8.613 1944.1 368664 14.7061 -13.2732 70.512 1.119 -2.936 -3.028 16.223 +18 Jul 2021 17:00 UT 64.63 8.655 1944.7 368553 14.7438 -13.4971 70.003 1.120 -2.893 -2.965 16.061 +18 Jul 2021 18:00 UT 65.09 8.697 1945.3 368444 14.7817 -13.7198 69.494 1.121 -2.849 -2.903 15.897 +18 Jul 2021 19:00 UT 65.55 8.738 1945.8 368336 14.8196 -13.9415 68.986 1.122 -2.805 -2.840 15.731 +18 Jul 2021 20:00 UT 66.01 8.780 1946.4 368228 14.8576 -14.1619 68.477 1.123 -2.761 -2.777 15.563 +18 Jul 2021 21:00 UT 66.47 8.822 1947.0 368122 14.8958 -14.3811 67.968 1.124 -2.716 -2.713 15.394 +18 Jul 2021 22:00 UT 66.93 8.863 1947.5 368017 14.9340 -14.5990 67.459 1.125 -2.672 -2.649 15.223 +18 Jul 2021 23:00 UT 67.38 8.905 1948.1 367914 14.9724 -14.8157 66.951 1.126 -2.626 -2.585 15.049 +19 Jul 2021 00:00 UT 67.84 8.947 1948.6 367811 15.0108 -15.0311 66.442 1.127 -2.581 -2.520 14.874 +19 Jul 2021 01:00 UT 68.29 8.988 1949.2 367710 15.0493 -15.2451 65.933 1.128 -2.535 -2.455 14.698 +19 Jul 2021 02:00 UT 68.74 9.030 1949.7 367609 15.0880 -15.4578 65.425 1.129 -2.489 -2.390 14.519 +19 Jul 2021 03:00 UT 69.19 9.072 1950.2 367511 15.1267 -15.6691 64.916 1.130 -2.443 -2.325 14.339 +19 Jul 2021 04:00 UT 69.64 9.113 1950.7 367413 15.1656 -15.8790 64.407 1.131 -2.396 -2.259 14.156 +19 Jul 2021 05:00 UT 70.08 9.155 1951.2 367317 15.2045 -16.0875 63.899 1.132 -2.349 -2.193 13.972 +19 Jul 2021 06:00 UT 70.53 9.197 1951.7 367222 15.2435 -16.2945 63.390 1.133 -2.302 -2.127 13.786 +19 Jul 2021 07:00 UT 70.97 9.238 1952.2 367128 15.2827 -16.4999 62.881 1.134 -2.255 -2.060 13.599 +19 Jul 2021 08:00 UT 71.41 9.280 1952.7 367036 15.3220 -16.7039 62.373 1.135 -2.207 -1.993 13.409 +19 Jul 2021 09:00 UT 71.85 9.322 1953.2 366945 15.3613 -16.9063 61.864 1.136 -2.159 -1.926 13.218 +19 Jul 2021 10:00 UT 72.29 9.363 1953.7 366855 15.4008 -17.1070 61.356 1.137 -2.111 -1.859 13.025 +19 Jul 2021 11:00 UT 72.72 9.405 1954.2 366767 15.4404 -17.3062 60.847 1.138 -2.062 -1.791 12.831 +19 Jul 2021 12:00 UT 73.16 9.447 1954.6 366680 15.4801 -17.5037 60.338 1.139 -2.013 -1.724 12.634 +19 Jul 2021 13:00 UT 73.59 9.488 1955.1 366595 15.5198 -17.6996 59.830 1.140 -1.964 -1.656 12.436 +19 Jul 2021 14:00 UT 74.02 9.530 1955.5 366511 15.5597 -17.8937 59.321 1.141 -1.914 -1.587 12.236 +19 Jul 2021 15:00 UT 74.45 9.572 1956.0 366428 15.5997 -18.0861 58.813 1.142 -1.865 -1.519 12.034 +19 Jul 2021 16:00 UT 74.87 9.613 1956.4 366348 15.6399 -18.2768 58.304 1.143 -1.815 -1.450 11.831 +19 Jul 2021 17:00 UT 75.29 9.655 1956.8 366268 15.6801 -18.4656 57.796 1.144 -1.765 -1.381 11.626 +19 Jul 2021 18:00 UT 75.72 9.697 1957.2 366190 15.7204 -18.6526 57.287 1.145 -1.714 -1.312 11.419 +19 Jul 2021 19:00 UT 76.13 9.738 1957.7 366114 15.7608 -18.8378 56.779 1.146 -1.663 -1.243 11.211 +19 Jul 2021 20:00 UT 76.55 9.780 1958.1 366039 15.8014 -19.0210 56.270 1.147 -1.612 -1.174 11.001 +19 Jul 2021 21:00 UT 76.97 9.822 1958.4 365966 15.8420 -19.2024 55.762 1.148 -1.561 -1.104 10.790 +19 Jul 2021 22:00 UT 77.38 9.863 1958.8 365895 15.8828 -19.3818 55.254 1.149 -1.510 -1.035 10.576 +19 Jul 2021 23:00 UT 77.79 9.905 1959.2 365825 15.9237 -19.5593 54.745 1.151 -1.458 -0.965 10.361 +20 Jul 2021 00:00 UT 78.19 9.947 1959.6 365757 15.9646 -19.7347 54.237 1.152 -1.406 -0.895 10.145 +20 Jul 2021 01:00 UT 78.60 9.988 1959.9 365690 16.0057 -19.9082 53.728 1.153 -1.354 -0.825 9.927 +20 Jul 2021 02:00 UT 79.00 10.030 1960.3 365625 16.0469 -20.0795 53.220 1.154 -1.301 -0.755 9.707 +20 Jul 2021 03:00 UT 79.40 10.072 1960.6 365562 16.0882 -20.2488 52.711 1.155 -1.249 -0.684 9.486 +20 Jul 2021 04:00 UT 79.79 10.113 1960.9 365501 16.1296 -20.4160 52.203 1.156 -1.196 -0.614 9.264 +20 Jul 2021 05:00 UT 80.19 10.155 1961.3 365441 16.1711 -20.5810 51.695 1.157 -1.143 -0.544 9.039 +20 Jul 2021 06:00 UT 80.58 10.197 1961.6 365383 16.2127 -20.7439 51.186 1.158 -1.089 -0.473 8.814 +20 Jul 2021 07:00 UT 80.97 10.238 1961.9 365327 16.2545 -20.9045 50.678 1.159 -1.036 -0.402 8.587 +20 Jul 2021 08:00 UT 81.35 10.280 1962.2 365273 16.2963 -21.0629 50.170 1.160 -0.982 -0.332 8.358 +20 Jul 2021 09:00 UT 81.73 10.322 1962.4 365220 16.3382 -21.2191 49.661 1.161 -0.928 -0.261 8.128 +20 Jul 2021 10:00 UT 82.11 10.363 1962.7 365170 16.3802 -21.3730 49.153 1.162 -0.874 -0.190 7.897 +20 Jul 2021 11:00 UT 82.49 10.405 1963.0 365121 16.4224 -21.5245 48.645 1.163 -0.820 -0.119 7.664 +20 Jul 2021 12:00 UT 82.86 10.447 1963.2 365074 16.4646 -21.6738 48.136 1.164 -0.765 -0.048 7.430 +20 Jul 2021 13:00 UT 83.23 10.488 1963.5 365029 16.5069 -21.8206 47.628 1.165 -0.710 0.023 7.194 +20 Jul 2021 14:00 UT 83.60 10.530 1963.7 364985 16.5494 -21.9651 47.120 1.166 -0.655 0.093 6.958 +20 Jul 2021 15:00 UT 83.96 10.572 1963.9 364944 16.5919 -22.1072 46.612 1.167 -0.600 0.164 6.720 +20 Jul 2021 16:00 UT 84.32 10.613 1964.1 364905 16.6345 -22.2468 46.103 1.168 -0.545 0.235 6.480 +20 Jul 2021 17:00 UT 84.68 10.655 1964.3 364867 16.6773 -22.3839 45.595 1.169 -0.489 0.306 6.240 +20 Jul 2021 18:00 UT 85.03 10.697 1964.5 364832 16.7201 -22.5185 45.087 1.171 -0.434 0.377 5.998 +20 Jul 2021 19:00 UT 85.38 10.738 1964.7 364798 16.7630 -22.6506 44.579 1.172 -0.378 0.448 5.755 +20 Jul 2021 20:00 UT 85.73 10.780 1964.9 364767 16.8060 -22.7802 44.070 1.173 -0.322 0.519 5.511 +20 Jul 2021 21:00 UT 86.07 10.822 1965.0 364737 16.8491 -22.9072 43.562 1.174 -0.266 0.590 5.266 +20 Jul 2021 22:00 UT 86.41 10.863 1965.2 364710 16.8923 -23.0316 43.054 1.175 -0.209 0.660 5.020 +20 Jul 2021 23:00 UT 86.75 10.905 1965.3 364684 16.9356 -23.1534 42.546 1.176 -0.153 0.731 4.772 +21 Jul 2021 00:00 UT 87.08 10.947 1965.5 364661 16.9789 -23.2725 42.038 1.177 -0.096 0.802 4.524 +21 Jul 2021 01:00 UT 87.41 10.988 1965.6 364639 17.0224 -23.3890 41.529 1.178 -0.040 0.872 4.275 +21 Jul 2021 02:00 UT 87.74 11.030 1965.7 364620 17.0659 -23.5027 41.021 1.179 0.017 0.943 4.025 +21 Jul 2021 03:00 UT 88.06 11.072 1965.8 364603 17.1095 -23.6138 40.513 1.180 0.074 1.013 3.773 +21 Jul 2021 04:00 UT 88.38 11.113 1965.8 364588 17.1532 -23.7221 40.005 1.181 0.131 1.083 3.521 +21 Jul 2021 05:00 UT 88.69 11.155 1965.9 364575 17.1970 -23.8277 39.497 1.182 0.188 1.153 3.268 +21 Jul 2021 06:00 UT 89.00 11.197 1966.0 364564 17.2408 -23.9305 38.989 1.183 0.246 1.223 3.015 +21 Jul 2021 07:00 UT 89.31 11.238 1966.0 364555 17.2848 -24.0305 38.480 1.184 0.303 1.293 2.760 +21 Jul 2021 08:00 UT 89.61 11.280 1966.1 364549 17.3288 -24.1277 37.972 1.186 0.361 1.363 2.505 +21 Jul 2021 09:00 UT 89.91 11.322 1966.1 364544 17.3728 -24.2220 37.464 1.187 0.418 1.433 2.249 +21 Jul 2021 10:00 UT 90.21 11.363 1966.1 364542 17.4170 -24.3135 36.956 1.188 0.476 1.502 1.993 +21 Jul 2021 11:00 UT 90.50 11.405 1966.1 364542 17.4612 -24.4022 36.448 1.189 0.534 1.571 1.735 +21 Jul 2021 12:00 UT 90.79 11.447 1966.1 364544 17.5054 -24.4879 35.940 1.190 0.592 1.640 1.478 +21 Jul 2021 13:00 UT 91.07 11.488 1966.1 364548 17.5497 -24.5707 35.432 1.191 0.649 1.709 1.219 +21 Jul 2021 14:00 UT 91.35 11.530 1966.0 364555 17.5941 -24.6506 34.924 1.192 0.707 1.778 0.961 +21 Jul 2021 15:00 UT 91.62 11.572 1966.0 364564 17.6386 -24.7276 34.416 1.193 0.765 1.846 0.701 +21 Jul 2021 16:00 UT 91.90 11.613 1965.9 364574 17.6831 -24.8016 33.908 1.194 0.824 1.915 0.442 +21 Jul 2021 17:00 UT 92.16 11.655 1965.8 364588 17.7276 -24.8727 33.400 1.195 0.882 1.983 0.182 +21 Jul 2021 18:00 UT 92.43 11.697 1965.8 364603 17.7722 -24.9407 32.892 1.196 0.940 2.051 359.921 +21 Jul 2021 19:00 UT 92.68 11.738 1965.7 364621 17.8168 -25.0058 32.384 1.197 0.998 2.118 359.661 +21 Jul 2021 20:00 UT 92.94 11.780 1965.6 364641 17.8615 -25.0678 31.876 1.199 1.056 2.185 359.400 +21 Jul 2021 21:00 UT 93.19 11.822 1965.4 364663 17.9062 -25.1269 31.368 1.200 1.115 2.253 359.139 +21 Jul 2021 22:00 UT 93.43 11.863 1965.3 364688 17.9510 -25.1829 30.859 1.201 1.173 2.319 358.877 +21 Jul 2021 23:00 UT 93.68 11.905 1965.2 364714 17.9958 -25.2358 30.351 1.202 1.231 2.386 358.616 +22 Jul 2021 00:00 UT 93.91 11.947 1965.0 364744 18.0406 -25.2857 29.843 1.203 1.289 2.452 358.355 +22 Jul 2021 01:00 UT 94.15 11.988 1964.8 364775 18.0855 -25.3326 29.335 1.204 1.348 2.518 358.093 +22 Jul 2021 02:00 UT 94.37 12.030 1964.7 364809 18.1304 -25.3764 28.827 1.205 1.406 2.584 357.832 +22 Jul 2021 03:00 UT 94.60 12.072 1964.5 364845 18.1753 -25.4171 28.320 1.206 1.464 2.649 357.571 +22 Jul 2021 04:00 UT 94.82 12.113 1964.3 364883 18.2203 -25.4547 27.812 1.207 1.522 2.714 357.309 +22 Jul 2021 05:00 UT 95.03 12.155 1964.0 364924 18.2652 -25.4892 27.304 1.208 1.581 2.779 357.048 +22 Jul 2021 06:00 UT 95.24 12.197 1963.8 364966 18.3102 -25.5206 26.796 1.209 1.639 2.844 356.788 +22 Jul 2021 07:00 UT 95.45 12.238 1963.6 365012 18.3552 -25.5490 26.288 1.210 1.697 2.908 356.527 +22 Jul 2021 08:00 UT 95.65 12.280 1963.3 365059 18.4002 -25.5742 25.780 1.211 1.755 2.971 356.267 +22 Jul 2021 09:00 UT 95.85 12.322 1963.0 365109 18.4452 -25.5963 25.272 1.213 1.813 3.035 356.007 +22 Jul 2021 10:00 UT 96.04 12.363 1962.8 365161 18.4902 -25.6153 24.764 1.214 1.871 3.098 355.748 +22 Jul 2021 11:00 UT 96.23 12.405 1962.5 365216 18.5353 -25.6312 24.256 1.215 1.929 3.161 355.489 +22 Jul 2021 12:00 UT 96.41 12.447 1962.2 365273 18.5803 -25.6440 23.748 1.216 1.986 3.223 355.230 +22 Jul 2021 13:00 UT 96.59 12.488 1961.8 365332 18.6253 -25.6536 23.240 1.217 2.044 3.285 354.973 +22 Jul 2021 14:00 UT 96.77 12.530 1961.5 365394 18.6703 -25.6602 22.732 1.218 2.101 3.346 354.715 +22 Jul 2021 15:00 UT 96.93 12.572 1961.2 365457 18.7153 -25.6636 22.224 1.219 2.159 3.407 354.459 +22 Jul 2021 16:00 UT 97.10 12.613 1960.8 365524 18.7603 -25.6640 21.716 1.220 2.216 3.468 354.203 +22 Jul 2021 17:00 UT 97.26 12.655 1960.4 365592 18.8052 -25.6612 21.208 1.221 2.273 3.528 353.948 +22 Jul 2021 18:00 UT 97.42 12.697 1960.1 365663 18.8502 -25.6553 20.700 1.222 2.331 3.588 353.693 +22 Jul 2021 19:00 UT 97.57 12.738 1959.7 365736 18.8951 -25.6463 20.192 1.223 2.387 3.648 353.440 +22 Jul 2021 20:00 UT 97.71 12.780 1959.3 365812 18.9400 -25.6343 19.685 1.224 2.444 3.707 353.187 +22 Jul 2021 21:00 UT 97.85 12.822 1958.9 365889 18.9849 -25.6191 19.177 1.225 2.501 3.765 352.935 +22 Jul 2021 22:00 UT 97.99 12.863 1958.4 365970 19.0298 -25.6009 18.669 1.226 2.557 3.823 352.685 +22 Jul 2021 23:00 UT 98.12 12.905 1958.0 366052 19.0746 -25.5796 18.161 1.227 2.614 3.881 352.435 +23 Jul 2021 00:00 UT 98.25 12.947 1957.5 366137 19.1193 -25.5552 17.653 1.229 2.670 3.938 352.186 +23 Jul 2021 01:00 UT 98.37 12.988 1957.1 366224 19.1641 -25.5278 17.145 1.230 2.726 3.995 351.939 +23 Jul 2021 02:00 UT 98.49 13.030 1956.6 366313 19.2088 -25.4973 16.637 1.231 2.782 4.051 351.692 +23 Jul 2021 03:00 UT 98.60 13.072 1956.1 366405 19.2534 -25.4638 16.129 1.232 2.837 4.107 351.447 +23 Jul 2021 04:00 UT 98.71 13.113 1955.6 366499 19.2980 -25.4273 15.621 1.233 2.893 4.162 351.203 +23 Jul 2021 05:00 UT 98.81 13.155 1955.1 366595 19.3426 -25.3877 15.114 1.234 2.948 4.217 350.961 +23 Jul 2021 06:00 UT 98.91 13.197 1954.6 366693 19.3871 -25.3452 14.606 1.235 3.003 4.272 350.720 +23 Jul 2021 07:00 UT 99.00 13.238 1954.0 366794 19.4315 -25.2996 14.098 1.236 3.057 4.325 350.480 +23 Jul 2021 08:00 UT 99.09 13.280 1953.5 366897 19.4759 -25.2511 13.590 1.237 3.112 4.379 350.241 +23 Jul 2021 09:00 UT 99.18 13.322 1952.9 367002 19.5203 -25.1997 13.082 1.238 3.166 4.431 350.004 +23 Jul 2021 10:00 UT 99.26 13.363 1952.3 367109 19.5645 -25.1453 12.574 1.239 3.220 4.484 349.768 +23 Jul 2021 11:00 UT 99.33 13.405 1951.8 367219 19.6087 -25.0879 12.066 1.240 3.274 4.535 349.534 +23 Jul 2021 12:00 UT 99.40 13.447 1951.2 367331 19.6529 -25.0277 11.559 1.241 3.327 4.587 349.302 +23 Jul 2021 13:00 UT 99.47 13.488 1950.6 367445 19.6969 -24.9645 11.051 1.242 3.381 4.637 349.071 +23 Jul 2021 14:00 UT 99.53 13.530 1949.9 367561 19.7409 -24.8985 10.543 1.243 3.433 4.687 348.842 +23 Jul 2021 15:00 UT 99.58 13.572 1949.3 367680 19.7848 -24.8296 10.035 1.244 3.486 4.737 348.614 +23 Jul 2021 16:00 UT 99.63 13.613 1948.7 367800 19.8286 -24.7578 9.527 1.245 3.538 4.786 348.388 +23 Jul 2021 17:00 UT 99.68 13.655 1948.0 367923 19.8724 -24.6833 9.019 1.246 3.590 4.834 348.164 +23 Jul 2021 18:00 UT 99.72 13.697 1947.4 368048 19.9161 -24.6059 8.511 1.247 3.642 4.882 347.942 +23 Jul 2021 19:00 UT 99.76 13.738 1946.7 368175 19.9597 -24.5258 8.004 1.248 3.693 4.929 347.722 +23 Jul 2021 20:00 UT 99.79 13.780 1946.0 368304 20.0032 -24.4429 7.496 1.249 3.745 4.976 347.503 +23 Jul 2021 21:00 UT 99.81 13.822 1945.3 368436 20.0466 -24.3573 6.988 1.250 3.795 5.022 347.286 +23 Jul 2021 22:00 UT 99.84 13.863 1944.6 368569 20.0899 -24.2689 6.480 1.251 3.846 5.068 347.071 +23 Jul 2021 23:00 UT 99.85 13.905 1943.9 368705 20.1331 -24.1778 5.972 1.252 3.896 5.113 346.858 +24 Jul 2021 00:00 UT 99.87 13.947 1943.2 368842 20.1763 -24.0841 5.464 1.253 3.945 5.157 346.648 +24 Jul 2021 01:00 UT 99.87 13.988 1942.4 368982 20.2193 -23.9877 4.957 1.254 3.995 5.201 346.439 +24 Jul 2021 02:00 UT 99.88 14.030 1941.7 369123 20.2622 -23.8887 4.449 1.255 4.044 5.244 346.232 +24 Jul 2021 03:00 UT 99.88 14.072 1940.9 369267 20.3051 -23.7871 3.941 1.256 4.092 5.286 346.027 +24 Jul 2021 04:00 UT 99.87 14.113 1940.2 369413 20.3478 -23.6829 3.433 1.257 4.140 5.328 345.824 +24 Jul 2021 05:00 UT 99.86 14.155 1939.4 369560 20.3904 -23.5762 2.925 1.258 4.188 5.370 345.623 +24 Jul 2021 06:00 UT 99.84 14.197 1938.6 369710 20.4330 -23.4669 2.417 1.259 4.235 5.410 345.425 +24 Jul 2021 07:00 UT 99.82 14.238 1937.8 369861 20.4754 -23.3551 1.909 1.260 4.282 5.450 345.228 +24 Jul 2021 08:00 UT 99.80 14.280 1937.0 370015 20.5177 -23.2409 1.402 1.261 4.329 5.490 345.034 +24 Jul 2021 09:00 UT 99.77 14.322 1936.2 370170 20.5599 -23.1242 0.894 1.262 4.375 5.529 344.842 +24 Jul 2021 10:00 UT 99.74 14.363 1935.4 370327 20.6020 -23.0051 0.386 1.263 4.421 5.567 344.652 +24 Jul 2021 11:00 UT 99.70 14.405 1934.5 370487 20.6440 -22.8835 -0.122 1.264 4.466 5.604 344.464 +24 Jul 2021 12:00 UT 99.65 14.447 1933.7 370648 20.6859 -22.7596 -0.630 1.265 4.511 5.641 344.279 +24 Jul 2021 13:00 UT 99.61 14.488 1932.9 370810 20.7276 -22.6334 -1.138 1.266 4.555 5.678 344.095 +24 Jul 2021 14:00 UT 99.55 14.530 1932.0 370975 20.7693 -22.5048 -1.645 1.267 4.599 5.713 343.915 +24 Jul 2021 15:00 UT 99.50 14.572 1931.1 371141 20.8108 -22.3740 -2.153 1.268 4.642 5.748 343.736 +24 Jul 2021 16:00 UT 99.44 14.613 1930.3 371310 20.8522 -22.2409 -2.661 1.269 4.685 5.782 343.560 +24 Jul 2021 17:00 UT 99.37 14.655 1929.4 371479 20.8935 -22.1055 -3.169 1.270 4.728 5.816 343.386 +24 Jul 2021 18:00 UT 99.30 14.697 1928.5 371651 20.9347 -21.9680 -3.677 1.271 4.770 5.849 343.214 +24 Jul 2021 19:00 UT 99.23 14.738 1927.6 371824 20.9757 -21.8283 -4.185 1.272 4.811 5.882 343.045 +24 Jul 2021 20:00 UT 99.15 14.780 1926.7 371999 21.0167 -21.6864 -4.693 1.273 4.852 5.913 342.878 +24 Jul 2021 21:00 UT 99.06 14.822 1925.8 372176 21.0575 -21.5424 -5.200 1.274 4.893 5.944 342.713 +24 Jul 2021 22:00 UT 98.98 14.863 1924.8 372354 21.0982 -21.3963 -5.708 1.275 4.932 5.975 342.551 +24 Jul 2021 23:00 UT 98.89 14.905 1923.9 372534 21.1388 -21.2482 -6.216 1.276 4.972 6.004 342.391 +25 Jul 2021 00:00 UT 98.79 14.947 1923.0 372716 21.1792 -21.0980 -6.724 1.277 5.011 6.034 342.233 +25 Jul 2021 01:00 UT 98.69 14.988 1922.0 372899 21.2195 -20.9458 -7.232 1.277 5.049 6.062 342.078 +25 Jul 2021 02:00 UT 98.58 15.030 1921.1 373083 21.2597 -20.7917 -7.740 1.278 5.087 6.090 341.925 +25 Jul 2021 03:00 UT 98.47 15.072 1920.1 373270 21.2998 -20.6356 -8.248 1.279 5.124 6.117 341.775 +25 Jul 2021 04:00 UT 98.36 15.113 1919.2 373457 21.3398 -20.4775 -8.756 1.280 5.161 6.143 341.627 +25 Jul 2021 05:00 UT 98.24 15.155 1918.2 373646 21.3796 -20.3176 -9.263 1.281 5.197 6.169 341.482 +25 Jul 2021 06:00 UT 98.12 15.197 1917.2 373837 21.4193 -20.1559 -9.771 1.282 5.233 6.194 341.339 +25 Jul 2021 07:00 UT 98.00 15.238 1916.2 374029 21.4589 -19.9923 -10.279 1.283 5.268 6.218 341.198 +25 Jul 2021 08:00 UT 97.87 15.280 1915.2 374222 21.4983 -19.8269 -10.787 1.284 5.303 6.242 341.060 +25 Jul 2021 09:00 UT 97.73 15.322 1914.2 374416 21.5377 -19.6597 -11.295 1.285 5.336 6.265 340.924 +25 Jul 2021 10:00 UT 97.59 15.363 1913.2 374612 21.5769 -19.4908 -11.803 1.286 5.370 6.287 340.791 +25 Jul 2021 11:00 UT 97.45 15.405 1912.2 374810 21.6160 -19.3202 -12.311 1.287 5.403 6.309 340.660 +25 Jul 2021 12:00 UT 97.31 15.447 1911.2 375008 21.6549 -19.1479 -12.819 1.287 5.435 6.330 340.531 +25 Jul 2021 13:00 UT 97.16 15.488 1910.2 375208 21.6937 -18.9739 -13.327 1.288 5.466 6.351 340.405 +25 Jul 2021 14:00 UT 97.00 15.530 1909.2 375409 21.7324 -18.7983 -13.835 1.289 5.497 6.370 340.281 +25 Jul 2021 15:00 UT 96.84 15.572 1908.2 375611 21.7710 -18.6212 -14.343 1.290 5.528 6.389 340.160 +25 Jul 2021 16:00 UT 96.68 15.613 1907.1 375815 21.8095 -18.4424 -14.850 1.291 5.557 6.408 340.041 +25 Jul 2021 17:00 UT 96.52 15.655 1906.1 376019 21.8478 -18.2621 -15.358 1.292 5.587 6.425 339.925 +25 Jul 2021 18:00 UT 96.35 15.697 1905.0 376225 21.8860 -18.0803 -15.866 1.293 5.615 6.442 339.811 +25 Jul 2021 19:00 UT 96.17 15.738 1904.0 376431 21.9241 -17.8971 -16.374 1.294 5.643 6.458 339.699 +25 Jul 2021 20:00 UT 96.00 15.780 1902.9 376639 21.9621 -17.7123 -16.882 1.294 5.670 6.474 339.590 +25 Jul 2021 21:00 UT 95.82 15.822 1901.9 376848 21.9999 -17.5262 -17.390 1.295 5.697 6.489 339.483 +25 Jul 2021 22:00 UT 95.63 15.863 1900.8 377058 22.0376 -17.3386 -17.898 1.296 5.723 6.503 339.379 +25 Jul 2021 23:00 UT 95.44 15.905 1899.8 377268 22.0752 -17.1497 -18.406 1.297 5.748 6.517 339.277 +26 Jul 2021 00:00 UT 95.25 15.947 1898.7 377480 22.1127 -16.9594 -18.914 1.298 5.773 6.530 339.177 +26 Jul 2021 01:00 UT 95.06 15.988 1897.6 377693 22.1501 -16.7678 -19.422 1.299 5.797 6.542 339.080 +26 Jul 2021 02:00 UT 94.86 16.030 1896.6 377906 22.1873 -16.5750 -19.930 1.300 5.820 6.554 338.985 +26 Jul 2021 03:00 UT 94.66 16.072 1895.5 378120 22.2244 -16.3809 -20.438 1.300 5.843 6.565 338.892 +26 Jul 2021 04:00 UT 94.45 16.113 1894.4 378335 22.2614 -16.1855 -20.946 1.301 5.865 6.575 338.802 +26 Jul 2021 05:00 UT 94.24 16.155 1893.3 378551 22.2983 -15.9889 -21.454 1.302 5.887 6.585 338.714 +26 Jul 2021 06:00 UT 94.03 16.197 1892.3 378768 22.3351 -15.7912 -21.962 1.303 5.907 6.593 338.628 +26 Jul 2021 07:00 UT 93.81 16.238 1891.2 378985 22.3717 -15.5923 -22.470 1.304 5.927 6.602 338.545 +26 Jul 2021 08:00 UT 93.59 16.280 1890.1 379203 22.4082 -15.3923 -22.978 1.305 5.947 6.609 338.464 +26 Jul 2021 09:00 UT 93.37 16.322 1889.0 379422 22.4447 -15.1912 -23.486 1.305 5.966 6.616 338.385 +26 Jul 2021 10:00 UT 93.14 16.363 1887.9 379641 22.4810 -14.9890 -23.994 1.306 5.984 6.623 338.309 +26 Jul 2021 11:00 UT 92.91 16.405 1886.8 379861 22.5171 -14.7858 -24.502 1.307 6.001 6.628 338.235 +26 Jul 2021 12:00 UT 92.68 16.447 1885.7 380082 22.5532 -14.5816 -25.010 1.308 6.018 6.633 338.163 +26 Jul 2021 13:00 UT 92.44 16.488 1884.6 380303 22.5892 -14.3763 -25.518 1.309 6.034 6.638 338.093 +26 Jul 2021 14:00 UT 92.20 16.530 1883.5 380524 22.6250 -14.1701 -26.026 1.309 6.049 6.641 338.026 +26 Jul 2021 15:00 UT 91.96 16.572 1882.4 380746 22.6608 -13.9629 -26.534 1.310 6.064 6.644 337.961 +26 Jul 2021 16:00 UT 91.72 16.613 1881.3 380969 22.6964 -13.7549 -27.042 1.311 6.078 6.647 337.898 +26 Jul 2021 17:00 UT 91.47 16.655 1880.2 381192 22.7320 -13.5459 -27.550 1.312 6.091 6.648 337.837 +26 Jul 2021 18:00 UT 91.22 16.697 1879.1 381415 22.7674 -13.3361 -28.058 1.312 6.103 6.650 337.779 +26 Jul 2021 19:00 UT 90.96 16.738 1878.0 381639 22.8027 -13.1254 -28.566 1.313 6.115 6.650 337.722 +26 Jul 2021 20:00 UT 90.70 16.780 1876.9 381863 22.8379 -12.9139 -29.074 1.314 6.126 6.650 337.668 +26 Jul 2021 21:00 UT 90.44 16.822 1875.8 382087 22.8730 -12.7016 -29.582 1.315 6.137 6.649 337.616 +26 Jul 2021 22:00 UT 90.18 16.863 1874.7 382312 22.9080 -12.4885 -30.091 1.316 6.147 6.648 337.566 +26 Jul 2021 23:00 UT 89.91 16.905 1873.6 382536 22.9429 -12.2747 -30.599 1.316 6.156 6.646 337.519 +27 Jul 2021 00:00 UT 89.64 16.947 1872.5 382761 22.9777 -12.0601 -31.107 1.317 6.164 6.643 337.473 +27 Jul 2021 01:00 UT 89.37 16.988 1871.4 382987 23.0125 -11.8448 -31.615 1.318 6.172 6.640 337.430 +27 Jul 2021 02:00 UT 89.10 17.030 1870.3 383212 23.0471 -11.6289 -32.123 1.319 6.179 6.636 337.388 +27 Jul 2021 03:00 UT 88.82 17.072 1869.2 383437 23.0816 -11.4123 -32.631 1.319 6.185 6.631 337.349 +27 Jul 2021 04:00 UT 88.54 17.113 1868.1 383663 23.1160 -11.1950 -33.139 1.320 6.191 6.626 337.312 +27 Jul 2021 05:00 UT 88.26 17.155 1867.0 383888 23.1503 -10.9772 -33.647 1.321 6.195 6.620 337.277 +27 Jul 2021 06:00 UT 87.97 17.197 1865.9 384114 23.1845 -10.7587 -34.156 1.321 6.199 6.614 337.244 +27 Jul 2021 07:00 UT 87.68 17.238 1864.8 384339 23.2187 -10.5397 -34.664 1.322 6.203 6.607 337.213 +27 Jul 2021 08:00 UT 87.39 17.280 1863.7 384565 23.2527 -10.3201 -35.172 1.323 6.206 6.599 337.184 +27 Jul 2021 09:00 UT 87.10 17.322 1862.6 384790 23.2867 -10.1000 -35.680 1.324 6.208 6.591 337.157 +27 Jul 2021 10:00 UT 86.80 17.363 1861.5 385016 23.3205 -9.8794 -36.188 1.324 6.209 6.582 337.132 +27 Jul 2021 11:00 UT 86.51 17.405 1860.5 385241 23.3543 -9.6583 -36.696 1.325 6.210 6.573 337.109 +27 Jul 2021 12:00 UT 86.20 17.447 1859.4 385466 23.3880 -9.4368 -37.205 1.326 6.209 6.563 337.088 +27 Jul 2021 13:00 UT 85.90 17.488 1858.3 385690 23.4216 -9.2147 -37.713 1.326 6.209 6.552 337.069 +27 Jul 2021 14:00 UT 85.60 17.530 1857.2 385915 23.4551 -8.9923 -38.221 1.327 6.207 6.541 337.051 +27 Jul 2021 15:00 UT 85.29 17.572 1856.1 386139 23.4885 -8.7694 -38.729 1.328 6.205 6.529 337.036 +27 Jul 2021 16:00 UT 84.98 17.613 1855.1 386363 23.5219 -8.5462 -39.237 1.329 6.202 6.517 337.023 +27 Jul 2021 17:00 UT 84.67 17.655 1854.0 386587 23.5552 -8.3226 -39.746 1.329 6.198 6.504 337.012 +27 Jul 2021 18:00 UT 84.35 17.697 1852.9 386810 23.5884 -8.0987 -40.254 1.330 6.194 6.491 337.002 +27 Jul 2021 19:00 UT 84.04 17.738 1851.8 387033 23.6215 -7.8744 -40.762 1.331 6.189 6.476 336.994 +27 Jul 2021 20:00 UT 83.72 17.780 1850.8 387256 23.6545 -7.6498 -41.270 1.331 6.183 6.462 336.989 +27 Jul 2021 21:00 UT 83.40 17.822 1849.7 387478 23.6875 -7.4249 -41.779 1.332 6.177 6.447 336.985 +27 Jul 2021 22:00 UT 83.07 17.863 1848.7 387700 23.7204 -7.1997 -42.287 1.333 6.170 6.431 336.983 +27 Jul 2021 23:00 UT 82.75 17.905 1847.6 387921 23.7532 -6.9743 -42.795 1.333 6.162 6.415 336.983 +28 Jul 2021 00:00 UT 82.42 17.947 1846.6 388142 23.7860 -6.7487 -43.304 1.334 6.153 6.398 336.984 +28 Jul 2021 01:00 UT 82.09 17.988 1845.5 388362 23.8186 -6.5228 -43.812 1.335 6.144 6.380 336.988 +28 Jul 2021 02:00 UT 81.76 18.030 1844.5 388581 23.8512 -6.2967 -44.320 1.335 6.134 6.363 336.993 +28 Jul 2021 03:00 UT 81.43 18.072 1843.4 388800 23.8838 -6.0704 -44.828 1.336 6.123 6.344 337.000 +28 Jul 2021 04:00 UT 81.09 18.113 1842.4 389019 23.9163 -5.8440 -45.337 1.337 6.112 6.325 337.009 +28 Jul 2021 05:00 UT 80.75 18.155 1841.4 389236 23.9487 -5.6174 -45.845 1.337 6.100 6.306 337.019 +28 Jul 2021 06:00 UT 80.42 18.197 1840.3 389453 23.9810 -5.3907 -46.353 1.338 6.088 6.285 337.031 +28 Jul 2021 07:00 UT 80.07 18.238 1839.3 389669 0.0133 -5.1639 -46.862 1.339 6.074 6.265 337.045 +28 Jul 2021 08:00 UT 79.73 18.280 1838.3 389885 0.0455 -4.9370 -47.370 1.339 6.060 6.244 337.061 +28 Jul 2021 09:00 UT 79.39 18.322 1837.3 390099 0.0777 -4.7099 -47.879 1.340 6.046 6.222 337.079 +28 Jul 2021 10:00 UT 79.04 18.363 1836.3 390313 0.1098 -4.4829 -48.387 1.340 6.030 6.200 337.098 +28 Jul 2021 11:00 UT 78.69 18.405 1835.3 390526 0.1418 -4.2557 -48.895 1.341 6.014 6.177 337.119 +28 Jul 2021 12:00 UT 78.35 18.447 1834.3 390739 0.1738 -4.0285 -49.404 1.342 5.997 6.154 337.141 +28 Jul 2021 13:00 UT 77.99 18.488 1833.3 390950 0.2057 -3.8013 -49.912 1.342 5.980 6.130 337.165 +28 Jul 2021 14:00 UT 77.64 18.530 1832.3 391160 0.2376 -3.5741 -50.420 1.343 5.962 6.106 337.191 +28 Jul 2021 15:00 UT 77.29 18.572 1831.3 391370 0.2694 -3.3470 -50.929 1.344 5.943 6.082 337.219 +28 Jul 2021 16:00 UT 76.93 18.613 1830.3 391578 0.3012 -3.1198 -51.437 1.344 5.924 6.056 337.248 +28 Jul 2021 17:00 UT 76.58 18.655 1829.4 391786 0.3329 -2.8927 -51.946 1.345 5.904 6.031 337.278 +28 Jul 2021 18:00 UT 76.22 18.697 1828.4 391992 0.3646 -2.6656 -52.454 1.345 5.883 6.005 337.311 +28 Jul 2021 19:00 UT 75.86 18.738 1827.5 392198 0.3963 -2.4386 -52.963 1.346 5.862 5.978 337.345 +28 Jul 2021 20:00 UT 75.50 18.780 1826.5 392402 0.4278 -2.2117 -53.471 1.347 5.840 5.951 337.380 +28 Jul 2021 21:00 UT 75.13 18.822 1825.6 392605 0.4594 -1.9848 -53.980 1.347 5.818 5.923 337.417 +28 Jul 2021 22:00 UT 74.77 18.863 1824.6 392807 0.4909 -1.7581 -54.488 1.348 5.795 5.895 337.456 +28 Jul 2021 23:00 UT 74.40 18.905 1823.7 393008 0.5223 -1.5315 -54.997 1.348 5.771 5.867 337.496 +29 Jul 2021 00:00 UT 74.04 18.947 1822.8 393208 0.5537 -1.3051 -55.505 1.349 5.746 5.838 337.538 +29 Jul 2021 01:00 UT 73.67 18.988 1821.8 393407 0.5851 -1.0788 -56.014 1.349 5.721 5.809 337.582 +29 Jul 2021 02:00 UT 73.30 19.030 1820.9 393604 0.6164 -0.8527 -56.522 1.350 5.696 5.779 337.626 +29 Jul 2021 03:00 UT 72.93 19.072 1820.0 393801 0.6477 -0.6268 -57.031 1.351 5.669 5.748 337.673 +29 Jul 2021 04:00 UT 72.56 19.113 1819.1 393996 0.6790 -0.4010 -57.539 1.351 5.642 5.718 337.721 +29 Jul 2021 05:00 UT 72.18 19.155 1818.2 394189 0.7102 -0.1755 -58.048 1.352 5.615 5.686 337.770 +29 Jul 2021 06:00 UT 71.81 19.197 1817.3 394382 0.7414 0.0498 -58.556 1.352 5.587 5.655 337.821 +29 Jul 2021 07:00 UT 71.44 19.238 1816.5 394573 0.7726 0.2749 -59.065 1.353 5.558 5.623 337.874 +29 Jul 2021 08:00 UT 71.06 19.280 1815.6 394762 0.8037 0.4998 -59.574 1.353 5.529 5.590 337.928 +29 Jul 2021 09:00 UT 70.68 19.322 1814.7 394951 0.8348 0.7243 -60.082 1.354 5.499 5.557 337.983 +29 Jul 2021 10:00 UT 70.30 19.363 1813.9 395138 0.8659 0.9486 -60.591 1.354 5.468 5.524 338.040 +29 Jul 2021 11:00 UT 69.92 19.405 1813.0 395323 0.8969 1.1727 -61.099 1.355 5.437 5.490 338.098 +29 Jul 2021 12:00 UT 69.54 19.447 1812.2 395507 0.9279 1.3964 -61.608 1.356 5.406 5.456 338.158 +29 Jul 2021 13:00 UT 69.16 19.488 1811.3 395690 0.9589 1.6198 -62.117 1.356 5.373 5.421 338.219 +29 Jul 2021 14:00 UT 68.78 19.530 1810.5 395871 0.9899 1.8429 -62.625 1.357 5.341 5.386 338.282 +29 Jul 2021 15:00 UT 68.40 19.572 1809.7 396051 1.0209 2.0656 -63.134 1.357 5.307 5.351 338.346 +29 Jul 2021 16:00 UT 68.01 19.613 1808.9 396229 1.0518 2.2880 -63.643 1.358 5.273 5.315 338.411 +29 Jul 2021 17:00 UT 67.63 19.655 1808.1 396405 1.0827 2.5101 -64.151 1.358 5.239 5.279 338.478 +29 Jul 2021 18:00 UT 67.24 19.697 1807.3 396580 1.1136 2.7317 -64.660 1.359 5.204 5.242 338.546 +29 Jul 2021 19:00 UT 66.86 19.738 1806.5 396754 1.1445 2.9530 -65.169 1.359 5.168 5.205 338.616 +29 Jul 2021 20:00 UT 66.47 19.780 1805.7 396926 1.1753 3.1739 -65.677 1.360 5.132 5.168 338.687 +29 Jul 2021 21:00 UT 66.08 19.822 1804.9 397096 1.2061 3.3944 -66.186 1.360 5.096 5.130 338.760 +29 Jul 2021 22:00 UT 65.69 19.863 1804.1 397265 1.2370 3.6145 -66.695 1.361 5.059 5.092 338.834 +29 Jul 2021 23:00 UT 65.31 19.905 1803.4 397432 1.2678 3.8341 -67.203 1.361 5.021 5.053 338.909 +30 Jul 2021 00:00 UT 64.92 19.947 1802.6 397597 1.2986 4.0533 -67.712 1.362 4.983 5.015 338.985 +30 Jul 2021 01:00 UT 64.53 19.988 1801.9 397760 1.3294 4.2721 -68.221 1.362 4.944 4.975 339.063 +30 Jul 2021 02:00 UT 64.13 20.030 1801.2 397922 1.3602 4.4904 -68.730 1.363 4.905 4.936 339.143 +30 Jul 2021 03:00 UT 63.74 20.072 1800.4 398082 1.3909 4.7082 -69.238 1.363 4.865 4.896 339.223 +30 Jul 2021 04:00 UT 63.35 20.113 1799.7 398241 1.4217 4.9255 -69.747 1.364 4.825 4.855 339.305 +30 Jul 2021 05:00 UT 62.96 20.155 1799.0 398398 1.4525 5.1423 -70.256 1.364 4.785 4.815 339.389 +30 Jul 2021 06:00 UT 62.56 20.197 1798.3 398552 1.4832 5.3587 -70.765 1.365 4.744 4.774 339.473 +30 Jul 2021 07:00 UT 62.17 20.238 1797.6 398706 1.5140 5.5745 -71.274 1.365 4.702 4.732 339.559 +30 Jul 2021 08:00 UT 61.78 20.280 1796.9 398857 1.5447 5.7897 -71.782 1.366 4.660 4.691 339.647 +30 Jul 2021 09:00 UT 61.38 20.322 1796.3 399006 1.5755 6.0045 -72.291 1.366 4.617 4.649 339.735 +30 Jul 2021 10:00 UT 60.99 20.363 1795.6 399154 1.6062 6.2186 -72.800 1.367 4.574 4.606 339.825 +30 Jul 2021 11:00 UT 60.59 20.405 1795.0 399300 1.6370 6.4322 -73.309 1.367 4.531 4.564 339.916 +30 Jul 2021 12:00 UT 60.19 20.447 1794.3 399444 1.6677 6.6453 -73.818 1.368 4.487 4.521 340.009 +30 Jul 2021 13:00 UT 59.80 20.488 1793.7 399586 1.6985 6.8577 -74.327 1.368 4.443 4.477 340.103 +30 Jul 2021 14:00 UT 59.40 20.530 1793.0 399726 1.7293 7.0696 -74.836 1.369 4.398 4.434 340.198 +30 Jul 2021 15:00 UT 59.00 20.572 1792.4 399864 1.7600 7.2808 -75.344 1.369 4.353 4.390 340.294 +30 Jul 2021 16:00 UT 58.61 20.613 1791.8 400001 1.7908 7.4915 -75.853 1.370 4.307 4.346 340.392 +30 Jul 2021 17:00 UT 58.21 20.655 1791.2 400135 1.8216 7.7015 -76.362 1.370 4.261 4.301 340.491 +30 Jul 2021 18:00 UT 57.81 20.697 1790.6 400267 1.8524 7.9108 -76.871 1.370 4.215 4.256 340.591 +30 Jul 2021 19:00 UT 57.41 20.738 1790.0 400398 1.8832 8.1196 -77.380 1.371 4.168 4.211 340.693 +30 Jul 2021 20:00 UT 57.02 20.780 1789.5 400526 1.9140 8.3276 -77.889 1.371 4.121 4.166 340.795 +30 Jul 2021 21:00 UT 56.62 20.822 1788.9 400653 1.9448 8.5350 -78.398 1.372 4.073 4.120 340.899 +30 Jul 2021 22:00 UT 56.22 20.863 1788.3 400778 1.9757 8.7417 -78.907 1.372 4.025 4.074 341.005 +30 Jul 2021 23:00 UT 55.82 20.905 1787.8 400900 2.0065 8.9477 -79.416 1.373 3.977 4.028 341.111 +31 Jul 2021 00:00 UT 55.42 20.947 1787.3 401021 2.0374 9.1530 -79.925 1.373 3.928 3.981 341.219 +31 Jul 2021 01:00 UT 55.02 20.988 1786.7 401139 2.0683 9.3576 -80.434 1.374 3.879 3.934 341.328 +31 Jul 2021 02:00 UT 54.62 21.030 1786.2 401256 2.0992 9.5615 -80.943 1.374 3.830 3.887 341.438 +31 Jul 2021 03:00 UT 54.23 21.072 1785.7 401370 2.1301 9.7646 -81.452 1.374 3.780 3.840 341.550 +31 Jul 2021 04:00 UT 53.83 21.113 1785.2 401483 2.1610 9.9670 -81.961 1.375 3.730 3.792 341.662 +31 Jul 2021 05:00 UT 53.43 21.155 1784.7 401593 2.1920 10.1686 -82.470 1.375 3.679 3.744 341.776 +31 Jul 2021 06:00 UT 53.03 21.197 1784.2 401701 2.2230 10.3695 -82.979 1.376 3.629 3.696 341.891 +31 Jul 2021 07:00 UT 52.63 21.238 1783.8 401808 2.2540 10.5696 -83.488 1.376 3.577 3.648 342.008 +31 Jul 2021 08:00 UT 52.23 21.280 1783.3 401912 2.2850 10.7689 -83.997 1.377 3.526 3.599 342.125 +31 Jul 2021 09:00 UT 51.83 21.322 1782.8 402014 2.3161 10.9674 -84.506 1.377 3.474 3.550 342.244 +31 Jul 2021 10:00 UT 51.43 21.363 1782.4 402114 2.3472 11.1651 -85.015 1.377 3.422 3.501 342.364 +31 Jul 2021 11:00 UT 51.04 21.405 1782.0 402212 2.3783 11.3620 -85.524 1.378 3.370 3.451 342.486 +31 Jul 2021 12:00 UT 50.64 21.447 1781.5 402307 2.4094 11.5580 -86.033 1.378 3.317 3.402 342.608 +31 Jul 2021 13:00 UT 50.24 21.488 1781.1 402401 2.4406 11.7532 -86.543 1.379 3.264 3.352 342.732 +31 Jul 2021 14:00 UT 49.84 21.530 1780.7 402492 2.4718 11.9476 -87.052 1.379 3.211 3.302 342.857 +31 Jul 2021 15:00 UT 49.44 21.572 1780.3 402582 2.5030 12.1411 -87.561 1.379 3.157 3.251 342.983 +31 Jul 2021 16:00 UT 49.05 21.613 1779.9 402669 2.5343 12.3337 -88.070 1.380 3.104 3.201 343.110 +31 Jul 2021 17:00 UT 48.65 21.655 1779.6 402754 2.5655 12.5255 -88.579 1.380 3.050 3.150 343.238 +31 Jul 2021 18:00 UT 48.25 21.697 1779.2 402837 2.5969 12.7163 -89.088 1.381 2.995 3.099 343.368 +31 Jul 2021 19:00 UT 47.85 21.738 1778.8 402918 2.6282 12.9062 -89.597 1.381 2.941 3.048 343.499 +31 Jul 2021 20:00 UT 47.46 21.780 1778.5 402996 2.6596 13.0953 -90.107 1.381 2.886 2.997 343.631 +31 Jul 2021 21:00 UT 47.06 21.822 1778.2 403073 2.6910 13.2834 -90.616 1.382 2.831 2.945 343.764 +31 Jul 2021 22:00 UT 46.66 21.863 1777.8 403147 2.7225 13.4705 -91.125 1.382 2.776 2.893 343.898 +31 Jul 2021 23:00 UT 46.27 21.905 1777.5 403219 2.7540 13.6568 -91.634 1.383 2.720 2.841 344.034 +01 Aug 2021 00:00 UT 45.87 21.947 1777.2 403289 2.7856 13.8420 -92.143 1.383 2.665 2.789 344.170 +01 Aug 2021 01:00 UT 45.48 21.988 1776.9 403356 2.8171 14.0263 -92.653 1.383 2.609 2.737 344.308 +01 Aug 2021 02:00 UT 45.08 22.030 1776.6 403422 2.8488 14.2096 -93.162 1.384 2.553 2.684 344.447 +01 Aug 2021 03:00 UT 44.69 22.072 1776.3 403485 2.8804 14.3919 -93.671 1.384 2.496 2.631 344.587 +01 Aug 2021 04:00 UT 44.30 22.113 1776.1 403547 2.9121 14.5732 -94.180 1.385 2.440 2.578 344.729 +01 Aug 2021 05:00 UT 43.90 22.155 1775.8 403605 2.9439 14.7535 -94.690 1.385 2.383 2.525 344.871 +01 Aug 2021 06:00 UT 43.51 22.197 1775.6 403662 2.9757 14.9328 -95.199 1.385 2.327 2.472 345.015 +01 Aug 2021 07:00 UT 43.12 22.238 1775.3 403717 3.0075 15.1110 -95.708 1.386 2.270 2.419 345.160 +01 Aug 2021 08:00 UT 42.73 22.280 1775.1 403769 3.0394 15.2882 -96.218 1.386 2.213 2.365 345.305 +01 Aug 2021 09:00 UT 42.34 22.322 1774.9 403819 3.0714 15.4644 -96.727 1.386 2.155 2.311 345.453 +01 Aug 2021 10:00 UT 41.95 22.363 1774.7 403868 3.1033 15.6394 -97.236 1.387 2.098 2.257 345.601 +01 Aug 2021 11:00 UT 41.56 22.405 1774.5 403913 3.1354 15.8134 -97.746 1.387 2.040 2.203 345.750 +01 Aug 2021 12:00 UT 41.17 22.447 1774.3 403957 3.1674 15.9863 -98.255 1.388 1.983 2.149 345.901 +01 Aug 2021 13:00 UT 40.78 22.488 1774.1 403998 3.1996 16.1581 -98.764 1.388 1.925 2.095 346.052 +01 Aug 2021 14:00 UT 40.39 22.530 1773.9 404038 3.2318 16.3287 -99.274 1.388 1.867 2.040 346.205 +01 Aug 2021 15:00 UT 40.00 22.572 1773.7 404075 3.2640 16.4983 -99.783 1.389 1.809 1.986 346.359 +01 Aug 2021 16:00 UT 39.62 22.613 1773.6 404110 3.2963 16.6667 -100.292 1.389 1.751 1.931 346.514 +01 Aug 2021 17:00 UT 39.23 22.655 1773.4 404142 3.3286 16.8339 -100.802 1.389 1.693 1.876 346.670 +01 Aug 2021 18:00 UT 38.85 22.697 1773.3 404173 3.3610 17.0000 -101.311 1.390 1.634 1.821 346.827 +01 Aug 2021 19:00 UT 38.46 22.738 1773.2 404201 3.3934 17.1650 -101.821 1.390 1.576 1.766 346.985 +01 Aug 2021 20:00 UT 38.08 22.780 1773.1 404227 3.4259 17.3287 -102.330 1.390 1.517 1.710 347.145 +01 Aug 2021 21:00 UT 37.70 22.822 1773.0 404251 3.4585 17.4912 -102.839 1.391 1.459 1.655 347.305 +01 Aug 2021 22:00 UT 37.31 22.863 1772.9 404273 3.4911 17.6526 -103.349 1.391 1.400 1.599 347.467 +01 Aug 2021 23:00 UT 36.93 22.905 1772.8 404293 3.5237 17.8127 -103.858 1.391 1.342 1.544 347.629 +02 Aug 2021 00:00 UT 36.55 22.947 1772.7 404310 3.5564 17.9716 -104.368 1.392 1.283 1.488 347.793 +02 Aug 2021 01:00 UT 36.17 22.988 1772.6 404325 3.5892 18.1292 -104.877 1.392 1.224 1.432 347.958 +02 Aug 2021 02:00 UT 35.79 23.030 1772.6 404339 3.6221 18.2856 -105.387 1.392 1.165 1.376 348.124 +02 Aug 2021 03:00 UT 35.42 23.072 1772.5 404350 3.6549 18.4407 -105.896 1.393 1.107 1.320 348.291 +02 Aug 2021 04:00 UT 35.04 23.113 1772.5 404358 3.6879 18.5945 -106.406 1.393 1.048 1.264 348.459 +02 Aug 2021 05:00 UT 34.66 23.155 1772.5 404365 3.7209 18.7471 -106.915 1.393 0.989 1.208 348.628 +02 Aug 2021 06:00 UT 34.29 23.197 1772.4 404370 3.7540 18.8983 -107.425 1.394 0.930 1.151 348.798 +02 Aug 2021 07:00 UT 33.91 23.238 1772.4 404372 3.7871 19.0483 -107.934 1.394 0.871 1.095 348.969 +02 Aug 2021 08:00 UT 33.54 23.280 1772.4 404372 3.8203 19.1969 -108.444 1.395 0.812 1.039 349.141 +02 Aug 2021 09:00 UT 33.17 23.322 1772.4 404370 3.8536 19.3441 -108.953 1.395 0.753 0.982 349.314 +02 Aug 2021 10:00 UT 32.80 23.363 1772.5 404366 3.8869 19.4900 -109.463 1.395 0.695 0.925 349.489 +02 Aug 2021 11:00 UT 32.43 23.405 1772.5 404360 3.9203 19.6346 -109.972 1.395 0.636 0.869 349.664 +02 Aug 2021 12:00 UT 32.06 23.447 1772.5 404352 3.9537 19.7777 -110.482 1.396 0.577 0.812 349.840 +02 Aug 2021 13:00 UT 31.69 23.488 1772.6 404342 3.9872 19.9195 -110.992 1.396 0.518 0.755 350.018 +02 Aug 2021 14:00 UT 31.32 23.530 1772.6 404330 4.0208 20.0599 -111.501 1.396 0.460 0.698 350.196 +02 Aug 2021 15:00 UT 30.96 23.572 1772.7 404315 4.0544 20.1989 -112.011 1.397 0.401 0.641 350.375 +02 Aug 2021 16:00 UT 30.59 23.613 1772.8 404299 4.0881 20.3364 -112.520 1.397 0.342 0.584 350.556 +02 Aug 2021 17:00 UT 30.23 23.655 1772.8 404280 4.1219 20.4725 -113.030 1.397 0.284 0.527 350.737 +02 Aug 2021 18:00 UT 29.87 23.697 1772.9 404259 4.1557 20.6071 -113.540 1.398 0.225 0.470 350.919 +02 Aug 2021 19:00 UT 29.51 23.738 1773.0 404237 4.1896 20.7403 -114.049 1.398 0.167 0.413 351.103 +02 Aug 2021 20:00 UT 29.15 23.780 1773.1 404212 4.2236 20.8720 -114.559 1.398 0.109 0.356 351.287 +02 Aug 2021 21:00 UT 28.79 23.822 1773.3 404185 4.2576 21.0023 -115.069 1.399 0.050 0.298 351.472 +02 Aug 2021 22:00 UT 28.43 23.863 1773.4 404157 4.2917 21.1310 -115.578 1.399 -0.008 0.241 351.658 +02 Aug 2021 23:00 UT 28.07 23.905 1773.5 404126 4.3258 21.2582 -116.088 1.399 -0.066 0.184 351.845 +03 Aug 2021 00:00 UT 27.72 23.947 1773.7 404093 4.3601 21.3839 -116.598 1.400 -0.124 0.127 352.033 +03 Aug 2021 01:00 UT 27.37 23.988 1773.8 404058 4.3943 21.5080 -117.107 1.400 -0.181 0.069 352.222 +03 Aug 2021 02:00 UT 27.01 24.030 1774.0 404022 4.4287 21.6306 -117.617 1.400 -0.239 0.012 352.412 +03 Aug 2021 03:00 UT 26.66 24.072 1774.1 403983 4.4631 21.7517 -118.127 1.401 -0.297 -0.045 352.602 +03 Aug 2021 04:00 UT 26.31 24.113 1774.3 403942 4.4976 21.8711 -118.636 1.401 -0.354 -0.103 352.794 +03 Aug 2021 05:00 UT 25.97 24.155 1774.5 403899 4.5322 21.9890 -119.146 1.401 -0.411 -0.160 352.986 +03 Aug 2021 06:00 UT 25.62 24.197 1774.7 403855 4.5668 22.1053 -119.656 1.401 -0.468 -0.218 353.180 +03 Aug 2021 07:00 UT 25.27 24.238 1774.9 403808 4.6015 22.2199 -120.166 1.402 -0.525 -0.275 353.374 +03 Aug 2021 08:00 UT 24.93 24.280 1775.1 403760 4.6363 22.3329 -120.675 1.402 -0.582 -0.332 353.569 +03 Aug 2021 09:00 UT 24.59 24.322 1775.3 403710 4.6711 22.4443 -121.185 1.402 -0.639 -0.390 353.765 +03 Aug 2021 10:00 UT 24.25 24.363 1775.6 403657 4.7060 22.5541 -121.695 1.403 -0.695 -0.447 353.962 +03 Aug 2021 11:00 UT 23.91 24.405 1775.8 403603 4.7409 22.6621 -122.205 1.403 -0.752 -0.504 354.159 +03 Aug 2021 12:00 UT 23.57 24.447 1776.1 403547 4.7760 22.7685 -122.714 1.403 -0.808 -0.562 354.357 +03 Aug 2021 13:00 UT 23.23 24.488 1776.3 403490 4.8111 22.8733 -123.224 1.404 -0.864 -0.619 354.556 +03 Aug 2021 14:00 UT 22.90 24.530 1776.6 403430 4.8462 22.9763 -123.734 1.404 -0.919 -0.676 354.756 +03 Aug 2021 15:00 UT 22.57 24.572 1776.8 403369 4.8814 23.0776 -124.244 1.404 -0.975 -0.733 354.957 +03 Aug 2021 16:00 UT 22.23 24.613 1777.1 403305 4.9167 23.1771 -124.754 1.404 -1.030 -0.790 355.158 +03 Aug 2021 17:00 UT 21.91 24.655 1777.4 403240 4.9521 23.2750 -125.263 1.405 -1.085 -0.848 355.360 +03 Aug 2021 18:00 UT 21.58 24.697 1777.7 403173 4.9875 23.3711 -125.773 1.405 -1.140 -0.905 355.563 +03 Aug 2021 19:00 UT 21.25 24.738 1778.0 403105 5.0230 23.4654 -126.283 1.405 -1.195 -0.962 355.767 +03 Aug 2021 20:00 UT 20.93 24.780 1778.3 403034 5.0586 23.5579 -126.793 1.406 -1.250 -1.019 355.971 +03 Aug 2021 21:00 UT 20.60 24.822 1778.6 402962 5.0942 23.6487 -127.303 1.406 -1.304 -1.076 356.176 +03 Aug 2021 22:00 UT 20.28 24.863 1779.0 402888 5.1299 23.7377 -127.813 1.406 -1.358 -1.132 356.381 +03 Aug 2021 23:00 UT 19.96 24.905 1779.3 402812 5.1656 23.8248 -128.323 1.406 -1.412 -1.189 356.587 +04 Aug 2021 00:00 UT 19.64 24.947 1779.6 402735 5.2015 23.9101 -128.832 1.407 -1.465 -1.246 356.794 +04 Aug 2021 01:00 UT 19.33 24.988 1780.0 402656 5.2373 23.9936 -129.342 1.407 -1.518 -1.303 357.002 +04 Aug 2021 02:00 UT 19.01 25.030 1780.3 402575 5.2733 24.0753 -129.852 1.407 -1.571 -1.359 357.210 +04 Aug 2021 03:00 UT 18.70 25.072 1780.7 402493 5.3093 24.1551 -130.362 1.408 -1.624 -1.416 357.418 +04 Aug 2021 04:00 UT 18.39 25.113 1781.1 402409 5.3454 24.2330 -130.872 1.408 -1.676 -1.472 357.628 +04 Aug 2021 05:00 UT 18.08 25.155 1781.5 402323 5.3815 24.3091 -131.382 1.408 -1.729 -1.529 357.837 +04 Aug 2021 06:00 UT 17.77 25.197 1781.8 402236 5.4177 24.3832 -131.892 1.408 -1.780 -1.585 358.048 +04 Aug 2021 07:00 UT 17.47 25.238 1782.2 402147 5.4539 24.4555 -132.402 1.409 -1.832 -1.641 358.258 +04 Aug 2021 08:00 UT 17.17 25.280 1782.6 402057 5.4903 24.5258 -132.912 1.409 -1.883 -1.697 358.470 +04 Aug 2021 09:00 UT 16.87 25.322 1783.1 401965 5.5266 24.5942 -133.422 1.409 -1.934 -1.753 358.682 +04 Aug 2021 10:00 UT 16.57 25.363 1783.5 401871 5.5631 24.6607 -133.932 1.409 -1.985 -1.809 358.894 +04 Aug 2021 11:00 UT 16.27 25.405 1783.9 401776 5.5996 24.7252 -134.442 1.410 -2.036 -1.865 359.106 +04 Aug 2021 12:00 UT 15.97 25.447 1784.3 401680 5.6361 24.7878 -134.952 1.410 -2.086 -1.920 359.320 +04 Aug 2021 13:00 UT 15.68 25.488 1784.8 401582 5.6727 24.8483 -135.462 1.410 -2.135 -1.976 359.533 +04 Aug 2021 14:00 UT 15.39 25.530 1785.2 401482 5.7094 24.9070 -135.972 1.411 -2.185 -2.031 359.747 +04 Aug 2021 15:00 UT 15.10 25.572 1785.6 401381 5.7461 24.9636 -136.482 1.411 -2.234 -2.087 359.961 +04 Aug 2021 16:00 UT 14.81 25.613 1786.1 401279 5.7829 25.0182 -136.992 1.411 -2.283 -2.142 0.176 +04 Aug 2021 17:00 UT 14.53 25.655 1786.6 401175 5.8197 25.0708 -137.502 1.411 -2.331 -2.197 0.391 +04 Aug 2021 18:00 UT 14.25 25.697 1787.0 401069 5.8566 25.1214 -138.012 1.412 -2.379 -2.252 0.606 +04 Aug 2021 19:00 UT 13.97 25.738 1787.5 400963 5.8935 25.1700 -138.522 1.412 -2.427 -2.306 0.821 +04 Aug 2021 20:00 UT 13.69 25.780 1788.0 400854 5.9305 25.2165 -139.032 1.412 -2.475 -2.361 1.037 +04 Aug 2021 21:00 UT 13.41 25.822 1788.5 400745 5.9675 25.2610 -139.542 1.412 -2.522 -2.415 1.253 +04 Aug 2021 22:00 UT 13.14 25.863 1789.0 400634 6.0046 25.3034 -140.052 1.413 -2.568 -2.469 1.469 +04 Aug 2021 23:00 UT 12.87 25.905 1789.5 400522 6.0417 25.3437 -140.562 1.413 -2.615 -2.524 1.685 +05 Aug 2021 00:00 UT 12.60 25.947 1790.0 400409 6.0789 25.3820 -141.072 1.413 -2.661 -2.577 1.902 +05 Aug 2021 01:00 UT 12.33 25.988 1790.5 400294 6.1162 25.4182 -141.582 1.413 -2.706 -2.631 2.118 +05 Aug 2021 02:00 UT 12.07 26.030 1791.0 400178 6.1534 25.4523 -142.092 1.414 -2.751 -2.685 2.335 +05 Aug 2021 03:00 UT 11.80 26.072 1791.5 400060 6.1908 25.4842 -142.602 1.414 -2.796 -2.738 2.552 +05 Aug 2021 04:00 UT 11.54 26.113 1792.1 399942 6.2281 25.5141 -143.112 1.414 -2.841 -2.791 2.769 +05 Aug 2021 05:00 UT 11.29 26.155 1792.6 399822 6.2655 25.5419 -143.622 1.414 -2.885 -2.845 2.986 +05 Aug 2021 06:00 UT 11.03 26.197 1793.2 399701 6.3030 25.5675 -144.132 1.415 -2.928 -2.897 3.203 +05 Aug 2021 07:00 UT 10.78 26.238 1793.7 399579 6.3405 25.5910 -144.642 1.415 -2.972 -2.950 3.420 +05 Aug 2021 08:00 UT 10.53 26.280 1794.3 399456 6.3780 25.6123 -145.152 1.415 -3.015 -3.003 3.637 +05 Aug 2021 09:00 UT 10.28 26.322 1794.8 399331 6.4156 25.6315 -145.662 1.415 -3.057 -3.055 3.854 +05 Aug 2021 10:00 UT 10.03 26.363 1795.4 399206 6.4532 25.6486 -146.173 1.416 -3.099 -3.107 4.071 +05 Aug 2021 11:00 UT 9.79 26.405 1795.9 399079 6.4909 25.6634 -146.683 1.416 -3.141 -3.159 4.288 +05 Aug 2021 12:00 UT 9.55 26.447 1796.5 398951 6.5285 25.6761 -147.193 1.416 -3.182 -3.210 4.504 +05 Aug 2021 13:00 UT 9.31 26.488 1797.1 398822 6.5663 25.6867 -147.703 1.416 -3.223 -3.262 4.721 +05 Aug 2021 14:00 UT 9.08 26.530 1797.7 398693 6.6040 25.6950 -148.213 1.417 -3.263 -3.313 4.937 +05 Aug 2021 15:00 UT 8.84 26.572 1798.3 398562 6.6418 25.7012 -148.723 1.417 -3.303 -3.364 5.153 +05 Aug 2021 16:00 UT 8.61 26.613 1798.9 398430 6.6796 25.7051 -149.233 1.417 -3.343 -3.415 5.369 +05 Aug 2021 17:00 UT 8.39 26.655 1799.5 398297 6.7175 25.7069 -149.744 1.417 -3.382 -3.465 5.585 +05 Aug 2021 18:00 UT 8.16 26.697 1800.1 398163 6.7553 25.7065 -150.254 1.418 -3.421 -3.515 5.800 +05 Aug 2021 19:00 UT 7.94 26.738 1800.7 398028 6.7932 25.7038 -150.764 1.418 -3.459 -3.565 6.015 +05 Aug 2021 20:00 UT 7.72 26.780 1801.3 397892 6.8312 25.6989 -151.274 1.418 -3.497 -3.615 6.230 +05 Aug 2021 21:00 UT 7.50 26.822 1801.9 397755 6.8691 25.6918 -151.784 1.418 -3.534 -3.664 6.444 +05 Aug 2021 22:00 UT 7.29 26.863 1802.5 397618 6.9071 25.6825 -152.294 1.419 -3.571 -3.714 6.658 +05 Aug 2021 23:00 UT 7.08 26.905 1803.2 397479 6.9451 25.6710 -152.805 1.419 -3.607 -3.763 6.871 +06 Aug 2021 00:00 UT 6.87 26.947 1803.8 397340 6.9831 25.6572 -153.315 1.419 -3.643 -3.811 7.085 +06 Aug 2021 01:00 UT 6.66 26.988 1804.4 397200 7.0212 25.6412 -153.825 1.419 -3.679 -3.860 7.297 +06 Aug 2021 02:00 UT 6.46 27.030 1805.1 397059 7.0592 25.6230 -154.335 1.419 -3.714 -3.908 7.509 +06 Aug 2021 03:00 UT 6.26 27.072 1805.7 396917 7.0973 25.6025 -154.845 1.420 -3.748 -3.956 7.721 +06 Aug 2021 04:00 UT 6.06 27.113 1806.4 396774 7.1354 25.5798 -155.356 1.420 -3.783 -4.003 7.932 +06 Aug 2021 05:00 UT 5.87 27.155 1807.0 396631 7.1735 25.5548 -155.866 1.420 -3.816 -4.051 8.142 +06 Aug 2021 06:00 UT 5.68 27.197 1807.7 396486 7.2116 25.5276 -156.376 1.420 -3.850 -4.098 8.352 +06 Aug 2021 07:00 UT 5.49 27.238 1808.4 396342 7.2497 25.4981 -156.886 1.421 -3.882 -4.144 8.562 +06 Aug 2021 08:00 UT 5.30 27.280 1809.0 396196 7.2879 25.4664 -157.396 1.421 -3.915 -4.191 8.770 +06 Aug 2021 09:00 UT 5.12 27.322 1809.7 396050 7.3260 25.4325 -157.907 1.421 -3.946 -4.237 8.978 +06 Aug 2021 10:00 UT 4.94 27.363 1810.4 395903 7.3642 25.3962 -158.417 1.421 -3.978 -4.282 9.185 +06 Aug 2021 11:00 UT 4.76 27.405 1811.0 395755 7.4024 25.3578 -158.927 1.422 -4.008 -4.328 9.392 +06 Aug 2021 12:00 UT 4.59 27.447 1811.7 395607 7.4406 25.3171 -159.437 1.422 -4.039 -4.373 9.597 +06 Aug 2021 13:00 UT 4.42 27.488 1812.4 395458 7.4787 25.2741 -159.948 1.422 -4.069 -4.418 9.802 +06 Aug 2021 14:00 UT 4.25 27.530 1813.1 395309 7.5169 25.2288 -160.458 1.422 -4.098 -4.462 10.006 +06 Aug 2021 15:00 UT 4.09 27.572 1813.8 395159 7.5551 25.1814 -160.968 1.422 -4.127 -4.506 10.210 +06 Aug 2021 16:00 UT 3.93 27.613 1814.5 395008 7.5933 25.1316 -161.478 1.423 -4.155 -4.550 10.412 +06 Aug 2021 17:00 UT 3.77 27.655 1815.1 394857 7.6315 25.0797 -161.989 1.423 -4.183 -4.593 10.614 +06 Aug 2021 18:00 UT 3.61 27.697 1815.8 394705 7.6697 25.0254 -162.499 1.423 -4.211 -4.636 10.814 +06 Aug 2021 19:00 UT 3.46 27.738 1816.5 394553 7.7078 24.9690 -163.009 1.423 -4.237 -4.679 11.014 +06 Aug 2021 20:00 UT 3.31 27.780 1817.3 394400 7.7460 24.9102 -163.519 1.424 -4.264 -4.722 11.212 +06 Aug 2021 21:00 UT 3.17 27.822 1818.0 394247 7.7842 24.8493 -164.030 1.424 -4.290 -4.764 11.410 +06 Aug 2021 22:00 UT 3.02 27.863 1818.7 394094 7.8224 24.7861 -164.540 1.424 -4.315 -4.805 11.607 +06 Aug 2021 23:00 UT 2.89 27.905 1819.4 393940 7.8605 24.7206 -165.050 1.424 -4.340 -4.846 11.802 +07 Aug 2021 00:00 UT 2.75 27.947 1820.1 393786 7.8987 24.6530 -165.560 1.424 -4.364 -4.887 11.997 +07 Aug 2021 01:00 UT 2.62 27.988 1820.8 393631 7.9368 24.5831 -166.071 1.425 -4.388 -4.928 12.190 +07 Aug 2021 02:00 UT 2.49 28.030 1821.5 393476 7.9749 24.5109 -166.581 1.425 -4.412 -4.968 12.382 +07 Aug 2021 03:00 UT 2.36 28.072 1822.2 393320 8.0131 24.4366 -167.091 1.425 -4.435 -5.008 12.573 +07 Aug 2021 04:00 UT 2.24 28.113 1823.0 393164 8.0512 24.3600 -167.602 1.425 -4.457 -5.047 12.763 +07 Aug 2021 05:00 UT 2.12 28.155 1823.7 393008 8.0892 24.2812 -168.112 1.425 -4.479 -5.086 12.952 +07 Aug 2021 06:00 UT 2.00 28.197 1824.4 392852 8.1273 24.2002 -168.622 1.426 -4.500 -5.124 13.139 +07 Aug 2021 07:00 UT 1.89 28.238 1825.1 392695 8.1654 24.1171 -169.133 1.426 -4.521 -5.162 13.326 +07 Aug 2021 08:00 UT 1.78 28.280 1825.9 392538 8.2034 24.0317 -169.643 1.426 -4.542 -5.200 13.510 +07 Aug 2021 09:00 UT 1.68 28.322 1826.6 392381 8.2414 23.9441 -170.153 1.426 -4.561 -5.237 13.694 +07 Aug 2021 10:00 UT 1.57 28.363 1827.3 392224 8.2794 23.8543 -170.663 1.427 -4.581 -5.274 13.877 +07 Aug 2021 11:00 UT 1.47 28.405 1828.1 392066 8.3174 23.7624 -171.174 1.427 -4.600 -5.311 14.058 +07 Aug 2021 12:00 UT 1.38 28.447 1828.8 391908 8.3553 23.6683 -171.684 1.427 -4.618 -5.347 14.237 +07 Aug 2021 13:00 UT 1.29 28.488 1829.5 391750 8.3933 23.5720 -172.194 1.427 -4.636 -5.382 14.415 +07 Aug 2021 14:00 UT 1.20 28.530 1830.3 391592 8.4312 23.4735 -172.705 1.427 -4.653 -5.417 14.592 +07 Aug 2021 15:00 UT 1.11 28.572 1831.0 391434 8.4690 23.3730 -173.215 1.428 -4.670 -5.452 14.768 +07 Aug 2021 16:00 UT 1.03 28.613 1831.8 391275 8.5069 23.2702 -173.725 1.428 -4.686 -5.486 14.942 +07 Aug 2021 17:00 UT 0.96 28.655 1832.5 391117 8.5447 23.1654 -174.236 1.428 -4.702 -5.520 15.114 +07 Aug 2021 18:00 UT 0.88 28.697 1833.2 390958 8.5825 23.0584 -174.746 1.428 -4.717 -5.553 15.285 +07 Aug 2021 19:00 UT 0.81 28.738 1834.0 390800 8.6203 22.9493 -175.256 1.428 -4.732 -5.586 15.455 +07 Aug 2021 20:00 UT 0.74 28.780 1834.7 390641 8.6580 22.8381 -175.767 1.429 -4.746 -5.619 15.623 +07 Aug 2021 21:00 UT 0.68 28.822 1835.5 390482 8.6957 22.7247 -176.277 1.429 -4.760 -5.651 15.789 +07 Aug 2021 22:00 UT 0.62 28.863 1836.2 390323 8.7334 22.6093 -176.787 1.429 -4.773 -5.682 15.954 +07 Aug 2021 23:00 UT 0.56 28.905 1837.0 390165 8.7710 22.4918 -177.298 1.429 -4.786 -5.713 16.117 +08 Aug 2021 00:00 UT 0.51 28.947 1837.7 390006 8.8087 22.3723 -177.808 1.429 -4.798 -5.744 16.279 +08 Aug 2021 01:00 UT 0.46 28.988 1838.5 389847 8.8462 22.2507 -178.318 1.430 -4.810 -5.774 16.439 +08 Aug 2021 02:00 UT 0.42 29.030 1839.2 389688 8.8838 22.1270 -178.829 1.430 -4.821 -5.803 16.597 +08 Aug 2021 03:00 UT 0.38 29.072 1840.0 389530 8.9213 22.0013 -179.339 1.430 -4.832 -5.832 16.754 +08 Aug 2021 04:00 UT 0.34 29.113 1840.7 389371 8.9587 21.8736 -179.849 1.430 -4.842 -5.861 16.909 +08 Aug 2021 05:00 UT 0.30 29.155 1841.5 389213 8.9962 21.7438 179.641 1.430 -4.852 -5.889 17.063 +08 Aug 2021 06:00 UT 0.27 29.197 1842.2 389054 9.0336 21.6120 179.130 1.431 -4.861 -5.917 17.214 +08 Aug 2021 07:00 UT 0.25 29.238 1843.0 388896 9.0709 21.4783 178.620 1.431 -4.869 -5.944 17.364 +08 Aug 2021 08:00 UT 0.22 29.280 1843.7 388738 9.1083 21.3425 178.110 1.431 -4.878 -5.970 17.512 +08 Aug 2021 09:00 UT 0.21 29.322 1844.5 388580 9.1455 21.2048 177.599 1.431 -4.885 -5.996 17.659 +08 Aug 2021 10:00 UT 0.19 29.363 1845.2 388422 9.1828 21.0652 177.089 1.431 -4.893 -6.022 17.803 +08 Aug 2021 11:00 UT 0.18 29.405 1846.0 388264 9.2200 20.9235 176.579 1.432 -4.899 -6.047 17.946 +08 Aug 2021 12:00 UT 0.17 29.447 1846.7 388107 9.2571 20.7800 176.068 1.432 -4.906 -6.071 18.087 +08 Aug 2021 13:00 UT 0.17 29.488 1847.5 387950 9.2943 20.6345 175.558 1.432 -4.911 -6.095 18.227 +08 Aug 2021 14:00 UT 0.17 0.007 1848.2 387793 9.3313 20.4871 175.048 1.432 -4.916 -6.118 18.364 +08 Aug 2021 15:00 UT 0.17 0.049 1849.0 387636 9.3684 20.3379 174.537 1.432 -4.921 -6.141 18.500 +08 Aug 2021 16:00 UT 0.18 0.090 1849.7 387479 9.4054 20.1867 174.027 1.433 -4.925 -6.164 18.634 +08 Aug 2021 17:00 UT 0.19 0.132 1850.5 387323 9.4423 20.0337 173.517 1.433 -4.929 -6.185 18.765 +08 Aug 2021 18:00 UT 0.21 0.174 1851.2 387167 9.4792 19.8788 173.006 1.433 -4.933 -6.207 18.895 +08 Aug 2021 19:00 UT 0.22 0.215 1851.9 387011 9.5161 19.7221 172.496 1.433 -4.935 -6.227 19.024 +08 Aug 2021 20:00 UT 0.25 0.257 1852.7 386856 9.5529 19.5636 171.986 1.433 -4.938 -6.247 19.150 +08 Aug 2021 21:00 UT 0.28 0.299 1853.4 386701 9.5897 19.4032 171.475 1.433 -4.940 -6.267 19.274 +08 Aug 2021 22:00 UT 0.31 0.340 1854.2 386546 9.6264 19.2410 170.965 1.434 -4.941 -6.286 19.397 +08 Aug 2021 23:00 UT 0.34 0.382 1854.9 386392 9.6631 19.0771 170.455 1.434 -4.942 -6.304 19.517 +09 Aug 2021 00:00 UT 0.38 0.424 1855.7 386237 9.6998 18.9114 169.944 1.434 -4.942 -6.322 19.636 +09 Aug 2021 01:00 UT 0.42 0.465 1856.4 386084 9.7364 18.7440 169.434 1.434 -4.942 -6.340 19.752 +09 Aug 2021 02:00 UT 0.47 0.507 1857.1 385930 9.7729 18.5748 168.924 1.434 -4.942 -6.356 19.867 +09 Aug 2021 03:00 UT 0.52 0.549 1857.9 385777 9.8094 18.4039 168.413 1.435 -4.941 -6.372 19.980 +09 Aug 2021 04:00 UT 0.57 0.590 1858.6 385625 9.8459 18.2312 167.903 1.435 -4.939 -6.388 20.090 +09 Aug 2021 05:00 UT 0.63 0.632 1859.3 385473 9.8823 18.0569 167.393 1.435 -4.937 -6.403 20.199 +09 Aug 2021 06:00 UT 0.69 0.674 1860.1 385321 9.9187 17.8809 166.883 1.435 -4.935 -6.417 20.306 +09 Aug 2021 07:00 UT 0.76 0.715 1860.8 385170 9.9550 17.7033 166.372 1.435 -4.932 -6.431 20.411 +09 Aug 2021 08:00 UT 0.83 0.757 1861.5 385019 9.9913 17.5240 165.862 1.436 -4.929 -6.444 20.513 +09 Aug 2021 09:00 UT 0.91 0.799 1862.3 384868 10.0276 17.3431 165.352 1.436 -4.925 -6.457 20.614 +09 Aug 2021 10:00 UT 0.98 0.840 1863.0 384718 10.0638 17.1606 164.841 1.436 -4.921 -6.469 20.713 +09 Aug 2021 11:00 UT 1.07 0.882 1863.7 384569 10.0999 16.9765 164.331 1.436 -4.917 -6.481 20.810 +09 Aug 2021 12:00 UT 1.15 0.924 1864.4 384420 10.1361 16.7908 163.821 1.436 -4.912 -6.491 20.904 +09 Aug 2021 13:00 UT 1.24 0.965 1865.2 384271 10.1721 16.6035 163.311 1.437 -4.906 -6.502 20.997 +09 Aug 2021 14:00 UT 1.34 1.007 1865.9 384123 10.2081 16.4147 162.800 1.437 -4.900 -6.511 21.088 +09 Aug 2021 15:00 UT 1.43 1.049 1866.6 383976 10.2441 16.2244 162.290 1.437 -4.894 -6.520 21.176 +09 Aug 2021 16:00 UT 1.54 1.090 1867.3 383829 10.2801 16.0326 161.780 1.437 -4.887 -6.529 21.263 +09 Aug 2021 17:00 UT 1.64 1.132 1868.0 383682 10.3160 15.8392 161.269 1.437 -4.880 -6.537 21.347 +09 Aug 2021 18:00 UT 1.75 1.174 1868.7 383536 10.3518 15.6444 160.759 1.437 -4.872 -6.544 21.430 +09 Aug 2021 19:00 UT 1.87 1.215 1869.4 383391 10.3876 15.4482 160.249 1.438 -4.864 -6.550 21.510 +09 Aug 2021 20:00 UT 1.98 1.257 1870.1 383246 10.4234 15.2505 159.739 1.438 -4.856 -6.556 21.589 +09 Aug 2021 21:00 UT 2.11 1.299 1870.8 383102 10.4591 15.0514 159.228 1.438 -4.847 -6.562 21.665 +09 Aug 2021 22:00 UT 2.23 1.340 1871.5 382958 10.4948 14.8509 158.718 1.438 -4.838 -6.566 21.739 +09 Aug 2021 23:00 UT 2.36 1.382 1872.2 382815 10.5304 14.6490 158.208 1.438 -4.828 -6.571 21.811 +10 Aug 2021 00:00 UT 2.49 1.424 1872.9 382672 10.5660 14.4457 157.698 1.439 -4.818 -6.574 21.881 +10 Aug 2021 01:00 UT 2.63 1.465 1873.6 382530 10.6016 14.2411 157.187 1.439 -4.807 -6.577 21.950 +10 Aug 2021 02:00 UT 2.77 1.507 1874.3 382389 10.6371 14.0351 156.677 1.439 -4.797 -6.579 22.016 +10 Aug 2021 03:00 UT 2.92 1.549 1875.0 382248 10.6726 13.8278 156.167 1.439 -4.785 -6.581 22.079 +10 Aug 2021 04:00 UT 3.07 1.590 1875.7 382108 10.7080 13.6193 155.657 1.439 -4.774 -6.582 22.141 +10 Aug 2021 05:00 UT 3.22 1.632 1876.4 381969 10.7434 13.4094 155.147 1.440 -4.762 -6.582 22.201 +10 Aug 2021 06:00 UT 3.38 1.674 1877.1 381830 10.7788 13.1983 154.636 1.440 -4.749 -6.582 22.259 +10 Aug 2021 07:00 UT 3.54 1.715 1877.8 381692 10.8141 12.9860 154.126 1.440 -4.736 -6.581 22.314 +10 Aug 2021 08:00 UT 3.71 1.757 1878.4 381554 10.8494 12.7724 153.616 1.440 -4.723 -6.579 22.368 +10 Aug 2021 09:00 UT 3.88 1.799 1879.1 381417 10.8847 12.5577 153.106 1.440 -4.710 -6.577 22.419 +10 Aug 2021 10:00 UT 4.05 1.840 1879.8 381281 10.9199 12.3417 152.596 1.441 -4.696 -6.574 22.469 +10 Aug 2021 11:00 UT 4.23 1.882 1880.4 381145 10.9551 12.1246 152.085 1.441 -4.681 -6.571 22.516 +10 Aug 2021 12:00 UT 4.41 1.924 1881.1 381010 10.9902 11.9063 151.575 1.441 -4.667 -6.566 22.561 +10 Aug 2021 13:00 UT 4.59 1.965 1881.8 380876 11.0253 11.6870 151.065 1.441 -4.652 -6.562 22.604 +10 Aug 2021 14:00 UT 4.78 2.007 1882.4 380742 11.0604 11.4665 150.555 1.441 -4.636 -6.556 22.646 +10 Aug 2021 15:00 UT 4.97 2.049 1883.1 380609 11.0954 11.2449 150.045 1.442 -4.621 -6.550 22.685 +10 Aug 2021 16:00 UT 5.17 2.090 1883.8 380477 11.1305 11.0222 149.534 1.442 -4.605 -6.544 22.722 +10 Aug 2021 17:00 UT 5.37 2.132 1884.4 380345 11.1654 10.7985 149.024 1.442 -4.588 -6.536 22.756 +10 Aug 2021 18:00 UT 5.58 2.174 1885.1 380214 11.2004 10.5738 148.514 1.442 -4.571 -6.528 22.789 +10 Aug 2021 19:00 UT 5.78 2.215 1885.7 380084 11.2353 10.3480 148.004 1.442 -4.554 -6.520 22.820 +10 Aug 2021 20:00 UT 6.00 2.257 1886.3 379955 11.2702 10.1213 147.494 1.442 -4.537 -6.510 22.849 +10 Aug 2021 21:00 UT 6.21 2.299 1887.0 379826 11.3051 9.8936 146.984 1.443 -4.519 -6.500 22.875 +10 Aug 2021 22:00 UT 6.43 2.340 1887.6 379698 11.3399 9.6649 146.474 1.443 -4.501 -6.490 22.900 +10 Aug 2021 23:00 UT 6.65 2.382 1888.2 379570 11.3748 9.4353 145.964 1.443 -4.483 -6.479 22.923 +11 Aug 2021 00:00 UT 6.88 2.424 1888.9 379444 11.4095 9.2048 145.453 1.443 -4.464 -6.467 22.943 +11 Aug 2021 01:00 UT 7.11 2.465 1889.5 379318 11.4443 8.9734 144.943 1.443 -4.445 -6.454 22.962 +11 Aug 2021 02:00 UT 7.35 2.507 1890.1 379193 11.4791 8.7411 144.433 1.444 -4.426 -6.441 22.978 +11 Aug 2021 03:00 UT 7.59 2.549 1890.8 379068 11.5138 8.5080 143.923 1.444 -4.406 -6.427 22.992 +11 Aug 2021 04:00 UT 7.83 2.590 1891.4 378944 11.5485 8.2740 143.413 1.444 -4.386 -6.413 23.005 +11 Aug 2021 05:00 UT 8.07 2.632 1892.0 378821 11.5831 8.0392 142.903 1.444 -4.366 -6.398 23.015 +11 Aug 2021 06:00 UT 8.32 2.674 1892.6 378699 11.6178 7.8036 142.393 1.445 -4.345 -6.382 23.023 +11 Aug 2021 07:00 UT 8.58 2.715 1893.2 378578 11.6524 7.5672 141.883 1.445 -4.324 -6.366 23.029 +11 Aug 2021 08:00 UT 8.83 2.757 1893.8 378457 11.6871 7.3301 141.373 1.445 -4.303 -6.349 23.033 +11 Aug 2021 09:00 UT 9.09 2.799 1894.4 378337 11.7217 7.0923 140.863 1.445 -4.282 -6.331 23.036 +11 Aug 2021 10:00 UT 9.36 2.840 1895.0 378217 11.7562 6.8537 140.353 1.445 -4.260 -6.313 23.036 +11 Aug 2021 11:00 UT 9.63 2.882 1895.6 378099 11.7908 6.6144 139.843 1.446 -4.238 -6.294 23.034 +11 Aug 2021 12:00 UT 9.90 2.924 1896.2 377981 11.8254 6.3745 139.333 1.446 -4.216 -6.274 23.030 +11 Aug 2021 13:00 UT 10.17 2.965 1896.8 377864 11.8599 6.1339 138.823 1.446 -4.193 -6.254 23.024 +11 Aug 2021 14:00 UT 10.45 3.007 1897.4 377747 11.8944 5.8927 138.313 1.446 -4.171 -6.233 23.016 +11 Aug 2021 15:00 UT 10.73 3.049 1897.9 377632 11.9289 5.6508 137.803 1.446 -4.148 -6.212 23.006 +11 Aug 2021 16:00 UT 11.02 3.090 1898.5 377517 11.9634 5.4084 137.293 1.447 -4.124 -6.190 22.994 +11 Aug 2021 17:00 UT 11.31 3.132 1899.1 377403 11.9979 5.1654 136.783 1.447 -4.101 -6.167 22.980 +11 Aug 2021 18:00 UT 11.60 3.174 1899.7 377290 12.0324 4.9218 136.273 1.447 -4.077 -6.144 22.964 +11 Aug 2021 19:00 UT 11.90 3.215 1900.2 377177 12.0669 4.6777 135.763 1.447 -4.053 -6.120 22.946 +11 Aug 2021 20:00 UT 12.20 3.257 1900.8 377065 12.1014 4.4331 135.253 1.447 -4.028 -6.095 22.926 +11 Aug 2021 21:00 UT 12.50 3.299 1901.4 376954 12.1359 4.1880 134.743 1.448 -4.004 -6.070 22.904 +11 Aug 2021 22:00 UT 12.81 3.340 1901.9 376844 12.1703 3.9425 134.233 1.448 -3.979 -6.044 22.880 +11 Aug 2021 23:00 UT 13.12 3.382 1902.5 376734 12.2048 3.6964 133.723 1.448 -3.954 -6.017 22.854 +12 Aug 2021 00:00 UT 13.43 3.424 1903.0 376626 12.2393 3.4500 133.213 1.448 -3.929 -5.990 22.826 +12 Aug 2021 01:00 UT 13.74 3.465 1903.6 376518 12.2737 3.2031 132.703 1.449 -3.903 -5.963 22.797 +12 Aug 2021 02:00 UT 14.06 3.507 1904.1 376410 12.3082 2.9559 132.193 1.449 -3.877 -5.934 22.765 +12 Aug 2021 03:00 UT 14.39 3.549 1904.6 376304 12.3426 2.7083 131.683 1.449 -3.851 -5.905 22.731 +12 Aug 2021 04:00 UT 14.71 3.590 1905.2 376198 12.3771 2.4603 131.173 1.449 -3.825 -5.876 22.695 +12 Aug 2021 05:00 UT 15.04 3.632 1905.7 376093 12.4116 2.2120 130.664 1.449 -3.799 -5.846 22.658 +12 Aug 2021 06:00 UT 15.38 3.674 1906.2 375989 12.4460 1.9634 130.154 1.450 -3.772 -5.815 22.618 +12 Aug 2021 07:00 UT 15.71 3.715 1906.8 375886 12.4805 1.7145 129.644 1.450 -3.745 -5.783 22.576 +12 Aug 2021 08:00 UT 16.05 3.757 1907.3 375783 12.5150 1.4654 129.134 1.450 -3.718 -5.751 22.533 +12 Aug 2021 09:00 UT 16.39 3.799 1907.8 375681 12.5495 1.2160 128.624 1.450 -3.691 -5.719 22.487 +12 Aug 2021 10:00 UT 16.74 3.840 1908.3 375580 12.5840 0.9664 128.114 1.451 -3.663 -5.686 22.440 +12 Aug 2021 11:00 UT 17.09 3.882 1908.8 375480 12.6185 0.7166 127.604 1.451 -3.636 -5.652 22.390 +12 Aug 2021 12:00 UT 17.44 3.924 1909.3 375380 12.6531 0.4666 127.095 1.451 -3.608 -5.618 22.339 +12 Aug 2021 13:00 UT 17.79 3.965 1909.8 375281 12.6876 0.2165 126.585 1.451 -3.580 -5.583 22.286 +12 Aug 2021 14:00 UT 18.15 4.007 1910.3 375183 12.7222 -0.0338 126.075 1.452 -3.552 -5.547 22.231 +12 Aug 2021 15:00 UT 18.51 4.049 1910.8 375086 12.7567 -0.2841 125.565 1.452 -3.523 -5.511 22.174 +12 Aug 2021 16:00 UT 18.87 4.090 1911.3 374989 12.7913 -0.5346 125.056 1.452 -3.494 -5.474 22.115 +12 Aug 2021 17:00 UT 19.24 4.132 1911.8 374893 12.8259 -0.7852 124.546 1.452 -3.466 -5.437 22.054 +12 Aug 2021 18:00 UT 19.61 4.174 1912.3 374798 12.8606 -1.0358 124.036 1.453 -3.437 -5.399 21.991 +12 Aug 2021 19:00 UT 19.98 4.215 1912.8 374704 12.8952 -1.2864 123.526 1.453 -3.407 -5.361 21.926 +12 Aug 2021 20:00 UT 20.35 4.257 1913.3 374610 12.9299 -1.5370 123.017 1.453 -3.378 -5.322 21.859 +12 Aug 2021 21:00 UT 20.73 4.299 1913.7 374518 12.9646 -1.7876 122.507 1.453 -3.349 -5.282 21.791 +12 Aug 2021 22:00 UT 21.11 4.340 1914.2 374426 12.9993 -2.0382 121.997 1.454 -3.319 -5.242 21.720 +12 Aug 2021 23:00 UT 21.49 4.382 1914.7 374334 13.0340 -2.2887 121.487 1.454 -3.289 -5.201 21.648 +13 Aug 2021 00:00 UT 21.88 4.424 1915.1 374244 13.0688 -2.5392 120.978 1.454 -3.259 -5.160 21.574 +13 Aug 2021 01:00 UT 22.27 4.465 1915.6 374154 13.1036 -2.7895 120.468 1.454 -3.229 -5.118 21.497 +13 Aug 2021 02:00 UT 22.66 4.507 1916.0 374065 13.1384 -3.0397 119.958 1.455 -3.198 -5.076 21.419 +13 Aug 2021 03:00 UT 23.05 4.549 1916.5 373977 13.1733 -3.2898 119.449 1.455 -3.168 -5.033 21.339 +13 Aug 2021 04:00 UT 23.45 4.590 1916.9 373889 13.2081 -3.5397 118.939 1.455 -3.137 -4.990 21.258 +13 Aug 2021 05:00 UT 23.84 4.632 1917.4 373803 13.2431 -3.7894 118.429 1.455 -3.106 -4.946 21.174 +13 Aug 2021 06:00 UT 24.25 4.674 1917.8 373717 13.2780 -4.0389 117.920 1.456 -3.075 -4.902 21.088 +13 Aug 2021 07:00 UT 24.65 4.715 1918.3 373632 13.3130 -4.2881 117.410 1.456 -3.044 -4.857 21.001 +13 Aug 2021 08:00 UT 25.05 4.757 1918.7 373547 13.3480 -4.5371 116.901 1.456 -3.013 -4.811 20.911 +13 Aug 2021 09:00 UT 25.46 4.799 1919.1 373463 13.3831 -4.7858 116.391 1.457 -2.981 -4.765 20.820 +13 Aug 2021 10:00 UT 25.87 4.840 1919.6 373380 13.4182 -5.0343 115.881 1.457 -2.950 -4.719 20.727 +13 Aug 2021 11:00 UT 26.29 4.882 1920.0 373298 13.4533 -5.2823 115.372 1.457 -2.918 -4.672 20.632 +13 Aug 2021 12:00 UT 26.70 4.924 1920.4 373217 13.4885 -5.5301 114.862 1.457 -2.886 -4.624 20.535 +13 Aug 2021 13:00 UT 27.12 4.965 1920.8 373136 13.5237 -5.7774 114.353 1.458 -2.854 -4.576 20.437 +13 Aug 2021 14:00 UT 27.54 5.007 1921.2 373056 13.5590 -6.0244 113.843 1.458 -2.822 -4.528 20.336 +13 Aug 2021 15:00 UT 27.96 5.049 1921.6 372977 13.5943 -6.2710 113.334 1.458 -2.790 -4.479 20.234 +13 Aug 2021 16:00 UT 28.38 5.090 1922.0 372899 13.6297 -6.5171 112.824 1.459 -2.757 -4.429 20.130 +13 Aug 2021 17:00 UT 28.81 5.132 1922.4 372821 13.6651 -6.7628 112.315 1.459 -2.725 -4.380 20.023 +13 Aug 2021 18:00 UT 29.24 5.174 1922.8 372744 13.7005 -7.0079 111.805 1.459 -2.692 -4.329 19.916 +13 Aug 2021 19:00 UT 29.67 5.215 1923.2 372668 13.7360 -7.2526 111.296 1.459 -2.659 -4.278 19.806 +13 Aug 2021 20:00 UT 30.10 5.257 1923.6 372592 13.7716 -7.4967 110.786 1.460 -2.626 -4.227 19.694 +13 Aug 2021 21:00 UT 30.53 5.299 1924.0 372518 13.8072 -7.7403 110.277 1.460 -2.593 -4.175 19.581 +13 Aug 2021 22:00 UT 30.97 5.340 1924.4 372444 13.8429 -7.9833 109.767 1.460 -2.560 -4.123 19.465 +13 Aug 2021 23:00 UT 31.41 5.382 1924.8 372371 13.8786 -8.2257 109.258 1.461 -2.527 -4.070 19.348 +14 Aug 2021 00:00 UT 31.85 5.424 1925.1 372298 13.9143 -8.4675 108.749 1.461 -2.493 -4.017 19.229 +14 Aug 2021 01:00 UT 32.29 5.465 1925.5 372227 13.9502 -8.7086 108.239 1.461 -2.460 -3.964 19.108 +14 Aug 2021 02:00 UT 32.73 5.507 1925.9 372156 13.9861 -8.9490 107.730 1.462 -2.426 -3.910 18.986 +14 Aug 2021 03:00 UT 33.17 5.549 1926.2 372086 14.0220 -9.1888 107.221 1.462 -2.392 -3.855 18.861 +14 Aug 2021 04:00 UT 33.62 5.590 1926.6 372016 14.0580 -9.4278 106.711 1.462 -2.358 -3.800 18.735 +14 Aug 2021 05:00 UT 34.07 5.632 1926.9 371948 14.0941 -9.6661 106.202 1.462 -2.324 -3.745 18.607 +14 Aug 2021 06:00 UT 34.52 5.674 1927.3 371880 14.1302 -9.9036 105.692 1.463 -2.290 -3.690 18.477 +14 Aug 2021 07:00 UT 34.97 5.715 1927.6 371813 14.1664 -10.1403 105.183 1.463 -2.256 -3.633 18.345 +14 Aug 2021 08:00 UT 35.42 5.757 1928.0 371746 14.2027 -10.3763 104.674 1.463 -2.222 -3.577 18.212 +14 Aug 2021 09:00 UT 35.88 5.799 1928.3 371681 14.2390 -10.6113 104.165 1.464 -2.187 -3.520 18.076 +14 Aug 2021 10:00 UT 36.33 5.840 1928.7 371616 14.2754 -10.8455 103.655 1.464 -2.153 -3.463 17.939 +14 Aug 2021 11:00 UT 36.79 5.882 1929.0 371552 14.3118 -11.0788 103.146 1.464 -2.118 -3.405 17.800 +14 Aug 2021 12:00 UT 37.25 5.924 1929.3 371488 14.3484 -11.3113 102.637 1.465 -2.083 -3.347 17.659 +14 Aug 2021 13:00 UT 37.71 5.965 1929.7 371426 14.3850 -11.5427 102.127 1.465 -2.048 -3.289 17.517 +14 Aug 2021 14:00 UT 38.17 6.007 1930.0 371364 14.4217 -11.7732 101.618 1.465 -2.013 -3.230 17.372 +14 Aug 2021 15:00 UT 38.63 6.049 1930.3 371303 14.4584 -12.0027 101.109 1.466 -1.978 -3.171 17.226 +14 Aug 2021 16:00 UT 39.09 6.090 1930.6 371243 14.4952 -12.2312 100.600 1.466 -1.943 -3.112 17.078 +14 Aug 2021 17:00 UT 39.56 6.132 1930.9 371183 14.5321 -12.4587 100.091 1.466 -1.907 -3.052 16.928 +14 Aug 2021 18:00 UT 40.02 6.174 1931.2 371125 14.5691 -12.6851 99.581 1.467 -1.872 -2.992 16.777 +14 Aug 2021 19:00 UT 40.49 6.215 1931.5 371067 14.6061 -12.9105 99.072 1.467 -1.836 -2.932 16.624 +14 Aug 2021 20:00 UT 40.96 6.257 1931.8 371010 14.6432 -13.1347 98.563 1.468 -1.801 -2.871 16.468 +14 Aug 2021 21:00 UT 41.42 6.299 1932.1 370953 14.6804 -13.3577 98.054 1.468 -1.765 -2.810 16.312 +14 Aug 2021 22:00 UT 41.89 6.340 1932.4 370898 14.7177 -13.5797 97.545 1.468 -1.729 -2.749 16.153 +14 Aug 2021 23:00 UT 42.36 6.382 1932.7 370843 14.7551 -13.8004 97.036 1.469 -1.693 -2.687 15.993 +15 Aug 2021 00:00 UT 42.83 6.424 1933.0 370789 14.7925 -14.0199 96.527 1.469 -1.657 -2.625 15.831 +15 Aug 2021 01:00 UT 43.31 6.465 1933.2 370736 14.8300 -14.2382 96.018 1.469 -1.621 -2.563 15.667 +15 Aug 2021 02:00 UT 43.78 6.507 1933.5 370683 14.8676 -14.4552 95.508 1.470 -1.585 -2.500 15.501 +15 Aug 2021 03:00 UT 44.25 6.549 1933.8 370632 14.9053 -14.6709 94.999 1.470 -1.548 -2.437 15.334 +15 Aug 2021 04:00 UT 44.72 6.590 1934.1 370581 14.9431 -14.8853 94.490 1.470 -1.512 -2.374 15.165 +15 Aug 2021 05:00 UT 45.20 6.632 1934.3 370531 14.9809 -15.0984 93.981 1.471 -1.475 -2.311 14.994 +15 Aug 2021 06:00 UT 45.67 6.674 1934.6 370482 15.0189 -15.3101 93.472 1.471 -1.439 -2.247 14.821 +15 Aug 2021 07:00 UT 46.15 6.715 1934.8 370433 15.0569 -15.5205 92.963 1.472 -1.402 -2.183 14.647 +15 Aug 2021 08:00 UT 46.63 6.757 1935.1 370386 15.0950 -15.7294 92.454 1.472 -1.365 -2.119 14.471 +15 Aug 2021 09:00 UT 47.10 6.799 1935.3 370339 15.1332 -15.9368 91.945 1.472 -1.328 -2.055 14.293 +15 Aug 2021 10:00 UT 47.58 6.840 1935.6 370293 15.1715 -16.1429 91.436 1.473 -1.291 -1.990 14.114 +15 Aug 2021 11:00 UT 48.06 6.882 1935.8 370248 15.2099 -16.3474 90.927 1.473 -1.254 -1.925 13.933 +15 Aug 2021 12:00 UT 48.53 6.924 1936.0 370204 15.2483 -16.5504 90.418 1.473 -1.217 -1.860 13.750 +15 Aug 2021 13:00 UT 49.01 6.965 1936.3 370160 15.2869 -16.7518 89.909 1.474 -1.179 -1.795 13.566 +15 Aug 2021 14:00 UT 49.49 7.007 1936.5 370118 15.3255 -16.9517 89.401 1.474 -1.142 -1.730 13.379 +15 Aug 2021 15:00 UT 49.97 7.049 1936.7 370076 15.3643 -17.1500 88.892 1.475 -1.105 -1.664 13.192 +15 Aug 2021 16:00 UT 50.44 7.090 1936.9 370035 15.4031 -17.3467 88.383 1.475 -1.067 -1.598 13.002 +15 Aug 2021 17:00 UT 50.92 7.132 1937.1 369995 15.4420 -17.5417 87.874 1.475 -1.029 -1.532 12.811 +15 Aug 2021 18:00 UT 51.40 7.174 1937.3 369956 15.4810 -17.7350 87.365 1.476 -0.992 -1.466 12.619 +15 Aug 2021 19:00 UT 51.88 7.215 1937.5 369917 15.5201 -17.9267 86.856 1.476 -0.954 -1.400 12.424 +15 Aug 2021 20:00 UT 52.36 7.257 1937.7 369880 15.5593 -18.1166 86.347 1.477 -0.916 -1.333 12.228 +15 Aug 2021 21:00 UT 52.83 7.299 1937.9 369843 15.5986 -18.3048 85.838 1.477 -0.878 -1.267 12.031 +15 Aug 2021 22:00 UT 53.31 7.340 1938.1 369808 15.6380 -18.4912 85.330 1.477 -0.840 -1.200 11.832 +15 Aug 2021 23:00 UT 53.79 7.382 1938.3 369773 15.6775 -18.6758 84.821 1.478 -0.801 -1.133 11.631 +16 Aug 2021 00:00 UT 54.27 7.424 1938.5 369739 15.7170 -18.8586 84.312 1.478 -0.763 -1.066 11.429 +16 Aug 2021 01:00 UT 54.74 7.465 1938.6 369706 15.7567 -19.0396 83.803 1.479 -0.725 -0.999 11.225 +16 Aug 2021 02:00 UT 55.22 7.507 1938.8 369674 15.7965 -19.2186 83.294 1.479 -0.686 -0.931 11.020 +16 Aug 2021 03:00 UT 55.70 7.549 1939.0 369642 15.8363 -19.3958 82.786 1.480 -0.648 -0.864 10.813 +16 Aug 2021 04:00 UT 56.17 7.590 1939.1 369612 15.8763 -19.5710 82.277 1.480 -0.609 -0.796 10.605 +16 Aug 2021 05:00 UT 56.65 7.632 1939.3 369583 15.9163 -19.7443 81.768 1.480 -0.570 -0.729 10.395 +16 Aug 2021 06:00 UT 57.12 7.674 1939.4 369554 15.9564 -19.9156 81.260 1.481 -0.531 -0.661 10.183 +16 Aug 2021 07:00 UT 57.60 7.715 1939.6 369527 15.9966 -20.0849 80.751 1.481 -0.492 -0.593 9.971 +16 Aug 2021 08:00 UT 58.07 7.757 1939.7 369500 16.0370 -20.2522 80.242 1.482 -0.453 -0.525 9.756 +16 Aug 2021 09:00 UT 58.54 7.799 1939.8 369474 16.0774 -20.4174 79.733 1.482 -0.414 -0.457 9.541 +16 Aug 2021 10:00 UT 59.01 7.840 1940.0 369449 16.1179 -20.5805 79.225 1.483 -0.375 -0.389 9.323 +16 Aug 2021 11:00 UT 59.49 7.882 1940.1 369426 16.1585 -20.7416 78.716 1.483 -0.336 -0.321 9.105 +16 Aug 2021 12:00 UT 59.96 7.924 1940.2 369403 16.1992 -20.9005 78.208 1.483 -0.297 -0.253 8.885 +16 Aug 2021 13:00 UT 60.43 7.965 1940.3 369381 16.2399 -21.0573 77.699 1.484 -0.257 -0.185 8.664 +16 Aug 2021 14:00 UT 60.89 8.007 1940.4 369360 16.2808 -21.2119 77.190 1.484 -0.218 -0.117 8.441 +16 Aug 2021 15:00 UT 61.36 8.049 1940.6 369340 16.3218 -21.3643 76.682 1.485 -0.178 -0.049 8.217 +16 Aug 2021 16:00 UT 61.83 8.090 1940.7 369321 16.3628 -21.5144 76.173 1.485 -0.139 0.019 7.992 +16 Aug 2021 17:00 UT 62.29 8.132 1940.7 369303 16.4040 -21.6624 75.665 1.486 -0.099 0.088 7.766 +16 Aug 2021 18:00 UT 62.76 8.174 1940.8 369286 16.4452 -21.8080 75.156 1.486 -0.059 0.156 7.538 +16 Aug 2021 19:00 UT 63.22 8.215 1940.9 369270 16.4865 -21.9514 74.647 1.487 -0.019 0.224 7.309 +16 Aug 2021 20:00 UT 63.68 8.257 1941.0 369256 16.5279 -22.0925 74.139 1.487 0.021 0.292 7.078 +16 Aug 2021 21:00 UT 64.15 8.299 1941.1 369242 16.5694 -22.2312 73.630 1.487 0.061 0.360 6.847 +16 Aug 2021 22:00 UT 64.61 8.340 1941.1 369229 16.6110 -22.3676 73.122 1.488 0.101 0.428 6.614 +16 Aug 2021 23:00 UT 65.06 8.382 1941.2 369217 16.6527 -22.5016 72.613 1.488 0.141 0.497 6.381 +17 Aug 2021 00:00 UT 65.52 8.424 1941.3 369206 16.6944 -22.6331 72.105 1.489 0.181 0.565 6.146 +17 Aug 2021 01:00 UT 65.98 8.465 1941.3 369197 16.7362 -22.7623 71.596 1.489 0.222 0.632 5.910 +17 Aug 2021 02:00 UT 66.43 8.507 1941.4 369188 16.7781 -22.8890 71.088 1.490 0.262 0.700 5.673 +17 Aug 2021 03:00 UT 66.88 8.549 1941.4 369180 16.8201 -23.0132 70.580 1.490 0.303 0.768 5.435 +17 Aug 2021 04:00 UT 67.34 8.590 1941.4 369174 16.8622 -23.1350 70.071 1.491 0.343 0.836 5.196 +17 Aug 2021 05:00 UT 67.78 8.632 1941.5 369168 16.9044 -23.2542 69.563 1.491 0.384 0.904 4.955 +17 Aug 2021 06:00 UT 68.23 8.674 1941.5 369164 16.9466 -23.3709 69.054 1.492 0.424 0.971 4.714 +17 Aug 2021 07:00 UT 68.68 8.715 1941.5 369161 16.9889 -23.4851 68.546 1.492 0.465 1.039 4.472 +17 Aug 2021 08:00 UT 69.12 8.757 1941.5 369159 17.0313 -23.5967 68.037 1.493 0.506 1.106 4.229 +17 Aug 2021 09:00 UT 69.57 8.799 1941.5 369158 17.0738 -23.7057 67.529 1.493 0.547 1.173 3.986 +17 Aug 2021 10:00 UT 70.01 8.840 1941.5 369158 17.1163 -23.8121 67.021 1.494 0.588 1.240 3.741 +17 Aug 2021 11:00 UT 70.45 8.882 1941.5 369159 17.1589 -23.9158 66.512 1.494 0.629 1.307 3.496 +17 Aug 2021 12:00 UT 70.88 8.924 1941.5 369162 17.2016 -24.0169 66.004 1.494 0.670 1.374 3.249 +17 Aug 2021 13:00 UT 71.32 8.965 1941.5 369165 17.2443 -24.1154 65.496 1.495 0.711 1.441 3.002 +17 Aug 2021 14:00 UT 71.75 9.007 1941.4 369170 17.2871 -24.2112 64.987 1.495 0.752 1.507 2.755 +17 Aug 2021 15:00 UT 72.18 9.049 1941.4 369176 17.3300 -24.3043 64.479 1.496 0.793 1.574 2.506 +17 Aug 2021 16:00 UT 72.61 9.090 1941.4 369183 17.3729 -24.3946 63.971 1.496 0.834 1.640 2.258 +17 Aug 2021 17:00 UT 73.04 9.132 1941.3 369191 17.4159 -24.4823 63.463 1.497 0.875 1.706 2.008 +17 Aug 2021 18:00 UT 73.47 9.174 1941.3 369200 17.4590 -24.5672 62.954 1.497 0.917 1.772 1.758 +17 Aug 2021 19:00 UT 73.89 9.215 1941.2 369211 17.5021 -24.6493 62.446 1.498 0.958 1.838 1.507 +17 Aug 2021 20:00 UT 74.31 9.257 1941.2 369223 17.5452 -24.7287 61.938 1.498 1.000 1.903 1.256 +17 Aug 2021 21:00 UT 74.73 9.299 1941.1 369236 17.5885 -24.8053 61.430 1.499 1.041 1.968 1.004 +17 Aug 2021 22:00 UT 75.14 9.340 1941.0 369250 17.6317 -24.8790 60.921 1.499 1.082 2.033 0.752 +17 Aug 2021 23:00 UT 75.56 9.382 1940.9 369266 17.6751 -24.9500 60.413 1.500 1.124 2.098 0.500 +18 Aug 2021 00:00 UT 75.97 9.424 1940.9 369282 17.7184 -25.0181 59.905 1.500 1.166 2.163 0.247 +18 Aug 2021 01:00 UT 76.38 9.465 1940.8 369300 17.7619 -25.0834 59.397 1.501 1.207 2.227 359.994 +18 Aug 2021 02:00 UT 76.78 9.507 1940.7 369319 17.8053 -25.1459 58.889 1.501 1.249 2.291 359.740 +18 Aug 2021 03:00 UT 77.19 9.549 1940.6 369340 17.8488 -25.2055 58.380 1.502 1.290 2.355 359.487 +18 Aug 2021 04:00 UT 77.59 9.590 1940.4 369362 17.8924 -25.2622 57.872 1.502 1.332 2.419 359.233 +18 Aug 2021 05:00 UT 77.99 9.632 1940.3 369385 17.9359 -25.3160 57.364 1.503 1.374 2.482 358.979 +18 Aug 2021 06:00 UT 78.38 9.674 1940.2 369409 17.9795 -25.3669 56.856 1.503 1.415 2.545 358.725 +18 Aug 2021 07:00 UT 78.78 9.715 1940.1 369434 18.0232 -25.4150 56.348 1.504 1.457 2.608 358.471 +18 Aug 2021 08:00 UT 79.17 9.757 1939.9 369461 18.0669 -25.4601 55.840 1.504 1.499 2.671 358.216 +18 Aug 2021 09:00 UT 79.56 9.799 1939.8 369489 18.1106 -25.5023 55.332 1.505 1.541 2.733 357.962 +18 Aug 2021 10:00 UT 79.94 9.840 1939.6 369519 18.1543 -25.5416 54.824 1.505 1.582 2.795 357.708 +18 Aug 2021 11:00 UT 80.32 9.882 1939.5 369550 18.1981 -25.5779 54.315 1.506 1.624 2.856 357.454 +18 Aug 2021 12:00 UT 80.70 9.924 1939.3 369582 18.2418 -25.6113 53.807 1.506 1.666 2.918 357.200 +18 Aug 2021 13:00 UT 81.08 9.965 1939.1 369615 18.2856 -25.6418 53.299 1.507 1.708 2.979 356.946 +18 Aug 2021 14:00 UT 81.45 10.007 1938.9 369650 18.3294 -25.6693 52.791 1.507 1.750 3.039 356.693 +18 Aug 2021 15:00 UT 81.82 10.049 1938.7 369686 18.3733 -25.6939 52.283 1.508 1.791 3.100 356.440 +18 Aug 2021 16:00 UT 82.19 10.090 1938.5 369724 18.4171 -25.7155 51.775 1.508 1.833 3.160 356.187 +18 Aug 2021 17:00 UT 82.56 10.132 1938.3 369762 18.4609 -25.7342 51.267 1.509 1.875 3.219 355.934 +18 Aug 2021 18:00 UT 82.92 10.174 1938.1 369803 18.5048 -25.7499 50.759 1.509 1.917 3.278 355.682 +18 Aug 2021 19:00 UT 83.27 10.215 1937.9 369844 18.5486 -25.7626 50.251 1.510 1.958 3.337 355.430 +18 Aug 2021 20:00 UT 83.63 10.257 1937.7 369887 18.5925 -25.7724 49.743 1.510 2.000 3.396 355.179 +18 Aug 2021 21:00 UT 83.98 10.299 1937.5 369931 18.6364 -25.7792 49.235 1.511 2.042 3.454 354.928 +18 Aug 2021 22:00 UT 84.33 10.340 1937.2 369977 18.6802 -25.7830 48.727 1.511 2.083 3.512 354.678 +18 Aug 2021 23:00 UT 84.68 10.382 1937.0 370024 18.7241 -25.7839 48.219 1.512 2.125 3.569 354.428 +19 Aug 2021 00:00 UT 85.02 10.424 1936.7 370073 18.7679 -25.7818 47.711 1.512 2.166 3.626 354.179 +19 Aug 2021 01:00 UT 85.36 10.465 1936.5 370122 18.8117 -25.7768 47.203 1.513 2.208 3.683 353.931 +19 Aug 2021 02:00 UT 85.69 10.507 1936.2 370174 18.8555 -25.7688 46.695 1.513 2.249 3.739 353.683 +19 Aug 2021 03:00 UT 86.03 10.549 1935.9 370226 18.8993 -25.7578 46.188 1.514 2.291 3.795 353.437 +19 Aug 2021 04:00 UT 86.35 10.590 1935.6 370280 18.9431 -25.7439 45.680 1.514 2.332 3.850 353.191 +19 Aug 2021 05:00 UT 86.68 10.632 1935.3 370336 18.9869 -25.7271 45.172 1.515 2.373 3.905 352.946 +19 Aug 2021 06:00 UT 87.00 10.674 1935.0 370393 19.0306 -25.7073 44.664 1.515 2.415 3.959 352.702 +19 Aug 2021 07:00 UT 87.32 10.715 1934.7 370451 19.0743 -25.6846 44.156 1.516 2.456 4.014 352.458 +19 Aug 2021 08:00 UT 87.63 10.757 1934.4 370511 19.1180 -25.6590 43.648 1.516 2.497 4.067 352.216 +19 Aug 2021 09:00 UT 87.95 10.799 1934.1 370572 19.1616 -25.6304 43.140 1.517 2.538 4.120 351.975 +19 Aug 2021 10:00 UT 88.25 10.840 1933.8 370635 19.2052 -25.5989 42.632 1.517 2.579 4.173 351.735 +19 Aug 2021 11:00 UT 88.56 10.882 1933.4 370699 19.2488 -25.5646 42.125 1.518 2.620 4.225 351.496 +19 Aug 2021 12:00 UT 88.86 10.924 1933.1 370765 19.2923 -25.5273 41.617 1.518 2.661 4.277 351.258 +19 Aug 2021 13:00 UT 89.16 10.965 1932.7 370832 19.3358 -25.4871 41.109 1.519 2.701 4.328 351.021 +19 Aug 2021 14:00 UT 89.45 11.007 1932.4 370901 19.3793 -25.4441 40.601 1.519 2.742 4.379 350.786 +19 Aug 2021 15:00 UT 89.74 11.049 1932.0 370971 19.4227 -25.3982 40.093 1.520 2.782 4.430 350.551 +19 Aug 2021 16:00 UT 90.02 11.090 1931.7 371042 19.4660 -25.3494 39.585 1.520 2.823 4.479 350.318 +19 Aug 2021 17:00 UT 90.31 11.132 1931.3 371115 19.5094 -25.2978 39.078 1.521 2.863 4.529 350.087 +19 Aug 2021 18:00 UT 90.58 11.174 1930.9 371189 19.5526 -25.2434 38.570 1.521 2.903 4.578 349.857 +19 Aug 2021 19:00 UT 90.86 11.215 1930.5 371265 19.5958 -25.1861 38.062 1.522 2.943 4.626 349.628 +19 Aug 2021 20:00 UT 91.13 11.257 1930.1 371342 19.6390 -25.1261 37.554 1.522 2.983 4.674 349.400 +19 Aug 2021 21:00 UT 91.39 11.299 1929.7 371421 19.6821 -25.0632 37.046 1.523 3.023 4.721 349.174 +19 Aug 2021 22:00 UT 91.66 11.340 1929.3 371501 19.7251 -24.9976 36.539 1.523 3.063 4.768 348.950 +19 Aug 2021 23:00 UT 91.92 11.382 1928.8 371583 19.7680 -24.9292 36.031 1.524 3.102 4.814 348.727 +20 Aug 2021 00:00 UT 92.17 11.424 1928.4 371666 19.8109 -24.8581 35.523 1.524 3.142 4.860 348.506 +20 Aug 2021 01:00 UT 92.42 11.465 1928.0 371751 19.8538 -24.7842 35.015 1.524 3.181 4.905 348.286 +20 Aug 2021 02:00 UT 92.67 11.507 1927.5 371837 19.8965 -24.7077 34.508 1.525 3.220 4.950 348.068 +20 Aug 2021 03:00 UT 92.91 11.549 1927.1 371925 19.9392 -24.6284 34.000 1.525 3.259 4.994 347.852 +20 Aug 2021 04:00 UT 93.15 11.590 1926.6 372014 19.9819 -24.5464 33.492 1.526 3.298 5.038 347.637 +20 Aug 2021 05:00 UT 93.39 11.632 1926.1 372105 20.0244 -24.4618 32.984 1.526 3.336 5.081 347.425 +20 Aug 2021 06:00 UT 93.62 11.674 1925.7 372197 20.0669 -24.3746 32.477 1.527 3.375 5.123 347.213 +20 Aug 2021 07:00 UT 93.84 11.715 1925.2 372290 20.1093 -24.2847 31.969 1.527 3.413 5.165 347.004 +20 Aug 2021 08:00 UT 94.07 11.757 1924.7 372385 20.1516 -24.1922 31.461 1.528 3.451 5.206 346.797 +20 Aug 2021 09:00 UT 94.29 11.799 1924.2 372482 20.1938 -24.0971 30.954 1.528 3.489 5.247 346.591 +20 Aug 2021 10:00 UT 94.50 11.840 1923.7 372580 20.2360 -23.9995 30.446 1.529 3.527 5.287 346.387 +20 Aug 2021 11:00 UT 94.71 11.882 1923.2 372679 20.2780 -23.8993 29.938 1.529 3.564 5.327 346.185 +20 Aug 2021 12:00 UT 94.92 11.924 1922.6 372780 20.3200 -23.7966 29.431 1.530 3.601 5.366 345.985 +20 Aug 2021 13:00 UT 95.12 11.965 1922.1 372882 20.3619 -23.6914 28.923 1.530 3.638 5.405 345.787 +20 Aug 2021 14:00 UT 95.32 12.007 1921.6 372986 20.4037 -23.5837 28.415 1.531 3.675 5.442 345.591 +20 Aug 2021 15:00 UT 95.51 12.049 1921.0 373091 20.4454 -23.4735 27.908 1.531 3.712 5.480 345.397 +20 Aug 2021 16:00 UT 95.70 12.090 1920.5 373198 20.4870 -23.3609 27.400 1.532 3.748 5.516 345.205 +20 Aug 2021 17:00 UT 95.89 12.132 1919.9 373306 20.5285 -23.2459 26.892 1.532 3.784 5.552 345.015 +20 Aug 2021 18:00 UT 96.07 12.174 1919.4 373416 20.5700 -23.1285 26.385 1.532 3.820 5.588 344.828 +20 Aug 2021 19:00 UT 96.24 12.215 1918.8 373527 20.6113 -23.0087 25.877 1.533 3.856 5.623 344.642 +20 Aug 2021 20:00 UT 96.42 12.257 1918.2 373639 20.6525 -22.8866 25.369 1.533 3.891 5.657 344.458 +20 Aug 2021 21:00 UT 96.59 12.299 1917.6 373753 20.6937 -22.7621 24.862 1.534 3.926 5.691 344.276 +20 Aug 2021 22:00 UT 96.75 12.340 1917.0 373868 20.7347 -22.6354 24.354 1.534 3.961 5.724 344.097 +20 Aug 2021 23:00 UT 96.91 12.382 1916.4 373985 20.7756 -22.5063 23.846 1.535 3.996 5.756 343.920 +21 Aug 2021 00:00 UT 97.07 12.424 1915.8 374103 20.8165 -22.3750 23.339 1.535 4.030 5.788 343.744 +21 Aug 2021 01:00 UT 97.22 12.465 1915.2 374223 20.8572 -22.2415 22.831 1.536 4.064 5.819 343.572 +21 Aug 2021 02:00 UT 97.36 12.507 1914.6 374344 20.8978 -22.1058 22.324 1.536 4.098 5.850 343.401 +21 Aug 2021 03:00 UT 97.51 12.549 1914.0 374466 20.9384 -21.9679 21.816 1.536 4.131 5.880 343.232 +21 Aug 2021 04:00 UT 97.65 12.590 1913.4 374590 20.9788 -21.8279 21.308 1.537 4.164 5.909 343.066 +21 Aug 2021 05:00 UT 97.78 12.632 1912.7 374715 21.0191 -21.6857 20.801 1.537 4.197 5.938 342.902 +21 Aug 2021 06:00 UT 97.91 12.674 1912.1 374842 21.0593 -21.5414 20.293 1.538 4.230 5.966 342.740 +21 Aug 2021 07:00 UT 98.04 12.715 1911.4 374970 21.0994 -21.3951 19.786 1.538 4.262 5.993 342.580 +21 Aug 2021 08:00 UT 98.16 12.757 1910.8 375099 21.1394 -21.2466 19.278 1.539 4.294 6.020 342.423 +21 Aug 2021 09:00 UT 98.27 12.799 1910.1 375229 21.1793 -21.0962 18.770 1.539 4.326 6.046 342.268 +21 Aug 2021 10:00 UT 98.39 12.840 1909.4 375361 21.2191 -20.9438 18.263 1.539 4.357 6.072 342.115 +21 Aug 2021 11:00 UT 98.50 12.882 1908.7 375495 21.2588 -20.7894 17.755 1.540 4.388 6.096 341.964 +21 Aug 2021 12:00 UT 98.60 12.924 1908.1 375629 21.2984 -20.6330 17.248 1.540 4.418 6.121 341.816 +21 Aug 2021 13:00 UT 98.70 12.965 1907.4 375765 21.3378 -20.4748 16.740 1.541 4.449 6.144 341.670 +21 Aug 2021 14:00 UT 98.80 13.007 1906.7 375902 21.3772 -20.3146 16.233 1.541 4.479 6.167 341.527 +21 Aug 2021 15:00 UT 98.89 13.049 1906.0 376041 21.4164 -20.1526 15.725 1.542 4.508 6.189 341.385 +21 Aug 2021 16:00 UT 98.97 13.090 1905.3 376181 21.4556 -19.9887 15.217 1.542 4.537 6.211 341.246 +21 Aug 2021 17:00 UT 99.06 13.132 1904.6 376322 21.4946 -19.8230 14.710 1.542 4.566 6.232 341.110 +21 Aug 2021 18:00 UT 99.13 13.174 1903.8 376464 21.5335 -19.6555 14.202 1.543 4.594 6.252 340.975 +21 Aug 2021 19:00 UT 99.21 13.215 1903.1 376608 21.5723 -19.4863 13.695 1.543 4.622 6.272 340.843 +21 Aug 2021 20:00 UT 99.28 13.257 1902.4 376752 21.6110 -19.3153 13.187 1.544 4.650 6.291 340.714 +21 Aug 2021 21:00 UT 99.34 13.299 1901.6 376898 21.6496 -19.1426 12.680 1.544 4.677 6.309 340.586 +21 Aug 2021 22:00 UT 99.40 13.340 1900.9 377046 21.6880 -18.9683 12.172 1.544 4.704 6.327 340.461 +21 Aug 2021 23:00 UT 99.46 13.382 1900.1 377194 21.7264 -18.7923 11.665 1.545 4.731 6.344 340.339 +22 Aug 2021 00:00 UT 99.51 13.424 1899.4 377344 21.7646 -18.6146 11.157 1.545 4.757 6.360 340.218 +22 Aug 2021 01:00 UT 99.56 13.465 1898.6 377495 21.8028 -18.4354 10.649 1.545 4.782 6.376 340.100 +22 Aug 2021 02:00 UT 99.61 13.507 1897.9 377647 21.8408 -18.2546 10.142 1.546 4.807 6.391 339.985 +22 Aug 2021 03:00 UT 99.65 13.549 1897.1 377800 21.8787 -18.0722 9.634 1.546 4.832 6.406 339.871 +22 Aug 2021 04:00 UT 99.68 13.590 1896.3 377954 21.9165 -17.8884 9.127 1.547 4.857 6.419 339.760 +22 Aug 2021 05:00 UT 99.71 13.632 1895.5 378109 21.9542 -17.7030 8.619 1.547 4.881 6.433 339.652 +22 Aug 2021 06:00 UT 99.74 13.674 1894.8 378266 21.9918 -17.5161 8.112 1.547 4.904 6.445 339.545 +22 Aug 2021 07:00 UT 99.76 13.715 1894.0 378423 22.0293 -17.3279 7.604 1.548 4.927 6.457 339.441 +22 Aug 2021 08:00 UT 99.78 13.757 1893.2 378582 22.0667 -17.1382 7.097 1.548 4.950 6.468 339.339 +22 Aug 2021 09:00 UT 99.80 13.799 1892.4 378742 22.1039 -16.9471 6.589 1.548 4.972 6.478 339.240 +22 Aug 2021 10:00 UT 99.81 13.840 1891.6 378903 22.1411 -16.7547 6.082 1.549 4.993 6.488 339.143 +22 Aug 2021 11:00 UT 99.81 13.882 1890.8 379064 22.1781 -16.5609 5.574 1.549 5.015 6.497 339.048 +22 Aug 2021 12:00 UT 99.81 13.924 1890.0 379227 22.2151 -16.3658 5.067 1.549 5.035 6.506 338.955 +22 Aug 2021 13:00 UT 99.81 13.965 1889.1 379391 22.2519 -16.1694 4.559 1.550 5.056 6.514 338.865 +22 Aug 2021 14:00 UT 99.80 14.007 1888.3 379556 22.2887 -15.9718 4.051 1.550 5.075 6.521 338.777 +22 Aug 2021 15:00 UT 99.79 14.049 1887.5 379722 22.3253 -15.7729 3.544 1.550 5.095 6.528 338.692 +22 Aug 2021 16:00 UT 99.78 14.090 1886.7 379888 22.3618 -15.5729 3.036 1.551 5.113 6.533 338.608 +22 Aug 2021 17:00 UT 99.76 14.132 1885.8 380056 22.3982 -15.3716 2.529 1.551 5.132 6.539 338.527 +22 Aug 2021 18:00 UT 99.74 14.174 1885.0 380225 22.4345 -15.1692 2.021 1.551 5.150 6.543 338.448 +22 Aug 2021 19:00 UT 99.71 14.215 1884.2 380394 22.4708 -14.9657 1.514 1.552 5.167 6.547 338.371 +22 Aug 2021 20:00 UT 99.68 14.257 1883.3 380564 22.5069 -14.7611 1.006 1.552 5.184 6.551 338.297 +22 Aug 2021 21:00 UT 99.64 14.299 1882.5 380736 22.5429 -14.5554 0.499 1.552 5.200 6.553 338.225 +22 Aug 2021 22:00 UT 99.60 14.340 1881.6 380908 22.5788 -14.3486 -0.009 1.553 5.216 6.555 338.155 +22 Aug 2021 23:00 UT 99.56 14.382 1880.8 381080 22.6146 -14.1408 -0.516 1.553 5.231 6.557 338.087 +23 Aug 2021 00:00 UT 99.51 14.424 1879.9 381254 22.6503 -13.9320 -1.024 1.553 5.246 6.558 338.022 +23 Aug 2021 01:00 UT 99.46 14.465 1879.1 381429 22.6859 -13.7223 -1.531 1.554 5.260 6.558 337.958 +23 Aug 2021 02:00 UT 99.41 14.507 1878.2 381604 22.7215 -13.5115 -2.039 1.554 5.274 6.557 337.897 +23 Aug 2021 03:00 UT 99.35 14.549 1877.3 381780 22.7569 -13.2999 -2.547 1.554 5.287 6.556 337.838 +23 Aug 2021 04:00 UT 99.28 14.590 1876.5 381957 22.7922 -13.0873 -3.054 1.555 5.300 6.554 337.781 +23 Aug 2021 05:00 UT 99.22 14.632 1875.6 382134 22.8274 -12.8739 -3.562 1.555 5.312 6.552 337.727 +23 Aug 2021 06:00 UT 99.14 14.674 1874.7 382312 22.8626 -12.6596 -4.069 1.555 5.323 6.549 337.674 +23 Aug 2021 07:00 UT 99.07 14.715 1873.8 382491 22.8976 -12.4444 -4.577 1.556 5.334 6.545 337.624 +23 Aug 2021 08:00 UT 98.99 14.757 1873.0 382670 22.9326 -12.2285 -5.084 1.556 5.345 6.541 337.576 +23 Aug 2021 09:00 UT 98.91 14.799 1872.1 382850 22.9674 -12.0118 -5.592 1.556 5.355 6.536 337.529 +23 Aug 2021 10:00 UT 98.82 14.840 1871.2 383031 23.0022 -11.7943 -6.099 1.556 5.364 6.530 337.485 +23 Aug 2021 11:00 UT 98.73 14.882 1870.3 383212 23.0369 -11.5760 -6.607 1.557 5.373 6.524 337.444 +23 Aug 2021 12:00 UT 98.64 14.924 1869.4 383394 23.0715 -11.3571 -7.114 1.557 5.381 6.517 337.404 +23 Aug 2021 13:00 UT 98.54 14.965 1868.5 383576 23.1060 -11.1374 -7.622 1.557 5.389 6.510 337.366 +23 Aug 2021 14:00 UT 98.44 15.007 1867.6 383759 23.1404 -10.9171 -8.130 1.557 5.396 6.502 337.330 +23 Aug 2021 15:00 UT 98.33 15.049 1866.7 383943 23.1747 -10.6961 -8.637 1.558 5.403 6.494 337.296 +23 Aug 2021 16:00 UT 98.22 15.090 1865.9 384127 23.2090 -10.4745 -9.145 1.558 5.408 6.484 337.265 +23 Aug 2021 17:00 UT 98.11 15.132 1865.0 384311 23.2431 -10.2523 -9.652 1.558 5.414 6.475 337.235 +23 Aug 2021 18:00 UT 97.99 15.174 1864.1 384496 23.2772 -10.0295 -10.160 1.558 5.419 6.464 337.208 +23 Aug 2021 19:00 UT 97.87 15.215 1863.2 384681 23.3112 -9.8061 -10.667 1.559 5.423 6.453 337.182 +23 Aug 2021 20:00 UT 97.75 15.257 1862.3 384866 23.3452 -9.5822 -11.175 1.559 5.427 6.442 337.158 +23 Aug 2021 21:00 UT 97.62 15.299 1861.4 385052 23.3790 -9.3578 -11.683 1.559 5.430 6.429 337.137 +23 Aug 2021 22:00 UT 97.49 15.340 1860.5 385238 23.4128 -9.1329 -12.190 1.559 5.432 6.417 337.117 +23 Aug 2021 23:00 UT 97.36 15.382 1859.6 385425 23.4465 -8.9075 -12.698 1.560 5.434 6.403 337.099 +24 Aug 2021 00:00 UT 97.22 15.424 1858.7 385612 23.4801 -8.6816 -13.205 1.560 5.435 6.389 337.084 +24 Aug 2021 01:00 UT 97.08 15.465 1857.8 385799 23.5136 -8.4553 -13.713 1.560 5.436 6.375 337.070 +24 Aug 2021 02:00 UT 96.93 15.507 1856.9 385986 23.5471 -8.2286 -14.221 1.560 5.436 6.360 337.058 +24 Aug 2021 03:00 UT 96.78 15.549 1856.0 386174 23.5805 -8.0015 -14.728 1.561 5.436 6.344 337.048 +24 Aug 2021 04:00 UT 96.63 15.590 1855.1 386362 23.6138 -7.7740 -15.236 1.561 5.435 6.328 337.040 +24 Aug 2021 05:00 UT 96.47 15.632 1854.2 386550 23.6470 -7.5462 -15.743 1.561 5.433 6.311 337.034 +24 Aug 2021 06:00 UT 96.31 15.674 1853.3 386738 23.6802 -7.3180 -16.251 1.561 5.431 6.294 337.029 +24 Aug 2021 07:00 UT 96.15 15.715 1852.4 386926 23.7133 -7.0895 -16.759 1.561 5.428 6.276 337.027 +24 Aug 2021 08:00 UT 95.99 15.757 1851.5 387115 23.7464 -6.8607 -17.266 1.562 5.424 6.258 337.026 +24 Aug 2021 09:00 UT 95.82 15.799 1850.6 387303 23.7793 -6.6316 -17.774 1.562 5.420 6.239 337.027 +24 Aug 2021 10:00 UT 95.65 15.840 1849.7 387492 23.8123 -6.4023 -18.281 1.562 5.416 6.219 337.030 +24 Aug 2021 11:00 UT 95.47 15.882 1848.8 387680 23.8451 -6.1727 -18.789 1.562 5.410 6.199 337.035 +24 Aug 2021 12:00 UT 95.29 15.924 1847.9 387869 23.8779 -5.9429 -19.297 1.562 5.405 6.178 337.042 +24 Aug 2021 13:00 UT 95.11 15.965 1847.0 388058 23.9106 -5.7130 -19.804 1.563 5.398 6.157 337.050 +24 Aug 2021 14:00 UT 94.92 16.007 1846.1 388246 23.9433 -5.4828 -20.312 1.563 5.391 6.135 337.061 +24 Aug 2021 15:00 UT 94.74 16.049 1845.2 388435 23.9759 -5.2524 -20.820 1.563 5.383 6.113 337.073 +24 Aug 2021 16:00 UT 94.54 16.090 1844.3 388623 0.0084 -5.0219 -21.327 1.563 5.375 6.090 337.086 +24 Aug 2021 17:00 UT 94.35 16.132 1843.4 388811 0.0409 -4.7913 -21.835 1.563 5.366 6.067 337.102 +24 Aug 2021 18:00 UT 94.15 16.174 1842.5 388999 0.0734 -4.5606 -22.343 1.564 5.357 6.043 337.119 +24 Aug 2021 19:00 UT 93.95 16.215 1841.6 389188 0.1058 -4.3298 -22.850 1.564 5.346 6.019 337.138 +24 Aug 2021 20:00 UT 93.75 16.257 1840.7 389375 0.1381 -4.0989 -23.358 1.564 5.336 5.994 337.159 +24 Aug 2021 21:00 UT 93.54 16.299 1839.8 389563 0.1704 -3.8679 -23.866 1.564 5.324 5.969 337.181 +24 Aug 2021 22:00 UT 93.33 16.340 1838.9 389750 0.2026 -3.6369 -24.373 1.564 5.312 5.943 337.205 +24 Aug 2021 23:00 UT 93.12 16.382 1838.0 389938 0.2348 -3.4059 -24.881 1.564 5.300 5.917 337.231 +25 Aug 2021 00:00 UT 92.90 16.424 1837.2 390124 0.2669 -3.1748 -25.389 1.565 5.287 5.890 337.259 +25 Aug 2021 01:00 UT 92.68 16.465 1836.3 390311 0.2990 -2.9438 -25.896 1.565 5.273 5.863 337.288 +25 Aug 2021 02:00 UT 92.46 16.507 1835.4 390497 0.3310 -2.7128 -26.404 1.565 5.259 5.835 337.318 +25 Aug 2021 03:00 UT 92.24 16.549 1834.5 390683 0.3630 -2.4819 -26.912 1.565 5.244 5.807 337.351 +25 Aug 2021 04:00 UT 92.01 16.590 1833.7 390869 0.3949 -2.2509 -27.420 1.565 5.228 5.778 337.385 +25 Aug 2021 05:00 UT 91.78 16.632 1832.8 391054 0.4268 -2.0201 -27.927 1.565 5.212 5.749 337.421 +25 Aug 2021 06:00 UT 91.54 16.674 1831.9 391238 0.4587 -1.7894 -28.435 1.565 5.195 5.719 337.458 +25 Aug 2021 07:00 UT 91.31 16.715 1831.1 391423 0.4905 -1.5587 -28.943 1.566 5.178 5.689 337.497 +25 Aug 2021 08:00 UT 91.07 16.757 1830.2 391606 0.5223 -1.3282 -29.450 1.566 5.160 5.658 337.537 +25 Aug 2021 09:00 UT 90.83 16.799 1829.4 391790 0.5540 -1.0978 -29.958 1.566 5.141 5.627 337.579 +25 Aug 2021 10:00 UT 90.59 16.840 1828.5 391972 0.5857 -0.8676 -30.466 1.566 5.122 5.595 337.623 +25 Aug 2021 11:00 UT 90.34 16.882 1827.7 392155 0.6174 -0.6375 -30.974 1.566 5.103 5.564 337.668 +25 Aug 2021 12:00 UT 90.09 16.924 1826.8 392336 0.6490 -0.4076 -31.481 1.566 5.082 5.531 337.715 +25 Aug 2021 13:00 UT 89.84 16.965 1826.0 392517 0.6806 -0.1780 -31.989 1.566 5.061 5.498 337.764 +25 Aug 2021 14:00 UT 89.58 17.007 1825.1 392698 0.7122 0.0515 -32.497 1.566 5.040 5.465 337.813 +25 Aug 2021 15:00 UT 89.33 17.049 1824.3 392877 0.7437 0.2808 -33.005 1.567 5.018 5.431 337.865 +25 Aug 2021 16:00 UT 89.07 17.090 1823.5 393056 0.7752 0.5098 -33.513 1.567 4.995 5.397 337.918 +25 Aug 2021 17:00 UT 88.80 17.132 1822.6 393235 0.8067 0.7385 -34.020 1.567 4.972 5.362 337.972 +25 Aug 2021 18:00 UT 88.54 17.174 1821.8 393412 0.8382 0.9670 -34.528 1.567 4.948 5.327 338.028 +25 Aug 2021 19:00 UT 88.27 17.215 1821.0 393589 0.8696 1.1952 -35.036 1.567 4.924 5.292 338.086 +25 Aug 2021 20:00 UT 88.00 17.257 1820.2 393766 0.9010 1.4231 -35.544 1.567 4.899 5.256 338.145 +25 Aug 2021 21:00 UT 87.73 17.299 1819.4 393941 0.9324 1.6507 -36.052 1.567 4.873 5.220 338.205 +25 Aug 2021 22:00 UT 87.46 17.340 1818.6 394115 0.9637 1.8779 -36.559 1.567 4.847 5.183 338.267 +25 Aug 2021 23:00 UT 87.18 17.382 1817.8 394289 0.9950 2.1048 -37.067 1.567 4.820 5.146 338.330 +26 Aug 2021 00:00 UT 86.90 17.424 1817.0 394462 1.0263 2.3314 -37.575 1.567 4.793 5.109 338.395 +26 Aug 2021 01:00 UT 86.62 17.465 1816.2 394634 1.0576 2.5576 -38.083 1.567 4.765 5.071 338.461 +26 Aug 2021 02:00 UT 86.34 17.507 1815.4 394805 1.0889 2.7834 -38.591 1.568 4.737 5.033 338.529 +26 Aug 2021 03:00 UT 86.05 17.549 1814.6 394975 1.1201 3.0088 -39.099 1.568 4.708 4.994 338.598 +26 Aug 2021 04:00 UT 85.76 17.590 1813.8 395144 1.1514 3.2338 -39.606 1.568 4.679 4.955 338.669 +26 Aug 2021 05:00 UT 85.47 17.632 1813.1 395313 1.1826 3.4584 -40.114 1.568 4.649 4.916 338.741 +26 Aug 2021 06:00 UT 85.18 17.674 1812.3 395480 1.2138 3.6826 -40.622 1.568 4.618 4.876 338.814 +26 Aug 2021 07:00 UT 84.89 17.715 1811.5 395646 1.2450 3.9063 -41.130 1.568 4.587 4.836 338.889 +26 Aug 2021 08:00 UT 84.59 17.757 1810.8 395811 1.2761 4.1295 -41.638 1.568 4.555 4.795 338.965 +26 Aug 2021 09:00 UT 84.29 17.799 1810.0 395975 1.3073 4.3523 -42.146 1.568 4.523 4.754 339.043 +26 Aug 2021 10:00 UT 83.99 17.840 1809.3 396138 1.3385 4.5746 -42.654 1.568 4.490 4.713 339.122 +26 Aug 2021 11:00 UT 83.69 17.882 1808.5 396300 1.3696 4.7964 -43.162 1.568 4.457 4.672 339.202 +26 Aug 2021 12:00 UT 83.39 17.924 1807.8 396461 1.4007 5.0176 -43.670 1.568 4.423 4.630 339.284 +26 Aug 2021 13:00 UT 83.08 17.965 1807.1 396620 1.4319 5.2384 -44.178 1.568 4.389 4.588 339.367 +26 Aug 2021 14:00 UT 82.77 18.007 1806.4 396779 1.4630 5.4586 -44.685 1.568 4.354 4.545 339.451 +26 Aug 2021 15:00 UT 82.46 18.049 1805.6 396936 1.4941 5.6783 -45.193 1.568 4.319 4.502 339.537 +26 Aug 2021 16:00 UT 82.15 18.090 1804.9 397092 1.5252 5.8974 -45.701 1.568 4.283 4.459 339.624 +26 Aug 2021 17:00 UT 81.83 18.132 1804.2 397246 1.5564 6.1159 -46.209 1.568 4.247 4.415 339.713 +26 Aug 2021 18:00 UT 81.52 18.174 1803.5 397400 1.5875 6.3339 -46.717 1.568 4.210 4.372 339.803 +26 Aug 2021 19:00 UT 81.20 18.215 1802.8 397552 1.6186 6.5512 -47.225 1.568 4.173 4.327 339.894 +26 Aug 2021 20:00 UT 80.88 18.257 1802.2 397703 1.6497 6.7679 -47.733 1.568 4.135 4.283 339.986 +26 Aug 2021 21:00 UT 80.56 18.299 1801.5 397852 1.6808 6.9841 -48.241 1.568 4.097 4.238 340.080 +26 Aug 2021 22:00 UT 80.23 18.340 1800.8 398001 1.7119 7.1995 -48.749 1.568 4.058 4.193 340.175 +26 Aug 2021 23:00 UT 79.91 18.382 1800.1 398147 1.7430 7.4144 -49.257 1.569 4.019 4.148 340.272 +27 Aug 2021 00:00 UT 79.58 18.424 1799.5 398293 1.7742 7.6286 -49.765 1.569 3.979 4.102 340.370 +27 Aug 2021 01:00 UT 79.25 18.465 1798.8 398437 1.8053 7.8421 -50.273 1.569 3.939 4.056 340.469 +27 Aug 2021 02:00 UT 78.92 18.507 1798.2 398579 1.8364 8.0549 -50.781 1.569 3.898 4.010 340.569 +27 Aug 2021 03:00 UT 78.59 18.549 1797.6 398720 1.8676 8.2670 -51.289 1.569 3.857 3.963 340.671 +27 Aug 2021 04:00 UT 78.26 18.590 1796.9 398860 1.8987 8.4785 -51.797 1.569 3.815 3.916 340.774 +27 Aug 2021 05:00 UT 77.92 18.632 1796.3 398998 1.9299 8.6892 -52.305 1.569 3.773 3.869 340.878 +27 Aug 2021 06:00 UT 77.58 18.674 1795.7 399135 1.9611 8.8992 -52.814 1.569 3.731 3.822 340.983 +27 Aug 2021 07:00 UT 77.25 18.715 1795.1 399270 1.9923 9.1084 -53.322 1.569 3.688 3.774 341.090 +27 Aug 2021 08:00 UT 76.91 18.757 1794.5 399404 2.0235 9.3169 -53.830 1.569 3.645 3.726 341.198 +27 Aug 2021 09:00 UT 76.56 18.799 1793.9 399536 2.0547 9.5247 -54.338 1.569 3.601 3.678 341.307 +27 Aug 2021 10:00 UT 76.22 18.840 1793.3 399666 2.0859 9.7316 -54.846 1.569 3.557 3.630 341.418 +27 Aug 2021 11:00 UT 75.88 18.882 1792.7 399795 2.1172 9.9378 -55.354 1.569 3.512 3.581 341.530 +27 Aug 2021 12:00 UT 75.53 18.924 1792.2 399922 2.1484 10.1432 -55.862 1.569 3.467 3.532 341.643 +27 Aug 2021 13:00 UT 75.18 18.965 1791.6 400048 2.1797 10.3478 -56.370 1.569 3.421 3.483 341.757 +27 Aug 2021 14:00 UT 74.84 19.007 1791.0 400172 2.2110 10.5515 -56.878 1.569 3.375 3.434 341.872 +27 Aug 2021 15:00 UT 74.49 19.049 1790.5 400294 2.2423 10.7545 -57.387 1.568 3.329 3.384 341.989 +27 Aug 2021 16:00 UT 74.13 19.090 1790.0 400414 2.2737 10.9566 -57.895 1.568 3.283 3.334 342.107 +27 Aug 2021 17:00 UT 73.78 19.132 1789.4 400533 2.3050 11.1578 -58.403 1.568 3.235 3.284 342.226 +27 Aug 2021 18:00 UT 73.43 19.174 1788.9 400650 2.3364 11.3582 -58.911 1.568 3.188 3.234 342.347 +27 Aug 2021 19:00 UT 73.07 19.215 1788.4 400766 2.3678 11.5577 -59.419 1.568 3.140 3.183 342.468 +27 Aug 2021 20:00 UT 72.72 19.257 1787.9 400879 2.3993 11.7563 -59.927 1.568 3.092 3.133 342.591 +27 Aug 2021 21:00 UT 72.36 19.299 1787.4 400991 2.4307 11.9540 -60.436 1.568 3.044 3.082 342.715 +27 Aug 2021 22:00 UT 72.00 19.340 1786.9 401101 2.4622 12.1508 -60.944 1.568 2.995 3.030 342.841 +27 Aug 2021 23:00 UT 71.64 19.382 1786.4 401210 2.4937 12.3467 -61.452 1.568 2.945 2.979 342.967 +28 Aug 2021 00:00 UT 71.28 19.424 1785.9 401316 2.5253 12.5417 -61.960 1.568 2.896 2.928 343.095 +28 Aug 2021 01:00 UT 70.92 19.465 1785.5 401421 2.5568 12.7357 -62.468 1.568 2.846 2.876 343.224 +28 Aug 2021 02:00 UT 70.55 19.507 1785.0 401523 2.5884 12.9288 -62.977 1.568 2.796 2.824 343.354 +28 Aug 2021 03:00 UT 70.19 19.549 1784.6 401624 2.6200 13.1209 -63.485 1.568 2.745 2.772 343.485 +28 Aug 2021 04:00 UT 69.82 19.590 1784.1 401723 2.6517 13.3120 -63.993 1.568 2.694 2.719 343.617 +28 Aug 2021 05:00 UT 69.46 19.632 1783.7 401821 2.6834 13.5021 -64.501 1.568 2.643 2.667 343.751 +28 Aug 2021 06:00 UT 69.09 19.674 1783.3 401916 2.7151 13.6913 -65.010 1.568 2.591 2.614 343.886 +28 Aug 2021 07:00 UT 68.72 19.715 1782.9 402009 2.7469 13.8794 -65.518 1.568 2.539 2.561 344.022 +28 Aug 2021 08:00 UT 68.35 19.757 1782.5 402100 2.7787 14.0666 -66.026 1.568 2.487 2.508 344.159 +28 Aug 2021 09:00 UT 67.98 19.799 1782.1 402190 2.8105 14.2526 -66.535 1.568 2.435 2.455 344.297 +28 Aug 2021 10:00 UT 67.61 19.840 1781.7 402277 2.8424 14.4377 -67.043 1.568 2.382 2.402 344.437 +28 Aug 2021 11:00 UT 67.23 19.882 1781.3 402363 2.8743 14.6217 -67.551 1.568 2.329 2.348 344.577 +28 Aug 2021 12:00 UT 66.86 19.924 1780.9 402447 2.9062 14.8046 -68.059 1.568 2.276 2.295 344.719 +28 Aug 2021 13:00 UT 66.49 19.965 1780.6 402528 2.9382 14.9865 -68.568 1.568 2.222 2.241 344.862 +28 Aug 2021 14:00 UT 66.11 20.007 1780.2 402608 2.9702 15.1673 -69.076 1.567 2.168 2.187 345.006 +28 Aug 2021 15:00 UT 65.74 20.049 1779.9 402685 3.0023 15.3470 -69.585 1.567 2.114 2.133 345.151 +28 Aug 2021 16:00 UT 65.36 20.090 1779.5 402761 3.0344 15.5256 -70.093 1.567 2.060 2.079 345.298 +28 Aug 2021 17:00 UT 64.98 20.132 1779.2 402834 3.0665 15.7030 -70.601 1.567 2.005 2.024 345.445 +28 Aug 2021 18:00 UT 64.60 20.174 1778.9 402906 3.0987 15.8794 -71.110 1.567 1.950 1.970 345.594 +28 Aug 2021 19:00 UT 64.22 20.215 1778.6 402975 3.1309 16.0546 -71.618 1.567 1.895 1.915 345.744 +28 Aug 2021 20:00 UT 63.84 20.257 1778.3 403042 3.1632 16.2286 -72.126 1.567 1.840 1.861 345.894 +28 Aug 2021 21:00 UT 63.46 20.299 1778.0 403107 3.1955 16.4015 -72.635 1.567 1.784 1.806 346.046 +28 Aug 2021 22:00 UT 63.08 20.340 1777.7 403171 3.2279 16.5732 -73.143 1.567 1.729 1.751 346.199 +28 Aug 2021 23:00 UT 62.70 20.382 1777.5 403232 3.2603 16.7437 -73.652 1.567 1.673 1.696 346.354 +29 Aug 2021 00:00 UT 62.31 20.424 1777.2 403290 3.2928 16.9130 -74.160 1.567 1.617 1.641 346.509 +29 Aug 2021 01:00 UT 61.93 20.465 1776.9 403347 3.3253 17.0812 -74.669 1.567 1.560 1.585 346.665 +29 Aug 2021 02:00 UT 61.55 20.507 1776.7 403402 3.3578 17.2481 -75.177 1.566 1.504 1.530 346.823 +29 Aug 2021 03:00 UT 61.16 20.549 1776.5 403454 3.3904 17.4137 -75.685 1.566 1.447 1.474 346.981 +29 Aug 2021 04:00 UT 60.78 20.590 1776.2 403505 3.4231 17.5782 -76.194 1.566 1.391 1.419 347.141 +29 Aug 2021 05:00 UT 60.39 20.632 1776.0 403553 3.4558 17.7414 -76.702 1.566 1.334 1.363 347.302 +29 Aug 2021 06:00 UT 60.00 20.674 1775.8 403599 3.4885 17.9033 -77.211 1.566 1.276 1.307 347.464 +29 Aug 2021 07:00 UT 59.62 20.715 1775.6 403643 3.5213 18.0639 -77.719 1.566 1.219 1.252 347.627 +29 Aug 2021 08:00 UT 59.23 20.757 1775.5 403685 3.5542 18.2233 -78.228 1.566 1.162 1.196 347.791 +29 Aug 2021 09:00 UT 58.84 20.799 1775.3 403725 3.5871 18.3813 -78.736 1.566 1.104 1.140 347.956 +29 Aug 2021 10:00 UT 58.45 20.840 1775.1 403762 3.6200 18.5381 -79.245 1.566 1.046 1.084 348.122 +29 Aug 2021 11:00 UT 58.06 20.882 1775.0 403797 3.6531 18.6935 -79.754 1.566 0.989 1.027 348.289 +29 Aug 2021 12:00 UT 57.67 20.924 1774.8 403830 3.6861 18.8476 -80.262 1.565 0.931 0.971 348.457 +29 Aug 2021 13:00 UT 57.28 20.965 1774.7 403861 3.7192 19.0004 -80.771 1.565 0.873 0.915 348.626 +29 Aug 2021 14:00 UT 56.89 21.007 1774.6 403890 3.7524 19.1518 -81.279 1.565 0.815 0.859 348.796 +29 Aug 2021 15:00 UT 56.50 21.049 1774.4 403916 3.7857 19.3019 -81.788 1.565 0.756 0.802 348.968 +29 Aug 2021 16:00 UT 56.11 21.090 1774.3 403940 3.8189 19.4505 -82.296 1.565 0.698 0.746 349.140 +29 Aug 2021 17:00 UT 55.72 21.132 1774.2 403962 3.8523 19.5978 -82.805 1.565 0.640 0.689 349.313 +29 Aug 2021 18:00 UT 55.33 21.174 1774.1 403982 3.8857 19.7437 -83.314 1.565 0.581 0.633 349.488 +29 Aug 2021 19:00 UT 54.94 21.215 1774.1 404000 3.9191 19.8882 -83.822 1.565 0.523 0.576 349.663 +29 Aug 2021 20:00 UT 54.55 21.257 1774.0 404015 3.9527 20.0312 -84.331 1.565 0.464 0.520 349.839 +29 Aug 2021 21:00 UT 54.15 21.299 1773.9 404028 3.9862 20.1728 -84.839 1.564 0.405 0.463 350.016 +29 Aug 2021 22:00 UT 53.76 21.340 1773.9 404039 4.0199 20.3130 -85.348 1.564 0.347 0.406 350.195 +29 Aug 2021 23:00 UT 53.37 21.382 1773.9 404048 4.0535 20.4517 -85.857 1.564 0.288 0.350 350.374 +30 Aug 2021 00:00 UT 52.98 21.424 1773.8 404054 4.0873 20.5889 -86.365 1.564 0.229 0.293 350.554 +30 Aug 2021 01:00 UT 52.58 21.465 1773.8 404058 4.1211 20.7247 -86.874 1.564 0.171 0.236 350.735 +30 Aug 2021 02:00 UT 52.19 21.507 1773.8 404060 4.1550 20.8590 -87.383 1.564 0.112 0.179 350.917 +30 Aug 2021 03:00 UT 51.80 21.549 1773.8 404060 4.1889 20.9918 -87.891 1.564 0.053 0.123 351.100 +30 Aug 2021 04:00 UT 51.40 21.590 1773.8 404057 4.2229 21.1230 -88.400 1.564 -0.006 0.066 351.284 +30 Aug 2021 05:00 UT 51.01 21.632 1773.8 404053 4.2569 21.2528 -88.909 1.563 -0.065 0.009 351.469 +30 Aug 2021 06:00 UT 50.61 21.674 1773.9 404046 4.2910 21.3810 -89.418 1.563 -0.123 -0.048 351.655 +30 Aug 2021 07:00 UT 50.22 21.715 1773.9 404036 4.3252 21.5076 -89.926 1.563 -0.182 -0.105 351.842 +30 Aug 2021 08:00 UT 49.83 21.757 1774.0 404025 4.3594 21.6327 -90.435 1.563 -0.241 -0.161 352.030 +30 Aug 2021 09:00 UT 49.43 21.799 1774.0 404011 4.3937 21.7562 -90.944 1.563 -0.300 -0.218 352.218 +30 Aug 2021 10:00 UT 49.04 21.840 1774.1 403995 4.4281 21.8781 -91.453 1.563 -0.358 -0.275 352.407 +30 Aug 2021 11:00 UT 48.64 21.882 1774.2 403977 4.4625 21.9985 -91.961 1.563 -0.417 -0.332 352.598 +30 Aug 2021 12:00 UT 48.25 21.924 1774.3 403956 4.4970 22.1172 -92.470 1.562 -0.475 -0.388 352.789 +30 Aug 2021 13:00 UT 47.86 21.965 1774.4 403934 4.5315 22.2343 -92.979 1.562 -0.534 -0.445 352.981 +30 Aug 2021 14:00 UT 47.46 22.007 1774.5 403909 4.5661 22.3498 -93.488 1.562 -0.592 -0.502 353.174 +30 Aug 2021 15:00 UT 47.07 22.049 1774.6 403882 4.6007 22.4636 -93.997 1.562 -0.651 -0.559 353.367 +30 Aug 2021 16:00 UT 46.68 22.090 1774.7 403852 4.6355 22.5758 -94.505 1.562 -0.709 -0.615 353.562 +30 Aug 2021 17:00 UT 46.28 22.132 1774.9 403821 4.6703 22.6864 -95.014 1.562 -0.767 -0.672 353.757 +30 Aug 2021 18:00 UT 45.89 22.174 1775.0 403787 4.7051 22.7952 -95.523 1.562 -0.825 -0.728 353.953 +30 Aug 2021 19:00 UT 45.50 22.215 1775.2 403751 4.7400 22.9024 -96.032 1.561 -0.883 -0.785 354.150 +30 Aug 2021 20:00 UT 45.10 22.257 1775.3 403713 4.7750 23.0079 -96.541 1.561 -0.941 -0.841 354.347 +30 Aug 2021 21:00 UT 44.71 22.299 1775.5 403672 4.8100 23.1116 -97.050 1.561 -0.999 -0.898 354.546 +30 Aug 2021 22:00 UT 44.32 22.340 1775.7 403629 4.8451 23.2137 -97.558 1.561 -1.056 -0.954 354.745 +30 Aug 2021 23:00 UT 43.93 22.382 1775.9 403585 4.8802 23.3140 -98.067 1.561 -1.114 -1.010 354.945 +31 Aug 2021 00:00 UT 43.53 22.424 1776.1 403537 4.9155 23.4125 -98.576 1.561 -1.171 -1.066 355.145 +31 Aug 2021 01:00 UT 43.14 22.465 1776.3 403488 4.9507 23.5093 -99.085 1.560 -1.228 -1.123 355.347 +31 Aug 2021 02:00 UT 42.75 22.507 1776.5 403437 4.9861 23.6044 -99.594 1.560 -1.285 -1.179 355.548 +31 Aug 2021 03:00 UT 42.36 22.549 1776.8 403383 5.0215 23.6977 -100.103 1.560 -1.342 -1.235 355.751 +31 Aug 2021 04:00 UT 41.97 22.590 1777.0 403328 5.0569 23.7891 -100.612 1.560 -1.399 -1.291 355.954 +31 Aug 2021 05:00 UT 41.58 22.632 1777.3 403270 5.0924 23.8788 -101.121 1.560 -1.455 -1.347 356.158 +31 Aug 2021 06:00 UT 41.19 22.674 1777.5 403210 5.1280 23.9667 -101.630 1.560 -1.512 -1.402 356.363 +31 Aug 2021 07:00 UT 40.80 22.715 1777.8 403147 5.1637 24.0527 -102.139 1.559 -1.568 -1.458 356.568 +31 Aug 2021 08:00 UT 40.41 22.757 1778.1 403083 5.1994 24.1370 -102.648 1.559 -1.624 -1.514 356.774 +31 Aug 2021 09:00 UT 40.02 22.799 1778.4 403016 5.2351 24.2193 -103.157 1.559 -1.680 -1.569 356.980 +31 Aug 2021 10:00 UT 39.63 22.840 1778.7 402948 5.2709 24.2999 -103.666 1.559 -1.735 -1.625 357.187 +31 Aug 2021 11:00 UT 39.25 22.882 1779.0 402877 5.3068 24.3785 -104.175 1.559 -1.791 -1.680 357.395 +31 Aug 2021 12:00 UT 38.86 22.924 1779.3 402804 5.3428 24.4553 -104.684 1.559 -1.846 -1.735 357.603 +31 Aug 2021 13:00 UT 38.47 22.965 1779.7 402729 5.3787 24.5302 -105.193 1.558 -1.901 -1.790 357.812 +31 Aug 2021 14:00 UT 38.09 23.007 1780.0 402652 5.4148 24.6032 -105.702 1.558 -1.955 -1.845 358.021 +31 Aug 2021 15:00 UT 37.70 23.049 1780.4 402573 5.4509 24.6743 -106.211 1.558 -2.010 -1.900 358.230 +31 Aug 2021 16:00 UT 37.31 23.090 1780.7 402492 5.4871 24.7435 -106.720 1.558 -2.064 -1.955 358.441 +31 Aug 2021 17:00 UT 36.93 23.132 1781.1 402409 5.5233 24.8108 -107.229 1.558 -2.118 -2.009 358.651 +31 Aug 2021 18:00 UT 36.55 23.174 1781.5 402324 5.5596 24.8761 -107.738 1.557 -2.171 -2.064 358.862 +31 Aug 2021 19:00 UT 36.16 23.215 1781.8 402236 5.5959 24.9395 -108.247 1.557 -2.225 -2.118 359.074 +31 Aug 2021 20:00 UT 35.78 23.257 1782.2 402147 5.6323 25.0009 -108.756 1.557 -2.278 -2.173 359.285 +31 Aug 2021 21:00 UT 35.40 23.299 1782.6 402056 5.6687 25.0603 -109.265 1.557 -2.331 -2.227 359.498 +31 Aug 2021 22:00 UT 35.02 23.340 1783.1 401962 5.7052 25.1178 -109.774 1.557 -2.383 -2.281 359.710 +31 Aug 2021 23:00 UT 34.64 23.382 1783.5 401867 5.7417 25.1733 -110.283 1.557 -2.435 -2.334 359.923 +01 Sep 2021 00:00 UT 34.26 23.424 1783.9 401770 5.7783 25.2268 -110.792 1.556 -2.487 -2.388 0.136 +01 Sep 2021 01:00 UT 33.88 23.465 1784.4 401670 5.8150 25.2783 -111.302 1.556 -2.539 -2.442 0.350 +01 Sep 2021 02:00 UT 33.50 23.507 1784.8 401569 5.8517 25.3278 -111.811 1.556 -2.590 -2.495 0.564 +01 Sep 2021 03:00 UT 33.13 23.549 1785.3 401466 5.8884 25.3752 -112.320 1.556 -2.641 -2.548 0.778 +01 Sep 2021 04:00 UT 32.75 23.590 1785.7 401361 5.9252 25.4206 -112.829 1.556 -2.692 -2.601 0.992 +01 Sep 2021 05:00 UT 32.37 23.632 1786.2 401254 5.9621 25.4640 -113.338 1.555 -2.742 -2.654 1.207 +01 Sep 2021 06:00 UT 32.00 23.674 1786.7 401145 5.9990 25.5054 -113.847 1.555 -2.792 -2.707 1.422 +01 Sep 2021 07:00 UT 31.63 23.715 1787.2 401034 6.0359 25.5446 -114.357 1.555 -2.842 -2.759 1.637 +01 Sep 2021 08:00 UT 31.25 23.757 1787.7 400922 6.0729 25.5818 -114.866 1.555 -2.891 -2.812 1.852 +01 Sep 2021 09:00 UT 30.88 23.799 1788.2 400807 6.1099 25.6170 -115.375 1.555 -2.940 -2.864 2.067 +01 Sep 2021 10:00 UT 30.51 23.840 1788.7 400691 6.1470 25.6500 -115.884 1.554 -2.989 -2.916 2.282 +01 Sep 2021 11:00 UT 30.14 23.882 1789.3 400572 6.1841 25.6810 -116.393 1.554 -3.037 -2.967 2.498 +01 Sep 2021 12:00 UT 29.77 23.924 1789.8 400453 6.2213 25.7098 -116.903 1.554 -3.085 -3.019 2.713 +01 Sep 2021 13:00 UT 29.41 23.965 1790.3 400331 6.2585 25.7366 -117.412 1.554 -3.132 -3.070 2.929 +01 Sep 2021 14:00 UT 29.04 24.007 1790.9 400207 6.2958 25.7612 -117.921 1.554 -3.179 -3.122 3.145 +01 Sep 2021 15:00 UT 28.67 24.049 1791.4 400082 6.3331 25.7837 -118.430 1.553 -3.226 -3.173 3.360 +01 Sep 2021 16:00 UT 28.31 24.090 1792.0 399955 6.3704 25.8041 -118.940 1.553 -3.272 -3.223 3.576 +01 Sep 2021 17:00 UT 27.95 24.132 1792.6 399826 6.4077 25.8224 -119.449 1.553 -3.318 -3.274 3.791 +01 Sep 2021 18:00 UT 27.58 24.174 1793.2 399695 6.4452 25.8385 -119.958 1.553 -3.363 -3.324 4.007 +01 Sep 2021 19:00 UT 27.22 24.215 1793.8 399563 6.4826 25.8524 -120.467 1.553 -3.408 -3.374 4.222 +01 Sep 2021 20:00 UT 26.86 24.257 1794.4 399429 6.5201 25.8642 -120.977 1.552 -3.453 -3.424 4.437 +01 Sep 2021 21:00 UT 26.50 24.299 1795.0 399294 6.5576 25.8739 -121.486 1.552 -3.497 -3.474 4.653 +01 Sep 2021 22:00 UT 26.15 24.340 1795.6 399157 6.5951 25.8813 -121.995 1.552 -3.541 -3.523 4.868 +01 Sep 2021 23:00 UT 25.79 24.382 1796.2 399018 6.6327 25.8866 -122.505 1.552 -3.584 -3.572 5.082 +02 Sep 2021 00:00 UT 25.44 24.424 1796.9 398877 6.6703 25.8897 -123.014 1.551 -3.627 -3.621 5.297 +02 Sep 2021 01:00 UT 25.08 24.465 1797.5 398735 6.7080 25.8906 -123.523 1.551 -3.670 -3.670 5.511 +02 Sep 2021 02:00 UT 24.73 24.507 1798.1 398592 6.7456 25.8894 -124.033 1.551 -3.711 -3.718 5.725 +02 Sep 2021 03:00 UT 24.38 24.549 1798.8 398447 6.7833 25.8859 -124.542 1.551 -3.753 -3.766 5.939 +02 Sep 2021 04:00 UT 24.03 24.590 1799.5 398300 6.8211 25.8803 -125.051 1.551 -3.794 -3.814 6.152 +02 Sep 2021 05:00 UT 23.69 24.632 1800.1 398152 6.8588 25.8724 -125.561 1.550 -3.835 -3.862 6.366 +02 Sep 2021 06:00 UT 23.34 24.674 1800.8 398002 6.8966 25.8623 -126.070 1.550 -3.875 -3.909 6.578 +02 Sep 2021 07:00 UT 22.99 24.715 1801.5 397851 6.9344 25.8500 -126.579 1.550 -3.914 -3.956 6.791 +02 Sep 2021 08:00 UT 22.65 24.757 1802.2 397699 6.9722 25.8355 -127.089 1.550 -3.953 -4.003 7.003 +02 Sep 2021 09:00 UT 22.31 24.799 1802.9 397545 7.0101 25.8188 -127.598 1.549 -3.992 -4.050 7.214 +02 Sep 2021 10:00 UT 21.97 24.840 1803.6 397389 7.0479 25.7998 -128.108 1.549 -4.030 -4.096 7.425 +02 Sep 2021 11:00 UT 21.63 24.882 1804.3 397232 7.0858 25.7786 -128.617 1.549 -4.068 -4.142 7.636 +02 Sep 2021 12:00 UT 21.29 24.924 1805.0 397074 7.1237 25.7552 -129.126 1.549 -4.105 -4.187 7.846 +02 Sep 2021 13:00 UT 20.96 24.965 1805.7 396915 7.1617 25.7295 -129.636 1.549 -4.141 -4.233 8.055 +02 Sep 2021 14:00 UT 20.63 25.007 1806.5 396754 7.1996 25.7016 -130.145 1.548 -4.177 -4.278 8.264 +02 Sep 2021 15:00 UT 20.29 25.049 1807.2 396592 7.2376 25.6715 -130.655 1.548 -4.213 -4.323 8.472 +02 Sep 2021 16:00 UT 19.96 25.090 1808.0 396428 7.2755 25.6391 -131.164 1.548 -4.248 -4.367 8.680 +02 Sep 2021 17:00 UT 19.63 25.132 1808.7 396264 7.3135 25.6045 -131.674 1.548 -4.282 -4.411 8.887 +02 Sep 2021 18:00 UT 19.31 25.174 1809.5 396098 7.3515 25.5676 -132.183 1.547 -4.316 -4.455 9.093 +02 Sep 2021 19:00 UT 18.98 25.215 1810.2 395931 7.3895 25.5285 -132.693 1.547 -4.350 -4.498 9.299 +02 Sep 2021 20:00 UT 18.66 25.257 1811.0 395762 7.4275 25.4871 -133.202 1.547 -4.383 -4.542 9.504 +02 Sep 2021 21:00 UT 18.34 25.299 1811.8 395593 7.4656 25.4435 -133.712 1.547 -4.415 -4.584 9.708 +02 Sep 2021 22:00 UT 18.02 25.340 1812.6 395422 7.5036 25.3976 -134.221 1.546 -4.447 -4.627 9.911 +02 Sep 2021 23:00 UT 17.70 25.382 1813.3 395250 7.5416 25.3495 -134.731 1.546 -4.478 -4.669 10.114 +03 Sep 2021 00:00 UT 17.39 25.424 1814.1 395078 7.5797 25.2991 -135.240 1.546 -4.509 -4.711 10.316 +03 Sep 2021 01:00 UT 17.07 25.465 1814.9 394904 7.6177 25.2465 -135.750 1.546 -4.539 -4.752 10.516 +03 Sep 2021 02:00 UT 16.76 25.507 1815.7 394729 7.6558 25.1916 -136.259 1.545 -4.568 -4.793 10.716 +03 Sep 2021 03:00 UT 16.45 25.549 1816.5 394553 7.6938 25.1345 -136.769 1.545 -4.597 -4.834 10.916 +03 Sep 2021 04:00 UT 16.14 25.590 1817.4 394376 7.7319 25.0752 -137.278 1.545 -4.626 -4.874 11.114 +03 Sep 2021 05:00 UT 15.84 25.632 1818.2 394198 7.7700 25.0135 -137.788 1.545 -4.654 -4.914 11.311 +03 Sep 2021 06:00 UT 15.53 25.674 1819.0 394019 7.8080 24.9497 -138.297 1.544 -4.681 -4.954 11.507 +03 Sep 2021 07:00 UT 15.23 25.715 1819.8 393839 7.8461 24.8836 -138.807 1.544 -4.708 -4.993 11.702 +03 Sep 2021 08:00 UT 14.93 25.757 1820.7 393658 7.8841 24.8152 -139.316 1.544 -4.734 -5.032 11.896 +03 Sep 2021 09:00 UT 14.64 25.799 1821.5 393476 7.9222 24.7446 -139.826 1.544 -4.759 -5.071 12.089 +03 Sep 2021 10:00 UT 14.34 25.840 1822.4 393293 7.9602 24.6718 -140.336 1.543 -4.784 -5.109 12.281 +03 Sep 2021 11:00 UT 14.05 25.882 1823.2 393110 7.9982 24.5967 -140.845 1.543 -4.808 -5.146 12.472 +03 Sep 2021 12:00 UT 13.76 25.924 1824.1 392926 8.0363 24.5194 -141.355 1.543 -4.832 -5.184 12.662 +03 Sep 2021 13:00 UT 13.47 25.965 1824.9 392741 8.0743 24.4399 -141.864 1.543 -4.855 -5.221 12.851 +03 Sep 2021 14:00 UT 13.18 26.007 1825.8 392555 8.1123 24.3581 -142.374 1.542 -4.878 -5.257 13.038 +03 Sep 2021 15:00 UT 12.90 26.049 1826.7 392369 8.1503 24.2742 -142.884 1.542 -4.900 -5.293 13.224 +03 Sep 2021 16:00 UT 12.62 26.090 1827.5 392181 8.1883 24.1880 -143.393 1.542 -4.921 -5.329 13.409 +03 Sep 2021 17:00 UT 12.34 26.132 1828.4 391993 8.2262 24.0996 -143.903 1.542 -4.942 -5.364 13.593 +03 Sep 2021 18:00 UT 12.06 26.174 1829.3 391805 8.2642 24.0090 -144.413 1.541 -4.962 -5.399 13.775 +03 Sep 2021 19:00 UT 11.79 26.215 1830.2 391616 8.3021 23.9162 -144.922 1.541 -4.981 -5.433 13.957 +03 Sep 2021 20:00 UT 11.52 26.257 1831.1 391426 8.3401 23.8211 -145.432 1.541 -5.000 -5.467 14.136 +03 Sep 2021 21:00 UT 11.25 26.299 1832.0 391235 8.3780 23.7239 -145.941 1.541 -5.018 -5.501 14.315 +03 Sep 2021 22:00 UT 10.98 26.340 1832.8 391044 8.4159 23.6245 -146.451 1.540 -5.036 -5.534 14.492 +03 Sep 2021 23:00 UT 10.72 26.382 1833.7 390853 8.4537 23.5230 -146.961 1.540 -5.053 -5.567 14.668 +04 Sep 2021 00:00 UT 10.46 26.424 1834.6 390661 8.4916 23.4192 -147.470 1.540 -5.069 -5.599 14.842 +04 Sep 2021 01:00 UT 10.20 26.465 1835.5 390468 8.5294 23.3133 -147.980 1.539 -5.085 -5.631 15.015 +04 Sep 2021 02:00 UT 9.94 26.507 1836.5 390275 8.5672 23.2052 -148.490 1.539 -5.100 -5.662 15.187 +04 Sep 2021 03:00 UT 9.69 26.549 1837.4 390082 8.6050 23.0950 -149.000 1.539 -5.115 -5.693 15.357 +04 Sep 2021 04:00 UT 9.44 26.590 1838.3 389888 8.6428 22.9826 -149.509 1.539 -5.129 -5.723 15.525 +04 Sep 2021 05:00 UT 9.19 26.632 1839.2 389694 8.6806 22.8681 -150.019 1.538 -5.142 -5.753 15.692 +04 Sep 2021 06:00 UT 8.94 26.674 1840.1 389500 8.7183 22.7514 -150.529 1.538 -5.154 -5.782 15.858 +04 Sep 2021 07:00 UT 8.70 26.715 1841.0 389305 8.7560 22.6326 -151.038 1.538 -5.166 -5.811 16.021 +04 Sep 2021 08:00 UT 8.46 26.757 1842.0 389110 8.7937 22.5117 -151.548 1.538 -5.178 -5.840 16.184 +04 Sep 2021 09:00 UT 8.23 26.799 1842.9 388914 8.8313 22.3887 -152.058 1.537 -5.188 -5.868 16.345 +04 Sep 2021 10:00 UT 7.99 26.840 1843.8 388719 8.8689 22.2636 -152.568 1.537 -5.198 -5.895 16.504 +04 Sep 2021 11:00 UT 7.76 26.882 1844.7 388523 8.9065 22.1364 -153.077 1.537 -5.208 -5.922 16.661 +04 Sep 2021 12:00 UT 7.53 26.924 1845.7 388327 8.9441 22.0071 -153.587 1.536 -5.217 -5.949 16.817 +04 Sep 2021 13:00 UT 7.31 26.965 1846.6 388130 8.9816 21.8758 -154.097 1.536 -5.225 -5.975 16.971 +04 Sep 2021 14:00 UT 7.09 27.007 1847.5 387934 9.0192 21.7424 -154.606 1.536 -5.232 -6.000 17.124 +04 Sep 2021 15:00 UT 6.87 27.049 1848.5 387737 9.0566 21.6069 -155.116 1.536 -5.239 -6.025 17.275 +04 Sep 2021 16:00 UT 6.65 27.090 1849.4 387541 9.0941 21.4694 -155.626 1.535 -5.245 -6.049 17.424 +04 Sep 2021 17:00 UT 6.44 27.132 1850.4 387344 9.1315 21.3299 -156.136 1.535 -5.251 -6.073 17.571 +04 Sep 2021 18:00 UT 6.23 27.174 1851.3 387147 9.1689 21.1883 -156.646 1.535 -5.256 -6.097 17.717 +04 Sep 2021 19:00 UT 6.02 27.215 1852.2 386951 9.2063 21.0448 -157.155 1.534 -5.260 -6.119 17.861 +04 Sep 2021 20:00 UT 5.82 27.257 1853.2 386754 9.2436 20.8992 -157.665 1.534 -5.264 -6.142 18.003 +04 Sep 2021 21:00 UT 5.62 27.299 1854.1 386557 9.2809 20.7517 -158.175 1.534 -5.267 -6.164 18.143 +04 Sep 2021 22:00 UT 5.42 27.340 1855.1 386361 9.3181 20.6021 -158.685 1.534 -5.269 -6.185 18.282 +04 Sep 2021 23:00 UT 5.22 27.382 1856.0 386164 9.3554 20.4506 -159.194 1.533 -5.271 -6.205 18.419 +05 Sep 2021 00:00 UT 5.03 27.424 1857.0 385968 9.3925 20.2972 -159.704 1.533 -5.272 -6.226 18.554 +05 Sep 2021 01:00 UT 4.85 27.465 1857.9 385772 9.4297 20.1418 -160.214 1.533 -5.273 -6.245 18.687 +05 Sep 2021 02:00 UT 4.66 27.507 1858.8 385575 9.4668 19.9845 -160.724 1.532 -5.273 -6.264 18.818 +05 Sep 2021 03:00 UT 4.48 27.549 1859.8 385380 9.5039 19.8253 -161.234 1.532 -5.272 -6.283 18.947 +05 Sep 2021 04:00 UT 4.30 27.590 1860.7 385184 9.5410 19.6642 -161.743 1.532 -5.271 -6.301 19.075 +05 Sep 2021 05:00 UT 4.13 27.632 1861.7 384988 9.5780 19.5012 -162.253 1.531 -5.268 -6.318 19.200 +05 Sep 2021 06:00 UT 3.96 27.674 1862.6 384793 9.6150 19.3363 -162.763 1.531 -5.266 -6.335 19.324 +05 Sep 2021 07:00 UT 3.79 27.715 1863.6 384598 9.6519 19.1696 -163.273 1.531 -5.263 -6.351 19.445 +05 Sep 2021 08:00 UT 3.63 27.757 1864.5 384404 9.6888 19.0010 -163.783 1.531 -5.259 -6.367 19.565 +05 Sep 2021 09:00 UT 3.47 27.799 1865.4 384210 9.7257 18.8305 -164.292 1.530 -5.254 -6.382 19.683 +05 Sep 2021 10:00 UT 3.31 27.840 1866.4 384016 9.7626 18.6583 -164.802 1.530 -5.249 -6.396 19.799 +05 Sep 2021 11:00 UT 3.16 27.882 1867.3 383823 9.7994 18.4843 -165.312 1.530 -5.243 -6.410 19.913 +05 Sep 2021 12:00 UT 3.01 27.924 1868.3 383630 9.8361 18.3084 -165.822 1.529 -5.237 -6.423 20.025 +05 Sep 2021 13:00 UT 2.86 27.965 1869.2 383437 9.8729 18.1308 -166.332 1.529 -5.230 -6.436 20.135 +05 Sep 2021 14:00 UT 2.72 28.007 1870.1 383245 9.9095 17.9515 -166.842 1.529 -5.222 -6.448 20.243 +05 Sep 2021 15:00 UT 2.58 28.049 1871.1 383053 9.9462 17.7703 -167.351 1.528 -5.214 -6.460 20.349 +05 Sep 2021 16:00 UT 2.44 28.090 1872.0 382862 9.9828 17.5875 -167.861 1.528 -5.205 -6.471 20.453 +05 Sep 2021 17:00 UT 2.31 28.132 1872.9 382672 10.0194 17.4030 -168.371 1.528 -5.196 -6.481 20.555 +05 Sep 2021 18:00 UT 2.18 28.174 1873.9 382482 10.0560 17.2167 -168.881 1.527 -5.186 -6.490 20.655 +05 Sep 2021 19:00 UT 2.06 28.215 1874.8 382292 10.0925 17.0288 -169.391 1.527 -5.175 -6.500 20.753 +05 Sep 2021 20:00 UT 1.94 28.257 1875.7 382104 10.1289 16.8392 -169.901 1.527 -5.164 -6.508 20.849 +05 Sep 2021 21:00 UT 1.82 28.299 1876.7 381916 10.1654 16.6479 -170.411 1.526 -5.152 -6.516 20.943 +05 Sep 2021 22:00 UT 1.71 28.340 1877.6 381728 10.2018 16.4550 -170.920 1.526 -5.139 -6.523 21.034 +05 Sep 2021 23:00 UT 1.60 28.382 1878.5 381541 10.2382 16.2605 -171.430 1.526 -5.126 -6.530 21.124 +06 Sep 2021 00:00 UT 1.50 28.424 1879.4 381355 10.2745 16.0644 -171.940 1.525 -5.113 -6.536 21.212 +06 Sep 2021 01:00 UT 1.40 28.465 1880.3 381170 10.3108 15.8667 -172.450 1.525 -5.099 -6.541 21.297 +06 Sep 2021 02:00 UT 1.30 28.507 1881.2 380985 10.3471 15.6675 -172.960 1.525 -5.084 -6.546 21.381 +06 Sep 2021 03:00 UT 1.21 28.549 1882.1 380801 10.3833 15.4667 -173.470 1.525 -5.069 -6.550 21.462 +06 Sep 2021 04:00 UT 1.12 28.590 1883.1 380618 10.4195 15.2644 -173.980 1.524 -5.053 -6.553 21.542 +06 Sep 2021 05:00 UT 1.03 28.632 1884.0 380436 10.4556 15.0605 -174.489 1.524 -5.036 -6.556 21.619 +06 Sep 2021 06:00 UT 0.95 28.674 1884.9 380255 10.4918 14.8552 -174.999 1.524 -5.019 -6.558 21.694 +06 Sep 2021 07:00 UT 0.87 28.715 1885.7 380074 10.5279 14.6484 -175.509 1.523 -5.002 -6.560 21.768 +06 Sep 2021 08:00 UT 0.80 28.757 1886.6 379895 10.5639 14.4401 -176.019 1.523 -4.983 -6.561 21.839 +06 Sep 2021 09:00 UT 0.73 28.799 1887.5 379716 10.5999 14.2304 -176.529 1.523 -4.965 -6.561 21.907 +06 Sep 2021 10:00 UT 0.67 28.840 1888.4 379538 10.6359 14.0193 -177.039 1.522 -4.945 -6.560 21.974 +06 Sep 2021 11:00 UT 0.60 28.882 1889.3 379362 10.6719 13.8067 -177.549 1.522 -4.926 -6.559 22.039 +06 Sep 2021 12:00 UT 0.55 28.924 1890.2 379186 10.7078 13.5928 -178.058 1.522 -4.905 -6.558 22.102 +06 Sep 2021 13:00 UT 0.49 28.965 1891.0 379011 10.7437 13.3775 -178.568 1.521 -4.884 -6.555 22.162 +06 Sep 2021 14:00 UT 0.45 29.007 1891.9 378837 10.7796 13.1609 -179.078 1.521 -4.863 -6.552 22.220 +06 Sep 2021 15:00 UT 0.40 29.049 1892.8 378664 10.8154 12.9429 -179.588 1.521 -4.841 -6.549 22.277 +06 Sep 2021 16:00 UT 0.36 29.090 1893.6 378492 10.8512 12.7236 179.902 1.520 -4.819 -6.544 22.331 +06 Sep 2021 17:00 UT 0.32 29.132 1894.5 378322 10.8870 12.5031 179.392 1.520 -4.796 -6.539 22.383 +06 Sep 2021 18:00 UT 0.29 29.174 1895.3 378152 10.9227 12.2812 178.882 1.520 -4.772 -6.534 22.433 +06 Sep 2021 19:00 UT 0.26 29.215 1896.2 377983 10.9585 12.0581 178.372 1.519 -4.748 -6.527 22.481 +06 Sep 2021 20:00 UT 0.24 29.257 1897.0 377816 10.9942 11.8338 177.863 1.519 -4.724 -6.520 22.526 +06 Sep 2021 21:00 UT 0.22 29.299 1897.9 377650 11.0298 11.6083 177.353 1.519 -4.699 -6.513 22.570 +06 Sep 2021 22:00 UT 0.21 29.340 1898.7 377485 11.0655 11.3816 176.843 1.518 -4.673 -6.504 22.611 +06 Sep 2021 23:00 UT 0.20 29.382 1899.5 377321 11.1011 11.1537 176.333 1.518 -4.647 -6.495 22.650 +07 Sep 2021 00:00 UT 0.19 29.424 1900.3 377158 11.1367 10.9246 175.823 1.518 -4.621 -6.486 22.688 +07 Sep 2021 01:00 UT 0.19 0.006 1901.1 376996 11.1722 10.6945 175.313 1.517 -4.594 -6.475 22.723 +07 Sep 2021 02:00 UT 0.19 0.047 1902.0 376836 11.2078 10.4632 174.803 1.517 -4.567 -6.465 22.755 +07 Sep 2021 03:00 UT 0.20 0.089 1902.8 376677 11.2433 10.2308 174.293 1.517 -4.539 -6.453 22.786 +07 Sep 2021 04:00 UT 0.21 0.131 1903.6 376519 11.2788 9.9974 173.784 1.516 -4.511 -6.441 22.815 +07 Sep 2021 05:00 UT 0.22 0.172 1904.3 376363 11.3142 9.7629 173.274 1.516 -4.482 -6.428 22.842 +07 Sep 2021 06:00 UT 0.24 0.214 1905.1 376207 11.3497 9.5274 172.764 1.515 -4.453 -6.414 22.866 +07 Sep 2021 07:00 UT 0.27 0.256 1905.9 376053 11.3851 9.2909 172.254 1.515 -4.423 -6.400 22.888 +07 Sep 2021 08:00 UT 0.29 0.297 1906.7 375901 11.4205 9.0534 171.744 1.515 -4.393 -6.385 22.908 +07 Sep 2021 09:00 UT 0.33 0.339 1907.5 375750 11.4559 8.8149 171.234 1.514 -4.363 -6.369 22.927 +07 Sep 2021 10:00 UT 0.36 0.381 1908.2 375600 11.4913 8.5755 170.724 1.514 -4.332 -6.353 22.942 +07 Sep 2021 11:00 UT 0.40 0.422 1909.0 375451 11.5266 8.3352 170.215 1.514 -4.300 -6.336 22.956 +07 Sep 2021 12:00 UT 0.45 0.464 1909.7 375304 11.5620 8.0940 169.705 1.513 -4.269 -6.318 22.968 +07 Sep 2021 13:00 UT 0.50 0.506 1910.5 375158 11.5973 7.8519 169.195 1.513 -4.236 -6.300 22.978 +07 Sep 2021 14:00 UT 0.56 0.547 1911.2 375014 11.6326 7.6089 168.685 1.513 -4.204 -6.281 22.985 +07 Sep 2021 15:00 UT 0.61 0.589 1911.9 374871 11.6679 7.3652 168.175 1.512 -4.171 -6.261 22.991 +07 Sep 2021 16:00 UT 0.68 0.631 1912.6 374729 11.7032 7.1206 167.665 1.512 -4.138 -6.241 22.994 +07 Sep 2021 17:00 UT 0.75 0.672 1913.4 374589 11.7385 6.8752 167.156 1.512 -4.104 -6.220 22.995 +07 Sep 2021 18:00 UT 0.82 0.714 1914.1 374450 11.7737 6.6291 166.646 1.511 -4.070 -6.198 22.994 +07 Sep 2021 19:00 UT 0.90 0.756 1914.8 374313 11.8090 6.3822 166.136 1.511 -4.035 -6.176 22.991 +07 Sep 2021 20:00 UT 0.98 0.797 1915.5 374178 11.8442 6.1346 165.626 1.511 -4.000 -6.153 22.986 +07 Sep 2021 21:00 UT 1.06 0.839 1916.2 374043 11.8795 5.8863 165.116 1.510 -3.965 -6.129 22.979 +07 Sep 2021 22:00 UT 1.15 0.881 1916.8 373911 11.9147 5.6373 164.606 1.510 -3.930 -6.105 22.970 +07 Sep 2021 23:00 UT 1.25 0.922 1917.5 373779 11.9499 5.3877 164.097 1.510 -3.894 -6.080 22.958 +08 Sep 2021 00:00 UT 1.35 0.964 1918.2 373650 11.9851 5.1374 163.587 1.509 -3.858 -6.055 22.945 +08 Sep 2021 01:00 UT 1.45 1.006 1918.8 373522 12.0203 4.8866 163.077 1.509 -3.821 -6.028 22.930 +08 Sep 2021 02:00 UT 1.56 1.047 1919.5 373395 12.0555 4.6351 162.567 1.509 -3.784 -6.002 22.912 +08 Sep 2021 03:00 UT 1.67 1.089 1920.1 373270 12.0907 4.3831 162.057 1.508 -3.747 -5.974 22.892 +08 Sep 2021 04:00 UT 1.79 1.131 1920.8 373146 12.1259 4.1306 161.548 1.508 -3.710 -5.946 22.871 +08 Sep 2021 05:00 UT 1.91 1.172 1921.4 373024 12.1611 3.8775 161.038 1.507 -3.672 -5.917 22.847 +08 Sep 2021 06:00 UT 2.03 1.214 1922.0 372904 12.1963 3.6240 160.528 1.507 -3.634 -5.888 22.821 +08 Sep 2021 07:00 UT 2.16 1.256 1922.6 372785 12.2315 3.3700 160.018 1.507 -3.595 -5.857 22.793 +08 Sep 2021 08:00 UT 2.30 1.297 1923.2 372668 12.2667 3.1155 159.508 1.506 -3.557 -5.827 22.763 +08 Sep 2021 09:00 UT 2.44 1.339 1923.8 372552 12.3019 2.8606 158.999 1.506 -3.518 -5.795 22.731 +08 Sep 2021 10:00 UT 2.58 1.381 1924.4 372438 12.3371 2.6054 158.489 1.506 -3.478 -5.763 22.697 +08 Sep 2021 11:00 UT 2.73 1.422 1925.0 372326 12.3724 2.3497 157.979 1.505 -3.439 -5.731 22.661 +08 Sep 2021 12:00 UT 2.88 1.464 1925.6 372215 12.4076 2.0937 157.469 1.505 -3.399 -5.697 22.623 +08 Sep 2021 13:00 UT 3.04 1.506 1926.1 372106 12.4428 1.8374 156.960 1.505 -3.359 -5.663 22.583 +08 Sep 2021 14:00 UT 3.20 1.547 1926.7 371998 12.4781 1.5808 156.450 1.504 -3.319 -5.629 22.540 +08 Sep 2021 15:00 UT 3.36 1.589 1927.2 371893 12.5133 1.3239 155.940 1.504 -3.278 -5.594 22.496 +08 Sep 2021 16:00 UT 3.53 1.631 1927.8 371788 12.5486 1.0667 155.430 1.504 -3.238 -5.558 22.450 +08 Sep 2021 17:00 UT 3.71 1.672 1928.3 371686 12.5838 0.8094 154.921 1.503 -3.197 -5.522 22.402 +08 Sep 2021 18:00 UT 3.89 1.714 1928.8 371585 12.6191 0.5518 154.411 1.503 -3.156 -5.485 22.351 +08 Sep 2021 19:00 UT 4.07 1.756 1929.3 371485 12.6544 0.2940 153.901 1.503 -3.114 -5.447 22.299 +08 Sep 2021 20:00 UT 4.26 1.797 1929.9 371387 12.6897 0.0361 153.391 1.502 -3.073 -5.409 22.245 +08 Sep 2021 21:00 UT 4.45 1.839 1930.4 371291 12.7251 -0.2219 152.882 1.502 -3.031 -5.370 22.188 +08 Sep 2021 22:00 UT 4.64 1.881 1930.8 371197 12.7604 -0.4801 152.372 1.502 -2.989 -5.331 22.130 +08 Sep 2021 23:00 UT 4.84 1.922 1931.3 371104 12.7958 -0.7383 151.862 1.501 -2.947 -5.291 22.070 +09 Sep 2021 00:00 UT 5.05 1.964 1931.8 371013 12.8312 -0.9966 151.353 1.501 -2.904 -5.250 22.007 +09 Sep 2021 01:00 UT 5.26 2.006 1932.3 370924 12.8666 -1.2549 150.843 1.500 -2.862 -5.209 21.943 +09 Sep 2021 02:00 UT 5.47 2.047 1932.7 370836 12.9020 -1.5132 150.333 1.500 -2.819 -5.168 21.877 +09 Sep 2021 03:00 UT 5.69 2.089 1933.2 370750 12.9375 -1.7716 149.824 1.500 -2.776 -5.125 21.808 +09 Sep 2021 04:00 UT 5.91 2.131 1933.6 370665 12.9729 -2.0298 149.314 1.499 -2.733 -5.082 21.738 +09 Sep 2021 05:00 UT 6.13 2.172 1934.0 370582 13.0084 -2.2880 148.804 1.499 -2.690 -5.039 21.666 +09 Sep 2021 06:00 UT 6.36 2.214 1934.5 370501 13.0440 -2.5461 148.295 1.499 -2.646 -4.995 21.591 +09 Sep 2021 07:00 UT 6.59 2.256 1934.9 370422 13.0795 -2.8041 147.785 1.498 -2.603 -4.951 21.515 +09 Sep 2021 08:00 UT 6.83 2.297 1935.3 370344 13.1151 -3.0620 147.275 1.498 -2.559 -4.905 21.437 +09 Sep 2021 09:00 UT 7.07 2.339 1935.7 370268 13.1507 -3.3196 146.766 1.498 -2.515 -4.860 21.357 +09 Sep 2021 10:00 UT 7.32 2.381 1936.1 370193 13.1863 -3.5771 146.256 1.497 -2.472 -4.814 21.274 +09 Sep 2021 11:00 UT 7.57 2.422 1936.5 370121 13.2220 -3.8344 145.747 1.497 -2.428 -4.767 21.190 +09 Sep 2021 12:00 UT 7.82 2.464 1936.8 370050 13.2577 -4.0914 145.237 1.497 -2.383 -4.720 21.104 +09 Sep 2021 13:00 UT 8.08 2.506 1937.2 369980 13.2935 -4.3482 144.727 1.496 -2.339 -4.672 21.016 +09 Sep 2021 14:00 UT 8.34 2.547 1937.6 369912 13.3292 -4.6046 144.218 1.496 -2.295 -4.624 20.926 +09 Sep 2021 15:00 UT 8.61 2.589 1937.9 369846 13.3651 -4.8608 143.708 1.496 -2.250 -4.575 20.834 +09 Sep 2021 16:00 UT 8.88 2.631 1938.2 369781 13.4009 -5.1165 143.199 1.495 -2.206 -4.526 20.741 +09 Sep 2021 17:00 UT 9.15 2.672 1938.6 369719 13.4368 -5.3720 142.689 1.495 -2.161 -4.476 20.645 +09 Sep 2021 18:00 UT 9.43 2.714 1938.9 369657 13.4727 -5.6270 142.179 1.495 -2.117 -4.426 20.547 +09 Sep 2021 19:00 UT 9.71 2.756 1939.2 369598 13.5087 -5.8816 141.670 1.494 -2.072 -4.375 20.447 +09 Sep 2021 20:00 UT 10.00 2.797 1939.5 369540 13.5447 -6.1357 141.160 1.494 -2.027 -4.324 20.346 +09 Sep 2021 21:00 UT 10.29 2.839 1939.8 369483 13.5807 -6.3894 140.651 1.494 -1.982 -4.272 20.242 +09 Sep 2021 22:00 UT 10.58 2.881 1940.1 369429 13.6168 -6.6426 140.141 1.493 -1.937 -4.220 20.137 +09 Sep 2021 23:00 UT 10.88 2.922 1940.4 369376 13.6530 -6.8952 139.632 1.493 -1.892 -4.167 20.030 +10 Sep 2021 00:00 UT 11.18 2.964 1940.6 369324 13.6892 -7.1473 139.122 1.493 -1.847 -4.114 19.920 +10 Sep 2021 01:00 UT 11.48 3.006 1940.9 369274 13.7254 -7.3988 138.613 1.492 -1.802 -4.060 19.809 +10 Sep 2021 02:00 UT 11.79 3.047 1941.2 369226 13.7617 -7.6497 138.103 1.492 -1.757 -4.006 19.696 +10 Sep 2021 03:00 UT 12.10 3.089 1941.4 369179 13.7980 -7.9000 137.594 1.492 -1.712 -3.951 19.581 +10 Sep 2021 04:00 UT 12.42 3.131 1941.6 369134 13.8344 -8.1496 137.084 1.491 -1.667 -3.896 19.464 +10 Sep 2021 05:00 UT 12.74 3.172 1941.9 369091 13.8708 -8.3986 136.575 1.491 -1.622 -3.841 19.346 +10 Sep 2021 06:00 UT 13.06 3.214 1942.1 369049 13.9073 -8.6468 136.065 1.491 -1.576 -3.785 19.225 +10 Sep 2021 07:00 UT 13.39 3.256 1942.3 369009 13.9439 -8.8943 135.556 1.490 -1.531 -3.729 19.103 +10 Sep 2021 08:00 UT 13.72 3.297 1942.5 368970 13.9805 -9.1410 135.047 1.490 -1.486 -3.672 18.978 +10 Sep 2021 09:00 UT 14.05 3.339 1942.7 368933 14.0171 -9.3869 134.537 1.490 -1.441 -3.615 18.852 +10 Sep 2021 10:00 UT 14.38 3.381 1942.9 368897 14.0538 -9.6321 134.028 1.489 -1.395 -3.558 18.724 +10 Sep 2021 11:00 UT 14.72 3.422 1943.1 368863 14.0906 -9.8764 133.518 1.489 -1.350 -3.500 18.594 +10 Sep 2021 12:00 UT 15.07 3.464 1943.2 368831 14.1274 -10.1198 133.009 1.489 -1.305 -3.442 18.462 +10 Sep 2021 13:00 UT 15.41 3.506 1943.4 368800 14.1643 -10.3623 132.500 1.488 -1.260 -3.383 18.328 +10 Sep 2021 14:00 UT 15.76 3.547 1943.5 368771 14.2012 -10.6039 131.990 1.488 -1.215 -3.324 18.193 +10 Sep 2021 15:00 UT 16.12 3.589 1943.7 368743 14.2382 -10.8446 131.481 1.488 -1.169 -3.265 18.055 +10 Sep 2021 16:00 UT 16.47 3.631 1943.8 368716 14.2753 -11.0843 130.971 1.487 -1.124 -3.205 17.916 +10 Sep 2021 17:00 UT 16.83 3.672 1944.0 368692 14.3124 -11.3230 130.462 1.487 -1.079 -3.145 17.775 +10 Sep 2021 18:00 UT 17.19 3.714 1944.1 368668 14.3496 -11.5606 129.953 1.487 -1.034 -3.084 17.632 +10 Sep 2021 19:00 UT 17.56 3.756 1944.2 368646 14.3869 -11.7972 129.443 1.486 -0.989 -3.024 17.487 +10 Sep 2021 20:00 UT 17.93 3.797 1944.3 368626 14.4242 -12.0328 128.934 1.486 -0.944 -2.963 17.340 +10 Sep 2021 21:00 UT 18.30 3.839 1944.4 368607 14.4616 -12.2672 128.425 1.486 -0.899 -2.901 17.192 +10 Sep 2021 22:00 UT 18.68 3.881 1944.5 368590 14.4991 -12.5005 127.916 1.486 -0.854 -2.839 17.042 +10 Sep 2021 23:00 UT 19.05 3.922 1944.6 368574 14.5366 -12.7326 127.406 1.485 -0.809 -2.777 16.890 +11 Sep 2021 00:00 UT 19.43 3.964 1944.7 368559 14.5742 -12.9636 126.897 1.485 -0.764 -2.715 16.736 +11 Sep 2021 01:00 UT 19.82 4.006 1944.7 368546 14.6118 -13.1934 126.388 1.485 -0.720 -2.652 16.580 +11 Sep 2021 02:00 UT 20.20 4.047 1944.8 368535 14.6496 -13.4219 125.878 1.484 -0.675 -2.589 16.423 +11 Sep 2021 03:00 UT 20.59 4.089 1944.8 368524 14.6874 -13.6491 125.369 1.484 -0.630 -2.526 16.264 +11 Sep 2021 04:00 UT 20.98 4.131 1944.9 368515 14.7253 -13.8751 124.860 1.484 -0.586 -2.463 16.103 +11 Sep 2021 05:00 UT 21.38 4.172 1944.9 368508 14.7632 -14.0997 124.351 1.483 -0.541 -2.399 15.940 +11 Sep 2021 06:00 UT 21.78 4.214 1945.0 368502 14.8012 -14.3230 123.842 1.483 -0.497 -2.335 15.775 +11 Sep 2021 07:00 UT 22.18 4.256 1945.0 368497 14.8393 -14.5450 123.332 1.483 -0.453 -2.270 15.609 +11 Sep 2021 08:00 UT 22.58 4.297 1945.0 368494 14.8775 -14.7655 122.823 1.483 -0.408 -2.206 15.441 +11 Sep 2021 09:00 UT 22.98 4.339 1945.0 368492 14.9157 -14.9846 122.314 1.482 -0.364 -2.141 15.271 +11 Sep 2021 10:00 UT 23.39 4.381 1945.0 368492 14.9541 -15.2023 121.805 1.482 -0.320 -2.076 15.100 +11 Sep 2021 11:00 UT 23.80 4.422 1945.0 368492 14.9925 -15.4185 121.296 1.482 -0.276 -2.011 14.927 +11 Sep 2021 12:00 UT 24.21 4.464 1945.0 368495 15.0309 -15.6332 120.787 1.481 -0.232 -1.946 14.752 +11 Sep 2021 13:00 UT 24.63 4.506 1945.0 368498 15.0695 -15.8464 120.277 1.481 -0.188 -1.880 14.575 +11 Sep 2021 14:00 UT 25.05 4.547 1945.0 368503 15.1081 -16.0580 119.768 1.481 -0.145 -1.814 14.397 +11 Sep 2021 15:00 UT 25.47 4.589 1944.9 368509 15.1468 -16.2681 119.259 1.481 -0.101 -1.748 14.217 +11 Sep 2021 16:00 UT 25.89 4.631 1944.9 368516 15.1856 -16.4765 118.750 1.480 -0.057 -1.682 14.035 +11 Sep 2021 17:00 UT 26.31 4.672 1944.8 368525 15.2245 -16.6833 118.241 1.480 -0.014 -1.615 13.851 +11 Sep 2021 18:00 UT 26.74 4.714 1944.8 368535 15.2634 -16.8885 117.732 1.480 0.029 -1.549 13.666 +11 Sep 2021 19:00 UT 27.17 4.756 1944.7 368546 15.3025 -17.0920 117.223 1.479 0.072 -1.482 13.480 +11 Sep 2021 20:00 UT 27.60 4.797 1944.7 368558 15.3416 -17.2938 116.714 1.479 0.116 -1.415 13.291 +11 Sep 2021 21:00 UT 28.03 4.839 1944.6 368572 15.3808 -17.4938 116.205 1.479 0.159 -1.348 13.101 +11 Sep 2021 22:00 UT 28.46 4.881 1944.5 368587 15.4200 -17.6921 115.696 1.479 0.201 -1.281 12.910 +11 Sep 2021 23:00 UT 28.90 4.922 1944.4 368603 15.4594 -17.8886 115.187 1.478 0.244 -1.214 12.717 +12 Sep 2021 00:00 UT 29.34 4.964 1944.3 368620 15.4988 -18.0833 114.678 1.478 0.287 -1.146 12.522 +12 Sep 2021 01:00 UT 29.78 5.006 1944.2 368639 15.5383 -18.2762 114.169 1.478 0.329 -1.079 12.325 +12 Sep 2021 02:00 UT 30.22 5.047 1944.1 368658 15.5779 -18.4672 113.660 1.478 0.372 -1.011 12.127 +12 Sep 2021 03:00 UT 30.66 5.089 1944.0 368679 15.6176 -18.6564 113.151 1.477 0.414 -0.943 11.928 +12 Sep 2021 04:00 UT 31.11 5.131 1943.9 368701 15.6574 -18.8436 112.642 1.477 0.456 -0.876 11.727 +12 Sep 2021 05:00 UT 31.56 5.172 1943.8 368724 15.6972 -19.0289 112.133 1.477 0.498 -0.808 11.524 +12 Sep 2021 06:00 UT 32.00 5.214 1943.7 368749 15.7371 -19.2122 111.624 1.476 0.540 -0.740 11.320 +12 Sep 2021 07:00 UT 32.45 5.256 1943.5 368774 15.7771 -19.3936 111.115 1.476 0.582 -0.672 11.115 +12 Sep 2021 08:00 UT 32.91 5.297 1943.4 368801 15.8172 -19.5730 110.606 1.476 0.624 -0.604 10.907 +12 Sep 2021 09:00 UT 33.36 5.339 1943.2 368828 15.8573 -19.7503 110.098 1.476 0.665 -0.535 10.699 +12 Sep 2021 10:00 UT 33.81 5.381 1943.1 368857 15.8976 -19.9256 109.589 1.475 0.707 -0.467 10.489 +12 Sep 2021 11:00 UT 34.27 5.422 1942.9 368887 15.9379 -20.0988 109.080 1.475 0.748 -0.399 10.277 +12 Sep 2021 12:00 UT 34.73 5.464 1942.8 368918 15.9783 -20.2699 108.571 1.475 0.789 -0.331 10.065 +12 Sep 2021 13:00 UT 35.19 5.506 1942.6 368950 16.0188 -20.4389 108.062 1.475 0.830 -0.262 9.850 +12 Sep 2021 14:00 UT 35.65 5.547 1942.4 368983 16.0594 -20.6057 107.553 1.474 0.871 -0.194 9.635 +12 Sep 2021 15:00 UT 36.11 5.589 1942.2 369017 16.1000 -20.7704 107.045 1.474 0.912 -0.126 9.418 +12 Sep 2021 16:00 UT 36.57 5.631 1942.1 369053 16.1407 -20.9329 106.536 1.474 0.952 -0.057 9.199 +12 Sep 2021 17:00 UT 37.03 5.672 1941.9 369089 16.1815 -21.0932 106.027 1.474 0.993 0.011 8.980 +12 Sep 2021 18:00 UT 37.50 5.714 1941.7 369126 16.2224 -21.2512 105.518 1.473 1.033 0.079 8.759 +12 Sep 2021 19:00 UT 37.97 5.756 1941.5 369164 16.2634 -21.4070 105.010 1.473 1.073 0.148 8.536 +12 Sep 2021 20:00 UT 38.43 5.797 1941.3 369204 16.3044 -21.5605 104.501 1.473 1.113 0.216 8.313 +12 Sep 2021 21:00 UT 38.90 5.839 1941.1 369244 16.3455 -21.7117 103.992 1.473 1.153 0.284 8.088 +12 Sep 2021 22:00 UT 39.37 5.881 1940.8 369285 16.3867 -21.8606 103.483 1.473 1.193 0.352 7.862 +12 Sep 2021 23:00 UT 39.84 5.922 1940.6 369328 16.4279 -22.0071 102.975 1.472 1.233 0.420 7.635 +13 Sep 2021 00:00 UT 40.31 5.964 1940.4 369371 16.4693 -22.1513 102.466 1.472 1.272 0.488 7.407 +13 Sep 2021 01:00 UT 40.78 6.006 1940.2 369415 16.5107 -22.2931 101.957 1.472 1.311 0.556 7.177 +13 Sep 2021 02:00 UT 41.25 6.047 1939.9 369460 16.5522 -22.4325 101.449 1.472 1.351 0.624 6.946 +13 Sep 2021 03:00 UT 41.72 6.089 1939.7 369506 16.5937 -22.5695 100.940 1.471 1.390 0.692 6.715 +13 Sep 2021 04:00 UT 42.20 6.131 1939.4 369553 16.6353 -22.7040 100.431 1.471 1.429 0.760 6.482 +13 Sep 2021 05:00 UT 42.67 6.172 1939.2 369601 16.6770 -22.8361 99.923 1.471 1.467 0.828 6.248 +13 Sep 2021 06:00 UT 43.14 6.214 1938.9 369650 16.7188 -22.9656 99.414 1.471 1.506 0.895 6.013 +13 Sep 2021 07:00 UT 43.62 6.256 1938.7 369699 16.7606 -23.0927 98.906 1.470 1.544 0.962 5.777 +13 Sep 2021 08:00 UT 44.09 6.297 1938.4 369750 16.8025 -23.2173 98.397 1.470 1.583 1.030 5.540 +13 Sep 2021 09:00 UT 44.57 6.339 1938.1 369802 16.8444 -23.3393 97.888 1.470 1.621 1.097 5.303 +13 Sep 2021 10:00 UT 45.04 6.381 1937.9 369854 16.8864 -23.4588 97.380 1.470 1.659 1.164 5.064 +13 Sep 2021 11:00 UT 45.52 6.422 1937.6 369907 16.9285 -23.5757 96.871 1.470 1.697 1.231 4.824 +13 Sep 2021 12:00 UT 46.00 6.464 1937.3 369961 16.9707 -23.6900 96.363 1.469 1.735 1.298 4.584 +13 Sep 2021 13:00 UT 46.47 6.506 1937.0 370016 17.0129 -23.8017 95.854 1.469 1.772 1.364 4.343 +13 Sep 2021 14:00 UT 46.95 6.547 1936.7 370072 17.0551 -23.9108 95.346 1.469 1.810 1.431 4.101 +13 Sep 2021 15:00 UT 47.43 6.589 1936.4 370129 17.0975 -24.0173 94.837 1.469 1.847 1.497 3.858 +13 Sep 2021 16:00 UT 47.90 6.631 1936.1 370186 17.1398 -24.1211 94.329 1.469 1.884 1.563 3.614 +13 Sep 2021 17:00 UT 48.38 6.672 1935.8 370245 17.1823 -24.2222 93.820 1.468 1.921 1.629 3.370 +13 Sep 2021 18:00 UT 48.86 6.714 1935.5 370304 17.2247 -24.3207 93.312 1.468 1.958 1.695 3.125 +13 Sep 2021 19:00 UT 49.33 6.756 1935.2 370364 17.2673 -24.4165 92.804 1.468 1.994 1.760 2.879 +13 Sep 2021 20:00 UT 49.81 6.797 1934.9 370424 17.3099 -24.5095 92.295 1.468 2.031 1.825 2.633 +13 Sep 2021 21:00 UT 50.29 6.839 1934.6 370486 17.3525 -24.5999 91.787 1.468 2.067 1.891 2.387 +13 Sep 2021 22:00 UT 50.76 6.881 1934.2 370548 17.3952 -24.6875 91.278 1.467 2.104 1.955 2.139 +13 Sep 2021 23:00 UT 51.24 6.922 1933.9 370611 17.4379 -24.7723 90.770 1.467 2.140 2.020 1.891 +14 Sep 2021 00:00 UT 51.71 6.964 1933.6 370675 17.4807 -24.8544 90.262 1.467 2.176 2.084 1.643 +14 Sep 2021 01:00 UT 52.19 7.006 1933.2 370740 17.5235 -24.9338 89.753 1.467 2.211 2.149 1.395 +14 Sep 2021 02:00 UT 52.67 7.047 1932.9 370805 17.5663 -25.0103 89.245 1.467 2.247 2.213 1.145 +14 Sep 2021 03:00 UT 53.14 7.089 1932.5 370871 17.6092 -25.0841 88.737 1.466 2.282 2.276 0.896 +14 Sep 2021 04:00 UT 53.61 7.131 1932.2 370938 17.6521 -25.1550 88.228 1.466 2.318 2.340 0.646 +14 Sep 2021 05:00 UT 54.09 7.172 1931.8 371006 17.6951 -25.2232 87.720 1.466 2.353 2.403 0.396 +14 Sep 2021 06:00 UT 54.56 7.214 1931.5 371074 17.7381 -25.2885 87.212 1.466 2.388 2.466 0.146 +14 Sep 2021 07:00 UT 55.03 7.256 1931.1 371143 17.7811 -25.3510 86.703 1.466 2.423 2.528 359.896 +14 Sep 2021 08:00 UT 55.50 7.297 1930.8 371213 17.8241 -25.4107 86.195 1.465 2.457 2.591 359.645 +14 Sep 2021 09:00 UT 55.98 7.339 1930.4 371284 17.8672 -25.4675 85.687 1.465 2.492 2.653 359.394 +14 Sep 2021 10:00 UT 56.45 7.381 1930.0 371355 17.9103 -25.5215 85.179 1.465 2.526 2.714 359.143 +14 Sep 2021 11:00 UT 56.92 7.422 1929.6 371427 17.9534 -25.5726 84.670 1.465 2.560 2.776 358.892 +14 Sep 2021 12:00 UT 57.38 7.464 1929.3 371500 17.9965 -25.6208 84.162 1.465 2.595 2.837 358.641 +14 Sep 2021 13:00 UT 57.85 7.506 1928.9 371573 18.0397 -25.6662 83.654 1.465 2.628 2.898 358.390 +14 Sep 2021 14:00 UT 58.32 7.547 1928.5 371647 18.0828 -25.7087 83.146 1.464 2.662 2.958 358.139 +14 Sep 2021 15:00 UT 58.78 7.589 1928.1 371722 18.1260 -25.7484 82.638 1.464 2.696 3.018 357.889 +14 Sep 2021 16:00 UT 59.25 7.631 1927.7 371798 18.1692 -25.7851 82.130 1.464 2.729 3.078 357.638 +14 Sep 2021 17:00 UT 59.71 7.672 1927.3 371874 18.2124 -25.8190 81.621 1.464 2.763 3.137 357.388 +14 Sep 2021 18:00 UT 60.18 7.714 1926.9 371950 18.2556 -25.8499 81.113 1.464 2.796 3.197 357.137 +14 Sep 2021 19:00 UT 60.64 7.756 1926.5 372028 18.2988 -25.8780 80.605 1.463 2.829 3.255 356.887 +14 Sep 2021 20:00 UT 61.10 7.797 1926.1 372106 18.3421 -25.9032 80.097 1.463 2.861 3.314 356.638 +14 Sep 2021 21:00 UT 61.56 7.839 1925.7 372185 18.3853 -25.9255 79.589 1.463 2.894 3.372 356.388 +14 Sep 2021 22:00 UT 62.02 7.881 1925.3 372265 18.4285 -25.9449 79.081 1.463 2.927 3.429 356.139 +14 Sep 2021 23:00 UT 62.47 7.922 1924.9 372345 18.4717 -25.9614 78.573 1.463 2.959 3.487 355.891 +15 Sep 2021 00:00 UT 62.93 7.964 1924.5 372426 18.5149 -25.9751 78.065 1.463 2.991 3.544 355.642 +15 Sep 2021 01:00 UT 63.38 8.006 1924.1 372507 18.5581 -25.9858 77.557 1.462 3.023 3.600 355.395 +15 Sep 2021 02:00 UT 63.84 8.047 1923.6 372589 18.6013 -25.9936 77.049 1.462 3.055 3.656 355.148 +15 Sep 2021 03:00 UT 64.29 8.089 1923.2 372672 18.6445 -25.9986 76.541 1.462 3.087 3.712 354.901 +15 Sep 2021 04:00 UT 64.74 8.131 1922.8 372755 18.6876 -26.0006 76.033 1.462 3.118 3.767 354.655 +15 Sep 2021 05:00 UT 65.19 8.172 1922.3 372839 18.7308 -25.9998 75.525 1.462 3.150 3.822 354.410 +15 Sep 2021 06:00 UT 65.63 8.214 1921.9 372924 18.7739 -25.9961 75.017 1.462 3.181 3.877 354.166 +15 Sep 2021 07:00 UT 66.08 8.256 1921.5 373009 18.8170 -25.9895 74.509 1.461 3.212 3.931 353.922 +15 Sep 2021 08:00 UT 66.52 8.297 1921.0 373095 18.8601 -25.9801 74.001 1.461 3.243 3.984 353.679 +15 Sep 2021 09:00 UT 66.96 8.339 1920.6 373182 18.9031 -25.9678 73.493 1.461 3.273 4.037 353.436 +15 Sep 2021 10:00 UT 67.40 8.381 1920.1 373269 18.9461 -25.9526 72.985 1.461 3.304 4.090 353.195 +15 Sep 2021 11:00 UT 67.84 8.422 1919.7 373357 18.9891 -25.9346 72.477 1.461 3.334 4.142 352.954 +15 Sep 2021 12:00 UT 68.28 8.464 1919.2 373445 19.0321 -25.9137 71.969 1.461 3.364 4.194 352.715 +15 Sep 2021 13:00 UT 68.71 8.506 1918.8 373534 19.0750 -25.8900 71.461 1.460 3.395 4.246 352.476 +15 Sep 2021 14:00 UT 69.15 8.547 1918.3 373624 19.1179 -25.8634 70.953 1.460 3.424 4.297 352.239 +15 Sep 2021 15:00 UT 69.58 8.589 1917.8 373714 19.1608 -25.8340 70.445 1.460 3.454 4.347 352.002 +15 Sep 2021 16:00 UT 70.01 8.631 1917.4 373805 19.2036 -25.8019 69.937 1.460 3.484 4.397 351.766 +15 Sep 2021 17:00 UT 70.43 8.672 1916.9 373897 19.2463 -25.7669 69.430 1.460 3.513 4.447 351.532 +15 Sep 2021 18:00 UT 70.86 8.714 1916.4 373989 19.2891 -25.7291 68.922 1.460 3.542 4.496 351.299 +15 Sep 2021 19:00 UT 71.28 8.756 1916.0 374082 19.3317 -25.6885 68.414 1.459 3.571 4.544 351.067 +15 Sep 2021 20:00 UT 71.70 8.797 1915.5 374175 19.3744 -25.6451 67.906 1.459 3.600 4.593 350.836 +15 Sep 2021 21:00 UT 72.12 8.839 1915.0 374269 19.4170 -25.5990 67.398 1.459 3.629 4.640 350.606 +15 Sep 2021 22:00 UT 72.54 8.881 1914.5 374364 19.4595 -25.5502 66.891 1.459 3.657 4.687 350.378 +15 Sep 2021 23:00 UT 72.95 8.922 1914.0 374459 19.5019 -25.4986 66.383 1.459 3.685 4.734 350.151 +16 Sep 2021 00:00 UT 73.37 8.964 1913.5 374555 19.5444 -25.4442 65.875 1.459 3.713 4.780 349.925 +16 Sep 2021 01:00 UT 73.78 9.006 1913.0 374651 19.5867 -25.3872 65.367 1.459 3.741 4.826 349.701 +16 Sep 2021 02:00 UT 74.18 9.047 1912.5 374748 19.6290 -25.3274 64.860 1.458 3.769 4.871 349.478 +16 Sep 2021 03:00 UT 74.59 9.089 1912.0 374846 19.6712 -25.2650 64.352 1.458 3.796 4.915 349.256 +16 Sep 2021 04:00 UT 74.99 9.131 1911.5 374944 19.7134 -25.1999 63.844 1.458 3.824 4.959 349.036 +16 Sep 2021 05:00 UT 75.39 9.172 1911.0 375043 19.7555 -25.1321 63.336 1.458 3.851 5.003 348.818 +16 Sep 2021 06:00 UT 75.79 9.214 1910.5 375142 19.7975 -25.0617 62.829 1.458 3.878 5.046 348.601 +16 Sep 2021 07:00 UT 76.19 9.256 1910.0 375242 19.8395 -24.9886 62.321 1.458 3.905 5.088 348.385 +16 Sep 2021 08:00 UT 76.58 9.297 1909.5 375343 19.8814 -24.9130 61.813 1.457 3.931 5.130 348.171 +16 Sep 2021 09:00 UT 76.97 9.339 1909.0 375444 19.9232 -24.8347 61.306 1.457 3.958 5.172 347.959 +16 Sep 2021 10:00 UT 77.36 9.381 1908.5 375546 19.9650 -24.7539 60.798 1.457 3.984 5.213 347.749 +16 Sep 2021 11:00 UT 77.75 9.422 1908.0 375648 20.0066 -24.6705 60.290 1.457 4.010 5.253 347.540 +16 Sep 2021 12:00 UT 78.13 9.464 1907.4 375751 20.0482 -24.5846 59.783 1.457 4.036 5.293 347.333 +16 Sep 2021 13:00 UT 78.51 9.506 1906.9 375855 20.0898 -24.4961 59.275 1.457 4.061 5.332 347.127 +16 Sep 2021 14:00 UT 78.89 9.547 1906.4 375959 20.1312 -24.4051 58.767 1.456 4.087 5.371 346.924 +16 Sep 2021 15:00 UT 79.26 9.589 1905.9 376064 20.1726 -24.3117 58.260 1.456 4.112 5.409 346.722 +16 Sep 2021 16:00 UT 79.64 9.631 1905.3 376169 20.2139 -24.2157 57.752 1.456 4.137 5.446 346.521 +16 Sep 2021 17:00 UT 80.01 9.672 1904.8 376275 20.2550 -24.1173 57.245 1.456 4.161 5.483 346.323 +16 Sep 2021 18:00 UT 80.37 9.714 1904.2 376381 20.2962 -24.0165 56.737 1.456 4.186 5.520 346.127 +16 Sep 2021 19:00 UT 80.74 9.756 1903.7 376489 20.3372 -23.9132 56.229 1.456 4.210 5.555 345.932 +16 Sep 2021 20:00 UT 81.10 9.797 1903.2 376596 20.3781 -23.8076 55.722 1.455 4.234 5.591 345.739 +16 Sep 2021 21:00 UT 81.46 9.839 1902.6 376705 20.4190 -23.6996 55.214 1.455 4.258 5.625 345.549 +16 Sep 2021 22:00 UT 81.81 9.881 1902.1 376813 20.4597 -23.5892 54.707 1.455 4.282 5.659 345.360 +16 Sep 2021 23:00 UT 82.17 9.922 1901.5 376923 20.5004 -23.4765 54.199 1.455 4.305 5.693 345.173 +17 Sep 2021 00:00 UT 82.52 9.964 1901.0 377033 20.5410 -23.3614 53.692 1.455 4.329 5.726 344.988 +17 Sep 2021 01:00 UT 82.86 10.006 1900.4 377144 20.5815 -23.2441 53.184 1.455 4.352 5.758 344.805 +17 Sep 2021 02:00 UT 83.21 10.047 1899.8 377255 20.6219 -23.1245 52.677 1.454 4.374 5.790 344.624 +17 Sep 2021 03:00 UT 83.55 10.089 1899.3 377367 20.6622 -23.0027 52.169 1.454 4.397 5.821 344.445 +17 Sep 2021 04:00 UT 83.89 10.131 1898.7 377479 20.7024 -22.8786 51.662 1.454 4.419 5.852 344.268 +17 Sep 2021 05:00 UT 84.22 10.172 1898.1 377592 20.7425 -22.7523 51.154 1.454 4.441 5.882 344.093 +17 Sep 2021 06:00 UT 84.55 10.214 1897.6 377706 20.7825 -22.6238 50.647 1.454 4.463 5.911 343.920 +17 Sep 2021 07:00 UT 84.88 10.256 1897.0 377820 20.8224 -22.4932 50.139 1.453 4.485 5.940 343.749 +17 Sep 2021 08:00 UT 85.21 10.297 1896.4 377935 20.8623 -22.3604 49.632 1.453 4.506 5.968 343.581 +17 Sep 2021 09:00 UT 85.53 10.339 1895.8 378050 20.9020 -22.2255 49.125 1.453 4.527 5.995 343.414 +17 Sep 2021 10:00 UT 85.85 10.381 1895.3 378166 20.9416 -22.0885 48.617 1.453 4.548 6.022 343.249 +17 Sep 2021 11:00 UT 86.16 10.422 1894.7 378282 20.9812 -21.9495 48.110 1.453 4.568 6.049 343.087 +17 Sep 2021 12:00 UT 86.48 10.464 1894.1 378400 21.0206 -21.8083 47.602 1.453 4.589 6.074 342.927 +17 Sep 2021 13:00 UT 86.79 10.506 1893.5 378517 21.0599 -21.6652 47.095 1.452 4.609 6.099 342.769 +17 Sep 2021 14:00 UT 87.09 10.547 1892.9 378635 21.0991 -21.5200 46.588 1.452 4.629 6.124 342.613 +17 Sep 2021 15:00 UT 87.40 10.589 1892.3 378754 21.1383 -21.3729 46.080 1.452 4.648 6.148 342.459 +17 Sep 2021 16:00 UT 87.69 10.631 1891.7 378874 21.1773 -21.2238 45.573 1.452 4.667 6.171 342.307 +17 Sep 2021 17:00 UT 87.99 10.672 1891.1 378994 21.2162 -21.0728 45.065 1.452 4.686 6.193 342.158 +17 Sep 2021 18:00 UT 88.28 10.714 1890.5 379114 21.2551 -20.9198 44.558 1.451 4.705 6.215 342.010 +17 Sep 2021 19:00 UT 88.57 10.756 1889.9 379235 21.2938 -20.7650 44.051 1.451 4.724 6.237 341.865 +17 Sep 2021 20:00 UT 88.86 10.797 1889.3 379357 21.3324 -20.6083 43.543 1.451 4.742 6.257 341.722 +17 Sep 2021 21:00 UT 89.14 10.839 1888.7 379479 21.3709 -20.4498 43.036 1.451 4.760 6.278 341.582 +17 Sep 2021 22:00 UT 89.42 10.881 1888.1 379602 21.4093 -20.2895 42.529 1.451 4.777 6.297 341.443 +17 Sep 2021 23:00 UT 89.70 10.922 1887.5 379726 21.4477 -20.1273 42.021 1.450 4.795 6.316 341.307 +18 Sep 2021 00:00 UT 89.97 10.964 1886.9 379849 21.4859 -19.9634 41.514 1.450 4.812 6.334 341.173 +18 Sep 2021 01:00 UT 90.24 11.006 1886.2 379974 21.5240 -19.7978 41.007 1.450 4.828 6.352 341.041 +18 Sep 2021 02:00 UT 90.50 11.047 1885.6 380099 21.5620 -19.6304 40.499 1.450 4.845 6.369 340.911 +18 Sep 2021 03:00 UT 90.77 11.089 1885.0 380225 21.5999 -19.4613 39.992 1.450 4.861 6.385 340.784 +18 Sep 2021 04:00 UT 91.02 11.131 1884.4 380351 21.6377 -19.2906 39.485 1.449 4.877 6.401 340.659 +18 Sep 2021 05:00 UT 91.28 11.172 1883.7 380478 21.6754 -19.1182 38.978 1.449 4.893 6.416 340.536 +18 Sep 2021 06:00 UT 91.53 11.214 1883.1 380605 21.7130 -18.9442 38.470 1.449 4.908 6.430 340.415 +18 Sep 2021 07:00 UT 91.78 11.256 1882.5 380733 21.7505 -18.7685 37.963 1.449 4.923 6.444 340.296 +18 Sep 2021 08:00 UT 92.02 11.297 1881.8 380861 21.7879 -18.5913 37.456 1.449 4.937 6.457 340.180 +18 Sep 2021 09:00 UT 92.26 11.339 1881.2 380990 21.8252 -18.4126 36.949 1.448 4.952 6.470 340.066 +18 Sep 2021 10:00 UT 92.50 11.381 1880.6 381120 21.8624 -18.2323 36.441 1.448 4.966 6.481 339.954 +18 Sep 2021 11:00 UT 92.73 11.422 1879.9 381250 21.8995 -18.0505 35.934 1.448 4.979 6.493 339.844 +18 Sep 2021 12:00 UT 92.96 11.464 1879.3 381381 21.9365 -17.8673 35.427 1.448 4.993 6.503 339.737 +18 Sep 2021 13:00 UT 93.19 11.506 1878.6 381512 21.9734 -17.6825 34.920 1.447 5.006 6.513 339.632 +18 Sep 2021 14:00 UT 93.41 11.547 1878.0 381643 22.0102 -17.4964 34.412 1.447 5.019 6.523 339.529 +18 Sep 2021 15:00 UT 93.63 11.589 1877.3 381776 22.0469 -17.3088 33.905 1.447 5.031 6.531 339.428 +18 Sep 2021 16:00 UT 93.84 11.631 1876.7 381908 22.0835 -17.1199 33.398 1.447 5.043 6.539 339.329 +18 Sep 2021 17:00 UT 94.06 11.672 1876.0 382041 22.1200 -16.9296 32.891 1.447 5.055 6.547 339.233 +18 Sep 2021 18:00 UT 94.26 11.714 1875.4 382175 22.1564 -16.7379 32.384 1.446 5.066 6.554 339.139 +18 Sep 2021 19:00 UT 94.47 11.756 1874.7 382309 22.1928 -16.5449 31.876 1.446 5.077 6.560 339.047 +18 Sep 2021 20:00 UT 94.67 11.797 1874.1 382444 22.2290 -16.3507 31.369 1.446 5.088 6.565 338.957 +18 Sep 2021 21:00 UT 94.86 11.839 1873.4 382580 22.2651 -16.1552 30.862 1.446 5.098 6.570 338.869 +18 Sep 2021 22:00 UT 95.06 11.881 1872.7 382715 22.3011 -15.9584 30.355 1.445 5.108 6.575 338.784 +18 Sep 2021 23:00 UT 95.25 11.922 1872.1 382852 22.3371 -15.7604 29.848 1.445 5.118 6.578 338.701 +19 Sep 2021 00:00 UT 95.43 11.964 1871.4 382988 22.3729 -15.5612 29.341 1.445 5.127 6.581 338.619 +19 Sep 2021 01:00 UT 95.61 12.006 1870.7 383126 22.4086 -15.3609 28.834 1.445 5.136 6.584 338.540 +19 Sep 2021 02:00 UT 95.79 12.047 1870.1 383263 22.4443 -15.1593 28.326 1.444 5.144 6.585 338.464 +19 Sep 2021 03:00 UT 95.96 12.089 1869.4 383402 22.4798 -14.9567 27.819 1.444 5.153 6.587 338.389 +19 Sep 2021 04:00 UT 96.13 12.131 1868.7 383540 22.5153 -14.7530 27.312 1.444 5.160 6.587 338.317 +19 Sep 2021 05:00 UT 96.30 12.172 1868.0 383679 22.5507 -14.5481 26.805 1.444 5.168 6.587 338.246 +19 Sep 2021 06:00 UT 96.46 12.214 1867.3 383819 22.5860 -14.3422 26.298 1.443 5.175 6.586 338.178 +19 Sep 2021 07:00 UT 96.62 12.256 1866.7 383959 22.6212 -14.1353 25.791 1.443 5.182 6.585 338.112 +19 Sep 2021 08:00 UT 96.78 12.297 1866.0 384100 22.6563 -13.9274 25.284 1.443 5.188 6.583 338.048 +19 Sep 2021 09:00 UT 96.93 12.339 1865.3 384241 22.6913 -13.7185 24.776 1.443 5.194 6.580 337.986 +19 Sep 2021 10:00 UT 97.07 12.381 1864.6 384382 22.7262 -13.5086 24.269 1.442 5.199 6.577 337.926 +19 Sep 2021 11:00 UT 97.22 12.422 1863.9 384524 22.7611 -13.2977 23.762 1.442 5.204 6.573 337.869 +19 Sep 2021 12:00 UT 97.36 12.464 1863.2 384666 22.7959 -13.0859 23.255 1.442 5.209 6.569 337.813 +19 Sep 2021 13:00 UT 97.49 12.506 1862.5 384809 22.8305 -12.8733 22.748 1.442 5.213 6.564 337.759 +19 Sep 2021 14:00 UT 97.62 12.547 1861.9 384952 22.8651 -12.6597 22.241 1.441 5.217 6.558 337.708 +19 Sep 2021 15:00 UT 97.75 12.589 1861.2 385095 22.8996 -12.4453 21.734 1.441 5.221 6.552 337.659 +19 Sep 2021 16:00 UT 97.88 12.631 1860.5 385239 22.9341 -12.2300 21.227 1.441 5.224 6.545 337.611 +19 Sep 2021 17:00 UT 98.00 12.672 1859.8 385384 22.9684 -12.0140 20.720 1.440 5.227 6.538 337.566 +19 Sep 2021 18:00 UT 98.11 12.714 1859.1 385528 23.0027 -11.7971 20.213 1.440 5.229 6.529 337.523 +19 Sep 2021 19:00 UT 98.23 12.756 1858.4 385673 23.0369 -11.5795 19.706 1.440 5.231 6.521 337.481 +19 Sep 2021 20:00 UT 98.34 12.797 1857.7 385819 23.0710 -11.3611 19.198 1.440 5.232 6.511 337.442 +19 Sep 2021 21:00 UT 98.44 12.839 1857.0 385964 23.1051 -11.1420 18.691 1.439 5.233 6.502 337.405 +19 Sep 2021 22:00 UT 98.54 12.881 1856.3 386111 23.1390 -10.9222 18.184 1.439 5.234 6.491 337.370 +19 Sep 2021 23:00 UT 98.64 12.922 1855.6 386257 23.1729 -10.7017 17.677 1.439 5.234 6.480 337.336 +20 Sep 2021 00:00 UT 98.73 12.964 1854.9 386404 23.2067 -10.4805 17.170 1.438 5.234 6.468 337.305 +20 Sep 2021 01:00 UT 98.82 13.006 1854.2 386551 23.2405 -10.2587 16.663 1.438 5.233 6.456 337.276 +20 Sep 2021 02:00 UT 98.91 13.047 1853.4 386698 23.2741 -10.0362 16.156 1.438 5.232 6.443 337.248 +20 Sep 2021 03:00 UT 98.99 13.089 1852.7 386846 23.3077 -9.8132 15.649 1.437 5.231 6.430 337.223 +20 Sep 2021 04:00 UT 99.07 13.131 1852.0 386994 23.3413 -9.5895 15.142 1.437 5.229 6.416 337.199 +20 Sep 2021 05:00 UT 99.14 13.172 1851.3 387143 23.3747 -9.3653 14.635 1.437 5.227 6.401 337.178 +20 Sep 2021 06:00 UT 99.21 13.214 1850.6 387291 23.4081 -9.1406 14.128 1.437 5.224 6.386 337.158 +20 Sep 2021 07:00 UT 99.28 13.256 1849.9 387440 23.4414 -8.9153 13.621 1.436 5.221 6.370 337.140 +20 Sep 2021 08:00 UT 99.34 13.297 1849.2 387589 23.4747 -8.6896 13.114 1.436 5.217 6.354 337.124 +20 Sep 2021 09:00 UT 99.40 13.339 1848.5 387739 23.5079 -8.4633 12.607 1.436 5.213 6.337 337.110 +20 Sep 2021 10:00 UT 99.46 13.381 1847.8 387888 23.5410 -8.2366 12.100 1.435 5.208 6.320 337.098 +20 Sep 2021 11:00 UT 99.51 13.422 1847.0 388038 23.5741 -8.0094 11.593 1.435 5.203 6.302 337.088 +20 Sep 2021 12:00 UT 99.56 13.464 1846.3 388188 23.6071 -7.7818 11.086 1.435 5.198 6.283 337.080 +20 Sep 2021 13:00 UT 99.60 13.506 1845.6 388338 23.6400 -7.5538 10.579 1.434 5.192 6.264 337.073 +20 Sep 2021 14:00 UT 99.64 13.547 1844.9 388489 23.6729 -7.3254 10.072 1.434 5.185 6.245 337.068 +20 Sep 2021 15:00 UT 99.68 13.589 1844.2 388640 23.7057 -7.0967 9.565 1.434 5.179 6.225 337.065 +20 Sep 2021 16:00 UT 99.71 13.631 1843.5 388790 23.7385 -6.8676 9.058 1.433 5.171 6.204 337.064 +20 Sep 2021 17:00 UT 99.74 13.672 1842.8 388941 23.7712 -6.6382 8.551 1.433 5.164 6.183 337.065 +20 Sep 2021 18:00 UT 99.77 13.714 1842.0 389093 23.8039 -6.4084 8.044 1.433 5.155 6.161 337.068 +20 Sep 2021 19:00 UT 99.79 13.756 1841.3 389244 23.8364 -6.1784 7.537 1.432 5.147 6.138 337.072 +20 Sep 2021 20:00 UT 99.81 13.797 1840.6 389395 23.8690 -5.9481 7.029 1.432 5.137 6.115 337.078 +20 Sep 2021 21:00 UT 99.82 13.839 1839.9 389547 23.9015 -5.7175 6.522 1.432 5.128 6.092 337.086 +20 Sep 2021 22:00 UT 99.83 13.881 1839.2 389698 23.9339 -5.4867 6.015 1.431 5.118 6.068 337.096 +20 Sep 2021 23:00 UT 99.84 13.922 1838.5 389850 23.9663 -5.2557 5.508 1.431 5.107 6.044 337.107 +21 Sep 2021 00:00 UT 99.84 13.964 1837.7 390002 23.9987 -5.0245 5.001 1.430 5.096 6.019 337.120 +21 Sep 2021 01:00 UT 99.84 14.006 1837.0 390154 0.0309 -4.7930 4.494 1.430 5.085 5.993 337.135 +21 Sep 2021 02:00 UT 99.83 14.047 1836.3 390306 0.0632 -4.5615 3.987 1.430 5.073 5.967 337.151 +21 Sep 2021 03:00 UT 99.83 14.089 1835.6 390458 0.0954 -4.3298 3.480 1.429 5.060 5.941 337.170 +21 Sep 2021 04:00 UT 99.81 14.131 1834.9 390610 0.1275 -4.0979 2.973 1.429 5.048 5.914 337.190 +21 Sep 2021 05:00 UT 99.80 14.172 1834.2 390762 0.1596 -3.8659 2.466 1.429 5.034 5.886 337.211 +21 Sep 2021 06:00 UT 99.78 14.214 1833.5 390914 0.1917 -3.6339 1.959 1.428 5.020 5.858 337.235 +21 Sep 2021 07:00 UT 99.76 14.256 1832.7 391066 0.2237 -3.4017 1.452 1.428 5.006 5.830 337.260 +21 Sep 2021 08:00 UT 99.73 14.297 1832.0 391218 0.2557 -3.1695 0.945 1.428 4.991 5.801 337.286 +21 Sep 2021 09:00 UT 99.70 14.339 1831.3 391370 0.2877 -2.9373 0.438 1.427 4.976 5.771 337.315 +21 Sep 2021 10:00 UT 99.67 14.381 1830.6 391522 0.3196 -2.7050 -0.069 1.427 4.960 5.741 337.344 +21 Sep 2021 11:00 UT 99.63 14.422 1829.9 391673 0.3514 -2.4727 -0.576 1.426 4.944 5.711 337.376 +21 Sep 2021 12:00 UT 99.59 14.464 1829.2 391825 0.3833 -2.2405 -1.083 1.426 4.927 5.680 337.409 +21 Sep 2021 13:00 UT 99.54 14.506 1828.5 391977 0.4151 -2.0082 -1.590 1.426 4.910 5.649 337.444 +21 Sep 2021 14:00 UT 99.50 14.547 1827.8 392128 0.4468 -1.7760 -2.097 1.425 4.892 5.617 337.481 +21 Sep 2021 15:00 UT 99.45 14.589 1827.1 392280 0.4785 -1.5438 -2.604 1.425 4.874 5.584 337.519 +21 Sep 2021 16:00 UT 99.39 14.631 1826.4 392431 0.5102 -1.3117 -3.111 1.424 4.856 5.552 337.558 +21 Sep 2021 17:00 UT 99.33 14.672 1825.7 392582 0.5419 -1.0797 -3.618 1.424 4.836 5.518 337.600 +21 Sep 2021 18:00 UT 99.27 14.714 1825.0 392733 0.5735 -0.8478 -4.125 1.424 4.817 5.485 337.642 +21 Sep 2021 19:00 UT 99.20 14.756 1824.3 392884 0.6051 -0.6161 -4.632 1.423 4.797 5.451 337.687 +21 Sep 2021 20:00 UT 99.14 14.797 1823.6 393034 0.6367 -0.3844 -5.139 1.423 4.776 5.416 337.733 +21 Sep 2021 21:00 UT 99.06 14.839 1822.9 393184 0.6683 -0.1529 -5.646 1.422 4.755 5.381 337.780 +21 Sep 2021 22:00 UT 98.99 14.881 1822.2 393334 0.6998 0.0784 -6.153 1.422 4.734 5.346 337.829 +21 Sep 2021 23:00 UT 98.91 14.922 1821.5 393484 0.7313 0.3095 -6.660 1.422 4.712 5.310 337.880 +22 Sep 2021 00:00 UT 98.83 14.964 1820.8 393634 0.7628 0.5405 -7.167 1.421 4.689 5.273 337.932 +22 Sep 2021 01:00 UT 98.74 15.006 1820.1 393783 0.7942 0.7712 -7.674 1.421 4.666 5.237 337.985 +22 Sep 2021 02:00 UT 98.65 15.047 1819.4 393932 0.8256 1.0017 -8.181 1.420 4.643 5.200 338.041 +22 Sep 2021 03:00 UT 98.56 15.089 1818.7 394081 0.8570 1.2320 -8.688 1.420 4.619 5.162 338.097 +22 Sep 2021 04:00 UT 98.46 15.131 1818.0 394229 0.8884 1.4620 -9.195 1.419 4.594 5.124 338.155 +22 Sep 2021 05:00 UT 98.36 15.172 1817.4 394377 0.9198 1.6917 -9.702 1.419 4.570 5.086 338.215 +22 Sep 2021 06:00 UT 98.26 15.214 1816.7 394525 0.9512 1.9211 -10.209 1.419 4.544 5.047 338.276 +22 Sep 2021 07:00 UT 98.15 15.256 1816.0 394672 0.9825 2.1502 -10.716 1.418 4.518 5.008 338.339 +22 Sep 2021 08:00 UT 98.04 15.297 1815.3 394819 1.0138 2.3790 -11.223 1.418 4.492 4.968 338.403 +22 Sep 2021 09:00 UT 97.93 15.339 1814.7 394965 1.0451 2.6075 -11.730 1.417 4.465 4.928 338.468 +22 Sep 2021 10:00 UT 97.81 15.381 1814.0 395111 1.0764 2.8356 -12.237 1.417 4.438 4.888 338.535 +22 Sep 2021 11:00 UT 97.69 15.422 1813.3 395257 1.1077 3.0634 -12.745 1.416 4.410 4.848 338.604 +22 Sep 2021 12:00 UT 97.57 15.464 1812.6 395402 1.1390 3.2908 -13.252 1.416 4.382 4.806 338.673 +22 Sep 2021 13:00 UT 97.45 15.506 1812.0 395546 1.1702 3.5178 -13.759 1.415 4.353 4.765 338.745 +22 Sep 2021 14:00 UT 97.32 15.547 1811.3 395690 1.2015 3.7444 -14.266 1.415 4.324 4.723 338.817 +22 Sep 2021 15:00 UT 97.19 15.589 1810.7 395834 1.2327 3.9705 -14.773 1.415 4.295 4.681 338.892 +22 Sep 2021 16:00 UT 97.05 15.631 1810.0 395977 1.2640 4.1963 -15.280 1.414 4.265 4.639 338.967 +22 Sep 2021 17:00 UT 96.91 15.672 1809.4 396120 1.2952 4.4216 -15.787 1.414 4.234 4.596 339.044 +22 Sep 2021 18:00 UT 96.77 15.714 1808.7 396261 1.3264 4.6464 -16.294 1.413 4.203 4.552 339.122 +22 Sep 2021 19:00 UT 96.63 15.756 1808.1 396403 1.3576 4.8707 -16.801 1.413 4.172 4.509 339.202 +22 Sep 2021 20:00 UT 96.48 15.797 1807.4 396544 1.3888 5.0946 -17.308 1.412 4.140 4.465 339.283 +22 Sep 2021 21:00 UT 96.33 15.839 1806.8 396684 1.4201 5.3180 -17.815 1.412 4.107 4.421 339.366 +22 Sep 2021 22:00 UT 96.17 15.881 1806.2 396823 1.4513 5.5408 -18.322 1.411 4.074 4.376 339.450 +22 Sep 2021 23:00 UT 96.02 15.922 1805.5 396962 1.4825 5.7631 -18.829 1.411 4.041 4.331 339.535 +23 Sep 2021 00:00 UT 95.86 15.964 1804.9 397100 1.5137 5.9849 -19.336 1.410 4.007 4.286 339.622 +23 Sep 2021 01:00 UT 95.69 16.006 1804.3 397238 1.5449 6.2061 -19.844 1.410 3.973 4.241 339.710 +23 Sep 2021 02:00 UT 95.53 16.047 1803.7 397374 1.5761 6.4267 -20.351 1.409 3.938 4.195 339.799 +23 Sep 2021 03:00 UT 95.36 16.089 1803.0 397510 1.6073 6.6467 -20.858 1.409 3.903 4.149 339.890 +23 Sep 2021 04:00 UT 95.19 16.131 1802.4 397646 1.6386 6.8662 -21.365 1.408 3.868 4.102 339.982 +23 Sep 2021 05:00 UT 95.01 16.172 1801.8 397780 1.6698 7.0850 -21.872 1.408 3.832 4.055 340.075 +23 Sep 2021 06:00 UT 94.84 16.214 1801.2 397914 1.7010 7.3032 -22.379 1.407 3.795 4.008 340.170 +23 Sep 2021 07:00 UT 94.65 16.256 1800.6 398047 1.7323 7.5208 -22.886 1.407 3.759 3.961 340.266 +23 Sep 2021 08:00 UT 94.47 16.297 1800.0 398179 1.7635 7.7377 -23.393 1.406 3.721 3.913 340.364 +23 Sep 2021 09:00 UT 94.29 16.339 1799.4 398310 1.7948 7.9540 -23.901 1.406 3.683 3.865 340.462 +23 Sep 2021 10:00 UT 94.10 16.381 1798.8 398441 1.8260 8.1695 -24.408 1.405 3.645 3.817 340.562 +23 Sep 2021 11:00 UT 93.90 16.422 1798.2 398570 1.8573 8.3844 -24.915 1.405 3.607 3.769 340.664 +23 Sep 2021 12:00 UT 93.71 16.464 1797.7 398699 1.8886 8.5986 -25.422 1.404 3.568 3.720 340.766 +23 Sep 2021 13:00 UT 93.51 16.506 1797.1 398826 1.9199 8.8121 -25.929 1.404 3.528 3.671 340.870 +23 Sep 2021 14:00 UT 93.31 16.547 1796.5 398953 1.9512 9.0248 -26.436 1.403 3.488 3.622 340.975 +23 Sep 2021 15:00 UT 93.11 16.589 1795.9 399079 1.9826 9.2368 -26.943 1.403 3.448 3.572 341.082 +23 Sep 2021 16:00 UT 92.90 16.631 1795.4 399204 2.0139 9.4480 -27.451 1.402 3.407 3.522 341.190 +23 Sep 2021 17:00 UT 92.69 16.672 1794.8 399328 2.0453 9.6585 -27.958 1.402 3.366 3.472 341.299 +23 Sep 2021 18:00 UT 92.48 16.714 1794.3 399451 2.0767 9.8682 -28.465 1.401 3.325 3.422 341.409 +23 Sep 2021 19:00 UT 92.27 16.756 1793.7 399573 2.1081 10.0771 -28.972 1.401 3.283 3.372 341.521 +23 Sep 2021 20:00 UT 92.05 16.797 1793.2 399694 2.1395 10.2852 -29.479 1.400 3.241 3.321 341.634 +23 Sep 2021 21:00 UT 91.83 16.839 1792.6 399814 2.1709 10.4925 -29.986 1.400 3.198 3.270 341.748 +23 Sep 2021 22:00 UT 91.61 16.881 1792.1 399932 2.2024 10.6989 -30.494 1.399 3.155 3.219 341.863 +23 Sep 2021 23:00 UT 91.39 16.922 1791.6 400050 2.2339 10.9045 -31.001 1.399 3.111 3.167 341.980 +24 Sep 2021 00:00 UT 91.16 16.964 1791.1 400167 2.2654 11.1093 -31.508 1.398 3.067 3.116 342.098 +24 Sep 2021 01:00 UT 90.93 17.006 1790.5 400282 2.2969 11.3131 -32.015 1.398 3.023 3.064 342.217 +24 Sep 2021 02:00 UT 90.70 17.047 1790.0 400396 2.3284 11.5161 -32.522 1.397 2.978 3.012 342.338 +24 Sep 2021 03:00 UT 90.47 17.089 1789.5 400510 2.3600 11.7183 -33.030 1.397 2.933 2.960 342.459 +24 Sep 2021 04:00 UT 90.23 17.131 1789.0 400622 2.3916 11.9195 -33.537 1.396 2.888 2.907 342.582 +24 Sep 2021 05:00 UT 89.99 17.172 1788.5 400732 2.4233 12.1198 -34.044 1.396 2.842 2.854 342.706 +24 Sep 2021 06:00 UT 89.75 17.214 1788.0 400842 2.4549 12.3191 -34.551 1.395 2.796 2.802 342.832 +24 Sep 2021 07:00 UT 89.50 17.256 1787.6 400950 2.4866 12.5175 -35.058 1.395 2.750 2.748 342.958 +24 Sep 2021 08:00 UT 89.26 17.297 1787.1 401057 2.5183 12.7150 -35.566 1.394 2.703 2.695 343.086 +24 Sep 2021 09:00 UT 89.01 17.339 1786.6 401163 2.5500 12.9115 -36.073 1.394 2.655 2.642 343.215 +24 Sep 2021 10:00 UT 88.76 17.381 1786.2 401268 2.5818 13.1070 -36.580 1.393 2.608 2.588 343.345 +24 Sep 2021 11:00 UT 88.50 17.422 1785.7 401371 2.6136 13.3016 -37.088 1.392 2.560 2.535 343.477 +24 Sep 2021 12:00 UT 88.25 17.464 1785.2 401473 2.6454 13.4951 -37.595 1.392 2.512 2.481 343.609 +24 Sep 2021 13:00 UT 87.99 17.506 1784.8 401574 2.6773 13.6876 -38.102 1.391 2.463 2.427 343.743 +24 Sep 2021 14:00 UT 87.73 17.547 1784.3 401673 2.7092 13.8791 -38.609 1.391 2.414 2.372 343.878 +24 Sep 2021 15:00 UT 87.47 17.589 1783.9 401771 2.7411 14.0696 -39.117 1.390 2.365 2.318 344.014 +24 Sep 2021 16:00 UT 87.20 17.631 1783.5 401867 2.7731 14.2590 -39.624 1.390 2.315 2.263 344.151 +24 Sep 2021 17:00 UT 86.93 17.672 1783.1 401962 2.8051 14.4473 -40.131 1.389 2.265 2.209 344.290 +24 Sep 2021 18:00 UT 86.66 17.714 1782.6 402056 2.8372 14.6346 -40.638 1.389 2.215 2.154 344.430 +24 Sep 2021 19:00 UT 86.39 17.756 1782.2 402148 2.8692 14.8208 -41.146 1.388 2.165 2.099 344.570 +24 Sep 2021 20:00 UT 86.12 17.797 1781.8 402239 2.9013 15.0059 -41.653 1.387 2.114 2.044 344.712 +24 Sep 2021 21:00 UT 85.84 17.839 1781.4 402328 2.9335 15.1899 -42.160 1.387 2.063 1.988 344.856 +24 Sep 2021 22:00 UT 85.56 17.881 1781.1 402416 2.9657 15.3728 -42.668 1.386 2.011 1.933 345.000 +24 Sep 2021 23:00 UT 85.28 17.922 1780.7 402502 2.9979 15.5545 -43.175 1.386 1.960 1.878 345.145 +25 Sep 2021 00:00 UT 85.00 17.964 1780.3 402587 3.0302 15.7351 -43.682 1.385 1.908 1.822 345.292 +25 Sep 2021 01:00 UT 84.72 18.006 1779.9 402671 3.0625 15.9145 -44.190 1.385 1.855 1.766 345.440 +25 Sep 2021 02:00 UT 84.43 18.047 1779.6 402752 3.0949 16.0928 -44.697 1.384 1.803 1.710 345.589 +25 Sep 2021 03:00 UT 84.14 18.089 1779.2 402833 3.1273 16.2699 -45.204 1.384 1.750 1.655 345.739 +25 Sep 2021 04:00 UT 83.85 18.131 1778.9 402911 3.1597 16.4458 -45.712 1.383 1.697 1.599 345.890 +25 Sep 2021 05:00 UT 83.56 18.172 1778.5 402988 3.1922 16.6205 -46.219 1.382 1.643 1.542 346.042 +25 Sep 2021 06:00 UT 83.26 18.214 1778.2 403064 3.2247 16.7940 -46.727 1.382 1.590 1.486 346.195 +25 Sep 2021 07:00 UT 82.96 18.256 1777.9 403137 3.2573 16.9662 -47.234 1.381 1.536 1.430 346.350 +25 Sep 2021 08:00 UT 82.67 18.297 1777.5 403210 3.2899 17.1373 -47.741 1.381 1.482 1.373 346.505 +25 Sep 2021 09:00 UT 82.37 18.339 1777.2 403280 3.3225 17.3070 -48.249 1.380 1.427 1.317 346.662 +25 Sep 2021 10:00 UT 82.06 18.381 1776.9 403349 3.3552 17.4755 -48.756 1.380 1.373 1.260 346.820 +25 Sep 2021 11:00 UT 81.76 18.422 1776.6 403416 3.3880 17.6428 -49.264 1.379 1.318 1.204 346.979 +25 Sep 2021 12:00 UT 81.45 18.464 1776.4 403481 3.4208 17.8087 -49.771 1.378 1.263 1.147 347.139 +25 Sep 2021 13:00 UT 81.14 18.506 1776.1 403545 3.4536 17.9734 -50.278 1.378 1.208 1.090 347.300 +25 Sep 2021 14:00 UT 80.83 18.547 1775.8 403607 3.4865 18.1368 -50.786 1.377 1.152 1.033 347.462 +25 Sep 2021 15:00 UT 80.52 18.589 1775.5 403667 3.5195 18.2988 -51.293 1.377 1.096 0.977 347.625 +25 Sep 2021 16:00 UT 80.21 18.631 1775.3 403726 3.5525 18.4595 -51.801 1.376 1.041 0.920 347.789 +25 Sep 2021 17:00 UT 79.89 18.672 1775.0 403783 3.5855 18.6189 -52.308 1.375 0.984 0.863 347.954 +25 Sep 2021 18:00 UT 79.58 18.714 1774.8 403838 3.6186 18.7769 -52.816 1.375 0.928 0.806 348.121 +25 Sep 2021 19:00 UT 79.26 18.756 1774.6 403891 3.6517 18.9335 -53.323 1.374 0.872 0.748 348.288 +25 Sep 2021 20:00 UT 78.94 18.797 1774.3 403942 3.6849 19.0888 -53.831 1.374 0.815 0.691 348.456 +25 Sep 2021 21:00 UT 78.61 18.839 1774.1 403992 3.7182 19.2427 -54.338 1.373 0.758 0.634 348.626 +25 Sep 2021 22:00 UT 78.29 18.881 1773.9 404039 3.7514 19.3952 -54.846 1.372 0.701 0.577 348.796 +25 Sep 2021 23:00 UT 77.96 18.922 1773.7 404085 3.7848 19.5463 -55.353 1.372 0.644 0.520 348.968 +26 Sep 2021 00:00 UT 77.64 18.964 1773.5 404129 3.8182 19.6959 -55.861 1.371 0.587 0.462 349.140 +26 Sep 2021 01:00 UT 77.31 19.006 1773.3 404171 3.8516 19.8442 -56.368 1.371 0.529 0.405 349.314 +26 Sep 2021 02:00 UT 76.98 19.047 1773.1 404212 3.8851 19.9909 -56.876 1.370 0.471 0.348 349.488 +26 Sep 2021 03:00 UT 76.64 19.089 1773.0 404250 3.9187 20.1363 -57.383 1.369 0.414 0.291 349.663 +26 Sep 2021 04:00 UT 76.31 19.131 1772.8 404286 3.9523 20.2801 -57.891 1.369 0.356 0.233 349.840 +26 Sep 2021 05:00 UT 75.98 19.172 1772.7 404321 3.9860 20.4225 -58.398 1.368 0.298 0.176 350.017 +26 Sep 2021 06:00 UT 75.64 19.214 1772.5 404353 4.0197 20.5634 -58.906 1.368 0.239 0.119 350.196 +26 Sep 2021 07:00 UT 75.30 19.256 1772.4 404384 4.0534 20.7028 -59.413 1.367 0.181 0.061 350.375 +26 Sep 2021 08:00 UT 74.96 19.297 1772.3 404413 4.0873 20.8407 -59.921 1.366 0.123 0.004 350.555 +26 Sep 2021 09:00 UT 74.62 19.339 1772.1 404440 4.1211 20.9771 -60.429 1.366 0.064 -0.053 350.736 +26 Sep 2021 10:00 UT 74.28 19.381 1772.0 404464 4.1551 21.1119 -60.936 1.365 0.006 -0.111 350.918 +26 Sep 2021 11:00 UT 73.93 19.422 1771.9 404487 4.1890 21.2452 -61.444 1.365 -0.053 -0.168 351.101 +26 Sep 2021 12:00 UT 73.59 19.464 1771.8 404508 4.2231 21.3769 -61.951 1.364 -0.112 -0.225 351.285 +26 Sep 2021 13:00 UT 73.24 19.506 1771.8 404527 4.2572 21.5071 -62.459 1.363 -0.171 -0.283 351.470 +26 Sep 2021 14:00 UT 72.89 19.547 1771.7 404543 4.2913 21.6357 -62.967 1.363 -0.230 -0.340 351.656 +26 Sep 2021 15:00 UT 72.54 19.589 1771.6 404558 4.3255 21.7627 -63.474 1.362 -0.289 -0.397 351.842 +26 Sep 2021 16:00 UT 72.19 19.631 1771.6 404571 4.3598 21.8881 -63.982 1.362 -0.348 -0.454 352.030 +26 Sep 2021 17:00 UT 71.84 19.672 1771.5 404582 4.3941 22.0119 -64.490 1.361 -0.407 -0.511 352.218 +26 Sep 2021 18:00 UT 71.48 19.714 1771.5 404590 4.4285 22.1340 -64.997 1.360 -0.466 -0.568 352.407 +26 Sep 2021 19:00 UT 71.13 19.756 1771.5 404597 4.4629 22.2546 -65.505 1.360 -0.525 -0.625 352.597 +26 Sep 2021 20:00 UT 70.77 19.797 1771.4 404601 4.4974 22.3735 -66.013 1.359 -0.585 -0.682 352.788 +26 Sep 2021 21:00 UT 70.41 19.839 1771.4 404604 4.5319 22.4907 -66.520 1.359 -0.644 -0.739 352.980 +26 Sep 2021 22:00 UT 70.05 19.881 1771.4 404604 4.5665 22.6063 -67.028 1.358 -0.703 -0.796 353.172 +26 Sep 2021 23:00 UT 69.69 19.922 1771.4 404602 4.6012 22.7202 -67.536 1.357 -0.763 -0.853 353.365 +27 Sep 2021 00:00 UT 69.33 19.964 1771.4 404598 4.6359 22.8324 -68.043 1.357 -0.822 -0.910 353.559 +27 Sep 2021 01:00 UT 68.97 20.006 1771.5 404592 4.6706 22.9429 -68.551 1.356 -0.881 -0.966 353.754 +27 Sep 2021 02:00 UT 68.61 20.047 1771.5 404584 4.7055 23.0517 -69.059 1.355 -0.941 -1.023 353.950 +27 Sep 2021 03:00 UT 68.24 20.089 1771.6 404574 4.7403 23.1588 -69.567 1.355 -1.000 -1.079 354.146 +27 Sep 2021 04:00 UT 67.87 20.131 1771.6 404562 4.7753 23.2642 -70.074 1.354 -1.059 -1.136 354.343 +27 Sep 2021 05:00 UT 67.51 20.172 1771.7 404548 4.8102 23.3678 -70.582 1.354 -1.119 -1.192 354.541 +27 Sep 2021 06:00 UT 67.14 20.214 1771.7 404531 4.8453 23.4697 -71.090 1.353 -1.178 -1.249 354.739 +27 Sep 2021 07:00 UT 66.77 20.256 1771.8 404512 4.8804 23.5698 -71.598 1.352 -1.237 -1.305 354.938 +27 Sep 2021 08:00 UT 66.40 20.297 1771.9 404491 4.9155 23.6682 -72.105 1.352 -1.296 -1.361 355.138 +27 Sep 2021 09:00 UT 66.03 20.339 1772.0 404468 4.9507 23.7648 -72.613 1.351 -1.356 -1.417 355.339 +27 Sep 2021 10:00 UT 65.65 20.381 1772.1 404443 4.9860 23.8595 -73.121 1.350 -1.415 -1.473 355.540 +27 Sep 2021 11:00 UT 65.28 20.422 1772.2 404416 5.0213 23.9525 -73.629 1.350 -1.474 -1.529 355.742 +27 Sep 2021 12:00 UT 64.91 20.464 1772.4 404386 5.0566 24.0437 -74.136 1.349 -1.533 -1.584 355.944 +27 Sep 2021 13:00 UT 64.53 20.506 1772.5 404355 5.0920 24.1331 -74.644 1.348 -1.592 -1.640 356.147 +27 Sep 2021 14:00 UT 64.15 20.547 1772.7 404321 5.1275 24.2206 -75.152 1.348 -1.650 -1.696 356.351 +27 Sep 2021 15:00 UT 63.78 20.589 1772.8 404285 5.1630 24.3063 -75.660 1.347 -1.709 -1.751 356.555 +27 Sep 2021 16:00 UT 63.40 20.631 1773.0 404247 5.1986 24.3901 -76.168 1.347 -1.768 -1.806 356.760 +27 Sep 2021 17:00 UT 63.02 20.672 1773.2 404207 5.2342 24.4721 -76.676 1.346 -1.826 -1.861 356.965 +27 Sep 2021 18:00 UT 62.64 20.714 1773.4 404164 5.2699 24.5523 -77.184 1.345 -1.885 -1.916 357.171 +27 Sep 2021 19:00 UT 62.26 20.756 1773.5 404119 5.3056 24.6305 -77.691 1.345 -1.943 -1.971 357.377 +27 Sep 2021 20:00 UT 61.88 20.797 1773.8 404072 5.3414 24.7069 -78.199 1.344 -2.001 -2.026 357.584 +27 Sep 2021 21:00 UT 61.49 20.839 1774.0 404023 5.3772 24.7813 -78.707 1.343 -2.059 -2.081 357.792 +27 Sep 2021 22:00 UT 61.11 20.881 1774.2 403972 5.4131 24.8539 -79.215 1.343 -2.117 -2.135 358.000 +27 Sep 2021 23:00 UT 60.73 20.922 1774.4 403919 5.4490 24.9245 -79.723 1.342 -2.175 -2.190 358.208 +28 Sep 2021 00:00 UT 60.34 20.964 1774.7 403863 5.4850 24.9933 -80.231 1.341 -2.232 -2.244 358.417 +28 Sep 2021 01:00 UT 59.95 21.006 1774.9 403805 5.5210 25.0600 -80.739 1.341 -2.290 -2.298 358.626 +28 Sep 2021 02:00 UT 59.57 21.047 1775.2 403745 5.5571 25.1249 -81.247 1.340 -2.347 -2.352 358.835 +28 Sep 2021 03:00 UT 59.18 21.089 1775.5 403683 5.5932 25.1878 -81.755 1.339 -2.404 -2.405 359.045 +28 Sep 2021 04:00 UT 58.79 21.131 1775.7 403618 5.6294 25.2487 -82.263 1.339 -2.461 -2.459 359.255 +28 Sep 2021 05:00 UT 58.40 21.172 1776.0 403552 5.6656 25.3077 -82.771 1.338 -2.518 -2.512 359.466 +28 Sep 2021 06:00 UT 58.01 21.214 1776.3 403483 5.7019 25.3647 -83.279 1.338 -2.574 -2.566 359.677 +28 Sep 2021 07:00 UT 57.62 21.256 1776.7 403412 5.7382 25.4198 -83.787 1.337 -2.631 -2.619 359.888 +28 Sep 2021 08:00 UT 57.23 21.297 1777.0 403339 5.7745 25.4728 -84.295 1.336 -2.687 -2.672 0.100 +28 Sep 2021 09:00 UT 56.84 21.339 1777.3 403263 5.8109 25.5238 -84.803 1.336 -2.743 -2.724 0.312 +28 Sep 2021 10:00 UT 56.45 21.381 1777.7 403186 5.8474 25.5729 -85.311 1.335 -2.799 -2.777 0.524 +28 Sep 2021 11:00 UT 56.06 21.422 1778.0 403106 5.8838 25.6199 -85.819 1.334 -2.854 -2.829 0.736 +28 Sep 2021 12:00 UT 55.66 21.464 1778.4 403024 5.9204 25.6649 -86.327 1.334 -2.909 -2.881 0.949 +28 Sep 2021 13:00 UT 55.27 21.506 1778.7 402940 5.9569 25.7078 -86.835 1.333 -2.965 -2.933 1.161 +28 Sep 2021 14:00 UT 54.88 21.547 1779.1 402853 5.9935 25.7488 -87.343 1.332 -3.019 -2.985 1.374 +28 Sep 2021 15:00 UT 54.48 21.589 1779.5 402765 6.0302 25.7877 -87.851 1.332 -3.074 -3.037 1.587 +28 Sep 2021 16:00 UT 54.09 21.631 1779.9 402674 6.0669 25.8245 -88.359 1.331 -3.128 -3.088 1.800 +28 Sep 2021 17:00 UT 53.69 21.672 1780.3 402582 6.1036 25.8593 -88.867 1.330 -3.182 -3.139 2.013 +28 Sep 2021 18:00 UT 53.30 21.714 1780.7 402487 6.1403 25.8920 -89.375 1.330 -3.236 -3.190 2.227 +28 Sep 2021 19:00 UT 52.90 21.756 1781.2 402389 6.1771 25.9226 -89.883 1.329 -3.289 -3.241 2.440 +28 Sep 2021 20:00 UT 52.50 21.797 1781.6 402290 6.2140 25.9512 -90.391 1.328 -3.343 -3.291 2.653 +28 Sep 2021 21:00 UT 52.11 21.839 1782.1 402189 6.2508 25.9777 -90.899 1.328 -3.395 -3.342 2.867 +28 Sep 2021 22:00 UT 51.71 21.881 1782.5 402085 6.2877 26.0021 -91.407 1.327 -3.448 -3.392 3.080 +28 Sep 2021 23:00 UT 51.31 21.922 1783.0 401980 6.3247 26.0244 -91.916 1.326 -3.500 -3.442 3.294 +29 Sep 2021 00:00 UT 50.91 21.964 1783.5 401872 6.3616 26.0446 -92.424 1.326 -3.552 -3.491 3.507 +29 Sep 2021 01:00 UT 50.51 22.006 1784.0 401762 6.3986 26.0626 -92.932 1.325 -3.604 -3.540 3.720 +29 Sep 2021 02:00 UT 50.12 22.047 1784.5 401650 6.4357 26.0786 -93.440 1.324 -3.655 -3.590 3.933 +29 Sep 2021 03:00 UT 49.72 22.089 1785.0 401536 6.4727 26.0924 -93.948 1.324 -3.706 -3.639 4.147 +29 Sep 2021 04:00 UT 49.32 22.131 1785.5 401420 6.5098 26.1042 -94.456 1.323 -3.757 -3.687 4.359 +29 Sep 2021 05:00 UT 48.92 22.172 1786.0 401301 6.5469 26.1138 -94.964 1.322 -3.807 -3.736 4.572 +29 Sep 2021 06:00 UT 48.52 22.214 1786.5 401181 6.5841 26.1212 -95.473 1.322 -3.857 -3.784 4.785 +29 Sep 2021 07:00 UT 48.12 22.256 1787.1 401058 6.6212 26.1265 -95.981 1.321 -3.907 -3.832 4.997 +29 Sep 2021 08:00 UT 47.72 22.297 1787.6 400934 6.6584 26.1297 -96.489 1.320 -3.956 -3.879 5.209 +29 Sep 2021 09:00 UT 47.32 22.339 1788.2 400807 6.6957 26.1307 -96.997 1.320 -4.005 -3.927 5.421 +29 Sep 2021 10:00 UT 46.92 22.381 1788.8 400679 6.7329 26.1296 -97.506 1.319 -4.053 -3.974 5.633 +29 Sep 2021 11:00 UT 46.52 22.422 1789.4 400548 6.7702 26.1263 -98.014 1.318 -4.101 -4.020 5.844 +29 Sep 2021 12:00 UT 46.12 22.464 1790.0 400415 6.8075 26.1209 -98.522 1.318 -4.149 -4.067 6.055 +29 Sep 2021 13:00 UT 45.72 22.506 1790.6 400281 6.8448 26.1133 -99.030 1.317 -4.196 -4.113 6.266 +29 Sep 2021 14:00 UT 45.32 22.547 1791.2 400144 6.8821 26.1035 -99.539 1.316 -4.243 -4.159 6.476 +29 Sep 2021 15:00 UT 44.91 22.589 1791.8 400005 6.9195 26.0915 -100.047 1.316 -4.289 -4.205 6.686 +29 Sep 2021 16:00 UT 44.51 22.631 1792.4 399865 6.9569 26.0774 -100.555 1.315 -4.335 -4.250 6.895 +29 Sep 2021 17:00 UT 44.11 22.672 1793.1 399722 6.9943 26.0611 -101.063 1.314 -4.381 -4.295 7.104 +29 Sep 2021 18:00 UT 43.71 22.714 1793.7 399578 7.0317 26.0426 -101.572 1.314 -4.426 -4.340 7.313 +29 Sep 2021 19:00 UT 43.31 22.756 1794.4 399431 7.0691 26.0219 -102.080 1.313 -4.471 -4.385 7.521 +29 Sep 2021 20:00 UT 42.91 22.797 1795.0 399283 7.1065 25.9991 -102.588 1.312 -4.515 -4.429 7.728 +29 Sep 2021 21:00 UT 42.51 22.839 1795.7 399132 7.1440 25.9740 -103.097 1.312 -4.559 -4.473 7.935 +29 Sep 2021 22:00 UT 42.11 22.881 1796.4 398980 7.1814 25.9468 -103.605 1.311 -4.603 -4.516 8.142 +29 Sep 2021 23:00 UT 41.71 22.922 1797.1 398826 7.2189 25.9173 -104.113 1.310 -4.645 -4.560 8.347 +30 Sep 2021 00:00 UT 41.31 22.964 1797.8 398670 7.2564 25.8857 -104.622 1.310 -4.688 -4.602 8.552 +30 Sep 2021 01:00 UT 40.91 23.006 1798.5 398512 7.2939 25.8519 -105.130 1.309 -4.730 -4.645 8.757 +30 Sep 2021 02:00 UT 40.51 23.047 1799.2 398352 7.3314 25.8159 -105.639 1.308 -4.771 -4.687 8.961 +30 Sep 2021 03:00 UT 40.12 23.089 1800.0 398191 7.3689 25.7777 -106.147 1.308 -4.812 -4.729 9.164 +30 Sep 2021 04:00 UT 39.72 23.131 1800.7 398028 7.4064 25.7372 -106.655 1.307 -4.853 -4.771 9.367 +30 Sep 2021 05:00 UT 39.32 23.172 1801.4 397862 7.4439 25.6946 -107.164 1.306 -4.893 -4.812 9.568 +30 Sep 2021 06:00 UT 38.92 23.214 1802.2 397695 7.4815 25.6498 -107.672 1.305 -4.932 -4.853 9.769 +30 Sep 2021 07:00 UT 38.52 23.256 1803.0 397527 7.5190 25.6028 -108.181 1.305 -4.971 -4.894 9.969 +30 Sep 2021 08:00 UT 38.12 23.297 1803.7 397356 7.5566 25.5536 -108.689 1.304 -5.010 -4.934 10.169 +30 Sep 2021 09:00 UT 37.73 23.339 1804.5 397184 7.5941 25.5022 -109.197 1.303 -5.048 -4.974 10.367 +30 Sep 2021 10:00 UT 37.33 23.381 1805.3 397010 7.6316 25.4485 -109.706 1.303 -5.085 -5.013 10.565 +30 Sep 2021 11:00 UT 36.94 23.422 1806.1 396835 7.6692 25.3927 -110.214 1.302 -5.122 -5.052 10.762 +30 Sep 2021 12:00 UT 36.54 23.464 1806.9 396657 7.7067 25.3347 -110.723 1.301 -5.159 -5.091 10.958 +30 Sep 2021 13:00 UT 36.14 23.506 1807.7 396478 7.7443 25.2745 -111.231 1.301 -5.194 -5.130 11.153 +30 Sep 2021 14:00 UT 35.75 23.547 1808.5 396298 7.7818 25.2121 -111.740 1.300 -5.230 -5.168 11.347 +30 Sep 2021 15:00 UT 35.36 23.589 1809.4 396116 7.8193 25.1475 -112.248 1.299 -5.264 -5.205 11.540 +30 Sep 2021 16:00 UT 34.96 23.631 1810.2 395932 7.8569 25.0807 -112.757 1.299 -5.298 -5.242 11.732 +30 Sep 2021 17:00 UT 34.57 23.672 1811.1 395747 7.8944 25.0117 -113.265 1.298 -5.332 -5.279 11.923 +30 Sep 2021 18:00 UT 34.18 23.714 1811.9 395560 7.9319 24.9405 -113.774 1.297 -5.365 -5.316 12.113 +30 Sep 2021 19:00 UT 33.79 23.756 1812.8 395371 7.9694 24.8671 -114.282 1.296 -5.397 -5.352 12.302 +30 Sep 2021 20:00 UT 33.39 23.797 1813.7 395181 8.0069 24.7916 -114.791 1.296 -5.429 -5.388 12.490 +30 Sep 2021 21:00 UT 33.00 23.839 1814.5 394990 8.0444 24.7138 -115.300 1.295 -5.461 -5.423 12.677 +30 Sep 2021 22:00 UT 32.62 23.881 1815.4 394797 8.0819 24.6339 -115.808 1.294 -5.491 -5.458 12.862 +30 Sep 2021 23:00 UT 32.23 23.922 1816.3 394602 8.1194 24.5518 -116.317 1.294 -5.521 -5.492 13.047 +01 Oct 2021 00:00 UT 31.84 23.964 1817.2 394406 8.1569 24.4675 -116.825 1.293 -5.551 -5.526 13.230 +01 Oct 2021 01:00 UT 31.45 24.006 1818.1 394209 8.1943 24.3811 -117.334 1.292 -5.580 -5.560 13.412 +01 Oct 2021 02:00 UT 31.06 24.047 1819.1 394010 8.2318 24.2925 -117.843 1.292 -5.608 -5.593 13.593 +01 Oct 2021 03:00 UT 30.68 24.089 1820.0 393810 8.2692 24.2017 -118.351 1.291 -5.635 -5.626 13.773 +01 Oct 2021 04:00 UT 30.30 24.131 1820.9 393609 8.3066 24.1088 -118.860 1.290 -5.662 -5.658 13.951 +01 Oct 2021 05:00 UT 29.91 24.172 1821.8 393406 8.3440 24.0137 -119.368 1.289 -5.689 -5.690 14.128 +01 Oct 2021 06:00 UT 29.53 24.214 1822.8 393202 8.3814 23.9165 -119.877 1.289 -5.715 -5.722 14.304 +01 Oct 2021 07:00 UT 29.15 24.256 1823.7 392996 8.4188 23.8171 -120.386 1.288 -5.740 -5.753 14.478 +01 Oct 2021 08:00 UT 28.77 24.297 1824.7 392790 8.4562 23.7156 -120.894 1.287 -5.764 -5.783 14.652 +01 Oct 2021 09:00 UT 28.39 24.339 1825.7 392582 8.4935 23.6119 -121.403 1.287 -5.788 -5.813 14.823 +01 Oct 2021 10:00 UT 28.01 24.381 1826.6 392373 8.5308 23.5061 -121.912 1.286 -5.811 -5.843 14.994 +01 Oct 2021 11:00 UT 27.63 24.422 1827.6 392163 8.5681 23.3982 -122.420 1.285 -5.834 -5.872 15.163 +01 Oct 2021 12:00 UT 27.25 24.464 1828.6 391951 8.6054 23.2882 -122.929 1.284 -5.855 -5.901 15.330 +01 Oct 2021 13:00 UT 26.88 24.506 1829.6 391739 8.6427 23.1761 -123.438 1.284 -5.877 -5.929 15.496 +01 Oct 2021 14:00 UT 26.51 24.547 1830.6 391525 8.6799 23.0618 -123.946 1.283 -5.897 -5.957 15.661 +01 Oct 2021 15:00 UT 26.13 24.589 1831.6 391310 8.7172 22.9455 -124.455 1.282 -5.917 -5.984 15.824 +01 Oct 2021 16:00 UT 25.76 24.631 1832.6 391094 8.7544 22.8271 -124.964 1.282 -5.936 -6.011 15.986 +01 Oct 2021 17:00 UT 25.39 24.672 1833.6 390878 8.7916 22.7065 -125.473 1.281 -5.955 -6.038 16.146 +01 Oct 2021 18:00 UT 25.02 24.714 1834.7 390660 8.8287 22.5839 -125.981 1.280 -5.972 -6.063 16.305 +01 Oct 2021 19:00 UT 24.65 24.756 1835.7 390441 8.8659 22.4593 -126.490 1.279 -5.990 -6.089 16.462 +01 Oct 2021 20:00 UT 24.29 24.797 1836.7 390221 8.9030 22.3325 -126.999 1.279 -6.006 -6.114 16.617 +01 Oct 2021 21:00 UT 23.92 24.839 1837.8 390001 8.9401 22.2037 -127.508 1.278 -6.022 -6.138 16.771 +01 Oct 2021 22:00 UT 23.56 24.881 1838.8 389779 8.9772 22.0729 -128.016 1.277 -6.037 -6.162 16.924 +01 Oct 2021 23:00 UT 23.20 24.922 1839.8 389557 9.0142 21.9400 -128.525 1.276 -6.051 -6.185 17.074 +02 Oct 2021 00:00 UT 22.84 24.964 1840.9 389333 9.0512 21.8051 -129.034 1.276 -6.065 -6.208 17.224 +02 Oct 2021 01:00 UT 22.48 25.006 1842.0 389109 9.0882 21.6681 -129.543 1.275 -6.078 -6.231 17.371 +02 Oct 2021 02:00 UT 22.12 25.047 1843.0 388884 9.1252 21.5291 -130.052 1.274 -6.090 -6.252 17.517 +02 Oct 2021 03:00 UT 21.76 25.089 1844.1 388659 9.1621 21.3882 -130.560 1.274 -6.102 -6.274 17.661 +02 Oct 2021 04:00 UT 21.41 25.131 1845.2 388432 9.1991 21.2452 -131.069 1.273 -6.113 -6.295 17.803 +02 Oct 2021 05:00 UT 21.06 25.172 1846.3 388205 9.2360 21.1003 -131.578 1.272 -6.123 -6.315 17.944 +02 Oct 2021 06:00 UT 20.71 25.214 1847.3 387978 9.2728 20.9533 -132.087 1.271 -6.132 -6.335 18.083 +02 Oct 2021 07:00 UT 20.36 25.256 1848.4 387749 9.3097 20.8044 -132.596 1.271 -6.141 -6.354 18.220 +02 Oct 2021 08:00 UT 20.01 25.297 1849.5 387520 9.3465 20.6535 -133.105 1.270 -6.149 -6.372 18.356 +02 Oct 2021 09:00 UT 19.66 25.339 1850.6 387291 9.3833 20.5007 -133.613 1.269 -6.156 -6.391 18.490 +02 Oct 2021 10:00 UT 19.32 25.381 1851.7 387061 9.4200 20.3460 -134.122 1.268 -6.162 -6.408 18.622 +02 Oct 2021 11:00 UT 18.98 25.422 1852.8 386830 9.4568 20.1893 -134.631 1.268 -6.168 -6.425 18.752 +02 Oct 2021 12:00 UT 18.64 25.464 1853.9 386599 9.4935 20.0307 -135.140 1.267 -6.173 -6.442 18.880 +02 Oct 2021 13:00 UT 18.30 25.506 1855.0 386367 9.5301 19.8701 -135.649 1.266 -6.178 -6.457 19.007 +02 Oct 2021 14:00 UT 17.96 25.547 1856.1 386135 9.5668 19.7077 -136.158 1.265 -6.181 -6.473 19.131 +02 Oct 2021 15:00 UT 17.63 25.589 1857.3 385903 9.6034 19.5434 -136.667 1.265 -6.184 -6.487 19.254 +02 Oct 2021 16:00 UT 17.30 25.631 1858.4 385670 9.6400 19.3772 -137.176 1.264 -6.186 -6.502 19.375 +02 Oct 2021 17:00 UT 16.97 25.672 1859.5 385437 9.6766 19.2092 -137.685 1.263 -6.188 -6.515 19.494 +02 Oct 2021 18:00 UT 16.64 25.714 1860.6 385204 9.7131 19.0393 -138.194 1.262 -6.188 -6.528 19.612 +02 Oct 2021 19:00 UT 16.31 25.756 1861.8 384970 9.7496 18.8676 -138.702 1.262 -6.188 -6.541 19.727 +02 Oct 2021 20:00 UT 15.99 25.797 1862.9 384736 9.7861 18.6940 -139.211 1.261 -6.187 -6.553 19.840 +02 Oct 2021 21:00 UT 15.67 25.839 1864.0 384502 9.8225 18.5186 -139.720 1.260 -6.186 -6.564 19.952 +02 Oct 2021 22:00 UT 15.35 25.881 1865.2 384268 9.8590 18.3414 -140.229 1.259 -6.184 -6.575 20.062 +02 Oct 2021 23:00 UT 15.03 25.922 1866.3 384033 9.8954 18.1625 -140.738 1.259 -6.181 -6.585 20.169 +03 Oct 2021 00:00 UT 14.72 25.964 1867.4 383799 9.9317 17.9817 -141.247 1.258 -6.177 -6.594 20.275 +03 Oct 2021 01:00 UT 14.41 26.006 1868.6 383564 9.9681 17.7992 -141.756 1.257 -6.172 -6.603 20.379 +03 Oct 2021 02:00 UT 14.10 26.047 1869.7 383329 10.0044 17.6149 -142.265 1.256 -6.167 -6.611 20.481 +03 Oct 2021 03:00 UT 13.79 26.089 1870.9 383094 10.0407 17.4289 -142.774 1.256 -6.161 -6.619 20.581 +03 Oct 2021 04:00 UT 13.48 26.131 1872.0 382860 10.0769 17.2412 -143.283 1.255 -6.154 -6.626 20.679 +03 Oct 2021 05:00 UT 13.18 26.172 1873.2 382625 10.1132 17.0517 -143.792 1.254 -6.147 -6.632 20.775 +03 Oct 2021 06:00 UT 12.88 26.214 1874.3 382391 10.1494 16.8606 -144.301 1.253 -6.138 -6.638 20.869 +03 Oct 2021 07:00 UT 12.58 26.256 1875.5 382156 10.1856 16.6678 -144.810 1.253 -6.130 -6.643 20.961 +03 Oct 2021 08:00 UT 12.29 26.297 1876.6 381922 10.2217 16.4733 -145.319 1.252 -6.120 -6.648 21.051 +03 Oct 2021 09:00 UT 12.00 26.339 1877.8 381688 10.2578 16.2771 -145.828 1.251 -6.109 -6.652 21.139 +03 Oct 2021 10:00 UT 11.71 26.381 1878.9 381454 10.2939 16.0794 -146.337 1.250 -6.098 -6.655 21.225 +03 Oct 2021 11:00 UT 11.42 26.422 1880.1 381220 10.3300 15.8799 -146.846 1.249 -6.086 -6.658 21.309 +03 Oct 2021 12:00 UT 11.13 26.464 1881.2 380987 10.3661 15.6789 -147.356 1.249 -6.074 -6.660 21.391 +03 Oct 2021 13:00 UT 10.85 26.506 1882.4 380754 10.4021 15.4763 -147.865 1.248 -6.060 -6.661 21.471 +03 Oct 2021 14:00 UT 10.57 26.547 1883.5 380521 10.4381 15.2721 -148.374 1.247 -6.046 -6.662 21.549 +03 Oct 2021 15:00 UT 10.30 26.589 1884.7 380289 10.4741 15.0663 -148.883 1.246 -6.031 -6.662 21.625 +03 Oct 2021 16:00 UT 10.03 26.631 1885.8 380057 10.5101 14.8590 -149.392 1.246 -6.015 -6.662 21.698 +03 Oct 2021 17:00 UT 9.76 26.672 1887.0 379825 10.5460 14.6502 -149.901 1.245 -5.999 -6.661 21.770 +03 Oct 2021 18:00 UT 9.49 26.714 1888.1 379594 10.5819 14.4398 -150.410 1.244 -5.982 -6.659 21.840 +03 Oct 2021 19:00 UT 9.22 26.756 1889.3 379363 10.6178 14.2280 -150.919 1.243 -5.964 -6.656 21.907 +03 Oct 2021 20:00 UT 8.96 26.797 1890.4 379133 10.6537 14.0146 -151.428 1.242 -5.946 -6.653 21.973 +03 Oct 2021 21:00 UT 8.71 26.839 1891.6 378904 10.6895 13.7998 -151.937 1.242 -5.926 -6.649 22.036 +03 Oct 2021 22:00 UT 8.45 26.881 1892.7 378675 10.7253 13.5836 -152.446 1.241 -5.906 -6.645 22.098 +03 Oct 2021 23:00 UT 8.20 26.922 1893.9 378447 10.7611 13.3659 -152.955 1.240 -5.886 -6.640 22.157 +04 Oct 2021 00:00 UT 7.95 26.964 1895.0 378220 10.7969 13.1468 -153.465 1.239 -5.864 -6.634 22.214 +04 Oct 2021 01:00 UT 7.71 27.006 1896.1 377993 10.8327 12.9263 -153.974 1.239 -5.842 -6.628 22.269 +04 Oct 2021 02:00 UT 7.46 27.047 1897.3 377767 10.8685 12.7044 -154.483 1.238 -5.819 -6.620 22.322 +04 Oct 2021 03:00 UT 7.23 27.089 1898.4 377542 10.9042 12.4812 -154.992 1.237 -5.796 -6.613 22.373 +04 Oct 2021 04:00 UT 6.99 27.131 1899.5 377317 10.9399 12.2566 -155.501 1.236 -5.772 -6.604 22.422 +04 Oct 2021 05:00 UT 6.76 27.172 1900.7 377093 10.9756 12.0307 -156.010 1.235 -5.747 -6.595 22.468 +04 Oct 2021 06:00 UT 6.53 27.214 1901.8 376871 11.0113 11.8034 -156.519 1.235 -5.721 -6.585 22.513 +04 Oct 2021 07:00 UT 6.30 27.256 1902.9 376649 11.0470 11.5749 -157.029 1.234 -5.695 -6.575 22.556 +04 Oct 2021 08:00 UT 6.08 27.297 1904.0 376428 11.0826 11.3451 -157.538 1.233 -5.668 -6.564 22.596 +04 Oct 2021 09:00 UT 5.86 27.339 1905.1 376208 11.1183 11.1141 -158.047 1.232 -5.640 -6.552 22.634 +04 Oct 2021 10:00 UT 5.65 27.381 1906.2 375989 11.1539 10.8818 -158.556 1.231 -5.612 -6.539 22.670 +04 Oct 2021 11:00 UT 5.44 27.422 1907.3 375771 11.1895 10.6483 -159.065 1.231 -5.583 -6.526 22.704 +04 Oct 2021 12:00 UT 5.23 27.464 1908.4 375554 11.2251 10.4137 -159.574 1.230 -5.553 -6.512 22.736 +04 Oct 2021 13:00 UT 5.03 27.506 1909.5 375338 11.2607 10.1778 -160.084 1.229 -5.522 -6.498 22.766 +04 Oct 2021 14:00 UT 4.83 27.547 1910.6 375124 11.2963 9.9408 -160.593 1.228 -5.491 -6.482 22.794 +04 Oct 2021 15:00 UT 4.63 27.589 1911.7 374910 11.3319 9.7026 -161.102 1.227 -5.460 -6.466 22.819 +04 Oct 2021 16:00 UT 4.44 27.631 1912.8 374698 11.3675 9.4634 -161.611 1.227 -5.427 -6.450 22.843 +04 Oct 2021 17:00 UT 4.25 27.672 1913.9 374487 11.4030 9.2230 -162.120 1.226 -5.394 -6.432 22.864 +04 Oct 2021 18:00 UT 4.06 27.714 1915.0 374277 11.4386 8.9816 -162.630 1.225 -5.360 -6.415 22.883 +04 Oct 2021 19:00 UT 3.88 27.756 1916.0 374068 11.4741 8.7391 -163.139 1.224 -5.326 -6.396 22.900 +04 Oct 2021 20:00 UT 3.70 27.797 1917.1 373861 11.5097 8.4955 -163.648 1.223 -5.291 -6.376 22.915 +04 Oct 2021 21:00 UT 3.53 27.839 1918.1 373655 11.5452 8.2510 -164.157 1.222 -5.255 -6.356 22.928 +04 Oct 2021 22:00 UT 3.36 27.881 1919.2 373451 11.5807 8.0055 -164.666 1.222 -5.219 -6.336 22.939 +04 Oct 2021 23:00 UT 3.20 27.922 1920.2 373247 11.6163 7.7590 -165.176 1.221 -5.182 -6.314 22.947 +05 Oct 2021 00:00 UT 3.03 27.964 1921.3 373046 11.6518 7.5115 -165.685 1.220 -5.145 -6.292 22.954 +05 Oct 2021 01:00 UT 2.88 28.006 1922.3 372845 11.6873 7.2632 -166.194 1.219 -5.107 -6.269 22.958 +05 Oct 2021 02:00 UT 2.72 28.047 1923.3 372647 11.7229 7.0139 -166.703 1.218 -5.068 -6.246 22.960 +05 Oct 2021 03:00 UT 2.57 28.089 1924.4 372449 11.7584 6.7637 -167.213 1.218 -5.029 -6.222 22.960 +05 Oct 2021 04:00 UT 2.43 28.131 1925.4 372254 11.7939 6.5127 -167.722 1.217 -4.989 -6.197 22.958 +05 Oct 2021 05:00 UT 2.29 28.172 1926.4 372059 11.8295 6.2608 -168.231 1.216 -4.948 -6.171 22.954 +05 Oct 2021 06:00 UT 2.15 28.214 1927.4 371867 11.8650 6.0081 -168.740 1.215 -4.907 -6.145 22.948 +05 Oct 2021 07:00 UT 2.02 28.256 1928.4 371676 11.9006 5.7547 -169.250 1.214 -4.866 -6.118 22.939 +05 Oct 2021 08:00 UT 1.89 28.297 1929.3 371487 11.9361 5.5004 -169.759 1.213 -4.823 -6.091 22.929 +05 Oct 2021 09:00 UT 1.77 28.339 1930.3 371299 11.9717 5.2454 -170.268 1.213 -4.781 -6.062 22.916 +05 Oct 2021 10:00 UT 1.65 28.381 1931.3 371113 12.0073 4.9897 -170.777 1.212 -4.737 -6.033 22.901 +05 Oct 2021 11:00 UT 1.53 28.422 1932.2 370929 12.0428 4.7333 -171.286 1.211 -4.693 -6.004 22.884 +05 Oct 2021 12:00 UT 1.42 28.464 1933.2 370747 12.0784 4.4762 -171.796 1.210 -4.649 -5.973 22.865 +05 Oct 2021 13:00 UT 1.31 28.506 1934.1 370566 12.1140 4.2184 -172.305 1.209 -4.604 -5.942 22.844 +05 Oct 2021 14:00 UT 1.21 28.547 1935.1 370387 12.1496 3.9601 -172.814 1.208 -4.559 -5.911 22.821 +05 Oct 2021 15:00 UT 1.11 28.589 1936.0 370210 12.1852 3.7011 -173.323 1.208 -4.513 -5.879 22.795 +05 Oct 2021 16:00 UT 1.02 28.631 1936.9 370035 12.2209 3.4415 -173.833 1.207 -4.466 -5.846 22.768 +05 Oct 2021 17:00 UT 0.93 28.672 1937.8 369862 12.2565 3.1814 -174.342 1.206 -4.419 -5.812 22.738 +05 Oct 2021 18:00 UT 0.84 28.714 1938.7 369691 12.2922 2.9207 -174.851 1.205 -4.371 -5.778 22.707 +05 Oct 2021 19:00 UT 0.76 28.756 1939.6 369521 12.3279 2.6596 -175.361 1.204 -4.323 -5.743 22.673 +05 Oct 2021 20:00 UT 0.69 28.797 1940.5 369354 12.3636 2.3979 -175.870 1.203 -4.275 -5.707 22.637 +05 Oct 2021 21:00 UT 0.62 28.839 1941.3 369188 12.3993 2.1358 -176.379 1.203 -4.226 -5.671 22.599 +05 Oct 2021 22:00 UT 0.55 28.881 1942.2 369025 12.4350 1.8733 -176.888 1.202 -4.177 -5.634 22.559 +05 Oct 2021 23:00 UT 0.49 28.922 1943.1 368864 12.4708 1.6104 -177.398 1.201 -4.127 -5.596 22.516 +06 Oct 2021 00:00 UT 0.43 28.964 1943.9 368704 12.5066 1.3471 -177.907 1.200 -4.076 -5.558 22.472 +06 Oct 2021 01:00 UT 0.38 29.006 1944.7 368547 12.5424 1.0834 -178.416 1.199 -4.025 -5.519 22.425 +06 Oct 2021 02:00 UT 0.33 29.047 1945.5 368392 12.5782 0.8194 -178.925 1.198 -3.974 -5.479 22.377 +06 Oct 2021 03:00 UT 0.29 29.089 1946.4 368239 12.6141 0.5551 -179.435 1.197 -3.922 -5.439 22.326 +06 Oct 2021 04:00 UT 0.25 29.131 1947.2 368088 12.6500 0.2905 -179.944 1.197 -3.870 -5.398 22.273 +06 Oct 2021 05:00 UT 0.22 29.172 1947.9 367939 12.6859 0.0257 179.547 1.196 -3.818 -5.357 22.218 +06 Oct 2021 06:00 UT 0.19 29.214 1948.7 367792 12.7218 -0.2394 179.038 1.195 -3.765 -5.315 22.162 +06 Oct 2021 07:00 UT 0.16 29.256 1949.5 367648 12.7578 -0.5046 178.528 1.194 -3.712 -5.272 22.102 +06 Oct 2021 08:00 UT 0.15 29.297 1950.2 367506 12.7938 -0.7700 178.019 1.193 -3.658 -5.229 22.041 +06 Oct 2021 09:00 UT 0.13 29.339 1951.0 367365 12.8299 -1.0356 177.510 1.192 -3.604 -5.185 21.978 +06 Oct 2021 10:00 UT 0.12 29.381 1951.7 367228 12.8659 -1.3013 177.001 1.192 -3.549 -5.140 21.913 +06 Oct 2021 11:00 UT 0.12 29.422 1952.4 367092 12.9020 -1.5670 176.491 1.191 -3.494 -5.095 21.845 +06 Oct 2021 12:00 UT 0.12 0.038 1953.1 366959 12.9382 -1.8329 175.982 1.190 -3.439 -5.050 21.776 +06 Oct 2021 13:00 UT 0.12 0.080 1953.8 366828 12.9743 -2.0987 175.473 1.189 -3.384 -5.003 21.704 +06 Oct 2021 14:00 UT 0.13 0.121 1954.5 366699 13.0106 -2.3646 174.964 1.188 -3.328 -4.956 21.631 +06 Oct 2021 15:00 UT 0.14 0.163 1955.2 366573 13.0468 -2.6304 174.454 1.187 -3.271 -4.909 21.555 +06 Oct 2021 16:00 UT 0.16 0.205 1955.9 366449 13.0831 -2.8962 173.945 1.186 -3.215 -4.861 21.477 +06 Oct 2021 17:00 UT 0.19 0.246 1956.5 366327 13.1194 -3.1619 173.436 1.186 -3.158 -4.812 21.397 +06 Oct 2021 18:00 UT 0.22 0.288 1957.1 366208 13.1558 -3.4275 172.927 1.185 -3.101 -4.763 21.315 +06 Oct 2021 19:00 UT 0.25 0.330 1957.8 366091 13.1922 -3.6930 172.417 1.184 -3.043 -4.713 21.231 +06 Oct 2021 20:00 UT 0.29 0.371 1958.4 365977 13.2287 -3.9583 171.908 1.183 -2.985 -4.662 21.145 +06 Oct 2021 21:00 UT 0.33 0.413 1959.0 365864 13.2652 -4.2234 171.399 1.182 -2.927 -4.611 21.057 +06 Oct 2021 22:00 UT 0.38 0.455 1959.6 365755 13.3018 -4.4883 170.890 1.181 -2.869 -4.560 20.967 +06 Oct 2021 23:00 UT 0.44 0.496 1960.1 365647 13.3384 -4.7530 170.380 1.180 -2.810 -4.508 20.875 +07 Oct 2021 00:00 UT 0.49 0.538 1960.7 365543 13.3750 -5.0173 169.871 1.180 -2.752 -4.455 20.780 +07 Oct 2021 01:00 UT 0.56 0.580 1961.3 365440 13.4117 -5.2814 169.362 1.179 -2.693 -4.402 20.684 +07 Oct 2021 02:00 UT 0.63 0.621 1961.8 365340 13.4485 -5.5451 168.853 1.178 -2.633 -4.348 20.586 +07 Oct 2021 03:00 UT 0.70 0.663 1962.3 365243 13.4853 -5.8084 168.343 1.177 -2.574 -4.294 20.485 +07 Oct 2021 04:00 UT 0.78 0.705 1962.8 365148 13.5221 -6.0714 167.834 1.176 -2.514 -4.239 20.383 +07 Oct 2021 05:00 UT 0.86 0.746 1963.3 365055 13.5590 -6.3339 167.325 1.175 -2.454 -4.184 20.278 +07 Oct 2021 06:00 UT 0.95 0.788 1963.8 364965 13.5960 -6.5959 166.816 1.174 -2.394 -4.129 20.172 +07 Oct 2021 07:00 UT 1.04 0.830 1964.3 364878 13.6330 -6.8575 166.307 1.174 -2.333 -4.072 20.063 +07 Oct 2021 08:00 UT 1.14 0.871 1964.7 364793 13.6701 -7.1186 165.797 1.173 -2.273 -4.016 19.952 +07 Oct 2021 09:00 UT 1.24 0.913 1965.2 364710 13.7072 -7.3791 165.288 1.172 -2.212 -3.958 19.840 +07 Oct 2021 10:00 UT 1.35 0.955 1965.6 364630 13.7444 -7.6390 164.779 1.171 -2.151 -3.901 19.725 +07 Oct 2021 11:00 UT 1.46 0.996 1966.0 364553 13.7817 -7.8983 164.270 1.170 -2.090 -3.843 19.608 +07 Oct 2021 12:00 UT 1.58 1.038 1966.4 364478 13.8190 -8.1570 163.761 1.169 -2.028 -3.784 19.490 +07 Oct 2021 13:00 UT 1.70 1.080 1966.8 364405 13.8564 -8.4151 163.251 1.168 -1.967 -3.725 19.369 +07 Oct 2021 14:00 UT 1.83 1.121 1967.2 364335 13.8938 -8.6724 162.742 1.167 -1.906 -3.665 19.246 +07 Oct 2021 15:00 UT 1.96 1.163 1967.6 364268 13.9313 -8.9290 162.233 1.167 -1.844 -3.605 19.121 +07 Oct 2021 16:00 UT 2.10 1.205 1967.9 364203 13.9689 -9.1848 161.724 1.166 -1.782 -3.545 18.995 +07 Oct 2021 17:00 UT 2.24 1.246 1968.3 364141 14.0066 -9.4399 161.215 1.165 -1.720 -3.484 18.866 +07 Oct 2021 18:00 UT 2.38 1.288 1968.6 364081 14.0443 -9.6941 160.706 1.164 -1.658 -3.423 18.735 +07 Oct 2021 19:00 UT 2.54 1.330 1968.9 364024 14.0820 -9.9474 160.196 1.163 -1.596 -3.361 18.602 +07 Oct 2021 20:00 UT 2.69 1.371 1969.2 363969 14.1199 -10.1999 159.687 1.162 -1.534 -3.299 18.467 +07 Oct 2021 21:00 UT 2.85 1.413 1969.5 363917 14.1578 -10.4515 159.178 1.161 -1.472 -3.237 18.331 +07 Oct 2021 22:00 UT 3.02 1.455 1969.7 363867 14.1958 -10.7021 158.669 1.161 -1.409 -3.174 18.192 +07 Oct 2021 23:00 UT 3.19 1.496 1970.0 363820 14.2338 -10.9518 158.160 1.160 -1.347 -3.111 18.051 +08 Oct 2021 00:00 UT 3.36 1.538 1970.2 363776 14.2719 -11.2005 157.651 1.159 -1.285 -3.047 17.909 +08 Oct 2021 01:00 UT 3.54 1.580 1970.5 363734 14.3101 -11.4481 157.142 1.158 -1.222 -2.983 17.764 +08 Oct 2021 02:00 UT 3.73 1.621 1970.7 363694 14.3484 -11.6946 156.632 1.157 -1.160 -2.919 17.617 +08 Oct 2021 03:00 UT 3.92 1.663 1970.9 363657 14.3867 -11.9401 156.123 1.156 -1.097 -2.854 17.469 +08 Oct 2021 04:00 UT 4.11 1.705 1971.1 363623 14.4252 -12.1844 155.614 1.155 -1.034 -2.789 17.318 +08 Oct 2021 05:00 UT 4.31 1.746 1971.2 363591 14.4636 -12.4275 155.105 1.154 -0.972 -2.724 17.166 +08 Oct 2021 06:00 UT 4.51 1.788 1971.4 363562 14.5022 -12.6695 154.596 1.154 -0.909 -2.658 17.011 +08 Oct 2021 07:00 UT 4.72 1.830 1971.5 363535 14.5409 -12.9102 154.087 1.153 -0.847 -2.592 16.855 +08 Oct 2021 08:00 UT 4.93 1.871 1971.7 363511 14.5796 -13.1497 153.578 1.152 -0.784 -2.526 16.697 +08 Oct 2021 09:00 UT 5.15 1.913 1971.8 363489 14.6184 -13.3879 153.069 1.151 -0.722 -2.460 16.537 +08 Oct 2021 10:00 UT 5.37 1.955 1971.9 363470 14.6573 -13.6248 152.560 1.150 -0.659 -2.393 16.375 +08 Oct 2021 11:00 UT 5.60 1.996 1972.0 363453 14.6962 -13.8604 152.051 1.149 -0.597 -2.326 16.211 +08 Oct 2021 12:00 UT 5.83 2.038 1972.1 363438 14.7353 -14.0945 151.542 1.148 -0.534 -2.258 16.045 +08 Oct 2021 13:00 UT 6.06 2.080 1972.1 363427 14.7744 -14.3273 151.033 1.148 -0.472 -2.191 15.877 +08 Oct 2021 14:00 UT 6.30 2.121 1972.2 363417 14.8136 -14.5586 150.524 1.147 -0.409 -2.123 15.707 +08 Oct 2021 15:00 UT 6.54 2.163 1972.2 363410 14.8529 -14.7884 150.015 1.146 -0.347 -2.054 15.536 +08 Oct 2021 16:00 UT 6.79 2.205 1972.2 363406 14.8922 -15.0168 149.506 1.145 -0.285 -1.986 15.363 +08 Oct 2021 17:00 UT 7.04 2.246 1972.3 363404 14.9317 -15.2436 148.997 1.144 -0.223 -1.917 15.187 +08 Oct 2021 18:00 UT 7.30 2.288 1972.2 363404 14.9712 -15.4689 148.487 1.143 -0.161 -1.849 15.010 +08 Oct 2021 19:00 UT 7.56 2.330 1972.2 363407 15.0108 -15.6925 147.978 1.142 -0.099 -1.779 14.831 +08 Oct 2021 20:00 UT 7.82 2.371 1972.2 363412 15.0505 -15.9146 147.470 1.142 -0.037 -1.710 14.651 +08 Oct 2021 21:00 UT 8.09 2.413 1972.2 363420 15.0903 -16.1350 146.961 1.141 0.025 -1.641 14.468 +08 Oct 2021 22:00 UT 8.37 2.455 1972.1 363430 15.1302 -16.3537 146.452 1.140 0.087 -1.571 14.284 +08 Oct 2021 23:00 UT 8.65 2.496 1972.0 363442 15.1701 -16.5706 145.943 1.139 0.148 -1.501 14.098 +09 Oct 2021 00:00 UT 8.93 2.538 1972.0 363457 15.2101 -16.7859 145.434 1.138 0.210 -1.431 13.910 +09 Oct 2021 01:00 UT 9.21 2.580 1971.9 363474 15.2502 -16.9994 144.925 1.137 0.271 -1.361 13.720 +09 Oct 2021 02:00 UT 9.50 2.621 1971.8 363494 15.2904 -17.2111 144.416 1.136 0.332 -1.291 13.529 +09 Oct 2021 03:00 UT 9.80 2.663 1971.6 363515 15.3307 -17.4209 143.907 1.136 0.393 -1.220 13.335 +09 Oct 2021 04:00 UT 10.09 2.705 1971.5 363539 15.3711 -17.6289 143.398 1.135 0.454 -1.150 13.141 +09 Oct 2021 05:00 UT 10.40 2.746 1971.4 363566 15.4115 -17.8350 142.889 1.134 0.515 -1.079 12.944 +09 Oct 2021 06:00 UT 10.70 2.788 1971.2 363594 15.4521 -18.0392 142.380 1.133 0.575 -1.008 12.746 +09 Oct 2021 07:00 UT 11.01 2.830 1971.0 363625 15.4927 -18.2414 141.871 1.132 0.635 -0.938 12.546 +09 Oct 2021 08:00 UT 11.32 2.871 1970.9 363658 15.5334 -18.4416 141.362 1.131 0.696 -0.867 12.344 +09 Oct 2021 09:00 UT 11.64 2.913 1970.7 363694 15.5742 -18.6399 140.853 1.130 0.756 -0.795 12.141 +09 Oct 2021 10:00 UT 11.96 2.955 1970.5 363732 15.6151 -18.8361 140.344 1.130 0.815 -0.724 11.936 +09 Oct 2021 11:00 UT 12.29 2.996 1970.3 363771 15.6560 -19.0303 139.836 1.129 0.875 -0.653 11.729 +09 Oct 2021 12:00 UT 12.61 3.038 1970.0 363813 15.6971 -19.2224 139.327 1.128 0.934 -0.582 11.521 +09 Oct 2021 13:00 UT 12.95 3.080 1969.8 363858 15.7382 -19.4123 138.818 1.127 0.994 -0.511 11.311 +09 Oct 2021 14:00 UT 13.28 3.121 1969.5 363904 15.7794 -19.6001 138.309 1.126 1.053 -0.439 11.100 +09 Oct 2021 15:00 UT 13.62 3.163 1969.3 363952 15.8207 -19.7858 137.800 1.125 1.112 -0.368 10.887 +09 Oct 2021 16:00 UT 13.96 3.205 1969.0 364003 15.8620 -19.9692 137.291 1.124 1.170 -0.296 10.672 +09 Oct 2021 17:00 UT 14.31 3.246 1968.7 364056 15.9035 -20.1505 136.783 1.124 1.228 -0.225 10.456 +09 Oct 2021 18:00 UT 14.66 3.288 1968.4 364110 15.9450 -20.3295 136.274 1.123 1.287 -0.154 10.239 +09 Oct 2021 19:00 UT 15.01 3.330 1968.1 364167 15.9866 -20.5062 135.765 1.122 1.345 -0.082 10.020 +09 Oct 2021 20:00 UT 15.37 3.371 1967.8 364226 16.0283 -20.6806 135.256 1.121 1.402 -0.011 9.799 +09 Oct 2021 21:00 UT 15.72 3.413 1967.5 364287 16.0701 -20.8527 134.748 1.120 1.460 0.061 9.578 +09 Oct 2021 22:00 UT 16.09 3.455 1967.1 364350 16.1119 -21.0224 134.239 1.119 1.517 0.132 9.354 +09 Oct 2021 23:00 UT 16.45 3.496 1966.8 364415 16.1538 -21.1898 133.730 1.119 1.574 0.203 9.130 +10 Oct 2021 00:00 UT 16.82 3.538 1966.4 364482 16.1958 -21.3547 133.221 1.118 1.630 0.274 8.904 +10 Oct 2021 01:00 UT 17.19 3.580 1966.0 364551 16.2379 -21.5173 132.713 1.117 1.687 0.346 8.676 +10 Oct 2021 02:00 UT 17.57 3.621 1965.7 364622 16.2801 -21.6774 132.204 1.116 1.743 0.417 8.448 +10 Oct 2021 03:00 UT 17.95 3.663 1965.3 364694 16.3223 -21.8350 131.695 1.115 1.799 0.488 8.218 +10 Oct 2021 04:00 UT 18.33 3.705 1964.9 364769 16.3646 -21.9901 131.187 1.114 1.854 0.559 7.987 +10 Oct 2021 05:00 UT 18.71 3.746 1964.5 364845 16.4069 -22.1427 130.678 1.114 1.910 0.630 7.754 +10 Oct 2021 06:00 UT 19.10 3.788 1964.0 364924 16.4494 -22.2928 130.169 1.113 1.965 0.700 7.521 +10 Oct 2021 07:00 UT 19.49 3.830 1963.6 365004 16.4919 -22.4404 129.661 1.112 2.019 0.771 7.286 +10 Oct 2021 08:00 UT 19.88 3.871 1963.2 365086 16.5344 -22.5853 129.152 1.111 2.074 0.842 7.050 +10 Oct 2021 09:00 UT 20.27 3.913 1962.7 365169 16.5771 -22.7277 128.643 1.110 2.128 0.912 6.813 +10 Oct 2021 10:00 UT 20.67 3.955 1962.3 365255 16.6198 -22.8674 128.135 1.109 2.182 0.982 6.575 +10 Oct 2021 11:00 UT 21.07 3.996 1961.8 365342 16.6625 -23.0045 127.626 1.109 2.235 1.052 6.335 +10 Oct 2021 12:00 UT 21.47 4.038 1961.3 365431 16.7054 -23.1389 127.117 1.108 2.289 1.122 6.095 +10 Oct 2021 13:00 UT 21.88 4.080 1960.8 365521 16.7483 -23.2707 126.609 1.107 2.342 1.192 5.854 +10 Oct 2021 14:00 UT 22.29 4.121 1960.3 365614 16.7912 -23.3997 126.100 1.106 2.394 1.262 5.612 +10 Oct 2021 15:00 UT 22.70 4.163 1959.8 365708 16.8342 -23.5261 125.592 1.105 2.447 1.331 5.368 +10 Oct 2021 16:00 UT 23.11 4.205 1959.3 365803 16.8773 -23.6497 125.083 1.104 2.499 1.400 5.124 +10 Oct 2021 17:00 UT 23.52 4.246 1958.8 365901 16.9204 -23.7706 124.575 1.104 2.550 1.470 4.879 +10 Oct 2021 18:00 UT 23.94 4.288 1958.3 365999 16.9636 -23.8887 124.066 1.103 2.602 1.538 4.633 +10 Oct 2021 19:00 UT 24.36 4.330 1957.7 366100 17.0068 -24.0040 123.558 1.102 2.653 1.607 4.387 +10 Oct 2021 20:00 UT 24.78 4.371 1957.2 366202 17.0501 -24.1165 123.049 1.101 2.703 1.676 4.139 +10 Oct 2021 21:00 UT 25.21 4.413 1956.6 366305 17.0934 -24.2262 122.541 1.100 2.754 1.744 3.891 +10 Oct 2021 22:00 UT 25.63 4.455 1956.1 366410 17.1368 -24.3331 122.032 1.100 2.804 1.812 3.642 +10 Oct 2021 23:00 UT 26.06 4.496 1955.5 366516 17.1802 -24.4371 121.524 1.099 2.853 1.880 3.393 +11 Oct 2021 00:00 UT 26.49 4.538 1954.9 366624 17.2236 -24.5383 121.015 1.098 2.903 1.947 3.143 +11 Oct 2021 01:00 UT 26.92 4.580 1954.3 366734 17.2671 -24.6366 120.507 1.097 2.952 2.014 2.892 +11 Oct 2021 02:00 UT 27.36 4.621 1953.8 366844 17.3107 -24.7321 119.998 1.096 3.000 2.081 2.641 +11 Oct 2021 03:00 UT 27.79 4.663 1953.2 366956 17.3542 -24.8246 119.490 1.095 3.049 2.148 2.389 +11 Oct 2021 04:00 UT 28.23 4.705 1952.6 367070 17.3978 -24.9143 118.981 1.095 3.097 2.215 2.136 +11 Oct 2021 05:00 UT 28.67 4.746 1951.9 367185 17.4415 -25.0010 118.473 1.094 3.144 2.281 1.884 +11 Oct 2021 06:00 UT 29.11 4.788 1951.3 367301 17.4851 -25.0848 117.965 1.093 3.192 2.347 1.631 +11 Oct 2021 07:00 UT 29.55 4.830 1950.7 367418 17.5288 -25.1657 117.456 1.092 3.238 2.412 1.377 +11 Oct 2021 08:00 UT 30.00 4.871 1950.1 367537 17.5726 -25.2437 116.948 1.091 3.285 2.478 1.123 +11 Oct 2021 09:00 UT 30.44 4.913 1949.4 367657 17.6163 -25.3187 116.440 1.091 3.331 2.543 0.869 +11 Oct 2021 10:00 UT 30.89 4.955 1948.8 367778 17.6601 -25.3907 115.931 1.090 3.377 2.607 0.615 +11 Oct 2021 11:00 UT 31.34 4.996 1948.1 367900 17.7039 -25.4598 115.423 1.089 3.422 2.672 0.360 +11 Oct 2021 12:00 UT 31.79 5.038 1947.5 368024 17.7477 -25.5259 114.915 1.088 3.468 2.736 0.105 +11 Oct 2021 13:00 UT 32.24 5.080 1946.8 368149 17.7915 -25.5890 114.406 1.087 3.512 2.799 359.850 +11 Oct 2021 14:00 UT 32.69 5.121 1946.2 368275 17.8353 -25.6491 113.898 1.087 3.557 2.863 359.595 +11 Oct 2021 15:00 UT 33.15 5.163 1945.5 368402 17.8792 -25.7063 113.390 1.086 3.601 2.925 359.340 +11 Oct 2021 16:00 UT 33.60 5.205 1944.8 368530 17.9230 -25.7605 112.882 1.085 3.644 2.988 359.085 +11 Oct 2021 17:00 UT 34.06 5.246 1944.1 368659 17.9669 -25.8116 112.373 1.084 3.688 3.050 358.830 +11 Oct 2021 18:00 UT 34.51 5.288 1943.5 368789 18.0108 -25.8598 111.865 1.083 3.730 3.112 358.576 +11 Oct 2021 19:00 UT 34.97 5.330 1942.8 368920 18.0546 -25.9050 111.357 1.083 3.773 3.174 358.321 +11 Oct 2021 20:00 UT 35.43 5.371 1942.1 369053 18.0985 -25.9472 110.849 1.082 3.815 3.235 358.066 +11 Oct 2021 21:00 UT 35.89 5.413 1941.4 369186 18.1424 -25.9863 110.340 1.081 3.857 3.296 357.812 +11 Oct 2021 22:00 UT 36.35 5.455 1940.7 369320 18.1862 -26.0225 109.832 1.080 3.898 3.356 357.558 +11 Oct 2021 23:00 UT 36.82 5.496 1939.9 369455 18.2301 -26.0557 109.324 1.079 3.939 3.416 357.304 +12 Oct 2021 00:00 UT 37.28 5.538 1939.2 369592 18.2739 -26.0858 108.816 1.079 3.980 3.475 357.050 +12 Oct 2021 01:00 UT 37.74 5.580 1938.5 369729 18.3178 -26.1130 108.308 1.078 4.020 3.534 356.797 +12 Oct 2021 02:00 UT 38.21 5.621 1937.8 369866 18.3616 -26.1372 107.800 1.077 4.060 3.593 356.544 +12 Oct 2021 03:00 UT 38.67 5.663 1937.1 370005 18.4054 -26.1583 107.291 1.076 4.099 3.651 356.292 +12 Oct 2021 04:00 UT 39.14 5.705 1936.3 370145 18.4491 -26.1765 106.783 1.076 4.138 3.709 356.040 +12 Oct 2021 05:00 UT 39.61 5.746 1935.6 370285 18.4929 -26.1917 106.275 1.075 4.177 3.767 355.789 +12 Oct 2021 06:00 UT 40.07 5.788 1934.9 370426 18.5366 -26.2039 105.767 1.074 4.215 3.824 355.538 +12 Oct 2021 07:00 UT 40.54 5.830 1934.1 370568 18.5803 -26.2131 105.259 1.073 4.253 3.880 355.288 +12 Oct 2021 08:00 UT 41.01 5.871 1933.4 370711 18.6240 -26.2193 104.751 1.072 4.290 3.936 355.039 +12 Oct 2021 09:00 UT 41.48 5.913 1932.6 370855 18.6676 -26.2226 104.243 1.072 4.327 3.992 354.790 +12 Oct 2021 10:00 UT 41.95 5.955 1931.9 370999 18.7113 -26.2229 103.735 1.071 4.364 4.047 354.542 +12 Oct 2021 11:00 UT 42.42 5.996 1931.1 371144 18.7548 -26.2203 103.227 1.070 4.401 4.102 354.295 +12 Oct 2021 12:00 UT 42.89 6.038 1930.4 371290 18.7984 -26.2147 102.719 1.069 4.436 4.156 354.049 +12 Oct 2021 13:00 UT 43.35 6.080 1929.6 371436 18.8419 -26.2062 102.211 1.069 4.472 4.210 353.803 +12 Oct 2021 14:00 UT 43.82 6.121 1928.8 371583 18.8853 -26.1947 101.703 1.068 4.507 4.263 353.559 +12 Oct 2021 15:00 UT 44.29 6.163 1928.1 371730 18.9287 -26.1803 101.195 1.067 4.542 4.316 353.315 +12 Oct 2021 16:00 UT 44.76 6.205 1927.3 371878 18.9721 -26.1630 100.687 1.066 4.576 4.368 353.073 +12 Oct 2021 17:00 UT 45.23 6.246 1926.5 372027 19.0154 -26.1428 100.179 1.065 4.610 4.420 352.831 +12 Oct 2021 18:00 UT 45.70 6.288 1925.8 372177 19.0587 -26.1197 99.671 1.065 4.644 4.471 352.590 +12 Oct 2021 19:00 UT 46.17 6.330 1925.0 372326 19.1019 -26.0937 99.163 1.064 4.677 4.522 352.351 +12 Oct 2021 20:00 UT 46.64 6.371 1924.2 372477 19.1450 -26.0649 98.655 1.063 4.710 4.572 352.113 +12 Oct 2021 21:00 UT 47.11 6.413 1923.4 372628 19.1881 -26.0332 98.148 1.062 4.742 4.622 351.875 +12 Oct 2021 22:00 UT 47.58 6.455 1922.6 372779 19.2311 -25.9986 97.640 1.062 4.774 4.671 351.639 +12 Oct 2021 23:00 UT 48.05 6.496 1921.9 372931 19.2741 -25.9612 97.132 1.061 4.806 4.720 351.405 +13 Oct 2021 00:00 UT 48.52 6.538 1921.1 373083 19.3170 -25.9210 96.624 1.060 4.837 4.768 351.171 +13 Oct 2021 01:00 UT 48.99 6.580 1920.3 373236 19.3599 -25.8780 96.116 1.059 4.868 4.816 350.939 +13 Oct 2021 02:00 UT 49.46 6.621 1919.5 373389 19.4026 -25.8322 95.608 1.059 4.898 4.863 350.708 +13 Oct 2021 03:00 UT 49.93 6.663 1918.7 373543 19.4453 -25.7837 95.101 1.058 4.928 4.909 350.478 +13 Oct 2021 04:00 UT 50.40 6.705 1917.9 373697 19.4880 -25.7323 94.593 1.057 4.958 4.956 350.250 +13 Oct 2021 05:00 UT 50.86 6.746 1917.1 373851 19.5305 -25.6783 94.085 1.056 4.987 5.001 350.024 +13 Oct 2021 06:00 UT 51.33 6.788 1916.3 374006 19.5730 -25.6215 93.577 1.055 5.016 5.046 349.798 +13 Oct 2021 07:00 UT 51.80 6.830 1915.5 374161 19.6154 -25.5620 93.069 1.055 5.044 5.091 349.575 +13 Oct 2021 08:00 UT 52.26 6.871 1914.8 374317 19.6578 -25.4998 92.562 1.054 5.072 5.134 349.352 +13 Oct 2021 09:00 UT 52.73 6.913 1914.0 374473 19.7000 -25.4349 92.054 1.053 5.100 5.178 349.132 +13 Oct 2021 10:00 UT 53.19 6.955 1913.2 374629 19.7422 -25.3674 91.546 1.052 5.127 5.221 348.913 +13 Oct 2021 11:00 UT 53.66 6.996 1912.4 374785 19.7843 -25.2972 91.039 1.052 5.154 5.263 348.695 +13 Oct 2021 12:00 UT 54.12 7.038 1911.6 374942 19.8263 -25.2244 90.531 1.051 5.180 5.304 348.479 +13 Oct 2021 13:00 UT 54.58 7.080 1910.8 375099 19.8682 -25.1490 90.023 1.050 5.206 5.346 348.265 +13 Oct 2021 14:00 UT 55.04 7.121 1910.0 375256 19.9100 -25.0710 89.516 1.049 5.232 5.386 348.053 +13 Oct 2021 15:00 UT 55.50 7.163 1909.2 375413 19.9518 -24.9904 89.008 1.049 5.257 5.426 347.842 +13 Oct 2021 16:00 UT 55.96 7.205 1908.4 375571 19.9934 -24.9073 88.500 1.048 5.282 5.465 347.633 +13 Oct 2021 17:00 UT 56.42 7.246 1907.6 375729 20.0350 -24.8216 87.993 1.047 5.306 5.504 347.426 +13 Oct 2021 18:00 UT 56.88 7.288 1906.8 375886 20.0765 -24.7335 87.485 1.046 5.330 5.542 347.220 +13 Oct 2021 19:00 UT 57.34 7.330 1906.0 376045 20.1179 -24.6429 86.977 1.046 5.354 5.580 347.017 +13 Oct 2021 20:00 UT 57.79 7.371 1905.2 376203 20.1591 -24.5497 86.470 1.045 5.377 5.617 346.815 +13 Oct 2021 21:00 UT 58.25 7.413 1904.4 376361 20.2003 -24.4542 85.962 1.044 5.400 5.654 346.615 +13 Oct 2021 22:00 UT 58.70 7.455 1903.5 376520 20.2414 -24.3562 85.455 1.043 5.423 5.689 346.417 +13 Oct 2021 23:00 UT 59.15 7.496 1902.7 376679 20.2824 -24.2558 84.947 1.042 5.445 5.725 346.220 +14 Oct 2021 00:00 UT 59.60 7.538 1901.9 376838 20.3233 -24.1531 84.440 1.042 5.466 5.759 346.026 +14 Oct 2021 01:00 UT 60.05 7.580 1901.1 376997 20.3641 -24.0479 83.932 1.041 5.488 5.793 345.834 +14 Oct 2021 02:00 UT 60.50 7.621 1900.3 377156 20.4048 -23.9405 83.425 1.040 5.508 5.827 345.643 +14 Oct 2021 03:00 UT 60.95 7.663 1899.5 377315 20.4454 -23.8307 82.917 1.039 5.529 5.860 345.455 +14 Oct 2021 04:00 UT 61.40 7.705 1898.7 377474 20.4859 -23.7186 82.410 1.039 5.549 5.892 345.268 +14 Oct 2021 05:00 UT 61.84 7.746 1897.9 377633 20.5263 -23.6042 81.902 1.038 5.569 5.924 345.083 +14 Oct 2021 06:00 UT 62.29 7.788 1897.1 377792 20.5665 -23.4876 81.395 1.037 5.588 5.955 344.901 +14 Oct 2021 07:00 UT 62.73 7.830 1896.3 377952 20.6067 -23.3688 80.887 1.036 5.607 5.985 344.720 +14 Oct 2021 08:00 UT 63.17 7.871 1895.5 378111 20.6468 -23.2477 80.380 1.036 5.625 6.015 344.542 +14 Oct 2021 09:00 UT 63.61 7.913 1894.7 378270 20.6868 -23.1245 79.872 1.035 5.644 6.044 344.366 +14 Oct 2021 10:00 UT 64.04 7.955 1893.9 378430 20.7266 -22.9991 79.365 1.034 5.661 6.073 344.191 +14 Oct 2021 11:00 UT 64.48 7.996 1893.1 378589 20.7664 -22.8716 78.857 1.033 5.679 6.101 344.019 +14 Oct 2021 12:00 UT 64.92 8.038 1892.3 378748 20.8060 -22.7419 78.350 1.033 5.695 6.128 343.849 +14 Oct 2021 13:00 UT 65.35 8.080 1891.6 378908 20.8456 -22.6102 77.843 1.032 5.712 6.155 343.681 +14 Oct 2021 14:00 UT 65.78 8.121 1890.8 379067 20.8850 -22.4764 77.335 1.031 5.728 6.181 343.515 +14 Oct 2021 15:00 UT 66.21 8.163 1890.0 379226 20.9243 -22.3405 76.828 1.030 5.744 6.207 343.351 +14 Oct 2021 16:00 UT 66.64 8.205 1889.2 379385 20.9635 -22.2026 76.321 1.030 5.759 6.232 343.189 +14 Oct 2021 17:00 UT 67.06 8.246 1888.4 379544 21.0027 -22.0628 75.813 1.029 5.774 6.256 343.029 +14 Oct 2021 18:00 UT 67.49 8.288 1887.6 379703 21.0417 -21.9209 75.306 1.028 5.789 6.280 342.872 +14 Oct 2021 19:00 UT 67.91 8.330 1886.8 379862 21.0806 -21.7771 74.799 1.027 5.803 6.303 342.717 +14 Oct 2021 20:00 UT 68.33 8.371 1886.0 380021 21.1193 -21.6314 74.291 1.026 5.817 6.325 342.563 +14 Oct 2021 21:00 UT 68.75 8.413 1885.2 380180 21.1580 -21.4837 73.784 1.026 5.830 6.347 342.412 +14 Oct 2021 22:00 UT 69.17 8.455 1884.4 380339 21.1966 -21.3342 73.277 1.025 5.843 6.368 342.264 +14 Oct 2021 23:00 UT 69.58 8.496 1883.7 380497 21.2350 -21.1828 72.769 1.024 5.856 6.389 342.117 +15 Oct 2021 00:00 UT 69.99 8.538 1882.9 380656 21.2734 -21.0296 72.262 1.023 5.868 6.408 341.972 +15 Oct 2021 01:00 UT 70.40 8.580 1882.1 380814 21.3116 -20.8746 71.755 1.023 5.880 6.428 341.830 +15 Oct 2021 02:00 UT 70.81 8.621 1881.3 380972 21.3497 -20.7178 71.248 1.022 5.891 6.446 341.690 +15 Oct 2021 03:00 UT 71.22 8.663 1880.5 381130 21.3878 -20.5592 70.740 1.021 5.902 6.464 341.552 +15 Oct 2021 04:00 UT 71.63 8.705 1879.7 381288 21.4257 -20.3989 70.233 1.020 5.913 6.482 341.416 +15 Oct 2021 05:00 UT 72.03 8.746 1879.0 381446 21.4635 -20.2369 69.726 1.020 5.923 6.499 341.282 +15 Oct 2021 06:00 UT 72.43 8.788 1878.2 381604 21.5012 -20.0731 69.219 1.019 5.933 6.515 341.151 +15 Oct 2021 07:00 UT 72.83 8.830 1877.4 381761 21.5388 -19.9077 68.712 1.018 5.942 6.530 341.022 +15 Oct 2021 08:00 UT 73.22 8.871 1876.6 381919 21.5762 -19.7407 68.205 1.017 5.951 6.545 340.895 +15 Oct 2021 09:00 UT 73.62 8.913 1875.9 382076 21.6136 -19.5720 67.697 1.017 5.960 6.559 340.770 +15 Oct 2021 10:00 UT 74.01 8.955 1875.1 382233 21.6509 -19.4017 67.190 1.016 5.968 6.573 340.647 +15 Oct 2021 11:00 UT 74.40 8.996 1874.3 382389 21.6880 -19.2299 66.683 1.015 5.976 6.586 340.527 +15 Oct 2021 12:00 UT 74.79 9.038 1873.6 382546 21.7251 -19.0565 66.176 1.014 5.984 6.598 340.408 +15 Oct 2021 13:00 UT 75.17 9.080 1872.8 382702 21.7620 -18.8815 65.669 1.013 5.991 6.610 340.292 +15 Oct 2021 14:00 UT 75.56 9.121 1872.0 382859 21.7989 -18.7051 65.162 1.013 5.998 6.621 340.178 +15 Oct 2021 15:00 UT 75.94 9.163 1871.3 383015 21.8356 -18.5272 64.655 1.012 6.004 6.631 340.066 +15 Oct 2021 16:00 UT 76.31 9.205 1870.5 383170 21.8723 -18.3478 64.148 1.011 6.010 6.641 339.957 +15 Oct 2021 17:00 UT 76.69 9.246 1869.8 383326 21.9088 -18.1670 63.640 1.010 6.015 6.651 339.849 +15 Oct 2021 18:00 UT 77.06 9.288 1869.0 383481 21.9452 -17.9847 63.133 1.010 6.021 6.659 339.744 +15 Oct 2021 19:00 UT 77.44 9.330 1868.2 383636 21.9815 -17.8011 62.626 1.009 6.025 6.667 339.641 +15 Oct 2021 20:00 UT 77.80 9.371 1867.5 383791 22.0178 -17.6161 62.119 1.008 6.030 6.674 339.540 +15 Oct 2021 21:00 UT 78.17 9.413 1866.7 383946 22.0539 -17.4297 61.612 1.007 6.034 6.681 339.441 +15 Oct 2021 22:00 UT 78.53 9.455 1866.0 384100 22.0899 -17.2420 61.105 1.006 6.037 6.687 339.345 +15 Oct 2021 23:00 UT 78.89 9.496 1865.2 384255 22.1258 -17.0530 60.598 1.006 6.041 6.693 339.250 +16 Oct 2021 00:00 UT 79.25 9.538 1864.5 384409 22.1617 -16.8628 60.091 1.005 6.043 6.697 339.158 +16 Oct 2021 01:00 UT 79.61 9.580 1863.7 384562 22.1974 -16.6712 59.584 1.004 6.046 6.702 339.068 +16 Oct 2021 02:00 UT 79.96 9.621 1863.0 384716 22.2330 -16.4785 59.077 1.003 6.048 6.705 338.980 +16 Oct 2021 03:00 UT 80.31 9.663 1862.3 384869 22.2686 -16.2845 58.570 1.003 6.050 6.708 338.894 +16 Oct 2021 04:00 UT 80.66 9.705 1861.5 385022 22.3040 -16.0893 58.063 1.002 6.051 6.710 338.810 +16 Oct 2021 05:00 UT 81.01 9.746 1860.8 385175 22.3393 -15.8930 57.556 1.001 6.052 6.712 338.728 +16 Oct 2021 06:00 UT 81.35 9.788 1860.0 385327 22.3746 -15.6955 57.049 1.000 6.052 6.713 338.648 +16 Oct 2021 07:00 UT 81.69 9.830 1859.3 385479 22.4097 -15.4968 56.543 0.999 6.052 6.714 338.571 +16 Oct 2021 08:00 UT 82.03 9.871 1858.6 385631 22.4448 -15.2971 56.036 0.999 6.052 6.714 338.496 +16 Oct 2021 09:00 UT 82.36 9.913 1857.8 385783 22.4798 -15.0963 55.529 0.998 6.051 6.713 338.422 +16 Oct 2021 10:00 UT 82.69 9.955 1857.1 385934 22.5146 -14.8944 55.022 0.997 6.050 6.712 338.351 +16 Oct 2021 11:00 UT 83.02 9.996 1856.4 386085 22.5494 -14.6914 54.515 0.996 6.049 6.710 338.282 +16 Oct 2021 12:00 UT 83.35 10.038 1855.7 386236 22.5841 -14.4875 54.008 0.995 6.047 6.707 338.215 +16 Oct 2021 13:00 UT 83.67 10.080 1854.9 386387 22.6187 -14.2825 53.501 0.995 6.045 6.704 338.150 +16 Oct 2021 14:00 UT 83.99 10.121 1854.2 386537 22.6533 -14.0766 52.994 0.994 6.042 6.700 338.087 +16 Oct 2021 15:00 UT 84.31 10.163 1853.5 386687 22.6877 -13.8697 52.487 0.993 6.039 6.696 338.026 +16 Oct 2021 16:00 UT 84.63 10.205 1852.8 386837 22.7220 -13.6618 51.981 0.992 6.036 6.691 337.967 +16 Oct 2021 17:00 UT 84.94 10.246 1852.1 386986 22.7563 -13.4531 51.474 0.991 6.032 6.685 337.910 +16 Oct 2021 18:00 UT 85.25 10.288 1851.4 387135 22.7905 -13.2434 50.967 0.991 6.028 6.679 337.855 +16 Oct 2021 19:00 UT 85.55 10.330 1850.6 387284 22.8246 -13.0329 50.460 0.990 6.023 6.672 337.802 +16 Oct 2021 20:00 UT 85.86 10.371 1849.9 387433 22.8586 -12.8215 49.953 0.989 6.018 6.665 337.751 +16 Oct 2021 21:00 UT 86.16 10.413 1849.2 387581 22.8926 -12.6092 49.446 0.988 6.013 6.657 337.702 +16 Oct 2021 22:00 UT 86.46 10.455 1848.5 387729 22.9264 -12.3962 48.940 0.987 6.007 6.648 337.655 +16 Oct 2021 23:00 UT 86.75 10.496 1847.8 387876 22.9602 -12.1823 48.433 0.987 6.001 6.639 337.610 +17 Oct 2021 00:00 UT 87.04 10.538 1847.1 388024 22.9939 -11.9677 47.926 0.986 5.994 6.629 337.567 +17 Oct 2021 01:00 UT 87.33 10.580 1846.4 388171 23.0275 -11.7523 47.419 0.985 5.987 6.619 337.526 +17 Oct 2021 02:00 UT 87.62 10.621 1845.7 388317 23.0611 -11.5362 46.912 0.984 5.980 6.608 337.487 +17 Oct 2021 03:00 UT 87.90 10.663 1845.0 388464 23.0945 -11.3193 46.406 0.983 5.972 6.596 337.450 +17 Oct 2021 04:00 UT 88.18 10.705 1844.3 388610 23.1279 -11.1017 45.899 0.983 5.964 6.584 337.414 +17 Oct 2021 05:00 UT 88.46 10.746 1843.6 388756 23.1613 -10.8835 45.392 0.982 5.956 6.571 337.381 +17 Oct 2021 06:00 UT 88.73 10.788 1842.9 388901 23.1945 -10.6646 44.885 0.981 5.947 6.558 337.349 +17 Oct 2021 07:00 UT 89.00 10.830 1842.3 389046 23.2277 -10.4450 44.379 0.980 5.937 6.544 337.320 +17 Oct 2021 08:00 UT 89.27 10.871 1841.6 389191 23.2608 -10.2248 43.872 0.979 5.928 6.530 337.292 +17 Oct 2021 09:00 UT 89.53 10.913 1840.9 389336 23.2939 -10.0041 43.365 0.978 5.918 6.515 337.266 +17 Oct 2021 10:00 UT 89.79 10.955 1840.2 389480 23.3269 -9.7827 42.859 0.978 5.907 6.499 337.243 +17 Oct 2021 11:00 UT 90.05 10.996 1839.5 389624 23.3598 -9.5607 42.352 0.977 5.896 6.483 337.221 +17 Oct 2021 12:00 UT 90.30 11.038 1838.9 389768 23.3927 -9.3382 41.845 0.976 5.885 6.467 337.200 +17 Oct 2021 13:00 UT 90.56 11.080 1838.2 389911 23.4255 -9.1152 41.338 0.975 5.874 6.449 337.182 +17 Oct 2021 14:00 UT 90.80 11.121 1837.5 390054 23.4582 -8.8916 40.832 0.974 5.862 6.432 337.165 +17 Oct 2021 15:00 UT 91.05 11.163 1836.8 390196 23.4908 -8.6676 40.325 0.973 5.849 6.413 337.151 +17 Oct 2021 16:00 UT 91.29 11.205 1836.2 390339 23.5235 -8.4430 39.818 0.973 5.836 6.394 337.138 +17 Oct 2021 17:00 UT 91.53 11.246 1835.5 390480 23.5560 -8.2180 39.312 0.972 5.823 6.375 337.127 +17 Oct 2021 18:00 UT 91.77 11.288 1834.8 390622 23.5885 -7.9926 38.805 0.971 5.810 6.355 337.117 +17 Oct 2021 19:00 UT 92.00 11.330 1834.2 390763 23.6209 -7.7667 38.298 0.970 5.796 6.334 337.110 +17 Oct 2021 20:00 UT 92.23 11.371 1833.5 390904 23.6533 -7.5405 37.792 0.969 5.781 6.313 337.104 +17 Oct 2021 21:00 UT 92.45 11.413 1832.8 391045 23.6856 -7.3138 37.285 0.968 5.767 6.292 337.100 +17 Oct 2021 22:00 UT 92.68 11.455 1832.2 391185 23.7179 -7.0868 36.779 0.968 5.751 6.270 337.098 +17 Oct 2021 23:00 UT 92.90 11.496 1831.5 391325 23.7501 -6.8594 36.272 0.967 5.736 6.247 337.098 +18 Oct 2021 00:00 UT 93.11 11.538 1830.9 391464 23.7823 -6.6316 35.765 0.966 5.720 6.224 337.099 +18 Oct 2021 01:00 UT 93.32 11.580 1830.2 391604 23.8144 -6.4036 35.259 0.965 5.704 6.200 337.102 +18 Oct 2021 02:00 UT 93.53 11.621 1829.6 391743 23.8464 -6.1752 34.752 0.964 5.687 6.176 337.107 +18 Oct 2021 03:00 UT 93.74 11.663 1828.9 391881 23.8785 -5.9465 34.245 0.963 5.670 6.151 337.113 +18 Oct 2021 04:00 UT 93.94 11.705 1828.3 392019 23.9104 -5.7176 33.739 0.963 5.652 6.126 337.121 +18 Oct 2021 05:00 UT 94.14 11.746 1827.6 392157 23.9423 -5.4884 33.232 0.962 5.635 6.100 337.131 +18 Oct 2021 06:00 UT 94.34 11.788 1827.0 392294 23.9742 -5.2590 32.726 0.961 5.616 6.074 337.143 +18 Oct 2021 07:00 UT 94.53 11.830 1826.4 392432 0.0061 -5.0293 32.219 0.960 5.598 6.047 337.156 +18 Oct 2021 08:00 UT 94.72 11.871 1825.7 392568 0.0378 -4.7995 31.713 0.959 5.579 6.020 337.171 +18 Oct 2021 09:00 UT 94.91 11.913 1825.1 392705 0.0696 -4.5694 31.206 0.958 5.559 5.992 337.188 +18 Oct 2021 10:00 UT 95.09 11.955 1824.5 392841 0.1013 -4.3392 30.699 0.957 5.540 5.964 337.206 +18 Oct 2021 11:00 UT 95.27 11.996 1823.8 392976 0.1330 -4.1089 30.193 0.957 5.519 5.935 337.226 +18 Oct 2021 12:00 UT 95.45 12.038 1823.2 393111 0.1646 -3.8783 29.686 0.956 5.499 5.905 337.247 +18 Oct 2021 13:00 UT 95.62 12.080 1822.6 393246 0.1962 -3.6477 29.180 0.955 5.478 5.876 337.270 +18 Oct 2021 14:00 UT 95.79 12.121 1822.0 393381 0.2278 -3.4170 28.673 0.954 5.456 5.845 337.295 +18 Oct 2021 15:00 UT 95.96 12.163 1821.3 393515 0.2593 -3.1861 28.167 0.953 5.435 5.815 337.321 +18 Oct 2021 16:00 UT 96.12 12.205 1820.7 393649 0.2908 -2.9552 27.660 0.952 5.413 5.784 337.349 +18 Oct 2021 17:00 UT 96.28 12.246 1820.1 393782 0.3222 -2.7242 27.154 0.951 5.390 5.752 337.379 +18 Oct 2021 18:00 UT 96.44 12.288 1819.5 393915 0.3536 -2.4932 26.647 0.950 5.367 5.720 337.410 +18 Oct 2021 19:00 UT 96.59 12.330 1818.9 394047 0.3850 -2.2622 26.141 0.950 5.344 5.687 337.443 +18 Oct 2021 20:00 UT 96.74 12.371 1818.3 394180 0.4164 -2.0311 25.634 0.949 5.320 5.654 337.477 +18 Oct 2021 21:00 UT 96.88 12.413 1817.7 394311 0.4477 -1.8000 25.128 0.948 5.296 5.621 337.513 +18 Oct 2021 22:00 UT 97.03 12.455 1817.1 394443 0.4791 -1.5690 24.621 0.947 5.272 5.587 337.551 +18 Oct 2021 23:00 UT 97.16 12.496 1816.5 394574 0.5103 -1.3380 24.115 0.946 5.247 5.552 337.590 +19 Oct 2021 00:00 UT 97.30 12.538 1815.9 394704 0.5416 -1.1070 23.608 0.945 5.222 5.517 337.630 +19 Oct 2021 01:00 UT 97.43 12.580 1815.3 394834 0.5728 -0.8761 23.102 0.944 5.196 5.482 337.672 +19 Oct 2021 02:00 UT 97.56 12.621 1814.7 394964 0.6040 -0.6453 22.595 0.943 5.170 5.446 337.716 +19 Oct 2021 03:00 UT 97.69 12.663 1814.1 395093 0.6352 -0.4145 22.089 0.943 5.144 5.410 337.761 +19 Oct 2021 04:00 UT 97.81 12.705 1813.5 395222 0.6664 -0.1839 21.582 0.942 5.117 5.373 337.808 +19 Oct 2021 05:00 UT 97.93 12.746 1812.9 395351 0.6975 0.0466 21.076 0.941 5.090 5.336 337.856 +19 Oct 2021 06:00 UT 98.04 12.788 1812.3 395479 0.7287 0.2770 20.569 0.940 5.063 5.299 337.906 +19 Oct 2021 07:00 UT 98.16 12.830 1811.7 395606 0.7598 0.5072 20.063 0.939 5.035 5.261 337.957 +19 Oct 2021 08:00 UT 98.26 12.871 1811.1 395733 0.7909 0.7372 19.556 0.938 5.006 5.223 338.010 +19 Oct 2021 09:00 UT 98.37 12.913 1810.6 395860 0.8220 0.9671 19.050 0.937 4.978 5.184 338.064 +19 Oct 2021 10:00 UT 98.47 12.955 1810.0 395986 0.8530 1.1967 18.543 0.936 4.949 5.145 338.120 +19 Oct 2021 11:00 UT 98.57 12.996 1809.4 396112 0.8841 1.4262 18.037 0.935 4.919 5.105 338.177 +19 Oct 2021 12:00 UT 98.66 13.038 1808.8 396237 0.9151 1.6554 17.530 0.934 4.890 5.065 338.235 +19 Oct 2021 13:00 UT 98.75 13.080 1808.3 396362 0.9461 1.8844 17.024 0.934 4.860 5.025 338.295 +19 Oct 2021 14:00 UT 98.84 13.121 1807.7 396486 0.9772 2.1131 16.517 0.933 4.829 4.984 338.357 +19 Oct 2021 15:00 UT 98.93 13.163 1807.1 396610 1.0082 2.3416 16.011 0.932 4.798 4.943 338.420 +19 Oct 2021 16:00 UT 99.01 13.205 1806.6 396734 1.0392 2.5697 15.505 0.931 4.767 4.902 338.484 +19 Oct 2021 17:00 UT 99.09 13.246 1806.0 396857 1.0702 2.7976 14.998 0.930 4.735 4.860 338.550 +19 Oct 2021 18:00 UT 99.16 13.288 1805.4 396979 1.1011 3.0252 14.492 0.929 4.703 4.818 338.617 +19 Oct 2021 19:00 UT 99.23 13.330 1804.9 397101 1.1321 3.2524 13.985 0.928 4.671 4.775 338.686 +19 Oct 2021 20:00 UT 99.30 13.371 1804.3 397223 1.1631 3.4793 13.479 0.927 4.638 4.732 338.756 +19 Oct 2021 21:00 UT 99.36 13.413 1803.8 397344 1.1941 3.7058 12.972 0.926 4.605 4.689 338.828 +19 Oct 2021 22:00 UT 99.42 13.455 1803.2 397464 1.2250 3.9320 12.466 0.925 4.572 4.645 338.901 +19 Oct 2021 23:00 UT 99.48 13.496 1802.7 397584 1.2560 4.1578 11.960 0.924 4.538 4.601 338.975 +20 Oct 2021 00:00 UT 99.53 13.538 1802.2 397703 1.2870 4.3831 11.453 0.924 4.504 4.557 339.051 +20 Oct 2021 01:00 UT 99.58 13.580 1801.6 397822 1.3179 4.6081 10.947 0.923 4.469 4.512 339.128 +20 Oct 2021 02:00 UT 99.63 13.621 1801.1 397940 1.3489 4.8326 10.440 0.922 4.434 4.467 339.207 +20 Oct 2021 03:00 UT 99.67 13.663 1800.6 398058 1.3799 5.0567 9.934 0.921 4.399 4.421 339.286 +20 Oct 2021 04:00 UT 99.71 13.705 1800.0 398175 1.4109 5.2804 9.427 0.920 4.363 4.376 339.368 +20 Oct 2021 05:00 UT 99.75 13.746 1799.5 398292 1.4418 5.5035 8.921 0.919 4.327 4.329 339.450 +20 Oct 2021 06:00 UT 99.78 13.788 1799.0 398408 1.4728 5.7262 8.415 0.918 4.291 4.283 339.534 +20 Oct 2021 07:00 UT 99.81 13.830 1798.4 398524 1.5038 5.9484 7.908 0.917 4.254 4.236 339.620 +20 Oct 2021 08:00 UT 99.84 13.871 1797.9 398638 1.5348 6.1701 7.402 0.916 4.217 4.189 339.707 +20 Oct 2021 09:00 UT 99.86 13.913 1797.4 398753 1.5658 6.3912 6.895 0.915 4.180 4.142 339.795 +20 Oct 2021 10:00 UT 99.88 13.955 1796.9 398867 1.5968 6.6118 6.389 0.914 4.142 4.094 339.884 +20 Oct 2021 11:00 UT 99.90 13.996 1796.4 398980 1.6279 6.8319 5.883 0.913 4.104 4.046 339.975 +20 Oct 2021 12:00 UT 99.91 14.038 1795.9 399092 1.6589 7.0514 5.376 0.912 4.066 3.998 340.067 +20 Oct 2021 13:00 UT 99.92 14.080 1795.4 399204 1.6900 7.2703 4.870 0.911 4.027 3.949 340.161 +20 Oct 2021 14:00 UT 99.93 14.121 1794.9 399316 1.7210 7.4886 4.363 0.910 3.988 3.901 340.255 +20 Oct 2021 15:00 UT 99.93 14.163 1794.4 399426 1.7521 7.7064 3.857 0.910 3.948 3.851 340.352 +20 Oct 2021 16:00 UT 99.93 14.205 1793.9 399536 1.7832 7.9235 3.351 0.909 3.908 3.802 340.449 +20 Oct 2021 17:00 UT 99.93 14.246 1793.4 399646 1.8143 8.1399 2.844 0.908 3.868 3.752 340.548 +20 Oct 2021 18:00 UT 99.92 14.288 1792.9 399754 1.8454 8.3557 2.338 0.907 3.828 3.702 340.648 +20 Oct 2021 19:00 UT 99.91 14.330 1792.4 399862 1.8766 8.5709 1.831 0.906 3.787 3.652 340.749 +20 Oct 2021 20:00 UT 99.90 14.371 1791.9 399970 1.9077 8.7854 1.325 0.905 3.746 3.602 340.852 +20 Oct 2021 21:00 UT 99.88 14.413 1791.5 400077 1.9389 8.9992 0.819 0.904 3.704 3.551 340.956 +20 Oct 2021 22:00 UT 99.86 14.455 1791.0 400183 1.9701 9.2122 0.312 0.903 3.662 3.500 341.061 +20 Oct 2021 23:00 UT 99.84 14.496 1790.5 400288 2.0013 9.4246 -0.194 0.902 3.620 3.448 341.168 +21 Oct 2021 00:00 UT 99.81 14.538 1790.1 400393 2.0326 9.6363 -0.701 0.901 3.578 3.397 341.276 +21 Oct 2021 01:00 UT 99.78 14.580 1789.6 400496 2.0638 9.8472 -1.207 0.900 3.535 3.345 341.385 +21 Oct 2021 02:00 UT 99.75 14.621 1789.1 400600 2.0951 10.0573 -1.713 0.899 3.492 3.293 341.495 +21 Oct 2021 03:00 UT 99.71 14.663 1788.7 400702 2.1264 10.2667 -2.220 0.898 3.448 3.241 341.607 +21 Oct 2021 04:00 UT 99.67 14.705 1788.2 400804 2.1577 10.4753 -2.726 0.897 3.405 3.188 341.720 +21 Oct 2021 05:00 UT 99.63 14.746 1787.8 400905 2.1891 10.6831 -3.233 0.896 3.360 3.136 341.834 +21 Oct 2021 06:00 UT 99.59 14.788 1787.3 401005 2.2205 10.8901 -3.739 0.895 3.316 3.083 341.950 +21 Oct 2021 07:00 UT 99.54 14.830 1786.9 401104 2.2519 11.0963 -4.245 0.894 3.271 3.030 342.067 +21 Oct 2021 08:00 UT 99.48 14.871 1786.4 401203 2.2833 11.3016 -4.752 0.893 3.226 2.976 342.185 +21 Oct 2021 09:00 UT 99.43 14.913 1786.0 401301 2.3148 11.5061 -5.258 0.892 3.181 2.923 342.304 +21 Oct 2021 10:00 UT 99.37 14.955 1785.6 401398 2.3463 11.7097 -5.765 0.891 3.135 2.869 342.425 +21 Oct 2021 11:00 UT 99.31 14.996 1785.1 401494 2.3778 11.9125 -6.271 0.890 3.089 2.815 342.546 +21 Oct 2021 12:00 UT 99.24 15.038 1784.7 401590 2.4094 12.1144 -6.778 0.889 3.043 2.761 342.669 +21 Oct 2021 13:00 UT 99.17 15.080 1784.3 401684 2.4410 12.3153 -7.284 0.889 2.996 2.707 342.794 +21 Oct 2021 14:00 UT 99.10 15.121 1783.9 401778 2.4726 12.5154 -7.790 0.888 2.950 2.652 342.919 +21 Oct 2021 15:00 UT 99.03 15.163 1783.5 401871 2.5043 12.7145 -8.297 0.887 2.902 2.597 343.046 +21 Oct 2021 16:00 UT 98.95 15.205 1783.1 401963 2.5359 12.9127 -8.803 0.886 2.855 2.543 343.174 +21 Oct 2021 17:00 UT 98.87 15.246 1782.7 402054 2.5677 13.1099 -9.310 0.885 2.807 2.488 343.303 +21 Oct 2021 18:00 UT 98.78 15.288 1782.3 402144 2.5994 13.3062 -9.816 0.884 2.759 2.432 343.433 +21 Oct 2021 19:00 UT 98.70 15.330 1781.9 402234 2.6312 13.5015 -10.322 0.883 2.711 2.377 343.565 +21 Oct 2021 20:00 UT 98.61 15.371 1781.5 402322 2.6631 13.6958 -10.829 0.882 2.662 2.321 343.698 +21 Oct 2021 21:00 UT 98.51 15.413 1781.1 402410 2.6949 13.8891 -11.335 0.881 2.613 2.266 343.832 +21 Oct 2021 22:00 UT 98.42 15.455 1780.7 402497 2.7268 14.0813 -11.842 0.880 2.564 2.210 343.967 +21 Oct 2021 23:00 UT 98.32 15.496 1780.3 402582 2.7588 14.2726 -12.348 0.879 2.515 2.154 344.104 +22 Oct 2021 00:00 UT 98.21 15.538 1779.9 402667 2.7908 14.4628 -12.855 0.878 2.465 2.098 344.241 +22 Oct 2021 01:00 UT 98.11 15.580 1779.6 402751 2.8228 14.6519 -13.361 0.877 2.415 2.041 344.380 +22 Oct 2021 02:00 UT 98.00 15.621 1779.2 402834 2.8549 14.8400 -13.867 0.876 2.365 1.985 344.520 +22 Oct 2021 03:00 UT 97.89 15.663 1778.8 402916 2.8870 15.0270 -14.374 0.875 2.314 1.928 344.661 +22 Oct 2021 04:00 UT 97.77 15.705 1778.5 402996 2.9191 15.2129 -14.880 0.874 2.264 1.872 344.804 +22 Oct 2021 05:00 UT 97.65 15.746 1778.1 403076 2.9513 15.3976 -15.387 0.873 2.213 1.815 344.947 +22 Oct 2021 06:00 UT 97.53 15.788 1777.8 403155 2.9835 15.5813 -15.893 0.872 2.161 1.758 345.092 +22 Oct 2021 07:00 UT 97.41 15.830 1777.4 403233 3.0158 15.7638 -16.400 0.871 2.110 1.701 345.238 +22 Oct 2021 08:00 UT 97.28 15.871 1777.1 403310 3.0481 15.9452 -16.906 0.870 2.058 1.644 345.385 +22 Oct 2021 09:00 UT 97.15 15.913 1776.8 403386 3.0805 16.1254 -17.412 0.869 2.006 1.587 345.533 +22 Oct 2021 10:00 UT 97.02 15.955 1776.4 403460 3.1129 16.3045 -17.919 0.868 1.954 1.529 345.682 +22 Oct 2021 11:00 UT 96.88 15.996 1776.1 403534 3.1453 16.4824 -18.425 0.867 1.901 1.472 345.833 +22 Oct 2021 12:00 UT 96.75 16.038 1775.8 403606 3.1778 16.6590 -18.932 0.866 1.849 1.415 345.984 +22 Oct 2021 13:00 UT 96.60 16.080 1775.5 403678 3.2104 16.8345 -19.438 0.865 1.796 1.357 346.137 +22 Oct 2021 14:00 UT 96.46 16.121 1775.2 403748 3.2430 17.0087 -19.945 0.864 1.742 1.299 346.291 +22 Oct 2021 15:00 UT 96.31 16.163 1774.9 403817 3.2756 17.1817 -20.451 0.863 1.689 1.242 346.446 +22 Oct 2021 16:00 UT 96.16 16.205 1774.6 403885 3.3083 17.3535 -20.958 0.862 1.635 1.184 346.602 +22 Oct 2021 17:00 UT 96.01 16.246 1774.3 403952 3.3410 17.5240 -21.464 0.861 1.582 1.126 346.759 +22 Oct 2021 18:00 UT 95.85 16.288 1774.0 404018 3.3738 17.6932 -21.971 0.860 1.527 1.068 346.917 +22 Oct 2021 19:00 UT 95.70 16.330 1773.7 404083 3.4066 17.8611 -22.477 0.859 1.473 1.010 347.076 +22 Oct 2021 20:00 UT 95.53 16.371 1773.4 404146 3.4395 18.0277 -22.984 0.858 1.419 0.952 347.237 +22 Oct 2021 21:00 UT 95.37 16.413 1773.2 404208 3.4724 18.1931 -23.490 0.857 1.364 0.894 347.398 +22 Oct 2021 22:00 UT 95.20 16.455 1772.9 404269 3.5054 18.3571 -23.997 0.856 1.309 0.835 347.561 +22 Oct 2021 23:00 UT 95.03 16.496 1772.6 404329 3.5385 18.5197 -24.503 0.855 1.254 0.777 347.725 +23 Oct 2021 00:00 UT 94.86 16.538 1772.4 404388 3.5715 18.6810 -25.010 0.854 1.199 0.719 347.890 +23 Oct 2021 01:00 UT 94.69 16.580 1772.1 404445 3.6047 18.8410 -25.516 0.853 1.143 0.661 348.055 +23 Oct 2021 02:00 UT 94.51 16.621 1771.9 404501 3.6378 18.9996 -26.023 0.852 1.088 0.602 348.222 +23 Oct 2021 03:00 UT 94.33 16.663 1771.6 404556 3.6711 19.1568 -26.529 0.851 1.032 0.544 348.390 +23 Oct 2021 04:00 UT 94.14 16.705 1771.4 404610 3.7044 19.3126 -27.036 0.850 0.976 0.485 348.559 +23 Oct 2021 05:00 UT 93.96 16.746 1771.2 404662 3.7377 19.4670 -27.542 0.849 0.920 0.427 348.729 +23 Oct 2021 06:00 UT 93.77 16.788 1770.9 404713 3.7711 19.6200 -28.049 0.848 0.863 0.369 348.900 +23 Oct 2021 07:00 UT 93.58 16.830 1770.7 404763 3.8045 19.7715 -28.555 0.847 0.807 0.310 349.072 +23 Oct 2021 08:00 UT 93.38 16.871 1770.5 404811 3.8380 19.9216 -29.062 0.846 0.750 0.252 349.245 +23 Oct 2021 09:00 UT 93.18 16.913 1770.3 404858 3.8716 20.0702 -29.568 0.845 0.693 0.193 349.419 +23 Oct 2021 10:00 UT 92.98 16.955 1770.1 404904 3.9052 20.2174 -30.075 0.844 0.636 0.135 349.594 +23 Oct 2021 11:00 UT 92.78 16.996 1769.9 404948 3.9388 20.3631 -30.581 0.843 0.579 0.076 349.770 +23 Oct 2021 12:00 UT 92.58 17.038 1769.7 404991 3.9725 20.5073 -31.088 0.842 0.521 0.018 349.947 +23 Oct 2021 13:00 UT 92.37 17.080 1769.5 405032 4.0063 20.6500 -31.594 0.841 0.464 -0.041 350.125 +23 Oct 2021 14:00 UT 92.16 17.121 1769.4 405073 4.0401 20.7912 -32.101 0.840 0.406 -0.099 350.304 +23 Oct 2021 15:00 UT 91.95 17.163 1769.2 405111 4.0739 20.9308 -32.607 0.839 0.349 -0.157 350.484 +23 Oct 2021 16:00 UT 91.73 17.205 1769.0 405149 4.1079 21.0690 -33.114 0.838 0.291 -0.216 350.665 +23 Oct 2021 17:00 UT 91.51 17.246 1768.9 405184 4.1418 21.2055 -33.621 0.837 0.233 -0.274 350.846 +23 Oct 2021 18:00 UT 91.29 17.288 1768.7 405219 4.1759 21.3405 -34.127 0.836 0.175 -0.332 351.029 +23 Oct 2021 19:00 UT 91.07 17.330 1768.6 405252 4.2099 21.4739 -34.634 0.835 0.116 -0.391 351.212 +23 Oct 2021 20:00 UT 90.85 17.371 1768.5 405283 4.2441 21.6058 -35.140 0.834 0.058 -0.449 351.397 +23 Oct 2021 21:00 UT 90.62 17.413 1768.3 405313 4.2783 21.7360 -35.647 0.833 -0.000 -0.507 351.582 +23 Oct 2021 22:00 UT 90.39 17.455 1768.2 405342 4.3125 21.8647 -36.153 0.832 -0.059 -0.565 351.768 +23 Oct 2021 23:00 UT 90.16 17.496 1768.1 405369 4.3468 21.9917 -36.660 0.831 -0.118 -0.623 351.955 +24 Oct 2021 00:00 UT 89.92 17.538 1768.0 405394 4.3811 22.1171 -37.167 0.830 -0.176 -0.681 352.143 +24 Oct 2021 01:00 UT 89.68 17.580 1767.9 405418 4.4155 22.2408 -37.673 0.829 -0.235 -0.739 352.332 +24 Oct 2021 02:00 UT 89.44 17.621 1767.8 405441 4.4500 22.3629 -38.180 0.828 -0.294 -0.797 352.522 +24 Oct 2021 03:00 UT 89.20 17.663 1767.7 405462 4.4845 22.4833 -38.686 0.827 -0.353 -0.855 352.712 +24 Oct 2021 04:00 UT 88.96 17.705 1767.6 405481 4.5191 22.6021 -39.193 0.826 -0.412 -0.913 352.903 +24 Oct 2021 05:00 UT 88.71 17.746 1767.5 405499 4.5537 22.7191 -39.700 0.825 -0.471 -0.971 353.095 +24 Oct 2021 06:00 UT 88.46 17.788 1767.4 405515 4.5883 22.8345 -40.206 0.824 -0.531 -1.028 353.288 +24 Oct 2021 07:00 UT 88.21 17.830 1767.4 405530 4.6231 22.9482 -40.713 0.823 -0.590 -1.086 353.482 +24 Oct 2021 08:00 UT 87.95 17.871 1767.3 405543 4.6578 23.0601 -41.220 0.822 -0.649 -1.143 353.676 +24 Oct 2021 09:00 UT 87.70 17.913 1767.3 405554 4.6927 23.1704 -41.726 0.821 -0.709 -1.201 353.871 +24 Oct 2021 10:00 UT 87.44 17.955 1767.2 405564 4.7275 23.2788 -42.233 0.820 -0.768 -1.258 354.067 +24 Oct 2021 11:00 UT 87.18 17.996 1767.2 405572 4.7625 23.3856 -42.740 0.819 -0.828 -1.315 354.264 +24 Oct 2021 12:00 UT 86.92 18.038 1767.2 405578 4.7974 23.4906 -43.246 0.818 -0.887 -1.372 354.461 +24 Oct 2021 13:00 UT 86.65 18.080 1767.1 405583 4.8325 23.5938 -43.753 0.817 -0.947 -1.429 354.659 +24 Oct 2021 14:00 UT 86.38 18.121 1767.1 405586 4.8675 23.6952 -44.260 0.816 -1.007 -1.486 354.858 +24 Oct 2021 15:00 UT 86.11 18.163 1767.1 405587 4.9027 23.7949 -44.766 0.815 -1.066 -1.543 355.057 +24 Oct 2021 16:00 UT 85.84 18.205 1767.1 405587 4.9379 23.8927 -45.273 0.814 -1.126 -1.600 355.257 +24 Oct 2021 17:00 UT 85.57 18.246 1767.1 405585 4.9731 23.9887 -45.780 0.813 -1.186 -1.656 355.457 +24 Oct 2021 18:00 UT 85.29 18.288 1767.2 405581 5.0084 24.0830 -46.286 0.812 -1.245 -1.713 355.659 +24 Oct 2021 19:00 UT 85.01 18.330 1767.2 405576 5.0437 24.1754 -46.793 0.811 -1.305 -1.769 355.860 +24 Oct 2021 20:00 UT 84.73 18.371 1767.2 405569 5.0791 24.2659 -47.300 0.810 -1.365 -1.825 356.063 +24 Oct 2021 21:00 UT 84.45 18.413 1767.2 405560 5.1145 24.3546 -47.807 0.809 -1.424 -1.881 356.266 +24 Oct 2021 22:00 UT 84.16 18.455 1767.3 405549 5.1500 24.4415 -48.313 0.808 -1.484 -1.937 356.469 +24 Oct 2021 23:00 UT 83.87 18.496 1767.3 405537 5.1855 24.5265 -48.820 0.807 -1.544 -1.993 356.673 +25 Oct 2021 00:00 UT 83.59 18.538 1767.4 405523 5.2211 24.6096 -49.327 0.806 -1.603 -2.048 356.878 +25 Oct 2021 01:00 UT 83.29 18.580 1767.5 405507 5.2567 24.6908 -49.833 0.805 -1.663 -2.104 357.083 +25 Oct 2021 02:00 UT 83.00 18.621 1767.6 405489 5.2923 24.7702 -50.340 0.804 -1.723 -2.159 357.289 +25 Oct 2021 03:00 UT 82.71 18.663 1767.6 405469 5.3280 24.8476 -50.847 0.803 -1.782 -2.214 357.495 +25 Oct 2021 04:00 UT 82.41 18.705 1767.7 405448 5.3638 24.9232 -51.354 0.802 -1.842 -2.269 357.701 +25 Oct 2021 05:00 UT 82.11 18.746 1767.8 405425 5.3996 24.9968 -51.861 0.801 -1.901 -2.324 357.908 +25 Oct 2021 06:00 UT 81.81 18.788 1767.9 405400 5.4354 25.0685 -52.367 0.800 -1.961 -2.379 358.116 +25 Oct 2021 07:00 UT 81.50 18.830 1768.1 405373 5.4713 25.1383 -52.874 0.799 -2.020 -2.433 358.323 +25 Oct 2021 08:00 UT 81.20 18.871 1768.2 405344 5.5072 25.2061 -53.381 0.798 -2.079 -2.488 358.532 +25 Oct 2021 09:00 UT 80.89 18.913 1768.3 405314 5.5432 25.2720 -53.888 0.797 -2.139 -2.542 358.740 +25 Oct 2021 10:00 UT 80.58 18.955 1768.5 405281 5.5792 25.3359 -54.395 0.796 -2.198 -2.596 358.949 +25 Oct 2021 11:00 UT 80.27 18.996 1768.6 405247 5.6152 25.3978 -54.901 0.795 -2.257 -2.649 359.158 +25 Oct 2021 12:00 UT 79.96 19.038 1768.8 405211 5.6513 25.4578 -55.408 0.794 -2.316 -2.703 359.368 +25 Oct 2021 13:00 UT 79.64 19.080 1768.9 405173 5.6874 25.5158 -55.915 0.793 -2.375 -2.756 359.578 +25 Oct 2021 14:00 UT 79.33 19.121 1769.1 405133 5.7236 25.5719 -56.422 0.792 -2.434 -2.810 359.788 +25 Oct 2021 15:00 UT 79.01 19.163 1769.3 405091 5.7598 25.6259 -56.929 0.791 -2.492 -2.863 359.998 +25 Oct 2021 16:00 UT 78.69 19.205 1769.5 405047 5.7960 25.6779 -57.436 0.790 -2.551 -2.916 0.209 +25 Oct 2021 17:00 UT 78.36 19.246 1769.7 405001 5.8323 25.7280 -57.942 0.789 -2.609 -2.968 0.420 +25 Oct 2021 18:00 UT 78.04 19.288 1769.9 404954 5.8686 25.7760 -58.449 0.788 -2.668 -3.021 0.631 +25 Oct 2021 19:00 UT 77.71 19.330 1770.1 404904 5.9049 25.8220 -58.956 0.787 -2.726 -3.073 0.842 +25 Oct 2021 20:00 UT 77.39 19.371 1770.3 404853 5.9413 25.8659 -59.463 0.786 -2.784 -3.125 1.053 +25 Oct 2021 21:00 UT 77.06 19.413 1770.6 404799 5.9777 25.9079 -59.970 0.785 -2.842 -3.177 1.265 +25 Oct 2021 22:00 UT 76.72 19.455 1770.8 404744 6.0141 25.9478 -60.477 0.784 -2.900 -3.228 1.476 +25 Oct 2021 23:00 UT 76.39 19.496 1771.1 404687 6.0506 25.9856 -60.984 0.783 -2.958 -3.279 1.688 +26 Oct 2021 00:00 UT 76.06 19.538 1771.3 404628 6.0871 26.0214 -61.491 0.782 -3.015 -3.330 1.900 +26 Oct 2021 01:00 UT 75.72 19.580 1771.6 404566 6.1236 26.0552 -61.998 0.781 -3.073 -3.381 2.111 +26 Oct 2021 02:00 UT 75.38 19.621 1771.9 404503 6.1602 26.0869 -62.504 0.780 -3.130 -3.432 2.323 +26 Oct 2021 03:00 UT 75.04 19.663 1772.1 404438 6.1968 26.1165 -63.011 0.779 -3.187 -3.482 2.535 +26 Oct 2021 04:00 UT 74.70 19.705 1772.4 404371 6.2334 26.1441 -63.518 0.778 -3.244 -3.532 2.747 +26 Oct 2021 05:00 UT 74.36 19.746 1772.7 404302 6.2700 26.1696 -64.025 0.777 -3.300 -3.582 2.959 +26 Oct 2021 06:00 UT 74.01 19.788 1773.1 404231 6.3067 26.1930 -64.532 0.776 -3.357 -3.632 3.170 +26 Oct 2021 07:00 UT 73.67 19.830 1773.4 404158 6.3434 26.2143 -65.039 0.775 -3.413 -3.681 3.382 +26 Oct 2021 08:00 UT 73.32 19.871 1773.7 404082 6.3801 26.2335 -65.546 0.774 -3.469 -3.731 3.593 +26 Oct 2021 09:00 UT 72.97 19.913 1774.0 404005 6.4168 26.2506 -66.053 0.773 -3.525 -3.779 3.805 +26 Oct 2021 10:00 UT 72.62 19.955 1774.4 403926 6.4536 26.2657 -66.560 0.772 -3.581 -3.828 4.016 +26 Oct 2021 11:00 UT 72.27 19.996 1774.8 403845 6.4903 26.2786 -67.067 0.771 -3.637 -3.876 4.227 +26 Oct 2021 12:00 UT 71.91 20.038 1775.1 403762 6.5271 26.2895 -67.574 0.769 -3.692 -3.925 4.438 +26 Oct 2021 13:00 UT 71.56 20.080 1775.5 403677 6.5639 26.2982 -68.081 0.768 -3.747 -3.972 4.649 +26 Oct 2021 14:00 UT 71.20 20.121 1775.9 403590 6.6008 26.3048 -68.588 0.767 -3.802 -4.020 4.859 +26 Oct 2021 15:00 UT 70.84 20.163 1776.3 403501 6.6376 26.3093 -69.095 0.766 -3.856 -4.067 5.069 +26 Oct 2021 16:00 UT 70.48 20.205 1776.7 403409 6.6745 26.3117 -69.602 0.765 -3.911 -4.114 5.279 +26 Oct 2021 17:00 UT 70.12 20.246 1777.1 403316 6.7114 26.3120 -70.109 0.764 -3.965 -4.161 5.488 +26 Oct 2021 18:00 UT 69.76 20.288 1777.5 403221 6.7483 26.3102 -70.616 0.763 -4.019 -4.207 5.698 +26 Oct 2021 19:00 UT 69.39 20.330 1777.9 403124 6.7852 26.3062 -71.123 0.762 -4.072 -4.253 5.907 +26 Oct 2021 20:00 UT 69.02 20.371 1778.4 403024 6.8221 26.3001 -71.631 0.761 -4.126 -4.299 6.115 +26 Oct 2021 21:00 UT 68.66 20.413 1778.8 402923 6.8590 26.2919 -72.138 0.760 -4.179 -4.345 6.323 +26 Oct 2021 22:00 UT 68.29 20.455 1779.3 402820 6.8960 26.2815 -72.645 0.759 -4.231 -4.390 6.531 +26 Oct 2021 23:00 UT 67.92 20.496 1779.7 402714 6.9329 26.2690 -73.152 0.758 -4.284 -4.435 6.738 +27 Oct 2021 00:00 UT 67.55 20.538 1780.2 402607 6.9699 26.2544 -73.659 0.757 -4.336 -4.479 6.945 +27 Oct 2021 01:00 UT 67.18 20.580 1780.7 402498 7.0068 26.2376 -74.166 0.756 -4.388 -4.524 7.151 +27 Oct 2021 02:00 UT 66.80 20.621 1781.2 402386 7.0438 26.2187 -74.673 0.755 -4.439 -4.568 7.357 +27 Oct 2021 03:00 UT 66.43 20.663 1781.7 402273 7.0808 26.1977 -75.180 0.754 -4.491 -4.611 7.562 +27 Oct 2021 04:00 UT 66.05 20.705 1782.2 402157 7.1178 26.1745 -75.687 0.753 -4.542 -4.654 7.766 +27 Oct 2021 05:00 UT 65.67 20.746 1782.7 402040 7.1548 26.1492 -76.195 0.752 -4.592 -4.697 7.971 +27 Oct 2021 06:00 UT 65.29 20.788 1783.3 401920 7.1918 26.1218 -76.702 0.751 -4.642 -4.740 8.174 +27 Oct 2021 07:00 UT 64.91 20.830 1783.8 401799 7.2288 26.0922 -77.209 0.750 -4.692 -4.782 8.377 +27 Oct 2021 08:00 UT 64.53 20.871 1784.3 401675 7.2658 26.0605 -77.716 0.749 -4.742 -4.824 8.579 +27 Oct 2021 09:00 UT 64.15 20.913 1784.9 401549 7.3028 26.0266 -78.223 0.748 -4.791 -4.866 8.780 +27 Oct 2021 10:00 UT 63.77 20.955 1785.5 401422 7.3397 25.9906 -78.730 0.747 -4.840 -4.907 8.981 +27 Oct 2021 11:00 UT 63.38 20.996 1786.0 401292 7.3767 25.9525 -79.238 0.746 -4.889 -4.948 9.181 +27 Oct 2021 12:00 UT 63.00 21.038 1786.6 401161 7.4137 25.9122 -79.745 0.745 -4.937 -4.989 9.381 +27 Oct 2021 13:00 UT 62.61 21.080 1787.2 401027 7.4507 25.8698 -80.252 0.744 -4.985 -5.029 9.579 +27 Oct 2021 14:00 UT 62.22 21.121 1787.8 400891 7.4877 25.8252 -80.759 0.743 -5.032 -5.069 9.777 +27 Oct 2021 15:00 UT 61.83 21.163 1788.4 400754 7.5247 25.7785 -81.267 0.742 -5.079 -5.109 9.974 +27 Oct 2021 16:00 UT 61.44 21.205 1789.1 400614 7.5617 25.7297 -81.774 0.741 -5.126 -5.148 10.170 +27 Oct 2021 17:00 UT 61.05 21.246 1789.7 400473 7.5986 25.6788 -82.281 0.740 -5.172 -5.187 10.365 +27 Oct 2021 18:00 UT 60.66 21.288 1790.3 400329 7.6356 25.6257 -82.788 0.739 -5.218 -5.225 10.560 +27 Oct 2021 19:00 UT 60.26 21.330 1791.0 400183 7.6725 25.5705 -83.296 0.738 -5.264 -5.263 10.753 +27 Oct 2021 20:00 UT 59.87 21.371 1791.7 400036 7.7095 25.5132 -83.803 0.737 -5.309 -5.301 10.946 +27 Oct 2021 21:00 UT 59.48 21.413 1792.3 399886 7.7464 25.4537 -84.310 0.736 -5.353 -5.338 11.137 +27 Oct 2021 22:00 UT 59.08 21.455 1793.0 399735 7.7834 25.3921 -84.818 0.735 -5.398 -5.375 11.328 +27 Oct 2021 23:00 UT 58.68 21.496 1793.7 399581 7.8203 25.3284 -85.325 0.734 -5.441 -5.411 11.518 +28 Oct 2021 00:00 UT 58.28 21.538 1794.4 399426 7.8572 25.2626 -85.832 0.733 -5.485 -5.448 11.706 +28 Oct 2021 01:00 UT 57.89 21.580 1795.1 399269 7.8940 25.1947 -86.339 0.732 -5.528 -5.483 11.894 +28 Oct 2021 02:00 UT 57.49 21.621 1795.8 399110 7.9309 25.1247 -86.847 0.731 -5.570 -5.519 12.081 +28 Oct 2021 03:00 UT 57.09 21.663 1796.5 398948 7.9678 25.0525 -87.354 0.730 -5.612 -5.554 12.266 +28 Oct 2021 04:00 UT 56.68 21.705 1797.3 398785 8.0046 24.9783 -87.862 0.729 -5.654 -5.588 12.451 +28 Oct 2021 05:00 UT 56.28 21.746 1798.0 398620 8.0415 24.9019 -88.369 0.728 -5.695 -5.622 12.634 +28 Oct 2021 06:00 UT 55.88 21.788 1798.8 398454 8.0783 24.8235 -88.876 0.727 -5.735 -5.656 12.816 +28 Oct 2021 07:00 UT 55.48 21.830 1799.5 398285 8.1151 24.7430 -89.384 0.726 -5.775 -5.689 12.997 +28 Oct 2021 08:00 UT 55.07 21.871 1800.3 398114 8.1518 24.6604 -89.891 0.725 -5.815 -5.722 13.177 +28 Oct 2021 09:00 UT 54.67 21.913 1801.1 397942 8.1886 24.5757 -90.398 0.724 -5.854 -5.755 13.356 +28 Oct 2021 10:00 UT 54.26 21.955 1801.9 397767 8.2253 24.4889 -90.906 0.723 -5.893 -5.787 13.534 +28 Oct 2021 11:00 UT 53.85 21.996 1802.7 397591 8.2621 24.4000 -91.413 0.722 -5.931 -5.818 13.710 +28 Oct 2021 12:00 UT 53.45 22.038 1803.5 397413 8.2988 24.3091 -91.921 0.721 -5.969 -5.849 13.885 +28 Oct 2021 13:00 UT 53.04 22.080 1804.3 397233 8.3354 24.2161 -92.428 0.720 -6.006 -5.880 14.059 +28 Oct 2021 14:00 UT 52.63 22.121 1805.1 397052 8.3721 24.1211 -92.936 0.719 -6.042 -5.910 14.231 +28 Oct 2021 15:00 UT 52.22 22.163 1806.0 396868 8.4087 24.0240 -93.443 0.718 -6.079 -5.940 14.403 +28 Oct 2021 16:00 UT 51.81 22.205 1806.8 396683 8.4454 23.9248 -93.951 0.717 -6.114 -5.970 14.573 +28 Oct 2021 17:00 UT 51.40 22.246 1807.6 396496 8.4819 23.8236 -94.458 0.716 -6.149 -5.999 14.741 +28 Oct 2021 18:00 UT 50.99 22.288 1808.5 396307 8.5185 23.7204 -94.966 0.715 -6.184 -6.027 14.908 +28 Oct 2021 19:00 UT 50.58 22.330 1809.4 396117 8.5551 23.6151 -95.473 0.714 -6.218 -6.055 15.074 +28 Oct 2021 20:00 UT 50.17 22.371 1810.3 395924 8.5916 23.5078 -95.981 0.713 -6.251 -6.083 15.239 +28 Oct 2021 21:00 UT 49.76 22.413 1811.1 395730 8.6281 23.3985 -96.488 0.712 -6.284 -6.110 15.402 +28 Oct 2021 22:00 UT 49.34 22.455 1812.0 395535 8.6646 23.2872 -96.996 0.711 -6.316 -6.137 15.564 +28 Oct 2021 23:00 UT 48.93 22.496 1812.9 395337 8.7010 23.1739 -97.503 0.710 -6.348 -6.163 15.724 +29 Oct 2021 00:00 UT 48.52 22.538 1813.9 395138 8.7374 23.0585 -98.011 0.709 -6.379 -6.188 15.883 +29 Oct 2021 01:00 UT 48.10 22.580 1814.8 394937 8.7738 22.9412 -98.518 0.708 -6.410 -6.214 16.040 +29 Oct 2021 02:00 UT 47.69 22.621 1815.7 394735 8.8102 22.8219 -99.026 0.707 -6.440 -6.238 16.196 +29 Oct 2021 03:00 UT 47.28 22.663 1816.6 394531 8.8465 22.7006 -99.533 0.706 -6.469 -6.263 16.350 +29 Oct 2021 04:00 UT 46.86 22.705 1817.6 394325 8.8829 22.5773 -100.041 0.705 -6.498 -6.286 16.503 +29 Oct 2021 05:00 UT 46.45 22.746 1818.6 394118 8.9191 22.4521 -100.549 0.704 -6.526 -6.310 16.654 +29 Oct 2021 06:00 UT 46.03 22.788 1819.5 393909 8.9554 22.3249 -101.056 0.703 -6.554 -6.333 16.804 +29 Oct 2021 07:00 UT 45.62 22.830 1820.5 393699 8.9916 22.1957 -101.564 0.702 -6.581 -6.355 16.953 +29 Oct 2021 08:00 UT 45.20 22.871 1821.5 393487 9.0278 22.0647 -102.071 0.701 -6.607 -6.377 17.099 +29 Oct 2021 09:00 UT 44.78 22.913 1822.5 393273 9.0640 21.9316 -102.579 0.700 -6.633 -6.398 17.244 +29 Oct 2021 10:00 UT 44.37 22.955 1823.5 393058 9.1002 21.7967 -103.087 0.699 -6.658 -6.419 17.388 +29 Oct 2021 11:00 UT 43.95 22.996 1824.5 392842 9.1363 21.6598 -103.594 0.698 -6.682 -6.439 17.530 +29 Oct 2021 12:00 UT 43.54 23.038 1825.5 392624 9.1724 21.5210 -104.102 0.697 -6.706 -6.459 17.670 +29 Oct 2021 13:00 UT 43.12 23.080 1826.5 392405 9.2085 21.3803 -104.610 0.696 -6.730 -6.478 17.809 +29 Oct 2021 14:00 UT 42.70 23.121 1827.5 392184 9.2445 21.2377 -105.117 0.695 -6.752 -6.497 17.946 +29 Oct 2021 15:00 UT 42.29 23.163 1828.6 391961 9.2805 21.0932 -105.625 0.693 -6.774 -6.515 18.081 +29 Oct 2021 16:00 UT 41.87 23.205 1829.6 391738 9.3165 20.9469 -106.133 0.692 -6.795 -6.533 18.215 +29 Oct 2021 17:00 UT 41.46 23.246 1830.7 391513 9.3524 20.7987 -106.641 0.691 -6.816 -6.550 18.347 +29 Oct 2021 18:00 UT 41.04 23.288 1831.7 391286 9.3884 20.6486 -107.148 0.690 -6.836 -6.566 18.477 +29 Oct 2021 19:00 UT 40.62 23.330 1832.8 391059 9.4243 20.4967 -107.656 0.689 -6.855 -6.582 18.605 +29 Oct 2021 20:00 UT 40.21 23.371 1833.9 390830 9.4601 20.3429 -108.164 0.688 -6.874 -6.598 18.732 +29 Oct 2021 21:00 UT 39.79 23.413 1834.9 390599 9.4960 20.1873 -108.671 0.687 -6.892 -6.613 18.857 +29 Oct 2021 22:00 UT 39.38 23.455 1836.0 390368 9.5318 20.0298 -109.179 0.686 -6.909 -6.627 18.981 +29 Oct 2021 23:00 UT 38.96 23.496 1837.1 390135 9.5676 19.8706 -109.687 0.685 -6.926 -6.641 19.102 +30 Oct 2021 00:00 UT 38.55 23.538 1838.2 389901 9.6033 19.7095 -110.195 0.684 -6.942 -6.655 19.222 +30 Oct 2021 01:00 UT 38.13 23.580 1839.3 389666 9.6390 19.5467 -110.703 0.683 -6.957 -6.667 19.341 +30 Oct 2021 02:00 UT 37.72 23.621 1840.4 389430 9.6747 19.3821 -111.210 0.682 -6.972 -6.680 19.457 +30 Oct 2021 03:00 UT 37.30 23.663 1841.6 389192 9.7104 19.2157 -111.718 0.681 -6.985 -6.691 19.571 +30 Oct 2021 04:00 UT 36.89 23.705 1842.7 388953 9.7460 19.0475 -112.226 0.680 -6.999 -6.702 19.684 +30 Oct 2021 05:00 UT 36.48 23.746 1843.8 388714 9.7817 18.8776 -112.734 0.679 -7.011 -6.713 19.795 +30 Oct 2021 06:00 UT 36.06 23.788 1845.0 388473 9.8172 18.7059 -113.242 0.678 -7.023 -6.723 19.904 +30 Oct 2021 07:00 UT 35.65 23.830 1846.1 388231 9.8528 18.5325 -113.750 0.677 -7.034 -6.732 20.012 +30 Oct 2021 08:00 UT 35.24 23.871 1847.3 387988 9.8883 18.3574 -114.257 0.676 -7.044 -6.741 20.117 +30 Oct 2021 09:00 UT 34.83 23.913 1848.4 387744 9.9239 18.1805 -114.765 0.675 -7.054 -6.749 20.221 +30 Oct 2021 10:00 UT 34.41 23.955 1849.6 387500 9.9593 18.0020 -115.273 0.674 -7.062 -6.757 20.322 +30 Oct 2021 11:00 UT 34.00 23.996 1850.8 387254 9.9948 17.8218 -115.781 0.673 -7.070 -6.764 20.422 +30 Oct 2021 12:00 UT 33.59 24.038 1852.0 387007 10.0302 17.6399 -116.289 0.672 -7.078 -6.770 20.520 +30 Oct 2021 13:00 UT 33.18 24.080 1853.2 386760 10.0656 17.4563 -116.797 0.671 -7.084 -6.776 20.617 +30 Oct 2021 14:00 UT 32.78 24.121 1854.3 386511 10.1010 17.2711 -117.305 0.670 -7.090 -6.781 20.711 +30 Oct 2021 15:00 UT 32.37 24.163 1855.5 386262 10.1364 17.0842 -117.813 0.669 -7.096 -6.786 20.803 +30 Oct 2021 16:00 UT 31.96 24.205 1856.7 386012 10.1717 16.8957 -118.321 0.668 -7.100 -6.790 20.894 +30 Oct 2021 17:00 UT 31.55 24.246 1857.9 385761 10.2070 16.7056 -118.829 0.667 -7.104 -6.794 20.983 +30 Oct 2021 18:00 UT 31.15 24.288 1859.2 385510 10.2423 16.5139 -119.337 0.666 -7.107 -6.796 21.069 +30 Oct 2021 19:00 UT 30.74 24.330 1860.4 385258 10.2776 16.3206 -119.844 0.664 -7.109 -6.799 21.154 +30 Oct 2021 20:00 UT 30.34 24.371 1861.6 385005 10.3128 16.1257 -120.352 0.663 -7.110 -6.800 21.237 +30 Oct 2021 21:00 UT 29.94 24.413 1862.8 384751 10.3480 15.9292 -120.860 0.662 -7.111 -6.801 21.318 +30 Oct 2021 22:00 UT 29.54 24.455 1864.1 384497 10.3833 15.7311 -121.368 0.661 -7.111 -6.802 21.397 +30 Oct 2021 23:00 UT 29.13 24.496 1865.3 384242 10.4184 15.5316 -121.876 0.660 -7.110 -6.801 21.474 +31 Oct 2021 00:00 UT 28.73 24.538 1866.5 383987 10.4536 15.3305 -122.384 0.659 -7.108 -6.800 21.549 +31 Oct 2021 01:00 UT 28.34 24.580 1867.8 383731 10.4887 15.1278 -122.892 0.658 -7.106 -6.799 21.623 +31 Oct 2021 02:00 UT 27.94 24.621 1869.0 383475 10.5239 14.9237 -123.400 0.657 -7.103 -6.797 21.694 +31 Oct 2021 03:00 UT 27.54 24.663 1870.3 383218 10.5590 14.7180 -123.909 0.656 -7.099 -6.794 21.763 +31 Oct 2021 04:00 UT 27.14 24.705 1871.5 382961 10.5941 14.5109 -124.417 0.655 -7.094 -6.791 21.830 +31 Oct 2021 05:00 UT 26.75 24.746 1872.8 382703 10.6292 14.3023 -124.925 0.654 -7.088 -6.787 21.896 +31 Oct 2021 06:00 UT 26.36 24.788 1874.1 382445 10.6642 14.0923 -125.433 0.653 -7.082 -6.782 21.959 +31 Oct 2021 07:00 UT 25.97 24.830 1875.3 382187 10.6993 13.8808 -125.941 0.652 -7.075 -6.777 22.021 +31 Oct 2021 08:00 UT 25.57 24.871 1876.6 381928 10.7343 13.6679 -126.449 0.651 -7.067 -6.771 22.080 +31 Oct 2021 09:00 UT 25.19 24.913 1877.9 381669 10.7693 13.4536 -126.957 0.650 -7.059 -6.764 22.138 +31 Oct 2021 10:00 UT 24.80 24.955 1879.1 381410 10.8043 13.2379 -127.465 0.649 -7.049 -6.757 22.193 +31 Oct 2021 11:00 UT 24.41 24.996 1880.4 381151 10.8393 13.0208 -127.973 0.648 -7.039 -6.749 22.247 +31 Oct 2021 12:00 UT 24.03 25.038 1881.7 380891 10.8743 12.8023 -128.481 0.646 -7.028 -6.740 22.298 +31 Oct 2021 13:00 UT 23.64 25.080 1883.0 380632 10.9093 12.5825 -128.989 0.645 -7.016 -6.731 22.348 +31 Oct 2021 14:00 UT 23.26 25.121 1884.3 380372 10.9442 12.3613 -129.498 0.644 -7.004 -6.721 22.395 +31 Oct 2021 15:00 UT 22.88 25.163 1885.6 380112 10.9792 12.1388 -130.006 0.643 -6.991 -6.711 22.441 +31 Oct 2021 16:00 UT 22.50 25.205 1886.8 379852 11.0141 11.9150 -130.514 0.642 -6.976 -6.700 22.484 +31 Oct 2021 17:00 UT 22.12 25.246 1888.1 379592 11.0490 11.6899 -131.022 0.641 -6.962 -6.688 22.526 +31 Oct 2021 18:00 UT 21.75 25.288 1889.4 379333 11.0840 11.4636 -131.530 0.640 -6.946 -6.675 22.565 +31 Oct 2021 19:00 UT 21.37 25.330 1890.7 379073 11.1189 11.2359 -132.038 0.639 -6.929 -6.662 22.603 +31 Oct 2021 20:00 UT 21.00 25.371 1892.0 378813 11.1538 11.0070 -132.547 0.638 -6.912 -6.648 22.638 +31 Oct 2021 21:00 UT 20.63 25.413 1893.3 378554 11.1887 10.7769 -133.055 0.637 -6.894 -6.634 22.671 +31 Oct 2021 22:00 UT 20.26 25.455 1894.6 378295 11.2236 10.5456 -133.563 0.636 -6.875 -6.619 22.703 +31 Oct 2021 23:00 UT 19.90 25.496 1895.9 378036 11.2586 10.3131 -134.071 0.635 -6.856 -6.603 22.732 +01 Nov 2021 00:00 UT 19.53 25.538 1897.2 377777 11.2935 10.0794 -134.579 0.634 -6.835 -6.586 22.759 +01 Nov 2021 01:00 UT 19.17 25.580 1898.5 377518 11.3284 9.8445 -135.088 0.633 -6.814 -6.569 22.785 +01 Nov 2021 02:00 UT 18.81 25.621 1899.8 377260 11.3633 9.6085 -135.596 0.631 -6.792 -6.551 22.808 +01 Nov 2021 03:00 UT 18.45 25.663 1901.1 377003 11.3982 9.3713 -136.104 0.630 -6.769 -6.533 22.829 +01 Nov 2021 04:00 UT 18.10 25.705 1902.4 376745 11.4331 9.1331 -136.612 0.629 -6.746 -6.514 22.848 +01 Nov 2021 05:00 UT 17.74 25.746 1903.7 376488 11.4680 8.8937 -137.121 0.628 -6.722 -6.494 22.866 +01 Nov 2021 06:00 UT 17.39 25.788 1905.0 376232 11.5029 8.6533 -137.629 0.627 -6.696 -6.473 22.881 +01 Nov 2021 07:00 UT 17.04 25.830 1906.3 375976 11.5379 8.4118 -138.137 0.626 -6.671 -6.452 22.894 +01 Nov 2021 08:00 UT 16.69 25.871 1907.6 375721 11.5728 8.1692 -138.645 0.625 -6.644 -6.430 22.905 +01 Nov 2021 09:00 UT 16.35 25.913 1908.9 375466 11.6078 7.9256 -139.154 0.624 -6.616 -6.408 22.914 +01 Nov 2021 10:00 UT 16.01 25.955 1910.2 375212 11.6427 7.6811 -139.662 0.623 -6.588 -6.384 22.921 +01 Nov 2021 11:00 UT 15.67 25.996 1911.5 374958 11.6777 7.4355 -140.170 0.622 -6.559 -6.360 22.925 +01 Nov 2021 12:00 UT 15.33 26.038 1912.8 374705 11.7126 7.1889 -140.679 0.621 -6.529 -6.336 22.928 +01 Nov 2021 13:00 UT 14.99 26.080 1914.1 374453 11.7476 6.9415 -141.187 0.619 -6.499 -6.310 22.929 +01 Nov 2021 14:00 UT 14.66 26.121 1915.3 374202 11.7826 6.6930 -141.695 0.618 -6.468 -6.284 22.928 +01 Nov 2021 15:00 UT 14.33 26.163 1916.6 373952 11.8176 6.4437 -142.204 0.617 -6.436 -6.258 22.924 +01 Nov 2021 16:00 UT 14.00 26.205 1917.9 373702 11.8526 6.1935 -142.712 0.616 -6.403 -6.230 22.919 +01 Nov 2021 17:00 UT 13.68 26.246 1919.2 373454 11.8877 5.9424 -143.220 0.615 -6.369 -6.202 22.911 +01 Nov 2021 18:00 UT 13.36 26.288 1920.5 373206 11.9227 5.6904 -143.729 0.614 -6.335 -6.174 22.902 +01 Nov 2021 19:00 UT 13.04 26.330 1921.7 372959 11.9578 5.4376 -144.237 0.613 -6.300 -6.144 22.890 +01 Nov 2021 20:00 UT 12.72 26.371 1923.0 372713 11.9929 5.1840 -144.745 0.612 -6.264 -6.114 22.877 +01 Nov 2021 21:00 UT 12.41 26.413 1924.3 372469 12.0280 4.9296 -145.254 0.611 -6.227 -6.083 22.861 +01 Nov 2021 22:00 UT 12.10 26.455 1925.5 372225 12.0632 4.6745 -145.762 0.609 -6.190 -6.052 22.843 +01 Nov 2021 23:00 UT 11.79 26.496 1926.8 371982 12.0983 4.4186 -146.271 0.608 -6.152 -6.020 22.823 +02 Nov 2021 00:00 UT 11.48 26.538 1928.0 371741 12.1335 4.1619 -146.779 0.607 -6.113 -5.987 22.801 +02 Nov 2021 01:00 UT 11.18 26.580 1929.3 371501 12.1687 3.9046 -147.287 0.606 -6.073 -5.954 22.777 +02 Nov 2021 02:00 UT 10.88 26.621 1930.5 371262 12.2040 3.6465 -147.796 0.605 -6.033 -5.920 22.751 +02 Nov 2021 03:00 UT 10.59 26.663 1931.7 371024 12.2392 3.3879 -148.304 0.604 -5.992 -5.885 22.723 +02 Nov 2021 04:00 UT 10.30 26.705 1933.0 370788 12.2745 3.1285 -148.813 0.603 -5.950 -5.849 22.692 +02 Nov 2021 05:00 UT 10.01 26.746 1934.2 370553 12.3098 2.8686 -149.321 0.602 -5.908 -5.813 22.660 +02 Nov 2021 06:00 UT 9.72 26.788 1935.4 370320 12.3452 2.6080 -149.830 0.601 -5.864 -5.776 22.626 +02 Nov 2021 07:00 UT 9.44 26.830 1936.6 370087 12.3806 2.3469 -150.338 0.599 -5.820 -5.739 22.589 +02 Nov 2021 08:00 UT 9.16 26.871 1937.8 369857 12.4160 2.0852 -150.846 0.598 -5.776 -5.701 22.551 +02 Nov 2021 09:00 UT 8.88 26.913 1939.0 369627 12.4515 1.8230 -151.355 0.597 -5.730 -5.662 22.510 +02 Nov 2021 10:00 UT 8.61 26.955 1940.2 369400 12.4869 1.5603 -151.863 0.596 -5.684 -5.622 22.467 +02 Nov 2021 11:00 UT 8.34 26.996 1941.4 369174 12.5225 1.2971 -152.372 0.595 -5.638 -5.582 22.422 +02 Nov 2021 12:00 UT 8.08 27.038 1942.6 368949 12.5580 1.0335 -152.880 0.594 -5.590 -5.542 22.375 +02 Nov 2021 13:00 UT 7.82 27.080 1943.8 368726 12.5936 0.7694 -153.389 0.593 -5.542 -5.500 22.326 +02 Nov 2021 14:00 UT 7.56 27.121 1944.9 368505 12.6293 0.5049 -153.897 0.592 -5.493 -5.458 22.275 +02 Nov 2021 15:00 UT 7.30 27.163 1946.1 368286 12.6650 0.2401 -154.406 0.590 -5.444 -5.415 22.222 +02 Nov 2021 16:00 UT 7.05 27.205 1947.3 368068 12.7007 -0.0251 -154.914 0.589 -5.394 -5.372 22.167 +02 Nov 2021 17:00 UT 6.81 27.246 1948.4 367852 12.7365 -0.2907 -155.423 0.588 -5.343 -5.328 22.109 +02 Nov 2021 18:00 UT 6.56 27.288 1949.5 367638 12.7723 -0.5565 -155.931 0.587 -5.292 -5.283 22.050 +02 Nov 2021 19:00 UT 6.32 27.330 1950.7 367426 12.8082 -0.8226 -156.440 0.586 -5.239 -5.238 21.988 +02 Nov 2021 20:00 UT 6.09 27.371 1951.8 367216 12.8441 -1.0890 -156.948 0.585 -5.187 -5.192 21.925 +02 Nov 2021 21:00 UT 5.86 27.413 1952.9 367007 12.8801 -1.3556 -157.457 0.584 -5.133 -5.146 21.859 +02 Nov 2021 22:00 UT 5.63 27.455 1954.0 366801 12.9161 -1.6224 -157.965 0.582 -5.079 -5.098 21.791 +02 Nov 2021 23:00 UT 5.40 27.496 1955.1 366596 12.9522 -1.8894 -158.474 0.581 -5.025 -5.051 21.721 +03 Nov 2021 00:00 UT 5.18 27.538 1956.2 366394 12.9883 -2.1565 -158.982 0.580 -4.970 -5.002 21.649 +03 Nov 2021 01:00 UT 4.97 27.580 1957.2 366194 13.0245 -2.4238 -159.491 0.579 -4.914 -4.953 21.575 +03 Nov 2021 02:00 UT 4.76 27.621 1958.3 365995 13.0607 -2.6911 -160.000 0.578 -4.857 -4.903 21.499 +03 Nov 2021 03:00 UT 4.55 27.663 1959.3 365799 13.0970 -2.9585 -160.508 0.577 -4.800 -4.853 21.421 +03 Nov 2021 04:00 UT 4.35 27.705 1960.4 365605 13.1333 -3.2260 -161.017 0.576 -4.743 -4.802 21.340 +03 Nov 2021 05:00 UT 4.15 27.746 1961.4 365414 13.1698 -3.4934 -161.525 0.574 -4.684 -4.751 21.258 +03 Nov 2021 06:00 UT 3.95 27.788 1962.4 365224 13.2062 -3.7609 -162.034 0.573 -4.625 -4.699 21.173 +03 Nov 2021 07:00 UT 3.76 27.830 1963.4 365037 13.2428 -4.0282 -162.542 0.572 -4.566 -4.646 21.086 +03 Nov 2021 08:00 UT 3.58 27.871 1964.4 364852 13.2794 -4.2955 -163.051 0.571 -4.506 -4.593 20.997 +03 Nov 2021 09:00 UT 3.39 27.913 1965.4 364669 13.3160 -4.5627 -163.560 0.570 -4.446 -4.539 20.906 +03 Nov 2021 10:00 UT 3.22 27.955 1966.4 364489 13.3527 -4.8298 -164.068 0.569 -4.385 -4.485 20.813 +03 Nov 2021 11:00 UT 3.04 27.996 1967.3 364311 13.3895 -5.0967 -164.577 0.567 -4.323 -4.430 20.718 +03 Nov 2021 12:00 UT 2.88 28.038 1968.3 364136 13.4264 -5.3634 -165.085 0.566 -4.261 -4.375 20.621 +03 Nov 2021 13:00 UT 2.71 28.080 1969.2 363963 13.4633 -5.6298 -165.594 0.565 -4.198 -4.319 20.522 +03 Nov 2021 14:00 UT 2.55 28.121 1970.1 363792 13.5003 -5.8960 -166.102 0.564 -4.135 -4.262 20.420 +03 Nov 2021 15:00 UT 2.40 28.163 1971.1 363624 13.5374 -6.1619 -166.611 0.563 -4.071 -4.205 20.316 +03 Nov 2021 16:00 UT 2.25 28.205 1972.0 363459 13.5745 -6.4275 -167.120 0.562 -4.007 -4.147 20.211 +03 Nov 2021 17:00 UT 2.10 28.246 1972.8 363296 13.6118 -6.6928 -167.628 0.560 -3.943 -4.089 20.103 +03 Nov 2021 18:00 UT 1.96 28.288 1973.7 363136 13.6491 -6.9577 -168.137 0.559 -3.877 -4.030 19.993 +03 Nov 2021 19:00 UT 1.83 28.330 1974.6 362978 13.6864 -7.2221 -168.645 0.558 -3.812 -3.971 19.881 +03 Nov 2021 20:00 UT 1.69 28.371 1975.4 362823 13.7239 -7.4861 -169.154 0.557 -3.746 -3.911 19.767 +03 Nov 2021 21:00 UT 1.57 28.413 1976.2 362670 13.7614 -7.7497 -169.663 0.556 -3.679 -3.851 19.651 +03 Nov 2021 22:00 UT 1.45 28.455 1977.1 362521 13.7990 -8.0127 -170.171 0.555 -3.612 -3.790 19.532 +03 Nov 2021 23:00 UT 1.33 28.496 1977.9 362374 13.8367 -8.2752 -170.680 0.553 -3.545 -3.729 19.412 +04 Nov 2021 00:00 UT 1.22 28.538 1978.6 362229 13.8745 -8.5371 -171.189 0.552 -3.477 -3.667 19.289 +04 Nov 2021 01:00 UT 1.11 28.580 1979.4 362088 13.9123 -8.7984 -171.697 0.551 -3.409 -3.605 19.165 +04 Nov 2021 02:00 UT 1.01 28.621 1980.2 361949 13.9502 -9.0590 -172.206 0.550 -3.340 -3.543 19.038 +04 Nov 2021 03:00 UT 0.91 28.663 1980.9 361813 13.9883 -9.3190 -172.714 0.549 -3.271 -3.479 18.909 +04 Nov 2021 04:00 UT 0.82 28.705 1981.7 361680 14.0264 -9.5783 -173.223 0.547 -3.201 -3.416 18.778 +04 Nov 2021 05:00 UT 0.73 28.746 1982.4 361550 14.0646 -9.8369 -173.732 0.546 -3.132 -3.352 18.645 +04 Nov 2021 06:00 UT 0.65 28.788 1983.1 361422 14.1028 -10.0946 -174.240 0.545 -3.061 -3.287 18.510 +04 Nov 2021 07:00 UT 0.57 28.830 1983.7 361298 14.1412 -10.3516 -174.749 0.544 -2.991 -3.222 18.372 +04 Nov 2021 08:00 UT 0.50 28.871 1984.4 361176 14.1797 -10.6077 -175.258 0.543 -2.920 -3.157 18.233 +04 Nov 2021 09:00 UT 0.43 28.913 1985.1 361058 14.2182 -10.8630 -175.766 0.542 -2.848 -3.091 18.091 +04 Nov 2021 10:00 UT 0.37 28.955 1985.7 360942 14.2569 -11.1173 -176.275 0.540 -2.777 -3.025 17.948 +04 Nov 2021 11:00 UT 0.31 28.996 1986.3 360829 14.2956 -11.3707 -176.783 0.539 -2.705 -2.959 17.802 +04 Nov 2021 12:00 UT 0.26 29.038 1986.9 360720 14.3344 -11.6231 -177.292 0.538 -2.632 -2.892 17.655 +04 Nov 2021 13:00 UT 0.21 29.080 1987.5 360613 14.3733 -11.8745 -177.801 0.537 -2.560 -2.824 17.505 +04 Nov 2021 14:00 UT 0.17 29.121 1988.1 360509 14.4124 -12.1249 -178.309 0.536 -2.487 -2.757 17.353 +04 Nov 2021 15:00 UT 0.13 29.163 1988.6 360409 14.4515 -12.3741 -178.818 0.534 -2.414 -2.689 17.199 +04 Nov 2021 16:00 UT 0.10 29.205 1989.2 360311 14.4907 -12.6223 -179.327 0.533 -2.340 -2.620 17.043 +04 Nov 2021 17:00 UT 0.08 29.246 1989.7 360217 14.5300 -12.8693 -179.835 0.532 -2.266 -2.551 16.885 +04 Nov 2021 18:00 UT 0.05 29.288 1990.2 360125 14.5694 -13.1151 179.656 0.531 -2.192 -2.482 16.724 +04 Nov 2021 19:00 UT 0.04 29.330 1990.7 360037 14.6089 -13.3597 179.147 0.530 -2.118 -2.413 16.562 +04 Nov 2021 20:00 UT 0.03 29.371 1991.2 359952 14.6485 -13.6030 178.639 0.528 -2.044 -2.343 16.398 +04 Nov 2021 21:00 UT 0.02 29.413 1991.6 359870 14.6882 -13.8451 178.130 0.527 -1.969 -2.273 16.232 +04 Nov 2021 22:00 UT 0.02 0.032 1992.1 359791 14.7280 -14.0858 177.622 0.526 -1.894 -2.202 16.063 +04 Nov 2021 23:00 UT 0.03 0.073 1992.5 359715 14.7679 -14.3251 177.113 0.525 -1.819 -2.132 15.893 +05 Nov 2021 00:00 UT 0.04 0.115 1992.9 359642 14.8079 -14.5630 176.604 0.524 -1.743 -2.061 15.720 +05 Nov 2021 01:00 UT 0.05 0.157 1993.3 359573 14.8480 -14.7995 176.096 0.522 -1.668 -1.990 15.546 +05 Nov 2021 02:00 UT 0.08 0.198 1993.6 359506 14.8882 -15.0345 175.587 0.521 -1.592 -1.918 15.369 +05 Nov 2021 03:00 UT 0.10 0.240 1994.0 359443 14.9285 -15.2681 175.078 0.520 -1.516 -1.846 15.191 +05 Nov 2021 04:00 UT 0.13 0.282 1994.3 359383 14.9689 -15.5000 174.570 0.519 -1.440 -1.774 15.010 +05 Nov 2021 05:00 UT 0.17 0.323 1994.6 359326 15.0095 -15.7304 174.061 0.518 -1.364 -1.702 14.828 +05 Nov 2021 06:00 UT 0.21 0.365 1994.9 359273 15.0501 -15.9592 173.553 0.516 -1.288 -1.629 14.643 +05 Nov 2021 07:00 UT 0.26 0.407 1995.2 359222 15.0908 -16.1863 173.044 0.515 -1.211 -1.557 14.457 +05 Nov 2021 08:00 UT 0.31 0.448 1995.5 359175 15.1316 -16.4117 172.535 0.514 -1.134 -1.484 14.268 +05 Nov 2021 09:00 UT 0.37 0.490 1995.7 359131 15.1726 -16.6355 172.027 0.513 -1.058 -1.411 14.078 +05 Nov 2021 10:00 UT 0.43 0.532 1995.9 359090 15.2136 -16.8574 171.518 0.512 -0.981 -1.338 13.886 +05 Nov 2021 11:00 UT 0.50 0.573 1996.2 359053 15.2547 -17.0776 171.010 0.510 -0.904 -1.264 13.691 +05 Nov 2021 12:00 UT 0.57 0.615 1996.3 359018 15.2960 -17.2959 170.501 0.509 -0.827 -1.190 13.495 +05 Nov 2021 13:00 UT 0.65 0.657 1996.5 358987 15.3373 -17.5124 169.992 0.508 -0.750 -1.117 13.297 +05 Nov 2021 14:00 UT 0.74 0.698 1996.7 358959 15.3788 -17.7270 169.484 0.507 -0.673 -1.043 13.097 +05 Nov 2021 15:00 UT 0.83 0.740 1996.8 358935 15.4204 -17.9396 168.975 0.506 -0.596 -0.969 12.895 +05 Nov 2021 16:00 UT 0.92 0.782 1996.9 358913 15.4620 -18.1503 168.467 0.504 -0.519 -0.894 12.692 +05 Nov 2021 17:00 UT 1.02 0.823 1997.0 358895 15.5038 -18.3589 167.958 0.503 -0.441 -0.820 12.486 +05 Nov 2021 18:00 UT 1.13 0.865 1997.1 358880 15.5456 -18.5656 167.449 0.502 -0.364 -0.746 12.279 +05 Nov 2021 19:00 UT 1.24 0.907 1997.2 358868 15.5876 -18.7701 166.941 0.501 -0.287 -0.671 12.069 +05 Nov 2021 20:00 UT 1.35 0.948 1997.2 358860 15.6297 -18.9726 166.432 0.500 -0.210 -0.597 11.858 +05 Nov 2021 21:00 UT 1.47 0.990 1997.3 358854 15.6719 -19.1729 165.924 0.498 -0.132 -0.522 11.646 +05 Nov 2021 22:00 UT 1.60 1.032 1997.3 358852 15.7141 -19.3711 165.415 0.497 -0.055 -0.447 11.431 +05 Nov 2021 23:00 UT 1.73 1.073 1997.3 358853 15.7565 -19.5670 164.907 0.496 0.022 -0.372 11.215 +06 Nov 2021 00:00 UT 1.87 1.115 1997.2 358857 15.7990 -19.7607 164.398 0.495 0.099 -0.298 10.997 +06 Nov 2021 01:00 UT 2.01 1.157 1997.2 358865 15.8416 -19.9522 163.889 0.494 0.176 -0.223 10.777 +06 Nov 2021 02:00 UT 2.15 1.198 1997.1 358875 15.8843 -20.1413 163.381 0.492 0.253 -0.148 10.556 +06 Nov 2021 03:00 UT 2.30 1.240 1997.1 358889 15.9270 -20.3281 162.872 0.491 0.330 -0.073 10.333 +06 Nov 2021 04:00 UT 2.46 1.282 1997.0 358906 15.9699 -20.5125 162.364 0.490 0.407 0.002 10.108 +06 Nov 2021 05:00 UT 2.62 1.323 1996.9 358926 16.0129 -20.6945 161.855 0.489 0.484 0.077 9.882 +06 Nov 2021 06:00 UT 2.79 1.365 1996.7 358949 16.0560 -20.8741 161.347 0.488 0.561 0.152 9.654 +06 Nov 2021 07:00 UT 2.96 1.407 1996.6 358975 16.0991 -21.0513 160.838 0.486 0.637 0.226 9.424 +06 Nov 2021 08:00 UT 3.14 1.448 1996.4 359005 16.1424 -21.2259 160.330 0.485 0.714 0.301 9.193 +06 Nov 2021 09:00 UT 3.32 1.490 1996.2 359037 16.1857 -21.3981 159.821 0.484 0.790 0.376 8.961 +06 Nov 2021 10:00 UT 3.50 1.532 1996.0 359073 16.2292 -21.5676 159.313 0.483 0.866 0.451 8.727 +06 Nov 2021 11:00 UT 3.69 1.573 1995.8 359112 16.2727 -21.7346 158.804 0.482 0.942 0.525 8.491 +06 Nov 2021 12:00 UT 3.89 1.615 1995.6 359153 16.3163 -21.8990 158.296 0.480 1.018 0.600 8.254 +06 Nov 2021 13:00 UT 4.09 1.657 1995.3 359198 16.3600 -22.0608 157.787 0.479 1.094 0.674 8.016 +06 Nov 2021 14:00 UT 4.29 1.698 1995.1 359246 16.4038 -22.2199 157.279 0.478 1.170 0.749 7.776 +06 Nov 2021 15:00 UT 4.50 1.740 1994.8 359297 16.4477 -22.3763 156.770 0.477 1.245 0.823 7.535 +06 Nov 2021 16:00 UT 4.72 1.782 1994.5 359351 16.4916 -22.5300 156.262 0.475 1.320 0.897 7.293 +06 Nov 2021 17:00 UT 4.94 1.823 1994.2 359408 16.5357 -22.6809 155.753 0.474 1.395 0.971 7.049 +06 Nov 2021 18:00 UT 5.16 1.865 1993.8 359468 16.5798 -22.8291 155.245 0.473 1.470 1.045 6.804 +06 Nov 2021 19:00 UT 5.39 1.907 1993.5 359531 16.6240 -22.9745 154.736 0.472 1.544 1.118 6.558 +06 Nov 2021 20:00 UT 5.63 1.948 1993.1 359596 16.6682 -23.1171 154.228 0.471 1.619 1.192 6.311 +06 Nov 2021 21:00 UT 5.86 1.990 1992.8 359665 16.7126 -23.2568 153.720 0.469 1.693 1.265 6.062 +06 Nov 2021 22:00 UT 6.11 2.032 1992.4 359737 16.7570 -23.3936 153.211 0.468 1.767 1.338 5.812 +06 Nov 2021 23:00 UT 6.35 2.073 1991.9 359811 16.8015 -23.5276 152.703 0.467 1.840 1.411 5.562 +07 Nov 2021 00:00 UT 6.60 2.115 1991.5 359888 16.8460 -23.6587 152.194 0.466 1.914 1.484 5.310 +07 Nov 2021 01:00 UT 6.86 2.157 1991.1 359968 16.8907 -23.7868 151.686 0.465 1.987 1.557 5.057 +07 Nov 2021 02:00 UT 7.12 2.198 1990.6 360051 16.9353 -23.9120 151.177 0.463 2.059 1.629 4.804 +07 Nov 2021 03:00 UT 7.38 2.240 1990.1 360137 16.9801 -24.0342 150.669 0.462 2.132 1.701 4.549 +07 Nov 2021 04:00 UT 7.65 2.282 1989.7 360226 17.0249 -24.1534 150.161 0.461 2.204 1.773 4.294 +07 Nov 2021 05:00 UT 7.92 2.323 1989.1 360317 17.0698 -24.2696 149.652 0.460 2.276 1.845 4.037 +07 Nov 2021 06:00 UT 8.20 2.365 1988.6 360411 17.1147 -24.3827 149.144 0.459 2.348 1.916 3.780 +07 Nov 2021 07:00 UT 8.48 2.407 1988.1 360508 17.1596 -24.4928 148.636 0.457 2.419 1.987 3.522 +07 Nov 2021 08:00 UT 8.77 2.448 1987.5 360607 17.2047 -24.5999 148.127 0.456 2.490 2.058 3.264 +07 Nov 2021 09:00 UT 9.06 2.490 1987.0 360709 17.2497 -24.7039 147.619 0.455 2.561 2.128 3.005 +07 Nov 2021 10:00 UT 9.35 2.532 1986.4 360814 17.2948 -24.8047 147.111 0.454 2.631 2.199 2.745 +07 Nov 2021 11:00 UT 9.65 2.573 1985.8 360921 17.3400 -24.9025 146.602 0.453 2.701 2.269 2.484 +07 Nov 2021 12:00 UT 9.95 2.615 1985.2 361031 17.3852 -24.9972 146.094 0.451 2.770 2.338 2.223 +07 Nov 2021 13:00 UT 10.25 2.657 1984.6 361144 17.4304 -25.0887 145.586 0.450 2.840 2.408 1.962 +07 Nov 2021 14:00 UT 10.56 2.698 1984.0 361259 17.4757 -25.1770 145.077 0.449 2.908 2.477 1.700 +07 Nov 2021 15:00 UT 10.88 2.740 1983.3 361376 17.5210 -25.2622 144.569 0.448 2.977 2.545 1.437 +07 Nov 2021 16:00 UT 11.19 2.782 1982.7 361496 17.5663 -25.3443 144.061 0.447 3.045 2.614 1.174 +07 Nov 2021 17:00 UT 11.51 2.823 1982.0 361619 17.6117 -25.4231 143.552 0.445 3.113 2.681 0.911 +07 Nov 2021 18:00 UT 11.84 2.865 1981.3 361744 17.6571 -25.4988 143.044 0.444 3.180 2.749 0.648 +07 Nov 2021 19:00 UT 12.17 2.907 1980.6 361871 17.7025 -25.5712 142.536 0.443 3.247 2.816 0.384 +07 Nov 2021 20:00 UT 12.50 2.948 1979.9 362000 17.7479 -25.6405 142.028 0.442 3.313 2.883 0.120 +07 Nov 2021 21:00 UT 12.83 2.990 1979.2 362132 17.7933 -25.7065 141.519 0.441 3.379 2.950 359.857 +07 Nov 2021 22:00 UT 13.17 3.032 1978.4 362267 17.8388 -25.7693 141.011 0.439 3.445 3.016 359.593 +07 Nov 2021 23:00 UT 13.51 3.073 1977.7 362403 17.8842 -25.8289 140.503 0.438 3.510 3.081 359.329 +08 Nov 2021 00:00 UT 13.86 3.115 1976.9 362542 17.9297 -25.8853 139.995 0.437 3.575 3.147 359.065 +08 Nov 2021 01:00 UT 14.20 3.157 1976.2 362683 17.9752 -25.9384 139.487 0.436 3.639 3.212 358.801 +08 Nov 2021 02:00 UT 14.56 3.198 1975.4 362826 18.0207 -25.9883 138.978 0.435 3.703 3.276 358.537 +08 Nov 2021 03:00 UT 14.91 3.240 1974.6 362972 18.0661 -26.0350 138.470 0.433 3.767 3.340 358.273 +08 Nov 2021 04:00 UT 15.27 3.282 1973.8 363119 18.1116 -26.0784 137.962 0.432 3.830 3.404 358.010 +08 Nov 2021 05:00 UT 15.63 3.323 1973.0 363269 18.1570 -26.1185 137.454 0.431 3.892 3.467 357.746 +08 Nov 2021 06:00 UT 15.99 3.365 1972.2 363420 18.2025 -26.1555 136.946 0.430 3.954 3.529 357.483 +08 Nov 2021 07:00 UT 16.36 3.407 1971.3 363574 18.2479 -26.1892 136.438 0.429 4.016 3.592 357.221 +08 Nov 2021 08:00 UT 16.73 3.448 1970.5 363730 18.2933 -26.2196 135.929 0.428 4.077 3.653 356.959 +08 Nov 2021 09:00 UT 17.10 3.490 1969.6 363888 18.3387 -26.2469 135.421 0.426 4.138 3.715 356.697 +08 Nov 2021 10:00 UT 17.48 3.532 1968.8 364047 18.3841 -26.2709 134.913 0.425 4.198 3.775 356.436 +08 Nov 2021 11:00 UT 17.86 3.573 1967.9 364209 18.4294 -26.2916 134.405 0.424 4.257 3.836 356.175 +08 Nov 2021 12:00 UT 18.24 3.615 1967.0 364372 18.4747 -26.3092 133.897 0.423 4.316 3.896 355.915 +08 Nov 2021 13:00 UT 18.63 3.657 1966.1 364537 18.5200 -26.3235 133.389 0.422 4.375 3.955 355.656 +08 Nov 2021 14:00 UT 19.01 3.698 1965.2 364705 18.5653 -26.3346 132.881 0.420 4.433 4.014 355.397 +08 Nov 2021 15:00 UT 19.40 3.740 1964.3 364874 18.6105 -26.3426 132.373 0.419 4.491 4.072 355.139 +08 Nov 2021 16:00 UT 19.79 3.782 1963.4 365044 18.6557 -26.3473 131.865 0.418 4.548 4.130 354.881 +08 Nov 2021 17:00 UT 20.19 3.823 1962.5 365217 18.7008 -26.3488 131.357 0.417 4.604 4.187 354.625 +08 Nov 2021 18:00 UT 20.59 3.865 1961.5 365391 18.7459 -26.3472 130.849 0.416 4.660 4.244 354.369 +08 Nov 2021 19:00 UT 20.99 3.907 1960.6 365566 18.7909 -26.3424 130.341 0.414 4.716 4.300 354.115 +08 Nov 2021 20:00 UT 21.39 3.948 1959.6 365744 18.8359 -26.3344 129.833 0.413 4.771 4.356 353.861 +08 Nov 2021 21:00 UT 21.79 3.990 1958.7 365923 18.8808 -26.3233 129.325 0.412 4.825 4.411 353.608 +08 Nov 2021 22:00 UT 22.20 4.032 1957.7 366103 18.9257 -26.3091 128.817 0.411 4.879 4.466 353.357 +08 Nov 2021 23:00 UT 22.61 4.073 1956.7 366285 18.9705 -26.2917 128.309 0.410 4.932 4.520 353.106 +09 Nov 2021 00:00 UT 23.02 4.115 1955.8 366469 19.0152 -26.2713 127.801 0.409 4.985 4.573 352.857 +09 Nov 2021 01:00 UT 23.43 4.157 1954.8 366654 19.0599 -26.2477 127.293 0.407 5.037 4.626 352.609 +09 Nov 2021 02:00 UT 23.85 4.198 1953.8 366840 19.1045 -26.2211 126.785 0.406 5.089 4.679 352.361 +09 Nov 2021 03:00 UT 24.26 4.240 1952.8 367028 19.1491 -26.1914 126.277 0.405 5.140 4.730 352.116 +09 Nov 2021 04:00 UT 24.68 4.282 1951.8 367217 19.1936 -26.1587 125.769 0.404 5.190 4.782 351.871 +09 Nov 2021 05:00 UT 25.10 4.323 1950.8 367408 19.2380 -26.1229 125.261 0.403 5.240 4.832 351.628 +09 Nov 2021 06:00 UT 25.53 4.365 1949.7 367600 19.2823 -26.0842 124.753 0.402 5.290 4.883 351.386 +09 Nov 2021 07:00 UT 25.95 4.407 1948.7 367793 19.3265 -26.0424 124.245 0.400 5.338 4.932 351.146 +09 Nov 2021 08:00 UT 26.38 4.448 1947.7 367987 19.3707 -25.9976 123.738 0.399 5.386 4.981 350.907 +09 Nov 2021 09:00 UT 26.80 4.490 1946.7 368183 19.4148 -25.9499 123.230 0.398 5.434 5.029 350.670 +09 Nov 2021 10:00 UT 27.23 4.532 1945.6 368379 19.4587 -25.8993 122.722 0.397 5.481 5.077 350.434 +09 Nov 2021 11:00 UT 27.67 4.573 1944.6 368577 19.5026 -25.8457 122.214 0.396 5.528 5.124 350.199 +09 Nov 2021 12:00 UT 28.10 4.615 1943.5 368776 19.5465 -25.7893 121.706 0.395 5.573 5.171 349.967 +09 Nov 2021 13:00 UT 28.53 4.657 1942.5 368976 19.5902 -25.7299 121.198 0.393 5.619 5.217 349.736 +09 Nov 2021 14:00 UT 28.97 4.698 1941.4 369177 19.6338 -25.6677 120.691 0.392 5.663 5.262 349.506 +09 Nov 2021 15:00 UT 29.41 4.740 1940.3 369379 19.6773 -25.6027 120.183 0.391 5.707 5.307 349.278 +09 Nov 2021 16:00 UT 29.84 4.782 1939.3 369582 19.7207 -25.5348 119.675 0.390 5.751 5.351 349.052 +09 Nov 2021 17:00 UT 30.28 4.823 1938.2 369786 19.7641 -25.4642 119.167 0.389 5.794 5.394 348.828 +09 Nov 2021 18:00 UT 30.72 4.865 1937.1 369991 19.8073 -25.3907 118.660 0.388 5.836 5.437 348.606 +09 Nov 2021 19:00 UT 31.17 4.907 1936.1 370197 19.8504 -25.3146 118.152 0.386 5.878 5.479 348.385 +09 Nov 2021 20:00 UT 31.61 4.948 1935.0 370404 19.8934 -25.2357 117.644 0.385 5.919 5.521 348.166 +09 Nov 2021 21:00 UT 32.06 4.990 1933.9 370611 19.9363 -25.1541 117.136 0.384 5.959 5.562 347.949 +09 Nov 2021 22:00 UT 32.50 5.032 1932.8 370819 19.9791 -25.0698 116.629 0.383 5.999 5.602 347.734 +09 Nov 2021 23:00 UT 32.95 5.073 1931.7 371028 20.0218 -24.9829 116.121 0.382 6.038 5.642 347.521 +10 Nov 2021 00:00 UT 33.39 5.115 1930.6 371238 20.0644 -24.8934 115.613 0.381 6.077 5.681 347.310 +10 Nov 2021 01:00 UT 33.84 5.157 1929.5 371449 20.1069 -24.8012 115.106 0.379 6.115 5.719 347.100 +10 Nov 2021 02:00 UT 34.29 5.198 1928.4 371660 20.1492 -24.7065 114.598 0.378 6.152 5.757 346.893 +10 Nov 2021 03:00 UT 34.74 5.240 1927.3 371872 20.1915 -24.6092 114.090 0.377 6.189 5.794 346.688 +10 Nov 2021 04:00 UT 35.19 5.282 1926.2 372084 20.2336 -24.5094 113.583 0.376 6.225 5.831 346.484 +10 Nov 2021 05:00 UT 35.65 5.323 1925.1 372297 20.2756 -24.4071 113.075 0.375 6.261 5.866 346.283 +10 Nov 2021 06:00 UT 36.10 5.365 1924.0 372510 20.3175 -24.3023 112.568 0.374 6.295 5.902 346.084 +10 Nov 2021 07:00 UT 36.55 5.407 1922.9 372724 20.3592 -24.1951 112.060 0.372 6.330 5.936 345.887 +10 Nov 2021 08:00 UT 37.00 5.448 1921.8 372939 20.4009 -24.0854 111.552 0.371 6.363 5.970 345.692 +10 Nov 2021 09:00 UT 37.46 5.490 1920.7 373154 20.4424 -23.9733 111.045 0.370 6.396 6.003 345.499 +10 Nov 2021 10:00 UT 37.91 5.532 1919.6 373369 20.4838 -23.8589 110.537 0.369 6.429 6.036 345.309 +10 Nov 2021 11:00 UT 38.37 5.573 1918.5 373585 20.5251 -23.7421 110.030 0.368 6.461 6.068 345.120 +10 Nov 2021 12:00 UT 38.82 5.615 1917.4 373802 20.5662 -23.6230 109.522 0.367 6.492 6.099 344.934 +10 Nov 2021 13:00 UT 39.28 5.657 1916.3 374018 20.6073 -23.5017 109.015 0.365 6.522 6.130 344.749 +10 Nov 2021 14:00 UT 39.74 5.698 1915.2 374235 20.6482 -23.3780 108.507 0.364 6.552 6.160 344.567 +10 Nov 2021 15:00 UT 40.19 5.740 1914.1 374452 20.6890 -23.2521 108.000 0.363 6.582 6.189 344.388 +10 Nov 2021 16:00 UT 40.65 5.782 1912.9 374670 20.7296 -23.1240 107.492 0.362 6.610 6.218 344.210 +10 Nov 2021 17:00 UT 41.11 5.823 1911.8 374887 20.7701 -22.9938 106.985 0.361 6.638 6.245 344.035 +10 Nov 2021 18:00 UT 41.56 5.865 1910.7 375105 20.8105 -22.8613 106.477 0.360 6.666 6.273 343.862 +10 Nov 2021 19:00 UT 42.02 5.907 1909.6 375323 20.8508 -22.7268 105.970 0.358 6.692 6.299 343.691 +10 Nov 2021 20:00 UT 42.48 5.948 1908.5 375542 20.8909 -22.5901 105.463 0.357 6.719 6.325 343.522 +10 Nov 2021 21:00 UT 42.94 5.990 1907.4 375760 20.9310 -22.4514 104.955 0.356 6.744 6.351 343.356 +10 Nov 2021 22:00 UT 43.39 6.032 1906.3 375979 20.9709 -22.3106 104.448 0.355 6.769 6.375 343.192 +10 Nov 2021 23:00 UT 43.85 6.073 1905.2 376197 21.0106 -22.1678 103.940 0.354 6.793 6.399 343.030 +11 Nov 2021 00:00 UT 44.31 6.115 1904.1 376416 21.0502 -22.0230 103.433 0.353 6.817 6.423 342.870 +11 Nov 2021 01:00 UT 44.77 6.157 1903.0 376635 21.0897 -21.8763 102.926 0.352 6.840 6.445 342.713 +11 Nov 2021 02:00 UT 45.22 6.198 1901.9 376853 21.1291 -21.7276 102.418 0.350 6.862 6.467 342.558 +11 Nov 2021 03:00 UT 45.68 6.240 1900.8 377072 21.1684 -21.5770 101.911 0.349 6.884 6.489 342.405 +11 Nov 2021 04:00 UT 46.14 6.282 1899.7 377291 21.2075 -21.4245 101.404 0.348 6.905 6.509 342.255 +11 Nov 2021 05:00 UT 46.59 6.323 1898.6 377509 21.2465 -21.2701 100.896 0.347 6.926 6.529 342.106 +11 Nov 2021 06:00 UT 47.05 6.365 1897.5 377728 21.2854 -21.1139 100.389 0.346 6.946 6.549 341.961 +11 Nov 2021 07:00 UT 47.51 6.407 1896.4 377946 21.3241 -20.9560 99.882 0.345 6.965 6.567 341.817 +11 Nov 2021 08:00 UT 47.96 6.448 1895.3 378165 21.3627 -20.7962 99.374 0.343 6.984 6.585 341.676 +11 Nov 2021 09:00 UT 48.42 6.490 1894.2 378383 21.4012 -20.6347 98.867 0.342 7.002 6.603 341.537 +11 Nov 2021 10:00 UT 48.87 6.532 1893.1 378601 21.4395 -20.4715 98.360 0.341 7.019 6.619 341.400 +11 Nov 2021 11:00 UT 49.33 6.573 1892.0 378818 21.4778 -20.3065 97.853 0.340 7.036 6.635 341.266 +11 Nov 2021 12:00 UT 49.78 6.615 1890.9 379036 21.5159 -20.1400 97.345 0.339 7.052 6.651 341.134 +11 Nov 2021 13:00 UT 50.23 6.657 1889.8 379253 21.5539 -19.9717 96.838 0.338 7.068 6.665 341.004 +11 Nov 2021 14:00 UT 50.69 6.698 1888.7 379470 21.5917 -19.8018 96.331 0.337 7.083 6.679 340.876 +11 Nov 2021 15:00 UT 51.14 6.740 1887.7 379687 21.6294 -19.6304 95.824 0.335 7.097 6.693 340.751 +11 Nov 2021 16:00 UT 51.59 6.782 1886.6 379904 21.6671 -19.4574 95.317 0.334 7.111 6.705 340.628 +11 Nov 2021 17:00 UT 52.04 6.823 1885.5 380120 21.7045 -19.2828 94.809 0.333 7.124 6.718 340.507 +11 Nov 2021 18:00 UT 52.49 6.865 1884.5 380336 21.7419 -19.1067 94.302 0.332 7.137 6.729 340.389 +11 Nov 2021 19:00 UT 52.94 6.907 1883.4 380551 21.7791 -18.9291 93.795 0.331 7.149 6.740 340.273 +11 Nov 2021 20:00 UT 53.39 6.948 1882.3 380766 21.8163 -18.7501 93.288 0.330 7.160 6.750 340.159 +11 Nov 2021 21:00 UT 53.83 6.990 1881.3 380981 21.8533 -18.5696 92.781 0.329 7.171 6.759 340.047 +11 Nov 2021 22:00 UT 54.28 7.032 1880.2 381195 21.8901 -18.3877 92.274 0.327 7.181 6.768 339.938 +11 Nov 2021 23:00 UT 54.73 7.073 1879.1 381409 21.9269 -18.2045 91.767 0.326 7.190 6.776 339.831 +12 Nov 2021 00:00 UT 55.17 7.115 1878.1 381623 21.9635 -18.0198 91.260 0.325 7.199 6.784 339.726 +12 Nov 2021 01:00 UT 55.62 7.157 1877.0 381836 22.0001 -17.8338 90.753 0.324 7.208 6.791 339.623 +12 Nov 2021 02:00 UT 56.06 7.198 1876.0 382048 22.0365 -17.6465 90.246 0.323 7.215 6.797 339.523 +12 Nov 2021 03:00 UT 56.50 7.240 1875.0 382260 22.0728 -17.4579 89.738 0.322 7.222 6.802 339.424 +12 Nov 2021 04:00 UT 56.94 7.282 1873.9 382471 22.1089 -17.2680 89.231 0.320 7.229 6.807 339.328 +12 Nov 2021 05:00 UT 57.38 7.323 1872.9 382682 22.1450 -17.0769 88.724 0.319 7.235 6.812 339.235 +12 Nov 2021 06:00 UT 57.82 7.365 1871.9 382893 22.1810 -16.8845 88.217 0.318 7.240 6.815 339.143 +12 Nov 2021 07:00 UT 58.26 7.407 1870.8 383102 22.2168 -16.6910 87.710 0.317 7.245 6.818 339.053 +12 Nov 2021 08:00 UT 58.69 7.448 1869.8 383312 22.2525 -16.4963 87.203 0.316 7.249 6.821 338.966 +12 Nov 2021 09:00 UT 59.13 7.490 1868.8 383520 22.2881 -16.3004 86.696 0.315 7.253 6.822 338.881 +12 Nov 2021 10:00 UT 59.56 7.532 1867.8 383728 22.3237 -16.1034 86.189 0.314 7.256 6.824 338.798 +12 Nov 2021 11:00 UT 59.99 7.573 1866.8 383936 22.3591 -15.9053 85.683 0.312 7.258 6.824 338.717 +12 Nov 2021 12:00 UT 60.43 7.615 1865.8 384142 22.3944 -15.7061 85.176 0.311 7.260 6.824 338.639 +12 Nov 2021 13:00 UT 60.86 7.657 1864.8 384348 22.4295 -15.5058 84.669 0.310 7.262 6.823 338.562 +12 Nov 2021 14:00 UT 61.28 7.698 1863.8 384554 22.4646 -15.3045 84.162 0.309 7.262 6.822 338.488 +12 Nov 2021 15:00 UT 61.71 7.740 1862.8 384759 22.4996 -15.1022 83.655 0.308 7.262 6.820 338.415 +12 Nov 2021 16:00 UT 62.14 7.782 1861.8 384963 22.5345 -14.8989 83.148 0.307 7.262 6.817 338.345 +12 Nov 2021 17:00 UT 62.56 7.823 1860.8 385166 22.5693 -14.6946 82.641 0.305 7.261 6.814 338.277 +12 Nov 2021 18:00 UT 62.99 7.865 1859.8 385369 22.6039 -14.4893 82.134 0.304 7.259 6.810 338.211 +12 Nov 2021 19:00 UT 63.41 7.907 1858.9 385570 22.6385 -14.2831 81.627 0.303 7.257 6.805 338.147 +12 Nov 2021 20:00 UT 63.83 7.948 1857.9 385771 22.6730 -14.0760 81.120 0.302 7.255 6.800 338.085 +12 Nov 2021 21:00 UT 64.25 7.990 1856.9 385972 22.7074 -13.8680 80.614 0.301 7.251 6.795 338.025 +12 Nov 2021 22:00 UT 64.66 8.032 1856.0 386171 22.7417 -13.6592 80.107 0.300 7.248 6.788 337.968 +12 Nov 2021 23:00 UT 65.08 8.073 1855.0 386370 22.7759 -13.4495 79.600 0.298 7.243 6.781 337.912 +13 Nov 2021 00:00 UT 65.49 8.115 1854.1 386568 22.8100 -13.2389 79.093 0.297 7.238 6.774 337.858 +13 Nov 2021 01:00 UT 65.91 8.157 1853.1 386766 22.8440 -13.0276 78.586 0.296 7.233 6.766 337.806 +13 Nov 2021 02:00 UT 66.32 8.198 1852.2 386962 22.8779 -12.8154 78.080 0.295 7.227 6.757 337.757 +13 Nov 2021 03:00 UT 66.73 8.240 1851.2 387158 22.9117 -12.6025 77.573 0.294 7.220 6.748 337.709 +13 Nov 2021 04:00 UT 67.13 8.282 1850.3 387352 22.9455 -12.3888 77.066 0.293 7.213 6.738 337.663 +13 Nov 2021 05:00 UT 67.54 8.323 1849.4 387546 22.9791 -12.1744 76.559 0.292 7.206 6.727 337.619 +13 Nov 2021 06:00 UT 67.94 8.365 1848.5 387739 23.0127 -11.9593 76.053 0.290 7.198 6.716 337.578 +13 Nov 2021 07:00 UT 68.34 8.407 1847.6 387931 23.0462 -11.7435 75.546 0.289 7.189 6.705 337.538 +13 Nov 2021 08:00 UT 68.74 8.448 1846.6 388123 23.0795 -11.5271 75.039 0.288 7.180 6.692 337.500 +13 Nov 2021 09:00 UT 69.14 8.490 1845.7 388313 23.1129 -11.3099 74.532 0.287 7.170 6.680 337.464 +13 Nov 2021 10:00 UT 69.54 8.532 1844.8 388503 23.1461 -11.0922 74.026 0.286 7.160 6.666 337.429 +13 Nov 2021 11:00 UT 69.93 8.573 1843.9 388692 23.1792 -10.8738 73.519 0.285 7.149 6.652 337.397 +13 Nov 2021 12:00 UT 70.33 8.615 1843.1 388879 23.2123 -10.6548 73.012 0.283 7.138 6.638 337.367 +13 Nov 2021 13:00 UT 70.72 8.657 1842.2 389066 23.2453 -10.4352 72.506 0.282 7.126 6.623 337.338 +13 Nov 2021 14:00 UT 71.11 8.698 1841.3 389252 23.2782 -10.2151 71.999 0.281 7.114 6.607 337.312 +13 Nov 2021 15:00 UT 71.50 8.740 1840.4 389437 23.3111 -9.9944 71.492 0.280 7.101 6.591 337.287 +13 Nov 2021 16:00 UT 71.88 8.782 1839.5 389621 23.3439 -9.7732 70.986 0.279 7.087 6.574 337.264 +13 Nov 2021 17:00 UT 72.26 8.823 1838.7 389805 23.3766 -9.5515 70.479 0.278 7.074 6.557 337.243 +13 Nov 2021 18:00 UT 72.65 8.865 1837.8 389987 23.4092 -9.3293 69.973 0.276 7.059 6.539 337.224 +13 Nov 2021 19:00 UT 73.03 8.907 1837.0 390168 23.4417 -9.1066 69.466 0.275 7.044 6.520 337.207 +13 Nov 2021 20:00 UT 73.40 8.948 1836.1 390348 23.4742 -8.8834 68.959 0.274 7.029 6.501 337.191 +13 Nov 2021 21:00 UT 73.78 8.990 1835.3 390528 23.5067 -8.6599 68.453 0.273 7.013 6.482 337.177 +13 Nov 2021 22:00 UT 74.15 9.032 1834.4 390706 23.5390 -8.4358 67.946 0.272 6.997 6.462 337.165 +13 Nov 2021 23:00 UT 74.52 9.073 1833.6 390884 23.5713 -8.2114 67.440 0.271 6.980 6.441 337.155 +14 Nov 2021 00:00 UT 74.89 9.115 1832.8 391060 23.6035 -7.9866 66.933 0.269 6.963 6.420 337.146 +14 Nov 2021 01:00 UT 75.26 9.157 1831.9 391236 23.6357 -7.7614 66.427 0.268 6.945 6.398 337.140 +14 Nov 2021 02:00 UT 75.62 9.198 1831.1 391410 23.6678 -7.5359 65.920 0.267 6.927 6.376 337.135 +14 Nov 2021 03:00 UT 75.99 9.240 1830.3 391584 23.6999 -7.3100 65.414 0.266 6.908 6.353 337.132 +14 Nov 2021 04:00 UT 76.35 9.282 1829.5 391756 23.7318 -7.0838 64.907 0.265 6.888 6.330 337.130 +14 Nov 2021 05:00 UT 76.70 9.323 1828.7 391928 23.7638 -6.8573 64.401 0.264 6.869 6.306 337.130 +14 Nov 2021 06:00 UT 77.06 9.365 1827.9 392098 23.7957 -6.6305 63.894 0.262 6.849 6.282 337.132 +14 Nov 2021 07:00 UT 77.41 9.407 1827.1 392268 23.8275 -6.4034 63.388 0.261 6.828 6.257 337.136 +14 Nov 2021 08:00 UT 77.77 9.448 1826.3 392436 23.8592 -6.1760 62.881 0.260 6.807 6.232 337.141 +14 Nov 2021 09:00 UT 78.11 9.490 1825.6 392604 23.8910 -5.9484 62.375 0.259 6.785 6.206 337.148 +14 Nov 2021 10:00 UT 78.46 9.532 1824.8 392771 23.9226 -5.7206 61.868 0.258 6.763 6.179 337.157 +14 Nov 2021 11:00 UT 78.81 9.573 1824.0 392936 23.9542 -5.4925 61.362 0.256 6.741 6.152 337.167 +14 Nov 2021 12:00 UT 79.15 9.615 1823.3 393100 23.9858 -5.2643 60.855 0.255 6.718 6.125 337.179 +14 Nov 2021 13:00 UT 79.49 9.657 1822.5 393264 0.0173 -5.0358 60.349 0.254 6.694 6.097 337.193 +14 Nov 2021 14:00 UT 79.83 9.698 1821.7 393426 0.0488 -4.8072 59.843 0.253 6.670 6.069 337.208 +14 Nov 2021 15:00 UT 80.16 9.740 1821.0 393588 0.0802 -4.5785 59.336 0.252 6.646 6.040 337.225 +14 Nov 2021 16:00 UT 80.49 9.782 1820.3 393748 0.1116 -4.3496 58.830 0.251 6.621 6.011 337.243 +14 Nov 2021 17:00 UT 80.82 9.823 1819.5 393907 0.1430 -4.1205 58.323 0.249 6.596 5.981 337.263 +14 Nov 2021 18:00 UT 81.15 9.865 1818.8 394066 0.1743 -3.8914 57.817 0.248 6.571 5.951 337.285 +14 Nov 2021 19:00 UT 81.48 9.907 1818.1 394223 0.2055 -3.6621 57.311 0.247 6.545 5.920 337.308 +14 Nov 2021 20:00 UT 81.80 9.948 1817.3 394379 0.2368 -3.4328 56.804 0.246 6.518 5.889 337.333 +14 Nov 2021 21:00 UT 82.12 9.990 1816.6 394535 0.2680 -3.2034 56.298 0.245 6.491 5.857 337.360 +14 Nov 2021 22:00 UT 82.44 10.032 1815.9 394689 0.2991 -2.9740 55.792 0.243 6.464 5.825 337.388 +14 Nov 2021 23:00 UT 82.76 10.073 1815.2 394842 0.3302 -2.7445 55.285 0.242 6.436 5.793 337.417 +15 Nov 2021 00:00 UT 83.07 10.115 1814.5 394994 0.3613 -2.5150 54.779 0.241 6.408 5.760 337.448 +15 Nov 2021 01:00 UT 83.38 10.157 1813.8 395145 0.3924 -2.2855 54.273 0.240 6.379 5.726 337.481 +15 Nov 2021 02:00 UT 83.69 10.198 1813.1 395295 0.4234 -2.0560 53.766 0.239 6.350 5.692 337.515 +15 Nov 2021 03:00 UT 83.99 10.240 1812.5 395444 0.4544 -1.8265 53.260 0.238 6.321 5.658 337.551 +15 Nov 2021 04:00 UT 84.30 10.282 1811.8 395592 0.4854 -1.5970 52.754 0.236 6.291 5.623 337.588 +15 Nov 2021 05:00 UT 84.60 10.323 1811.1 395739 0.5163 -1.3676 52.247 0.235 6.261 5.588 337.627 +15 Nov 2021 06:00 UT 84.89 10.365 1810.4 395885 0.5472 -1.1382 51.741 0.234 6.230 5.552 337.667 +15 Nov 2021 07:00 UT 85.19 10.407 1809.8 396029 0.5781 -0.9090 51.235 0.233 6.199 5.516 337.709 +15 Nov 2021 08:00 UT 85.48 10.448 1809.1 396173 0.6090 -0.6798 50.729 0.232 6.168 5.479 337.752 +15 Nov 2021 09:00 UT 85.77 10.490 1808.5 396316 0.6398 -0.4507 50.222 0.230 6.136 5.442 337.797 +15 Nov 2021 10:00 UT 86.06 10.532 1807.8 396458 0.6706 -0.2217 49.716 0.229 6.104 5.405 337.843 +15 Nov 2021 11:00 UT 86.34 10.573 1807.2 396598 0.7014 0.0072 49.210 0.228 6.071 5.367 337.891 +15 Nov 2021 12:00 UT 86.63 10.615 1806.5 396738 0.7322 0.2359 48.704 0.227 6.038 5.329 337.940 +15 Nov 2021 13:00 UT 86.90 10.657 1805.9 396876 0.7630 0.4644 48.197 0.226 6.005 5.290 337.991 +15 Nov 2021 14:00 UT 87.18 10.698 1805.3 397014 0.7937 0.6928 47.691 0.224 5.971 5.251 338.043 +15 Nov 2021 15:00 UT 87.46 10.740 1804.7 397150 0.8244 0.9210 47.185 0.223 5.937 5.212 338.096 +15 Nov 2021 16:00 UT 87.73 10.782 1804.1 397286 0.8551 1.1491 46.679 0.222 5.902 5.172 338.151 +15 Nov 2021 17:00 UT 87.99 10.823 1803.4 397420 0.8858 1.3769 46.173 0.221 5.867 5.132 338.208 +15 Nov 2021 18:00 UT 88.26 10.865 1802.8 397554 0.9165 1.6045 45.666 0.220 5.832 5.091 338.265 +15 Nov 2021 19:00 UT 88.52 10.907 1802.2 397686 0.9472 1.8318 45.160 0.218 5.797 5.050 338.325 +15 Nov 2021 20:00 UT 88.78 10.948 1801.6 397817 0.9779 2.0589 44.654 0.217 5.761 5.009 338.385 +15 Nov 2021 21:00 UT 89.04 10.990 1801.1 397947 1.0085 2.2857 44.148 0.216 5.724 4.967 338.447 +15 Nov 2021 22:00 UT 89.30 11.032 1800.5 398077 1.0392 2.5123 43.642 0.215 5.688 4.925 338.511 +15 Nov 2021 23:00 UT 89.55 11.073 1799.9 398205 1.0698 2.7386 43.136 0.214 5.651 4.882 338.576 +16 Nov 2021 00:00 UT 89.80 11.115 1799.3 398332 1.1005 2.9646 42.629 0.212 5.613 4.839 338.642 +16 Nov 2021 01:00 UT 90.04 11.157 1798.7 398458 1.1311 3.1902 42.123 0.211 5.575 4.796 338.710 +16 Nov 2021 02:00 UT 90.29 11.198 1798.2 398583 1.1617 3.4155 41.617 0.210 5.537 4.752 338.779 +16 Nov 2021 03:00 UT 90.53 11.240 1797.6 398707 1.1924 3.6405 41.111 0.209 5.499 4.709 338.849 +16 Nov 2021 04:00 UT 90.76 11.282 1797.1 398830 1.2230 3.8652 40.605 0.208 5.460 4.664 338.921 +16 Nov 2021 05:00 UT 91.00 11.323 1796.5 398952 1.2536 4.0895 40.099 0.206 5.421 4.620 338.994 +16 Nov 2021 06:00 UT 91.23 11.365 1796.0 399073 1.2843 4.3134 39.593 0.205 5.382 4.575 339.069 +16 Nov 2021 07:00 UT 91.46 11.407 1795.4 399193 1.3149 4.5369 39.087 0.204 5.342 4.529 339.145 +16 Nov 2021 08:00 UT 91.69 11.448 1794.9 399312 1.3455 4.7600 38.581 0.203 5.302 4.484 339.222 +16 Nov 2021 09:00 UT 91.91 11.490 1794.4 399430 1.3762 4.9826 38.074 0.202 5.261 4.438 339.301 +16 Nov 2021 10:00 UT 92.13 11.532 1793.8 399547 1.4068 5.2049 37.568 0.200 5.221 4.391 339.381 +16 Nov 2021 11:00 UT 92.35 11.573 1793.3 399663 1.4375 5.4267 37.062 0.199 5.180 4.345 339.462 +16 Nov 2021 12:00 UT 92.56 11.615 1792.8 399778 1.4681 5.6480 36.556 0.198 5.138 4.298 339.545 +16 Nov 2021 13:00 UT 92.77 11.657 1792.3 399891 1.4988 5.8689 36.050 0.197 5.097 4.250 339.629 +16 Nov 2021 14:00 UT 92.98 11.698 1791.8 400004 1.5295 6.0893 35.544 0.196 5.055 4.203 339.715 +16 Nov 2021 15:00 UT 93.19 11.740 1791.3 400116 1.5601 6.3092 35.038 0.194 5.012 4.155 339.801 +16 Nov 2021 16:00 UT 93.39 11.782 1790.8 400227 1.5908 6.5286 34.532 0.193 4.970 4.107 339.889 +16 Nov 2021 17:00 UT 93.59 11.823 1790.3 400337 1.6215 6.7475 34.026 0.192 4.927 4.058 339.979 +16 Nov 2021 18:00 UT 93.79 11.865 1789.8 400445 1.6523 6.9658 33.520 0.191 4.884 4.009 340.069 +16 Nov 2021 19:00 UT 93.98 11.907 1789.3 400553 1.6830 7.1836 33.014 0.189 4.840 3.960 340.161 +16 Nov 2021 20:00 UT 94.17 11.948 1788.9 400660 1.7138 7.4008 32.508 0.188 4.796 3.911 340.255 +16 Nov 2021 21:00 UT 94.36 11.990 1788.4 400766 1.7445 7.6175 32.002 0.187 4.752 3.861 340.349 +16 Nov 2021 22:00 UT 94.55 12.032 1787.9 400870 1.7753 7.8335 31.496 0.186 4.708 3.811 340.445 +16 Nov 2021 23:00 UT 94.73 12.073 1787.5 400974 1.8061 8.0490 30.990 0.185 4.663 3.761 340.542 +17 Nov 2021 00:00 UT 94.91 12.115 1787.0 401077 1.8369 8.2639 30.484 0.183 4.618 3.711 340.641 +17 Nov 2021 01:00 UT 95.08 12.157 1786.5 401179 1.8678 8.4781 29.978 0.182 4.573 3.660 340.741 +17 Nov 2021 02:00 UT 95.26 12.198 1786.1 401280 1.8986 8.6917 29.472 0.181 4.527 3.609 340.842 +17 Nov 2021 03:00 UT 95.43 12.240 1785.7 401379 1.9295 8.9046 28.966 0.180 4.482 3.558 340.944 +17 Nov 2021 04:00 UT 95.59 12.282 1785.2 401478 1.9604 9.1169 28.460 0.179 4.436 3.506 341.048 +17 Nov 2021 05:00 UT 95.76 12.323 1784.8 401576 1.9914 9.3285 27.954 0.177 4.389 3.454 341.153 +17 Nov 2021 06:00 UT 95.92 12.365 1784.3 401673 2.0223 9.5394 27.448 0.176 4.343 3.402 341.259 +17 Nov 2021 07:00 UT 96.07 12.407 1783.9 401768 2.0533 9.7497 26.942 0.175 4.296 3.350 341.367 +17 Nov 2021 08:00 UT 96.23 12.448 1783.5 401863 2.0843 9.9592 26.436 0.174 4.249 3.298 341.476 +17 Nov 2021 09:00 UT 96.38 12.490 1783.1 401957 2.1153 10.1679 25.930 0.172 4.201 3.245 341.586 +17 Nov 2021 10:00 UT 96.53 12.532 1782.7 402050 2.1464 10.3760 25.424 0.171 4.154 3.192 341.697 +17 Nov 2021 11:00 UT 96.68 12.573 1782.3 402142 2.1775 10.5832 24.918 0.170 4.106 3.139 341.809 +17 Nov 2021 12:00 UT 96.82 12.615 1781.9 402233 2.2086 10.7897 24.412 0.169 4.058 3.085 341.923 +17 Nov 2021 13:00 UT 96.96 12.657 1781.5 402323 2.2398 10.9955 23.906 0.168 4.009 3.032 342.038 +17 Nov 2021 14:00 UT 97.09 12.698 1781.1 402411 2.2709 11.2004 23.400 0.166 3.961 2.978 342.155 +17 Nov 2021 15:00 UT 97.23 12.740 1780.7 402499 2.3022 11.4045 22.894 0.165 3.912 2.924 342.272 +17 Nov 2021 16:00 UT 97.36 12.782 1780.3 402586 2.3334 11.6079 22.389 0.164 3.863 2.870 342.391 +17 Nov 2021 17:00 UT 97.48 12.823 1779.9 402672 2.3647 11.8103 21.883 0.163 3.813 2.815 342.511 +17 Nov 2021 18:00 UT 97.61 12.865 1779.5 402757 2.3960 12.0120 21.377 0.161 3.764 2.761 342.633 +17 Nov 2021 19:00 UT 97.73 12.907 1779.2 402841 2.4273 12.2127 20.871 0.160 3.714 2.706 342.755 +17 Nov 2021 20:00 UT 97.85 12.948 1778.8 402924 2.4587 12.4127 20.365 0.159 3.664 2.651 342.879 +17 Nov 2021 21:00 UT 97.96 12.990 1778.4 403006 2.4902 12.6117 19.859 0.158 3.614 2.596 343.004 +17 Nov 2021 22:00 UT 98.07 13.032 1778.1 403087 2.5216 12.8098 19.353 0.157 3.563 2.540 343.130 +17 Nov 2021 23:00 UT 98.18 13.073 1777.7 403167 2.5531 13.0070 18.847 0.155 3.513 2.485 343.258 +18 Nov 2021 00:00 UT 98.29 13.115 1777.4 403246 2.5847 13.2033 18.341 0.154 3.462 2.429 343.386 +18 Nov 2021 01:00 UT 98.39 13.157 1777.0 403325 2.6162 13.3987 17.835 0.153 3.411 2.373 343.516 +18 Nov 2021 02:00 UT 98.49 13.198 1776.7 403402 2.6478 13.5931 17.329 0.152 3.359 2.317 343.647 +18 Nov 2021 03:00 UT 98.58 13.240 1776.4 403478 2.6795 13.7865 16.824 0.150 3.308 2.261 343.780 +18 Nov 2021 04:00 UT 98.68 13.282 1776.0 403553 2.7112 13.9790 16.318 0.149 3.256 2.204 343.913 +18 Nov 2021 05:00 UT 98.76 13.323 1775.7 403627 2.7430 14.1704 15.812 0.148 3.204 2.148 344.048 +18 Nov 2021 06:00 UT 98.85 13.365 1775.4 403700 2.7747 14.3609 15.306 0.147 3.152 2.091 344.184 +18 Nov 2021 07:00 UT 98.93 13.407 1775.1 403773 2.8066 14.5504 14.800 0.146 3.099 2.035 344.321 +18 Nov 2021 08:00 UT 99.01 13.448 1774.8 403844 2.8384 14.7388 14.294 0.144 3.047 1.978 344.460 +18 Nov 2021 09:00 UT 99.09 13.490 1774.4 403914 2.8704 14.9262 13.788 0.143 2.994 1.921 344.599 +18 Nov 2021 10:00 UT 99.17 13.532 1774.1 403983 2.9023 15.1125 13.282 0.142 2.941 1.863 344.740 +18 Nov 2021 11:00 UT 99.24 13.573 1773.8 404052 2.9343 15.2978 12.777 0.141 2.888 1.806 344.882 +18 Nov 2021 12:00 UT 99.30 13.615 1773.5 404119 2.9664 15.4820 12.271 0.139 2.835 1.749 345.025 +18 Nov 2021 13:00 UT 99.37 13.657 1773.3 404185 2.9985 15.6651 11.765 0.138 2.781 1.691 345.169 +18 Nov 2021 14:00 UT 99.43 13.698 1773.0 404251 3.0307 15.8470 11.259 0.137 2.728 1.633 345.314 +18 Nov 2021 15:00 UT 99.49 13.740 1772.7 404315 3.0629 16.0279 10.753 0.136 2.674 1.576 345.461 +18 Nov 2021 16:00 UT 99.54 13.782 1772.4 404378 3.0951 16.2076 10.247 0.135 2.620 1.518 345.609 +18 Nov 2021 17:00 UT 99.60 13.823 1772.1 404441 3.1274 16.3862 9.741 0.133 2.566 1.460 345.758 +18 Nov 2021 18:00 UT 99.64 13.865 1771.9 404502 3.1597 16.5636 9.236 0.132 2.511 1.402 345.908 +18 Nov 2021 19:00 UT 99.69 13.907 1771.6 404562 3.1921 16.7399 8.730 0.131 2.457 1.344 346.059 +18 Nov 2021 20:00 UT 99.73 13.948 1771.3 404622 3.2246 16.9149 8.224 0.130 2.402 1.285 346.211 +18 Nov 2021 21:00 UT 99.77 13.990 1771.1 404680 3.2571 17.0888 7.718 0.128 2.347 1.227 346.365 +18 Nov 2021 22:00 UT 99.81 14.032 1770.8 404737 3.2897 17.2614 7.212 0.127 2.292 1.169 346.519 +18 Nov 2021 23:00 UT 99.84 14.073 1770.6 404794 3.3223 17.4329 6.706 0.126 2.237 1.110 346.675 +19 Nov 2021 00:00 UT 99.87 14.115 1770.3 404849 3.3549 17.6030 6.200 0.125 2.182 1.052 346.832 +19 Nov 2021 01:00 UT 99.90 14.157 1770.1 404904 3.3876 17.7720 5.695 0.124 2.127 0.993 346.990 +19 Nov 2021 02:00 UT 99.92 14.198 1769.9 404957 3.4204 17.9396 5.189 0.122 2.071 0.935 347.149 +19 Nov 2021 03:00 UT 99.94 14.240 1769.6 405009 3.4532 18.1060 4.683 0.121 2.015 0.876 347.309 +19 Nov 2021 04:00 UT 99.96 14.282 1769.4 405061 3.4861 18.2711 4.177 0.120 1.960 0.817 347.470 +19 Nov 2021 05:00 UT 99.97 14.323 1769.2 405111 3.5190 18.4349 3.671 0.119 1.904 0.758 347.633 +19 Nov 2021 06:00 UT 99.98 14.365 1769.0 405160 3.5520 18.5973 3.165 0.117 1.847 0.699 347.796 +19 Nov 2021 07:00 UT 99.99 14.407 1768.8 405209 3.5850 18.7585 2.660 0.116 1.791 0.641 347.961 +19 Nov 2021 08:00 UT 100.00 14.448 1768.6 405256 3.6181 18.9183 2.154 0.115 1.735 0.582 348.126 +19 Nov 2021 09:00 UT 100.00 14.490 1768.4 405302 3.6513 19.0767 1.648 0.114 1.678 0.523 348.293 +19 Nov 2021 10:00 UT 100.00 14.532 1768.2 405347 3.6845 19.2338 1.142 0.113 1.622 0.464 348.461 +19 Nov 2021 11:00 UT 99.99 14.573 1768.0 405392 3.7177 19.3895 0.636 0.111 1.565 0.405 348.629 +19 Nov 2021 12:00 UT 99.99 14.615 1767.8 405435 3.7510 19.5437 0.130 0.110 1.508 0.346 348.799 +19 Nov 2021 13:00 UT 99.97 14.657 1767.6 405477 3.7844 19.6966 -0.375 0.109 1.451 0.287 348.970 +19 Nov 2021 14:00 UT 99.96 14.698 1767.4 405518 3.8178 19.8481 -0.881 0.108 1.394 0.228 349.142 +19 Nov 2021 15:00 UT 99.94 14.740 1767.3 405558 3.8513 19.9981 -1.387 0.107 1.337 0.169 349.315 +19 Nov 2021 16:00 UT 99.92 14.782 1767.1 405597 3.8848 20.1467 -1.893 0.105 1.280 0.109 349.489 +19 Nov 2021 17:00 UT 99.90 14.823 1766.9 405635 3.9184 20.2938 -2.399 0.104 1.222 0.050 349.664 +19 Nov 2021 18:00 UT 99.87 14.865 1766.8 405672 3.9521 20.4394 -2.905 0.103 1.165 -0.009 349.840 +19 Nov 2021 19:00 UT 99.84 14.907 1766.6 405707 3.9858 20.5836 -3.410 0.102 1.107 -0.068 350.017 +19 Nov 2021 20:00 UT 99.81 14.948 1766.5 405742 4.0196 20.7262 -3.916 0.100 1.049 -0.127 350.195 +19 Nov 2021 21:00 UT 99.78 14.990 1766.3 405776 4.0534 20.8674 -4.422 0.099 0.992 -0.186 350.374 +19 Nov 2021 22:00 UT 99.74 15.032 1766.2 405808 4.0873 21.0070 -4.928 0.098 0.934 -0.245 350.553 +19 Nov 2021 23:00 UT 99.70 15.073 1766.0 405840 4.1212 21.1451 -5.434 0.097 0.876 -0.304 350.734 +20 Nov 2021 00:00 UT 99.65 15.115 1765.9 405870 4.1552 21.2817 -5.940 0.096 0.818 -0.363 350.916 +20 Nov 2021 01:00 UT 99.60 15.157 1765.8 405900 4.1892 21.4166 -6.445 0.094 0.760 -0.421 351.099 +20 Nov 2021 02:00 UT 99.55 15.198 1765.6 405928 4.2234 21.5500 -6.951 0.093 0.702 -0.480 351.282 +20 Nov 2021 03:00 UT 99.50 15.240 1765.5 405955 4.2575 21.6819 -7.457 0.092 0.643 -0.539 351.467 +20 Nov 2021 04:00 UT 99.44 15.282 1765.4 405981 4.2917 21.8121 -7.963 0.091 0.585 -0.598 351.652 +20 Nov 2021 05:00 UT 99.38 15.323 1765.3 406006 4.3260 21.9407 -8.469 0.090 0.527 -0.656 351.838 +20 Nov 2021 06:00 UT 99.32 15.365 1765.2 406030 4.3604 22.0677 -8.975 0.088 0.468 -0.715 352.026 +20 Nov 2021 07:00 UT 99.25 15.407 1765.1 406053 4.3947 22.1931 -9.480 0.087 0.410 -0.774 352.214 +20 Nov 2021 08:00 UT 99.18 15.448 1765.0 406075 4.4292 22.3168 -9.986 0.086 0.351 -0.832 352.402 +20 Nov 2021 09:00 UT 99.11 15.490 1764.9 406095 4.4637 22.4389 -10.492 0.085 0.293 -0.891 352.592 +20 Nov 2021 10:00 UT 99.03 15.532 1764.8 406115 4.4983 22.5593 -10.998 0.084 0.234 -0.949 352.783 +20 Nov 2021 11:00 UT 98.96 15.573 1764.8 406133 4.5329 22.6780 -11.504 0.082 0.175 -1.007 352.974 +20 Nov 2021 12:00 UT 98.87 15.615 1764.7 406150 4.5675 22.7950 -12.010 0.081 0.117 -1.066 353.166 +20 Nov 2021 13:00 UT 98.79 15.657 1764.6 406166 4.6023 22.9104 -12.515 0.080 0.058 -1.124 353.359 +20 Nov 2021 14:00 UT 98.70 15.698 1764.5 406181 4.6370 23.0240 -13.021 0.079 -0.001 -1.182 353.553 +20 Nov 2021 15:00 UT 98.61 15.740 1764.5 406194 4.6719 23.1359 -13.527 0.078 -0.060 -1.240 353.748 +20 Nov 2021 16:00 UT 98.52 15.782 1764.4 406207 4.7068 23.2460 -14.033 0.076 -0.119 -1.298 353.943 +20 Nov 2021 17:00 UT 98.42 15.823 1764.4 406218 4.7417 23.3544 -14.539 0.075 -0.178 -1.355 354.139 +20 Nov 2021 18:00 UT 98.32 15.865 1764.3 406228 4.7767 23.4611 -15.045 0.074 -0.237 -1.413 354.336 +20 Nov 2021 19:00 UT 98.22 15.907 1764.3 406237 4.8118 23.5659 -15.551 0.073 -0.296 -1.471 354.533 +20 Nov 2021 20:00 UT 98.12 15.948 1764.3 406245 4.8468 23.6690 -16.056 0.072 -0.355 -1.528 354.731 +20 Nov 2021 21:00 UT 98.01 15.990 1764.2 406252 4.8820 23.7704 -16.562 0.070 -0.414 -1.585 354.930 +20 Nov 2021 22:00 UT 97.90 16.032 1764.2 406257 4.9172 23.8699 -17.068 0.069 -0.473 -1.642 355.130 +20 Nov 2021 23:00 UT 97.78 16.073 1764.2 406261 4.9525 23.9676 -17.574 0.068 -0.532 -1.700 355.330 +21 Nov 2021 00:00 UT 97.66 16.115 1764.2 406264 4.9878 24.0634 -18.080 0.067 -0.591 -1.757 355.531 +21 Nov 2021 01:00 UT 97.54 16.157 1764.2 406266 5.0231 24.1575 -18.586 0.066 -0.650 -1.813 355.732 +21 Nov 2021 02:00 UT 97.42 16.198 1764.2 406267 5.0585 24.2497 -19.092 0.064 -0.709 -1.870 355.934 +21 Nov 2021 03:00 UT 97.30 16.240 1764.2 406266 5.0940 24.3401 -19.597 0.063 -0.768 -1.927 356.137 +21 Nov 2021 04:00 UT 97.17 16.282 1764.2 406264 5.1295 24.4286 -20.103 0.062 -0.827 -1.983 356.340 +21 Nov 2021 05:00 UT 97.03 16.323 1764.2 406261 5.1650 24.5152 -20.609 0.061 -0.886 -2.039 356.544 +21 Nov 2021 06:00 UT 96.90 16.365 1764.2 406257 5.2006 24.5999 -21.115 0.060 -0.945 -2.095 356.748 +21 Nov 2021 07:00 UT 96.76 16.407 1764.2 406251 5.2363 24.6828 -21.621 0.058 -1.004 -2.151 356.953 +21 Nov 2021 08:00 UT 96.62 16.448 1764.3 406244 5.2719 24.7638 -22.127 0.057 -1.063 -2.207 357.158 +21 Nov 2021 09:00 UT 96.48 16.490 1764.3 406236 5.3077 24.8428 -22.633 0.056 -1.122 -2.263 357.364 +21 Nov 2021 10:00 UT 96.33 16.532 1764.3 406227 5.3435 24.9199 -23.139 0.055 -1.181 -2.318 357.571 +21 Nov 2021 11:00 UT 96.18 16.573 1764.4 406216 5.3793 24.9952 -23.645 0.054 -1.240 -2.373 357.777 +21 Nov 2021 12:00 UT 96.03 16.615 1764.4 406204 5.4151 25.0684 -24.150 0.053 -1.298 -2.429 357.984 +21 Nov 2021 13:00 UT 95.88 16.657 1764.5 406191 5.4510 25.1398 -24.656 0.051 -1.357 -2.483 358.192 +21 Nov 2021 14:00 UT 95.72 16.698 1764.6 406176 5.4870 25.2092 -25.162 0.050 -1.416 -2.538 358.400 +21 Nov 2021 15:00 UT 95.56 16.740 1764.6 406160 5.5230 25.2766 -25.668 0.049 -1.475 -2.593 358.608 +21 Nov 2021 16:00 UT 95.40 16.782 1764.7 406143 5.5590 25.3421 -26.174 0.048 -1.533 -2.647 358.817 +21 Nov 2021 17:00 UT 95.23 16.823 1764.8 406124 5.5951 25.4056 -26.680 0.047 -1.592 -2.701 359.026 +21 Nov 2021 18:00 UT 95.06 16.865 1764.9 406105 5.6312 25.4671 -27.186 0.046 -1.651 -2.755 359.235 +21 Nov 2021 19:00 UT 94.89 16.907 1765.0 406083 5.6673 25.5266 -27.692 0.044 -1.709 -2.809 359.445 +21 Nov 2021 20:00 UT 94.72 16.948 1765.1 406061 5.7035 25.5842 -28.198 0.043 -1.768 -2.863 359.655 +21 Nov 2021 21:00 UT 94.54 16.990 1765.2 406037 5.7397 25.6397 -28.704 0.042 -1.826 -2.916 359.865 +21 Nov 2021 22:00 UT 94.36 17.032 1765.3 406012 5.7760 25.6932 -29.210 0.041 -1.884 -2.969 0.075 +21 Nov 2021 23:00 UT 94.18 17.073 1765.4 405985 5.8122 25.7448 -29.716 0.040 -1.943 -3.022 0.286 +22 Nov 2021 00:00 UT 93.99 17.115 1765.5 405957 5.8486 25.7942 -30.222 0.039 -2.001 -3.075 0.497 +22 Nov 2021 01:00 UT 93.80 17.157 1765.6 405928 5.8849 25.8417 -30.727 0.037 -2.059 -3.128 0.708 +22 Nov 2021 02:00 UT 93.61 17.198 1765.8 405897 5.9213 25.8871 -31.233 0.036 -2.117 -3.180 0.919 +22 Nov 2021 03:00 UT 93.42 17.240 1765.9 405865 5.9577 25.9305 -31.739 0.035 -2.175 -3.232 1.130 +22 Nov 2021 04:00 UT 93.22 17.282 1766.1 405831 5.9941 25.9719 -32.245 0.034 -2.233 -3.284 1.341 +22 Nov 2021 05:00 UT 93.02 17.323 1766.2 405796 6.0306 26.0112 -32.751 0.033 -2.290 -3.335 1.553 +22 Nov 2021 06:00 UT 92.82 17.365 1766.4 405760 6.0671 26.0484 -33.257 0.032 -2.348 -3.387 1.764 +22 Nov 2021 07:00 UT 92.62 17.407 1766.5 405722 6.1036 26.0836 -33.763 0.030 -2.406 -3.438 1.976 +22 Nov 2021 08:00 UT 92.41 17.448 1766.7 405683 6.1402 26.1167 -34.269 0.029 -2.463 -3.489 2.187 +22 Nov 2021 09:00 UT 92.20 17.490 1766.9 405642 6.1767 26.1477 -34.775 0.028 -2.520 -3.539 2.399 +22 Nov 2021 10:00 UT 91.99 17.532 1767.1 405600 6.2133 26.1767 -35.281 0.027 -2.578 -3.590 2.610 +22 Nov 2021 11:00 UT 91.78 17.573 1767.3 405557 6.2499 26.2036 -35.787 0.026 -2.635 -3.640 2.822 +22 Nov 2021 12:00 UT 91.56 17.615 1767.5 405512 6.2866 26.2284 -36.293 0.025 -2.692 -3.690 3.033 +22 Nov 2021 13:00 UT 91.34 17.657 1767.7 405465 6.3232 26.2511 -36.799 0.023 -2.748 -3.739 3.245 +22 Nov 2021 14:00 UT 91.12 17.698 1767.9 405417 6.3599 26.2717 -37.305 0.022 -2.805 -3.789 3.456 +22 Nov 2021 15:00 UT 90.89 17.740 1768.1 405368 6.3966 26.2903 -37.811 0.021 -2.862 -3.838 3.667 +22 Nov 2021 16:00 UT 90.66 17.782 1768.3 405317 6.4333 26.3067 -38.317 0.020 -2.918 -3.886 3.878 +22 Nov 2021 17:00 UT 90.43 17.823 1768.5 405265 6.4700 26.3210 -38.823 0.019 -2.975 -3.935 4.088 +22 Nov 2021 18:00 UT 90.20 17.865 1768.8 405211 6.5068 26.3333 -39.329 0.018 -3.031 -3.983 4.299 +22 Nov 2021 19:00 UT 89.96 17.907 1769.0 405156 6.5435 26.3434 -39.835 0.017 -3.087 -4.031 4.509 +22 Nov 2021 20:00 UT 89.73 17.948 1769.3 405099 6.5803 26.3514 -40.341 0.015 -3.143 -4.079 4.719 +22 Nov 2021 21:00 UT 89.48 17.990 1769.5 405040 6.6171 26.3573 -40.847 0.014 -3.198 -4.126 4.929 +22 Nov 2021 22:00 UT 89.24 18.032 1769.8 404980 6.6538 26.3611 -41.353 0.013 -3.254 -4.173 5.138 +22 Nov 2021 23:00 UT 89.00 18.073 1770.0 404919 6.6906 26.3628 -41.859 0.012 -3.309 -4.220 5.347 +23 Nov 2021 00:00 UT 88.75 18.115 1770.3 404856 6.7274 26.3623 -42.365 0.011 -3.365 -4.266 5.556 +23 Nov 2021 01:00 UT 88.50 18.157 1770.6 404791 6.7643 26.3598 -42.872 0.010 -3.420 -4.312 5.764 +23 Nov 2021 02:00 UT 88.25 18.198 1770.9 404725 6.8011 26.3551 -43.378 0.009 -3.475 -4.358 5.972 +23 Nov 2021 03:00 UT 87.99 18.240 1771.2 404658 6.8379 26.3483 -43.884 0.007 -3.529 -4.404 6.179 +23 Nov 2021 04:00 UT 87.73 18.282 1771.5 404589 6.8747 26.3394 -44.390 0.006 -3.584 -4.449 6.386 +23 Nov 2021 05:00 UT 87.47 18.323 1771.8 404518 6.9116 26.3284 -44.896 0.005 -3.638 -4.494 6.593 +23 Nov 2021 06:00 UT 87.21 18.365 1772.1 404446 6.9484 26.3152 -45.402 0.004 -3.693 -4.538 6.799 +23 Nov 2021 07:00 UT 86.94 18.407 1772.4 404372 6.9852 26.2999 -45.908 0.003 -3.746 -4.583 7.005 +23 Nov 2021 08:00 UT 86.68 18.448 1772.8 404296 7.0221 26.2826 -46.414 0.002 -3.800 -4.626 7.210 +23 Nov 2021 09:00 UT 86.41 18.490 1773.1 404219 7.0589 26.2630 -46.920 0.001 -3.854 -4.670 7.414 +23 Nov 2021 10:00 UT 86.13 18.532 1773.5 404141 7.0957 26.2414 -47.426 -0.000 -3.907 -4.713 7.618 +23 Nov 2021 11:00 UT 85.86 18.573 1773.8 404060 7.1325 26.2176 -47.932 -0.002 -3.960 -4.756 7.821 +23 Nov 2021 12:00 UT 85.58 18.615 1774.2 403979 7.1694 26.1918 -48.439 -0.003 -4.013 -4.799 8.024 +23 Nov 2021 13:00 UT 85.30 18.657 1774.5 403895 7.2062 26.1638 -48.945 -0.004 -4.066 -4.841 8.226 +23 Nov 2021 14:00 UT 85.02 18.698 1774.9 403810 7.2430 26.1337 -49.451 -0.005 -4.119 -4.883 8.427 +23 Nov 2021 15:00 UT 84.74 18.740 1775.3 403723 7.2798 26.1015 -49.957 -0.006 -4.171 -4.924 8.628 +23 Nov 2021 16:00 UT 84.45 18.782 1775.7 403635 7.3166 26.0671 -50.463 -0.007 -4.223 -4.965 8.828 +23 Nov 2021 17:00 UT 84.16 18.823 1776.1 403545 7.3534 26.0307 -50.969 -0.008 -4.275 -5.006 9.027 +23 Nov 2021 18:00 UT 83.87 18.865 1776.5 403454 7.3902 25.9921 -51.475 -0.009 -4.326 -5.047 9.225 +23 Nov 2021 19:00 UT 83.58 18.907 1776.9 403360 7.4269 25.9515 -51.982 -0.011 -4.378 -5.087 9.423 +23 Nov 2021 20:00 UT 83.29 18.948 1777.3 403265 7.4637 25.9087 -52.488 -0.012 -4.429 -5.127 9.620 +23 Nov 2021 21:00 UT 82.99 18.990 1777.7 403169 7.5004 25.8639 -52.994 -0.013 -4.480 -5.166 9.816 +23 Nov 2021 22:00 UT 82.69 19.032 1778.2 403071 7.5371 25.8169 -53.500 -0.014 -4.530 -5.205 10.011 +23 Nov 2021 23:00 UT 82.39 19.073 1778.6 402971 7.5738 25.7679 -54.006 -0.015 -4.580 -5.243 10.205 +24 Nov 2021 00:00 UT 82.08 19.115 1779.0 402869 7.6105 25.7167 -54.513 -0.016 -4.630 -5.282 10.398 +24 Nov 2021 01:00 UT 81.78 19.157 1779.5 402766 7.6472 25.6635 -55.019 -0.017 -4.680 -5.319 10.591 +24 Nov 2021 02:00 UT 81.47 19.198 1780.0 402662 7.6839 25.6082 -55.525 -0.018 -4.730 -5.357 10.782 +24 Nov 2021 03:00 UT 81.16 19.240 1780.4 402555 7.7205 25.5508 -56.031 -0.019 -4.779 -5.394 10.973 +24 Nov 2021 04:00 UT 80.85 19.282 1780.9 402447 7.7571 25.4913 -56.537 -0.021 -4.828 -5.431 11.162 +24 Nov 2021 05:00 UT 80.53 19.323 1781.4 402337 7.7937 25.4298 -57.044 -0.022 -4.877 -5.467 11.351 +24 Nov 2021 06:00 UT 80.21 19.365 1781.9 402226 7.8303 25.3661 -57.550 -0.023 -4.925 -5.503 11.539 +24 Nov 2021 07:00 UT 79.89 19.407 1782.4 402112 7.8669 25.3005 -58.056 -0.024 -4.973 -5.538 11.725 +24 Nov 2021 08:00 UT 79.57 19.448 1782.9 401997 7.9034 25.2327 -58.562 -0.025 -5.021 -5.573 11.911 +24 Nov 2021 09:00 UT 79.25 19.490 1783.4 401881 7.9399 25.1629 -59.069 -0.026 -5.068 -5.608 12.095 +24 Nov 2021 10:00 UT 78.93 19.532 1784.0 401763 7.9764 25.0911 -59.575 -0.027 -5.115 -5.642 12.278 +24 Nov 2021 11:00 UT 78.60 19.573 1784.5 401643 8.0129 25.0172 -60.081 -0.028 -5.162 -5.676 12.460 +24 Nov 2021 12:00 UT 78.27 19.615 1785.0 401521 8.0493 24.9413 -60.588 -0.029 -5.209 -5.709 12.641 +24 Nov 2021 13:00 UT 77.94 19.657 1785.6 401398 8.0857 24.8634 -61.094 -0.030 -5.255 -5.742 12.821 +24 Nov 2021 14:00 UT 77.60 19.698 1786.1 401273 8.1221 24.7834 -61.600 -0.032 -5.301 -5.775 13.000 +24 Nov 2021 15:00 UT 77.27 19.740 1786.7 401146 8.1584 24.7014 -62.107 -0.033 -5.346 -5.807 13.177 +24 Nov 2021 16:00 UT 76.93 19.782 1787.3 401017 8.1948 24.6174 -62.613 -0.034 -5.392 -5.839 13.354 +24 Nov 2021 17:00 UT 76.59 19.823 1787.8 400887 8.2311 24.5314 -63.119 -0.035 -5.436 -5.870 13.529 +24 Nov 2021 18:00 UT 76.25 19.865 1788.4 400755 8.2673 24.4433 -63.626 -0.036 -5.481 -5.901 13.703 +24 Nov 2021 19:00 UT 75.91 19.907 1789.0 400622 8.3036 24.3533 -64.132 -0.037 -5.525 -5.931 13.875 +24 Nov 2021 20:00 UT 75.56 19.948 1789.6 400487 8.3398 24.2613 -64.638 -0.038 -5.569 -5.961 14.046 +24 Nov 2021 21:00 UT 75.22 19.990 1790.2 400350 8.3759 24.1673 -65.145 -0.039 -5.612 -5.991 14.216 +24 Nov 2021 22:00 UT 74.87 20.032 1790.9 400211 8.4121 24.0714 -65.651 -0.040 -5.655 -6.020 14.385 +24 Nov 2021 23:00 UT 74.52 20.073 1791.5 400071 8.4482 23.9734 -66.157 -0.041 -5.698 -6.049 14.552 +25 Nov 2021 00:00 UT 74.17 20.115 1792.1 399929 8.4843 23.8735 -66.664 -0.042 -5.741 -6.077 14.718 +25 Nov 2021 01:00 UT 73.81 20.157 1792.8 399785 8.5203 23.7717 -67.170 -0.044 -5.783 -6.104 14.883 +25 Nov 2021 02:00 UT 73.46 20.198 1793.4 399639 8.5563 23.6679 -67.677 -0.045 -5.824 -6.132 15.046 +25 Nov 2021 03:00 UT 73.10 20.240 1794.1 399492 8.5923 23.5622 -68.183 -0.046 -5.865 -6.159 15.208 +25 Nov 2021 04:00 UT 72.74 20.282 1794.8 399343 8.6283 23.4545 -68.689 -0.047 -5.906 -6.185 15.369 +25 Nov 2021 05:00 UT 72.38 20.323 1795.4 399193 8.6642 23.3449 -69.196 -0.048 -5.947 -6.211 15.528 +25 Nov 2021 06:00 UT 72.02 20.365 1796.1 399040 8.7000 23.2334 -69.702 -0.049 -5.987 -6.236 15.685 +25 Nov 2021 07:00 UT 71.65 20.407 1796.8 398887 8.7359 23.1200 -70.209 -0.050 -6.026 -6.261 15.842 +25 Nov 2021 08:00 UT 71.28 20.448 1797.5 398731 8.7717 23.0047 -70.715 -0.051 -6.066 -6.286 15.996 +25 Nov 2021 09:00 UT 70.92 20.490 1798.2 398574 8.8074 22.8875 -71.222 -0.052 -6.104 -6.310 16.149 +25 Nov 2021 10:00 UT 70.55 20.532 1798.9 398415 8.8432 22.7684 -71.728 -0.053 -6.143 -6.333 16.301 +25 Nov 2021 11:00 UT 70.17 20.573 1799.7 398254 8.8789 22.6474 -72.235 -0.054 -6.181 -6.356 16.452 +25 Nov 2021 12:00 UT 69.80 20.615 1800.4 398091 8.9145 22.5246 -72.741 -0.055 -6.218 -6.379 16.600 +25 Nov 2021 13:00 UT 69.43 20.657 1801.1 397927 8.9501 22.3999 -73.248 -0.057 -6.255 -6.401 16.747 +25 Nov 2021 14:00 UT 69.05 20.698 1801.9 397762 8.9857 22.2733 -73.754 -0.058 -6.292 -6.422 16.893 +25 Nov 2021 15:00 UT 68.67 20.740 1802.7 397594 9.0213 22.1449 -74.261 -0.059 -6.328 -6.443 17.037 +25 Nov 2021 16:00 UT 68.29 20.782 1803.4 397425 9.0568 22.0147 -74.767 -0.060 -6.364 -6.464 17.180 +25 Nov 2021 17:00 UT 67.91 20.823 1804.2 397255 9.0922 21.8827 -75.274 -0.061 -6.400 -6.484 17.321 +25 Nov 2021 18:00 UT 67.53 20.865 1805.0 397082 9.1277 21.7488 -75.780 -0.062 -6.434 -6.504 17.460 +25 Nov 2021 19:00 UT 67.14 20.907 1805.8 396908 9.1631 21.6132 -76.287 -0.063 -6.469 -6.523 17.598 +25 Nov 2021 20:00 UT 66.76 20.948 1806.6 396733 9.1984 21.4757 -76.793 -0.064 -6.503 -6.541 17.734 +25 Nov 2021 21:00 UT 66.37 20.990 1807.4 396555 9.2337 21.3365 -77.300 -0.065 -6.536 -6.559 17.869 +25 Nov 2021 22:00 UT 65.98 21.032 1808.2 396376 9.2690 21.1955 -77.806 -0.066 -6.569 -6.577 18.002 +25 Nov 2021 23:00 UT 65.59 21.073 1809.0 396196 9.3043 21.0527 -78.313 -0.067 -6.602 -6.594 18.133 +26 Nov 2021 00:00 UT 65.20 21.115 1809.8 396014 9.3395 20.9082 -78.820 -0.068 -6.634 -6.610 18.263 +26 Nov 2021 01:00 UT 64.81 21.157 1810.7 395830 9.3746 20.7619 -79.326 -0.069 -6.666 -6.626 18.391 +26 Nov 2021 02:00 UT 64.41 21.198 1811.5 395644 9.4098 20.6139 -79.833 -0.071 -6.697 -6.642 18.517 +26 Nov 2021 03:00 UT 64.02 21.240 1812.4 395457 9.4449 20.4641 -80.339 -0.072 -6.727 -6.657 18.642 +26 Nov 2021 04:00 UT 63.62 21.282 1813.3 395269 9.4799 20.3126 -80.846 -0.073 -6.757 -6.671 18.765 +26 Nov 2021 05:00 UT 63.22 21.323 1814.1 395079 9.5149 20.1594 -81.353 -0.074 -6.787 -6.685 18.887 +26 Nov 2021 06:00 UT 62.82 21.365 1815.0 394887 9.5499 20.0046 -81.859 -0.075 -6.816 -6.698 19.006 +26 Nov 2021 07:00 UT 62.42 21.407 1815.9 394694 9.5849 19.8480 -82.366 -0.076 -6.845 -6.711 19.124 +26 Nov 2021 08:00 UT 62.02 21.448 1816.8 394499 9.6198 19.6898 -82.873 -0.077 -6.873 -6.723 19.240 +26 Nov 2021 09:00 UT 61.62 21.490 1817.7 394303 9.6546 19.5299 -83.379 -0.078 -6.900 -6.735 19.355 +26 Nov 2021 10:00 UT 61.21 21.532 1818.6 394105 9.6895 19.3683 -83.886 -0.079 -6.927 -6.746 19.468 +26 Nov 2021 11:00 UT 60.81 21.573 1819.5 393905 9.7243 19.2051 -84.393 -0.080 -6.954 -6.757 19.579 +26 Nov 2021 12:00 UT 60.40 21.615 1820.5 393704 9.7590 19.0402 -84.899 -0.081 -6.980 -6.767 19.688 +26 Nov 2021 13:00 UT 59.99 21.657 1821.4 393502 9.7938 18.8737 -85.406 -0.082 -7.005 -6.777 19.796 +26 Nov 2021 14:00 UT 59.58 21.698 1822.3 393298 9.8285 18.7056 -85.913 -0.083 -7.030 -6.786 19.901 +26 Nov 2021 15:00 UT 59.17 21.740 1823.3 393093 9.8631 18.5359 -86.420 -0.084 -7.054 -6.794 20.005 +26 Nov 2021 16:00 UT 58.76 21.782 1824.3 392886 9.8978 18.3647 -86.926 -0.085 -7.078 -6.802 20.108 +26 Nov 2021 17:00 UT 58.35 21.823 1825.2 392677 9.9324 18.1918 -87.433 -0.087 -7.101 -6.809 20.208 +26 Nov 2021 18:00 UT 57.93 21.865 1826.2 392468 9.9669 18.0173 -87.940 -0.088 -7.124 -6.816 20.307 +26 Nov 2021 19:00 UT 57.52 21.907 1827.2 392256 10.0015 17.8413 -88.447 -0.089 -7.146 -6.822 20.404 +26 Nov 2021 20:00 UT 57.10 21.948 1828.2 392044 10.0359 17.6638 -88.954 -0.090 -7.168 -6.828 20.499 +26 Nov 2021 21:00 UT 56.69 21.990 1829.2 391830 10.0704 17.4847 -89.460 -0.091 -7.189 -6.833 20.592 +26 Nov 2021 22:00 UT 56.27 22.032 1830.2 391614 10.1048 17.3040 -89.967 -0.092 -7.209 -6.837 20.684 +26 Nov 2021 23:00 UT 55.85 22.073 1831.2 391398 10.1393 17.1219 -90.474 -0.093 -7.229 -6.841 20.774 +27 Nov 2021 00:00 UT 55.43 22.115 1832.2 391179 10.1736 16.9382 -90.981 -0.094 -7.248 -6.845 20.862 +27 Nov 2021 01:00 UT 55.01 22.157 1833.2 390960 10.2080 16.7531 -91.488 -0.095 -7.267 -6.847 20.948 +27 Nov 2021 02:00 UT 54.59 22.198 1834.3 390739 10.2423 16.5665 -91.994 -0.096 -7.285 -6.850 21.032 +27 Nov 2021 03:00 UT 54.16 22.240 1835.3 390517 10.2766 16.3783 -92.501 -0.097 -7.302 -6.851 21.114 +27 Nov 2021 04:00 UT 53.74 22.282 1836.4 390294 10.3108 16.1888 -93.008 -0.098 -7.319 -6.852 21.195 +27 Nov 2021 05:00 UT 53.32 22.323 1837.4 390069 10.3451 15.9978 -93.515 -0.099 -7.335 -6.853 21.274 +27 Nov 2021 06:00 UT 52.89 22.365 1838.5 389843 10.3793 15.8053 -94.022 -0.100 -7.351 -6.852 21.351 +27 Nov 2021 07:00 UT 52.47 22.407 1839.6 389616 10.4134 15.6114 -94.529 -0.101 -7.366 -6.852 21.426 +27 Nov 2021 08:00 UT 52.04 22.448 1840.6 389387 10.4476 15.4162 -95.036 -0.102 -7.380 -6.850 21.499 +27 Nov 2021 09:00 UT 51.61 22.490 1841.7 389157 10.4817 15.2195 -95.543 -0.104 -7.394 -6.848 21.571 +27 Nov 2021 10:00 UT 51.19 22.532 1842.8 388926 10.5158 15.0214 -96.050 -0.105 -7.407 -6.846 21.640 +27 Nov 2021 11:00 UT 50.76 22.573 1843.9 388694 10.5499 14.8219 -96.557 -0.106 -7.419 -6.843 21.708 +27 Nov 2021 12:00 UT 50.33 22.615 1845.0 388461 10.5840 14.6211 -97.063 -0.107 -7.431 -6.839 21.774 +27 Nov 2021 13:00 UT 49.90 22.657 1846.1 388227 10.6180 14.4189 -97.570 -0.108 -7.442 -6.835 21.838 +27 Nov 2021 14:00 UT 49.47 22.698 1847.3 387991 10.6520 14.2154 -98.077 -0.109 -7.453 -6.830 21.900 +27 Nov 2021 15:00 UT 49.04 22.740 1848.4 387755 10.6860 14.0105 -98.584 -0.110 -7.463 -6.824 21.961 +27 Nov 2021 16:00 UT 48.61 22.782 1849.5 387517 10.7200 13.8044 -99.091 -0.111 -7.472 -6.818 22.019 +27 Nov 2021 17:00 UT 48.18 22.823 1850.7 387278 10.7540 13.5969 -99.598 -0.112 -7.481 -6.811 22.076 +27 Nov 2021 18:00 UT 47.74 22.865 1851.8 387038 10.7879 13.3881 -100.105 -0.113 -7.489 -6.804 22.130 +27 Nov 2021 19:00 UT 47.31 22.907 1853.0 386798 10.8218 13.1781 -100.612 -0.114 -7.496 -6.796 22.183 +27 Nov 2021 20:00 UT 46.88 22.948 1854.1 386556 10.8558 12.9667 -101.119 -0.115 -7.503 -6.787 22.234 +27 Nov 2021 21:00 UT 46.45 22.990 1855.3 386313 10.8896 12.7542 -101.626 -0.116 -7.508 -6.778 22.283 +27 Nov 2021 22:00 UT 46.01 23.032 1856.5 386069 10.9235 12.5403 -102.134 -0.117 -7.514 -6.768 22.330 +27 Nov 2021 23:00 UT 45.58 23.073 1857.6 385824 10.9574 12.3253 -102.641 -0.118 -7.518 -6.758 22.376 +28 Nov 2021 00:00 UT 45.15 23.115 1858.8 385579 10.9913 12.1090 -103.148 -0.120 -7.522 -6.747 22.419 +28 Nov 2021 01:00 UT 44.71 23.157 1860.0 385332 11.0251 11.8916 -103.655 -0.121 -7.526 -6.735 22.461 +28 Nov 2021 02:00 UT 44.28 23.198 1861.2 385085 11.0589 11.6729 -104.162 -0.122 -7.528 -6.723 22.500 +28 Nov 2021 03:00 UT 43.84 23.240 1862.4 384837 11.0928 11.4531 -104.669 -0.123 -7.530 -6.710 22.538 +28 Nov 2021 04:00 UT 43.41 23.282 1863.6 384588 11.1266 11.2321 -105.176 -0.124 -7.531 -6.697 22.574 +28 Nov 2021 05:00 UT 42.97 23.323 1864.8 384338 11.1604 11.0099 -105.683 -0.125 -7.532 -6.682 22.608 +28 Nov 2021 06:00 UT 42.54 23.365 1866.0 384087 11.1942 10.7867 -106.190 -0.126 -7.532 -6.668 22.640 +28 Nov 2021 07:00 UT 42.10 23.407 1867.3 383836 11.2280 10.5623 -106.697 -0.127 -7.531 -6.652 22.670 +28 Nov 2021 08:00 UT 41.67 23.448 1868.5 383584 11.2618 10.3367 -107.205 -0.128 -7.529 -6.636 22.699 +28 Nov 2021 09:00 UT 41.23 23.490 1869.7 383331 11.2956 10.1101 -107.712 -0.129 -7.527 -6.619 22.725 +28 Nov 2021 10:00 UT 40.80 23.532 1871.0 383078 11.3294 9.8824 -108.219 -0.130 -7.524 -6.602 22.749 +28 Nov 2021 11:00 UT 40.36 23.573 1872.2 382824 11.3632 9.6537 -108.726 -0.131 -7.520 -6.584 22.772 +28 Nov 2021 12:00 UT 39.93 23.615 1873.4 382569 11.3969 9.4239 -109.233 -0.132 -7.516 -6.566 22.793 +28 Nov 2021 13:00 UT 39.49 23.657 1874.7 382314 11.4307 9.1930 -109.741 -0.133 -7.511 -6.546 22.811 +28 Nov 2021 14:00 UT 39.06 23.698 1876.0 382058 11.4645 8.9611 -110.248 -0.135 -7.505 -6.527 22.828 +28 Nov 2021 15:00 UT 38.62 23.740 1877.2 381802 11.4983 8.7283 -110.755 -0.136 -7.498 -6.506 22.843 +28 Nov 2021 16:00 UT 38.19 23.782 1878.5 381545 11.5321 8.4944 -111.262 -0.137 -7.491 -6.485 22.856 +28 Nov 2021 17:00 UT 37.75 23.823 1879.7 381288 11.5659 8.2595 -111.770 -0.138 -7.483 -6.463 22.867 +28 Nov 2021 18:00 UT 37.32 23.865 1881.0 381030 11.5997 8.0237 -112.277 -0.139 -7.474 -6.441 22.877 +28 Nov 2021 19:00 UT 36.89 23.907 1882.3 380772 11.6336 7.7869 -112.784 -0.140 -7.465 -6.418 22.884 +28 Nov 2021 20:00 UT 36.45 23.948 1883.6 380514 11.6674 7.5492 -113.291 -0.141 -7.455 -6.394 22.889 +28 Nov 2021 21:00 UT 36.02 23.990 1884.9 380255 11.7012 7.3106 -113.799 -0.142 -7.444 -6.370 22.893 +28 Nov 2021 22:00 UT 35.59 24.032 1886.1 379996 11.7351 7.0710 -114.306 -0.143 -7.432 -6.345 22.894 +28 Nov 2021 23:00 UT 35.16 24.073 1887.4 379737 11.7689 6.8306 -114.813 -0.144 -7.419 -6.319 22.894 +29 Nov 2021 00:00 UT 34.73 24.115 1888.7 379477 11.8028 6.5893 -115.321 -0.145 -7.406 -6.293 22.891 +29 Nov 2021 01:00 UT 34.30 24.157 1890.0 379217 11.8367 6.3472 -115.828 -0.146 -7.392 -6.266 22.887 +29 Nov 2021 02:00 UT 33.87 24.198 1891.3 378957 11.8706 6.1042 -116.335 -0.148 -7.378 -6.239 22.881 +29 Nov 2021 03:00 UT 33.44 24.240 1892.6 378697 11.9045 5.8604 -116.843 -0.149 -7.362 -6.210 22.873 +29 Nov 2021 04:00 UT 33.01 24.282 1893.9 378436 11.9385 5.6158 -117.350 -0.150 -7.346 -6.182 22.863 +29 Nov 2021 05:00 UT 32.58 24.323 1895.2 378176 11.9724 5.3703 -117.857 -0.151 -7.329 -6.152 22.851 +29 Nov 2021 06:00 UT 32.16 24.365 1896.5 377915 12.0064 5.1242 -118.365 -0.152 -7.312 -6.122 22.837 +29 Nov 2021 07:00 UT 31.73 24.407 1897.8 377655 12.0404 4.8772 -118.872 -0.153 -7.293 -6.091 22.821 +29 Nov 2021 08:00 UT 31.30 24.448 1899.1 377394 12.0745 4.6295 -119.379 -0.154 -7.274 -6.060 22.803 +29 Nov 2021 09:00 UT 30.88 24.490 1900.5 377133 12.1085 4.3811 -119.887 -0.155 -7.254 -6.028 22.784 +29 Nov 2021 10:00 UT 30.46 24.532 1901.8 376873 12.1426 4.1320 -120.394 -0.156 -7.234 -5.996 22.762 +29 Nov 2021 11:00 UT 30.03 24.573 1903.1 376613 12.1767 3.8822 -120.902 -0.157 -7.212 -5.962 22.738 +29 Nov 2021 12:00 UT 29.61 24.615 1904.4 376352 12.2108 3.6318 -121.409 -0.159 -7.190 -5.928 22.713 +29 Nov 2021 13:00 UT 29.19 24.657 1905.7 376092 12.2450 3.3806 -121.917 -0.160 -7.167 -5.894 22.685 +29 Nov 2021 14:00 UT 28.77 24.698 1907.0 375832 12.2792 3.1289 -122.424 -0.161 -7.144 -5.859 22.656 +29 Nov 2021 15:00 UT 28.36 24.740 1908.3 375573 12.3135 2.8765 -122.932 -0.162 -7.119 -5.823 22.625 +29 Nov 2021 16:00 UT 27.94 24.782 1909.7 375313 12.3477 2.6236 -123.439 -0.163 -7.094 -5.787 22.591 +29 Nov 2021 17:00 UT 27.52 24.823 1911.0 375054 12.3820 2.3700 -123.947 -0.164 -7.068 -5.749 22.556 +29 Nov 2021 18:00 UT 27.11 24.865 1912.3 374796 12.4164 2.1159 -124.454 -0.165 -7.042 -5.712 22.519 +29 Nov 2021 19:00 UT 26.70 24.907 1913.6 374538 12.4507 1.8613 -124.962 -0.166 -7.014 -5.673 22.479 +29 Nov 2021 20:00 UT 26.28 24.948 1914.9 374280 12.4852 1.6061 -125.469 -0.167 -6.986 -5.635 22.438 +29 Nov 2021 21:00 UT 25.87 24.990 1916.3 374022 12.5196 1.3505 -125.977 -0.168 -6.957 -5.595 22.395 +29 Nov 2021 22:00 UT 25.47 25.032 1917.6 373765 12.5541 1.0943 -126.484 -0.170 -6.927 -5.555 22.350 +29 Nov 2021 23:00 UT 25.06 25.073 1918.9 373509 12.5887 0.8377 -126.992 -0.171 -6.897 -5.514 22.303 +30 Nov 2021 00:00 UT 24.65 25.115 1920.2 373253 12.6233 0.5807 -127.499 -0.172 -6.866 -5.473 22.254 +30 Nov 2021 01:00 UT 24.25 25.157 1921.5 372998 12.6579 0.3233 -128.007 -0.173 -6.834 -5.431 22.203 +30 Nov 2021 02:00 UT 23.85 25.198 1922.8 372743 12.6926 0.0654 -128.514 -0.174 -6.801 -5.388 22.150 +30 Nov 2021 03:00 UT 23.45 25.240 1924.1 372489 12.7273 -0.1928 -129.022 -0.175 -6.768 -5.345 22.095 +30 Nov 2021 04:00 UT 23.05 25.282 1925.5 372236 12.7621 -0.4514 -129.530 -0.176 -6.733 -5.301 22.038 +30 Nov 2021 05:00 UT 22.65 25.323 1926.8 371984 12.7970 -0.7103 -130.037 -0.177 -6.698 -5.256 21.979 +30 Nov 2021 06:00 UT 22.26 25.365 1928.1 371732 12.8319 -0.9695 -130.545 -0.179 -6.663 -5.211 21.918 +30 Nov 2021 07:00 UT 21.86 25.407 1929.4 371482 12.8668 -1.2290 -131.053 -0.180 -6.626 -5.165 21.855 +30 Nov 2021 08:00 UT 21.47 25.448 1930.7 371232 12.9018 -1.4888 -131.560 -0.181 -6.589 -5.119 21.790 +30 Nov 2021 09:00 UT 21.08 25.490 1932.0 370983 12.9369 -1.7488 -132.068 -0.182 -6.551 -5.072 21.723 +30 Nov 2021 10:00 UT 20.69 25.532 1933.3 370735 12.9720 -2.0090 -132.576 -0.183 -6.512 -5.025 21.654 +30 Nov 2021 11:00 UT 20.31 25.573 1934.5 370488 13.0072 -2.2694 -133.083 -0.184 -6.473 -4.977 21.583 +30 Nov 2021 12:00 UT 19.92 25.615 1935.8 370241 13.0424 -2.5300 -133.591 -0.185 -6.433 -4.928 21.510 +30 Nov 2021 13:00 UT 19.54 25.657 1937.1 369997 13.0777 -2.7908 -134.099 -0.186 -6.392 -4.879 21.435 +30 Nov 2021 14:00 UT 19.16 25.698 1938.4 369753 13.1131 -3.0517 -134.606 -0.188 -6.350 -4.829 21.358 +30 Nov 2021 15:00 UT 18.79 25.740 1939.7 369510 13.1486 -3.3126 -135.114 -0.189 -6.307 -4.778 21.279 +30 Nov 2021 16:00 UT 18.41 25.782 1940.9 369268 13.1841 -3.5737 -135.622 -0.190 -6.264 -4.727 21.198 +30 Nov 2021 17:00 UT 18.04 25.823 1942.2 369028 13.2196 -3.8348 -136.129 -0.191 -6.220 -4.676 21.115 +30 Nov 2021 18:00 UT 17.67 25.865 1943.5 368789 13.2553 -4.0959 -136.637 -0.192 -6.176 -4.624 21.030 +30 Nov 2021 19:00 UT 17.31 25.907 1944.7 368551 13.2910 -4.3571 -137.145 -0.193 -6.130 -4.571 20.943 +30 Nov 2021 20:00 UT 16.94 25.948 1946.0 368315 13.3268 -4.6182 -137.653 -0.194 -6.084 -4.518 20.854 +30 Nov 2021 21:00 UT 16.58 25.990 1947.2 368080 13.3627 -4.8792 -138.160 -0.196 -6.038 -4.464 20.763 +30 Nov 2021 22:00 UT 16.22 26.032 1948.4 367846 13.3986 -5.1402 -138.668 -0.197 -5.990 -4.409 20.670 +30 Nov 2021 23:00 UT 15.86 26.073 1949.7 367614 13.4347 -5.4011 -139.176 -0.198 -5.942 -4.354 20.575 +01 Dec 2021 00:00 UT 15.51 26.115 1950.9 367383 13.4708 -5.6619 -139.684 -0.199 -5.893 -4.299 20.477 +01 Dec 2021 01:00 UT 15.16 26.157 1952.1 367154 13.5069 -5.9224 -140.191 -0.200 -5.843 -4.243 20.378 +01 Dec 2021 02:00 UT 14.81 26.198 1953.3 366926 13.5432 -6.1829 -140.699 -0.201 -5.793 -4.186 20.277 +01 Dec 2021 03:00 UT 14.46 26.240 1954.5 366700 13.5796 -6.4430 -141.207 -0.202 -5.742 -4.129 20.173 +01 Dec 2021 04:00 UT 14.12 26.282 1955.7 366476 13.6160 -6.7030 -141.715 -0.204 -5.690 -4.072 20.068 +01 Dec 2021 05:00 UT 13.78 26.323 1956.9 366253 13.6525 -6.9627 -142.223 -0.205 -5.638 -4.013 19.960 +01 Dec 2021 06:00 UT 13.45 26.365 1958.1 366032 13.6891 -7.2221 -142.731 -0.206 -5.584 -3.955 19.851 +01 Dec 2021 07:00 UT 13.11 26.407 1959.3 365813 13.7258 -7.4811 -143.238 -0.207 -5.531 -3.896 19.739 +01 Dec 2021 08:00 UT 12.78 26.448 1960.4 365596 13.7626 -7.7398 -143.746 -0.208 -5.476 -3.836 19.625 +01 Dec 2021 09:00 UT 12.45 26.490 1961.6 365380 13.7995 -7.9981 -144.254 -0.209 -5.421 -3.776 19.510 +01 Dec 2021 10:00 UT 12.13 26.532 1962.7 365167 13.8365 -8.2560 -144.762 -0.211 -5.365 -3.715 19.392 +01 Dec 2021 11:00 UT 11.81 26.573 1963.9 364955 13.8735 -8.5135 -145.270 -0.212 -5.308 -3.654 19.272 +01 Dec 2021 12:00 UT 11.49 26.615 1965.0 364745 13.9107 -8.7705 -145.778 -0.213 -5.251 -3.592 19.150 +01 Dec 2021 13:00 UT 11.18 26.657 1966.1 364537 13.9480 -9.0269 -146.286 -0.214 -5.193 -3.530 19.026 +01 Dec 2021 14:00 UT 10.87 26.698 1967.2 364332 13.9853 -9.2829 -146.794 -0.215 -5.135 -3.468 18.899 +01 Dec 2021 15:00 UT 10.56 26.740 1968.3 364128 14.0228 -9.5382 -147.301 -0.216 -5.076 -3.404 18.771 +01 Dec 2021 16:00 UT 10.26 26.782 1969.4 363926 14.0603 -9.7930 -147.809 -0.218 -5.016 -3.341 18.641 +01 Dec 2021 17:00 UT 9.96 26.823 1970.5 363727 14.0980 -10.0471 -148.317 -0.219 -4.955 -3.277 18.508 +01 Dec 2021 18:00 UT 9.66 26.865 1971.6 363529 14.1358 -10.3006 -148.825 -0.220 -4.894 -3.213 18.374 +01 Dec 2021 19:00 UT 9.37 26.907 1972.6 363334 14.1736 -10.5534 -149.333 -0.221 -4.833 -3.148 18.237 +01 Dec 2021 20:00 UT 9.08 26.948 1973.7 363141 14.2116 -10.8054 -149.841 -0.222 -4.770 -3.083 18.099 +01 Dec 2021 21:00 UT 8.79 26.990 1974.7 362951 14.2497 -11.0567 -150.349 -0.223 -4.707 -3.017 17.958 +01 Dec 2021 22:00 UT 8.51 27.032 1975.7 362763 14.2879 -11.3072 -150.857 -0.225 -4.644 -2.951 17.815 +01 Dec 2021 23:00 UT 8.23 27.073 1976.7 362577 14.3262 -11.5568 -151.365 -0.226 -4.580 -2.884 17.670 +02 Dec 2021 00:00 UT 7.96 27.115 1977.8 362393 14.3646 -11.8056 -151.873 -0.227 -4.515 -2.817 17.523 +02 Dec 2021 01:00 UT 7.69 27.157 1978.7 362212 14.4031 -12.0535 -152.381 -0.228 -4.450 -2.750 17.374 +02 Dec 2021 02:00 UT 7.42 27.198 1979.7 362034 14.4417 -12.3005 -152.889 -0.229 -4.384 -2.682 17.222 +02 Dec 2021 03:00 UT 7.16 27.240 1980.7 361857 14.4805 -12.5465 -153.397 -0.231 -4.317 -2.614 17.069 +02 Dec 2021 04:00 UT 6.90 27.282 1981.6 361684 14.5193 -12.7915 -153.905 -0.232 -4.250 -2.546 16.913 +02 Dec 2021 05:00 UT 6.65 27.323 1982.6 361513 14.5583 -13.0354 -154.413 -0.233 -4.183 -2.477 16.756 +02 Dec 2021 06:00 UT 6.40 27.365 1983.5 361344 14.5974 -13.2783 -154.921 -0.234 -4.114 -2.408 16.596 +02 Dec 2021 07:00 UT 6.15 27.407 1984.4 361178 14.6366 -13.5201 -155.429 -0.235 -4.046 -2.338 16.434 +02 Dec 2021 08:00 UT 5.91 27.448 1985.3 361015 14.6759 -13.7607 -155.937 -0.237 -3.976 -2.268 16.270 +02 Dec 2021 09:00 UT 5.68 27.490 1986.2 360855 14.7153 -14.0002 -156.445 -0.238 -3.906 -2.198 16.104 +02 Dec 2021 10:00 UT 5.44 27.532 1987.1 360697 14.7549 -14.2384 -156.953 -0.239 -3.836 -2.128 15.936 +02 Dec 2021 11:00 UT 5.21 27.573 1987.9 360542 14.7946 -14.4754 -157.461 -0.240 -3.765 -2.057 15.766 +02 Dec 2021 12:00 UT 4.99 27.615 1988.7 360390 14.8344 -14.7111 -157.969 -0.241 -3.694 -1.986 15.594 +02 Dec 2021 13:00 UT 4.77 27.657 1989.6 360240 14.8743 -14.9455 -158.477 -0.243 -3.622 -1.914 15.420 +02 Dec 2021 14:00 UT 4.56 27.698 1990.4 360094 14.9144 -15.1786 -158.985 -0.244 -3.550 -1.843 15.243 +02 Dec 2021 15:00 UT 4.35 27.740 1991.2 359950 14.9545 -15.4102 -159.493 -0.245 -3.477 -1.771 15.065 +02 Dec 2021 16:00 UT 4.14 27.782 1992.0 359809 14.9948 -15.6404 -160.001 -0.246 -3.403 -1.699 14.884 +02 Dec 2021 17:00 UT 3.94 27.823 1992.7 359671 15.0352 -15.8691 -160.509 -0.247 -3.330 -1.626 14.702 +02 Dec 2021 18:00 UT 3.74 27.865 1993.5 359536 15.0758 -16.0963 -161.017 -0.249 -3.255 -1.553 14.517 +02 Dec 2021 19:00 UT 3.55 27.907 1994.2 359404 15.1164 -16.3220 -161.525 -0.250 -3.181 -1.480 14.330 +02 Dec 2021 20:00 UT 3.36 27.948 1994.9 359275 15.1572 -16.5461 -162.033 -0.251 -3.105 -1.407 14.142 +02 Dec 2021 21:00 UT 3.18 27.990 1995.6 359149 15.1982 -16.7686 -162.541 -0.252 -3.030 -1.334 13.951 +02 Dec 2021 22:00 UT 3.00 28.032 1996.3 359026 15.2392 -16.9894 -163.049 -0.253 -2.954 -1.260 13.758 +02 Dec 2021 23:00 UT 2.83 28.073 1997.0 358906 15.2804 -17.2085 -163.558 -0.255 -2.877 -1.186 13.563 +03 Dec 2021 00:00 UT 2.66 28.115 1997.6 358790 15.3217 -17.4259 -164.066 -0.256 -2.800 -1.112 13.366 +03 Dec 2021 01:00 UT 2.50 28.157 1998.2 358676 15.3631 -17.6415 -164.574 -0.257 -2.723 -1.038 13.167 +03 Dec 2021 02:00 UT 2.34 28.198 1998.9 358565 15.4046 -17.8553 -165.082 -0.258 -2.646 -0.964 12.966 +03 Dec 2021 03:00 UT 2.19 28.240 1999.5 358458 15.4463 -18.0672 -165.590 -0.260 -2.567 -0.889 12.764 +03 Dec 2021 04:00 UT 2.04 28.282 2000.0 358354 15.4881 -18.2773 -166.098 -0.261 -2.489 -0.814 12.559 +03 Dec 2021 05:00 UT 1.90 28.323 2000.6 358253 15.5300 -18.4855 -166.606 -0.262 -2.410 -0.740 12.352 +03 Dec 2021 06:00 UT 1.76 28.365 2001.2 358155 15.5721 -18.6917 -167.114 -0.263 -2.331 -0.665 12.143 +03 Dec 2021 07:00 UT 1.63 28.407 2001.7 358061 15.6143 -18.8958 -167.622 -0.264 -2.252 -0.589 11.933 +03 Dec 2021 08:00 UT 1.50 28.448 2002.2 357970 15.6566 -19.0980 -168.130 -0.266 -2.172 -0.514 11.720 +03 Dec 2021 09:00 UT 1.38 28.490 2002.7 357882 15.6990 -19.2981 -168.639 -0.267 -2.092 -0.439 11.506 +03 Dec 2021 10:00 UT 1.26 28.532 2003.2 357797 15.7416 -19.4960 -169.147 -0.268 -2.011 -0.364 11.289 +03 Dec 2021 11:00 UT 1.15 28.573 2003.6 357716 15.7843 -19.6919 -169.655 -0.269 -1.931 -0.288 11.071 +03 Dec 2021 12:00 UT 1.04 28.615 2004.0 357638 15.8271 -19.8855 -170.163 -0.271 -1.850 -0.213 10.851 +03 Dec 2021 13:00 UT 0.94 28.657 2004.5 357564 15.8700 -20.0769 -170.671 -0.272 -1.768 -0.137 10.629 +03 Dec 2021 14:00 UT 0.84 28.698 2004.9 357493 15.9131 -20.2661 -171.179 -0.273 -1.687 -0.061 10.405 +03 Dec 2021 15:00 UT 0.75 28.740 2005.2 357425 15.9562 -20.4529 -171.687 -0.274 -1.605 0.014 10.180 +03 Dec 2021 16:00 UT 0.66 28.782 2005.6 357360 15.9995 -20.6375 -172.195 -0.276 -1.523 0.090 9.953 +03 Dec 2021 17:00 UT 0.58 28.823 2005.9 357300 16.0430 -20.8196 -172.704 -0.277 -1.440 0.166 9.724 +03 Dec 2021 18:00 UT 0.50 28.865 2006.3 357242 16.0865 -20.9994 -173.212 -0.278 -1.358 0.242 9.493 +03 Dec 2021 19:00 UT 0.43 28.907 2006.6 357188 16.1302 -21.1767 -173.720 -0.279 -1.275 0.317 9.260 +03 Dec 2021 20:00 UT 0.37 28.948 2006.9 357137 16.1739 -21.3515 -174.228 -0.281 -1.192 0.393 9.026 +03 Dec 2021 21:00 UT 0.31 28.990 2007.1 357090 16.2178 -21.5239 -174.736 -0.282 -1.109 0.469 8.790 +03 Dec 2021 22:00 UT 0.25 29.032 2007.4 357046 16.2619 -21.6937 -175.244 -0.283 -1.025 0.544 8.553 +03 Dec 2021 23:00 UT 0.21 29.073 2007.6 357006 16.3060 -21.8609 -175.752 -0.284 -0.942 0.620 8.314 +04 Dec 2021 00:00 UT 0.16 29.115 2007.8 356969 16.3502 -22.0255 -176.261 -0.285 -0.858 0.695 8.073 +04 Dec 2021 01:00 UT 0.12 29.157 2008.0 356936 16.3946 -22.1874 -176.769 -0.287 -0.774 0.771 7.831 +04 Dec 2021 02:00 UT 0.09 29.198 2008.2 356906 16.4390 -22.3467 -177.277 -0.288 -0.690 0.846 7.587 +04 Dec 2021 03:00 UT 0.06 29.240 2008.3 356880 16.4836 -22.5033 -177.785 -0.289 -0.606 0.922 7.342 +04 Dec 2021 04:00 UT 0.04 29.282 2008.4 356857 16.5283 -22.6571 -178.293 -0.290 -0.522 0.997 7.096 +04 Dec 2021 05:00 UT 0.03 29.323 2008.5 356838 16.5730 -22.8081 -178.801 -0.292 -0.437 1.072 6.848 +04 Dec 2021 06:00 UT 0.01 29.365 2008.6 356822 16.6179 -22.9564 -179.309 -0.293 -0.353 1.147 6.598 +04 Dec 2021 07:00 UT 0.01 29.407 2008.7 356810 16.6629 -23.1018 -179.818 -0.294 -0.268 1.222 6.347 +04 Dec 2021 08:00 UT 0.01 0.012 2008.7 356801 16.7080 -23.2443 179.674 -0.295 -0.184 1.296 6.095 +04 Dec 2021 09:00 UT 0.01 0.053 2008.8 356796 16.7532 -23.3839 179.166 -0.297 -0.099 1.371 5.842 +04 Dec 2021 10:00 UT 0.02 0.095 2008.8 356795 16.7984 -23.5207 178.658 -0.298 -0.014 1.445 5.587 +04 Dec 2021 11:00 UT 0.04 0.137 2008.8 356797 16.8438 -23.6544 178.150 -0.299 0.071 1.519 5.331 +04 Dec 2021 12:00 UT 0.06 0.178 2008.7 356802 16.8893 -23.7852 177.642 -0.300 0.155 1.593 5.074 +04 Dec 2021 13:00 UT 0.09 0.220 2008.7 356811 16.9348 -23.9130 177.134 -0.302 0.240 1.667 4.816 +04 Dec 2021 14:00 UT 0.12 0.262 2008.6 356823 16.9804 -24.0377 176.625 -0.303 0.325 1.740 4.557 +04 Dec 2021 15:00 UT 0.16 0.303 2008.5 356839 17.0262 -24.1594 176.117 -0.304 0.410 1.814 4.297 +04 Dec 2021 16:00 UT 0.20 0.345 2008.4 356859 17.0720 -24.2780 175.609 -0.305 0.495 1.887 4.036 +04 Dec 2021 17:00 UT 0.25 0.387 2008.3 356882 17.1178 -24.3935 175.101 -0.307 0.579 1.960 3.773 +04 Dec 2021 18:00 UT 0.30 0.428 2008.1 356908 17.1638 -24.5058 174.593 -0.308 0.664 2.032 3.510 +04 Dec 2021 19:00 UT 0.36 0.470 2008.0 356938 17.2098 -24.6150 174.085 -0.309 0.749 2.104 3.246 +04 Dec 2021 20:00 UT 0.43 0.512 2007.8 356972 17.2559 -24.7210 173.577 -0.310 0.834 2.177 2.982 +04 Dec 2021 21:00 UT 0.50 0.553 2007.6 357009 17.3021 -24.8238 173.069 -0.312 0.918 2.248 2.716 +04 Dec 2021 22:00 UT 0.57 0.595 2007.4 357049 17.3483 -24.9234 172.560 -0.313 1.003 2.320 2.450 +04 Dec 2021 23:00 UT 0.65 0.637 2007.1 357093 17.3946 -25.0198 172.052 -0.314 1.087 2.391 2.183 +05 Dec 2021 00:00 UT 0.74 0.678 2006.8 357140 17.4409 -25.1129 171.544 -0.315 1.171 2.462 1.915 +05 Dec 2021 01:00 UT 0.83 0.720 2006.6 357191 17.4873 -25.2027 171.036 -0.317 1.255 2.532 1.647 +05 Dec 2021 02:00 UT 0.93 0.762 2006.3 357245 17.5338 -25.2893 170.528 -0.318 1.339 2.602 1.378 +05 Dec 2021 03:00 UT 1.03 0.803 2005.9 357303 17.5803 -25.3725 170.020 -0.319 1.423 2.672 1.109 +05 Dec 2021 04:00 UT 1.14 0.845 2005.6 357364 17.6269 -25.4524 169.512 -0.320 1.507 2.742 0.839 +05 Dec 2021 05:00 UT 1.25 0.887 2005.2 357428 17.6735 -25.5290 169.004 -0.322 1.591 2.811 0.569 +05 Dec 2021 06:00 UT 1.36 0.928 2004.8 357496 17.7201 -25.6022 168.496 -0.323 1.674 2.880 0.299 +05 Dec 2021 07:00 UT 1.49 0.970 2004.4 357567 17.7668 -25.6721 167.987 -0.324 1.757 2.948 0.028 +05 Dec 2021 08:00 UT 1.62 1.012 2004.0 357642 17.8135 -25.7386 167.479 -0.326 1.840 3.016 359.757 +05 Dec 2021 09:00 UT 1.75 1.053 2003.6 357720 17.8602 -25.8017 166.971 -0.327 1.923 3.084 359.486 +05 Dec 2021 10:00 UT 1.89 1.095 2003.1 357801 17.9070 -25.8614 166.463 -0.328 2.005 3.151 359.215 +05 Dec 2021 11:00 UT 2.03 1.137 2002.7 357885 17.9537 -25.9177 165.955 -0.329 2.088 3.218 358.944 +05 Dec 2021 12:00 UT 2.18 1.178 2002.2 357973 18.0005 -25.9706 165.447 -0.331 2.170 3.284 358.672 +05 Dec 2021 13:00 UT 2.33 1.220 2001.7 358064 18.0474 -26.0201 164.939 -0.332 2.252 3.350 358.401 +05 Dec 2021 14:00 UT 2.49 1.262 2001.1 358158 18.0942 -26.0661 164.431 -0.333 2.333 3.415 358.130 +05 Dec 2021 15:00 UT 2.65 1.303 2000.6 358256 18.1410 -26.1087 163.923 -0.334 2.414 3.480 357.859 +05 Dec 2021 16:00 UT 2.82 1.345 2000.0 358356 18.1879 -26.1479 163.415 -0.336 2.495 3.545 357.588 +05 Dec 2021 17:00 UT 2.99 1.387 1999.5 358460 18.2347 -26.1837 162.907 -0.337 2.576 3.609 357.318 +05 Dec 2021 18:00 UT 3.17 1.428 1998.9 358567 18.2816 -26.2160 162.399 -0.338 2.657 3.672 357.048 +05 Dec 2021 19:00 UT 3.35 1.470 1998.2 358677 18.3284 -26.2449 161.891 -0.339 2.737 3.735 356.778 +05 Dec 2021 20:00 UT 3.54 1.512 1997.6 358790 18.3752 -26.2704 161.383 -0.341 2.816 3.798 356.509 +05 Dec 2021 21:00 UT 3.73 1.553 1997.0 358907 18.4220 -26.2924 160.875 -0.342 2.896 3.860 356.240 +05 Dec 2021 22:00 UT 3.93 1.595 1996.3 359026 18.4688 -26.3110 160.367 -0.343 2.975 3.922 355.971 +05 Dec 2021 23:00 UT 4.13 1.637 1995.6 359148 18.5156 -26.3262 159.859 -0.344 3.053 3.983 355.704 +06 Dec 2021 00:00 UT 4.34 1.678 1994.9 359274 18.5624 -26.3379 159.351 -0.346 3.132 4.043 355.437 +06 Dec 2021 01:00 UT 4.55 1.720 1994.2 359402 18.6091 -26.3462 158.843 -0.347 3.210 4.103 355.170 +06 Dec 2021 02:00 UT 4.77 1.762 1993.5 359534 18.6558 -26.3511 158.335 -0.348 3.287 4.163 354.905 +06 Dec 2021 03:00 UT 4.99 1.803 1992.7 359668 18.7024 -26.3526 157.827 -0.349 3.364 4.222 354.640 +06 Dec 2021 04:00 UT 5.21 1.845 1992.0 359805 18.7491 -26.3507 157.319 -0.351 3.441 4.280 354.376 +06 Dec 2021 05:00 UT 5.44 1.887 1991.2 359945 18.7956 -26.3454 156.811 -0.352 3.517 4.338 354.113 +06 Dec 2021 06:00 UT 5.67 1.928 1990.4 360088 18.8422 -26.3368 156.303 -0.353 3.593 4.395 353.851 +06 Dec 2021 07:00 UT 5.91 1.970 1989.6 360234 18.8887 -26.3247 155.795 -0.354 3.668 4.452 353.590 +06 Dec 2021 08:00 UT 6.15 2.012 1988.8 360382 18.9351 -26.3093 155.287 -0.356 3.743 4.508 353.330 +06 Dec 2021 09:00 UT 6.40 2.053 1988.0 360534 18.9815 -26.2906 154.779 -0.357 3.818 4.563 353.071 +06 Dec 2021 10:00 UT 6.65 2.095 1987.1 360688 19.0278 -26.2685 154.271 -0.358 3.892 4.618 352.813 +06 Dec 2021 11:00 UT 6.91 2.137 1986.2 360845 19.0741 -26.2431 153.763 -0.359 3.965 4.673 352.557 +06 Dec 2021 12:00 UT 7.17 2.178 1985.4 361004 19.1202 -26.2144 153.255 -0.361 4.039 4.726 352.302 +06 Dec 2021 13:00 UT 7.43 2.220 1984.5 361166 19.1664 -26.1824 152.747 -0.362 4.111 4.779 352.048 +06 Dec 2021 14:00 UT 7.70 2.262 1983.6 361331 19.2124 -26.1471 152.239 -0.363 4.183 4.832 351.796 +06 Dec 2021 15:00 UT 7.97 2.303 1982.6 361498 19.2584 -26.1086 151.731 -0.364 4.255 4.884 351.544 +06 Dec 2021 16:00 UT 8.24 2.345 1981.7 361668 19.3043 -26.0668 151.223 -0.366 4.326 4.935 351.295 +06 Dec 2021 17:00 UT 8.52 2.387 1980.8 361840 19.3501 -26.0218 150.715 -0.367 4.396 4.986 351.047 +06 Dec 2021 18:00 UT 8.81 2.428 1979.8 362015 19.3959 -25.9736 150.207 -0.368 4.466 5.036 350.800 +06 Dec 2021 19:00 UT 9.09 2.470 1978.9 362192 19.4415 -25.9223 149.699 -0.369 4.535 5.085 350.555 +06 Dec 2021 20:00 UT 9.39 2.512 1977.9 362371 19.4871 -25.8678 149.192 -0.371 4.604 5.134 350.312 +06 Dec 2021 21:00 UT 9.68 2.553 1976.9 362553 19.5326 -25.8101 148.684 -0.372 4.673 5.182 350.070 +06 Dec 2021 22:00 UT 9.98 2.595 1975.9 362738 19.5779 -25.7494 148.176 -0.373 4.740 5.229 349.830 +06 Dec 2021 23:00 UT 10.28 2.637 1974.9 362924 19.6232 -25.6855 147.668 -0.374 4.807 5.276 349.592 +07 Dec 2021 00:00 UT 10.59 2.678 1973.8 363113 19.6684 -25.6186 147.160 -0.376 4.874 5.322 349.356 +07 Dec 2021 01:00 UT 10.90 2.720 1972.8 363304 19.7135 -25.5486 146.652 -0.377 4.940 5.367 349.121 +07 Dec 2021 02:00 UT 11.21 2.762 1971.7 363497 19.7585 -25.4756 146.144 -0.378 5.005 5.412 348.888 +07 Dec 2021 03:00 UT 11.53 2.803 1970.7 363693 19.8033 -25.3997 145.637 -0.379 5.070 5.456 348.657 +07 Dec 2021 04:00 UT 11.85 2.845 1969.6 363890 19.8481 -25.3207 145.129 -0.381 5.134 5.500 348.428 +07 Dec 2021 05:00 UT 12.17 2.887 1968.5 364090 19.8927 -25.2388 144.621 -0.382 5.197 5.542 348.201 +07 Dec 2021 06:00 UT 12.50 2.928 1967.4 364292 19.9373 -25.1540 144.113 -0.383 5.260 5.584 347.977 +07 Dec 2021 07:00 UT 12.83 2.970 1966.3 364496 19.9817 -25.0663 143.605 -0.384 5.322 5.626 347.754 +07 Dec 2021 08:00 UT 13.16 3.012 1965.2 364701 20.0260 -24.9758 143.098 -0.386 5.384 5.666 347.533 +07 Dec 2021 09:00 UT 13.50 3.053 1964.1 364909 20.0702 -24.8824 142.590 -0.387 5.445 5.706 347.314 +07 Dec 2021 10:00 UT 13.83 3.095 1963.0 365118 20.1142 -24.7862 142.082 -0.388 5.505 5.746 347.097 +07 Dec 2021 11:00 UT 14.18 3.137 1961.9 365330 20.1582 -24.6873 141.574 -0.389 5.565 5.784 346.883 +07 Dec 2021 12:00 UT 14.52 3.178 1960.7 365543 20.2020 -24.5855 141.067 -0.391 5.624 5.822 346.670 +07 Dec 2021 13:00 UT 14.87 3.220 1959.6 365758 20.2457 -24.4811 140.559 -0.392 5.682 5.859 346.460 +07 Dec 2021 14:00 UT 15.22 3.262 1958.4 365975 20.2892 -24.3740 140.051 -0.393 5.739 5.896 346.252 +07 Dec 2021 15:00 UT 15.58 3.303 1957.2 366193 20.3326 -24.2642 139.543 -0.394 5.796 5.932 346.047 +07 Dec 2021 16:00 UT 15.93 3.345 1956.1 366413 20.3759 -24.1519 139.036 -0.396 5.852 5.967 345.843 +07 Dec 2021 17:00 UT 16.29 3.387 1954.9 366635 20.4191 -24.0369 138.528 -0.397 5.908 6.001 345.642 +07 Dec 2021 18:00 UT 16.66 3.428 1953.7 366858 20.4621 -23.9193 138.020 -0.398 5.963 6.035 345.443 +07 Dec 2021 19:00 UT 17.02 3.470 1952.5 367083 20.5050 -23.7992 137.513 -0.399 6.017 6.068 345.246 +07 Dec 2021 20:00 UT 17.39 3.512 1951.3 367310 20.5478 -23.6766 137.005 -0.401 6.070 6.100 345.052 +07 Dec 2021 21:00 UT 17.76 3.553 1950.1 367538 20.5904 -23.5516 136.497 -0.402 6.123 6.131 344.860 +07 Dec 2021 22:00 UT 18.13 3.595 1948.9 367767 20.6329 -23.4241 135.990 -0.403 6.175 6.162 344.671 +07 Dec 2021 23:00 UT 18.51 3.637 1947.6 367998 20.6752 -23.2942 135.482 -0.404 6.226 6.192 344.484 +08 Dec 2021 00:00 UT 18.89 3.678 1946.4 368230 20.7174 -23.1619 134.974 -0.406 6.276 6.222 344.299 +08 Dec 2021 01:00 UT 19.27 3.720 1945.2 368464 20.7595 -23.0273 134.467 -0.407 6.326 6.250 344.117 +08 Dec 2021 02:00 UT 19.65 3.762 1943.9 368698 20.8014 -22.8903 133.959 -0.408 6.375 6.278 343.937 +08 Dec 2021 03:00 UT 20.03 3.803 1942.7 368934 20.8432 -22.7511 133.452 -0.409 6.423 6.305 343.759 +08 Dec 2021 04:00 UT 20.42 3.845 1941.4 369172 20.8849 -22.6096 132.944 -0.411 6.470 6.332 343.584 +08 Dec 2021 05:00 UT 20.81 3.887 1940.2 369410 20.9264 -22.4660 132.436 -0.412 6.517 6.358 343.411 +08 Dec 2021 06:00 UT 21.20 3.928 1938.9 369650 20.9677 -22.3201 131.929 -0.413 6.563 6.383 343.241 +08 Dec 2021 07:00 UT 21.59 3.970 1937.7 369890 21.0089 -22.1721 131.421 -0.414 6.608 6.407 343.074 +08 Dec 2021 08:00 UT 21.99 4.012 1936.4 370132 21.0500 -22.0219 130.914 -0.416 6.653 6.431 342.908 +08 Dec 2021 09:00 UT 22.39 4.053 1935.1 370375 21.0909 -21.8697 130.406 -0.417 6.696 6.454 342.745 +08 Dec 2021 10:00 UT 22.79 4.095 1933.9 370618 21.1317 -21.7154 129.899 -0.418 6.739 6.476 342.585 +08 Dec 2021 11:00 UT 23.19 4.137 1932.6 370863 21.1723 -21.5592 129.391 -0.419 6.781 6.497 342.427 +08 Dec 2021 12:00 UT 23.59 4.178 1931.3 371108 21.2128 -21.4009 128.884 -0.421 6.823 6.518 342.272 +08 Dec 2021 13:00 UT 23.99 4.220 1930.0 371355 21.2532 -21.2406 128.376 -0.422 6.863 6.538 342.119 +08 Dec 2021 14:00 UT 24.40 4.262 1928.7 371602 21.2934 -21.0784 127.869 -0.423 6.903 6.557 341.969 +08 Dec 2021 15:00 UT 24.81 4.303 1927.5 371850 21.3334 -20.9144 127.361 -0.424 6.942 6.576 341.821 +08 Dec 2021 16:00 UT 25.22 4.345 1926.2 372099 21.3733 -20.7485 126.854 -0.425 6.980 6.594 341.675 +08 Dec 2021 17:00 UT 25.63 4.387 1924.9 372349 21.4131 -20.5807 126.346 -0.427 7.018 6.611 341.532 +08 Dec 2021 18:00 UT 26.04 4.428 1923.6 372599 21.4527 -20.4111 125.839 -0.428 7.055 6.628 341.392 +08 Dec 2021 19:00 UT 26.46 4.470 1922.3 372850 21.4922 -20.2398 125.332 -0.429 7.090 6.643 341.254 +08 Dec 2021 20:00 UT 26.87 4.512 1921.0 373101 21.5315 -20.0667 124.824 -0.430 7.126 6.658 341.118 +08 Dec 2021 21:00 UT 27.29 4.553 1919.7 373353 21.5707 -19.8920 124.317 -0.432 7.160 6.673 340.985 +08 Dec 2021 22:00 UT 27.71 4.595 1918.4 373606 21.6098 -19.7155 123.809 -0.433 7.193 6.686 340.855 +08 Dec 2021 23:00 UT 28.13 4.637 1917.1 373859 21.6487 -19.5374 123.302 -0.434 7.226 6.699 340.727 +09 Dec 2021 00:00 UT 28.55 4.678 1915.8 374112 21.6875 -19.3577 122.795 -0.435 7.258 6.711 340.601 +09 Dec 2021 01:00 UT 28.97 4.720 1914.5 374366 21.7261 -19.1764 122.287 -0.437 7.289 6.723 340.478 +09 Dec 2021 02:00 UT 29.40 4.762 1913.2 374621 21.7646 -18.9936 121.780 -0.438 7.319 6.734 340.357 +09 Dec 2021 03:00 UT 29.82 4.803 1911.9 374875 21.8029 -18.8092 121.273 -0.439 7.349 6.744 340.239 +09 Dec 2021 04:00 UT 30.25 4.845 1910.6 375131 21.8411 -18.6233 120.765 -0.440 7.378 6.753 340.123 +09 Dec 2021 05:00 UT 30.67 4.887 1909.3 375386 21.8792 -18.4360 120.258 -0.442 7.406 6.762 340.009 +09 Dec 2021 06:00 UT 31.10 4.928 1908.0 375641 21.9172 -18.2472 119.751 -0.443 7.433 6.770 339.898 +09 Dec 2021 07:00 UT 31.53 4.970 1906.7 375897 21.9550 -18.0571 119.243 -0.444 7.459 6.777 339.789 +09 Dec 2021 08:00 UT 31.96 5.012 1905.4 376153 21.9926 -17.8655 118.736 -0.445 7.485 6.784 339.683 +09 Dec 2021 09:00 UT 32.39 5.053 1904.1 376409 22.0302 -17.6726 118.229 -0.446 7.509 6.790 339.579 +09 Dec 2021 10:00 UT 32.82 5.095 1902.8 376666 22.0675 -17.4784 117.721 -0.448 7.533 6.795 339.478 +09 Dec 2021 11:00 UT 33.25 5.137 1901.5 376922 22.1048 -17.2829 117.214 -0.449 7.557 6.800 339.379 +09 Dec 2021 12:00 UT 33.69 5.178 1900.2 377179 22.1419 -17.0861 116.707 -0.450 7.579 6.804 339.282 +09 Dec 2021 13:00 UT 34.12 5.220 1898.9 377435 22.1789 -16.8881 116.200 -0.451 7.600 6.807 339.187 +09 Dec 2021 14:00 UT 34.55 5.262 1897.6 377691 22.2158 -16.6888 115.693 -0.453 7.621 6.809 339.095 +09 Dec 2021 15:00 UT 34.99 5.303 1896.4 377948 22.2526 -16.4884 115.185 -0.454 7.641 6.811 339.006 +09 Dec 2021 16:00 UT 35.42 5.345 1895.1 378204 22.2892 -16.2869 114.678 -0.455 7.660 6.813 338.918 +09 Dec 2021 17:00 UT 35.86 5.387 1893.8 378460 22.3257 -16.0842 114.171 -0.456 7.679 6.813 338.833 +09 Dec 2021 18:00 UT 36.30 5.428 1892.5 378716 22.3620 -15.8804 113.664 -0.458 7.696 6.813 338.750 +09 Dec 2021 19:00 UT 36.73 5.470 1891.2 378972 22.3983 -15.6755 113.157 -0.459 7.713 6.812 338.670 +09 Dec 2021 20:00 UT 37.17 5.512 1890.0 379228 22.4344 -15.4696 112.649 -0.460 7.729 6.811 338.591 +09 Dec 2021 21:00 UT 37.61 5.553 1888.7 379483 22.4704 -15.2626 112.142 -0.461 7.744 6.809 338.515 +09 Dec 2021 22:00 UT 38.05 5.595 1887.4 379739 22.5063 -15.0546 111.635 -0.462 7.759 6.806 338.441 +09 Dec 2021 23:00 UT 38.48 5.637 1886.1 379994 22.5420 -14.8457 111.128 -0.464 7.772 6.803 338.370 +10 Dec 2021 00:00 UT 38.92 5.678 1884.9 380248 22.5776 -14.6358 110.621 -0.465 7.785 6.798 338.301 +10 Dec 2021 01:00 UT 39.36 5.720 1883.6 380502 22.6132 -14.4250 110.114 -0.466 7.797 6.794 338.233 +10 Dec 2021 02:00 UT 39.80 5.762 1882.4 380756 22.6486 -14.2133 109.607 -0.467 7.809 6.788 338.168 +10 Dec 2021 03:00 UT 40.24 5.803 1881.1 381010 22.6839 -14.0007 109.100 -0.469 7.819 6.783 338.106 +10 Dec 2021 04:00 UT 40.68 5.845 1879.9 381263 22.7190 -13.7873 108.593 -0.470 7.829 6.776 338.045 +10 Dec 2021 05:00 UT 41.12 5.887 1878.6 381515 22.7541 -13.5730 108.086 -0.471 7.838 6.769 337.987 +10 Dec 2021 06:00 UT 41.56 5.928 1877.4 381767 22.7890 -13.3579 107.579 -0.472 7.846 6.761 337.930 +10 Dec 2021 07:00 UT 42.00 5.970 1876.1 382019 22.8239 -13.1420 107.072 -0.474 7.853 6.752 337.876 +10 Dec 2021 08:00 UT 42.44 6.012 1874.9 382270 22.8586 -12.9254 106.565 -0.475 7.860 6.743 337.824 +10 Dec 2021 09:00 UT 42.88 6.053 1873.7 382520 22.8932 -12.7080 106.058 -0.476 7.866 6.734 337.774 +10 Dec 2021 10:00 UT 43.32 6.095 1872.5 382770 22.9278 -12.4899 105.551 -0.477 7.871 6.723 337.726 +10 Dec 2021 11:00 UT 43.75 6.137 1871.2 383019 22.9622 -12.2711 105.044 -0.478 7.875 6.712 337.680 +10 Dec 2021 12:00 UT 44.19 6.178 1870.0 383268 22.9965 -12.0517 104.537 -0.480 7.879 6.701 337.636 +10 Dec 2021 13:00 UT 44.63 6.220 1868.8 383516 23.0307 -11.8315 104.030 -0.481 7.882 6.689 337.595 +10 Dec 2021 14:00 UT 45.07 6.262 1867.6 383763 23.0648 -11.6108 103.523 -0.482 7.884 6.676 337.555 +10 Dec 2021 15:00 UT 45.51 6.303 1866.4 384010 23.0989 -11.3894 103.016 -0.483 7.885 6.662 337.517 +10 Dec 2021 16:00 UT 45.95 6.345 1865.2 384255 23.1328 -11.1675 102.509 -0.485 7.886 6.649 337.482 +10 Dec 2021 17:00 UT 46.39 6.387 1864.0 384500 23.1666 -10.9450 102.002 -0.486 7.886 6.634 337.448 +10 Dec 2021 18:00 UT 46.82 6.428 1862.9 384744 23.2003 -10.7219 101.495 -0.487 7.885 6.619 337.416 +10 Dec 2021 19:00 UT 47.26 6.470 1861.7 384988 23.2340 -10.4983 100.988 -0.488 7.883 6.603 337.387 +10 Dec 2021 20:00 UT 47.70 6.512 1860.5 385230 23.2675 -10.2742 100.481 -0.489 7.881 6.587 337.359 +10 Dec 2021 21:00 UT 48.13 6.553 1859.3 385472 23.3010 -10.0496 99.975 -0.491 7.878 6.570 337.333 +10 Dec 2021 22:00 UT 48.57 6.595 1858.2 385713 23.3343 -9.8245 99.468 -0.492 7.874 6.553 337.309 +10 Dec 2021 23:00 UT 49.00 6.637 1857.0 385953 23.3676 -9.5990 98.961 -0.493 7.870 6.535 337.287 +11 Dec 2021 00:00 UT 49.44 6.678 1855.9 386192 23.4008 -9.3731 98.454 -0.494 7.864 6.516 337.267 +11 Dec 2021 01:00 UT 49.87 6.720 1854.7 386430 23.4339 -9.1467 97.947 -0.496 7.858 6.497 337.248 +11 Dec 2021 02:00 UT 50.31 6.762 1853.6 386667 23.4669 -8.9200 97.441 -0.497 7.852 6.477 337.232 +11 Dec 2021 03:00 UT 50.74 6.803 1852.5 386903 23.4999 -8.6928 96.934 -0.498 7.844 6.457 337.218 +11 Dec 2021 04:00 UT 51.17 6.845 1851.3 387138 23.5328 -8.4653 96.427 -0.499 7.836 6.436 337.205 +11 Dec 2021 05:00 UT 51.60 6.887 1850.2 387372 23.5655 -8.2375 95.920 -0.501 7.828 6.415 337.194 +11 Dec 2021 06:00 UT 52.04 6.928 1849.1 387605 23.5983 -8.0093 95.413 -0.502 7.818 6.393 337.185 +11 Dec 2021 07:00 UT 52.47 6.970 1848.0 387836 23.6309 -7.7809 94.907 -0.503 7.808 6.371 337.178 +11 Dec 2021 08:00 UT 52.90 7.012 1846.9 388067 23.6635 -7.5521 94.400 -0.504 7.797 6.348 337.172 +11 Dec 2021 09:00 UT 53.32 7.053 1845.8 388297 23.6959 -7.3231 93.893 -0.505 7.786 6.324 337.169 +11 Dec 2021 10:00 UT 53.75 7.095 1844.7 388526 23.7284 -7.0938 93.387 -0.507 7.774 6.300 337.167 +11 Dec 2021 11:00 UT 54.18 7.137 1843.6 388753 23.7607 -6.8643 92.880 -0.508 7.761 6.276 337.167 +11 Dec 2021 12:00 UT 54.61 7.178 1842.6 388979 23.7930 -6.6345 92.373 -0.509 7.747 6.251 337.168 +11 Dec 2021 13:00 UT 55.03 7.220 1841.5 389204 23.8252 -6.4046 91.867 -0.510 7.733 6.225 337.172 +11 Dec 2021 14:00 UT 55.46 7.262 1840.5 389428 23.8573 -6.1745 91.360 -0.512 7.718 6.199 337.177 +11 Dec 2021 15:00 UT 55.88 7.303 1839.4 389651 23.8894 -5.9442 90.853 -0.513 7.703 6.173 337.184 +11 Dec 2021 16:00 UT 56.30 7.345 1838.4 389873 23.9214 -5.7137 90.347 -0.514 7.686 6.146 337.192 +11 Dec 2021 17:00 UT 56.72 7.387 1837.3 390093 23.9534 -5.4831 89.840 -0.515 7.670 6.118 337.202 +11 Dec 2021 18:00 UT 57.15 7.428 1836.3 390312 23.9853 -5.2524 89.333 -0.516 7.652 6.090 337.214 +11 Dec 2021 19:00 UT 57.56 7.470 1835.3 390530 0.0171 -5.0215 88.827 -0.518 7.634 6.061 337.228 +11 Dec 2021 20:00 UT 57.98 7.512 1834.2 390746 0.0489 -4.7906 88.320 -0.519 7.615 6.032 337.243 +11 Dec 2021 21:00 UT 58.40 7.553 1833.2 390961 0.0806 -4.5596 87.814 -0.520 7.596 6.003 337.260 +11 Dec 2021 22:00 UT 58.82 7.595 1832.2 391175 0.1123 -4.3285 87.307 -0.521 7.576 5.973 337.278 +11 Dec 2021 23:00 UT 59.23 7.637 1831.2 391388 0.1439 -4.0973 86.800 -0.523 7.555 5.943 337.299 +12 Dec 2021 00:00 UT 59.65 7.678 1830.2 391599 0.1755 -3.8662 86.294 -0.524 7.534 5.912 337.320 +12 Dec 2021 01:00 UT 60.06 7.720 1829.3 391809 0.2070 -3.6350 85.787 -0.525 7.512 5.880 337.344 +12 Dec 2021 02:00 UT 60.47 7.762 1828.3 392018 0.2385 -3.4038 85.281 -0.526 7.490 5.848 337.369 +12 Dec 2021 03:00 UT 60.88 7.803 1827.3 392225 0.2699 -3.1726 84.774 -0.527 7.467 5.816 337.395 +12 Dec 2021 04:00 UT 61.29 7.845 1826.4 392431 0.3013 -2.9414 84.268 -0.529 7.443 5.783 337.423 +12 Dec 2021 05:00 UT 61.70 7.887 1825.4 392635 0.3326 -2.7103 83.761 -0.530 7.419 5.750 337.453 +12 Dec 2021 06:00 UT 62.11 7.928 1824.5 392838 0.3639 -2.4792 83.255 -0.531 7.394 5.716 337.484 +12 Dec 2021 07:00 UT 62.51 7.970 1823.5 393040 0.3952 -2.2482 82.748 -0.532 7.369 5.682 337.517 +12 Dec 2021 08:00 UT 62.92 8.012 1822.6 393240 0.4264 -2.0172 82.242 -0.534 7.343 5.648 337.551 +12 Dec 2021 09:00 UT 63.32 8.053 1821.7 393439 0.4575 -1.7864 81.735 -0.535 7.316 5.613 337.587 +12 Dec 2021 10:00 UT 63.72 8.095 1820.8 393636 0.4887 -1.5556 81.229 -0.536 7.289 5.577 337.625 +12 Dec 2021 11:00 UT 64.12 8.137 1819.9 393832 0.5198 -1.3250 80.722 -0.537 7.262 5.541 337.663 +12 Dec 2021 12:00 UT 64.52 8.178 1819.0 394026 0.5508 -1.0945 80.216 -0.539 7.233 5.505 337.704 +12 Dec 2021 13:00 UT 64.92 8.220 1818.1 394219 0.5818 -0.8641 79.710 -0.540 7.205 5.469 337.746 +12 Dec 2021 14:00 UT 65.31 8.262 1817.2 394411 0.6128 -0.6339 79.203 -0.541 7.175 5.431 337.789 +12 Dec 2021 15:00 UT 65.71 8.303 1816.3 394601 0.6438 -0.4039 78.697 -0.542 7.145 5.394 337.834 +12 Dec 2021 16:00 UT 66.10 8.345 1815.5 394789 0.6747 -0.1741 78.190 -0.543 7.115 5.356 337.880 +12 Dec 2021 17:00 UT 66.49 8.387 1814.6 394976 0.7056 0.0556 77.684 -0.545 7.084 5.318 337.928 +12 Dec 2021 18:00 UT 66.88 8.428 1813.7 395162 0.7365 0.2850 77.178 -0.546 7.053 5.279 337.978 +12 Dec 2021 19:00 UT 67.27 8.470 1812.9 395346 0.7673 0.5143 76.671 -0.547 7.021 5.240 338.028 +12 Dec 2021 20:00 UT 67.66 8.512 1812.1 395528 0.7982 0.7432 76.165 -0.548 6.988 5.200 338.081 +12 Dec 2021 21:00 UT 68.04 8.553 1811.2 395709 0.8290 0.9720 75.659 -0.550 6.955 5.160 338.134 +12 Dec 2021 22:00 UT 68.43 8.595 1810.4 395888 0.8598 1.2005 75.152 -0.551 6.922 5.120 338.189 +12 Dec 2021 23:00 UT 68.81 8.637 1809.6 396066 0.8905 1.4287 74.646 -0.552 6.888 5.080 338.246 +13 Dec 2021 00:00 UT 69.19 8.678 1808.8 396243 0.9213 1.6566 74.140 -0.553 6.853 5.039 338.304 +13 Dec 2021 01:00 UT 69.57 8.720 1808.0 396417 0.9520 1.8843 73.634 -0.554 6.818 4.997 338.363 +13 Dec 2021 02:00 UT 69.94 8.762 1807.2 396590 0.9827 2.1116 73.127 -0.556 6.783 4.955 338.424 +13 Dec 2021 03:00 UT 70.32 8.803 1806.4 396762 1.0134 2.3386 72.621 -0.557 6.747 4.913 338.486 +13 Dec 2021 04:00 UT 70.69 8.845 1805.7 396932 1.0440 2.5653 72.115 -0.558 6.711 4.871 338.549 +13 Dec 2021 05:00 UT 71.07 8.887 1804.9 397101 1.0747 2.7916 71.608 -0.559 6.674 4.828 338.614 +13 Dec 2021 06:00 UT 71.44 8.928 1804.1 397268 1.1053 3.0176 71.102 -0.561 6.636 4.785 338.681 +13 Dec 2021 07:00 UT 71.80 8.970 1803.4 397433 1.1360 3.2432 70.596 -0.562 6.599 4.741 338.748 +13 Dec 2021 08:00 UT 72.17 9.012 1802.6 397597 1.1666 3.4684 70.090 -0.563 6.560 4.697 338.817 +13 Dec 2021 09:00 UT 72.54 9.053 1801.9 397759 1.1972 3.6932 69.584 -0.564 6.522 4.653 338.888 +13 Dec 2021 10:00 UT 72.90 9.095 1801.2 397919 1.2278 3.9177 69.077 -0.566 6.482 4.609 338.959 +13 Dec 2021 11:00 UT 73.26 9.137 1800.5 398078 1.2585 4.1417 68.571 -0.567 6.443 4.564 339.033 +13 Dec 2021 12:00 UT 73.62 9.178 1799.7 398236 1.2891 4.3653 68.065 -0.568 6.403 4.519 339.107 +13 Dec 2021 13:00 UT 73.98 9.220 1799.0 398392 1.3197 4.5884 67.559 -0.569 6.362 4.473 339.183 +13 Dec 2021 14:00 UT 74.33 9.262 1798.3 398546 1.3503 4.8111 67.053 -0.570 6.322 4.427 339.260 +13 Dec 2021 15:00 UT 74.69 9.303 1797.7 398699 1.3808 5.0334 66.546 -0.572 6.280 4.381 339.338 +13 Dec 2021 16:00 UT 75.04 9.345 1797.0 398850 1.4114 5.2551 66.040 -0.573 6.239 4.335 339.418 +13 Dec 2021 17:00 UT 75.39 9.387 1796.3 398999 1.4420 5.4764 65.534 -0.574 6.196 4.288 339.499 +13 Dec 2021 18:00 UT 75.74 9.428 1795.6 399147 1.4726 5.6972 65.028 -0.575 6.154 4.241 339.582 +13 Dec 2021 19:00 UT 76.08 9.470 1795.0 399293 1.5032 5.9174 64.522 -0.577 6.111 4.193 339.666 +13 Dec 2021 20:00 UT 76.43 9.512 1794.3 399438 1.5338 6.1372 64.016 -0.578 6.068 4.146 339.751 +13 Dec 2021 21:00 UT 76.77 9.553 1793.7 399581 1.5645 6.3564 63.510 -0.579 6.024 4.098 339.837 +13 Dec 2021 22:00 UT 77.11 9.595 1793.1 399722 1.5951 6.5751 63.004 -0.580 5.980 4.049 339.925 +13 Dec 2021 23:00 UT 77.45 9.637 1792.4 399862 1.6257 6.7932 62.498 -0.581 5.936 4.001 340.014 +14 Dec 2021 00:00 UT 77.78 9.678 1791.8 400000 1.6563 7.0107 61.992 -0.583 5.891 3.952 340.104 +14 Dec 2021 01:00 UT 78.12 9.720 1791.2 400137 1.6870 7.2277 61.485 -0.584 5.846 3.903 340.196 +14 Dec 2021 02:00 UT 78.45 9.762 1790.6 400272 1.7176 7.4440 60.979 -0.585 5.800 3.854 340.289 +14 Dec 2021 03:00 UT 78.78 9.803 1790.0 400405 1.7483 7.6598 60.473 -0.586 5.754 3.804 340.383 +14 Dec 2021 04:00 UT 79.11 9.845 1789.4 400537 1.7790 7.8750 59.967 -0.588 5.708 3.754 340.478 +14 Dec 2021 05:00 UT 79.43 9.887 1788.8 400667 1.8097 8.0895 59.461 -0.589 5.662 3.704 340.575 +14 Dec 2021 06:00 UT 79.76 9.928 1788.3 400796 1.8404 8.3034 58.955 -0.590 5.615 3.653 340.673 +14 Dec 2021 07:00 UT 80.08 9.970 1787.7 400923 1.8711 8.5166 58.449 -0.591 5.567 3.603 340.772 +14 Dec 2021 08:00 UT 80.40 10.012 1787.1 401048 1.9019 8.7292 57.943 -0.592 5.520 3.552 340.873 +14 Dec 2021 09:00 UT 80.72 10.053 1786.6 401172 1.9327 8.9411 57.437 -0.594 5.472 3.501 340.975 +14 Dec 2021 10:00 UT 81.03 10.095 1786.0 401294 1.9634 9.1524 56.931 -0.595 5.424 3.449 341.078 +14 Dec 2021 11:00 UT 81.34 10.137 1785.5 401415 1.9942 9.3629 56.425 -0.596 5.375 3.398 341.182 +14 Dec 2021 12:00 UT 81.66 10.178 1785.0 401534 2.0251 9.5727 55.919 -0.597 5.327 3.346 341.288 +14 Dec 2021 13:00 UT 81.96 10.220 1784.4 401652 2.0559 9.7818 55.413 -0.599 5.277 3.294 341.395 +14 Dec 2021 14:00 UT 82.27 10.262 1783.9 401767 2.0868 9.9902 54.907 -0.600 5.228 3.241 341.503 +14 Dec 2021 15:00 UT 82.57 10.303 1783.4 401882 2.1177 10.1978 54.401 -0.601 5.178 3.189 341.612 +14 Dec 2021 16:00 UT 82.88 10.345 1782.9 401994 2.1486 10.4047 53.896 -0.602 5.128 3.136 341.723 +14 Dec 2021 17:00 UT 83.18 10.387 1782.4 402106 2.1796 10.6108 53.390 -0.603 5.078 3.083 341.835 +14 Dec 2021 18:00 UT 83.47 10.428 1781.9 402215 2.2106 10.8162 52.884 -0.605 5.027 3.030 341.948 +14 Dec 2021 19:00 UT 83.77 10.470 1781.5 402323 2.2416 11.0207 52.378 -0.606 4.977 2.977 342.062 +14 Dec 2021 20:00 UT 84.06 10.512 1781.0 402430 2.2726 11.2245 51.872 -0.607 4.925 2.923 342.178 +14 Dec 2021 21:00 UT 84.35 10.553 1780.5 402535 2.3037 11.4274 51.366 -0.608 4.874 2.869 342.294 +14 Dec 2021 22:00 UT 84.64 10.595 1780.1 402638 2.3348 11.6295 50.860 -0.609 4.822 2.815 342.412 +14 Dec 2021 23:00 UT 84.93 10.637 1779.6 402740 2.3659 11.8308 50.354 -0.611 4.771 2.761 342.532 +15 Dec 2021 00:00 UT 85.21 10.678 1779.2 402840 2.3971 12.0312 49.848 -0.612 4.718 2.707 342.652 +15 Dec 2021 01:00 UT 85.49 10.720 1778.7 402939 2.4282 12.2308 49.342 -0.613 4.666 2.652 342.774 +15 Dec 2021 02:00 UT 85.77 10.762 1778.3 403036 2.4595 12.4294 48.837 -0.614 4.613 2.598 342.897 +15 Dec 2021 03:00 UT 86.04 10.803 1777.9 403131 2.4907 12.6272 48.331 -0.616 4.561 2.543 343.021 +15 Dec 2021 04:00 UT 86.32 10.845 1777.5 403225 2.5221 12.8242 47.825 -0.617 4.507 2.488 343.146 +15 Dec 2021 05:00 UT 86.59 10.887 1777.1 403318 2.5534 13.0201 47.319 -0.618 4.454 2.433 343.273 +15 Dec 2021 06:00 UT 86.86 10.928 1776.7 403409 2.5848 13.2152 46.813 -0.619 4.401 2.377 343.400 +15 Dec 2021 07:00 UT 87.13 10.970 1776.3 403499 2.6162 13.4094 46.307 -0.620 4.347 2.322 343.529 +15 Dec 2021 08:00 UT 87.39 11.012 1775.9 403587 2.6476 13.6026 45.802 -0.622 4.293 2.266 343.659 +15 Dec 2021 09:00 UT 87.65 11.053 1775.5 403673 2.6791 13.7948 45.296 -0.623 4.239 2.210 343.791 +15 Dec 2021 10:00 UT 87.91 11.095 1775.1 403758 2.7107 13.9861 44.790 -0.624 4.184 2.154 343.923 +15 Dec 2021 11:00 UT 88.17 11.137 1774.8 403842 2.7423 14.1764 44.284 -0.625 4.130 2.098 344.057 +15 Dec 2021 12:00 UT 88.42 11.178 1774.4 403924 2.7739 14.3657 43.778 -0.626 4.075 2.042 344.192 +15 Dec 2021 13:00 UT 88.67 11.220 1774.1 404004 2.8056 14.5539 43.273 -0.628 4.020 1.986 344.328 +15 Dec 2021 14:00 UT 88.92 11.262 1773.7 404083 2.8373 14.7412 42.767 -0.629 3.965 1.929 344.465 +15 Dec 2021 15:00 UT 89.17 11.303 1773.4 404161 2.8690 14.9275 42.261 -0.630 3.910 1.873 344.604 +15 Dec 2021 16:00 UT 89.41 11.345 1773.0 404237 2.9008 15.1126 41.755 -0.631 3.854 1.816 344.743 +15 Dec 2021 17:00 UT 89.66 11.387 1772.7 404311 2.9327 15.2968 41.250 -0.632 3.798 1.759 344.884 +15 Dec 2021 18:00 UT 89.89 11.428 1772.4 404385 2.9646 15.4799 40.744 -0.634 3.743 1.702 345.026 +15 Dec 2021 19:00 UT 90.13 11.470 1772.1 404456 2.9965 15.6618 40.238 -0.635 3.687 1.645 345.169 +15 Dec 2021 20:00 UT 90.37 11.512 1771.8 404526 3.0285 15.8427 39.732 -0.636 3.630 1.588 345.313 +15 Dec 2021 21:00 UT 90.60 11.553 1771.5 404595 3.0606 16.0225 39.227 -0.637 3.574 1.530 345.459 +15 Dec 2021 22:00 UT 90.83 11.595 1771.2 404663 3.0927 16.2012 38.721 -0.638 3.518 1.473 345.606 +15 Dec 2021 23:00 UT 91.05 11.637 1770.9 404729 3.1248 16.3787 38.215 -0.640 3.461 1.416 345.753 +16 Dec 2021 00:00 UT 91.27 11.678 1770.6 404793 3.1570 16.5551 37.709 -0.641 3.404 1.358 345.902 +16 Dec 2021 01:00 UT 91.50 11.720 1770.3 404856 3.1892 16.7304 37.204 -0.642 3.347 1.300 346.052 +16 Dec 2021 02:00 UT 91.71 11.762 1770.0 404918 3.2215 16.9044 36.698 -0.643 3.290 1.243 346.203 +16 Dec 2021 03:00 UT 91.93 11.803 1769.8 404978 3.2539 17.0773 36.192 -0.644 3.233 1.185 346.356 +16 Dec 2021 04:00 UT 92.14 11.845 1769.5 405037 3.2863 17.2490 35.687 -0.646 3.176 1.127 346.509 +16 Dec 2021 05:00 UT 92.35 11.887 1769.3 405094 3.3187 17.4195 35.181 -0.647 3.119 1.069 346.664 +16 Dec 2021 06:00 UT 92.56 11.928 1769.0 405150 3.3512 17.5888 34.675 -0.648 3.061 1.011 346.820 +16 Dec 2021 07:00 UT 92.77 11.970 1768.8 405205 3.3838 17.7568 34.170 -0.649 3.003 0.953 346.976 +16 Dec 2021 08:00 UT 92.97 12.012 1768.6 405258 3.4164 17.9236 33.664 -0.650 2.946 0.895 347.134 +16 Dec 2021 09:00 UT 93.17 12.053 1768.3 405310 3.4491 18.0891 33.158 -0.652 2.888 0.836 347.293 +16 Dec 2021 10:00 UT 93.36 12.095 1768.1 405361 3.4818 18.2534 32.653 -0.653 2.830 0.778 347.454 +16 Dec 2021 11:00 UT 93.56 12.137 1767.9 405410 3.5146 18.4164 32.147 -0.654 2.772 0.720 347.615 +16 Dec 2021 12:00 UT 93.75 12.178 1767.7 405458 3.5475 18.5781 31.641 -0.655 2.714 0.662 347.777 +16 Dec 2021 13:00 UT 93.94 12.220 1767.5 405504 3.5804 18.7384 31.136 -0.656 2.656 0.603 347.940 +16 Dec 2021 14:00 UT 94.12 12.262 1767.3 405550 3.6133 18.8975 30.630 -0.657 2.597 0.545 348.105 +16 Dec 2021 15:00 UT 94.31 12.303 1767.1 405593 3.6463 19.0552 30.124 -0.659 2.539 0.486 348.271 +16 Dec 2021 16:00 UT 94.49 12.345 1766.9 405636 3.6794 19.2116 29.619 -0.660 2.481 0.428 348.437 +16 Dec 2021 17:00 UT 94.66 12.387 1766.7 405677 3.7126 19.3666 29.113 -0.661 2.422 0.369 348.605 +16 Dec 2021 18:00 UT 94.84 12.428 1766.6 405717 3.7457 19.5202 28.608 -0.662 2.364 0.311 348.774 +16 Dec 2021 19:00 UT 95.01 12.470 1766.4 405755 3.7790 19.6725 28.102 -0.663 2.305 0.252 348.943 +16 Dec 2021 20:00 UT 95.18 12.512 1766.2 405792 3.8123 19.8233 27.596 -0.665 2.246 0.194 349.114 +16 Dec 2021 21:00 UT 95.35 12.553 1766.1 405828 3.8457 19.9728 27.091 -0.666 2.187 0.135 349.286 +16 Dec 2021 22:00 UT 95.51 12.595 1765.9 405863 3.8791 20.1208 26.585 -0.667 2.129 0.077 349.459 +16 Dec 2021 23:00 UT 95.67 12.637 1765.8 405896 3.9126 20.2673 26.080 -0.668 2.070 0.018 349.633 +17 Dec 2021 00:00 UT 95.83 12.678 1765.6 405928 3.9461 20.4125 25.574 -0.669 2.011 -0.040 349.808 +17 Dec 2021 01:00 UT 95.98 12.720 1765.5 405959 3.9797 20.5561 25.068 -0.670 1.952 -0.099 349.984 +17 Dec 2021 02:00 UT 96.14 12.762 1765.4 405988 4.0134 20.6983 24.563 -0.672 1.893 -0.157 350.161 +17 Dec 2021 03:00 UT 96.28 12.803 1765.3 406017 4.0471 20.8390 24.057 -0.673 1.834 -0.216 350.339 +17 Dec 2021 04:00 UT 96.43 12.845 1765.1 406044 4.0809 20.9782 23.552 -0.674 1.775 -0.274 350.518 +17 Dec 2021 05:00 UT 96.57 12.887 1765.0 406069 4.1148 21.1159 23.046 -0.675 1.716 -0.333 350.697 +17 Dec 2021 06:00 UT 96.71 12.928 1764.9 406094 4.1487 21.2521 22.541 -0.676 1.657 -0.391 350.878 +17 Dec 2021 07:00 UT 96.85 12.970 1764.8 406117 4.1827 21.3867 22.035 -0.677 1.597 -0.449 351.060 +17 Dec 2021 08:00 UT 96.99 13.012 1764.7 406139 4.2167 21.5197 21.529 -0.679 1.538 -0.508 351.243 +17 Dec 2021 09:00 UT 97.12 13.053 1764.6 406160 4.2508 21.6512 21.024 -0.680 1.479 -0.566 351.426 +17 Dec 2021 10:00 UT 97.25 13.095 1764.6 406179 4.2849 21.7812 20.518 -0.681 1.420 -0.624 351.611 +17 Dec 2021 11:00 UT 97.37 13.137 1764.5 406197 4.3191 21.9095 20.013 -0.682 1.361 -0.682 351.797 +17 Dec 2021 12:00 UT 97.50 13.178 1764.4 406214 4.3534 22.0362 19.507 -0.683 1.302 -0.740 351.983 +17 Dec 2021 13:00 UT 97.62 13.220 1764.3 406230 4.3878 22.1614 19.002 -0.684 1.242 -0.799 352.170 +17 Dec 2021 14:00 UT 97.73 13.262 1764.3 406245 4.4221 22.2849 18.496 -0.685 1.183 -0.857 352.358 +17 Dec 2021 15:00 UT 97.85 13.303 1764.2 406258 4.4566 22.4067 17.991 -0.687 1.124 -0.914 352.547 +17 Dec 2021 16:00 UT 97.96 13.345 1764.2 406271 4.4911 22.5269 17.485 -0.688 1.065 -0.972 352.737 +17 Dec 2021 17:00 UT 98.07 13.387 1764.1 406282 4.5257 22.6455 16.980 -0.689 1.006 -1.030 352.928 +17 Dec 2021 18:00 UT 98.17 13.428 1764.1 406292 4.5603 22.7624 16.474 -0.690 0.947 -1.088 353.120 +17 Dec 2021 19:00 UT 98.28 13.470 1764.0 406300 4.5950 22.8775 15.969 -0.691 0.887 -1.145 353.312 +17 Dec 2021 20:00 UT 98.38 13.512 1764.0 406308 4.6298 22.9910 15.463 -0.692 0.828 -1.203 353.505 +17 Dec 2021 21:00 UT 98.47 13.553 1764.0 406314 4.6646 23.1028 14.958 -0.693 0.769 -1.261 353.699 +17 Dec 2021 22:00 UT 98.57 13.595 1763.9 406319 4.6994 23.2129 14.452 -0.695 0.710 -1.318 353.894 +17 Dec 2021 23:00 UT 98.66 13.637 1763.9 406323 4.7343 23.3212 13.947 -0.696 0.651 -1.375 354.089 +18 Dec 2021 00:00 UT 98.74 13.678 1763.9 406326 4.7693 23.4278 13.441 -0.697 0.592 -1.432 354.286 +18 Dec 2021 01:00 UT 98.83 13.720 1763.9 406328 4.8044 23.5326 12.936 -0.698 0.533 -1.489 354.483 +18 Dec 2021 02:00 UT 98.91 13.762 1763.9 406328 4.8395 23.6356 12.430 -0.699 0.474 -1.546 354.680 +18 Dec 2021 03:00 UT 98.99 13.803 1763.9 406328 4.8746 23.7369 11.925 -0.700 0.416 -1.603 354.879 +18 Dec 2021 04:00 UT 99.06 13.845 1763.9 406326 4.9098 23.8364 11.419 -0.701 0.357 -1.660 355.078 +18 Dec 2021 05:00 UT 99.14 13.887 1763.9 406323 4.9451 23.9341 10.914 -0.703 0.298 -1.716 355.278 +18 Dec 2021 06:00 UT 99.21 13.928 1763.9 406319 4.9804 24.0299 10.408 -0.704 0.239 -1.773 355.478 +18 Dec 2021 07:00 UT 99.27 13.970 1764.0 406314 5.0158 24.1240 9.903 -0.705 0.181 -1.829 355.679 +18 Dec 2021 08:00 UT 99.34 14.012 1764.0 406308 5.0512 24.2162 9.397 -0.706 0.122 -1.886 355.881 +18 Dec 2021 09:00 UT 99.40 14.053 1764.0 406300 5.0867 24.3066 8.892 -0.707 0.064 -1.942 356.084 +18 Dec 2021 10:00 UT 99.45 14.095 1764.1 406292 5.1222 24.3951 8.386 -0.708 0.005 -1.998 356.287 +18 Dec 2021 11:00 UT 99.51 14.137 1764.1 406282 5.1578 24.4817 7.881 -0.709 -0.053 -2.053 356.490 +18 Dec 2021 12:00 UT 99.56 14.178 1764.2 406272 5.1934 24.5665 7.375 -0.710 -0.112 -2.109 356.694 +18 Dec 2021 13:00 UT 99.61 14.220 1764.2 406260 5.2291 24.6494 6.870 -0.711 -0.170 -2.164 356.899 +18 Dec 2021 14:00 UT 99.65 14.262 1764.3 406247 5.2648 24.7304 6.364 -0.713 -0.228 -2.220 357.104 +18 Dec 2021 15:00 UT 99.69 14.303 1764.3 406233 5.3006 24.8095 5.859 -0.714 -0.286 -2.275 357.310 +18 Dec 2021 16:00 UT 99.73 14.345 1764.4 406218 5.3364 24.8867 5.353 -0.715 -0.344 -2.330 357.516 +18 Dec 2021 17:00 UT 99.77 14.387 1764.5 406201 5.3723 24.9619 4.848 -0.716 -0.402 -2.385 357.723 +18 Dec 2021 18:00 UT 99.80 14.428 1764.5 406184 5.4082 25.0353 4.342 -0.717 -0.460 -2.439 357.930 +18 Dec 2021 19:00 UT 99.83 14.470 1764.6 406166 5.4442 25.1066 3.837 -0.718 -0.518 -2.494 358.138 +18 Dec 2021 20:00 UT 99.86 14.512 1764.7 406146 5.4802 25.1761 3.332 -0.719 -0.575 -2.548 358.346 +18 Dec 2021 21:00 UT 99.88 14.553 1764.8 406126 5.5163 25.2435 2.826 -0.720 -0.633 -2.602 358.554 +18 Dec 2021 22:00 UT 99.90 14.595 1764.9 406104 5.5524 25.3091 2.321 -0.721 -0.690 -2.656 358.763 +18 Dec 2021 23:00 UT 99.92 14.637 1765.0 406081 5.5885 25.3726 1.815 -0.722 -0.748 -2.710 358.972 +19 Dec 2021 00:00 UT 99.93 14.678 1765.1 406058 5.6247 25.4341 1.310 -0.723 -0.805 -2.764 359.181 +19 Dec 2021 01:00 UT 99.95 14.720 1765.2 406033 5.6609 25.4937 0.804 -0.725 -0.862 -2.817 359.391 +19 Dec 2021 02:00 UT 99.95 14.762 1765.3 406007 5.6972 25.5512 0.299 -0.726 -0.919 -2.870 359.601 +19 Dec 2021 03:00 UT 99.96 14.803 1765.4 405980 5.7335 25.6068 -0.207 -0.727 -0.976 -2.923 359.812 +19 Dec 2021 04:00 UT 99.96 14.845 1765.5 405952 5.7699 25.6603 -0.712 -0.728 -1.033 -2.976 0.022 +19 Dec 2021 05:00 UT 99.96 14.887 1765.7 405923 5.8062 25.7118 -1.218 -0.729 -1.090 -3.028 0.233 +19 Dec 2021 06:00 UT 99.96 14.928 1765.8 405893 5.8427 25.7612 -1.723 -0.730 -1.146 -3.080 0.444 +19 Dec 2021 07:00 UT 99.95 14.970 1765.9 405861 5.8791 25.8087 -2.229 -0.731 -1.203 -3.132 0.656 +19 Dec 2021 08:00 UT 99.94 15.012 1766.1 405829 5.9156 25.8541 -2.734 -0.732 -1.259 -3.184 0.867 +19 Dec 2021 09:00 UT 99.92 15.053 1766.2 405796 5.9521 25.8974 -3.239 -0.733 -1.315 -3.236 1.079 +19 Dec 2021 10:00 UT 99.91 15.095 1766.4 405761 5.9887 25.9387 -3.745 -0.734 -1.371 -3.287 1.290 +19 Dec 2021 11:00 UT 99.89 15.137 1766.5 405726 6.0253 25.9779 -4.250 -0.735 -1.427 -3.338 1.502 +19 Dec 2021 12:00 UT 99.87 15.178 1766.7 405689 6.0619 26.0150 -4.756 -0.736 -1.483 -3.389 1.714 +19 Dec 2021 13:00 UT 99.84 15.220 1766.8 405652 6.0985 26.0501 -5.261 -0.737 -1.539 -3.440 1.926 +19 Dec 2021 14:00 UT 99.81 15.262 1767.0 405613 6.1352 26.0831 -5.767 -0.738 -1.594 -3.490 2.138 +19 Dec 2021 15:00 UT 99.78 15.303 1767.2 405574 6.1719 26.1140 -6.272 -0.740 -1.650 -3.540 2.350 +19 Dec 2021 16:00 UT 99.74 15.345 1767.4 405533 6.2086 26.1428 -6.778 -0.741 -1.705 -3.590 2.562 +19 Dec 2021 17:00 UT 99.70 15.387 1767.5 405491 6.2454 26.1696 -7.283 -0.742 -1.760 -3.640 2.774 +19 Dec 2021 18:00 UT 99.66 15.428 1767.7 405449 6.2821 26.1942 -7.789 -0.743 -1.815 -3.689 2.986 +19 Dec 2021 19:00 UT 99.62 15.470 1767.9 405405 6.3189 26.2167 -8.294 -0.744 -1.870 -3.738 3.198 +19 Dec 2021 20:00 UT 99.57 15.512 1768.1 405360 6.3557 26.2371 -8.799 -0.745 -1.925 -3.787 3.409 +19 Dec 2021 21:00 UT 99.52 15.553 1768.3 405314 6.3926 26.2554 -9.305 -0.746 -1.979 -3.836 3.621 +19 Dec 2021 22:00 UT 99.47 15.595 1768.5 405267 6.4294 26.2716 -9.810 -0.747 -2.034 -3.884 3.832 +19 Dec 2021 23:00 UT 99.41 15.637 1768.7 405219 6.4663 26.2857 -10.316 -0.748 -2.088 -3.932 4.043 +20 Dec 2021 00:00 UT 99.35 15.678 1768.9 405170 6.5032 26.2976 -10.821 -0.749 -2.142 -3.980 4.254 +20 Dec 2021 01:00 UT 99.29 15.720 1769.2 405120 6.5401 26.3075 -11.327 -0.750 -2.196 -4.027 4.465 +20 Dec 2021 02:00 UT 99.22 15.762 1769.4 405069 6.5770 26.3152 -11.832 -0.751 -2.249 -4.074 4.676 +20 Dec 2021 03:00 UT 99.15 15.803 1769.6 405017 6.6139 26.3207 -12.338 -0.752 -2.303 -4.121 4.886 +20 Dec 2021 04:00 UT 99.08 15.845 1769.9 404963 6.6509 26.3242 -12.843 -0.753 -2.356 -4.168 5.096 +20 Dec 2021 05:00 UT 99.00 15.887 1770.1 404909 6.6878 26.3255 -13.349 -0.754 -2.409 -4.214 5.306 +20 Dec 2021 06:00 UT 98.92 15.928 1770.3 404854 6.7248 26.3247 -13.854 -0.755 -2.463 -4.260 5.515 +20 Dec 2021 07:00 UT 98.84 15.970 1770.6 404797 6.7617 26.3217 -14.360 -0.756 -2.515 -4.305 5.724 +20 Dec 2021 08:00 UT 98.76 16.012 1770.8 404740 6.7987 26.3166 -14.865 -0.757 -2.568 -4.351 5.932 +20 Dec 2021 09:00 UT 98.67 16.053 1771.1 404682 6.8357 26.3093 -15.371 -0.758 -2.621 -4.396 6.140 +20 Dec 2021 10:00 UT 98.58 16.095 1771.3 404622 6.8726 26.3000 -15.876 -0.759 -2.673 -4.440 6.348 +20 Dec 2021 11:00 UT 98.49 16.137 1771.6 404562 6.9096 26.2884 -16.382 -0.760 -2.725 -4.485 6.555 +20 Dec 2021 12:00 UT 98.39 16.178 1771.9 404500 6.9466 26.2748 -16.887 -0.761 -2.777 -4.529 6.762 +20 Dec 2021 13:00 UT 98.29 16.220 1772.2 404437 6.9836 26.2590 -17.392 -0.762 -2.829 -4.572 6.968 +20 Dec 2021 14:00 UT 98.18 16.262 1772.4 404374 7.0206 26.2410 -17.898 -0.763 -2.880 -4.616 7.174 +20 Dec 2021 15:00 UT 98.08 16.303 1772.7 404309 7.0575 26.2210 -18.403 -0.764 -2.932 -4.659 7.379 +20 Dec 2021 16:00 UT 97.97 16.345 1773.0 404243 7.0945 26.1987 -18.909 -0.765 -2.983 -4.701 7.583 +20 Dec 2021 17:00 UT 97.86 16.387 1773.3 404176 7.1315 26.1744 -19.414 -0.766 -3.034 -4.743 7.787 +20 Dec 2021 18:00 UT 97.74 16.428 1773.6 404108 7.1685 26.1479 -19.920 -0.767 -3.084 -4.785 7.990 +20 Dec 2021 19:00 UT 97.62 16.470 1773.9 404039 7.2054 26.1193 -20.425 -0.768 -3.135 -4.827 8.193 +20 Dec 2021 20:00 UT 97.50 16.512 1774.2 403969 7.2424 26.0885 -20.931 -0.769 -3.185 -4.868 8.394 +20 Dec 2021 21:00 UT 97.38 16.553 1774.5 403898 7.2793 26.0556 -21.436 -0.770 -3.235 -4.909 8.596 +20 Dec 2021 22:00 UT 97.25 16.595 1774.8 403826 7.3162 26.0206 -21.942 -0.771 -3.285 -4.950 8.796 +20 Dec 2021 23:00 UT 97.12 16.637 1775.2 403753 7.3532 25.9835 -22.447 -0.772 -3.335 -4.990 8.996 +21 Dec 2021 00:00 UT 96.99 16.678 1775.5 403679 7.3901 25.9442 -22.953 -0.773 -3.385 -5.030 9.194 +21 Dec 2021 01:00 UT 96.85 16.720 1775.8 403603 7.4270 25.9029 -23.458 -0.774 -3.434 -5.069 9.392 +21 Dec 2021 02:00 UT 96.71 16.762 1776.1 403527 7.4638 25.8594 -23.964 -0.775 -3.483 -5.108 9.590 +21 Dec 2021 03:00 UT 96.57 16.803 1776.5 403450 7.5007 25.8138 -24.469 -0.776 -3.532 -5.147 9.786 +21 Dec 2021 04:00 UT 96.42 16.845 1776.8 403371 7.5375 25.7660 -24.975 -0.777 -3.580 -5.185 9.982 +21 Dec 2021 05:00 UT 96.27 16.887 1777.2 403291 7.5744 25.7162 -25.481 -0.778 -3.629 -5.223 10.176 +21 Dec 2021 06:00 UT 96.12 16.928 1777.5 403211 7.6112 25.6643 -25.986 -0.779 -3.677 -5.260 10.370 +21 Dec 2021 07:00 UT 95.97 16.970 1777.9 403129 7.6480 25.6103 -26.492 -0.780 -3.725 -5.298 10.563 +21 Dec 2021 08:00 UT 95.81 17.012 1778.3 403046 7.6847 25.5541 -26.997 -0.781 -3.773 -5.334 10.754 +21 Dec 2021 09:00 UT 95.65 17.053 1778.6 402962 7.7215 25.4959 -27.503 -0.782 -3.820 -5.371 10.945 +21 Dec 2021 10:00 UT 95.48 17.095 1779.0 402877 7.7582 25.4357 -28.008 -0.782 -3.867 -5.406 11.135 +21 Dec 2021 11:00 UT 95.32 17.137 1779.4 402791 7.7949 25.3733 -28.514 -0.783 -3.914 -5.442 11.324 +21 Dec 2021 12:00 UT 95.15 17.178 1779.8 402704 7.8316 25.3089 -29.019 -0.784 -3.961 -5.477 11.511 +21 Dec 2021 13:00 UT 94.98 17.220 1780.2 402616 7.8682 25.2424 -29.525 -0.785 -4.008 -5.512 11.698 +21 Dec 2021 14:00 UT 94.80 17.262 1780.6 402526 7.9048 25.1738 -30.030 -0.786 -4.054 -5.546 11.884 +21 Dec 2021 15:00 UT 94.62 17.303 1781.0 402436 7.9414 25.1032 -30.536 -0.787 -4.100 -5.580 12.068 +21 Dec 2021 16:00 UT 94.44 17.345 1781.4 402344 7.9780 25.0305 -31.042 -0.788 -4.146 -5.613 12.252 +21 Dec 2021 17:00 UT 94.26 17.387 1781.8 402251 8.0145 24.9558 -31.547 -0.789 -4.191 -5.646 12.434 +21 Dec 2021 18:00 UT 94.07 17.428 1782.2 402158 8.0510 24.8791 -32.053 -0.790 -4.237 -5.679 12.615 +21 Dec 2021 19:00 UT 93.88 17.470 1782.6 402063 8.0875 24.8003 -32.558 -0.791 -4.282 -5.711 12.795 +21 Dec 2021 20:00 UT 93.69 17.512 1783.0 401967 8.1239 24.7195 -33.064 -0.792 -4.326 -5.743 12.973 +21 Dec 2021 21:00 UT 93.49 17.553 1783.5 401870 8.1603 24.6367 -33.569 -0.793 -4.371 -5.774 13.151 +21 Dec 2021 22:00 UT 93.29 17.595 1783.9 401771 8.1967 24.5519 -34.075 -0.794 -4.415 -5.805 13.327 +21 Dec 2021 23:00 UT 93.09 17.637 1784.4 401672 8.2330 24.4651 -34.581 -0.795 -4.459 -5.836 13.502 +22 Dec 2021 00:00 UT 92.89 17.678 1784.8 401571 8.2693 24.3762 -35.086 -0.796 -4.503 -5.866 13.676 +22 Dec 2021 01:00 UT 92.68 17.720 1785.3 401470 8.3055 24.2855 -35.592 -0.796 -4.546 -5.895 13.848 +22 Dec 2021 02:00 UT 92.47 17.762 1785.7 401367 8.3418 24.1927 -36.097 -0.797 -4.590 -5.924 14.019 +22 Dec 2021 03:00 UT 92.26 17.803 1786.2 401263 8.3780 24.0979 -36.603 -0.798 -4.632 -5.953 14.189 +22 Dec 2021 04:00 UT 92.04 17.845 1786.6 401158 8.4141 24.0012 -37.109 -0.799 -4.675 -5.981 14.357 +22 Dec 2021 05:00 UT 91.82 17.887 1787.1 401052 8.4502 23.9026 -37.614 -0.800 -4.717 -6.009 14.524 +22 Dec 2021 06:00 UT 91.60 17.928 1787.6 400945 8.4863 23.8020 -38.120 -0.801 -4.760 -6.036 14.690 +22 Dec 2021 07:00 UT 91.37 17.970 1788.1 400837 8.5223 23.6995 -38.626 -0.802 -4.801 -6.063 14.854 +22 Dec 2021 08:00 UT 91.15 18.012 1788.6 400727 8.5583 23.5950 -39.131 -0.803 -4.843 -6.090 15.017 +22 Dec 2021 09:00 UT 90.92 18.053 1789.1 400616 8.5942 23.4887 -39.637 -0.804 -4.884 -6.115 15.179 +22 Dec 2021 10:00 UT 90.69 18.095 1789.6 400505 8.6301 23.3804 -40.143 -0.805 -4.925 -6.141 15.339 +22 Dec 2021 11:00 UT 90.45 18.137 1790.1 400392 8.6660 23.2702 -40.648 -0.805 -4.966 -6.166 15.497 +22 Dec 2021 12:00 UT 90.21 18.178 1790.6 400277 8.7018 23.1582 -41.154 -0.806 -5.006 -6.190 15.654 +22 Dec 2021 13:00 UT 89.97 18.220 1791.1 400162 8.7376 23.0443 -41.659 -0.807 -5.046 -6.214 15.810 +22 Dec 2021 14:00 UT 89.73 18.262 1791.6 400046 8.7733 22.9285 -42.165 -0.808 -5.086 -6.238 15.964 +22 Dec 2021 15:00 UT 89.48 18.303 1792.1 399928 8.8090 22.8108 -42.671 -0.809 -5.125 -6.261 16.117 +22 Dec 2021 16:00 UT 89.23 18.345 1792.7 399809 8.8447 22.6913 -43.177 -0.810 -5.165 -6.284 16.268 +22 Dec 2021 17:00 UT 88.98 18.387 1793.2 399690 8.8803 22.5700 -43.682 -0.811 -5.204 -6.306 16.418 +22 Dec 2021 18:00 UT 88.72 18.428 1793.7 399568 8.9158 22.4468 -44.188 -0.812 -5.242 -6.327 16.566 +22 Dec 2021 19:00 UT 88.47 18.470 1794.3 399446 8.9513 22.3218 -44.694 -0.812 -5.280 -6.348 16.712 +22 Dec 2021 20:00 UT 88.21 18.512 1794.8 399323 8.9868 22.1950 -45.199 -0.813 -5.318 -6.369 16.857 +22 Dec 2021 21:00 UT 87.94 18.553 1795.4 399198 9.0222 22.0664 -45.705 -0.814 -5.356 -6.389 17.001 +22 Dec 2021 22:00 UT 87.68 18.595 1796.0 399073 9.0576 21.9360 -46.211 -0.815 -5.393 -6.409 17.143 +22 Dec 2021 23:00 UT 87.41 18.637 1796.5 398946 9.0929 21.8039 -46.717 -0.816 -5.430 -6.428 17.283 +23 Dec 2021 00:00 UT 87.14 18.678 1797.1 398818 9.1282 21.6700 -47.222 -0.817 -5.467 -6.446 17.422 +23 Dec 2021 01:00 UT 86.87 18.720 1797.7 398688 9.1634 21.5343 -47.728 -0.818 -5.503 -6.465 17.559 +23 Dec 2021 02:00 UT 86.59 18.762 1798.3 398558 9.1986 21.3969 -48.234 -0.818 -5.539 -6.482 17.694 +23 Dec 2021 03:00 UT 86.31 18.803 1798.9 398426 9.2338 21.2578 -48.739 -0.819 -5.575 -6.499 17.828 +23 Dec 2021 04:00 UT 86.03 18.845 1799.5 398294 9.2689 21.1169 -49.245 -0.820 -5.611 -6.516 17.960 +23 Dec 2021 05:00 UT 85.75 18.887 1800.1 398160 9.3039 20.9743 -49.751 -0.821 -5.646 -6.532 18.090 +23 Dec 2021 06:00 UT 85.46 18.928 1800.7 398024 9.3389 20.8301 -50.257 -0.822 -5.680 -6.548 18.219 +23 Dec 2021 07:00 UT 85.17 18.970 1801.3 397888 9.3739 20.6841 -50.763 -0.823 -5.715 -6.563 18.346 +23 Dec 2021 08:00 UT 84.88 19.012 1801.9 397751 9.4088 20.5365 -51.268 -0.824 -5.749 -6.577 18.472 +23 Dec 2021 09:00 UT 84.59 19.053 1802.6 397612 9.4436 20.3872 -51.774 -0.824 -5.783 -6.591 18.596 +23 Dec 2021 10:00 UT 84.29 19.095 1803.2 397472 9.4784 20.2363 -52.280 -0.825 -5.816 -6.605 18.718 +23 Dec 2021 11:00 UT 83.99 19.137 1803.8 397331 9.5132 20.0837 -52.786 -0.826 -5.849 -6.618 18.838 +23 Dec 2021 12:00 UT 83.69 19.178 1804.5 397189 9.5479 19.9295 -53.292 -0.827 -5.882 -6.630 18.957 +23 Dec 2021 13:00 UT 83.39 19.220 1805.1 397045 9.5826 19.7737 -53.797 -0.828 -5.914 -6.642 19.074 +23 Dec 2021 14:00 UT 83.08 19.262 1805.8 396900 9.6172 19.6163 -54.303 -0.829 -5.946 -6.653 19.189 +23 Dec 2021 15:00 UT 82.77 19.303 1806.5 396755 9.6518 19.4573 -54.809 -0.829 -5.978 -6.664 19.303 +23 Dec 2021 16:00 UT 82.46 19.345 1807.1 396608 9.6864 19.2967 -55.315 -0.830 -6.009 -6.674 19.415 +23 Dec 2021 17:00 UT 82.15 19.387 1807.8 396459 9.7208 19.1345 -55.821 -0.831 -6.040 -6.684 19.525 +23 Dec 2021 18:00 UT 81.83 19.428 1808.5 396310 9.7553 18.9708 -56.327 -0.832 -6.070 -6.693 19.633 +23 Dec 2021 19:00 UT 81.51 19.470 1809.2 396159 9.7897 18.8055 -56.832 -0.833 -6.100 -6.702 19.740 +23 Dec 2021 20:00 UT 81.19 19.512 1809.9 396008 9.8240 18.6387 -57.338 -0.834 -6.130 -6.710 19.845 +23 Dec 2021 21:00 UT 80.87 19.553 1810.6 395855 9.8584 18.4704 -57.844 -0.834 -6.160 -6.718 19.948 +23 Dec 2021 22:00 UT 80.54 19.595 1811.3 395700 9.8926 18.3006 -58.350 -0.835 -6.189 -6.725 20.049 +23 Dec 2021 23:00 UT 80.22 19.637 1812.0 395545 9.9268 18.1293 -58.856 -0.836 -6.217 -6.731 20.149 +24 Dec 2021 00:00 UT 79.88 19.678 1812.7 395389 9.9610 17.9565 -59.362 -0.837 -6.246 -6.737 20.246 +24 Dec 2021 01:00 UT 79.55 19.720 1813.4 395231 9.9952 17.7823 -59.868 -0.838 -6.274 -6.743 20.343 +24 Dec 2021 02:00 UT 79.22 19.762 1814.2 395072 10.0293 17.6066 -60.374 -0.838 -6.301 -6.748 20.437 +24 Dec 2021 03:00 UT 78.88 19.803 1814.9 394912 10.0633 17.4294 -60.880 -0.839 -6.328 -6.752 20.529 +24 Dec 2021 04:00 UT 78.54 19.845 1815.6 394751 10.0973 17.2508 -61.386 -0.840 -6.355 -6.756 20.620 +24 Dec 2021 05:00 UT 78.20 19.887 1816.4 394588 10.1313 17.0708 -61.892 -0.841 -6.381 -6.759 20.709 +24 Dec 2021 06:00 UT 77.86 19.928 1817.1 394425 10.1652 16.8894 -62.398 -0.842 -6.407 -6.761 20.796 +24 Dec 2021 07:00 UT 77.51 19.970 1817.9 394260 10.1991 16.7066 -62.904 -0.842 -6.433 -6.764 20.881 +24 Dec 2021 08:00 UT 77.16 20.012 1818.7 394094 10.2330 16.5224 -63.410 -0.843 -6.458 -6.765 20.965 +24 Dec 2021 09:00 UT 76.81 20.053 1819.4 393927 10.2668 16.3368 -63.915 -0.844 -6.483 -6.766 21.047 +24 Dec 2021 10:00 UT 76.46 20.095 1820.2 393759 10.3005 16.1499 -64.421 -0.845 -6.507 -6.766 21.127 +24 Dec 2021 11:00 UT 76.10 20.137 1821.0 393589 10.3343 15.9617 -64.927 -0.846 -6.531 -6.766 21.205 +24 Dec 2021 12:00 UT 75.75 20.178 1821.8 393418 10.3680 15.7721 -65.433 -0.846 -6.555 -6.765 21.281 +24 Dec 2021 13:00 UT 75.39 20.220 1822.6 393247 10.4016 15.5812 -65.939 -0.847 -6.578 -6.764 21.356 +24 Dec 2021 14:00 UT 75.03 20.262 1823.4 393074 10.4353 15.3890 -66.446 -0.848 -6.601 -6.762 21.429 +24 Dec 2021 15:00 UT 74.66 20.303 1824.2 392900 10.4689 15.1955 -66.952 -0.849 -6.623 -6.760 21.500 +24 Dec 2021 16:00 UT 74.30 20.345 1825.0 392725 10.5024 15.0007 -67.458 -0.850 -6.645 -6.757 21.569 +24 Dec 2021 17:00 UT 73.93 20.387 1825.8 392548 10.5359 14.8046 -67.964 -0.850 -6.666 -6.753 21.636 +24 Dec 2021 18:00 UT 73.56 20.428 1826.7 392371 10.5694 14.6073 -68.470 -0.851 -6.687 -6.749 21.702 +24 Dec 2021 19:00 UT 73.19 20.470 1827.5 392192 10.6029 14.4088 -68.976 -0.852 -6.708 -6.744 21.765 +24 Dec 2021 20:00 UT 72.82 20.512 1828.3 392012 10.6363 14.2090 -69.482 -0.853 -6.728 -6.739 21.827 +24 Dec 2021 21:00 UT 72.44 20.553 1829.2 391831 10.6697 14.0080 -69.988 -0.854 -6.748 -6.733 21.887 +24 Dec 2021 22:00 UT 72.06 20.595 1830.0 391649 10.7031 13.8058 -70.494 -0.854 -6.767 -6.727 21.946 +24 Dec 2021 23:00 UT 71.69 20.637 1830.9 391466 10.7364 13.6024 -71.000 -0.855 -6.786 -6.719 22.002 +25 Dec 2021 00:00 UT 71.30 20.678 1831.7 391282 10.7697 13.3979 -71.506 -0.856 -6.804 -6.712 22.057 +25 Dec 2021 01:00 UT 70.92 20.720 1832.6 391097 10.8030 13.1922 -72.012 -0.857 -6.822 -6.704 22.110 +25 Dec 2021 02:00 UT 70.54 20.762 1833.5 390911 10.8362 12.9853 -72.519 -0.857 -6.840 -6.695 22.161 +25 Dec 2021 03:00 UT 70.15 20.803 1834.4 390723 10.8694 12.7773 -73.025 -0.858 -6.857 -6.685 22.210 +25 Dec 2021 04:00 UT 69.76 20.845 1835.2 390535 10.9026 12.5682 -73.531 -0.859 -6.873 -6.675 22.257 +25 Dec 2021 05:00 UT 69.37 20.887 1836.1 390345 10.9358 12.3580 -74.037 -0.860 -6.889 -6.665 22.303 +25 Dec 2021 06:00 UT 68.98 20.928 1837.0 390154 10.9690 12.1466 -74.543 -0.861 -6.905 -6.654 22.347 +25 Dec 2021 07:00 UT 68.59 20.970 1837.9 389962 11.0021 11.9342 -75.049 -0.861 -6.920 -6.642 22.389 +25 Dec 2021 08:00 UT 68.19 21.012 1838.8 389770 11.0352 11.7207 -75.556 -0.862 -6.935 -6.630 22.429 +25 Dec 2021 09:00 UT 67.79 21.053 1839.8 389576 11.0683 11.5062 -76.062 -0.863 -6.949 -6.617 22.467 +25 Dec 2021 10:00 UT 67.39 21.095 1840.7 389381 11.1014 11.2906 -76.568 -0.864 -6.963 -6.603 22.504 +25 Dec 2021 11:00 UT 66.99 21.137 1841.6 389185 11.1344 11.0740 -77.074 -0.864 -6.976 -6.589 22.538 +25 Dec 2021 12:00 UT 66.59 21.178 1842.5 388988 11.1675 10.8564 -77.580 -0.865 -6.989 -6.575 22.571 +25 Dec 2021 13:00 UT 66.19 21.220 1843.5 388790 11.2005 10.6377 -78.087 -0.866 -7.001 -6.560 22.602 +25 Dec 2021 14:00 UT 65.78 21.262 1844.4 388591 11.2335 10.4181 -78.593 -0.867 -7.013 -6.544 22.631 +25 Dec 2021 15:00 UT 65.37 21.303 1845.4 388391 11.2665 10.1975 -79.099 -0.868 -7.024 -6.527 22.659 +25 Dec 2021 16:00 UT 64.96 21.345 1846.3 388191 11.2994 9.9760 -79.605 -0.868 -7.035 -6.510 22.684 +25 Dec 2021 17:00 UT 64.55 21.387 1847.3 387989 11.3324 9.7534 -80.112 -0.869 -7.046 -6.493 22.708 +25 Dec 2021 18:00 UT 64.14 21.428 1848.2 387786 11.3653 9.5300 -80.618 -0.870 -7.055 -6.475 22.730 +25 Dec 2021 19:00 UT 63.73 21.470 1849.2 387582 11.3983 9.3056 -81.124 -0.871 -7.065 -6.456 22.750 +25 Dec 2021 20:00 UT 63.31 21.512 1850.2 387377 11.4312 9.0804 -81.631 -0.871 -7.074 -6.437 22.769 +25 Dec 2021 21:00 UT 62.90 21.553 1851.2 387172 11.4641 8.8542 -82.137 -0.872 -7.082 -6.417 22.785 +25 Dec 2021 22:00 UT 62.48 21.595 1852.2 386965 11.4970 8.6271 -82.643 -0.873 -7.090 -6.396 22.800 +25 Dec 2021 23:00 UT 62.06 21.637 1853.2 386758 11.5299 8.3992 -83.150 -0.874 -7.097 -6.375 22.813 +26 Dec 2021 00:00 UT 61.64 21.678 1854.2 386550 11.5628 8.1705 -83.656 -0.874 -7.104 -6.353 22.824 +26 Dec 2021 01:00 UT 61.22 21.720 1855.2 386340 11.5957 7.9409 -84.162 -0.875 -7.110 -6.331 22.833 +26 Dec 2021 02:00 UT 60.79 21.762 1856.2 386130 11.6286 7.7104 -84.669 -0.876 -7.116 -6.308 22.841 +26 Dec 2021 03:00 UT 60.37 21.803 1857.2 385920 11.6615 7.4792 -85.175 -0.877 -7.121 -6.285 22.846 +26 Dec 2021 04:00 UT 59.94 21.845 1858.2 385708 11.6944 7.2472 -85.681 -0.878 -7.126 -6.261 22.850 +26 Dec 2021 05:00 UT 59.52 21.887 1859.2 385495 11.7273 7.0144 -86.188 -0.878 -7.130 -6.236 22.852 +26 Dec 2021 06:00 UT 59.09 21.928 1860.3 385282 11.7602 6.7808 -86.694 -0.879 -7.134 -6.211 22.853 +26 Dec 2021 07:00 UT 58.66 21.970 1861.3 385068 11.7931 6.5465 -87.201 -0.880 -7.137 -6.185 22.851 +26 Dec 2021 08:00 UT 58.23 22.012 1862.3 384853 11.8260 6.3114 -87.707 -0.881 -7.140 -6.159 22.848 +26 Dec 2021 09:00 UT 57.80 22.053 1863.4 384637 11.8590 6.0756 -88.214 -0.881 -7.142 -6.132 22.842 +26 Dec 2021 10:00 UT 57.36 22.095 1864.4 384421 11.8919 5.8391 -88.720 -0.882 -7.143 -6.104 22.835 +26 Dec 2021 11:00 UT 56.93 22.137 1865.5 384204 11.9248 5.6019 -89.227 -0.883 -7.144 -6.076 22.826 +26 Dec 2021 12:00 UT 56.49 22.178 1866.5 383986 11.9577 5.3641 -89.733 -0.884 -7.144 -6.047 22.816 +26 Dec 2021 13:00 UT 56.06 22.220 1867.6 383767 11.9907 5.1256 -90.240 -0.884 -7.144 -6.018 22.803 +26 Dec 2021 14:00 UT 55.62 22.262 1868.7 383548 12.0237 4.8864 -90.746 -0.885 -7.144 -5.988 22.789 +26 Dec 2021 15:00 UT 55.18 22.303 1869.7 383328 12.0566 4.6466 -91.253 -0.886 -7.142 -5.957 22.773 +26 Dec 2021 16:00 UT 54.74 22.345 1870.8 383107 12.0896 4.4061 -91.759 -0.887 -7.140 -5.926 22.755 +26 Dec 2021 17:00 UT 54.30 22.387 1871.9 382886 12.1226 4.1651 -92.266 -0.888 -7.138 -5.895 22.735 +26 Dec 2021 18:00 UT 53.86 22.428 1873.0 382664 12.1557 3.9235 -92.772 -0.888 -7.135 -5.862 22.714 +26 Dec 2021 19:00 UT 53.42 22.470 1874.1 382442 12.1887 3.6813 -93.279 -0.889 -7.131 -5.830 22.691 +26 Dec 2021 20:00 UT 52.98 22.512 1875.2 382219 12.2218 3.4386 -93.785 -0.890 -7.127 -5.796 22.665 +26 Dec 2021 21:00 UT 52.53 22.553 1876.3 381995 12.2549 3.1953 -94.292 -0.891 -7.123 -5.762 22.639 +26 Dec 2021 22:00 UT 52.09 22.595 1877.4 381771 12.2880 2.9515 -94.798 -0.891 -7.117 -5.728 22.610 +26 Dec 2021 23:00 UT 51.65 22.637 1878.5 381547 12.3211 2.7072 -95.305 -0.892 -7.112 -5.692 22.579 +27 Dec 2021 00:00 UT 51.20 22.678 1879.6 381322 12.3542 2.4624 -95.812 -0.893 -7.105 -5.657 22.547 +27 Dec 2021 01:00 UT 50.75 22.720 1880.7 381096 12.3874 2.2171 -96.318 -0.894 -7.098 -5.621 22.513 +27 Dec 2021 02:00 UT 50.31 22.762 1881.8 380870 12.4206 1.9714 -96.825 -0.894 -7.090 -5.584 22.476 +27 Dec 2021 03:00 UT 49.86 22.803 1882.9 380644 12.4539 1.7252 -97.332 -0.895 -7.082 -5.546 22.439 +27 Dec 2021 04:00 UT 49.41 22.845 1884.0 380417 12.4872 1.4786 -97.838 -0.896 -7.073 -5.508 22.399 +27 Dec 2021 05:00 UT 48.96 22.887 1885.2 380189 12.5205 1.2316 -98.345 -0.897 -7.064 -5.470 22.357 +27 Dec 2021 06:00 UT 48.51 22.928 1886.3 379962 12.5538 0.9843 -98.852 -0.898 -7.054 -5.431 22.314 +27 Dec 2021 07:00 UT 48.06 22.970 1887.4 379734 12.5872 0.7365 -99.358 -0.898 -7.043 -5.391 22.269 +27 Dec 2021 08:00 UT 47.61 23.012 1888.6 379505 12.6206 0.4884 -99.865 -0.899 -7.032 -5.351 22.222 +27 Dec 2021 09:00 UT 47.16 23.053 1889.7 379277 12.6540 0.2399 -100.372 -0.900 -7.020 -5.310 22.173 +27 Dec 2021 10:00 UT 46.71 23.095 1890.9 379048 12.6875 -0.0089 -100.878 -0.901 -7.008 -5.269 22.122 +27 Dec 2021 11:00 UT 46.26 23.137 1892.0 378819 12.7211 -0.2579 -101.385 -0.901 -6.995 -5.227 22.070 +27 Dec 2021 12:00 UT 45.81 23.178 1893.1 378589 12.7546 -0.5073 -101.892 -0.902 -6.981 -5.184 22.016 +27 Dec 2021 13:00 UT 45.36 23.220 1894.3 378360 12.7882 -0.7569 -102.399 -0.903 -6.967 -5.141 21.959 +27 Dec 2021 14:00 UT 44.91 23.262 1895.4 378130 12.8219 -1.0068 -102.905 -0.904 -6.952 -5.098 21.901 +27 Dec 2021 15:00 UT 44.45 23.303 1896.6 377900 12.8556 -1.2569 -103.412 -0.904 -6.937 -5.054 21.842 +27 Dec 2021 16:00 UT 44.00 23.345 1897.8 377670 12.8894 -1.5073 -103.919 -0.905 -6.921 -5.009 21.780 +27 Dec 2021 17:00 UT 43.55 23.387 1898.9 377439 12.9232 -1.7578 -104.426 -0.906 -6.904 -4.964 21.716 +27 Dec 2021 18:00 UT 43.10 23.428 1900.1 377209 12.9570 -2.0085 -104.933 -0.907 -6.887 -4.918 21.651 +27 Dec 2021 19:00 UT 42.64 23.470 1901.2 376979 12.9909 -2.2593 -105.439 -0.908 -6.869 -4.872 21.584 +27 Dec 2021 20:00 UT 42.19 23.512 1902.4 376748 13.0249 -2.5103 -105.946 -0.908 -6.850 -4.825 21.515 +27 Dec 2021 21:00 UT 41.74 23.553 1903.6 376518 13.0589 -2.7614 -106.453 -0.909 -6.831 -4.778 21.444 +27 Dec 2021 22:00 UT 41.29 23.595 1904.7 376288 13.0930 -3.0125 -106.960 -0.910 -6.811 -4.730 21.371 +27 Dec 2021 23:00 UT 40.83 23.637 1905.9 376057 13.1271 -3.2638 -107.467 -0.911 -6.790 -4.682 21.296 +28 Dec 2021 00:00 UT 40.38 23.678 1907.1 375827 13.1613 -3.5151 -107.974 -0.912 -6.769 -4.633 21.220 +28 Dec 2021 01:00 UT 39.93 23.720 1908.2 375597 13.1956 -3.7664 -108.481 -0.912 -6.747 -4.584 21.141 +28 Dec 2021 02:00 UT 39.48 23.762 1909.4 375367 13.2299 -4.0178 -108.988 -0.913 -6.725 -4.534 21.061 +28 Dec 2021 03:00 UT 39.03 23.803 1910.6 375137 13.2643 -4.2692 -109.494 -0.914 -6.702 -4.483 20.979 +28 Dec 2021 04:00 UT 38.58 23.845 1911.7 374907 13.2987 -4.5205 -110.001 -0.915 -6.678 -4.432 20.895 +28 Dec 2021 05:00 UT 38.12 23.887 1912.9 374678 13.3333 -4.7717 -110.508 -0.915 -6.654 -4.381 20.809 +28 Dec 2021 06:00 UT 37.67 23.928 1914.1 374448 13.3678 -5.0229 -111.015 -0.916 -6.629 -4.329 20.721 +28 Dec 2021 07:00 UT 37.22 23.970 1915.3 374219 13.4025 -5.2740 -111.522 -0.917 -6.603 -4.277 20.631 +28 Dec 2021 08:00 UT 36.77 24.012 1916.4 373991 13.4372 -5.5250 -112.029 -0.918 -6.577 -4.224 20.540 +28 Dec 2021 09:00 UT 36.33 24.053 1917.6 373762 13.4720 -5.7759 -112.536 -0.919 -6.550 -4.170 20.446 +28 Dec 2021 10:00 UT 35.88 24.095 1918.8 373534 13.5069 -6.0265 -113.043 -0.919 -6.522 -4.117 20.351 +28 Dec 2021 11:00 UT 35.43 24.137 1919.9 373307 13.5419 -6.2770 -113.550 -0.920 -6.494 -4.062 20.254 +28 Dec 2021 12:00 UT 34.98 24.178 1921.1 373080 13.5769 -6.5273 -114.057 -0.921 -6.465 -4.007 20.155 +28 Dec 2021 13:00 UT 34.54 24.220 1922.3 372853 13.6120 -6.7774 -114.564 -0.922 -6.436 -3.952 20.053 +28 Dec 2021 14:00 UT 34.09 24.262 1923.4 372627 13.6472 -7.0272 -115.071 -0.923 -6.405 -3.896 19.950 +28 Dec 2021 15:00 UT 33.65 24.303 1924.6 372401 13.6825 -7.2767 -115.578 -0.923 -6.374 -3.840 19.846 +28 Dec 2021 16:00 UT 33.20 24.345 1925.8 372176 13.7178 -7.5260 -116.085 -0.924 -6.343 -3.783 19.739 +28 Dec 2021 17:00 UT 32.76 24.387 1926.9 371951 13.7533 -7.7749 -116.593 -0.925 -6.311 -3.726 19.630 +28 Dec 2021 18:00 UT 32.32 24.428 1928.1 371727 13.7888 -8.0234 -117.100 -0.926 -6.278 -3.668 19.519 +28 Dec 2021 19:00 UT 31.88 24.470 1929.2 371504 13.8244 -8.2716 -117.607 -0.927 -6.244 -3.610 19.407 +28 Dec 2021 20:00 UT 31.44 24.512 1930.4 371281 13.8601 -8.5193 -118.114 -0.927 -6.210 -3.552 19.292 +28 Dec 2021 21:00 UT 31.00 24.553 1931.6 371059 13.8959 -8.7667 -118.621 -0.928 -6.175 -3.493 19.176 +28 Dec 2021 22:00 UT 30.56 24.595 1932.7 370838 13.9318 -9.0136 -119.128 -0.929 -6.140 -3.433 19.057 +28 Dec 2021 23:00 UT 30.12 24.637 1933.9 370618 13.9678 -9.2600 -119.635 -0.930 -6.104 -3.374 18.937 +29 Dec 2021 00:00 UT 29.69 24.678 1935.0 370398 14.0039 -9.5059 -120.142 -0.931 -6.067 -3.313 18.815 +29 Dec 2021 01:00 UT 29.25 24.720 1936.2 370179 14.0400 -9.7513 -120.650 -0.932 -6.030 -3.253 18.690 +29 Dec 2021 02:00 UT 28.82 24.762 1937.3 369961 14.0763 -9.9961 -121.157 -0.932 -5.992 -3.192 18.564 +29 Dec 2021 03:00 UT 28.39 24.803 1938.4 369744 14.1127 -10.2403 -121.664 -0.933 -5.953 -3.130 18.436 +29 Dec 2021 04:00 UT 27.96 24.845 1939.6 369528 14.1492 -10.4839 -122.171 -0.934 -5.913 -3.068 18.306 +29 Dec 2021 05:00 UT 27.53 24.887 1940.7 369313 14.1857 -10.7269 -122.678 -0.935 -5.873 -3.006 18.174 +29 Dec 2021 06:00 UT 27.10 24.928 1941.8 369099 14.2224 -10.9692 -123.186 -0.936 -5.833 -2.943 18.040 +29 Dec 2021 07:00 UT 26.68 24.970 1942.9 368886 14.2592 -11.2108 -123.693 -0.937 -5.791 -2.880 17.904 +29 Dec 2021 08:00 UT 26.25 25.012 1944.1 368674 14.2961 -11.4517 -124.200 -0.937 -5.749 -2.817 17.766 +29 Dec 2021 09:00 UT 25.83 25.053 1945.2 368463 14.3331 -11.6919 -124.707 -0.938 -5.706 -2.753 17.626 +29 Dec 2021 10:00 UT 25.41 25.095 1946.3 368253 14.3702 -11.9312 -125.215 -0.939 -5.663 -2.689 17.484 +29 Dec 2021 11:00 UT 24.99 25.137 1947.4 368044 14.4074 -12.1698 -125.722 -0.940 -5.619 -2.624 17.340 +29 Dec 2021 12:00 UT 24.57 25.178 1948.5 367837 14.4448 -12.4075 -126.229 -0.941 -5.574 -2.559 17.194 +29 Dec 2021 13:00 UT 24.16 25.220 1949.6 367631 14.4822 -12.6443 -126.736 -0.941 -5.529 -2.494 17.046 +29 Dec 2021 14:00 UT 23.74 25.262 1950.7 367426 14.5198 -12.8802 -127.244 -0.942 -5.483 -2.429 16.896 +29 Dec 2021 15:00 UT 23.33 25.303 1951.7 367222 14.5574 -13.1152 -127.751 -0.943 -5.437 -2.363 16.744 +29 Dec 2021 16:00 UT 22.92 25.345 1952.8 367020 14.5952 -13.3493 -128.258 -0.944 -5.389 -2.296 16.590 +29 Dec 2021 17:00 UT 22.51 25.387 1953.9 366819 14.6331 -13.5823 -128.766 -0.945 -5.341 -2.230 16.434 +29 Dec 2021 18:00 UT 22.11 25.428 1955.0 366620 14.6712 -13.8143 -129.273 -0.946 -5.293 -2.163 16.276 +29 Dec 2021 19:00 UT 21.71 25.470 1956.0 366422 14.7093 -14.0453 -129.781 -0.947 -5.244 -2.096 16.116 +29 Dec 2021 20:00 UT 21.31 25.512 1957.1 366225 14.7476 -14.2752 -130.288 -0.947 -5.194 -2.028 15.955 +29 Dec 2021 21:00 UT 20.91 25.553 1958.1 366030 14.7860 -14.5039 -130.795 -0.948 -5.143 -1.960 15.791 +29 Dec 2021 22:00 UT 20.51 25.595 1959.1 365837 14.8245 -14.7315 -131.303 -0.949 -5.092 -1.892 15.625 +29 Dec 2021 23:00 UT 20.12 25.637 1960.2 365645 14.8631 -14.9579 -131.810 -0.950 -5.041 -1.824 15.457 +30 Dec 2021 00:00 UT 19.72 25.678 1961.2 365455 14.9019 -15.1831 -132.317 -0.951 -4.988 -1.755 15.287 +30 Dec 2021 01:00 UT 19.33 25.720 1962.2 365266 14.9408 -15.4071 -132.825 -0.952 -4.935 -1.686 15.115 +30 Dec 2021 02:00 UT 18.95 25.762 1963.2 365080 14.9798 -15.6298 -133.332 -0.953 -4.882 -1.617 14.941 +30 Dec 2021 03:00 UT 18.56 25.803 1964.2 364894 15.0189 -15.8511 -133.840 -0.953 -4.828 -1.548 14.766 +30 Dec 2021 04:00 UT 18.18 25.845 1965.2 364711 15.0582 -16.0711 -134.347 -0.954 -4.773 -1.478 14.588 +30 Dec 2021 05:00 UT 17.80 25.887 1966.2 364530 15.0976 -16.2897 -134.855 -0.955 -4.717 -1.408 14.408 +30 Dec 2021 06:00 UT 17.43 25.928 1967.1 364350 15.1371 -16.5069 -135.362 -0.956 -4.661 -1.338 14.226 +30 Dec 2021 07:00 UT 17.05 25.970 1968.1 364172 15.1768 -16.7227 -135.870 -0.957 -4.605 -1.268 14.042 +30 Dec 2021 08:00 UT 16.68 26.012 1969.0 363996 15.2166 -16.9370 -136.377 -0.958 -4.547 -1.197 13.857 +30 Dec 2021 09:00 UT 16.32 26.053 1970.0 363822 15.2565 -17.1497 -136.885 -0.959 -4.490 -1.126 13.669 +30 Dec 2021 10:00 UT 15.95 26.095 1970.9 363650 15.2966 -17.3609 -137.392 -0.959 -4.431 -1.056 13.479 +30 Dec 2021 11:00 UT 15.59 26.137 1971.8 363480 15.3367 -17.5705 -137.900 -0.960 -4.372 -0.984 13.288 +30 Dec 2021 12:00 UT 15.23 26.178 1972.8 363312 15.3771 -17.7785 -138.407 -0.961 -4.313 -0.913 13.094 +30 Dec 2021 13:00 UT 14.87 26.220 1973.7 363146 15.4175 -17.9848 -138.915 -0.962 -4.252 -0.842 12.898 +30 Dec 2021 14:00 UT 14.52 26.262 1974.5 362982 15.4581 -18.1894 -139.422 -0.963 -4.192 -0.770 12.701 +30 Dec 2021 15:00 UT 14.17 26.303 1975.4 362820 15.4988 -18.3923 -139.930 -0.964 -4.130 -0.698 12.501 +30 Dec 2021 16:00 UT 13.83 26.345 1976.3 362661 15.5397 -18.5935 -140.437 -0.965 -4.068 -0.626 12.300 +30 Dec 2021 17:00 UT 13.48 26.387 1977.2 362503 15.5807 -18.7928 -140.945 -0.966 -4.006 -0.554 12.097 +30 Dec 2021 18:00 UT 13.14 26.428 1978.0 362348 15.6218 -18.9903 -141.453 -0.966 -3.943 -0.482 11.892 +30 Dec 2021 19:00 UT 12.81 26.470 1978.8 362195 15.6631 -19.1859 -141.960 -0.967 -3.879 -0.410 11.684 +30 Dec 2021 20:00 UT 12.47 26.512 1979.7 362044 15.7045 -19.3796 -142.468 -0.968 -3.815 -0.337 11.475 +30 Dec 2021 21:00 UT 12.15 26.553 1980.5 361896 15.7460 -19.5714 -142.975 -0.969 -3.750 -0.265 11.265 +30 Dec 2021 22:00 UT 11.82 26.595 1981.3 361750 15.7877 -19.7612 -143.483 -0.970 -3.685 -0.192 11.052 +30 Dec 2021 23:00 UT 11.50 26.637 1982.1 361607 15.8295 -19.9490 -143.991 -0.971 -3.619 -0.119 10.837 +31 Dec 2021 00:00 UT 11.18 26.678 1982.8 361466 15.8715 -20.1347 -144.498 -0.972 -3.553 -0.047 10.621 +31 Dec 2021 01:00 UT 10.86 26.720 1983.6 361327 15.9135 -20.3183 -145.006 -0.973 -3.486 0.026 10.403 +31 Dec 2021 02:00 UT 10.55 26.762 1984.3 361191 15.9557 -20.4998 -145.514 -0.974 -3.419 0.099 10.183 +31 Dec 2021 03:00 UT 10.25 26.803 1985.1 361057 15.9981 -20.6792 -146.021 -0.975 -3.351 0.172 9.961 +31 Dec 2021 04:00 UT 9.94 26.845 1985.8 360926 16.0406 -20.8563 -146.529 -0.975 -3.282 0.245 9.737 +31 Dec 2021 05:00 UT 9.64 26.887 1986.5 360797 16.0832 -21.0313 -147.037 -0.976 -3.214 0.318 9.512 +31 Dec 2021 06:00 UT 9.35 26.928 1987.2 360671 16.1259 -21.2039 -147.544 -0.977 -3.144 0.391 9.285 +31 Dec 2021 07:00 UT 9.05 26.970 1987.9 360548 16.1688 -21.3743 -148.052 -0.978 -3.074 0.464 9.056 +31 Dec 2021 08:00 UT 8.77 27.012 1988.5 360427 16.2118 -21.5423 -148.560 -0.979 -3.004 0.537 8.825 +31 Dec 2021 09:00 UT 8.48 27.053 1989.2 360309 16.2550 -21.7080 -149.067 -0.980 -2.933 0.610 8.593 +31 Dec 2021 10:00 UT 8.20 27.095 1989.8 360193 16.2983 -21.8712 -149.575 -0.981 -2.862 0.683 8.359 +31 Dec 2021 11:00 UT 7.93 27.137 1990.5 360081 16.3417 -22.0320 -150.083 -0.982 -2.790 0.756 8.124 +31 Dec 2021 12:00 UT 7.66 27.178 1991.1 359971 16.3852 -22.1904 -150.590 -0.983 -2.718 0.829 7.887 +31 Dec 2021 13:00 UT 7.39 27.220 1991.7 359864 16.4288 -22.3462 -151.098 -0.984 -2.646 0.901 7.648 +31 Dec 2021 14:00 UT 7.12 27.262 1992.2 359759 16.4726 -22.4995 -151.606 -0.985 -2.573 0.974 7.408 +31 Dec 2021 15:00 UT 6.87 27.303 1992.8 359658 16.5165 -22.6502 -152.114 -0.985 -2.499 1.047 7.166 +31 Dec 2021 16:00 UT 6.61 27.345 1993.3 359559 16.5606 -22.7983 -152.621 -0.986 -2.425 1.119 6.923 +31 Dec 2021 17:00 UT 6.36 27.387 1993.9 359464 16.6047 -22.9438 -153.129 -0.987 -2.351 1.192 6.678 +31 Dec 2021 18:00 UT 6.12 27.428 1994.4 359371 16.6490 -23.0865 -153.637 -0.988 -2.276 1.264 6.432 +31 Dec 2021 19:00 UT 5.87 27.470 1994.9 359281 16.6934 -23.2266 -154.145 -0.989 -2.201 1.337 6.185 +31 Dec 2021 20:00 UT 5.64 27.512 1995.4 359194 16.7379 -23.3639 -154.652 -0.990 -2.126 1.409 5.936 +31 Dec 2021 21:00 UT 5.41 27.553 1995.8 359110 16.7825 -23.4985 -155.160 -0.991 -2.050 1.481 5.685 +31 Dec 2021 22:00 UT 5.18 27.595 1996.3 359029 16.8272 -23.6303 -155.668 -0.992 -1.974 1.553 5.434 +31 Dec 2021 23:00 UT 4.95 27.637 1996.7 358951 16.8721 -23.7592 -156.176 -0.993 -1.897 1.624 5.181 diff --git a/generate/template/astronomy.c b/generate/template/astronomy.c index 4cc3b546..03236173 100644 --- a/generate/template/astronomy.c +++ b/generate/template/astronomy.c @@ -1868,6 +1868,134 @@ astro_vector_t Astronomy_GeoMoon(astro_time_t time) return vector; } + +/** + * @brief Calculates the Moon's libration angles at a given moment in time. + * + * Libration is an observed back-and-forth wobble of the portion of the + * Moon visible from the Earth. It is caused by the imperfect tidal locking + * of the Moon's fixed rotation rate, compared to its variable angular speed + * of orbit around the Earth. + * + * This function calculates a pair of perpendicular libration angles, + * one representing rotation of the Moon in eclitpic longitude `elon`, the other + * in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. + * + * This function also returns the geocentric position of the Moon + * expressed in ecliptic longitude `mlon`, ecliptic latitude `mlat`, the + * distance `dist_km` between the centers of the Earth and Moon expressed in kilometers, + * and the apparent angular diameter of the Moon `diam_deg`. + * + * @param time The date and time for which to calculate libration angles. + * @return The Moon's ecliptic position and libration angles as seen from the Earth. + */ +astro_libration_t Astronomy_Libration(astro_time_t time) +{ + astro_libration_t lib; + double t, t2, t3, t4; + double f, omega, w, a, ldash, ldash2, bdash, bdash2; + double k1, k2, m, mdash, d, e, rho, sigma, tau; + double I = DEG2RAD * 1.54242; + + t = time.tt / 36525.0; + t2 = t * t; + t3 = t2 * t; + t4 = t2 * t2; + + CalcMoon(t, &lib.mlon, &lib.mlat, &lib.dist_km); + lib.dist_km *= KM_PER_AU; + lib.diam_deg = (2.0 * RAD2DEG) * atan(MOON_MEAN_RADIUS_KM / sqrt(lib.dist_km*lib.dist_km - MOON_MEAN_RADIUS_KM*MOON_MEAN_RADIUS_KM)); + + /* Moon's argument of latitude in radians. */ + f = DEG2RAD * NormalizeLongitude(93.2720950 + 483202.0175233*t - 0.0036539*t2 - t3/3526000 + t4/863310000); + + /* Moon's ascending node's mean longitude in radians. */ + omega = DEG2RAD * NormalizeLongitude(125.0445479 - 1934.1362891*t + 0.0020754*t2 + t3/467441 - t4/60616000); + + /* Sun's mean anomaly. */ + m = DEG2RAD * NormalizeLongitude(357.5291092 + 35999.0502909*t - 0.0001536*t2 + t3/24490000); + + /* Moon's mean anomaly. */ + mdash = DEG2RAD * NormalizeLongitude(134.9633964 + 477198.8675055*t + 0.0087414*t2 + t3/69699 - t4/14712000); + + /* Moon's mean elongation. */ + d = DEG2RAD * NormalizeLongitude(297.8501921 + 445267.1114034*t - 0.0018819*t2 + t3/545868 - t4/113065000); + + /* Eccentricity of the Earth's orbit. */ + e = 1.0 - 0.002516*t - 0.0000074*t2; + + /* Optical librations */ + w = lib.mlon - omega; + a = atan2(sin(w)*cos(lib.mlat)*cos(I) - sin(lib.mlat)*sin(I), cos(w)*cos(lib.mlat)); + ldash = LongitudeOffset(RAD2DEG * (a - f)); + bdash = asin(-sin(w)*cos(lib.mlat)*sin(I) - sin(lib.mlat)*cos(I)); + + /* Physical librations */ + k1 = DEG2RAD*(119.75 + 131.849*t); + k2 = DEG2RAD*(72.56 + 20.186*t); + + rho = ( + -0.02752*cos(mdash) + + -0.02245*sin(f) + + +0.00684*cos(mdash - 2*f) + + -0.00293*cos(2*f) + + -0.00085*cos(2*f - 2*d) + + -0.00054*cos(mdash - 2*d) + + -0.00020*sin(mdash + f) + + -0.00020*cos(mdash + 2*f) + + -0.00020*cos(mdash - f) + + +0.00014*cos(mdash + 2*f - 2*d) + ); + + sigma = ( + -0.02816*sin(mdash) + + +0.02244*cos(f) + + -0.00682*sin(mdash - 2*f) + + -0.00279*sin(2*f) + + -0.00083*sin(2*f - 2*d) + + +0.00069*sin(mdash - 2*d) + + +0.00040*cos(mdash + f) + + -0.00025*sin(2*mdash) + + -0.00023*sin(mdash + 2*f) + + +0.00020*cos(mdash - f) + + +0.00019*sin(mdash - f) + + +0.00013*sin(mdash + 2*f - 2*d) + + -0.00010*cos(mdash - 3*f) + ); + + tau = ( + +0.02520*e*sin(m) + + +0.00473*sin(2*mdash - 2*f) + + -0.00467*sin(mdash) + + +0.00396*sin(k1) + + +0.00276*sin(2*mdash - 2*d) + + +0.00196*sin(omega) + + -0.00183*cos(mdash - f) + + +0.00115*sin(mdash - 2*d) + + -0.00096*sin(mdash - d) + + +0.00046*sin(2*f - 2*d) + + -0.00039*sin(mdash - f) + + -0.00032*sin(mdash - m - d) + + +0.00027*sin(2*mdash - m - 2*d) + + +0.00023*sin(k2) + + -0.00014*sin(2*d) + + +0.00014*cos(2*mdash - 2*f) + + -0.00012*sin(mdash - 2*f) + + -0.00012*sin(2*mdash) + + +0.00011*sin(2*mdash - 2*m - 2*d) + ); + + ldash2 = -tau + (rho*cos(a) + sigma*sin(a))*tan(bdash); + bdash *= RAD2DEG; + bdash2 = sigma*cos(a) - rho*sin(a); + + lib.elon = ldash + ldash2; + lib.elat = bdash + bdash2; + + return lib; +} + + /*------------------ VSOP ------------------*/ /** @cond DOXYGEN_SKIP */ diff --git a/generate/template/astronomy.cs b/generate/template/astronomy.cs index 546b0f08..d82fc27a 100644 --- a/generate/template/astronomy.cs +++ b/generate/template/astronomy.cs @@ -955,6 +955,30 @@ namespace CosineKitty } } + /// + /// Lunar libration angles, returned by #Astronomy.Libration. + /// + public struct LibrationInfo + { + /// Sub-Earth libration ecliptic latitude angle, in degrees. + public double elat; + + /// Sub-Earth libration ecliptic longitude angle, in degrees. + public double elon; + + /// Moon's geocentric ecliptic latitude. + public double mlat; + + /// Moon's geocentric ecliptic longitude. + public double mlon; + + /// Distance between the centers of the Earth and Moon in kilometers. + public double dist_km; + + /// The apparent angular diameter of the Moon, in degrees, as seen from the center of the Earth. + public double diam_deg; + } + /// /// Information about a celestial body crossing a specific hour angle. /// @@ -2800,7 +2824,6 @@ $ASTRO_JUPITER_MOONS(); return RotateState(Rotation_JUP_EQJ, state); } - /// /// /// Calculates jovicentric positions and velocities of Jupiter's largest 4 moons. /// @@ -3321,6 +3344,134 @@ $ASTRO_IAU_DATA() return mpos2; } + /// + /// Calculates the Moon's libration angles at a given moment in time. + /// + /// + /// Libration is an observed back-and-forth wobble of the portion of the + /// Moon visible from the Earth. It is caused by the imperfect tidal locking + /// of the Moon's fixed rotation rate, compared to its variable angular speed + /// of orbit around the Earth. + /// + /// This function calculates a pair of perpendicular libration angles, + /// one representing rotation of the Moon in eclitpic longitude `elon`, the other + /// in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. + /// + /// This function also returns the geocentric position of the Moon + /// expressed in ecliptic longitude `mlon`, ecliptic latitude `mlat`, the + /// distance `dist_km` between the centers of the Earth and Moon expressed in kilometers, + /// and the apparent angular diameter of the Moon `diam_deg`. + /// + /// The date and time for which to calculate lunar libration. + /// The Moon's ecliptic position and libration angles as seen from the Earth. + public static LibrationInfo Libration(AstroTime time) + { + double t = time.tt / 36525.0; + double t2 = t * t; + double t3 = t2 * t; + double t4 = t2 * t2; + + var context = new MoonContext(t); + MoonResult moon = context.CalcMoon(); + + LibrationInfo lib; + lib.mlon = moon.geo_eclip_lon; + lib.mlat = moon.geo_eclip_lat; + lib.dist_km = moon.distance_au * KM_PER_AU; + lib.diam_deg = (2.0 * RAD2DEG) * Math.Atan(MOON_MEAN_RADIUS_KM / Math.Sqrt(lib.dist_km*lib.dist_km - MOON_MEAN_RADIUS_KM*MOON_MEAN_RADIUS_KM)); + + // Inclination angle + const double I = DEG2RAD * 1.54242; + + // Moon's argument of latitude in radians. + double f = DEG2RAD * NormalizeLongitude(93.2720950 + 483202.0175233*t - 0.0036539*t2 - t3/3526000 + t4/863310000); + + // Moon's ascending node's mean longitude in radians. + double omega = DEG2RAD * NormalizeLongitude(125.0445479 - 1934.1362891*t + 0.0020754*t2 + t3/467441 - t4/60616000); + + // Sun's mean anomaly. + double m = DEG2RAD * NormalizeLongitude(357.5291092 + 35999.0502909*t - 0.0001536*t2 + t3/24490000); + + // Moon's mean anomaly. + double mdash = DEG2RAD * NormalizeLongitude(134.9633964 + 477198.8675055*t + 0.0087414*t2 + t3/69699 - t4/14712000); + + // Moon's mean elongation. + double d = DEG2RAD * NormalizeLongitude(297.8501921 + 445267.1114034*t - 0.0018819*t2 + t3/545868 - t4/113065000); + + // Eccentricity of the Earth's orbit. + double e = 1.0 - 0.002516*t - 0.0000074*t2; + + // Optical librations + double w = lib.mlon - omega; + double a = Math.Atan2(Math.Sin(w)*Math.Cos(lib.mlat)*Math.Cos(I) - Math.Sin(lib.mlat)*Math.Sin(I), Math.Cos(w)*Math.Cos(lib.mlat)); + double ldash = LongitudeOffset(RAD2DEG * (a - f)); + double bdash = Math.Asin(-Math.Sin(w)*Math.Cos(lib.mlat)*Math.Sin(I) - Math.Sin(lib.mlat)*Math.Cos(I)); + + // Physical librations + double k1 = DEG2RAD*(119.75 + 131.849*t); + double k2 = DEG2RAD*(72.56 + 20.186*t); + + double rho = ( + -0.02752*Math.Cos(mdash) + + -0.02245*Math.Sin(f) + + +0.00684*Math.Cos(mdash - 2*f) + + -0.00293*Math.Cos(2*f) + + -0.00085*Math.Cos(2*f - 2*d) + + -0.00054*Math.Cos(mdash - 2*d) + + -0.00020*Math.Sin(mdash + f) + + -0.00020*Math.Cos(mdash + 2*f) + + -0.00020*Math.Cos(mdash - f) + + +0.00014*Math.Cos(mdash + 2*f - 2*d) + ); + + double sigma = ( + -0.02816*Math.Sin(mdash) + + +0.02244*Math.Cos(f) + + -0.00682*Math.Sin(mdash - 2*f) + + -0.00279*Math.Sin(2*f) + + -0.00083*Math.Sin(2*f - 2*d) + + +0.00069*Math.Sin(mdash - 2*d) + + +0.00040*Math.Cos(mdash + f) + + -0.00025*Math.Sin(2*mdash) + + -0.00023*Math.Sin(mdash + 2*f) + + +0.00020*Math.Cos(mdash - f) + + +0.00019*Math.Sin(mdash - f) + + +0.00013*Math.Sin(mdash + 2*f - 2*d) + + -0.00010*Math.Cos(mdash - 3*f) + ); + + double tau = ( + +0.02520*e*Math.Sin(m) + + +0.00473*Math.Sin(2*mdash - 2*f) + + -0.00467*Math.Sin(mdash) + + +0.00396*Math.Sin(k1) + + +0.00276*Math.Sin(2*mdash - 2*d) + + +0.00196*Math.Sin(omega) + + -0.00183*Math.Cos(mdash - f) + + +0.00115*Math.Sin(mdash - 2*d) + + -0.00096*Math.Sin(mdash - d) + + +0.00046*Math.Sin(2*f - 2*d) + + -0.00039*Math.Sin(mdash - f) + + -0.00032*Math.Sin(mdash - m - d) + + +0.00027*Math.Sin(2*mdash - m - 2*d) + + +0.00023*Math.Sin(k2) + + -0.00014*Math.Sin(2*d) + + +0.00014*Math.Cos(2*mdash - 2*f) + + -0.00012*Math.Sin(mdash - 2*f) + + -0.00012*Math.Sin(2*mdash) + + +0.00011*Math.Sin(2*mdash - 2*m - 2*d) + ); + + double ldash2 = -tau + (rho*Math.Cos(a) + sigma*Math.Sin(a))*Math.Tan(bdash); + bdash *= RAD2DEG; + double bdash2 = sigma*Math.Cos(a) - rho*Math.Sin(a); + + lib.elon = ldash + ldash2; + lib.elat = bdash + bdash2; + + return lib; + } + private static AstroVector BarycenterContrib(AstroTime time, Body body, double planet_gm) { AstroVector p = CalcVsop(vsop[(int)body], time); diff --git a/generate/template/astronomy.py b/generate/template/astronomy.py index c5ef0ce7..4eca8fa1 100644 --- a/generate/template/astronomy.py +++ b/generate/template/astronomy.py @@ -6056,3 +6056,157 @@ def NextTransit(body, prevTransitTime): """ startTime = prevTransitTime.AddDays(100.0) return SearchTransit(body, startTime) + + +class LibrationInfo: + """Lunar libration angles, returned by #Libration. + + Contains lunar libration angles and lunar position information + for a given moment in time. See #Libration for more details. + + Attributes + ---------- + elat : float + Sub-Earth libration ecliptic latitude angle, in degrees. + elon : float + Sub-Earth libration ecliptic longitude angle, in degrees. + mlat : float + Moon's geocentric ecliptic latitude. + mlon : float + Moon's geocentric ecliptic longitude. + dist_km : float + Distance between the centers of the Earth and Moon in kilometers. + diam_deg : float + The apparent angular diameter of the Moon as seen from the center of the Earth. + """ + def __init__(self, elat, elon, mlat, mlon, dist_km, diam_deg): + self.elat = elat + self.elon = elon + self.mlat = mlat + self.mlon = mlon + self.dist_km = dist_km + self.diam_deg = diam_deg + + +def Libration(time): + """Calculates the Moon's libration angles at a given moment in time. + + Libration is an observed back-and-forth wobble of the portion of the + Moon visible from the Earth. It is caused by the imperfect tidal locking + of the Moon's fixed rotation rate, compared to its variable angular speed + of orbit around the Earth. + + This function calculates a pair of perpendicular libration angles, + one representing rotation of the Moon in eclitpic longitude `elon`, the other + in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. + + This function also returns the geocentric position of the Moon + expressed in ecliptic longitude `mlon`, ecliptic latitude `mlat`, the + distance `dist_km` between the centers of the Earth and Moon expressed in kilometers, + and the apparent angular diameter of the Moon `diam_deg`. + + Parameters + ---------- + time : Time + The date and time for which to calculate the Moon's libration angles. + + Returns + ------- + LibrationInfo + """ + t = time.tt / 36525.0 + t2 = t * t + t3 = t2 * t + t4 = t2 * t2 + moon = _CalcMoon(time) + mlon = moon.geo_eclip_lon + mlat = moon.geo_eclip_lat + dist_km = moon.distance_au * KM_PER_AU + diam_deg = 2.0 * math.degrees(math.atan(_MOON_MEAN_RADIUS_KM / math.sqrt(dist_km*dist_km - _MOON_MEAN_RADIUS_KM*_MOON_MEAN_RADIUS_KM))) + + # Inclination angle + I = math.radians(1.54242) + + # Moon's argument of latitude in radians. + f = math.radians(_NormalizeLongitude(93.2720950 + 483202.0175233*t - 0.0036539*t2 - t3/3526000 + t4/863310000)) + + # Moon's ascending node's mean longitude in radians. + omega = math.radians(_NormalizeLongitude(125.0445479 - 1934.1362891*t + 0.0020754*t2 + t3/467441 - t4/60616000)) + + # Sun's mean anomaly. + m = math.radians(_NormalizeLongitude(357.5291092 + 35999.0502909*t - 0.0001536*t2 + t3/24490000)) + + # Moon's mean anomaly. + mdash = math.radians(_NormalizeLongitude(134.9633964 + 477198.8675055*t + 0.0087414*t2 + t3/69699 - t4/14712000)) + + # Moon's mean elongation. + d = math.radians(_NormalizeLongitude(297.8501921 + 445267.1114034*t - 0.0018819*t2 + t3/545868 - t4/113065000)) + + # Eccentricity of the Earth's orbit. + e = 1.0 - 0.002516*t - 0.0000074*t2 + + # Optical librations + w = mlon - omega + a = math.atan2(math.sin(w)*math.cos(mlat)*math.cos(I) - math.sin(mlat)*math.sin(I), math.cos(w)*math.cos(mlat)) + ldash = _LongitudeOffset(math.degrees(a - f)) + bdash = math.asin(-math.sin(w)*math.cos(mlat)*math.sin(I) - math.sin(mlat)*math.cos(I)) + + # Physical librations + k1 = math.radians(119.75 + 131.849*t) + k2 = math.radians(72.56 + 20.186*t) + + rho = ( + -0.02752*math.cos(mdash) + + -0.02245*math.sin(f) + + +0.00684*math.cos(mdash - 2*f) + + -0.00293*math.cos(2*f) + + -0.00085*math.cos(2*f - 2*d) + + -0.00054*math.cos(mdash - 2*d) + + -0.00020*math.sin(mdash + f) + + -0.00020*math.cos(mdash + 2*f) + + -0.00020*math.cos(mdash - f) + + +0.00014*math.cos(mdash + 2*f - 2*d) + ) + + sigma = ( + -0.02816*math.sin(mdash) + + +0.02244*math.cos(f) + + -0.00682*math.sin(mdash - 2*f) + + -0.00279*math.sin(2*f) + + -0.00083*math.sin(2*f - 2*d) + + +0.00069*math.sin(mdash - 2*d) + + +0.00040*math.cos(mdash + f) + + -0.00025*math.sin(2*mdash) + + -0.00023*math.sin(mdash + 2*f) + + +0.00020*math.cos(mdash - f) + + +0.00019*math.sin(mdash - f) + + +0.00013*math.sin(mdash + 2*f - 2*d) + + -0.00010*math.cos(mdash - 3*f) + ) + + tau = ( + +0.02520*e*math.sin(m) + + +0.00473*math.sin(2*mdash - 2*f) + + -0.00467*math.sin(mdash) + + +0.00396*math.sin(k1) + + +0.00276*math.sin(2*mdash - 2*d) + + +0.00196*math.sin(omega) + + -0.00183*math.cos(mdash - f) + + +0.00115*math.sin(mdash - 2*d) + + -0.00096*math.sin(mdash - d) + + +0.00046*math.sin(2*f - 2*d) + + -0.00039*math.sin(mdash - f) + + -0.00032*math.sin(mdash - m - d) + + +0.00027*math.sin(2*mdash - m - 2*d) + + +0.00023*math.sin(k2) + + -0.00014*math.sin(2*d) + + +0.00014*math.cos(2*mdash - 2*f) + + -0.00012*math.sin(mdash - 2*f) + + -0.00012*math.sin(2*mdash) + + +0.00011*math.sin(2*mdash - 2*m - 2*d) + ) + + ldash2 = -tau + (rho*math.cos(a) + sigma*math.sin(a))*math.tan(bdash) + bdash = math.degrees(bdash) + bdash2 = sigma*math.cos(a) - rho*math.sin(a) + return LibrationInfo(bdash + bdash2, ldash + ldash2, mlat, mlon, dist_km, diam_deg) diff --git a/generate/template/astronomy.ts b/generate/template/astronomy.ts index c9ed0651..3e24339e 100644 --- a/generate/template/astronomy.ts +++ b/generate/template/astronomy.ts @@ -864,6 +864,155 @@ $ASTRO_ADDSOL() }; } +/** + * @brief Lunar libration angles, returned by {@link Libration}. + * + * @property {number} elat + * Sub-Earth libration ecliptic latitude angle, in degrees. + * @property {number} elon + * Sub-Earth libration ecliptic longitude angle, in degrees. + * @property {number} mlat + * Moon's geocentric ecliptic latitude. + * @property {number} mlon + * Moon's geocentric ecliptic longitude. + * @property {number} dist_km + * Distance between the centers of the Earth and Moon in kilometers. + * @property {number} diam_deg + * The apparent angular diameter of the Moon, in degrees, as seen from the center of the Earth. + */ +export class LibrationInfo { + constructor( + public elat: number, + public elon: number, + public mlat: number, + public mlon: number, + public dist_km: number, + public diam_deg: number + ) {} +} + +/** + * @brief Calculates the Moon's libration angles at a given moment in time. + * + * Libration is an observed back-and-forth wobble of the portion of the + * Moon visible from the Earth. It is caused by the imperfect tidal locking + * of the Moon's fixed rotation rate, compared to its variable angular speed + * of orbit around the Earth. + * + * This function calculates a pair of perpendicular libration angles, + * one representing rotation of the Moon in eclitpic longitude `elon`, the other + * in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. + * + * This function also returns the geocentric position of the Moon + * expressed in ecliptic longitude `mlon`, ecliptic latitude `mlat`, the + * distance `dist_km` between the centers of the Earth and Moon expressed in kilometers, + * and the apparent angular diameter of the Moon `diam_deg`. + * + * @param {FlexibleDateTime} date + * A Date object, a number of UTC days since the J2000 epoch (noon on January 1, 2000), + * or an AstroTime object. + * + * @returns {LibrationInfo} + */ +export function Libration(date: FlexibleDateTime): LibrationInfo { + const time = MakeTime(date); + const t = time.tt / 36525.0; + const t2 = t * t; + const t3 = t2 * t; + const t4 = t2 * t2; + const moon = CalcMoon(time); + const mlon = moon.geo_eclip_lon; + const mlat = moon.geo_eclip_lat; + const dist_km = moon.distance_au * KM_PER_AU; + + // Inclination angle + const I = DEG2RAD * 1.54242; + + // Moon's argument of latitude in radians. + const f = DEG2RAD * NormalizeLongitude(93.2720950 + 483202.0175233*t - 0.0036539*t2 - t3/3526000 + t4/863310000); + + // Moon's ascending node's mean longitude in radians. + const omega = DEG2RAD * NormalizeLongitude(125.0445479 - 1934.1362891*t + 0.0020754*t2 + t3/467441 - t4/60616000); + + // Sun's mean anomaly. + const m = DEG2RAD * NormalizeLongitude(357.5291092 + 35999.0502909*t - 0.0001536*t2 + t3/24490000); + + // Moon's mean anomaly. + const mdash = DEG2RAD * NormalizeLongitude(134.9633964 + 477198.8675055*t + 0.0087414*t2 + t3/69699 - t4/14712000); + + // Moon's mean elongation. + const d = DEG2RAD * NormalizeLongitude(297.8501921 + 445267.1114034*t - 0.0018819*t2 + t3/545868 - t4/113065000); + + // Eccentricity of the Earth's orbit. + const e = 1.0 - 0.002516*t - 0.0000074*t2; + + // Optical librations + const w = mlon - omega; + const a = Math.atan2(Math.sin(w)*Math.cos(mlat)*Math.cos(I) - Math.sin(mlat)*Math.sin(I), Math.cos(w)*Math.cos(mlat)); + const ldash = LongitudeOffset(RAD2DEG * (a - f)); + const bdash = Math.asin(-Math.sin(w)*Math.cos(mlat)*Math.sin(I) - Math.sin(mlat)*Math.cos(I)); + + // Physical librations + const k1 = DEG2RAD*(119.75 + 131.849*t); + const k2 = DEG2RAD*(72.56 + 20.186*t); + + const rho = ( + -0.02752*Math.cos(mdash) + + -0.02245*Math.sin(f) + + +0.00684*Math.cos(mdash - 2*f) + + -0.00293*Math.cos(2*f) + + -0.00085*Math.cos(2*f - 2*d) + + -0.00054*Math.cos(mdash - 2*d) + + -0.00020*Math.sin(mdash + f) + + -0.00020*Math.cos(mdash + 2*f) + + -0.00020*Math.cos(mdash - f) + + +0.00014*Math.cos(mdash + 2*f - 2*d) + ); + + const sigma = ( + -0.02816*Math.sin(mdash) + + +0.02244*Math.cos(f) + + -0.00682*Math.sin(mdash - 2*f) + + -0.00279*Math.sin(2*f) + + -0.00083*Math.sin(2*f - 2*d) + + +0.00069*Math.sin(mdash - 2*d) + + +0.00040*Math.cos(mdash + f) + + -0.00025*Math.sin(2*mdash) + + -0.00023*Math.sin(mdash + 2*f) + + +0.00020*Math.cos(mdash - f) + + +0.00019*Math.sin(mdash - f) + + +0.00013*Math.sin(mdash + 2*f - 2*d) + + -0.00010*Math.cos(mdash - 3*f) + ); + + const tau = ( + +0.02520*e*Math.sin(m) + + +0.00473*Math.sin(2*mdash - 2*f) + + -0.00467*Math.sin(mdash) + + +0.00396*Math.sin(k1) + + +0.00276*Math.sin(2*mdash - 2*d) + + +0.00196*Math.sin(omega) + + -0.00183*Math.cos(mdash - f) + + +0.00115*Math.sin(mdash - 2*d) + + -0.00096*Math.sin(mdash - d) + + +0.00046*Math.sin(2*f - 2*d) + + -0.00039*Math.sin(mdash - f) + + -0.00032*Math.sin(mdash - m - d) + + +0.00027*Math.sin(2*mdash - m - 2*d) + + +0.00023*Math.sin(k2) + + -0.00014*Math.sin(2*d) + + +0.00014*Math.cos(2*mdash - 2*f) + + -0.00012*Math.sin(mdash - 2*f) + + -0.00012*Math.sin(2*mdash) + + +0.00011*Math.sin(2*mdash - 2*m - 2*d) + ); + + const ldash2 = -tau + (rho*Math.cos(a) + sigma*Math.sin(a))*Math.tan(bdash); + const bdash2 = sigma*Math.cos(a) - rho*Math.sin(a); + const diam_deg = 2.0 * RAD2DEG * Math.atan(MOON_MEAN_RADIUS_KM / Math.sqrt(dist_km*dist_km - MOON_MEAN_RADIUS_KM*MOON_MEAN_RADIUS_KM)); + return new LibrationInfo(RAD2DEG*bdash + bdash2, ldash + ldash2, mlat, mlon, dist_km, diam_deg); +} + function precession(pos: ArrayVector, time: AstroTime, dir: PrecessDirection): ArrayVector { const r = precession_rot(time, dir); return [ diff --git a/generate/test.js b/generate/test.js index afe365f3..b4da4d74 100644 --- a/generate/test.js +++ b/generate/test.js @@ -1563,6 +1563,14 @@ function Refraction() { } +function MonthNumber(mtext) { + const index = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'].indexOf(mtext); + if (index < 0) + throw `Invalid month text "${mtext}"`; + return 1 + index; +} + + function Magnitude() { function LoadMagnitudeData(filename) { const text = fs.readFileSync(filename, 'utf8'); @@ -2331,6 +2339,95 @@ function TwilightTest() { } +function Libration(filename) { + const text = fs.readFileSync(filename, {encoding:'utf8'}); + const lines = text.trimEnd().split(/\r?\n/); + let max_diff_elon = 0.0; + let max_diff_elat = 0.0; + let max_diff_distance = 0.0; + let max_diff_diam = 0.0; + let count = 0; + let lnum = 0; + for (let line of lines) { + ++lnum; + if (lnum === 1) { + if (line !== " Date Time Phase Age Diam Dist RA Dec Slon Slat Elon Elat AxisA") { + console.error(`JS Libration(${filename} line ${lnum}): unexpected header line.`); + return 1; + } + } else { + const token = line.split(/\s+/); + if (token.length !== 16) { + console.error(`JS Libration: FAIL(${filename} line ${lnum}): incorrect number of tokens = ${token.length}.`); + return 1; + } + + const day = int(token[0]); + const month = MonthNumber(token[1]); + const year = int(token[2]); + const hmtoken = token[3].split(':'); + if (hmtoken.length !== 2) { + Console.WriteLine(`JS Libration(${filename} line ${lnum}): expected hh:mm but found '${token[3]}'`); + return 1; + } + const hour = int(hmtoken[0]); + const minute = int(hmtoken[1]); + const time = Astronomy.MakeTime(new Date(Date.UTC(year, month-1, day, hour, minute))); + + const diam = float(token[7]) / 3600.0; + const dist = float(token[8]); + const elon = float(token[13]); + const elat = float(token[14]); + + const lib = Astronomy.Libration(time); + + const diff_elon = 60.0 * abs(lib.elon - elon); + if (diff_elon > max_diff_elon) + max_diff_elon = diff_elon; + + const diff_elat = 60.0 * abs(lib.elat - elat); + if (diff_elat > max_diff_elat) + max_diff_elat = diff_elat; + + const diff_distance = abs(lib.dist_km - dist); + if (diff_distance > max_diff_distance) + max_diff_distance = diff_distance; + + const diff_diam = abs(lib.diam_deg - diam); + if (diff_diam > max_diff_diam) + max_diff_diam = diff_diam; + + if (diff_elon > 0.130) { + console.error(`JS Libration(${filename} line ${lnum}): EXCESSIVE diff_elon = ${diff_elon} arcmin`); + return 1; + } + + if (diff_elat > 1.666) { + console.error(`JS Libration(${filename} line ${lnum}): EXCESSIVE diff_elat = ${diff_elat} arcmin`); + return 1; + } + + if (diff_distance > 53.9) { + console.error(`JS Libration(${filename} line ${lnum}): EXCESSIVE diff_distance = ${diff_distance} km`); + return 1; + } + ++count; + } + } + console.log(`JS Libration(${filename}): PASS (${count} test cases, max_diff_elon = ${max_diff_elon} arcmin, max_diff_elat = ${max_diff_elat} arcmin, max_diff_distance = ${max_diff_distance} km, max_diff_diam = ${max_diff_diam} deg)`); + return 0; +} + + +function LibrationTest() { + return ( + Libration("libration/mooninfo_2020.txt") || + Libration("libration/mooninfo_2021.txt") || + 0 + ); +} + + const UnitTests = { aberration: AberrationTest, barystate: BaryStateTest, @@ -2340,6 +2437,7 @@ const UnitTests = { global_solar_eclipse: GlobalSolarEclipse, issue_103: Issue103, jupiter_moons: JupiterMoons, + libration: LibrationTest, local_solar_eclipse: LocalSolarEclipse, lunar_apsis: LunarApsis, lunar_eclipse: LunarEclipse, diff --git a/generate/test.py b/generate/test.py index 7bc15309..50c161f3 100755 --- a/generate/test.py +++ b/generate/test.py @@ -492,12 +492,15 @@ def Elongation(): #----------------------------------------------------------------------------------------------------------- +def MonthNumber(mtext): + return 1 + ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'].index(mtext) + def ParseJplHorizonsDateTime(line): m = re.match(r'^\s*(\d{4})-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d{2})\s(\d{2}):(\d{2})\s+(.*)$', line) if not m: return None, None year = int(m.group(1)) - month = 1 + ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'].index(m.group(2)) + month = MonthNumber(m.group(2)) day = int(m.group(3)) hour = int(m.group(4)) minute = int(m.group(5)) @@ -2089,6 +2092,85 @@ def Twilight(): #----------------------------------------------------------------------------------------------------------- +def LibrationFile(filename): + max_diff_elon = 0.0 + max_diff_elat = 0.0 + max_diff_distance = 0.0 + max_diff_diam = 0.0 + count = 0 + with open(filename, 'rt') as infile: + lnum = 0 + for line in infile: + lnum += 1 + token = line.split() + if lnum == 1: + if line != " Date Time Phase Age Diam Dist RA Dec Slon Slat Elon Elat AxisA\n": + print('PY LibrationFile({} line {}): unexpected header line'.format(filename, lnum)) + return 1 + else: + if len(token) != 16: + print('PY LibrationFile({} line {}): expected 16 tokens, found {}'.format(filename, lnum, len(token))) + return 1 + day = int(token[0]) + month = MonthNumber(token[1]) + year = int(token[2]) + hmtoken = token[3].split(':') + if len(hmtoken) != 2: + print('PY LibrationFile({} line {}): expected hh:mm but found "{}"'.format(filename, lnum, hmtoken)) + return 1 + hour = int(hmtoken[0]) + minute = int(hmtoken[1]) + time = astronomy.Time.Make(year, month, day, hour, minute, 0.0) + diam = float(token[7]) / 3600.0 + dist = float(token[8]) + elon = float(token[13]) + elat = float(token[14]) + lib = astronomy.Libration(time) + + diff_elon = 60.0 * vabs(lib.elon - elon) + if diff_elon > max_diff_elon: + max_diff_elon = diff_elon + + diff_elat = 60.0 * vabs(lib.elat - elat) + if diff_elat > max_diff_elat: + max_diff_elat = diff_elat + + diff_distance = vabs(lib.dist_km - dist) + if diff_distance > max_diff_distance: + max_diff_distance = diff_distance + + diff_diam = vabs(lib.diam_deg - diam) + if diff_diam > max_diff_diam: + max_diff_diam = diff_diam + + if diff_elon > 0.130: + print('PY LibrationFile({} line {}): EXCESSIVE diff_elon = {}'.format(filename, lnum, diff_elon)) + return 1 + + if diff_elat > 1.666: + print('PY LibrationFile({} line {}): EXCESSIVE diff_elat = {}'.format(filename, lnum, diff_elat)) + return 1 + + if diff_distance > 53.9: + print('PY LibrationFile({} line {}): EXCESSIVE diff_distance = {}'.format(filename, lnum, diff_distance)) + return 1 + + count += 1 + + print('PY Libration({}): PASS ({} test cases, max_diff_elon = {} arcmin, max_diff_elat = {} arcmin, max_diff_distance = {} km, max_diff_diam = {} deg)'.format( + filename, count, max_diff_elon, max_diff_elat, max_diff_distance, max_diff_diam + )) + return 0 + +def Libration(): + if 0 != LibrationFile('libration/mooninfo_2020.txt'): + return 1 + if 0 != LibrationFile('libration/mooninfo_2021.txt'): + return 1 + return 0 + +#----------------------------------------------------------------------------------------------------------- + UnitTests = { 'aberration': Aberration, 'barystate': BaryState, @@ -2098,6 +2180,7 @@ UnitTests = { 'global_solar_eclipse': GlobalSolarEclipse, 'issue_103': Issue103, 'jupiter_moons': JupiterMoons, + 'libration': Libration, 'local_solar_eclipse': LocalSolarEclipse, 'lunar_apsis': LunarApsis, 'lunar_eclipse': LunarEclipse, diff --git a/source/c/README.md b/source/c/README.md index 0462939c..c2aba08e 100644 --- a/source/c/README.md +++ b/source/c/README.md @@ -905,6 +905,34 @@ To convert to heliocentric position vectors, call [`Astronomy_HelioVector`](#Ast +--- + + +### Astronomy_Libration(time) ⇒ [`astro_libration_t`](#astro_libration_t) + +**Calculates the Moon's libration angles at a given moment in time.** + + + +Libration is an observed back-and-forth wobble of the portion of the Moon visible from the Earth. It is caused by the imperfect tidal locking of the Moon's fixed rotation rate, compared to its variable angular speed of orbit around the Earth. + +This function calculates a pair of perpendicular libration angles, one representing rotation of the Moon in eclitpic longitude `elon`, the other in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. + +This function also returns the geocentric position of the Moon expressed in ecliptic longitude `mlon`, ecliptic latitude `mlat`, the distance `dist_km` between the centers of the Earth and Moon expressed in kilometers, and the apparent angular diameter of the Moon `diam_deg`. + + + +**Returns:** The Moon's ecliptic position and libration angles as seen from the Earth. + + + +| Type | Parameter | Description | +| --- | --- | --- | +| [`astro_time_t`](#astro_time_t) | `time` | The date and time for which to calculate libration angles. | + + + + --- @@ -3246,6 +3274,25 @@ The following integer constants may be useful for indexing into the `moon` array | [`astro_state_vector_t`](#astro_state_vector_t) | `moon` | Jovicentric position and velocity of each moon, as described above. | +--- + + +### `astro_libration_t` + +**Lunar libration angles, returned by [`Astronomy_Libration`](#Astronomy_Libration).** + + + +| Type | Member | Description | +| ---- | ------ | ----------- | +| `double` | `elat` | Sub-Earth libration ecliptic latitude angle, in degrees. | +| `double` | `elon` | Sub-Earth libration ecliptic longitude angle, in degrees. | +| `double` | `mlat` | Moon's geocentric ecliptic latitude. | +| `double` | `mlon` | Moon's geocentric ecliptic longitude. | +| `double` | `dist_km` | Distance between the centers of the Earth and Moon in kilometers. | +| `double` | `diam_deg` | The apparent angular diameter of the Moon, in degrees, as seen from the center of the Earth. | + + --- diff --git a/source/c/astronomy.c b/source/c/astronomy.c index a8f7225d..0fba4197 100644 --- a/source/c/astronomy.c +++ b/source/c/astronomy.c @@ -2051,6 +2051,134 @@ astro_vector_t Astronomy_GeoMoon(astro_time_t time) return vector; } + +/** + * @brief Calculates the Moon's libration angles at a given moment in time. + * + * Libration is an observed back-and-forth wobble of the portion of the + * Moon visible from the Earth. It is caused by the imperfect tidal locking + * of the Moon's fixed rotation rate, compared to its variable angular speed + * of orbit around the Earth. + * + * This function calculates a pair of perpendicular libration angles, + * one representing rotation of the Moon in eclitpic longitude `elon`, the other + * in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. + * + * This function also returns the geocentric position of the Moon + * expressed in ecliptic longitude `mlon`, ecliptic latitude `mlat`, the + * distance `dist_km` between the centers of the Earth and Moon expressed in kilometers, + * and the apparent angular diameter of the Moon `diam_deg`. + * + * @param time The date and time for which to calculate libration angles. + * @return The Moon's ecliptic position and libration angles as seen from the Earth. + */ +astro_libration_t Astronomy_Libration(astro_time_t time) +{ + astro_libration_t lib; + double t, t2, t3, t4; + double f, omega, w, a, ldash, ldash2, bdash, bdash2; + double k1, k2, m, mdash, d, e, rho, sigma, tau; + double I = DEG2RAD * 1.54242; + + t = time.tt / 36525.0; + t2 = t * t; + t3 = t2 * t; + t4 = t2 * t2; + + CalcMoon(t, &lib.mlon, &lib.mlat, &lib.dist_km); + lib.dist_km *= KM_PER_AU; + lib.diam_deg = (2.0 * RAD2DEG) * atan(MOON_MEAN_RADIUS_KM / sqrt(lib.dist_km*lib.dist_km - MOON_MEAN_RADIUS_KM*MOON_MEAN_RADIUS_KM)); + + /* Moon's argument of latitude in radians. */ + f = DEG2RAD * NormalizeLongitude(93.2720950 + 483202.0175233*t - 0.0036539*t2 - t3/3526000 + t4/863310000); + + /* Moon's ascending node's mean longitude in radians. */ + omega = DEG2RAD * NormalizeLongitude(125.0445479 - 1934.1362891*t + 0.0020754*t2 + t3/467441 - t4/60616000); + + /* Sun's mean anomaly. */ + m = DEG2RAD * NormalizeLongitude(357.5291092 + 35999.0502909*t - 0.0001536*t2 + t3/24490000); + + /* Moon's mean anomaly. */ + mdash = DEG2RAD * NormalizeLongitude(134.9633964 + 477198.8675055*t + 0.0087414*t2 + t3/69699 - t4/14712000); + + /* Moon's mean elongation. */ + d = DEG2RAD * NormalizeLongitude(297.8501921 + 445267.1114034*t - 0.0018819*t2 + t3/545868 - t4/113065000); + + /* Eccentricity of the Earth's orbit. */ + e = 1.0 - 0.002516*t - 0.0000074*t2; + + /* Optical librations */ + w = lib.mlon - omega; + a = atan2(sin(w)*cos(lib.mlat)*cos(I) - sin(lib.mlat)*sin(I), cos(w)*cos(lib.mlat)); + ldash = LongitudeOffset(RAD2DEG * (a - f)); + bdash = asin(-sin(w)*cos(lib.mlat)*sin(I) - sin(lib.mlat)*cos(I)); + + /* Physical librations */ + k1 = DEG2RAD*(119.75 + 131.849*t); + k2 = DEG2RAD*(72.56 + 20.186*t); + + rho = ( + -0.02752*cos(mdash) + + -0.02245*sin(f) + + +0.00684*cos(mdash - 2*f) + + -0.00293*cos(2*f) + + -0.00085*cos(2*f - 2*d) + + -0.00054*cos(mdash - 2*d) + + -0.00020*sin(mdash + f) + + -0.00020*cos(mdash + 2*f) + + -0.00020*cos(mdash - f) + + +0.00014*cos(mdash + 2*f - 2*d) + ); + + sigma = ( + -0.02816*sin(mdash) + + +0.02244*cos(f) + + -0.00682*sin(mdash - 2*f) + + -0.00279*sin(2*f) + + -0.00083*sin(2*f - 2*d) + + +0.00069*sin(mdash - 2*d) + + +0.00040*cos(mdash + f) + + -0.00025*sin(2*mdash) + + -0.00023*sin(mdash + 2*f) + + +0.00020*cos(mdash - f) + + +0.00019*sin(mdash - f) + + +0.00013*sin(mdash + 2*f - 2*d) + + -0.00010*cos(mdash - 3*f) + ); + + tau = ( + +0.02520*e*sin(m) + + +0.00473*sin(2*mdash - 2*f) + + -0.00467*sin(mdash) + + +0.00396*sin(k1) + + +0.00276*sin(2*mdash - 2*d) + + +0.00196*sin(omega) + + -0.00183*cos(mdash - f) + + +0.00115*sin(mdash - 2*d) + + -0.00096*sin(mdash - d) + + +0.00046*sin(2*f - 2*d) + + -0.00039*sin(mdash - f) + + -0.00032*sin(mdash - m - d) + + +0.00027*sin(2*mdash - m - 2*d) + + +0.00023*sin(k2) + + -0.00014*sin(2*d) + + +0.00014*cos(2*mdash - 2*f) + + -0.00012*sin(mdash - 2*f) + + -0.00012*sin(2*mdash) + + +0.00011*sin(2*mdash - 2*m - 2*d) + ); + + ldash2 = -tau + (rho*cos(a) + sigma*sin(a))*tan(bdash); + bdash *= RAD2DEG; + bdash2 = sigma*cos(a) - rho*sin(a); + + lib.elon = ldash + ldash2; + lib.elat = bdash + bdash2; + + return lib; +} + + /*------------------ VSOP ------------------*/ /** @cond DOXYGEN_SKIP */ diff --git a/source/c/astronomy.h b/source/c/astronomy.h index 39f08003..06f3175b 100644 --- a/source/c/astronomy.h +++ b/source/c/astronomy.h @@ -892,6 +892,21 @@ typedef enum } astro_time_format_t; +/** + * @brief Lunar libration angles, returned by #Astronomy_Libration. + */ +typedef struct +{ + double elat; /**< Sub-Earth libration ecliptic latitude angle, in degrees. */ + double elon; /**< Sub-Earth libration ecliptic longitude angle, in degrees. */ + double mlat; /**< Moon's geocentric ecliptic latitude. */ + double mlon; /**< Moon's geocentric ecliptic longitude. */ + double dist_km; /**< Distance between the centers of the Earth and Moon in kilometers. */ + double diam_deg; /**< The apparent angular diameter of the Moon, in degrees, as seen from the center of the Earth. */ +} +astro_libration_t; + + /** * \def TIME_TEXT_BYTES * @brief The smallest number of characters that is always large enough for #Astronomy_FormatTime. @@ -969,6 +984,7 @@ astro_func_result_t Astronomy_HelioDistance(astro_body_t body, astro_time_t time astro_vector_t Astronomy_HelioVector(astro_body_t body, astro_time_t time); astro_vector_t Astronomy_GeoVector(astro_body_t body, astro_time_t time, astro_aberration_t aberration); astro_vector_t Astronomy_GeoMoon(astro_time_t time); +astro_libration_t Astronomy_Libration(astro_time_t time); astro_state_vector_t Astronomy_BaryState(astro_body_t body, astro_time_t time); astro_jupiter_moons_t Astronomy_JupiterMoons(astro_time_t time); diff --git a/source/csharp/README.md b/source/csharp/README.md index 18d74c5c..00dd443e 100644 --- a/source/csharp/README.md +++ b/source/csharp/README.md @@ -696,6 +696,31 @@ to convert to geocentric positions. **Returns:** Position and velocity vectors of Jupiter's largest 4 moons. + +### Astronomy.Libration(time) ⇒ [`LibrationInfo`](#LibrationInfo) + +**Calculates the Moon's libration angles at a given moment in time.** + +Libration is an observed back-and-forth wobble of the portion of the +Moon visible from the Earth. It is caused by the imperfect tidal locking +of the Moon's fixed rotation rate, compared to its variable angular speed +of orbit around the Earth. + +This function calculates a pair of perpendicular libration angles, +one representing rotation of the Moon in eclitpic longitude `elon`, the other +in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. + +This function also returns the geocentric position of the Moon +expressed in ecliptic longitude `mlon`, ecliptic latitude `mlat`, the +distance `dist_km` between the centers of the Earth and Moon expressed in kilometers, +and the apparent angular diameter of the Moon `diam_deg`. + +| Type | Parameter | Description | +| --- | --- | --- | +| [`AstroTime`](#AstroTime) | `time` | The date and time for which to calculate lunar libration. | + +**Returns:** The Moon's ecliptic position and libration angles as seen from the Earth. + ### Astronomy.MoonPhase(time) ⇒ `double` @@ -2188,6 +2213,22 @@ and the velocities in AU/day. --- + +## `struct LibrationInfo` + +**Lunar libration angles, returned by [`Astronomy.Libration`](#Astronomy.Libration).** + +| Type | Name | Description | +| --- | --- | --- | +| `double` | `elat` | Sub-Earth libration ecliptic latitude angle, in degrees. | +| `double` | `elon` | Sub-Earth libration ecliptic longitude angle, in degrees. | +| `double` | `mlat` | Moon's geocentric ecliptic latitude. | +| `double` | `mlon` | Moon's geocentric ecliptic longitude. | +| `double` | `dist_km` | Distance between the centers of the Earth and Moon in kilometers. | +| `double` | `diam_deg` | The apparent angular diameter of the Moon, in degrees, as seen from the center of the Earth. | + +--- + ## `struct LocalSolarEclipseInfo` diff --git a/source/csharp/astronomy.cs b/source/csharp/astronomy.cs index f8c70079..d79bf2ae 100644 --- a/source/csharp/astronomy.cs +++ b/source/csharp/astronomy.cs @@ -955,6 +955,30 @@ namespace CosineKitty } } + /// + /// Lunar libration angles, returned by #Astronomy.Libration. + /// + public struct LibrationInfo + { + /// Sub-Earth libration ecliptic latitude angle, in degrees. + public double elat; + + /// Sub-Earth libration ecliptic longitude angle, in degrees. + public double elon; + + /// Moon's geocentric ecliptic latitude. + public double mlat; + + /// Moon's geocentric ecliptic longitude. + public double mlon; + + /// Distance between the centers of the Earth and Moon in kilometers. + public double dist_km; + + /// The apparent angular diameter of the Moon, in degrees, as seen from the center of the Earth. + public double diam_deg; + } + /// /// Information about a celestial body crossing a specific hour angle. /// @@ -3922,7 +3946,6 @@ namespace CosineKitty return RotateState(Rotation_JUP_EQJ, state); } - /// /// /// Calculates jovicentric positions and velocities of Jupiter's largest 4 moons. /// @@ -4521,6 +4544,134 @@ namespace CosineKitty return mpos2; } + /// + /// Calculates the Moon's libration angles at a given moment in time. + /// + /// + /// Libration is an observed back-and-forth wobble of the portion of the + /// Moon visible from the Earth. It is caused by the imperfect tidal locking + /// of the Moon's fixed rotation rate, compared to its variable angular speed + /// of orbit around the Earth. + /// + /// This function calculates a pair of perpendicular libration angles, + /// one representing rotation of the Moon in eclitpic longitude `elon`, the other + /// in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. + /// + /// This function also returns the geocentric position of the Moon + /// expressed in ecliptic longitude `mlon`, ecliptic latitude `mlat`, the + /// distance `dist_km` between the centers of the Earth and Moon expressed in kilometers, + /// and the apparent angular diameter of the Moon `diam_deg`. + /// + /// The date and time for which to calculate lunar libration. + /// The Moon's ecliptic position and libration angles as seen from the Earth. + public static LibrationInfo Libration(AstroTime time) + { + double t = time.tt / 36525.0; + double t2 = t * t; + double t3 = t2 * t; + double t4 = t2 * t2; + + var context = new MoonContext(t); + MoonResult moon = context.CalcMoon(); + + LibrationInfo lib; + lib.mlon = moon.geo_eclip_lon; + lib.mlat = moon.geo_eclip_lat; + lib.dist_km = moon.distance_au * KM_PER_AU; + lib.diam_deg = (2.0 * RAD2DEG) * Math.Atan(MOON_MEAN_RADIUS_KM / Math.Sqrt(lib.dist_km*lib.dist_km - MOON_MEAN_RADIUS_KM*MOON_MEAN_RADIUS_KM)); + + // Inclination angle + const double I = DEG2RAD * 1.54242; + + // Moon's argument of latitude in radians. + double f = DEG2RAD * NormalizeLongitude(93.2720950 + 483202.0175233*t - 0.0036539*t2 - t3/3526000 + t4/863310000); + + // Moon's ascending node's mean longitude in radians. + double omega = DEG2RAD * NormalizeLongitude(125.0445479 - 1934.1362891*t + 0.0020754*t2 + t3/467441 - t4/60616000); + + // Sun's mean anomaly. + double m = DEG2RAD * NormalizeLongitude(357.5291092 + 35999.0502909*t - 0.0001536*t2 + t3/24490000); + + // Moon's mean anomaly. + double mdash = DEG2RAD * NormalizeLongitude(134.9633964 + 477198.8675055*t + 0.0087414*t2 + t3/69699 - t4/14712000); + + // Moon's mean elongation. + double d = DEG2RAD * NormalizeLongitude(297.8501921 + 445267.1114034*t - 0.0018819*t2 + t3/545868 - t4/113065000); + + // Eccentricity of the Earth's orbit. + double e = 1.0 - 0.002516*t - 0.0000074*t2; + + // Optical librations + double w = lib.mlon - omega; + double a = Math.Atan2(Math.Sin(w)*Math.Cos(lib.mlat)*Math.Cos(I) - Math.Sin(lib.mlat)*Math.Sin(I), Math.Cos(w)*Math.Cos(lib.mlat)); + double ldash = LongitudeOffset(RAD2DEG * (a - f)); + double bdash = Math.Asin(-Math.Sin(w)*Math.Cos(lib.mlat)*Math.Sin(I) - Math.Sin(lib.mlat)*Math.Cos(I)); + + // Physical librations + double k1 = DEG2RAD*(119.75 + 131.849*t); + double k2 = DEG2RAD*(72.56 + 20.186*t); + + double rho = ( + -0.02752*Math.Cos(mdash) + + -0.02245*Math.Sin(f) + + +0.00684*Math.Cos(mdash - 2*f) + + -0.00293*Math.Cos(2*f) + + -0.00085*Math.Cos(2*f - 2*d) + + -0.00054*Math.Cos(mdash - 2*d) + + -0.00020*Math.Sin(mdash + f) + + -0.00020*Math.Cos(mdash + 2*f) + + -0.00020*Math.Cos(mdash - f) + + +0.00014*Math.Cos(mdash + 2*f - 2*d) + ); + + double sigma = ( + -0.02816*Math.Sin(mdash) + + +0.02244*Math.Cos(f) + + -0.00682*Math.Sin(mdash - 2*f) + + -0.00279*Math.Sin(2*f) + + -0.00083*Math.Sin(2*f - 2*d) + + +0.00069*Math.Sin(mdash - 2*d) + + +0.00040*Math.Cos(mdash + f) + + -0.00025*Math.Sin(2*mdash) + + -0.00023*Math.Sin(mdash + 2*f) + + +0.00020*Math.Cos(mdash - f) + + +0.00019*Math.Sin(mdash - f) + + +0.00013*Math.Sin(mdash + 2*f - 2*d) + + -0.00010*Math.Cos(mdash - 3*f) + ); + + double tau = ( + +0.02520*e*Math.Sin(m) + + +0.00473*Math.Sin(2*mdash - 2*f) + + -0.00467*Math.Sin(mdash) + + +0.00396*Math.Sin(k1) + + +0.00276*Math.Sin(2*mdash - 2*d) + + +0.00196*Math.Sin(omega) + + -0.00183*Math.Cos(mdash - f) + + +0.00115*Math.Sin(mdash - 2*d) + + -0.00096*Math.Sin(mdash - d) + + +0.00046*Math.Sin(2*f - 2*d) + + -0.00039*Math.Sin(mdash - f) + + -0.00032*Math.Sin(mdash - m - d) + + +0.00027*Math.Sin(2*mdash - m - 2*d) + + +0.00023*Math.Sin(k2) + + -0.00014*Math.Sin(2*d) + + +0.00014*Math.Cos(2*mdash - 2*f) + + -0.00012*Math.Sin(mdash - 2*f) + + -0.00012*Math.Sin(2*mdash) + + +0.00011*Math.Sin(2*mdash - 2*m - 2*d) + ); + + double ldash2 = -tau + (rho*Math.Cos(a) + sigma*Math.Sin(a))*Math.Tan(bdash); + bdash *= RAD2DEG; + double bdash2 = sigma*Math.Cos(a) - rho*Math.Sin(a); + + lib.elon = ldash + ldash2; + lib.elat = bdash + bdash2; + + return lib; + } + private static AstroVector BarycenterContrib(AstroTime time, Body body, double planet_gm) { AstroVector p = CalcVsop(vsop[(int)body], time); diff --git a/source/js/README.md b/source/js/README.md index d0973c8d..0fc50f9c 100644 --- a/source/js/README.md +++ b/source/js/README.md @@ -227,6 +227,25 @@ an `AstroTime` value that can be passed to Astronomy Engine functions. | tt | number | The number of days since the J2000 epoch as expressed in Terrestrial Time. | +* * * + + + +## LibrationInfo +**Kind**: global class +**Brief**: Lunar libration angles, returned by [Libration](#Libration). +**Properties** + +| Name | Type | Description | +| --- | --- | --- | +| elat | number | Sub-Earth libration ecliptic latitude angle, in degrees. | +| elon | number | Sub-Earth libration ecliptic longitude angle, in degrees. | +| mlat | number | Moon's geocentric ecliptic latitude. | +| mlon | number | Moon's geocentric ecliptic longitude. | +| dist_km | number | Distance between the centers of the Earth and Moon in kilometers. | +| diam_deg | number | The apparent angular diameter of the Moon, in degrees, as seen from the center of the Earth. | + + * * * @@ -891,6 +910,33 @@ function calls may be more efficient than passing in native JavaScript Date obje | date | [FlexibleDateTime](#FlexibleDateTime) | A Date object, a number of UTC days since the J2000 epoch (noon on January 1, 2000), or an AstroTime object. See remarks above. | +* * * + + + +## Libration(date) ⇒ [LibrationInfo](#LibrationInfo) +**Kind**: global function +**Brief**: Calculates the Moon's libration angles at a given moment in time. + +Libration is an observed back-and-forth wobble of the portion of the +Moon visible from the Earth. It is caused by the imperfect tidal locking +of the Moon's fixed rotation rate, compared to its variable angular speed +of orbit around the Earth. + +This function calculates a pair of perpendicular libration angles, +one representing rotation of the Moon in eclitpic longitude `elon`, the other +in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. + +This function also returns the geocentric position of the Moon +expressed in ecliptic longitude `mlon`, ecliptic latitude `mlat`, the +distance `dist_km` between the centers of the Earth and Moon expressed in kilometers, +and the apparent angular diameter of the Moon `diam_deg`. + +| Param | Type | Description | +| --- | --- | --- | +| date | [FlexibleDateTime](#FlexibleDateTime) | A Date object, a number of UTC days since the J2000 epoch (noon on January 1, 2000), or an AstroTime object. | + + * * * diff --git a/source/js/astronomy.browser.js b/source/js/astronomy.browser.js index 9e9395b4..8eb71e18 100644 --- a/source/js/astronomy.browser.js +++ b/source/js/astronomy.browser.js @@ -34,9 +34,9 @@ */ 'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); -exports.IlluminationInfo = exports.EclipticLongitude = exports.AngleFromSun = exports.PairLongitude = exports.SearchSunLongitude = exports.Search = exports.BaryState = exports.GeoVector = exports.HelioDistance = exports.HelioVector = exports.JupiterMoons = exports.JupiterMoonsInfo = exports.GeoMoon = exports.Ecliptic = exports.ObserverGravity = exports.VectorObserver = exports.ObserverVector = exports.Equator = exports.SunPosition = exports.Observer = exports.Horizon = exports.EclipticCoordinates = exports.HorizontalCoordinates = exports.MakeRotation = exports.RotationMatrix = exports.EquatorialCoordinates = exports.Spherical = exports.StateVector = exports.Vector = exports.CalcMoonCount = exports.MakeTime = exports.AstroTime = exports.SetDeltaTFunction = exports.DeltaT_JplHorizons = exports.DeltaT_EspenakMeeus = exports.Body = exports.AngleBetween = exports.CALLISTO_RADIUS_KM = exports.GANYMEDE_RADIUS_KM = exports.EUROPA_RADIUS_KM = exports.IO_RADIUS_KM = exports.JUPITER_MEAN_RADIUS_KM = exports.JUPITER_POLAR_RADIUS_KM = exports.JUPITER_EQUATORIAL_RADIUS_KM = exports.RAD2HOUR = exports.RAD2DEG = exports.HOUR2RAD = exports.DEG2RAD = exports.KM_PER_AU = exports.C_AUDAY = void 0; -exports.ConstellationInfo = exports.Rotation_GAL_EQJ = exports.Rotation_EQJ_GAL = exports.Rotation_HOR_ECL = exports.Rotation_ECL_HOR = exports.Rotation_ECL_EQD = exports.Rotation_EQD_ECL = exports.Rotation_EQJ_HOR = exports.Rotation_HOR_EQJ = exports.Rotation_HOR_EQD = exports.Rotation_EQD_HOR = exports.Rotation_EQD_EQJ = exports.Rotation_EQJ_EQD = exports.Rotation_ECL_EQJ = exports.Rotation_EQJ_ECL = exports.RotateState = exports.RotateVector = exports.InverseRefraction = exports.Refraction = exports.VectorFromHorizon = exports.HorizonFromVector = exports.SphereFromVector = exports.EquatorFromVector = exports.VectorFromSphere = exports.Pivot = exports.IdentityMatrix = exports.CombineRotation = exports.InverseRotation = exports.NextPlanetApsis = exports.SearchPlanetApsis = exports.NextLunarApsis = exports.SearchLunarApsis = exports.Apsis = exports.SearchPeakMagnitude = exports.SearchMaxElongation = exports.Elongation = exports.ElongationEvent = exports.Seasons = exports.SeasonInfo = exports.SearchHourAngle = exports.HourAngleEvent = exports.SearchAltitude = exports.SearchRiseSet = exports.NextMoonQuarter = exports.SearchMoonQuarter = exports.MoonQuarter = exports.SearchMoonPhase = exports.MoonPhase = exports.SearchRelativeLongitude = exports.Illumination = void 0; -exports.NextTransit = exports.SearchTransit = exports.TransitInfo = exports.NextLocalSolarEclipse = exports.SearchLocalSolarEclipse = exports.LocalSolarEclipseInfo = exports.EclipseEvent = exports.NextGlobalSolarEclipse = exports.SearchGlobalSolarEclipse = exports.NextLunarEclipse = exports.GlobalSolarEclipseInfo = exports.SearchLunarEclipse = exports.LunarEclipseInfo = exports.Constellation = void 0; +exports.AngleFromSun = exports.PairLongitude = exports.SearchSunLongitude = exports.Search = exports.BaryState = exports.GeoVector = exports.HelioDistance = exports.HelioVector = exports.JupiterMoons = exports.JupiterMoonsInfo = exports.GeoMoon = exports.Ecliptic = exports.ObserverGravity = exports.VectorObserver = exports.ObserverVector = exports.Equator = exports.SunPosition = exports.Observer = exports.Horizon = exports.EclipticCoordinates = exports.HorizontalCoordinates = exports.MakeRotation = exports.RotationMatrix = exports.EquatorialCoordinates = exports.Spherical = exports.StateVector = exports.Vector = exports.Libration = exports.LibrationInfo = exports.CalcMoonCount = exports.MakeTime = exports.AstroTime = exports.SetDeltaTFunction = exports.DeltaT_JplHorizons = exports.DeltaT_EspenakMeeus = exports.Body = exports.AngleBetween = exports.CALLISTO_RADIUS_KM = exports.GANYMEDE_RADIUS_KM = exports.EUROPA_RADIUS_KM = exports.IO_RADIUS_KM = exports.JUPITER_MEAN_RADIUS_KM = exports.JUPITER_POLAR_RADIUS_KM = exports.JUPITER_EQUATORIAL_RADIUS_KM = exports.RAD2HOUR = exports.RAD2DEG = exports.HOUR2RAD = exports.DEG2RAD = exports.KM_PER_AU = exports.C_AUDAY = void 0; +exports.Rotation_EQJ_GAL = exports.Rotation_HOR_ECL = exports.Rotation_ECL_HOR = exports.Rotation_ECL_EQD = exports.Rotation_EQD_ECL = exports.Rotation_EQJ_HOR = exports.Rotation_HOR_EQJ = exports.Rotation_HOR_EQD = exports.Rotation_EQD_HOR = exports.Rotation_EQD_EQJ = exports.Rotation_EQJ_EQD = exports.Rotation_ECL_EQJ = exports.Rotation_EQJ_ECL = exports.RotateState = exports.RotateVector = exports.InverseRefraction = exports.Refraction = exports.VectorFromHorizon = exports.HorizonFromVector = exports.SphereFromVector = exports.EquatorFromVector = exports.VectorFromSphere = exports.Pivot = exports.IdentityMatrix = exports.CombineRotation = exports.InverseRotation = exports.NextPlanetApsis = exports.SearchPlanetApsis = exports.NextLunarApsis = exports.SearchLunarApsis = exports.Apsis = exports.SearchPeakMagnitude = exports.SearchMaxElongation = exports.Elongation = exports.ElongationEvent = exports.Seasons = exports.SeasonInfo = exports.SearchHourAngle = exports.HourAngleEvent = exports.SearchAltitude = exports.SearchRiseSet = exports.NextMoonQuarter = exports.SearchMoonQuarter = exports.MoonQuarter = exports.SearchMoonPhase = exports.MoonPhase = exports.SearchRelativeLongitude = exports.Illumination = exports.IlluminationInfo = exports.EclipticLongitude = void 0; +exports.NextTransit = exports.SearchTransit = exports.TransitInfo = exports.NextLocalSolarEclipse = exports.SearchLocalSolarEclipse = exports.LocalSolarEclipseInfo = exports.EclipseEvent = exports.NextGlobalSolarEclipse = exports.SearchGlobalSolarEclipse = exports.NextLunarEclipse = exports.GlobalSolarEclipseInfo = exports.SearchLunarEclipse = exports.LunarEclipseInfo = exports.Constellation = exports.ConstellationInfo = exports.Rotation_GAL_EQJ = void 0; /** * @brief The speed of light in AU/day. */ @@ -1571,6 +1571,136 @@ function CalcMoon(time) { distance_au: (ARC * EARTH_EQUATORIAL_RADIUS_AU) / (0.999953253 * SINPI) }; } +/** + * @brief Lunar libration angles, returned by {@link Libration}. + * + * @property {number} elat + * Sub-Earth libration ecliptic latitude angle, in degrees. + * @property {number} elon + * Sub-Earth libration ecliptic longitude angle, in degrees. + * @property {number} mlat + * Moon's geocentric ecliptic latitude. + * @property {number} mlon + * Moon's geocentric ecliptic longitude. + * @property {number} dist_km + * Distance between the centers of the Earth and Moon in kilometers. + * @property {number} diam_deg + * The apparent angular diameter of the Moon, in degrees, as seen from the center of the Earth. + */ +class LibrationInfo { + constructor(elat, elon, mlat, mlon, dist_km, diam_deg) { + this.elat = elat; + this.elon = elon; + this.mlat = mlat; + this.mlon = mlon; + this.dist_km = dist_km; + this.diam_deg = diam_deg; + } +} +exports.LibrationInfo = LibrationInfo; +/** + * @brief Calculates the Moon's libration angles at a given moment in time. + * + * Libration is an observed back-and-forth wobble of the portion of the + * Moon visible from the Earth. It is caused by the imperfect tidal locking + * of the Moon's fixed rotation rate, compared to its variable angular speed + * of orbit around the Earth. + * + * This function calculates a pair of perpendicular libration angles, + * one representing rotation of the Moon in eclitpic longitude `elon`, the other + * in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. + * + * This function also returns the geocentric position of the Moon + * expressed in ecliptic longitude `mlon`, ecliptic latitude `mlat`, the + * distance `dist_km` between the centers of the Earth and Moon expressed in kilometers, + * and the apparent angular diameter of the Moon `diam_deg`. + * + * @param {FlexibleDateTime} date + * A Date object, a number of UTC days since the J2000 epoch (noon on January 1, 2000), + * or an AstroTime object. + * + * @returns {LibrationInfo} + */ +function Libration(date) { + const time = MakeTime(date); + const t = time.tt / 36525.0; + const t2 = t * t; + const t3 = t2 * t; + const t4 = t2 * t2; + const moon = CalcMoon(time); + const mlon = moon.geo_eclip_lon; + const mlat = moon.geo_eclip_lat; + const dist_km = moon.distance_au * exports.KM_PER_AU; + // Inclination angle + const I = exports.DEG2RAD * 1.54242; + // Moon's argument of latitude in radians. + const f = exports.DEG2RAD * NormalizeLongitude(93.2720950 + 483202.0175233 * t - 0.0036539 * t2 - t3 / 3526000 + t4 / 863310000); + // Moon's ascending node's mean longitude in radians. + const omega = exports.DEG2RAD * NormalizeLongitude(125.0445479 - 1934.1362891 * t + 0.0020754 * t2 + t3 / 467441 - t4 / 60616000); + // Sun's mean anomaly. + const m = exports.DEG2RAD * NormalizeLongitude(357.5291092 + 35999.0502909 * t - 0.0001536 * t2 + t3 / 24490000); + // Moon's mean anomaly. + const mdash = exports.DEG2RAD * NormalizeLongitude(134.9633964 + 477198.8675055 * t + 0.0087414 * t2 + t3 / 69699 - t4 / 14712000); + // Moon's mean elongation. + const d = exports.DEG2RAD * NormalizeLongitude(297.8501921 + 445267.1114034 * t - 0.0018819 * t2 + t3 / 545868 - t4 / 113065000); + // Eccentricity of the Earth's orbit. + const e = 1.0 - 0.002516 * t - 0.0000074 * t2; + // Optical librations + const w = mlon - omega; + const a = Math.atan2(Math.sin(w) * Math.cos(mlat) * Math.cos(I) - Math.sin(mlat) * Math.sin(I), Math.cos(w) * Math.cos(mlat)); + const ldash = LongitudeOffset(exports.RAD2DEG * (a - f)); + const bdash = Math.asin(-Math.sin(w) * Math.cos(mlat) * Math.sin(I) - Math.sin(mlat) * Math.cos(I)); + // Physical librations + const k1 = exports.DEG2RAD * (119.75 + 131.849 * t); + const k2 = exports.DEG2RAD * (72.56 + 20.186 * t); + const rho = (-0.02752 * Math.cos(mdash) + + -0.02245 * Math.sin(f) + + +0.00684 * Math.cos(mdash - 2 * f) + + -0.00293 * Math.cos(2 * f) + + -0.00085 * Math.cos(2 * f - 2 * d) + + -0.00054 * Math.cos(mdash - 2 * d) + + -0.00020 * Math.sin(mdash + f) + + -0.00020 * Math.cos(mdash + 2 * f) + + -0.00020 * Math.cos(mdash - f) + + +0.00014 * Math.cos(mdash + 2 * f - 2 * d)); + const sigma = (-0.02816 * Math.sin(mdash) + + +0.02244 * Math.cos(f) + + -0.00682 * Math.sin(mdash - 2 * f) + + -0.00279 * Math.sin(2 * f) + + -0.00083 * Math.sin(2 * f - 2 * d) + + +0.00069 * Math.sin(mdash - 2 * d) + + +0.00040 * Math.cos(mdash + f) + + -0.00025 * Math.sin(2 * mdash) + + -0.00023 * Math.sin(mdash + 2 * f) + + +0.00020 * Math.cos(mdash - f) + + +0.00019 * Math.sin(mdash - f) + + +0.00013 * Math.sin(mdash + 2 * f - 2 * d) + + -0.00010 * Math.cos(mdash - 3 * f)); + const tau = (+0.02520 * e * Math.sin(m) + + +0.00473 * Math.sin(2 * mdash - 2 * f) + + -0.00467 * Math.sin(mdash) + + +0.00396 * Math.sin(k1) + + +0.00276 * Math.sin(2 * mdash - 2 * d) + + +0.00196 * Math.sin(omega) + + -0.00183 * Math.cos(mdash - f) + + +0.00115 * Math.sin(mdash - 2 * d) + + -0.00096 * Math.sin(mdash - d) + + +0.00046 * Math.sin(2 * f - 2 * d) + + -0.00039 * Math.sin(mdash - f) + + -0.00032 * Math.sin(mdash - m - d) + + +0.00027 * Math.sin(2 * mdash - m - 2 * d) + + +0.00023 * Math.sin(k2) + + -0.00014 * Math.sin(2 * d) + + +0.00014 * Math.cos(2 * mdash - 2 * f) + + -0.00012 * Math.sin(mdash - 2 * f) + + -0.00012 * Math.sin(2 * mdash) + + +0.00011 * Math.sin(2 * mdash - 2 * m - 2 * d)); + const ldash2 = -tau + (rho * Math.cos(a) + sigma * Math.sin(a)) * Math.tan(bdash); + const bdash2 = sigma * Math.cos(a) - rho * Math.sin(a); + const diam_deg = 2.0 * exports.RAD2DEG * Math.atan(MOON_MEAN_RADIUS_KM / Math.sqrt(dist_km * dist_km - MOON_MEAN_RADIUS_KM * MOON_MEAN_RADIUS_KM)); + return new LibrationInfo(exports.RAD2DEG * bdash + bdash2, ldash + ldash2, mlat, mlon, dist_km, diam_deg); +} +exports.Libration = Libration; function precession(pos, time, dir) { const r = precession_rot(time, dir); return [ diff --git a/source/js/astronomy.browser.min.js b/source/js/astronomy.browser.min.js index ac4b27ed..7faff1af 100644 --- a/source/js/astronomy.browser.min.js +++ b/source/js/astronomy.browser.min.js @@ -31,21 +31,21 @@ var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.createTemplateTagFirstArg=funct $jscomp.ASSUME_ES5=!1;$jscomp.ASSUME_NO_NATIVE_MAP=!1;$jscomp.ASSUME_NO_NATIVE_SET=!1;$jscomp.SIMPLE_FROUND_POLYFILL=!1;$jscomp.ISOLATE_POLYFILLS=!1;$jscomp.FORCE_POLYFILL_PROMISE=!1;$jscomp.FORCE_POLYFILL_PROMISE_WHEN_NO_UNHANDLED_REJECTION=!1;$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(q,t,e){if(q==Array.prototype||q==Object.prototype)return q;q[t]=e.value;return q}; $jscomp.getGlobal=function(q){q=["object"==typeof globalThis&&globalThis,q,"object"==typeof window&&window,"object"==typeof self&&self,"object"==typeof global&&global];for(var t=0;tMath.abs(c))throw"AngleBetween: first vector is too short.";var d=b.x*b.x+b.y*b.y+b.z*b.z;if(1E-8>Math.abs(d))throw"AngleBetween: second vector is too short.";a=(a.x*b.x+a.y*b.y+a.z*b.z)/Math.sqrt(c*d);return-1>=a?180:1<=a?0:e.RAD2DEG*Math.acos(a)}function M(a){var b=2E3+(a-14)/365.24217;if(-500>b)return a=(b-1820)/100,-20+32*a*a;if(500>b){a=b/100;b=a*a;var c=a*b;return 10583.6-1014.41*a+33.78311*b-5.952053*c-.1798452*b*b+.022174192*b*c+.0090316521*c*c}if(1600>b)return a=(b- 1E3)/100,b=a*a,c=a*b,1574.2-556.01*a+71.23472*b+.319781*c-.8503463*b*b-.005050998*b*c+.0083572073*c*c;if(1700>b)return a=b-1600,b=a*a,120-.9808*a-.01532*b+a*b/7129;if(1800>b)return a=b-1700,b=a*a,8.83+.1603*a-.0059285*b+1.3336E-4*a*b-b*b/1174E3;if(1860>b){a=b-1800;b=a*a;c=a*b;var d=b*b;return 13.72-.332447*a+.0068612*b+.0041116*c-3.7436E-4*d+1.21272E-5*b*c-1.699E-7*c*c+8.75E-10*c*d}if(1900>b)return a=b-1860,b=a*a,c=a*b,7.62+.5737*a-.251754*b+.01680668*c-4.473624E-4*b*b+b*c/233174;if(1920>b)return a= b-1900,b=a*a,-2.79+1.494119*a-.0598939*b+.0061966*a*b-1.97E-4*b*b;if(1941>b)return a=b-1920,b=a*a,21.2+.84493*a-.0761*b+.0020936*a*b;if(1961>b)return a=b-1950,b=a*a,29.07+.407*a-b/233+a*b/2547;if(1986>b)return a=b-1975,b=a*a,45.45+1.067*a-b/260-a*b/718;if(2005>b)return a=b-2E3,b=a*a,c=a*b,63.86+.3345*a-.060374*b+.0017275*c+6.51814E-4*b*b+2.373599E-5*b*c;if(2050>b)return a=b-2E3,62.92+.32217*a+.005589*a*a;if(2150>b)return a=(b-1820)/100,-20+32*a*a-.5628*(2150-b);a=(b-1820)/100;return-20+32*a*a}function P(a){return a+ -Ab(a)/86400}function w(a){return a instanceof N?a:new N(a)}function sa(a){a=a.tt/36525;return(((((-4.34E-8*a-5.76E-7)*a+.0020034)*a-1.831E-4)*a-46.836769)*a+84381.406)/3600}function Ka(a){var b;if(!La||1E-6=B;++B)0!==x[B]&&h(G.x,G.y,c(y,x[B],B),c(D,x[B],B),function(ja,ka){return G.x=ja,G.y=ka});return G}function g(x, -B,K,U,G,ja,ka,bb){G=k(G,ja,ka,bb);p+=x*G.y;v+=B*G.y;ta+=K*G.x;aa+=U*G.x}++e.CalcMoonCount;a=a.tt/36525;var m,n,p,v,y=b(-6,6,1,4),D=b(-6,6,1,4);var z=a*a;var ta=v=p=0;var aa=3422.7;var ba=l(.19833+.05611*a);var V=l(.27869+.04508*a);var Q=l(.16827-.36903*a);var T=l(.34734-5.37261*a);var ua=l(.10498-5.37899*a);var Ma=l(.42681-.41855*a),Gc=l(.14943-5.37511*a);var Na=.84*ba+.31*V+14.27*Q+7.26*T+.28*ua+.24*Ma;var db=2.94*ba+.31*V+14.27*Q+9.34*T+1.12*ua+.83*Ma;var Oa=-6.4*ba-1.89*Ma;V=.21*ba+.31*V+14.27* -Q-88.7*T-15.3*ua+.24*Ma-1.86*Gc;Q=Na-Oa;ba=-3.332E-6*l(.59734-5.37261*a)-5.39E-7*l(.35498-5.37899*a)-6.4E-8*l(.39943-5.37511*a);Na=O*L(.60643382+1336.85522467*a-3.13E-6*z)+Na/W;db=O*L(.37489701+1325.55240982*a+2.565E-5*z)+db/W;Oa=O*L(.99312619+99.99735956*a-4.4E-7*z)+Oa/W;V=O*L(.25909118+1342.2278298*a-8.92E-6*z)+V/W;ua=O*L(.82736186+1236.85308708*a-3.97E-6*z)+Q/W;for(m=1;4>=m;++m){switch(m){case 1:Q=db;z=4;T=1.000002208;break;case 2:Q=Oa;z=3;T=.997504612-.002495388*a;break;case 3:Q=V;z=4;T=1.000002708+ -139.978*ba;break;case 4:Q=ua;z=6;T=1;break;default:throw"Internal error: I = "+m;}d(0,m,1);d(1,m,Math.cos(Q)*T);f(0,m,0);f(1,m,Math.sin(Q)*T);for(n=2;n<=z;++n)h(c(y,n-1,m),c(D,n-1,m),c(y,1,m),c(D,1,m),function(x,B){return d(n,m,x),f(n,m,B)});for(n=1;n<=z;++n)d(-n,m,c(y,n,m)),f(-n,m,-c(D,n,m))}g(13.902,14.06,-.001,.2607,0,0,0,4);g(.403,-4.01,.394,.0023,0,0,0,3);g(2369.912,2373.36,.601,28.2333,0,0,0,2);g(-125.154,-112.79,-.725,-.9781,0,0,0,1);g(1.979,6.98,-.445,.0433,1,0,0,4);g(191.953,192.72,.029, +Bb(a)/86400}function x(a){return a instanceof N?a:new N(a)}function ua(a){a=a.tt/36525;return(((((-4.34E-8*a-5.76E-7)*a+.0020034)*a-1.831E-4)*a-46.836769)*a+84381.406)/3600}function La(a){var b;if(!Ma||1E-6=C;++C)0!==y[C]&&h(G.x,G.y,c(w,y[C],C),c(B,y[C],C),function(ja,ka){return G.x=ja,G.y=ka});return G}function g(y, +C,K,U,G,ja,ka,cb){G=k(G,ja,ka,cb);p+=y*G.y;u+=C*G.y;va+=K*G.x;ba+=U*G.x}++e.CalcMoonCount;a=a.tt/36525;var m,n,p,u,w=b(-6,6,1,4),B=b(-6,6,1,4);var z=a*a;var va=u=p=0;var ba=3422.7;var ca=l(.19833+.05611*a);var V=l(.27869+.04508*a);var Q=l(.16827-.36903*a);var T=l(.34734-5.37261*a);var wa=l(.10498-5.37899*a);var Na=l(.42681-.41855*a),Ic=l(.14943-5.37511*a);var Oa=.84*ca+.31*V+14.27*Q+7.26*T+.28*wa+.24*Na;var eb=2.94*ca+.31*V+14.27*Q+9.34*T+1.12*wa+.83*Na;var Pa=-6.4*ca-1.89*Na;V=.21*ca+.31*V+14.27* +Q-88.7*T-15.3*wa+.24*Na-1.86*Ic;Q=Oa-Pa;ca=-3.332E-6*l(.59734-5.37261*a)-5.39E-7*l(.35498-5.37899*a)-6.4E-8*l(.39943-5.37511*a);Oa=O*L(.60643382+1336.85522467*a-3.13E-6*z)+Oa/W;eb=O*L(.37489701+1325.55240982*a+2.565E-5*z)+eb/W;Pa=O*L(.99312619+99.99735956*a-4.4E-7*z)+Pa/W;V=O*L(.25909118+1342.2278298*a-8.92E-6*z)+V/W;wa=O*L(.82736186+1236.85308708*a-3.97E-6*z)+Q/W;for(m=1;4>=m;++m){switch(m){case 1:Q=eb;z=4;T=1.000002208;break;case 2:Q=Pa;z=3;T=.997504612-.002495388*a;break;case 3:Q=V;z=4;T=1.000002708+ +139.978*ca;break;case 4:Q=wa;z=6;T=1;break;default:throw"Internal error: I = "+m;}d(0,m,1);d(1,m,Math.cos(Q)*T);f(0,m,0);f(1,m,Math.sin(Q)*T);for(n=2;n<=z;++n)h(c(w,n-1,m),c(B,n-1,m),c(w,1,m),c(B,1,m),function(y,C){return d(n,m,y),f(n,m,C)});for(n=1;n<=z;++n)d(-n,m,c(w,n,m)),f(-n,m,-c(B,n,m))}g(13.902,14.06,-.001,.2607,0,0,0,4);g(.403,-4.01,.394,.0023,0,0,0,3);g(2369.912,2373.36,.601,28.2333,0,0,0,2);g(-125.154,-112.79,-.725,-.9781,0,0,0,1);g(1.979,6.98,-.445,.0433,1,0,0,4);g(191.953,192.72,.029, 3.0861,1,0,0,2);g(-8.466,-13.51,.455,-.1093,1,0,0,1);g(22639.5,22609.07,.079,186.5398,1,0,0,0);g(18.609,3.59,-.094,.0118,1,0,0,-1);g(-4586.465,-4578.13,-.077,34.3117,1,0,0,-2);g(3.215,5.44,.192,-.0386,1,0,0,-3);g(-38.428,-38.64,.001,.6008,1,0,0,-4);g(-.393,-1.43,-.092,.0086,1,0,0,-6);g(-.289,-1.59,.123,-.0053,0,1,0,4);g(-24.42,-25.1,.04,-.3,0,1,0,2);g(18.023,17.93,.007,.1494,0,1,0,1);g(-668.146,-126.98,-1.302,-.3997,0,1,0,0);g(.56,.32,-.001,-.0037,0,1,0,-1);g(-165.145,-165.06,.054,1.9178,0,1,0,-2); g(-1.877,-6.46,-.416,.0339,0,1,0,-4);g(.213,1.02,-.074,.0054,2,0,0,4);g(14.387,14.78,-.017,.2833,2,0,0,2);g(-.586,-1.2,.054,-.01,2,0,0,1);g(769.016,767.96,.107,10.1657,2,0,0,0);g(1.75,2.01,-.018,.0155,2,0,0,-1);g(-211.656,-152.53,5.679,-.3039,2,0,0,-2);g(1.225,.91,-.03,-.0088,2,0,0,-3);g(-30.773,-34.07,-.308,.3722,2,0,0,-4);g(-.57,-1.4,-.074,.0109,2,0,0,-6);g(-2.921,-11.75,.787,-.0484,1,1,0,2);g(1.267,1.52,-.022,.0164,1,1,0,1);g(-109.673,-115.18,.461,-.949,1,1,0,0);g(-205.962,-182.36,2.056,1.4437, 1,1,0,-2);g(.233,.36,.012,-.0025,1,1,0,-3);g(-4.391,-9.66,-.471,.0673,1,1,0,-4);g(.283,1.53,-.111,.006,1,-1,0,4);g(14.577,31.7,-1.54,.2302,1,-1,0,2);g(147.687,138.76,.679,1.1528,1,-1,0,0);g(-1.089,.55,.021,0,1,-1,0,-1);g(28.475,23.59,-.443,-.2257,1,-1,0,-2);g(-.276,-.38,-.006,-.0036,1,-1,0,-3);g(.636,2.27,.146,-.0102,1,-1,0,-4);g(-.189,-1.68,.131,-.0028,0,2,0,2);g(-7.486,-.66,-.037,-.0086,0,2,0,0);g(-8.096,-16.35,-.74,.0918,0,2,0,-2);g(-5.741,-.04,0,-9E-4,0,0,2,2);g(.255,0,0,0,0,0,2,1);g(-411.608, @@ -53,62 +53,62 @@ g(-1.877,-6.46,-.416,.0339,0,1,0,-4);g(.213,1.02,-.074,.0054,2,0,0,4);g(14.387,1 g(9.703,11.67,-.151,.1268,2,-1,0,0);g(-.352,-.37,.001,-.0028,2,-1,0,-1);g(-2.494,-1.17,-.003,-.0017,2,-1,0,-2);g(.36,.2,-.012,-.0043,2,-1,0,-4);g(-1.167,-1.25,.008,-.0106,1,2,0,0);g(-7.412,-6.12,.117,.0484,1,2,0,-2);g(-.311,-.65,-.032,.0044,1,2,0,-4);g(.757,1.82,-.105,.0112,1,-2,0,2);g(2.58,2.32,.027,.0196,1,-2,0,0);g(2.533,2.4,-.014,-.0212,1,-2,0,-2);g(-.344,-.57,-.025,.0036,0,3,0,-2);g(-.992,-.02,0,0,1,0,2,2);g(-45.099,-.02,0,-.001,1,0,2,0);g(-.179,-9.52,0,-.0833,1,0,2,-2);g(-.301,-.33,0,.0014, 1,0,2,-4);g(-6.382,-3.37,0,-.0481,1,0,-2,2);g(39.528,85.13,0,-.7136,1,0,-2,0);g(9.366,.71,0,-.0112,1,0,-2,-2);g(.202,.02,0,0,1,0,-2,-4);g(.415,.1,0,.0013,0,1,2,0);g(-2.152,-2.26,0,-.0066,0,1,2,-2);g(-1.44,-1.3,0,.0014,0,1,-2,2);g(.384,-.04,0,0,0,1,-2,-2);g(1.938,3.6,-.145,.0401,4,0,0,0);g(-.952,-1.58,.052,-.013,4,0,0,-2);g(-.551,-.94,.032,-.0097,3,1,0,0);g(-.482,-.57,.005,-.0045,3,1,0,-2);g(.681,.96,-.026,.0115,3,-1,0,0);g(-.297,-.27,.002,-9E-4,2,2,0,-2);g(.254,.21,-.003,0,2,-2,0,-2);g(-.25,-.22, .004,.0014,1,3,0,-2);g(-3.996,0,0,4E-4,2,0,2,0);g(.557,-.75,0,-.009,2,0,2,-2);g(-.459,-.38,0,-.0053,2,0,-2,2);g(-1.298,.74,0,4E-4,2,0,-2,0);g(.538,1.14,0,-.0141,2,0,-2,-2);g(.263,.02,0,0,1,1,2,0);g(.426,.07,0,-6E-4,1,1,-2,-2);g(-.304,.03,0,3E-4,1,-1,2,0);g(-.372,-.19,0,-.0027,1,-1,-2,2);g(.418,0,0,0,0,0,4,0);g(-.33,-.04,0,0,3,0,2,0);z=-526.069*k(0,0,1,-2).y;z+=-3.352*k(0,0,1,-4).y;z+=44.297*k(1,0,1,-2).y;z+=-6*k(1,0,1,-4).y;z+=20.599*k(-1,0,1,0).y;z+=-30.598*k(-1,0,1,-2).y;z+=-24.649*k(-2,0,1,0).y; -z+=-2*k(-2,0,1,-2).y;z+=-22.571*k(0,1,1,-2).y;z+=10.985*k(0,-1,1,-2).y;p+=.82*l(.7736-62.5512*a)+.31*l(.0466-125.1025*a)+.35*l(.5785-25.1042*a)+.66*l(.4591+1335.8075*a)+.64*l(.313-91.568*a)+1.14*l(.148+1331.2898*a)+.21*l(.5918+1056.5859*a)+.44*l(.5784+1322.8595*a)+.24*l(.2275-5.7374*a)+.28*l(.2965+2.6929*a)+.33*l(.3132+6.3368*a);a=V+v/W;a=(1.000002708+139.978*ba)*(18518.511+1.189+ta)*Math.sin(a)-6.24*Math.sin(3*a)+z;return{geo_eclip_lon:O*L((Na+p/W)/O),geo_eclip_lat:Math.PI/648E3*a,distance_au:W* -Hc/(.999953253*aa)}}function Pa(a,b,c){b=eb(b,c);return[b.rot[0][0]*a[0]+b.rot[1][0]*a[1]+b.rot[2][0]*a[2],b.rot[0][1]*a[0]+b.rot[1][1]*a[1]+b.rot[2][1]*a[2],b.rot[0][2]*a[0]+b.rot[1][2]*a[1]+b.rot[2][2]*a[2]]}function eb(a,b){a=a.tt/36525;var c=84381.406,d=((((3.337E-7*a-4.67E-7)*a-.00772503)*a+.0512623)*a-.025754)*a+c;c*=4.84813681109536E-6;var f=((((-9.51E-8*a+1.32851E-4)*a-.00114045)*a-1.0790069)*a+5038.481507)*a*4.84813681109536E-6;d*=4.84813681109536E-6;var h=((((-5.6E-8*a+1.70663E-4)*a-.00121197)* -a-2.3814292)*a+10.556403)*a*4.84813681109536E-6;a=Math.sin(c);c=Math.cos(c);var l=Math.sin(-f);f=Math.cos(-f);var k=Math.sin(-d);d=Math.cos(-d);var g=Math.sin(h),m=Math.cos(h);h=m*f-l*g*d;var n=m*l*c+g*d*f*c-a*g*k,p=m*l*a+g*d*f*a+c*g*k,v=-g*f-l*m*d,y=-g*l*c+m*d*f*c-a*m*k;g=-g*l*a+m*d*f*a+c*m*k;l*=k;m=-k*f*c-a*d;a=-k*f*a+d*c;if(b===F.Into2000)return new J([[h,n,p],[v,y,g],[l,m,a]]);if(b===F.From2000)return new J([[h,v,l],[n,y,m],[p,g,a]]);throw"Invalid precess direction";}function ca(a){var b=a.tt/ -36525,c=15*Ka(a).ee;a=(.779057273264+.00273781191135448*a.ut+a.ut%1)%1*360;0>a&&(a+=360);b=((c+.014506+((((-3.68E-8*b-2.9956E-5)*b-4.4E-7)*b+1.3915817)*b+4612.156534)*b)/3600+a)%360/15;0>b&&(b+=24);return b}function Eb(a,b){var c=a.latitude*e.DEG2RAD,d=Math.sin(c);c=Math.cos(c);var f=1/Math.sqrt(c*c+.9933056020041345*d*d),h=a.height/1E3,l=6378.1366*f+h;b=(15*b+a.longitude)*e.DEG2RAD;a=Math.sin(b);b=Math.cos(b);return{pos:[l*c*b/e.KM_PER_AU,l*c*a/e.KM_PER_AU,(6335.438815127603*f+h)*d/e.KM_PER_AU], -vel:[-7.292115E-5*l*c*a*86400,7.292115E-5*l*c*b*86400,0]}}function fb(a,b,c){b=gb(b,c);return[b.rot[0][0]*a[0]+b.rot[1][0]*a[1]+b.rot[2][0]*a[2],b.rot[0][1]*a[0]+b.rot[1][1]*a[1]+b.rot[2][1]*a[2],b.rot[0][2]*a[0]+b.rot[1][2]*a[1]+b.rot[2][2]*a[2]]}function gb(a,b){a=Ka(a);var c=a.mobl*e.DEG2RAD,d=a.tobl*e.DEG2RAD,f=4.84813681109536E-6*a.dpsi;a=Math.cos(c);c=Math.sin(c);var h=Math.cos(d),l=Math.sin(d);d=Math.cos(f);var k=Math.sin(f);f=-k*a;var g=-k*c,m=k*h,n=d*a*h+c*l,p=d*c*h-a*l;k*=l;var v=d*a*l- -c*h;a=d*c*l+a*h;if(b===F.From2000)return new J([[d,m,k],[f,n,v],[g,p,a]]);if(b===F.Into2000)return new J([[d,f,g],[m,n,p],[k,v,a]]);throw"Invalid precess direction";}function Qa(a,b,c){return c===F.Into2000?Pa(fb(a,b,c),b,c):fb(Pa(a,b,c),b,c)}function Fb(a,b){var c=ca(a);b=Eb(b,c).pos;return Qa(b,a,F.Into2000)}function Ic(a){if(!(a instanceof Array)||3!==a.length)return!1;for(var b=0;3>b;++b){if(!(a[b]instanceof Array)||3!==a[b].length)return!1;for(var c=0;3>c;++c)if(!Number.isFinite(a[b][c]))return!1}return!0} -function Gb(a,b){b=new C(a[0],a[1],a[2],b);var c=b.x*b.x+b.y*b.y,d=Math.sqrt(c+b.z*b.z);if(0===c){if(0===b.z)throw"Indeterminate sky coordinates";return new Ra(0,0>b.z?-90:90,d,b)}var f=e.RAD2HOUR*Math.atan2(b.y,b.x);0>f&&(f+=24);return new Ra(f,e.RAD2DEG*Math.atan2(a[2],Math.sqrt(c)),d,b)}function la(a,b){var c=a*e.DEG2RAD;a=Math.cos(c);c=Math.sin(c);return[a*b[0]+c*b[1],a*b[1]-c*b[0],b[2]]}function va(a,b,c,d,f){a=w(a);ma(b);u(c);u(d);var h=Math.sin(b.latitude*e.DEG2RAD),l=Math.cos(b.latitude*e.DEG2RAD), -k=Math.sin(b.longitude*e.DEG2RAD),g=Math.cos(b.longitude*e.DEG2RAD);b=Math.sin(d*e.DEG2RAD);var m=Math.cos(d*e.DEG2RAD),n=Math.sin(c*e.HOUR2RAD),p=Math.cos(c*e.HOUR2RAD),v=[l*g,l*k,h];h=[-h*g,-h*k,l];k=[k,-g,0];l=-15*ca(a);a=la(l,v);v=la(l,h);k=la(l,k);b=[m*p,m*n,b];n=b[0]*a[0]+b[1]*a[1]+b[2]*a[2];m=b[0]*v[0]+b[1]*v[1]+b[2]*v[2];v=b[0]*k[0]+b[1]*k[1]+b[2]*k[2];p=Math.sqrt(m*m+v*v);0m&&(m+=360)):m=0;n=e.RAD2DEG*Math.atan2(p,n);p=d;if(f&&(d=n,f=wa(f,90-n),n-=f,0k;++k)f.push((b[k]-d*a[k])/v*c+a[k]*p);p=Math.sqrt(f[0]*f[0]+f[1]*f[1]);0c&&(c+=24)):c=0;p=e.RAD2DEG*Math.atan2(f[2],p)}return new Hb(m,90-n,c,p)}function ma(a){if(!(a instanceof hb))throw"Not an instance of the Observer class: "+a;u(a.latitude);u(a.longitude);u(a.height);if(-90>a.latitude||90b&&(b+=360));h=e.RAD2DEG*Math.atan2(c,h);a=new C(d,f,c,a.t);return new Kb(a,h,b)}function ya(a){void 0===Sa&&(Sa=e.DEG2RAD*Ka(w(ib)).mobl,Lb=Math.cos(Sa),Mb=Math.sin(Sa));return Jb(a,Lb,Mb)}function Y(a){a=w(a);var b=ia(a),c=b.distance_au*Math.cos(b.geo_eclip_lat);b=[c*Math.cos(b.geo_eclip_lon),c*Math.sin(b.geo_eclip_lon),b.distance_au*Math.sin(b.geo_eclip_lat)];var d=sa(a)*e.DEG2RAD;c=Math.cos(d);d=Math.sin(d);b=Pa([b[0],b[1]*c-b[2]*d,b[1]*d+b[2]*c], -a,F.Into2000);return new C(b[0],b[1],b[2],a)}function da(a,b,c){var d=1,f=0;a=$jscomp.makeIterator(a);for(var h=a.next();!h.done;h=a.next()){var l=0;h=$jscomp.makeIterator(h.value);for(var k=h.next();!k.done;k=h.next()){var g=$jscomp.makeIterator(k.value);k=g.next().value;var m=g.next().value;g=g.next().value;l+=k*Math.cos(m+b*g)}l*=d;c&&(l%=O);f+=l;d*=b}return f}function jb(a,b){var c=1,d=0,f=0,h=0;a=$jscomp.makeIterator(a);for(var l=a.next();!l.done;l=a.next()){var k=0,g=0;l=$jscomp.makeIterator(l.value); -for(var m=l.next();!m.done;m=l.next()){var n=$jscomp.makeIterator(m.value);m=n.next().value;var p=n.next().value;n=n.next().value;p+=b*n;k+=m*n*Math.sin(p);0 -a?0:a>=b?b-1:a}function mb(a){var b=$jscomp.makeIterator(a);a=b.next().value;var c=$jscomp.makeIterator(b.next().value);var d=c.next().value;var f=c.next().value;c=c.next().value;var h=$jscomp.makeIterator(b.next().value);b=h.next().value;var l=h.next().value;h=h.next().value;d=new Ta(a,new E(d,f,c),new E(b,l,h));a=new Aa(d.tt);f=d.r.add(a.Sun.r);c=d.v.add(a.Sun.v);b=a.Acceleration(f);d=new Pb(d.tt,f,c,b);return new Qb(a,d)}function Sb(a,b,c){a=mb(a);for(var d=Math.ceil((b-a.grav.tt)/c),f=0;fea[40][0])a=null;else{a=Rb((a-c)/36500,40);if(!nb[a]){c=nb[a]=[];c[0]=mb(ea[a]).grav;c[146]=mb(ea[a+1]).grav;var d,f=c[0].tt;for(d=1;146>d;++d)c[d]=lb(f+=250,c[d-1]).grav;f=c[146].tt;var h=[];h[146]=c[146];for(d=145;0 -k;++k){f=Ba(a,l);c?d=R(H.Earth,l):d||(d=R(H.Earth,b));f=new C(f.x-d.x,f.y-d.y,f.z-d.z,b);var g=b.AddDays(-f.Length()/e.C_AUDAY);h=Math.abs(g.tt-l.tt);if(1E-9>h)return f;l=g}throw"Light-travel time solver did not converge: dt="+h;}function Ca(a,b){return new na(a.r.x,a.r.y,a.r.z,a.v.x,a.v.y,a.v.z,b)}function Jc(a,b,c,d,f){var h=(f+c)/2-d;c=(f-c)/2;if(0==h){if(0==c)return null;d=-d/c;if(-1>d||1=d)return null;f=Math.sqrt(d);d=(-c+f)/(2*h);f=(-c-f)/(2*h);if(-1<=d&& -1>=d){if(-1<=f&&1>=f)return null}else if(-1<=f&&1>=f)d=f;else return null}return{x:d,t:a+d*b,df_dt:(2*h*d+c)/b}}function I(a,b,c,d){var f=u(d&&d.dt_tolerance_seconds||1);f=Math.abs(f/86400);var h=d&&d.init_f1||a(b),l=d&&d.init_f2||a(c),k=NaN,g=0;d=d&&d.iter_limit||20;for(var m=!0;;){if(++g>d)throw"Excessive iteration in Search()";var n=new N(b.ut+.5*(c.ut-b.ut)),p=n.ut-b.ut;if(Math.abs(p)(p.ut-b.ut)*(p.ut-c.ut)&&0>(y.ut-b.ut)*(y.ut-c.ut))){v=a(p);var z=a(y);if(0>v&&0<=z){h=v;l=z;b=p;c=y;k=D;m=!1;continue}}}}if(0>h&&0<=k)c=n,l=k;else if(0>k&&0<=l)b=n,h=k;else return null}}function Da(a){for(;-180>=a;)a+=360;for(;180b;)b+=360;for(;360<=b;)b-=360;return b}function oa(a,b){if(a==r.Earth)throw"The Earth does not have an angle as seen from itself.";var c=w(b);b=X(r.Sun,c,!0);a=X(a,c,!0);return S(b,a)}function ha(a,b){if(a===r.Sun)throw"Cannot calculate heliocentric longitude of the Sun.";a=Ba(a,b);return ya(a).elon}function Xa(a,b){if(a===r.Earth)throw"The illumination of the Earth is not defined.";var c=w(b),d=R(H.Earth,c);if(a===r.Sun){var f= -new C(-d.x,-d.y,-d.z,c);b=new C(0,0,0,c);d=0}else a===r.Moon?(f=Y(c),b=new C(d.x+f.x,d.y+f.y,d.z+f.z,c)):(b=Ba(a,b),f=new C(b.x-d.x,b.y-d.y,b.z-d.z,c)),d=S(f,b);var h=f.Length(),l=b.Length();if(a===r.Sun)var k=Kc+5*Math.log10(h);else if(a===r.Moon)a=d*e.DEG2RAD,k=a*a,a=-12.717+1.49*Math.abs(a)+.0431*k*k,k=a+=5*Math.log10(h/(385000.6/e.KM_PER_AU)*l);else if(a===r.Saturn){var g=d;a=ya(f);k=28.06*e.DEG2RAD;var m=e.DEG2RAD*a.elat;a=Math.asin(Math.sin(m)*Math.cos(k)-Math.cos(m)*Math.sin(k)*Math.sin(e.DEG2RAD* -a.elon-e.DEG2RAD*(169.51+3.82E-5*c.tt)));k=Math.sin(Math.abs(a));g=-9+.044*g+k*(-2.6+1.2*k)+5*Math.log10(l*h);a*=e.RAD2DEG;k=g;g=a}else{var n=m=k=0;switch(a){case r.Mercury:a=-.6;k=4.98;m=-4.88;n=3.02;break;case r.Venus:163.6>d?(a=-4.47,k=1.03,m=.57,n=.13):(a=.98,k=-1.02);break;case r.Mars:a=-1.52;k=1.6;break;case r.Jupiter:a=-9.4;k=.5;break;case r.Uranus:a=-7.19;k=.25;break;case r.Neptune:a=-6.87;break;case r.Pluto:a=-1;k=4;break;default:throw"VisualMagnitude: unsupported body "+a;}var p=d/100;k= -a+p*(k+p*(m+p*n))+5*Math.log10(l*h)}return new Ub(c,k,d,l,h,f,b,g)}function Ea(a){if(a===r.Earth)throw"The Earth does not have a synodic period as seen from itself.";if(a===r.Moon)return 29.530588;var b=Z[a];if(!b)throw"Not a valid planet name: "+a;a=Z.Earth.OrbitalPeriod;return Math.abs(a/(a/b.OrbitalPeriod-1))}function pa(a,b,c){function d(m){var n=ha(a,m);m=ha(r.Earth,m);return Da(h*(m-n)-b)}u(b);var f=Z[a];if(!f)throw"Cannot search relative longitude because body is not a planet: "+a;if(a===r.Earth)throw"Cannot search relative longitude for the Earth (it is always 0)"; -var h=f.OrbitalPeriod>Z.Earth.OrbitalPeriod?1:-1;f=Ea(a);c=w(c);var l=d(c);0k;++k){var g=-l/360*f;c=c.AddDays(g);if(1>86400*Math.abs(g))return c;g=l;l=d(c);30>Math.abs(g)&&g!==l&&(g/=g-l,.5g&&(f*=g))}throw"Relative longitude search failed to converge for "+a+" near "+c.toString()+" (error_angle = "+l+").";}function pb(a){return ob(r.Moon,r.Sun,a)}function Fa(a,b,c){function d(l){l=pb(l);return Da(l-a)}u(a);u(c);b=w(b);var f=d(b);0c)return null;c=Math.min(c,h+1.5);f=b.AddDays(f);b=b.AddDays(c);return I(d,f,b)}function Vb(a){var b=pb(a);b=(Math.floor(b/90)+1)%4;a=Fa(90*b,a,10);if(!a)throw"Cannot find moon quarter";return new Wb(b,a)}function Xb(a,b,c,d,f,h){ma(b);u(f);if(0>=f)throw"Invalid value for limitDays: "+f;if(a===r.Earth)throw"Cannot find altitude event for the Earth.";if(1===c){c=12;var l=0}else if(-1===c)c=0,l=12;else throw"Invalid direction parameter "+c+" -- must be +1 or -1";d=w(d);var k=h(d);var g; -if(0=k&&0=d.ut+f)return null;m=k.time;k=h(k.time);g=h(n.time)}}function Ga(a,b,c,d){ma(b);d=w(d);var f=0;if(a===r.Earth)throw"Cannot search for hour angle of the Earth.";u(c);if(0>c||24<=c)throw"Invalid hour angle "+c;for(;;){++f;var h=ca(d),l=xa(a,d,b,!0,!0);h=(c+l.ra-b.longitude/15-h)%24;1===f?0>h&&(h+=24): --12>h?h+=24:123600*Math.abs(h))return a=va(d,b,l.ra,l.dec,"normal"),new Yb(d,a);d=d.AddDays(h/24*.9972695717592592)}}function Zb(a,b){b=w(b);var c=ob(a,r.Sun,b);if(1805*f;++f){var h=a.AddDays(5),l=b(h);if(0>=d*l){if(0>d|| -0l){a=I(c,a,h,{init_f1:-d,init_f2:-l});if(!a)throw"SearchLunarApsis INTERNAL ERROR: apogee search failed!";d=ia(a).distance_au;return new Ha(a,1,d)}throw"SearchLunarApsis INTERNAL ERROR: cannot classify apsis event!";}a=h;d=l}throw"SearchLunarApsis INTERNAL ERROR: could not find apsis within 2 synodic months of start date.";}function bc(a,b,c, -d){for(var f=1===b?1:-1;;){d/=9;if(d<1/1440)return c=c.AddDays(d/2),a=fa(a,c),new Ha(c,b,a);for(var h=-1,l=0,k=0;10>k;++k){var g=c.AddDays(k*d);g=f*fa(a,g);if(0==k||g>l)h=k,l=g}c=c.AddDays((h-1)*d);d*=2}}function Lc(a,b){var c=b.AddDays(-30/360*Z[a].OrbitalPeriod),d=b.AddDays(.75*Z[a].OrbitalPeriod),f=c,h=c,l=-1,k=-1;d=(d.ut-c.ut)/99;for(var g=0;100>g;++g){var m=c.AddDays(g*d),n=fa(a,m);0===g?k=l=n:(n>k&&(k=n,h=m),n= -b.tt)return a.time.tt>=b.tt&&a.time.tt=b.tt)return a;throw"Internal error: failed to find Neptune apsis.";}function cc(a,b){function c(n){var p=n.AddDays(-5E-4);n=n.AddDays(5E-4);p=fa(a,p);return(fa(a,n)-p)/.001}function d(n){return-c(n)}if(a===r.Neptune||a===r.Pluto)return Lc(a,b);for(var f=Z[a].OrbitalPeriod,h=f/6,l=c(b),k=0;k*h<2*f;++k){var g=b.AddDays(h),m=c(g);if(0>=l*m){f=h=void 0;if(0>l||0m)h=d,f=1;else throw"Internal error with slopes in SearchPlanetApsis"; -b=I(h,b,g);if(!b)throw"Failed to find slope transition in planetary apsis search.";l=fa(a,b);return new Ha(b,f,l)}b=g;l=m}throw"Internal error: should have found planetary apsis within 2 orbital periods.";}function qa(a){return new J([[a.rot[0][0],a.rot[1][0],a.rot[2][0]],[a.rot[0][1],a.rot[1][1],a.rot[2][1]],[a.rot[0][2],a.rot[1][2],a.rot[2][2]]])}function ra(a,b){return new J([[b.rot[0][0]*a.rot[0][0]+b.rot[1][0]*a.rot[0][1]+b.rot[2][0]*a.rot[0][2],b.rot[0][1]*a.rot[0][0]+b.rot[1][1]*a.rot[0][1]+ +z+=-2*k(-2,0,1,-2).y;z+=-22.571*k(0,1,1,-2).y;z+=10.985*k(0,-1,1,-2).y;p+=.82*l(.7736-62.5512*a)+.31*l(.0466-125.1025*a)+.35*l(.5785-25.1042*a)+.66*l(.4591+1335.8075*a)+.64*l(.313-91.568*a)+1.14*l(.148+1331.2898*a)+.21*l(.5918+1056.5859*a)+.44*l(.5784+1322.8595*a)+.24*l(.2275-5.7374*a)+.28*l(.2965+2.6929*a)+.33*l(.3132+6.3368*a);a=V+u/W;a=(1.000002708+139.978*ca)*(18518.511+1.189+va)*Math.sin(a)-6.24*Math.sin(3*a)+z;return{geo_eclip_lon:O*L((Oa+p/W)/O),geo_eclip_lat:Math.PI/648E3*a,distance_au:W* +Jc/(.999953253*ba)}}function Qa(a,b,c){b=fb(b,c);return[b.rot[0][0]*a[0]+b.rot[1][0]*a[1]+b.rot[2][0]*a[2],b.rot[0][1]*a[0]+b.rot[1][1]*a[1]+b.rot[2][1]*a[2],b.rot[0][2]*a[0]+b.rot[1][2]*a[1]+b.rot[2][2]*a[2]]}function fb(a,b){a=a.tt/36525;var c=84381.406,d=((((3.337E-7*a-4.67E-7)*a-.00772503)*a+.0512623)*a-.025754)*a+c;c*=4.84813681109536E-6;var f=((((-9.51E-8*a+1.32851E-4)*a-.00114045)*a-1.0790069)*a+5038.481507)*a*4.84813681109536E-6;d*=4.84813681109536E-6;var h=((((-5.6E-8*a+1.70663E-4)*a-.00121197)* +a-2.3814292)*a+10.556403)*a*4.84813681109536E-6;a=Math.sin(c);c=Math.cos(c);var l=Math.sin(-f);f=Math.cos(-f);var k=Math.sin(-d);d=Math.cos(-d);var g=Math.sin(h),m=Math.cos(h);h=m*f-l*g*d;var n=m*l*c+g*d*f*c-a*g*k,p=m*l*a+g*d*f*a+c*g*k,u=-g*f-l*m*d,w=-g*l*c+m*d*f*c-a*m*k;g=-g*l*a+m*d*f*a+c*m*k;l*=k;m=-k*f*c-a*d;a=-k*f*a+d*c;if(b===F.Into2000)return new J([[h,n,p],[u,w,g],[l,m,a]]);if(b===F.From2000)return new J([[h,u,l],[n,w,m],[p,g,a]]);throw"Invalid precess direction";}function da(a){var b=a.tt/ +36525,c=15*La(a).ee;a=(.779057273264+.00273781191135448*a.ut+a.ut%1)%1*360;0>a&&(a+=360);b=((c+.014506+((((-3.68E-8*b-2.9956E-5)*b-4.4E-7)*b+1.3915817)*b+4612.156534)*b)/3600+a)%360/15;0>b&&(b+=24);return b}function Fb(a,b){var c=a.latitude*e.DEG2RAD,d=Math.sin(c);c=Math.cos(c);var f=1/Math.sqrt(c*c+.9933056020041345*d*d),h=a.height/1E3,l=6378.1366*f+h;b=(15*b+a.longitude)*e.DEG2RAD;a=Math.sin(b);b=Math.cos(b);return{pos:[l*c*b/e.KM_PER_AU,l*c*a/e.KM_PER_AU,(6335.438815127603*f+h)*d/e.KM_PER_AU], +vel:[-7.292115E-5*l*c*a*86400,7.292115E-5*l*c*b*86400,0]}}function gb(a,b,c){b=hb(b,c);return[b.rot[0][0]*a[0]+b.rot[1][0]*a[1]+b.rot[2][0]*a[2],b.rot[0][1]*a[0]+b.rot[1][1]*a[1]+b.rot[2][1]*a[2],b.rot[0][2]*a[0]+b.rot[1][2]*a[1]+b.rot[2][2]*a[2]]}function hb(a,b){a=La(a);var c=a.mobl*e.DEG2RAD,d=a.tobl*e.DEG2RAD,f=4.84813681109536E-6*a.dpsi;a=Math.cos(c);c=Math.sin(c);var h=Math.cos(d),l=Math.sin(d);d=Math.cos(f);var k=Math.sin(f);f=-k*a;var g=-k*c,m=k*h,n=d*a*h+c*l,p=d*c*h-a*l;k*=l;var u=d*a*l- +c*h;a=d*c*l+a*h;if(b===F.From2000)return new J([[d,m,k],[f,n,u],[g,p,a]]);if(b===F.Into2000)return new J([[d,f,g],[m,n,p],[k,u,a]]);throw"Invalid precess direction";}function Ra(a,b,c){return c===F.Into2000?Qa(gb(a,b,c),b,c):gb(Qa(a,b,c),b,c)}function Gb(a,b){var c=da(a);b=Fb(b,c).pos;return Ra(b,a,F.Into2000)}function Kc(a){if(!(a instanceof Array)||3!==a.length)return!1;for(var b=0;3>b;++b){if(!(a[b]instanceof Array)||3!==a[b].length)return!1;for(var c=0;3>c;++c)if(!Number.isFinite(a[b][c]))return!1}return!0} +function Hb(a,b){b=new D(a[0],a[1],a[2],b);var c=b.x*b.x+b.y*b.y,d=Math.sqrt(c+b.z*b.z);if(0===c){if(0===b.z)throw"Indeterminate sky coordinates";return new Sa(0,0>b.z?-90:90,d,b)}var f=e.RAD2HOUR*Math.atan2(b.y,b.x);0>f&&(f+=24);return new Sa(f,e.RAD2DEG*Math.atan2(a[2],Math.sqrt(c)),d,b)}function la(a,b){var c=a*e.DEG2RAD;a=Math.cos(c);c=Math.sin(c);return[a*b[0]+c*b[1],a*b[1]-c*b[0],b[2]]}function xa(a,b,c,d,f){a=x(a);ma(b);v(c);v(d);var h=Math.sin(b.latitude*e.DEG2RAD),l=Math.cos(b.latitude*e.DEG2RAD), +k=Math.sin(b.longitude*e.DEG2RAD),g=Math.cos(b.longitude*e.DEG2RAD);b=Math.sin(d*e.DEG2RAD);var m=Math.cos(d*e.DEG2RAD),n=Math.sin(c*e.HOUR2RAD),p=Math.cos(c*e.HOUR2RAD),u=[l*g,l*k,h];h=[-h*g,-h*k,l];k=[k,-g,0];l=-15*da(a);a=la(l,u);u=la(l,h);k=la(l,k);b=[m*p,m*n,b];n=b[0]*a[0]+b[1]*a[1]+b[2]*a[2];m=b[0]*u[0]+b[1]*u[1]+b[2]*u[2];u=b[0]*k[0]+b[1]*k[1]+b[2]*k[2];p=Math.sqrt(m*m+u*u);0m&&(m+=360)):m=0;n=e.RAD2DEG*Math.atan2(p,n);p=d;if(f&&(d=n,f=ya(f,90-n),n-=f,0k;++k)f.push((b[k]-d*a[k])/u*c+a[k]*p);p=Math.sqrt(f[0]*f[0]+f[1]*f[1]);0c&&(c+=24)):c=0;p=e.RAD2DEG*Math.atan2(f[2],p)}return new Ib(m,90-n,c,p)}function ma(a){if(!(a instanceof ib))throw"Not an instance of the Observer class: "+a;v(a.latitude);v(a.longitude);v(a.height);if(-90>a.latitude||90b&&(b+=360));h=e.RAD2DEG*Math.atan2(c,h);a=new D(d,f,c,a.t);return new Lb(a,h,b)}function Aa(a){void 0===Ta&&(Ta=e.DEG2RAD*La(x(jb)).mobl,Mb=Math.cos(Ta),Nb=Math.sin(Ta));return Kb(a,Mb,Nb)}function Y(a){a=x(a);var b=aa(a),c=b.distance_au*Math.cos(b.geo_eclip_lat);b=[c*Math.cos(b.geo_eclip_lon),c*Math.sin(b.geo_eclip_lon),b.distance_au*Math.sin(b.geo_eclip_lat)];var d=ua(a)*e.DEG2RAD;c=Math.cos(d);d=Math.sin(d);b=Qa([b[0],b[1]*c-b[2]*d,b[1]*d+b[2]*c], +a,F.Into2000);return new D(b[0],b[1],b[2],a)}function ea(a,b,c){var d=1,f=0;a=$jscomp.makeIterator(a);for(var h=a.next();!h.done;h=a.next()){var l=0;h=$jscomp.makeIterator(h.value);for(var k=h.next();!k.done;k=h.next()){var g=$jscomp.makeIterator(k.value);k=g.next().value;var m=g.next().value;g=g.next().value;l+=k*Math.cos(m+b*g)}l*=d;c&&(l%=O);f+=l;d*=b}return f}function kb(a,b){var c=1,d=0,f=0,h=0;a=$jscomp.makeIterator(a);for(var l=a.next();!l.done;l=a.next()){var k=0,g=0;l=$jscomp.makeIterator(l.value); +for(var m=l.next();!m.done;m=l.next()){var n=$jscomp.makeIterator(m.value);m=n.next().value;var p=n.next().value;n=n.next().value;p+=b*n;k+=m*n*Math.sin(p);0 +a?0:a>=b?b-1:a}function nb(a){var b=$jscomp.makeIterator(a);a=b.next().value;var c=$jscomp.makeIterator(b.next().value);var d=c.next().value;var f=c.next().value;c=c.next().value;var h=$jscomp.makeIterator(b.next().value);b=h.next().value;var l=h.next().value;h=h.next().value;d=new Ua(a,new E(d,f,c),new E(b,l,h));a=new Ca(d.tt);f=d.r.add(a.Sun.r);c=d.v.add(a.Sun.v);b=a.Acceleration(f);d=new Qb(d.tt,f,c,b);return new Rb(a,d)}function Tb(a,b,c){a=nb(a);for(var d=Math.ceil((b-a.grav.tt)/c),f=0;ffa[40][0])a=null;else{a=Sb((a-c)/36500,40);if(!ob[a]){c=ob[a]=[];c[0]=nb(fa[a]).grav;c[146]=nb(fa[a+1]).grav;var d,f=c[0].tt;for(d=1;146>d;++d)c[d]=mb(f+=250,c[d-1]).grav;f=c[146].tt;var h=[];h[146]=c[146];for(d=145;0 +k;++k){f=Da(a,l);c?d=R(H.Earth,l):d||(d=R(H.Earth,b));f=new D(f.x-d.x,f.y-d.y,f.z-d.z,b);var g=b.AddDays(-f.Length()/e.C_AUDAY);h=Math.abs(g.tt-l.tt);if(1E-9>h)return f;l=g}throw"Light-travel time solver did not converge: dt="+h;}function Ea(a,b){return new na(a.r.x,a.r.y,a.r.z,a.v.x,a.v.y,a.v.z,b)}function Lc(a,b,c,d,f){var h=(f+c)/2-d;c=(f-c)/2;if(0==h){if(0==c)return null;d=-d/c;if(-1>d||1=d)return null;f=Math.sqrt(d);d=(-c+f)/(2*h);f=(-c-f)/(2*h);if(-1<=d&& +1>=d){if(-1<=f&&1>=f)return null}else if(-1<=f&&1>=f)d=f;else return null}return{x:d,t:a+d*b,df_dt:(2*h*d+c)/b}}function I(a,b,c,d){var f=v(d&&d.dt_tolerance_seconds||1);f=Math.abs(f/86400);var h=d&&d.init_f1||a(b),l=d&&d.init_f2||a(c),k=NaN,g=0;d=d&&d.iter_limit||20;for(var m=!0;;){if(++g>d)throw"Excessive iteration in Search()";var n=new N(b.ut+.5*(c.ut-b.ut)),p=n.ut-b.ut;if(Math.abs(p)(p.ut-b.ut)*(p.ut-c.ut)&&0>(w.ut-b.ut)*(w.ut-c.ut))){u=a(p);var z=a(w);if(0>u&&0<=z){h=u;l=z;b=p;c=w;k=B;m=!1;continue}}}}if(0>h&&0<=k)c=n,l=k;else if(0>k&&0<=l)b=n,h=k;else return null}}function oa(a){for(;-180>=a;)a+=360;for(;180a;)a+=360;for(;360<=a;)a-=360;return a}function Ub(a,b,c){v(a);v(c);b=x(b);c=b.AddDays(c);return I(function(d){d=Jb(d);return oa(d.elon- +a)},b,c)}function pb(a,b,c){if(a===r.Earth||b===r.Earth)throw"The Earth does not have a longitude as seen from itself.";c=x(c);a=X(a,c,!1);a=Aa(a);b=X(b,c,!1);b=Aa(b);return pa(a.elon-b.elon)}function qa(a,b){if(a==r.Earth)throw"The Earth does not have an angle as seen from itself.";var c=x(b);b=X(r.Sun,c,!0);a=X(a,c,!0);return S(b,a)}function ia(a,b){if(a===r.Sun)throw"Cannot calculate heliocentric longitude of the Sun.";a=Da(a,b);return Aa(a).elon}function Ya(a,b){if(a===r.Earth)throw"The illumination of the Earth is not defined."; +var c=x(b),d=R(H.Earth,c);if(a===r.Sun){var f=new D(-d.x,-d.y,-d.z,c);b=new D(0,0,0,c);d=0}else a===r.Moon?(f=Y(c),b=new D(d.x+f.x,d.y+f.y,d.z+f.z,c)):(b=Da(a,b),f=new D(b.x-d.x,b.y-d.y,b.z-d.z,c)),d=S(f,b);var h=f.Length(),l=b.Length();if(a===r.Sun)var k=Mc+5*Math.log10(h);else if(a===r.Moon)a=d*e.DEG2RAD,k=a*a,a=-12.717+1.49*Math.abs(a)+.0431*k*k,k=a+=5*Math.log10(h/(385000.6/e.KM_PER_AU)*l);else if(a===r.Saturn){var g=d;a=Aa(f);k=28.06*e.DEG2RAD;var m=e.DEG2RAD*a.elat;a=Math.asin(Math.sin(m)*Math.cos(k)- +Math.cos(m)*Math.sin(k)*Math.sin(e.DEG2RAD*a.elon-e.DEG2RAD*(169.51+3.82E-5*c.tt)));k=Math.sin(Math.abs(a));g=-9+.044*g+k*(-2.6+1.2*k)+5*Math.log10(l*h);a*=e.RAD2DEG;k=g;g=a}else{var n=m=k=0;switch(a){case r.Mercury:a=-.6;k=4.98;m=-4.88;n=3.02;break;case r.Venus:163.6>d?(a=-4.47,k=1.03,m=.57,n=.13):(a=.98,k=-1.02);break;case r.Mars:a=-1.52;k=1.6;break;case r.Jupiter:a=-9.4;k=.5;break;case r.Uranus:a=-7.19;k=.25;break;case r.Neptune:a=-6.87;break;case r.Pluto:a=-1;k=4;break;default:throw"VisualMagnitude: unsupported body "+ +a;}var p=d/100;k=a+p*(k+p*(m+p*n))+5*Math.log10(l*h)}return new Vb(c,k,d,l,h,f,b,g)}function Fa(a){if(a===r.Earth)throw"The Earth does not have a synodic period as seen from itself.";if(a===r.Moon)return 29.530588;var b=Z[a];if(!b)throw"Not a valid planet name: "+a;a=Z.Earth.OrbitalPeriod;return Math.abs(a/(a/b.OrbitalPeriod-1))}function ra(a,b,c){function d(m){var n=ia(a,m);m=ia(r.Earth,m);return oa(h*(m-n)-b)}v(b);var f=Z[a];if(!f)throw"Cannot search relative longitude because body is not a planet: "+ +a;if(a===r.Earth)throw"Cannot search relative longitude for the Earth (it is always 0)";var h=f.OrbitalPeriod>Z.Earth.OrbitalPeriod?1:-1;f=Fa(a);c=x(c);var l=d(c);0k;++k){var g=-l/360*f;c=c.AddDays(g);if(1>86400*Math.abs(g))return c;g=l;l=d(c);30>Math.abs(g)&&g!==l&&(g/=g-l,.5g&&(f*=g))}throw"Relative longitude search failed to converge for "+a+" near "+c.toString()+" (error_angle = "+l+").";}function qb(a){return pb(r.Moon,r.Sun,a)}function Ga(a,b,c){function d(l){l= +qb(l);return oa(l-a)}v(a);v(c);b=x(b);var f=d(b);0c)return null;c=Math.min(c,h+1.5);f=b.AddDays(f);b=b.AddDays(c);return I(d,f,b)}function Wb(a){var b=qb(a);b=(Math.floor(b/90)+1)%4;a=Ga(90*b,a,10);if(!a)throw"Cannot find moon quarter";return new Xb(b,a)}function Yb(a,b,c,d,f,h){ma(b);v(f);if(0>=f)throw"Invalid value for limitDays: "+f;if(a===r.Earth)throw"Cannot find altitude event for the Earth.";if(1===c){c=12;var l=0}else if(-1===c)c=0,l=12;else throw"Invalid direction parameter "+ +c+" -- must be +1 or -1";d=x(d);var k=h(d);var g;if(0=k&&0=d.ut+f)return null;m=k.time;k=h(k.time);g=h(n.time)}}function Ha(a,b,c,d){ma(b);d=x(d);var f=0;if(a===r.Earth)throw"Cannot search for hour angle of the Earth.";v(c);if(0>c||24<=c)throw"Invalid hour angle "+c;for(;;){++f;var h=da(d),l=za(a,d,b,!0,!0); +h=(c+l.ra-b.longitude/15-h)%24;1===f?0>h&&(h+=24):-12>h?h+=24:123600*Math.abs(h))return a=xa(d,b,l.ra,l.dec,"normal"),new Zb(d,a);d=d.AddDays(h/24*.9972695717592592)}}function $b(a,b){b=x(b);var c=pb(a,r.Sun,b);if(1805*f;++f){var h= +a.AddDays(5),l=b(h);if(0>=d*l){if(0>d||0l){a=I(c,a,h,{init_f1:-d,init_f2:-l});if(!a)throw"SearchLunarApsis INTERNAL ERROR: apogee search failed!";d=aa(a).distance_au;return new Ia(a,1,d)}throw"SearchLunarApsis INTERNAL ERROR: cannot classify apsis event!";}a=h;d=l}throw"SearchLunarApsis INTERNAL ERROR: could not find apsis within 2 synodic months of start date."; +}function cc(a,b,c,d){for(var f=1===b?1:-1;;){d/=9;if(d<1/1440)return c=c.AddDays(d/2),a=ha(a,c),new Ia(c,b,a);for(var h=-1,l=0,k=0;10>k;++k){var g=c.AddDays(k*d);g=f*ha(a,g);if(0==k||g>l)h=k,l=g}c=c.AddDays((h-1)*d);d*=2}}function Nc(a,b){var c=b.AddDays(-30/360*Z[a].OrbitalPeriod),d=b.AddDays(.75*Z[a].OrbitalPeriod),f=c,h=c,l=-1,k=-1;d=(d.ut-c.ut)/99;for(var g=0;100>g;++g){var m=c.AddDays(g*d),n=ha(a,m);0===g?k=l=n:(n>k&&(k=n,h=m),n=b.tt)return a.time.tt>=b.tt&&a.time.tt=b.tt)return a;throw"Internal error: failed to find Neptune apsis.";}function dc(a,b){function c(n){var p=n.AddDays(-5E-4);n=n.AddDays(5E-4);p=ha(a,p);return(ha(a,n)-p)/.001}function d(n){return-c(n)}if(a===r.Neptune||a===r.Pluto)return Nc(a,b);for(var f=Z[a].OrbitalPeriod,h=f/6,l=c(b),k=0;k*h<2*f;++k){var g=b.AddDays(h),m=c(g);if(0>=l*m){f=h=void 0;if(0>l||0m)h=d,f=1;else throw"Internal error with slopes in SearchPlanetApsis"; +b=I(h,b,g);if(!b)throw"Failed to find slope transition in planetary apsis search.";l=ha(a,b);return new Ia(b,f,l)}b=g;l=m}throw"Internal error: should have found planetary apsis within 2 orbital periods.";}function sa(a){return new J([[a.rot[0][0],a.rot[1][0],a.rot[2][0]],[a.rot[0][1],a.rot[1][1],a.rot[2][1]],[a.rot[0][2],a.rot[1][2],a.rot[2][2]]])}function ta(a,b){return new J([[b.rot[0][0]*a.rot[0][0]+b.rot[1][0]*a.rot[0][1]+b.rot[2][0]*a.rot[0][2],b.rot[0][1]*a.rot[0][0]+b.rot[1][1]*a.rot[0][1]+ b.rot[2][1]*a.rot[0][2],b.rot[0][2]*a.rot[0][0]+b.rot[1][2]*a.rot[0][1]+b.rot[2][2]*a.rot[0][2]],[b.rot[0][0]*a.rot[1][0]+b.rot[1][0]*a.rot[1][1]+b.rot[2][0]*a.rot[1][2],b.rot[0][1]*a.rot[1][0]+b.rot[1][1]*a.rot[1][1]+b.rot[2][1]*a.rot[1][2],b.rot[0][2]*a.rot[1][0]+b.rot[1][2]*a.rot[1][1]+b.rot[2][2]*a.rot[1][2]],[b.rot[0][0]*a.rot[2][0]+b.rot[1][0]*a.rot[2][1]+b.rot[2][0]*a.rot[2][2],b.rot[0][1]*a.rot[2][0]+b.rot[1][1]*a.rot[2][1]+b.rot[2][1]*a.rot[2][2],b.rot[0][2]*a.rot[2][0]+b.rot[1][2]*a.rot[2][1]+ -b.rot[2][2]*a.rot[2][2]]])}function qb(a,b){var c=a.lat*e.DEG2RAD,d=a.lon*e.DEG2RAD,f=a.dist*Math.cos(c);return new C(f*Math.cos(d),f*Math.sin(d),a.dist*Math.sin(c),b)}function dc(a){var b=rb(a);return new Ra(b.lon/15,b.lat,b.dist,a)}function rb(a){var b=a.x*a.x+a.y*a.y,c=Math.sqrt(b+a.z*a.z);if(0===b){if(0===a.z)throw"Zero-length vector not allowed.";var d=0;a=0>a.z?-90:90}else d=e.RAD2DEG*Math.atan2(a.y,a.x),0>d&&(d+=360),a=e.RAD2DEG*Math.atan2(a.z,Math.sqrt(b));return new Ya(a,d,c)}function ec(a){a= -360-a;360<=a?a-=360:0>a&&(a+=360);return a}function wa(a,b){u(b);if(-90>b||90c&&(c=-1);c=1.02/Math.tan((c+10.3/(c+5.11))*e.DEG2RAD)/60;"normal"===a&&-1>b&&(c*=(b+90)/89)}else{if(a)throw"Invalid refraction option: "+a;c=0}return c}function fc(a,b){if(-90>b||90Math.abs(d))return c-b;c-=d}}function Ia(a,b){return new C(a.rot[0][0]*b.x+a.rot[1][0]*b.y+a.rot[2][0]*b.z,a.rot[0][1]*b.x+a.rot[1][1]* -b.y+a.rot[2][1]*b.z,a.rot[0][2]*b.x+a.rot[1][2]*b.y+a.rot[2][2]*b.z,b.t)}function gc(a,b){return new na(a.rot[0][0]*b.x+a.rot[1][0]*b.y+a.rot[2][0]*b.z,a.rot[0][1]*b.x+a.rot[1][1]*b.y+a.rot[2][1]*b.z,a.rot[0][2]*b.x+a.rot[1][2]*b.y+a.rot[2][2]*b.z,a.rot[0][0]*b.vx+a.rot[1][0]*b.vy+a.rot[2][0]*b.vz,a.rot[0][1]*b.vx+a.rot[1][1]*b.vy+a.rot[2][1]*b.vz,a.rot[0][2]*b.vx+a.rot[1][2]*b.vy+a.rot[2][2]*b.vz,b.t)}function hc(){return new J([[1,0,0],[0,.9174821430670688,-.3977769691083922],[0,.3977769691083922, -.9174821430670688]])}function sb(a){a=w(a);var b=eb(a,F.From2000);a=gb(a,F.From2000);return ra(b,a)}function tb(a){a=w(a);var b=gb(a,F.Into2000);a=eb(a,F.Into2000);return ra(b,a)}function ub(a,b){a=w(a);var c=Math.sin(b.latitude*e.DEG2RAD),d=Math.cos(b.latitude*e.DEG2RAD),f=Math.sin(b.longitude*e.DEG2RAD),h=Math.cos(b.longitude*e.DEG2RAD);b=[d*h,d*f,c];c=[-c*h,-c*f,d];f=[f,-h,0];a=-15*ca(a);b=la(a,b);c=la(a,c);a=la(a,f);return new J([[c[0],a[0],b[0]],[c[1],a[1],b[1]],[c[2],a[2],b[2]]])}function ic(a, -b){a=ub(a,b);return qa(a)}function jc(a,b){a=w(a);b=ic(a,b);a=tb(a);return ra(b,a)}function kc(a){a=tb(a);var b=hc();return ra(a,b)}function lc(a){a=kc(a);return qa(a)}function mc(a,b){a=w(a);var c=lc(a);a=ub(a,b);return ra(c,a)}function Ja(a,b,c,d){var f=(d.x*c.x+d.y*c.y+d.z*c.z)/(d.x*d.x+d.y*d.y+d.z*d.z),h=f*d.x-c.x,l=f*d.y-c.y,k=f*d.z-c.z;return new Mc(b,f,e.KM_PER_AU*Math.sqrt(h*h+l*l+k*k),695700-(1+f)*(695700-a),-695700+(1+f)*(695700+a),c,d)}function Za(a){var b=R(H.Earth,a),c=Y(a);return Ja(6459, -a,c,b)}function nc(a){var b=R(H.Earth,a),c=Y(a),d=new C(-c.x,-c.y,-c.z,c.t);c.x+=b.x;c.y+=b.y;c.z+=b.z;return Ja(1737.4,a,d,c)}function vb(a,b){var c=Fb(a,b);b=R(H.Earth,a);var d=Y(a);c=new C(c[0]-d.x,c[1]-d.y,c[2]-d.z,a);d.x+=b.x;d.y+=b.y;d.z+=b.z;return Ja(1737.4,a,c,d)}function $a(a,b,c){a=X(a,c,!1);var d=X(r.Sun,c,!1),f=new C(a.x-d.x,a.y-d.y,a.z-d.z,c);d.x=-a.x;d.y=-a.y;d.z=-a.z;return Ja(b,c,d,f)}function wb(a,b){var c=1/86400,d=b.AddDays(-c);b=b.AddDays(+c);d=a(d);return(a(b).r-d.r)/c}function Nc(a){var b= -a.AddDays(-.03);a=a.AddDays(.03);b=I(function(c){return wb(Za,c)},b,a);if(!b)throw"Failed to find peak Earth shadow time.";return Za(b)}function Oc(a){var b=a.AddDays(-.03);a=a.AddDays(.03);b=I(function(c){return wb(nc,c)},b,a);if(!b)throw"Failed to find peak Moon shadow time.";return nc(b)}function Pc(a,b,c){var d=c.AddDays(-1);c=c.AddDays(1);d=I(function(f){var h=1/86400,l=$a(a,b,f.AddDays(-h));return($a(a,b,f.AddDays(+h)).r-l.r)/h},d,c);if(!d)throw"Failed to find peak planet shadow time.";return $a(a, -b,d)}function Qc(a,b){function c(h){return vb(h,b)}var d=a.AddDays(-.2),f=a.AddDays(.2);d=I(function(h){return wb(c,h)},d,f);if(!d)throw"PeakLocalMoonShadow: search failure for search_center_time = "+a;return vb(d,b)}function xb(a,b,c){var d=c/1440;c=a.AddDays(-d);d=a.AddDays(+d);c=I(function(f){return-(Za(f).r-b)},c,a);a=I(function(f){return+(Za(f).r-b)},a,d);if(!c||!a)throw"Failed to find shadow semiduration";return 720*(a.ut-c.ut)}function yb(a){a=ia(a);return e.RAD2DEG*a.geo_eclip_lat}function oc(a){a= -w(a);for(var b=0;12>b;++b){var c=Fa(180,a,40);if(!c)throw"Cannot find full moon.";a=yb(c);if(1.8>Math.abs(a)&&(a=Nc(c),a.rb;++b){var c=Fa(0,a,40);if(!c)throw"Cannot find new moon";a=yb(c); -if(1.8>Math.abs(a)&&(a=Oc(c),a.r=d?d+=360:180a.r)throw"Unexpected shadow distance from geoid intersection = "+a.r;h=.014Math.abs(c)){var d=Qc(a,b);if(d.roa(a,d)&&(b=Pc(a,c,d),b.ra.z?-90:90}else d=e.RAD2DEG*Math.atan2(a.y,a.x),0>d&&(d+=360),a=e.RAD2DEG*Math.atan2(a.z,Math.sqrt(b));return new Za(a,d,c)}function fc(a){a= +360-a;360<=a?a-=360:0>a&&(a+=360);return a}function ya(a,b){v(b);if(-90>b||90c&&(c=-1);c=1.02/Math.tan((c+10.3/(c+5.11))*e.DEG2RAD)/60;"normal"===a&&-1>b&&(c*=(b+90)/89)}else{if(a)throw"Invalid refraction option: "+a;c=0}return c}function gc(a,b){if(-90>b||90Math.abs(d))return c-b;c-=d}}function Ja(a,b){return new D(a.rot[0][0]*b.x+a.rot[1][0]*b.y+a.rot[2][0]*b.z,a.rot[0][1]*b.x+a.rot[1][1]* +b.y+a.rot[2][1]*b.z,a.rot[0][2]*b.x+a.rot[1][2]*b.y+a.rot[2][2]*b.z,b.t)}function hc(a,b){return new na(a.rot[0][0]*b.x+a.rot[1][0]*b.y+a.rot[2][0]*b.z,a.rot[0][1]*b.x+a.rot[1][1]*b.y+a.rot[2][1]*b.z,a.rot[0][2]*b.x+a.rot[1][2]*b.y+a.rot[2][2]*b.z,a.rot[0][0]*b.vx+a.rot[1][0]*b.vy+a.rot[2][0]*b.vz,a.rot[0][1]*b.vx+a.rot[1][1]*b.vy+a.rot[2][1]*b.vz,a.rot[0][2]*b.vx+a.rot[1][2]*b.vy+a.rot[2][2]*b.vz,b.t)}function ic(){return new J([[1,0,0],[0,.9174821430670688,-.3977769691083922],[0,.3977769691083922, +.9174821430670688]])}function tb(a){a=x(a);var b=fb(a,F.From2000);a=hb(a,F.From2000);return ta(b,a)}function ub(a){a=x(a);var b=hb(a,F.Into2000);a=fb(a,F.Into2000);return ta(b,a)}function vb(a,b){a=x(a);var c=Math.sin(b.latitude*e.DEG2RAD),d=Math.cos(b.latitude*e.DEG2RAD),f=Math.sin(b.longitude*e.DEG2RAD),h=Math.cos(b.longitude*e.DEG2RAD);b=[d*h,d*f,c];c=[-c*h,-c*f,d];f=[f,-h,0];a=-15*da(a);b=la(a,b);c=la(a,c);a=la(a,f);return new J([[c[0],a[0],b[0]],[c[1],a[1],b[1]],[c[2],a[2],b[2]]])}function jc(a, +b){a=vb(a,b);return sa(a)}function kc(a,b){a=x(a);b=jc(a,b);a=ub(a);return ta(b,a)}function lc(a){a=ub(a);var b=ic();return ta(a,b)}function mc(a){a=lc(a);return sa(a)}function nc(a,b){a=x(a);var c=mc(a);a=vb(a,b);return ta(c,a)}function Ka(a,b,c,d){var f=(d.x*c.x+d.y*c.y+d.z*c.z)/(d.x*d.x+d.y*d.y+d.z*d.z),h=f*d.x-c.x,l=f*d.y-c.y,k=f*d.z-c.z;return new Oc(b,f,e.KM_PER_AU*Math.sqrt(h*h+l*l+k*k),695700-(1+f)*(695700-a),-695700+(1+f)*(695700+a),c,d)}function $a(a){var b=R(H.Earth,a),c=Y(a);return Ka(6459, +a,c,b)}function oc(a){var b=R(H.Earth,a),c=Y(a),d=new D(-c.x,-c.y,-c.z,c.t);c.x+=b.x;c.y+=b.y;c.z+=b.z;return Ka(1737.4,a,d,c)}function wb(a,b){var c=Gb(a,b);b=R(H.Earth,a);var d=Y(a);c=new D(c[0]-d.x,c[1]-d.y,c[2]-d.z,a);d.x+=b.x;d.y+=b.y;d.z+=b.z;return Ka(1737.4,a,c,d)}function ab(a,b,c){a=X(a,c,!1);var d=X(r.Sun,c,!1),f=new D(a.x-d.x,a.y-d.y,a.z-d.z,c);d.x=-a.x;d.y=-a.y;d.z=-a.z;return Ka(b,c,d,f)}function xb(a,b){var c=1/86400,d=b.AddDays(-c);b=b.AddDays(+c);d=a(d);return(a(b).r-d.r)/c}function Pc(a){var b= +a.AddDays(-.03);a=a.AddDays(.03);b=I(function(c){return xb($a,c)},b,a);if(!b)throw"Failed to find peak Earth shadow time.";return $a(b)}function Qc(a){var b=a.AddDays(-.03);a=a.AddDays(.03);b=I(function(c){return xb(oc,c)},b,a);if(!b)throw"Failed to find peak Moon shadow time.";return oc(b)}function Rc(a,b,c){var d=c.AddDays(-1);c=c.AddDays(1);d=I(function(f){var h=1/86400,l=ab(a,b,f.AddDays(-h));return(ab(a,b,f.AddDays(+h)).r-l.r)/h},d,c);if(!d)throw"Failed to find peak planet shadow time.";return ab(a, +b,d)}function Sc(a,b){function c(h){return wb(h,b)}var d=a.AddDays(-.2),f=a.AddDays(.2);d=I(function(h){return xb(c,h)},d,f);if(!d)throw"PeakLocalMoonShadow: search failure for search_center_time = "+a;return wb(d,b)}function yb(a,b,c){var d=c/1440;c=a.AddDays(-d);d=a.AddDays(+d);c=I(function(f){return-($a(f).r-b)},c,a);a=I(function(f){return+($a(f).r-b)},a,d);if(!c||!a)throw"Failed to find shadow semiduration";return 720*(a.ut-c.ut)}function zb(a){a=aa(a);return e.RAD2DEG*a.geo_eclip_lat}function pc(a){a= +x(a);for(var b=0;12>b;++b){var c=Ga(180,a,40);if(!c)throw"Cannot find full moon.";a=zb(c);if(1.8>Math.abs(a)&&(a=Pc(c),a.rb;++b){var c=Ga(0,a,40);if(!c)throw"Cannot find new moon";a=zb(c); +if(1.8>Math.abs(a)&&(a=Qc(c),a.r=d?d+=360:180a.r)throw"Unexpected shadow distance from geoid intersection = "+a.r;h=.014Math.abs(c)){var d=Sc(a,b);if(d.rqa(a,d)&&(b=Rc(a,c,d),b.rMath.abs(c))return b;b=b.AddDays(c)}};N.prototype.toString=function(){return this.date.toISOString()};N.prototype.AddDays=function(a){return new N(this.ut+a)};e.AstroTime=N;e.MakeTime=w;var Bb=[[[0,0,0,0,1],[-172064161, +[.00121801746,5.79754470298,76.2660712756],[.00100896068,.3770272493,73.297125859],[.00135134092,3.37220609835,39.6175083461],[7.571796E-5,1.07149207335,388.4651552382]]]]};e.DeltaT_EspenakMeeus=M;e.DeltaT_JplHorizons=function(a){return M(Math.min(a,17*365.24217))};var Bb=M;e.SetDeltaTFunction=function(a){Bb=a};var N=function(a){if(a instanceof N)this.date=a.date,this.ut=a.ut,this.tt=a.tt;else if(a instanceof Date&&Number.isFinite(a.getTime()))this.date=a,this.ut=(a.getTime()-jb.getTime())/864E5, +this.tt=P(this.ut);else if(Number.isFinite(a))this.date=new Date(jb.getTime()+864E5*a),this.ut=a,this.tt=P(this.ut);else throw"Argument must be a Date object, an AstroTime object, or a numeric UTC Julian date.";};N.FromTerrestrialTime=function(a){for(var b=new N(a);;){var c=a-b.tt;if(1E-12>Math.abs(c))return b;b=b.AddDays(c)}};N.prototype.toString=function(){return this.date.toISOString()};N.prototype.AddDays=function(a){return new N(this.ut+a)};e.AstroTime=N;e.MakeTime=x;var Cb=[[[0,0,0,0,1],[-172064161, -174666,33386,92052331,9086,15377]],[[0,0,2,-2,2],[-13170906,-1675,-13696,5730336,-3015,-4587]],[[0,0,2,0,2],[-2276413,-234,2796,978459,-485,1374]],[[0,0,0,0,2],[2074554,207,-698,-897492,470,-291]],[[0,1,0,0,0],[1475877,-3633,11817,73871,-184,-1924]],[[0,1,2,-2,2],[-516821,1226,-524,224386,-677,-174]],[[1,0,0,0,0],[711159,73,-872,-6750,0,358]],[[0,0,2,0,1],[-387298,-367,380,200728,18,318]],[[1,0,2,0,2],[-301461,-36,816,129025,-63,367]],[[0,-1,2,-2,2],[215829,-494,111,-95929,299,132]],[[0,0,2,-2,1], [128227,137,181,-68982,-9,39]],[[-1,0,2,0,2],[123457,11,19,-53311,32,-4]],[[-1,0,0,2,0],[156994,10,-168,-1235,0,82]],[[1,0,0,0,1],[63110,63,27,-33228,0,-9]],[[-1,0,0,0,1],[-57976,-63,-189,31429,0,-75]],[[-1,0,2,2,2],[-59641,-11,149,25543,-11,66]],[[1,0,2,0,1],[-51613,-42,129,26366,0,78]],[[-2,0,2,0,1],[45893,50,31,-24236,-10,20]],[[0,0,0,2,0],[63384,11,-150,-1220,0,29]],[[0,0,2,2,2],[-38571,-1,158,16452,-11,68]],[[0,-2,2,-2,2],[32481,0,0,-13870,0,0]],[[-2,0,0,2,0],[-47722,0,-18,477,0,-25]],[[2,0, 2,0,2],[-31046,-1,131,13238,-11,59]],[[1,0,2,-2,2],[28593,0,-1,-12338,10,-3]],[[-1,0,2,0,1],[20441,21,10,-10758,0,-3]],[[2,0,0,0,0],[29243,0,-74,-609,0,13]],[[0,0,2,0,0],[25887,0,-66,-550,0,11]],[[0,1,0,0,1],[-14053,-25,79,8551,-2,-45]],[[-1,0,0,2,1],[15164,10,11,-8001,0,-1]],[[0,2,2,-2,2],[-15794,72,-16,6850,-42,-5]],[[0,0,-2,2,0],[21783,0,13,-167,0,13]],[[1,0,0,-2,1],[-12873,-10,-37,6953,0,-14]],[[0,-1,0,0,1],[-12654,11,63,6415,0,26]],[[-1,0,2,2,1],[-10204,0,25,5222,0,15]],[[0,2,0,0,0],[16707,-85, -10,168,-1,10]],[[1,0,2,2,2],[-7691,0,44,3268,0,19]],[[-2,0,2,0,0],[-11024,0,-14,104,0,2]],[[0,1,2,0,2],[7566,-21,-11,-3250,0,-5]],[[0,0,2,2,1],[-6637,-11,25,3353,0,14]],[[0,-1,2,0,2],[-7141,21,8,3070,0,4]],[[0,0,0,2,1],[-6302,-11,2,3272,0,4]],[[1,0,2,-2,1],[5800,10,2,-3045,0,-1]],[[2,0,2,-2,2],[6443,0,-7,-2768,0,-4]],[[-2,0,0,2,1],[-5774,-11,-15,3041,0,-5]],[[2,0,2,0,1],[-5350,0,21,2695,0,12]],[[0,-1,2,-2,1],[-4752,-11,-3,2719,0,-3]],[[0,0,0,-2,1],[-4940,-11,-21,2720,0,-9]],[[-1,-1,0,2,0],[7350, 0,-8,-51,0,4]],[[2,0,0,-2,1],[4065,0,6,-2206,0,1]],[[1,0,0,2,0],[6579,0,-24,-199,0,2]],[[0,1,2,-2,1],[3579,0,5,-1900,0,1]],[[1,-1,0,0,0],[4725,0,-6,-41,0,3]],[[-2,0,2,0,2],[-3075,0,-2,1313,0,-1]],[[3,0,2,0,2],[-2904,0,15,1233,0,7]],[[0,-1,0,2,0],[4348,0,-10,-81,0,2]],[[1,-1,2,0,2],[-2878,0,8,1232,0,4]],[[0,0,0,1,0],[-4230,0,5,-20,0,-2]],[[-1,-1,2,2,2],[-2819,0,7,1207,0,3]],[[-1,0,2,0,0],[-4056,0,5,40,0,-2]],[[0,-1,2,2,2],[-2647,0,11,1129,0,5]],[[-2,0,0,0,1],[-2294,0,-10,1266,0,-4]],[[1,1,2,0,2],[2481, 0,-7,-1062,0,-3]],[[2,0,0,0,1],[2179,0,-2,-1129,0,-2]],[[-1,1,0,1,0],[3276,0,1,-9,0,0]],[[1,1,0,0,0],[-3389,0,5,35,0,-2]],[[1,0,2,0,0],[3339,0,-13,-107,0,1]],[[-1,0,2,-2,1],[-1987,0,-6,1073,0,-2]],[[1,0,0,0,2],[-1981,0,0,854,0,0]],[[-1,0,0,1,0],[4026,0,-353,-553,0,-139]],[[0,0,2,1,2],[1660,0,-5,-710,0,-2]],[[-1,0,2,4,2],[-1521,0,9,647,0,4]],[[-1,1,0,1,1],[1314,0,0,-700,0,0]],[[0,-2,2,-2,1],[-1283,0,0,672,0,0]],[[1,0,2,2,1],[-1331,0,8,663,0,4]],[[-2,0,2,2,2],[1383,0,-2,-594,0,-2]],[[-1,0,0,0,2],[1405, -0,4,-610,0,2]],[[1,1,2,-2,2],[1290,0,0,-556,0,0]]],La;e.CalcMoonCount=0;var C=function(a,b,c,d){this.x=a;this.y=b;this.z=c;this.t=d};C.prototype.Length=function(){return Math.sqrt(this.x*this.x+this.y*this.y+this.z*this.z)};e.Vector=C;var na=function(a,b,c,d,f,h,l){this.x=a;this.y=b;this.z=c;this.vx=d;this.vy=f;this.vz=h;this.t=l};e.StateVector=na;var Ya=function(a,b,c){this.lat=u(a);this.lon=u(b);this.dist=u(c)};e.Spherical=Ya;var Ra=function(a,b,c,d){this.ra=u(a);this.dec=u(b);this.dist=u(c);this.vec= -d};e.EquatorialCoordinates=Ra;var J=function(a){this.rot=a};e.RotationMatrix=J;e.MakeRotation=function(a){if(!Ic(a))throw"Argument must be a [3][3] array of numbers";return new J(a)};var Hb=function(a,b,c,d){this.azimuth=u(a);this.altitude=u(b);this.ra=u(c);this.dec=u(d)};e.HorizontalCoordinates=Hb;var Kb=function(a,b,c){this.vec=a;this.elat=u(b);this.elon=u(c)};e.EclipticCoordinates=Kb;e.Horizon=va;var hb=function(a,b,c){this.latitude=a;this.longitude=b;this.height=c;ma(this)};e.Observer=hb;e.SunPosition= -Ib;e.Equator=xa;e.ObserverVector=function(a,b,c){a=w(a);var d=ca(a);b=Eb(b,d).pos;c||(b=Qa(b,a,F.Into2000));return new C(b[0],b[1],b[2],a)};e.VectorObserver=function(a,b){var c=ca(a.t),d=[a.x,a.y,a.z];b||(d=Pa(d,a.t,F.From2000),d=fb(d,a.t,F.From2000));b=d[0]*e.KM_PER_AU;var f=d[1]*e.KM_PER_AU;d=d[2]*e.KM_PER_AU;a=Math.sqrt(b*b+f*f);if(1E-6>a){c=0;var h=0=c;)c+=360;for(;180Math.abs(n))break;h-=n/(-42.69778487239616*((k-g)/l-g*k*-.006694397995865464/(-42.69778487239616*m))+d*f+a*b)}h*=e.RAD2DEG;l=6378.1366/l;d=Math.abs(f)>Math.abs(b)?d/f-.9933056020041345*l:a/b-l}return new hb(h,c,1E3*d)};e.ObserverGravity=function(a,b){a=Math.sin(a*e.DEG2RAD);a*=a;return 9.7803253359*(1+.00193185265241*a)/Math.sqrt(1-.00669437999013*a)*(1-(3.15704E-7-2.10269E-9* -a)*b+7.37452E-14*b*b)};e.Ecliptic=ya;e.GeoMoon=Y;var ea=[[-73E4,[-26.1182072321076,-14.376168177825,3.3844025152995],[.0016339372163656,-.0027861699588508,-.0013585880229445]],[-693500,[43.6599275018261,15.7782921408811,-8.2269833881374],[-2.504304629586E-4,.0021163039457238,7.3466073583102E-4]],[-657E3,[-17.0086014985033,33.059074387642,15.4080189624259],[-.0019676551946049,-.001833770776677,2.0125441459959E-5]],[-620500,[26.9005106893171,-21.5285596810214,-14.7987712668075],[.0022939261196998,.0017431871970059, --1.4585639832643E-4]],[-584E3,[20.2303809506997,43.2669666571891,7.3829660919234],[-.0019754081700585,5.3457141292226E-4,7.5929169129793E-4]],[-547500,[-22.5571440338751,-19.2958112538447,.7806423603826],[.0021494578646505,-.0024266772630044,-.0014013084013574]],[-511E3,[43.023623681036,19.6179542007347,-6.8406553041565],[-4.7729923671058E-4,.0020208979483877,7.7191815992131E-4]],[-474500,[-20.4245105862934,29.5157679318005,15.3408675727018],[-.0018003167284198,-.0021025226687937,-1.1262333332859E-4]], -[-438E3,[30.7746921076872,-18.2366370153037,-14.9455358798963],[.0020113162005465,.0019353827024189,-2.0937793168297E-6]],[-401500,[16.7235440456361,44.0505598318603,8.688611393944],[-.0020565226049264,3.2710694138777E-4,7.2006155046579E-4]],[-365E3,[-18.4891734360057,-23.1428732331142,-1.6436720878799],[.0025524223225832,-.0020035792463879,-.0013910737531294]],[-328500,[42.0853950560734,22.974253125952,-5.5131410205412],[-6.7105845193949E-4,.0019177289500465,7.9770011059534E-4]],[-292E3,[-23.2753639151193, -25.8185142987694,15.0553815885983],[-.0016062295460975,-.0023395961498533,-2.4377362639479E-4]],[-255500,[33.901579321013,-14.9421228983498,-14.8664994855707],[.0017455105487563,.0020655068871494,1.169500065763E-4]],[-219E3,[13.3770189322702,44.4442211120183,9.8260227015847],[-.0021171882923251,1.3114714542921E-4,6.7884578840323E-4]],[-182500,[-14.1723844533379,-26.0054690135836,-3.8387026446526],[.0028419751785822,-.0015579441656564,-.001340841671106]],[-146E3,[40.9468572586403,25.9049735920209, --4.2563362404988],[-8.3652705194051E-4,.0018129497136404,8.156422827306E-4]],[-109500,[-25.5839689598009,22.0699164999425,14.590202603678],[-.0013923977856331,-.0025442249745422,-3.7169906721828E-4]],[-73E3,[36.4035708396756,-11.7473067389593,-14.6304139635223],[.0015037714418941,.0021500325702247,2.1523781242948E-4]],[-36500,[10.2436041239517,44.5280986402285,10.8048664487066],[-.0021615839201823,-5.1418983893534E-5,6.368706075143E-4]],[0,[-9.8753695807739,-27.9789262247367,-5.7537118247043],[.0030287533248818, --.0011276087003636,-.0012651326732361]],[36500,[39.7009143866164,28.4327664903825,-3.0906026170881],[-9.7720559866138E-4,.0017121518344796,8.2822409843551E-4]],[73E3,[-27.3620419812795,18.4265651225706,13.9975343005914],[-.001169093462134,-.0027143131627458,-4.9312695340367E-4]],[109500,[38.3556091850032,-8.7643800131842,-14.2951819118807],[.0012922798115839,.0022032141141126,2.9606522103424E-4]],[146E3,[7.3929490279056,44.3826789515344,11.6295002148543],[-.002193281545383,-2.1751799585364E-4,5.9556516201114E-4]], -[182500,[-5.8649529029432,-29.1987619981354,-7.3502494912123],[.0031339384323665,-7.4205968379701E-4,-.0011783357537604]],[219E3,[38.4269476345329,30.5667598351632,-2.0378379641214],[-.0010958945370084,.0016194885149659,8.3705272532546E-4]],[255500,[-28.6586488201636,15.0309000931701,13.3365724093667],[-9.4611899595408E-4,-.0028506813871559,-6.0508645822989E-4]],[292E3,[39.8319806717528,-6.0784057667647,-13.9098153586562],[.0011117769689167,.0022362097830152,3.6230548231153E-4]],[328500,[4.837152376403, -44.072311954153,12.3146147867802],[-.0022164547537724,-3.6790365636785E-4,5.5542723844616E-4]],[365E3,[-2.2619763759487,-29.8581508706765,-8.6502366418978],[.0031821176368396,-4.0915169873994E-4,-.0010895893040652]],[401500,[37.1576590087419,32.3528396259588,-1.0950381786229],[-.001198841260683,.0015356290902995,8.4339118209852E-4]],[438E3,[-29.5767402292299,11.8635359435865,12.6313230398719],[-7.2292830060955E-4,-.0029587820140709,-7.08242964503E-4]],[474500,[40.9541099577599,-3.658980594537,-13.499469956395], -[9.5387298337127E-4,.0022572135462477,4.1826529781128E-4]],[511E3,[2.4859523114116,43.6181887566155,12.8914184596699],[-.0022339745420393,-5.1034757181916E-4,5.1485330196245E-4]],[547500,[1.0594791441638,-30.1357921778687,-9.7458684762963],[.0031921591684898,-1.130531279615E-4,-9.9954096945965E-4]],[584E3,[35.8778640130144,33.8942263660709,-.2245246362769],[-.0012941245730845,.0014560427668319,8.4762160640137E-4]],[620500,[-30.2026537318923,8.7794211940578,11.8609238187578],[-4.9002221381806E-4,-.0030438768469137, --8.0605935262763E-4]],[657E3,[41.8536204011376,-1.3790965838042,-13.0624345337527],[8.0674627557124E-4,.0022702374399791,4.6832587475465E-4]],[693500,[.2468843977112,43.0303960481227,13.3909343344167],[-.0022436121787266,-6.5238074250728E-4,4.7172729553196E-4]],[73E4,[4.2432528370899,-30.1182016908248,-10.7074412313491],[.0031725847067411,1.609846120227E-4,-9.0672150593868E-4]]],E=function(a,b,c){this.x=a;this.y=b;this.z=c};E.prototype.ToAstroVector=function(a){return new C(this.x,this.y,this.z,a)}; -E.prototype.quadrature=function(){return this.x*this.x+this.y*this.y+this.z*this.z};E.prototype.add=function(a){return new E(this.x+a.x,this.y+a.y,this.z+a.z)};E.prototype.sub=function(a){return new E(this.x-a.x,this.y-a.y,this.z-a.z)};E.prototype.incr=function(a){this.x+=a.x;this.y+=a.y;this.z+=a.z};E.prototype.decr=function(a){this.x-=a.x;this.y-=a.y;this.z-=a.z};E.prototype.mul=function(a){return new E(a*this.x,a*this.y,a*this.z)};E.prototype.div=function(a){return new E(this.x/a,this.y/a,this.z/ -a)};E.prototype.mean=function(a){return new E((this.x+a.x)/2,(this.y+a.y)/2,(this.z+a.z)/2)};var Ta=function(a,b,c){this.tt=a;this.r=b;this.v=c},Aa=function(a){var b=new Ta(a,new E(0,0,0),new E(0,0,0));this.Jupiter=Va(b,a,r.Jupiter,2.825345909524226E-7);this.Saturn=Va(b,a,r.Saturn,8.459715185680659E-8);this.Uranus=Va(b,a,r.Uranus,1.292024916781969E-8);this.Neptune=Va(b,a,r.Neptune,1.524358900784276E-8);this.Jupiter.r.decr(b.r);this.Jupiter.v.decr(b.v);this.Saturn.r.decr(b.r);this.Saturn.v.decr(b.v); -this.Uranus.r.decr(b.r);this.Uranus.v.decr(b.v);this.Neptune.r.decr(b.r);this.Neptune.v.decr(b.v);this.Sun=new Ta(a,b.r.mul(-1),b.v.mul(-1))};Aa.prototype.Acceleration=function(a){var b=za(a,2.959122082855911E-4,this.Sun.r);b.incr(za(a,2.825345909524226E-7,this.Jupiter.r));b.incr(za(a,8.459715185680659E-8,this.Saturn.r));b.incr(za(a,1.292024916781969E-8,this.Uranus.r));b.incr(za(a,1.524358900784276E-8,this.Neptune.r));return b};var Pb=function(a,b,c,d){this.tt=a;this.r=b;this.v=c;this.a=d},Qb=function(a, -b){this.bary=a;this.grav=b},nb=[],Uc=new J([[.9994327653386544,-.03367710746976414,0],[.030395942890628476,.902057912352809,.43054338854229507],[-.014499455966335291,-.43029916940910073,.902569881273754]]),Vc=[{mu:2.82489428433814E-7,al:[1.446213296021224,3.5515522861824],a:[[.0028210960212903,0,0]],l:[[-1.925258348666E-4,4.9369589722645,.01358483658305],[-9.70803596076E-5,4.3188796477322,.01303413843243],[-8.988174165E-5,1.9080016428617,.00305064867158],[-5.53101050262E-5,1.4936156681569,.01293892891155]], -z:[[.0041510849668155,4.089939635545,-.01290686414666],[6.260521444113E-4,1.446188898627,3.5515522949802],[3.52747346169E-5,2.1256287034578,1.2727416567E-4]],zeta:[[3.142172466014E-4,2.7964219722923,-.002315096098],[9.04169207946E-5,1.0477061879627,-5.6920638196E-4]]},{mu:2.82483274392893E-7,al:[-.3735263437471362,1.76932271112347],a:[[.0044871037804314,0,0],[4.324367498E-7,1.819645606291,1.7822295777568]],l:[[8.576433172936E-4,4.3188693178264,.01303413830805],[4.549582875086E-4,1.4936531751079,.01293892881962], -[3.248939825174E-4,1.8196494533458,1.7822295777568],[-3.074250079334E-4,4.9377037005911,.01358483286724],[1.982386144784E-4,1.907986905476,.00305101212869],[1.834063551804E-4,2.1402853388529,.00145009789338],[-1.434383188452E-4,5.622214036663,.89111478887838],[-7.71939140944E-5,4.300272437235,2.6733443704266]],z:[[-.0093589104136341,4.0899396509039,-.01290686414666],[2.988994545555E-4,5.9097265185595,1.7693227079462],[2.13903639035E-4,2.1256289300016,1.2727418407E-4],[1.980963564781E-4,2.743516829265, -6.7797343009E-4],[1.210388158965E-4,5.5839943711203,3.20566149E-5],[8.37042048393E-5,1.6094538368039,-.90402165808846],[8.23525166369E-5,1.4461887708689,3.5515522949802]],zeta:[[.0040404917832303,1.0477063169425,-5.692064054E-4],[2.200421034564E-4,3.3368857864364,-1.2491307307E-4],[1.662544744719E-4,2.4134862374711,0],[5.90282470983E-5,5.9719930968366,-3.056160225E-5]]},{mu:2.82498184184723E-7,al:[.2874089391143348,.878207923589328],a:[[.0071566594572575,0,0],[1.393029911E-6,1.1586745884981,2.6733443704266]], -l:[[2.310797886226E-4,2.1402987195942,.00145009784384],[-1.828635964118E-4,4.3188672736968,.01303413828263],[1.512378778204E-4,4.9373102372298,.01358483481252],[-1.163720969778E-4,4.300265986149,2.6733443704266],[-9.55478069846E-5,1.4936612842567,.01293892879857],[8.15246854464E-5,5.6222137132535,.89111478887838],[-8.01219679602E-5,1.2995922951532,1.0034433456729],[-6.07017260182E-5,.64978769669238,.50172167043264]],z:[[.0014289811307319,2.1256295942739,1.2727413029E-4],[7.71093122676E-4,5.5836330003496, -3.20643411E-5],[5.925911780766E-4,4.0899396636448,-.01290686414666],[2.045597496146E-4,5.2713683670372,-.12523544076106],[1.785118648258E-4,.28743156721063,.8782079244252],[1.131999784893E-4,1.4462127277818,3.5515522949802],[-6.5877816921E-5,2.2702423990985,-1.7951364394537],[4.97058888328E-5,5.9096792204858,1.7693227129285]],zeta:[[.0015932721570848,3.3368862796665,-1.2491307058E-4],[8.533093128905E-4,2.4133881688166,0],[3.513347911037E-4,5.9720789850127,-3.056101771E-5],[-1.441929255483E-4,1.0477061764435, --5.6920632124E-4]]},{mu:2.82492144889909E-7,al:[-.3620341291375704,.376486233433828],a:[[.0125879701715314,0,0],[3.595204947E-6,.64965776007116,.50172168165034],[2.7580210652E-6,1.808423578151,3.1750660413359]],l:[[5.586040123824E-4,2.1404207189815,.00145009793231],[-3.805813868176E-4,2.7358844897853,2.972965062E-5],[2.205152863262E-4,.649796525964,.5017216724358],[1.877895151158E-4,1.8084787604005,3.1750660413359],[7.66916975242E-5,6.2720114319755,1.3928364636651],[7.47056855106E-5,1.2995916202344, -1.0034433456729]],z:[[.0073755808467977,5.5836071576084,3.206509914E-5],[2.065924169942E-4,5.9209831565786,.37648624194703],[1.589869764021E-4,.28744006242623,.8782079244252],[-1.561131605348E-4,2.1257397865089,1.2727441285E-4],[1.486043380971E-4,1.4462134301023,3.5515522949802],[6.35073108731E-5,5.9096803285954,1.7693227129285],[5.99351698525E-5,4.1125517584798,-2.7985797954589],[5.40660842731E-5,5.5390350845569,.00286834082283],[-4.89596900866E-5,4.6218149483338,-.62695712529519]],zeta:[[.0038422977898495, -2.4133922085557,0],[.0022453891791894,5.9721736773277,-3.056125525E-5],[-2.604479450559E-4,3.3368746306409,-1.2491309972E-4],[3.3211214323E-5,5.5604137742337,.00290037688507]]}],Bc=function(a){this.moon=a};e.JupiterMoonsInfo=Bc;e.JupiterMoons=function(a){a=new N(a);for(var b=[],c=$jscomp.makeIterator(Vc),d=c.next();!d.done;d=c.next()){var f=b,h=f.push;d=d.value;for(var l=a.tt+18262.5,k=[0,d.al[0]+l*d.al[1],0,0,0,0],g=$jscomp.makeIterator(d.a),m=g.next();!m.done;m=g.next()){var n=$jscomp.makeIterator(m.value); -m=n.next().value;var p=n.next().value;n=n.next().value;k[0]+=m*Math.cos(p+l*n)}g=$jscomp.makeIterator(d.l);for(m=g.next();!m.done;m=g.next())n=$jscomp.makeIterator(m.value),m=n.next().value,p=n.next().value,n=n.next().value,k[1]+=m*Math.sin(p+l*n);k[1]%=O;0>k[1]&&(k[1]+=O);g=$jscomp.makeIterator(d.z);for(m=g.next();!m.done;m=g.next())n=$jscomp.makeIterator(m.value),m=n.next().value,p=n.next().value,n=n.next().value,p+=l*n,k[2]+=m*Math.cos(p),k[3]+=m*Math.sin(p);g=$jscomp.makeIterator(d.zeta);for(m= -g.next();!m.done;m=g.next())n=$jscomp.makeIterator(m.value),m=n.next().value,p=n.next().value,n=n.next().value,p+=l*n,k[4]+=m*Math.cos(p),k[5]+=m*Math.sin(p);g=k[0];n=k[1];m=k[2];p=k[3];l=k[4];k=k[5];var v=Math.sqrt(d.mu/(g*g*g));d=n+m*Math.sin(n)-p*Math.cos(n);do{var y=Math.cos(d);var D=Math.sin(d);y=(n-d+m*D-p*y)/(1-m*y-p*D);d+=y}while(1E-12<=Math.abs(y));y=Math.cos(d);D=Math.sin(d);n=p*y-m*D;var z=-m*y-p*D,ta=1/(1+z),aa=1/(1+Math.sqrt(1-m*m-p*p));d=g*(y-m-aa*p*n);n=g*(D-p+aa*m*n);p=v*ta*g*(-D- -aa*p*z);g=v*ta*g*(+y+aa*m*z);m=2*Math.sqrt(1-l*l-k*k);v=1-2*k*k;y=1-2*l*l;D=2*k*l;d=new na(d*v+n*D,d*D+n*y,(l*n-d*k)*m,p*v+g*D,p*D+g*y,(l*g-p*k)*m,a);d=gc(Uc,d);h.call(f,d)}return new Bc(b)};e.HelioVector=Ba;e.HelioDistance=fa;e.GeoVector=X;e.BaryState=function(a,b){b=w(b);if(a==r.SSB)return new na(0,0,0,0,0,0,b);var c=new Aa(b.tt);switch(a){case r.Sun:return Ca(c.Sun,b);case r.Jupiter:return Ca(c.Jupiter,b);case r.Saturn:return Ca(c.Saturn,b);case r.Uranus:return Ca(c.Uranus,b);case r.Neptune:return Ca(c.Neptune, -b)}if(a in H)return a=Ob(H[a],b.tt),new na(c.Sun.r.x+a.r.x,c.Sun.r.y+a.r.y,c.Sun.r.z+a.r.z,c.Sun.v.x+a.v.x,c.Sun.v.y+a.v.y,c.Sun.v.z+a.v.z,b);throw'BaryState: Unsupported body "'+a+'"';};e.Search=I;e.SearchSunLongitude=Tb;e.PairLongitude=ob;e.AngleFromSun=oa;e.EclipticLongitude=ha;var Ub=function(a,b,c,d,f,h,l,k){this.time=a;this.mag=b;this.phase_angle=c;this.helio_dist=d;this.geo_dist=f;this.gc=h;this.hc=l;this.ring_tilt=k;this.phase_fraction=(1+Math.cos(e.DEG2RAD*c))/2};e.IlluminationInfo=Ub;e.Illumination= -Xa;e.SearchRelativeLongitude=pa;e.MoonPhase=pb;e.SearchMoonPhase=Fa;var Wb=function(a,b){this.quarter=a;this.time=b};e.MoonQuarter=Wb;e.SearchMoonQuarter=Vb;e.NextMoonQuarter=function(a){a=new Date(a.time.date.getTime()+5184E5);return Vb(a)};e.SearchRiseSet=function(a,b,c,d,f){a:switch(a){case r.Sun:var h=Rc;break a;case r.Moon:h=Sc;break a;default:h=0}return Xb(a,b,c,d,f,function(l){var k=xa(a,l,b,!0,!0);l=va(l,b,k.ra,k.dec).altitude+h/k.dist*e.RAD2DEG+Tc;return c*l})};e.SearchAltitude=function(a, -b,c,d,f,h){if(!Number.isFinite(h)||-90>h||90=++f;){var h=ha(a,b),l=ha(r.Earth,b),k=Da(h-l),g=h=l=void 0;k>=-d.s1&&k<+d.s1?(g=0,l=+d.s1,h=+d.s2):k>=+d.s2||k<-d.s2?(g=0,l=-d.s2,h=-d.s1):0<=k?(g=-Ea(a)/4,l=+d.s1,h=+d.s2):(g=-Ea(a)/4,l=-d.s2,h=-d.s1);k=b.AddDays(g);l=pa(a,l,k);h=pa(a,h,l);k=c(l);if(0<=k)throw"SearchMaxElongation: internal error: m1 = "+ -k;g=c(h);if(0>=g)throw"SearchMaxElongation: internal error: m2 = "+g;k=I(c,l,h,{init_f1:k,init_f2:g,dt_tolerance_seconds:10});if(!k)throw"SearchMaxElongation: failed search iter "+f+" (t1="+l.toString()+", t2="+h.toString()+")";if(k.tt>=b.tt)return Zb(a,k);b=h.AddDays(1)}throw"SearchMaxElongation: failed to find event after 2 tries.";};e.SearchPeakMagnitude=function(a,b){function c(g){var m=g.AddDays(-.005);g=g.AddDays(.005);m=Xa(a,m).mag;return(Xa(a,g).mag-m)/.01}if(a!==r.Venus)throw"SearchPeakMagnitude currently works for Venus only."; -b=w(b);for(var d=0;2>=++d;){var f=ha(a,b),h=ha(r.Earth,b),l=Da(f-h),k=f=h=void 0;-10<=l&&10>l?(k=0,h=10,f=30):30<=l||-30>l?(k=0,h=-30,f=-10):0<=l?(k=-Ea(a)/4,h=10,f=30):(k=-Ea(a)/4,h=-30,f=-10);l=b.AddDays(k);h=pa(a,h,l);f=pa(a,f,h);l=c(h);if(0<=l)throw"SearchPeakMagnitude: internal error: m1 = "+l;k=c(f);if(0>=k)throw"SearchPeakMagnitude: internal error: m2 = "+k;l=I(c,h,f,{init_f1:l,init_f2:k,dt_tolerance_seconds:10});if(!l)throw"SearchPeakMagnitude: failed search iter "+d+" (t1="+h.toString()+ -", t2="+f.toString()+")";if(l.tt>=b.tt)return Xa(a,l);b=f.AddDays(1)}throw"SearchPeakMagnitude: failed to find event after 2 tries.";};var Ha=function(a,b,c){this.time=a;this.kind=b;this.dist_au=c;this.dist_km=c*e.KM_PER_AU};e.Apsis=Ha;e.SearchLunarApsis=ac;e.NextLunarApsis=function(a){var b=ac(a.time.AddDays(11));if(1!==b.kind+a.kind)throw"NextLunarApsis INTERNAL ERROR: did not find alternating apogee/perigee: prev="+a.kind+" @ "+a.time.toString()+", next="+b.kind+" @ "+b.time.toString();return b}; -e.SearchPlanetApsis=cc;e.NextPlanetApsis=function(a,b){if(0!==b.kind&&1!==b.kind)throw"Invalid apsis kind: "+b.kind;var c=b.time.AddDays(.25*Z[a].OrbitalPeriod);a=cc(a,c);if(1!==a.kind+b.kind)throw"Internal error: previous apsis was "+b.kind+", but found "+a.kind+" for next apsis.";return a};e.InverseRotation=qa;e.CombineRotation=ra;e.IdentityMatrix=function(){return new J([[1,0,0],[0,1,0],[0,0,1]])};e.Pivot=function(a,b,c){if(0!==b&&1!==b&&2!==b)throw"Invalid axis "+b+". Must be [0, 1, 2].";var d= -u(c)*e.DEG2RAD;c=Math.cos(d);d=Math.sin(d);var f=(b+1)%3,h=(b+2)%3,l=[[0,0,0],[0,0,0],[0,0,0]];l[f][f]=c*a.rot[f][f]-d*a.rot[f][h];l[f][h]=d*a.rot[f][f]+c*a.rot[f][h];l[f][b]=a.rot[f][b];l[h][f]=c*a.rot[h][f]-d*a.rot[h][h];l[h][h]=d*a.rot[h][f]+c*a.rot[h][h];l[h][b]=a.rot[h][b];l[b][f]=c*a.rot[b][f]-d*a.rot[b][h];l[b][h]=d*a.rot[b][f]+c*a.rot[b][h];l[b][b]=a.rot[b][b];return new J(l)};e.VectorFromSphere=qb;e.EquatorFromVector=dc;e.SphereFromVector=rb;e.HorizonFromVector=function(a,b){a=rb(a);a.lon= -ec(a.lon);a.lat+=wa(b,a.lat);return a};e.VectorFromHorizon=function(a,b,c){var d=ec(a.lon);c=a.lat+fc(c,a.lat);a=new Ya(c,d,a.dist);return qb(a,b)};e.Refraction=wa;e.InverseRefraction=fc;e.RotateVector=Ia;e.RotateState=gc;e.Rotation_EQJ_ECL=hc;e.Rotation_ECL_EQJ=function(){return new J([[1,0,0],[0,.9174821430670688,.3977769691083922],[0,-.3977769691083922,.9174821430670688]])};e.Rotation_EQJ_EQD=sb;e.Rotation_EQD_EQJ=tb;e.Rotation_EQD_HOR=ub;e.Rotation_HOR_EQD=ic;e.Rotation_HOR_EQJ=jc;e.Rotation_EQJ_HOR= -function(a,b){a=jc(a,b);return qa(a)};e.Rotation_EQD_ECL=kc;e.Rotation_ECL_EQD=lc;e.Rotation_ECL_HOR=mc;e.Rotation_HOR_ECL=function(a,b){a=mc(a,b);return qa(a)};e.Rotation_EQJ_GAL=function(){return new J([[-.0548624779711344,.4941095946388765,-.8676668813529025],[-.8734572784246782,-.4447938112296831,-.1980677870294097],[-.483800052994852,.7470034631630423,.4559861124470794]])};e.Rotation_GAL_EQJ=function(){return new J([[-.0548624779711344,-.8734572784246782,-.483800052994852],[.4941095946388765, --.4447938112296831,.7470034631630423],[-.8676668813529025,-.1980677870294097,.4559861124470794]])};var Wc=[["And","Andromeda"],["Ant","Antila"],["Aps","Apus"],["Aql","Aquila"],["Aqr","Aquarius"],["Ara","Ara"],["Ari","Aries"],["Aur","Auriga"],["Boo","Bootes"],["Cae","Caelum"],["Cam","Camelopardis"],["Cap","Capricornus"],["Car","Carina"],["Cas","Cassiopeia"],["Cen","Centaurus"],["Cep","Cepheus"],["Cet","Cetus"],["Cha","Chamaeleon"],["Cir","Circinus"],["CMa","Canis Major"],["CMi","Canis Minor"],["Cnc", -"Cancer"],["Col","Columba"],["Com","Coma Berenices"],["CrA","Corona Australis"],["CrB","Corona Borealis"],["Crt","Crater"],["Cru","Crux"],["Crv","Corvus"],["CVn","Canes Venatici"],["Cyg","Cygnus"],["Del","Delphinus"],["Dor","Dorado"],["Dra","Draco"],["Equ","Equuleus"],["Eri","Eridanus"],["For","Fornax"],["Gem","Gemini"],["Gru","Grus"],["Her","Hercules"],["Hor","Horologium"],["Hya","Hydra"],["Hyi","Hydrus"],["Ind","Indus"],["Lac","Lacerta"],["Leo","Leo"],["Lep","Lepus"],["Lib","Libra"],["LMi","Leo Minor"], -["Lup","Lupus"],["Lyn","Lynx"],["Lyr","Lyra"],["Men","Mensa"],["Mic","Microscopium"],["Mon","Monoceros"],["Mus","Musca"],["Nor","Norma"],["Oct","Octans"],["Oph","Ophiuchus"],["Ori","Orion"],["Pav","Pavo"],["Peg","Pegasus"],["Per","Perseus"],["Phe","Phoenix"],["Pic","Pictor"],["PsA","Pisces Austrinus"],["Psc","Pisces"],["Pup","Puppis"],["Pyx","Pyxis"],["Ret","Reticulum"],["Scl","Sculptor"],["Sco","Scorpius"],["Sct","Scutum"],["Ser","Serpens"],["Sex","Sextans"],["Sge","Sagitta"],["Sgr","Sagittarius"], -["Tau","Taurus"],["Tel","Telescopium"],["TrA","Triangulum Australe"],["Tri","Triangulum"],["Tuc","Tucana"],["UMa","Ursa Major"],["UMi","Ursa Minor"],["Vel","Vela"],["Vir","Virgo"],["Vol","Volans"],["Vul","Vulpecula"]],Xc=[[83,0,8640,2112],[83,2880,5220,2076],[83,7560,8280,2068],[83,6480,7560,2064],[15,0,2880,2040],[10,3300,3840,1968],[15,0,1800,1920],[10,3840,5220,1920],[83,6300,6480,1920],[33,7260,7560,1920],[15,0,1263,1848],[10,4140,4890,1848],[83,5952,6300,1800],[15,7260,7440,1800],[10,2868,3300, -1764],[33,3300,4080,1764],[83,4680,5952,1680],[13,1116,1230,1632],[33,7350,7440,1608],[33,4080,4320,1596],[15,0,120,1584],[83,5040,5640,1584],[15,8490,8640,1584],[33,4320,4860,1536],[33,4860,5190,1512],[15,8340,8490,1512],[10,2196,2520,1488],[33,7200,7350,1476],[15,7393.2,7416,1462],[10,2520,2868,1440],[82,2868,3030,1440],[33,7116,7200,1428],[15,7200,7393.2,1428],[15,8232,8340,1418],[13,0,876,1404],[33,6990,7116,1392],[13,612,687,1380],[13,876,1116,1368],[10,1116,1140,1368],[15,8034,8232,1350],[10, -1800,2196,1344],[82,5052,5190,1332],[33,5190,6990,1332],[10,1140,1200,1320],[15,7968,8034,1320],[15,7416,7908,1316],[13,0,612,1296],[50,2196,2340,1296],[82,4350,4860,1272],[33,5490,5670,1272],[15,7908,7968,1266],[10,1200,1800,1260],[13,8232,8400,1260],[33,5670,6120,1236],[62,735,906,1212],[33,6120,6564,1212],[13,0,492,1200],[62,492,600,1200],[50,2340,2448,1200],[13,8400,8640,1200],[82,4860,5052,1164],[13,0,402,1152],[13,8490,8640,1152],[39,6543,6564,1140],[33,6564,6870,1140],[30,6870,6900,1140],[62, -600,735,1128],[82,3030,3300,1128],[13,60,312,1104],[82,4320,4350,1080],[50,2448,2652,1068],[30,7887,7908,1056],[30,7875,7887,1050],[30,6900,6984,1044],[82,3300,3660,1008],[82,3660,3882,960],[8,5556,5670,960],[39,5670,5880,960],[50,3330,3450,954],[0,0,906,882],[62,906,924,882],[51,6969,6984,876],[62,1620,1689,864],[30,7824,7875,864],[44,7875,7920,864],[7,2352,2652,852],[50,2652,2790,852],[0,0,720,840],[44,7920,8214,840],[44,8214,8232,828],[0,8232,8460,828],[62,924,978,816],[82,3882,3960,816],[29,4320, -4440,816],[50,2790,3330,804],[48,3330,3558,804],[0,258,507,792],[8,5466,5556,792],[0,8460,8550,770],[29,4440,4770,768],[0,8550,8640,752],[29,5025,5052,738],[80,870,978,736],[62,978,1620,736],[7,1620,1710,720],[51,6543,6969,720],[82,3960,4320,696],[30,7080,7530,696],[7,1710,2118,684],[48,3558,3780,684],[29,4770,5025,684],[0,0,24,672],[80,507,600,672],[7,2118,2352,672],[37,2838,2880,672],[30,7530,7824,672],[30,6933,7080,660],[80,690,870,654],[25,5820,5880,648],[8,5430,5466,624],[25,5466,5820,624],[51, -6612,6792,624],[48,3870,3960,612],[51,6792,6933,612],[80,600,690,600],[66,258,306,570],[48,3780,3870,564],[87,7650,7710,564],[77,2052,2118,548],[0,24,51,528],[73,5730,5772,528],[37,2118,2238,516],[87,7140,7290,510],[87,6792,6930,506],[0,51,306,504],[87,7290,7404,492],[37,2811,2838,480],[87,7404,7650,468],[87,6930,7140,460],[6,1182,1212,456],[75,6792,6840,444],[59,2052,2076,432],[37,2238,2271,420],[75,6840,7140,388],[77,1788,1920,384],[39,5730,5790,384],[75,7140,7290,378],[77,1662,1788,372],[77,1920, -2016,372],[23,4620,4860,360],[39,6210,6570,344],[23,4272,4620,336],[37,2700,2811,324],[39,6030,6210,308],[61,0,51,300],[77,2016,2076,300],[37,2520,2700,300],[61,7602,7680,300],[37,2271,2496,288],[39,6570,6792,288],[31,7515,7578,284],[61,7578,7602,284],[45,4146,4272,264],[59,2247,2271,240],[37,2496,2520,240],[21,2811,2853,240],[61,8580,8640,240],[6,600,1182,238],[31,7251,7308,204],[8,4860,5430,192],[61,8190,8580,180],[21,2853,3330,168],[45,3330,3870,168],[58,6570,6718.4,150],[3,6718.4,6792,150],[31, -7500,7515,144],[20,2520,2526,132],[73,6570,6633,108],[39,5790,6030,96],[58,6570,6633,72],[61,7728,7800,66],[66,0,720,48],[73,6690,6792,48],[31,7308,7500,48],[34,7500,7680,48],[61,7680,7728,48],[61,7920,8190,48],[61,7800,7920,42],[20,2526,2592,36],[77,1290,1662,0],[59,1662,1680,0],[20,2592,2910,0],[85,5280,5430,0],[58,6420,6570,0],[16,954,1182,-42],[77,1182,1290,-42],[73,5430,5856,-78],[59,1680,1830,-96],[59,2100,2247,-96],[73,6420,6468,-96],[73,6570,6690,-96],[3,6690,6792,-96],[66,8190,8580,-96], -[45,3870,4146,-144],[85,4146,4260,-144],[66,0,120,-168],[66,8580,8640,-168],[85,5130,5280,-192],[58,5730,5856,-192],[3,7200,7392,-216],[4,7680,7872,-216],[58,6180,6468,-240],[54,2100,2910,-264],[35,1770,1830,-264],[59,1830,2100,-264],[41,2910,3012,-264],[74,3450,3870,-264],[85,4260,4620,-264],[58,6330,6360,-280],[3,6792,7200,-288.8],[35,1740,1770,-348],[4,7392,7680,-360],[73,6180,6570,-384],[72,6570,6792,-384],[41,3012,3090,-408],[58,5856,5895,-438],[41,3090,3270,-456],[26,3870,3900,-456],[71,5856, -5895,-462],[47,5640,5730,-480],[28,4530,4620,-528],[85,4620,5130,-528],[41,3270,3510,-576],[16,600,954,-585.2],[35,954,1350,-585.2],[26,3900,4260,-588],[28,4260,4530,-588],[47,5130,5370,-588],[58,5856,6030,-590],[16,0,600,-612],[11,7680,7872,-612],[4,7872,8580,-612],[16,8580,8640,-612],[41,3510,3690,-636],[35,1692,1740,-654],[46,1740,2202,-654],[11,7200,7680,-672],[41,3690,3810,-700],[41,4530,5370,-708],[47,5370,5640,-708],[71,5640,5760,-708],[35,1650,1692,-720],[58,6030,6336,-720],[76,6336,6420, --720],[41,3810,3900,-748],[19,2202,2652,-792],[41,4410,4530,-792],[41,3900,4410,-840],[36,1260,1350,-864],[68,3012,3372,-882],[35,1536,1650,-888],[76,6420,6900,-888],[65,7680,8280,-888],[70,8280,8400,-888],[36,1080,1260,-950],[1,3372,3960,-954],[70,0,600,-960],[36,600,1080,-960],[35,1392,1536,-960],[70,8400,8640,-960],[14,5100,5370,-1008],[49,5640,5760,-1008],[71,5760,5911.5,-1008],[9,1740,1800,-1032],[22,1800,2370,-1032],[67,2880,3012,-1032],[35,1230,1392,-1056],[71,5911.5,6420,-1092],[24,6420,6900, --1092],[76,6900,7320,-1092],[53,7320,7680,-1092],[35,1080,1230,-1104],[9,1620,1740,-1116],[49,5520,5640,-1152],[63,0,840,-1156],[35,960,1080,-1176],[40,1470,1536,-1176],[9,1536,1620,-1176],[38,7680,7920,-1200],[67,2160,2880,-1218],[84,2880,2940,-1218],[35,870,960,-1224],[40,1380,1470,-1224],[63,0,660,-1236],[12,2160,2220,-1260],[84,2940,3042,-1272],[40,1260,1380,-1276],[32,1380,1440,-1276],[63,0,570,-1284],[35,780,870,-1296],[64,1620,1800,-1296],[49,5418,5520,-1296],[84,3042,3180,-1308],[12,2220, -2340,-1320],[14,4260,4620,-1320],[49,5100,5418,-1320],[56,5418,5520,-1320],[32,1440,1560,-1356],[84,3180,3960,-1356],[14,3960,4050,-1356],[5,6300,6480,-1368],[78,6480,7320,-1368],[38,7920,8400,-1368],[40,1152,1260,-1380],[64,1800,1980,-1380],[12,2340,2460,-1392],[63,0,480,-1404],[35,480,780,-1404],[63,8400,8640,-1404],[32,1560,1650,-1416],[56,5520,5911.5,-1440],[43,7320,7680,-1440],[64,1980,2160,-1464],[18,5460,5520,-1464],[5,5911.5,5970,-1464],[18,5370,5460,-1526],[5,5970,6030,-1526],[64,2160,2460, --1536],[12,2460,3252,-1536],[14,4050,4260,-1536],[27,4260,4620,-1536],[14,4620,5232,-1536],[18,4860,4920,-1560],[5,6030,6060,-1560],[40,780,1152,-1620],[69,1152,1650,-1620],[18,5310,5370,-1620],[5,6060,6300,-1620],[60,6300,6480,-1620],[81,7920,8400,-1620],[32,1650,2370,-1680],[18,4920,5310,-1680],[79,5310,6120,-1680],[81,0,480,-1800],[42,1260,1650,-1800],[86,2370,3252,-1800],[12,3252,4050,-1800],[55,4050,4920,-1800],[60,6480,7680,-1800],[43,7680,8400,-1800],[81,8400,8640,-1800],[81,270,480,-1824], -[42,0,1260,-1980],[17,2760,4920,-1980],[2,4920,6480,-1980],[52,1260,2760,-2040],[57,0,8640,-2160]],zb,Dc,Ec=function(a,b,c,d){this.symbol=a;this.name=b;this.ra1875=c;this.dec1875=d};e.ConstellationInfo=Ec;e.Constellation=function(a,b){u(a);u(b);if(-90>b||90a&&(a+=24);zb||(zb=sb(new N(-45655.74141261017)),Dc=new N(0));a=new Ya(b,15*a,1);a=qb(a,Dc);a=Ia(zb,a);a=dc(a);b=10/240;for(var c=b/15,d=$jscomp.makeIterator(Xc),f=d.next();!f.done;f= -d.next()){f=f.value;var h=f[1]*c,l=f[2]*c;if(f[3]*b<=a.dec&&h<=a.ra&&a.raa){c=0;var h=0=c;)c+= +360;for(;180Math.abs(n))break;h-=n/(-42.69778487239616*((k-g)/l-g*k*-.006694397995865464/(-42.69778487239616*m))+d*f+a*b)}h*=e.RAD2DEG;l=6378.1366/l;d=Math.abs(f)>Math.abs(b)?d/f-.9933056020041345*l:a/b-l}return new ib(h,c,1E3*d)};e.ObserverGravity=function(a,b){a=Math.sin(a*e.DEG2RAD);a*=a;return 9.7803253359*(1+.00193185265241* +a)/Math.sqrt(1-.00669437999013*a)*(1-(3.15704E-7-2.10269E-9*a)*b+7.37452E-14*b*b)};e.Ecliptic=Aa;e.GeoMoon=Y;var fa=[[-73E4,[-26.1182072321076,-14.376168177825,3.3844025152995],[.0016339372163656,-.0027861699588508,-.0013585880229445]],[-693500,[43.6599275018261,15.7782921408811,-8.2269833881374],[-2.504304629586E-4,.0021163039457238,7.3466073583102E-4]],[-657E3,[-17.0086014985033,33.059074387642,15.4080189624259],[-.0019676551946049,-.001833770776677,2.0125441459959E-5]],[-620500,[26.9005106893171, +-21.5285596810214,-14.7987712668075],[.0022939261196998,.0017431871970059,-1.4585639832643E-4]],[-584E3,[20.2303809506997,43.2669666571891,7.3829660919234],[-.0019754081700585,5.3457141292226E-4,7.5929169129793E-4]],[-547500,[-22.5571440338751,-19.2958112538447,.7806423603826],[.0021494578646505,-.0024266772630044,-.0014013084013574]],[-511E3,[43.023623681036,19.6179542007347,-6.8406553041565],[-4.7729923671058E-4,.0020208979483877,7.7191815992131E-4]],[-474500,[-20.4245105862934,29.5157679318005, +15.3408675727018],[-.0018003167284198,-.0021025226687937,-1.1262333332859E-4]],[-438E3,[30.7746921076872,-18.2366370153037,-14.9455358798963],[.0020113162005465,.0019353827024189,-2.0937793168297E-6]],[-401500,[16.7235440456361,44.0505598318603,8.688611393944],[-.0020565226049264,3.2710694138777E-4,7.2006155046579E-4]],[-365E3,[-18.4891734360057,-23.1428732331142,-1.6436720878799],[.0025524223225832,-.0020035792463879,-.0013910737531294]],[-328500,[42.0853950560734,22.974253125952,-5.5131410205412], +[-6.7105845193949E-4,.0019177289500465,7.9770011059534E-4]],[-292E3,[-23.2753639151193,25.8185142987694,15.0553815885983],[-.0016062295460975,-.0023395961498533,-2.4377362639479E-4]],[-255500,[33.901579321013,-14.9421228983498,-14.8664994855707],[.0017455105487563,.0020655068871494,1.169500065763E-4]],[-219E3,[13.3770189322702,44.4442211120183,9.8260227015847],[-.0021171882923251,1.3114714542921E-4,6.7884578840323E-4]],[-182500,[-14.1723844533379,-26.0054690135836,-3.8387026446526],[.0028419751785822, +-.0015579441656564,-.001340841671106]],[-146E3,[40.9468572586403,25.9049735920209,-4.2563362404988],[-8.3652705194051E-4,.0018129497136404,8.156422827306E-4]],[-109500,[-25.5839689598009,22.0699164999425,14.590202603678],[-.0013923977856331,-.0025442249745422,-3.7169906721828E-4]],[-73E3,[36.4035708396756,-11.7473067389593,-14.6304139635223],[.0015037714418941,.0021500325702247,2.1523781242948E-4]],[-36500,[10.2436041239517,44.5280986402285,10.8048664487066],[-.0021615839201823,-5.1418983893534E-5, +6.368706075143E-4]],[0,[-9.8753695807739,-27.9789262247367,-5.7537118247043],[.0030287533248818,-.0011276087003636,-.0012651326732361]],[36500,[39.7009143866164,28.4327664903825,-3.0906026170881],[-9.7720559866138E-4,.0017121518344796,8.2822409843551E-4]],[73E3,[-27.3620419812795,18.4265651225706,13.9975343005914],[-.001169093462134,-.0027143131627458,-4.9312695340367E-4]],[109500,[38.3556091850032,-8.7643800131842,-14.2951819118807],[.0012922798115839,.0022032141141126,2.9606522103424E-4]],[146E3, +[7.3929490279056,44.3826789515344,11.6295002148543],[-.002193281545383,-2.1751799585364E-4,5.9556516201114E-4]],[182500,[-5.8649529029432,-29.1987619981354,-7.3502494912123],[.0031339384323665,-7.4205968379701E-4,-.0011783357537604]],[219E3,[38.4269476345329,30.5667598351632,-2.0378379641214],[-.0010958945370084,.0016194885149659,8.3705272532546E-4]],[255500,[-28.6586488201636,15.0309000931701,13.3365724093667],[-9.4611899595408E-4,-.0028506813871559,-6.0508645822989E-4]],[292E3,[39.8319806717528, +-6.0784057667647,-13.9098153586562],[.0011117769689167,.0022362097830152,3.6230548231153E-4]],[328500,[4.837152376403,44.072311954153,12.3146147867802],[-.0022164547537724,-3.6790365636785E-4,5.5542723844616E-4]],[365E3,[-2.2619763759487,-29.8581508706765,-8.6502366418978],[.0031821176368396,-4.0915169873994E-4,-.0010895893040652]],[401500,[37.1576590087419,32.3528396259588,-1.0950381786229],[-.001198841260683,.0015356290902995,8.4339118209852E-4]],[438E3,[-29.5767402292299,11.8635359435865,12.6313230398719], +[-7.2292830060955E-4,-.0029587820140709,-7.08242964503E-4]],[474500,[40.9541099577599,-3.658980594537,-13.499469956395],[9.5387298337127E-4,.0022572135462477,4.1826529781128E-4]],[511E3,[2.4859523114116,43.6181887566155,12.8914184596699],[-.0022339745420393,-5.1034757181916E-4,5.1485330196245E-4]],[547500,[1.0594791441638,-30.1357921778687,-9.7458684762963],[.0031921591684898,-1.130531279615E-4,-9.9954096945965E-4]],[584E3,[35.8778640130144,33.8942263660709,-.2245246362769],[-.0012941245730845,.0014560427668319, +8.4762160640137E-4]],[620500,[-30.2026537318923,8.7794211940578,11.8609238187578],[-4.9002221381806E-4,-.0030438768469137,-8.0605935262763E-4]],[657E3,[41.8536204011376,-1.3790965838042,-13.0624345337527],[8.0674627557124E-4,.0022702374399791,4.6832587475465E-4]],[693500,[.2468843977112,43.0303960481227,13.3909343344167],[-.0022436121787266,-6.5238074250728E-4,4.7172729553196E-4]],[73E4,[4.2432528370899,-30.1182016908248,-10.7074412313491],[.0031725847067411,1.609846120227E-4,-9.0672150593868E-4]]], +E=function(a,b,c){this.x=a;this.y=b;this.z=c};E.prototype.ToAstroVector=function(a){return new D(this.x,this.y,this.z,a)};E.prototype.quadrature=function(){return this.x*this.x+this.y*this.y+this.z*this.z};E.prototype.add=function(a){return new E(this.x+a.x,this.y+a.y,this.z+a.z)};E.prototype.sub=function(a){return new E(this.x-a.x,this.y-a.y,this.z-a.z)};E.prototype.incr=function(a){this.x+=a.x;this.y+=a.y;this.z+=a.z};E.prototype.decr=function(a){this.x-=a.x;this.y-=a.y;this.z-=a.z};E.prototype.mul= +function(a){return new E(a*this.x,a*this.y,a*this.z)};E.prototype.div=function(a){return new E(this.x/a,this.y/a,this.z/a)};E.prototype.mean=function(a){return new E((this.x+a.x)/2,(this.y+a.y)/2,(this.z+a.z)/2)};var Ua=function(a,b,c){this.tt=a;this.r=b;this.v=c},Ca=function(a){var b=new Ua(a,new E(0,0,0),new E(0,0,0));this.Jupiter=Wa(b,a,r.Jupiter,2.825345909524226E-7);this.Saturn=Wa(b,a,r.Saturn,8.459715185680659E-8);this.Uranus=Wa(b,a,r.Uranus,1.292024916781969E-8);this.Neptune=Wa(b,a,r.Neptune, +1.524358900784276E-8);this.Jupiter.r.decr(b.r);this.Jupiter.v.decr(b.v);this.Saturn.r.decr(b.r);this.Saturn.v.decr(b.v);this.Uranus.r.decr(b.r);this.Uranus.v.decr(b.v);this.Neptune.r.decr(b.r);this.Neptune.v.decr(b.v);this.Sun=new Ua(a,b.r.mul(-1),b.v.mul(-1))};Ca.prototype.Acceleration=function(a){var b=Ba(a,2.959122082855911E-4,this.Sun.r);b.incr(Ba(a,2.825345909524226E-7,this.Jupiter.r));b.incr(Ba(a,8.459715185680659E-8,this.Saturn.r));b.incr(Ba(a,1.292024916781969E-8,this.Uranus.r));b.incr(Ba(a, +1.524358900784276E-8,this.Neptune.r));return b};var Qb=function(a,b,c,d){this.tt=a;this.r=b;this.v=c;this.a=d},Rb=function(a,b){this.bary=a;this.grav=b},ob=[],Wc=new J([[.9994327653386544,-.03367710746976414,0],[.030395942890628476,.902057912352809,.43054338854229507],[-.014499455966335291,-.43029916940910073,.902569881273754]]),Xc=[{mu:2.82489428433814E-7,al:[1.446213296021224,3.5515522861824],a:[[.0028210960212903,0,0]],l:[[-1.925258348666E-4,4.9369589722645,.01358483658305],[-9.70803596076E-5, +4.3188796477322,.01303413843243],[-8.988174165E-5,1.9080016428617,.00305064867158],[-5.53101050262E-5,1.4936156681569,.01293892891155]],z:[[.0041510849668155,4.089939635545,-.01290686414666],[6.260521444113E-4,1.446188898627,3.5515522949802],[3.52747346169E-5,2.1256287034578,1.2727416567E-4]],zeta:[[3.142172466014E-4,2.7964219722923,-.002315096098],[9.04169207946E-5,1.0477061879627,-5.6920638196E-4]]},{mu:2.82483274392893E-7,al:[-.3735263437471362,1.76932271112347],a:[[.0044871037804314,0,0],[4.324367498E-7, +1.819645606291,1.7822295777568]],l:[[8.576433172936E-4,4.3188693178264,.01303413830805],[4.549582875086E-4,1.4936531751079,.01293892881962],[3.248939825174E-4,1.8196494533458,1.7822295777568],[-3.074250079334E-4,4.9377037005911,.01358483286724],[1.982386144784E-4,1.907986905476,.00305101212869],[1.834063551804E-4,2.1402853388529,.00145009789338],[-1.434383188452E-4,5.622214036663,.89111478887838],[-7.71939140944E-5,4.300272437235,2.6733443704266]],z:[[-.0093589104136341,4.0899396509039,-.01290686414666], +[2.988994545555E-4,5.9097265185595,1.7693227079462],[2.13903639035E-4,2.1256289300016,1.2727418407E-4],[1.980963564781E-4,2.743516829265,6.7797343009E-4],[1.210388158965E-4,5.5839943711203,3.20566149E-5],[8.37042048393E-5,1.6094538368039,-.90402165808846],[8.23525166369E-5,1.4461887708689,3.5515522949802]],zeta:[[.0040404917832303,1.0477063169425,-5.692064054E-4],[2.200421034564E-4,3.3368857864364,-1.2491307307E-4],[1.662544744719E-4,2.4134862374711,0],[5.90282470983E-5,5.9719930968366,-3.056160225E-5]]}, +{mu:2.82498184184723E-7,al:[.2874089391143348,.878207923589328],a:[[.0071566594572575,0,0],[1.393029911E-6,1.1586745884981,2.6733443704266]],l:[[2.310797886226E-4,2.1402987195942,.00145009784384],[-1.828635964118E-4,4.3188672736968,.01303413828263],[1.512378778204E-4,4.9373102372298,.01358483481252],[-1.163720969778E-4,4.300265986149,2.6733443704266],[-9.55478069846E-5,1.4936612842567,.01293892879857],[8.15246854464E-5,5.6222137132535,.89111478887838],[-8.01219679602E-5,1.2995922951532,1.0034433456729], +[-6.07017260182E-5,.64978769669238,.50172167043264]],z:[[.0014289811307319,2.1256295942739,1.2727413029E-4],[7.71093122676E-4,5.5836330003496,3.20643411E-5],[5.925911780766E-4,4.0899396636448,-.01290686414666],[2.045597496146E-4,5.2713683670372,-.12523544076106],[1.785118648258E-4,.28743156721063,.8782079244252],[1.131999784893E-4,1.4462127277818,3.5515522949802],[-6.5877816921E-5,2.2702423990985,-1.7951364394537],[4.97058888328E-5,5.9096792204858,1.7693227129285]],zeta:[[.0015932721570848,3.3368862796665, +-1.2491307058E-4],[8.533093128905E-4,2.4133881688166,0],[3.513347911037E-4,5.9720789850127,-3.056101771E-5],[-1.441929255483E-4,1.0477061764435,-5.6920632124E-4]]},{mu:2.82492144889909E-7,al:[-.3620341291375704,.376486233433828],a:[[.0125879701715314,0,0],[3.595204947E-6,.64965776007116,.50172168165034],[2.7580210652E-6,1.808423578151,3.1750660413359]],l:[[5.586040123824E-4,2.1404207189815,.00145009793231],[-3.805813868176E-4,2.7358844897853,2.972965062E-5],[2.205152863262E-4,.649796525964,.5017216724358], +[1.877895151158E-4,1.8084787604005,3.1750660413359],[7.66916975242E-5,6.2720114319755,1.3928364636651],[7.47056855106E-5,1.2995916202344,1.0034433456729]],z:[[.0073755808467977,5.5836071576084,3.206509914E-5],[2.065924169942E-4,5.9209831565786,.37648624194703],[1.589869764021E-4,.28744006242623,.8782079244252],[-1.561131605348E-4,2.1257397865089,1.2727441285E-4],[1.486043380971E-4,1.4462134301023,3.5515522949802],[6.35073108731E-5,5.9096803285954,1.7693227129285],[5.99351698525E-5,4.1125517584798, +-2.7985797954589],[5.40660842731E-5,5.5390350845569,.00286834082283],[-4.89596900866E-5,4.6218149483338,-.62695712529519]],zeta:[[.0038422977898495,2.4133922085557,0],[.0022453891791894,5.9721736773277,-3.056125525E-5],[-2.604479450559E-4,3.3368746306409,-1.2491309972E-4],[3.3211214323E-5,5.5604137742337,.00290037688507]]}],Dc=function(a){this.moon=a};e.JupiterMoonsInfo=Dc;e.JupiterMoons=function(a){a=new N(a);for(var b=[],c=$jscomp.makeIterator(Xc),d=c.next();!d.done;d=c.next()){var f=b,h=f.push; +d=d.value;for(var l=a.tt+18262.5,k=[0,d.al[0]+l*d.al[1],0,0,0,0],g=$jscomp.makeIterator(d.a),m=g.next();!m.done;m=g.next()){var n=$jscomp.makeIterator(m.value);m=n.next().value;var p=n.next().value;n=n.next().value;k[0]+=m*Math.cos(p+l*n)}g=$jscomp.makeIterator(d.l);for(m=g.next();!m.done;m=g.next())n=$jscomp.makeIterator(m.value),m=n.next().value,p=n.next().value,n=n.next().value,k[1]+=m*Math.sin(p+l*n);k[1]%=O;0>k[1]&&(k[1]+=O);g=$jscomp.makeIterator(d.z);for(m=g.next();!m.done;m=g.next())n=$jscomp.makeIterator(m.value), +m=n.next().value,p=n.next().value,n=n.next().value,p+=l*n,k[2]+=m*Math.cos(p),k[3]+=m*Math.sin(p);g=$jscomp.makeIterator(d.zeta);for(m=g.next();!m.done;m=g.next())n=$jscomp.makeIterator(m.value),m=n.next().value,p=n.next().value,n=n.next().value,p+=l*n,k[4]+=m*Math.cos(p),k[5]+=m*Math.sin(p);g=k[0];n=k[1];m=k[2];p=k[3];l=k[4];k=k[5];var u=Math.sqrt(d.mu/(g*g*g));d=n+m*Math.sin(n)-p*Math.cos(n);do{var w=Math.cos(d);var B=Math.sin(d);w=(n-d+m*B-p*w)/(1-m*w-p*B);d+=w}while(1E-12<=Math.abs(w));w=Math.cos(d); +B=Math.sin(d);n=p*w-m*B;var z=-m*w-p*B,va=1/(1+z),ba=1/(1+Math.sqrt(1-m*m-p*p));d=g*(w-m-ba*p*n);n=g*(B-p+ba*m*n);p=u*va*g*(-B-ba*p*z);g=u*va*g*(+w+ba*m*z);m=2*Math.sqrt(1-l*l-k*k);u=1-2*k*k;w=1-2*l*l;B=2*k*l;d=new na(d*u+n*B,d*B+n*w,(l*n-d*k)*m,p*u+g*B,p*B+g*w,(l*g-p*k)*m,a);d=hc(Wc,d);h.call(f,d)}return new Dc(b)};e.HelioVector=Da;e.HelioDistance=ha;e.GeoVector=X;e.BaryState=function(a,b){b=x(b);if(a==r.SSB)return new na(0,0,0,0,0,0,b);var c=new Ca(b.tt);switch(a){case r.Sun:return Ea(c.Sun,b); +case r.Jupiter:return Ea(c.Jupiter,b);case r.Saturn:return Ea(c.Saturn,b);case r.Uranus:return Ea(c.Uranus,b);case r.Neptune:return Ea(c.Neptune,b)}if(a in H)return a=Pb(H[a],b.tt),new na(c.Sun.r.x+a.r.x,c.Sun.r.y+a.r.y,c.Sun.r.z+a.r.z,c.Sun.v.x+a.v.x,c.Sun.v.y+a.v.y,c.Sun.v.z+a.v.z,b);throw'BaryState: Unsupported body "'+a+'"';};e.Search=I;e.SearchSunLongitude=Ub;e.PairLongitude=pb;e.AngleFromSun=qa;e.EclipticLongitude=ia;var Vb=function(a,b,c,d,f,h,l,k){this.time=a;this.mag=b;this.phase_angle=c; +this.helio_dist=d;this.geo_dist=f;this.gc=h;this.hc=l;this.ring_tilt=k;this.phase_fraction=(1+Math.cos(e.DEG2RAD*c))/2};e.IlluminationInfo=Vb;e.Illumination=Ya;e.SearchRelativeLongitude=ra;e.MoonPhase=qb;e.SearchMoonPhase=Ga;var Xb=function(a,b){this.quarter=a;this.time=b};e.MoonQuarter=Xb;e.SearchMoonQuarter=Wb;e.NextMoonQuarter=function(a){a=new Date(a.time.date.getTime()+5184E5);return Wb(a)};e.SearchRiseSet=function(a,b,c,d,f){a:switch(a){case r.Sun:var h=Tc;break a;case r.Moon:h=Uc;break a;default:h= +0}return Yb(a,b,c,d,f,function(l){var k=za(a,l,b,!0,!0);l=xa(l,b,k.ra,k.dec).altitude+h/k.dist*e.RAD2DEG+Vc;return c*l})};e.SearchAltitude=function(a,b,c,d,f,h){if(!Number.isFinite(h)||-90>h||90=++f;){var h=ia(a,b),l=ia(r.Earth,b),k=oa(h-l),g=h=l=void 0;k>=-d.s1&&k<+d.s1?(g=0,l=+d.s1,h=+d.s2):k>=+d.s2||k<-d.s2?(g=0,l=-d.s2, +h=-d.s1):0<=k?(g=-Fa(a)/4,l=+d.s1,h=+d.s2):(g=-Fa(a)/4,l=-d.s2,h=-d.s1);k=b.AddDays(g);l=ra(a,l,k);h=ra(a,h,l);k=c(l);if(0<=k)throw"SearchMaxElongation: internal error: m1 = "+k;g=c(h);if(0>=g)throw"SearchMaxElongation: internal error: m2 = "+g;k=I(c,l,h,{init_f1:k,init_f2:g,dt_tolerance_seconds:10});if(!k)throw"SearchMaxElongation: failed search iter "+f+" (t1="+l.toString()+", t2="+h.toString()+")";if(k.tt>=b.tt)return $b(a,k);b=h.AddDays(1)}throw"SearchMaxElongation: failed to find event after 2 tries."; +};e.SearchPeakMagnitude=function(a,b){function c(g){var m=g.AddDays(-.005);g=g.AddDays(.005);m=Ya(a,m).mag;return(Ya(a,g).mag-m)/.01}if(a!==r.Venus)throw"SearchPeakMagnitude currently works for Venus only.";b=x(b);for(var d=0;2>=++d;){var f=ia(a,b),h=ia(r.Earth,b),l=oa(f-h),k=f=h=void 0;-10<=l&&10>l?(k=0,h=10,f=30):30<=l||-30>l?(k=0,h=-30,f=-10):0<=l?(k=-Fa(a)/4,h=10,f=30):(k=-Fa(a)/4,h=-30,f=-10);l=b.AddDays(k);h=ra(a,h,l);f=ra(a,f,h);l=c(h);if(0<=l)throw"SearchPeakMagnitude: internal error: m1 = "+ +l;k=c(f);if(0>=k)throw"SearchPeakMagnitude: internal error: m2 = "+k;l=I(c,h,f,{init_f1:l,init_f2:k,dt_tolerance_seconds:10});if(!l)throw"SearchPeakMagnitude: failed search iter "+d+" (t1="+h.toString()+", t2="+f.toString()+")";if(l.tt>=b.tt)return Ya(a,l);b=f.AddDays(1)}throw"SearchPeakMagnitude: failed to find event after 2 tries.";};var Ia=function(a,b,c){this.time=a;this.kind=b;this.dist_au=c;this.dist_km=c*e.KM_PER_AU};e.Apsis=Ia;e.SearchLunarApsis=bc;e.NextLunarApsis=function(a){var b=bc(a.time.AddDays(11)); +if(1!==b.kind+a.kind)throw"NextLunarApsis INTERNAL ERROR: did not find alternating apogee/perigee: prev="+a.kind+" @ "+a.time.toString()+", next="+b.kind+" @ "+b.time.toString();return b};e.SearchPlanetApsis=dc;e.NextPlanetApsis=function(a,b){if(0!==b.kind&&1!==b.kind)throw"Invalid apsis kind: "+b.kind;var c=b.time.AddDays(.25*Z[a].OrbitalPeriod);a=dc(a,c);if(1!==a.kind+b.kind)throw"Internal error: previous apsis was "+b.kind+", but found "+a.kind+" for next apsis.";return a};e.InverseRotation=sa; +e.CombineRotation=ta;e.IdentityMatrix=function(){return new J([[1,0,0],[0,1,0],[0,0,1]])};e.Pivot=function(a,b,c){if(0!==b&&1!==b&&2!==b)throw"Invalid axis "+b+". Must be [0, 1, 2].";var d=v(c)*e.DEG2RAD;c=Math.cos(d);d=Math.sin(d);var f=(b+1)%3,h=(b+2)%3,l=[[0,0,0],[0,0,0],[0,0,0]];l[f][f]=c*a.rot[f][f]-d*a.rot[f][h];l[f][h]=d*a.rot[f][f]+c*a.rot[f][h];l[f][b]=a.rot[f][b];l[h][f]=c*a.rot[h][f]-d*a.rot[h][h];l[h][h]=d*a.rot[h][f]+c*a.rot[h][h];l[h][b]=a.rot[h][b];l[b][f]=c*a.rot[b][f]-d*a.rot[b][h]; +l[b][h]=d*a.rot[b][f]+c*a.rot[b][h];l[b][b]=a.rot[b][b];return new J(l)};e.VectorFromSphere=rb;e.EquatorFromVector=ec;e.SphereFromVector=sb;e.HorizonFromVector=function(a,b){a=sb(a);a.lon=fc(a.lon);a.lat+=ya(b,a.lat);return a};e.VectorFromHorizon=function(a,b,c){var d=fc(a.lon);c=a.lat+gc(c,a.lat);a=new Za(c,d,a.dist);return rb(a,b)};e.Refraction=ya;e.InverseRefraction=gc;e.RotateVector=Ja;e.RotateState=hc;e.Rotation_EQJ_ECL=ic;e.Rotation_ECL_EQJ=function(){return new J([[1,0,0],[0,.9174821430670688, +.3977769691083922],[0,-.3977769691083922,.9174821430670688]])};e.Rotation_EQJ_EQD=tb;e.Rotation_EQD_EQJ=ub;e.Rotation_EQD_HOR=vb;e.Rotation_HOR_EQD=jc;e.Rotation_HOR_EQJ=kc;e.Rotation_EQJ_HOR=function(a,b){a=kc(a,b);return sa(a)};e.Rotation_EQD_ECL=lc;e.Rotation_ECL_EQD=mc;e.Rotation_ECL_HOR=nc;e.Rotation_HOR_ECL=function(a,b){a=nc(a,b);return sa(a)};e.Rotation_EQJ_GAL=function(){return new J([[-.0548624779711344,.4941095946388765,-.8676668813529025],[-.8734572784246782,-.4447938112296831,-.1980677870294097], +[-.483800052994852,.7470034631630423,.4559861124470794]])};e.Rotation_GAL_EQJ=function(){return new J([[-.0548624779711344,-.8734572784246782,-.483800052994852],[.4941095946388765,-.4447938112296831,.7470034631630423],[-.8676668813529025,-.1980677870294097,.4559861124470794]])};var Yc=[["And","Andromeda"],["Ant","Antila"],["Aps","Apus"],["Aql","Aquila"],["Aqr","Aquarius"],["Ara","Ara"],["Ari","Aries"],["Aur","Auriga"],["Boo","Bootes"],["Cae","Caelum"],["Cam","Camelopardis"],["Cap","Capricornus"], +["Car","Carina"],["Cas","Cassiopeia"],["Cen","Centaurus"],["Cep","Cepheus"],["Cet","Cetus"],["Cha","Chamaeleon"],["Cir","Circinus"],["CMa","Canis Major"],["CMi","Canis Minor"],["Cnc","Cancer"],["Col","Columba"],["Com","Coma Berenices"],["CrA","Corona Australis"],["CrB","Corona Borealis"],["Crt","Crater"],["Cru","Crux"],["Crv","Corvus"],["CVn","Canes Venatici"],["Cyg","Cygnus"],["Del","Delphinus"],["Dor","Dorado"],["Dra","Draco"],["Equ","Equuleus"],["Eri","Eridanus"],["For","Fornax"],["Gem","Gemini"], +["Gru","Grus"],["Her","Hercules"],["Hor","Horologium"],["Hya","Hydra"],["Hyi","Hydrus"],["Ind","Indus"],["Lac","Lacerta"],["Leo","Leo"],["Lep","Lepus"],["Lib","Libra"],["LMi","Leo Minor"],["Lup","Lupus"],["Lyn","Lynx"],["Lyr","Lyra"],["Men","Mensa"],["Mic","Microscopium"],["Mon","Monoceros"],["Mus","Musca"],["Nor","Norma"],["Oct","Octans"],["Oph","Ophiuchus"],["Ori","Orion"],["Pav","Pavo"],["Peg","Pegasus"],["Per","Perseus"],["Phe","Phoenix"],["Pic","Pictor"],["PsA","Pisces Austrinus"],["Psc","Pisces"], +["Pup","Puppis"],["Pyx","Pyxis"],["Ret","Reticulum"],["Scl","Sculptor"],["Sco","Scorpius"],["Sct","Scutum"],["Ser","Serpens"],["Sex","Sextans"],["Sge","Sagitta"],["Sgr","Sagittarius"],["Tau","Taurus"],["Tel","Telescopium"],["TrA","Triangulum Australe"],["Tri","Triangulum"],["Tuc","Tucana"],["UMa","Ursa Major"],["UMi","Ursa Minor"],["Vel","Vela"],["Vir","Virgo"],["Vol","Volans"],["Vul","Vulpecula"]],Zc=[[83,0,8640,2112],[83,2880,5220,2076],[83,7560,8280,2068],[83,6480,7560,2064],[15,0,2880,2040],[10, +3300,3840,1968],[15,0,1800,1920],[10,3840,5220,1920],[83,6300,6480,1920],[33,7260,7560,1920],[15,0,1263,1848],[10,4140,4890,1848],[83,5952,6300,1800],[15,7260,7440,1800],[10,2868,3300,1764],[33,3300,4080,1764],[83,4680,5952,1680],[13,1116,1230,1632],[33,7350,7440,1608],[33,4080,4320,1596],[15,0,120,1584],[83,5040,5640,1584],[15,8490,8640,1584],[33,4320,4860,1536],[33,4860,5190,1512],[15,8340,8490,1512],[10,2196,2520,1488],[33,7200,7350,1476],[15,7393.2,7416,1462],[10,2520,2868,1440],[82,2868,3030, +1440],[33,7116,7200,1428],[15,7200,7393.2,1428],[15,8232,8340,1418],[13,0,876,1404],[33,6990,7116,1392],[13,612,687,1380],[13,876,1116,1368],[10,1116,1140,1368],[15,8034,8232,1350],[10,1800,2196,1344],[82,5052,5190,1332],[33,5190,6990,1332],[10,1140,1200,1320],[15,7968,8034,1320],[15,7416,7908,1316],[13,0,612,1296],[50,2196,2340,1296],[82,4350,4860,1272],[33,5490,5670,1272],[15,7908,7968,1266],[10,1200,1800,1260],[13,8232,8400,1260],[33,5670,6120,1236],[62,735,906,1212],[33,6120,6564,1212],[13,0, +492,1200],[62,492,600,1200],[50,2340,2448,1200],[13,8400,8640,1200],[82,4860,5052,1164],[13,0,402,1152],[13,8490,8640,1152],[39,6543,6564,1140],[33,6564,6870,1140],[30,6870,6900,1140],[62,600,735,1128],[82,3030,3300,1128],[13,60,312,1104],[82,4320,4350,1080],[50,2448,2652,1068],[30,7887,7908,1056],[30,7875,7887,1050],[30,6900,6984,1044],[82,3300,3660,1008],[82,3660,3882,960],[8,5556,5670,960],[39,5670,5880,960],[50,3330,3450,954],[0,0,906,882],[62,906,924,882],[51,6969,6984,876],[62,1620,1689,864], +[30,7824,7875,864],[44,7875,7920,864],[7,2352,2652,852],[50,2652,2790,852],[0,0,720,840],[44,7920,8214,840],[44,8214,8232,828],[0,8232,8460,828],[62,924,978,816],[82,3882,3960,816],[29,4320,4440,816],[50,2790,3330,804],[48,3330,3558,804],[0,258,507,792],[8,5466,5556,792],[0,8460,8550,770],[29,4440,4770,768],[0,8550,8640,752],[29,5025,5052,738],[80,870,978,736],[62,978,1620,736],[7,1620,1710,720],[51,6543,6969,720],[82,3960,4320,696],[30,7080,7530,696],[7,1710,2118,684],[48,3558,3780,684],[29,4770, +5025,684],[0,0,24,672],[80,507,600,672],[7,2118,2352,672],[37,2838,2880,672],[30,7530,7824,672],[30,6933,7080,660],[80,690,870,654],[25,5820,5880,648],[8,5430,5466,624],[25,5466,5820,624],[51,6612,6792,624],[48,3870,3960,612],[51,6792,6933,612],[80,600,690,600],[66,258,306,570],[48,3780,3870,564],[87,7650,7710,564],[77,2052,2118,548],[0,24,51,528],[73,5730,5772,528],[37,2118,2238,516],[87,7140,7290,510],[87,6792,6930,506],[0,51,306,504],[87,7290,7404,492],[37,2811,2838,480],[87,7404,7650,468],[87, +6930,7140,460],[6,1182,1212,456],[75,6792,6840,444],[59,2052,2076,432],[37,2238,2271,420],[75,6840,7140,388],[77,1788,1920,384],[39,5730,5790,384],[75,7140,7290,378],[77,1662,1788,372],[77,1920,2016,372],[23,4620,4860,360],[39,6210,6570,344],[23,4272,4620,336],[37,2700,2811,324],[39,6030,6210,308],[61,0,51,300],[77,2016,2076,300],[37,2520,2700,300],[61,7602,7680,300],[37,2271,2496,288],[39,6570,6792,288],[31,7515,7578,284],[61,7578,7602,284],[45,4146,4272,264],[59,2247,2271,240],[37,2496,2520,240], +[21,2811,2853,240],[61,8580,8640,240],[6,600,1182,238],[31,7251,7308,204],[8,4860,5430,192],[61,8190,8580,180],[21,2853,3330,168],[45,3330,3870,168],[58,6570,6718.4,150],[3,6718.4,6792,150],[31,7500,7515,144],[20,2520,2526,132],[73,6570,6633,108],[39,5790,6030,96],[58,6570,6633,72],[61,7728,7800,66],[66,0,720,48],[73,6690,6792,48],[31,7308,7500,48],[34,7500,7680,48],[61,7680,7728,48],[61,7920,8190,48],[61,7800,7920,42],[20,2526,2592,36],[77,1290,1662,0],[59,1662,1680,0],[20,2592,2910,0],[85,5280, +5430,0],[58,6420,6570,0],[16,954,1182,-42],[77,1182,1290,-42],[73,5430,5856,-78],[59,1680,1830,-96],[59,2100,2247,-96],[73,6420,6468,-96],[73,6570,6690,-96],[3,6690,6792,-96],[66,8190,8580,-96],[45,3870,4146,-144],[85,4146,4260,-144],[66,0,120,-168],[66,8580,8640,-168],[85,5130,5280,-192],[58,5730,5856,-192],[3,7200,7392,-216],[4,7680,7872,-216],[58,6180,6468,-240],[54,2100,2910,-264],[35,1770,1830,-264],[59,1830,2100,-264],[41,2910,3012,-264],[74,3450,3870,-264],[85,4260,4620,-264],[58,6330,6360, +-280],[3,6792,7200,-288.8],[35,1740,1770,-348],[4,7392,7680,-360],[73,6180,6570,-384],[72,6570,6792,-384],[41,3012,3090,-408],[58,5856,5895,-438],[41,3090,3270,-456],[26,3870,3900,-456],[71,5856,5895,-462],[47,5640,5730,-480],[28,4530,4620,-528],[85,4620,5130,-528],[41,3270,3510,-576],[16,600,954,-585.2],[35,954,1350,-585.2],[26,3900,4260,-588],[28,4260,4530,-588],[47,5130,5370,-588],[58,5856,6030,-590],[16,0,600,-612],[11,7680,7872,-612],[4,7872,8580,-612],[16,8580,8640,-612],[41,3510,3690,-636], +[35,1692,1740,-654],[46,1740,2202,-654],[11,7200,7680,-672],[41,3690,3810,-700],[41,4530,5370,-708],[47,5370,5640,-708],[71,5640,5760,-708],[35,1650,1692,-720],[58,6030,6336,-720],[76,6336,6420,-720],[41,3810,3900,-748],[19,2202,2652,-792],[41,4410,4530,-792],[41,3900,4410,-840],[36,1260,1350,-864],[68,3012,3372,-882],[35,1536,1650,-888],[76,6420,6900,-888],[65,7680,8280,-888],[70,8280,8400,-888],[36,1080,1260,-950],[1,3372,3960,-954],[70,0,600,-960],[36,600,1080,-960],[35,1392,1536,-960],[70,8400, +8640,-960],[14,5100,5370,-1008],[49,5640,5760,-1008],[71,5760,5911.5,-1008],[9,1740,1800,-1032],[22,1800,2370,-1032],[67,2880,3012,-1032],[35,1230,1392,-1056],[71,5911.5,6420,-1092],[24,6420,6900,-1092],[76,6900,7320,-1092],[53,7320,7680,-1092],[35,1080,1230,-1104],[9,1620,1740,-1116],[49,5520,5640,-1152],[63,0,840,-1156],[35,960,1080,-1176],[40,1470,1536,-1176],[9,1536,1620,-1176],[38,7680,7920,-1200],[67,2160,2880,-1218],[84,2880,2940,-1218],[35,870,960,-1224],[40,1380,1470,-1224],[63,0,660,-1236], +[12,2160,2220,-1260],[84,2940,3042,-1272],[40,1260,1380,-1276],[32,1380,1440,-1276],[63,0,570,-1284],[35,780,870,-1296],[64,1620,1800,-1296],[49,5418,5520,-1296],[84,3042,3180,-1308],[12,2220,2340,-1320],[14,4260,4620,-1320],[49,5100,5418,-1320],[56,5418,5520,-1320],[32,1440,1560,-1356],[84,3180,3960,-1356],[14,3960,4050,-1356],[5,6300,6480,-1368],[78,6480,7320,-1368],[38,7920,8400,-1368],[40,1152,1260,-1380],[64,1800,1980,-1380],[12,2340,2460,-1392],[63,0,480,-1404],[35,480,780,-1404],[63,8400,8640, +-1404],[32,1560,1650,-1416],[56,5520,5911.5,-1440],[43,7320,7680,-1440],[64,1980,2160,-1464],[18,5460,5520,-1464],[5,5911.5,5970,-1464],[18,5370,5460,-1526],[5,5970,6030,-1526],[64,2160,2460,-1536],[12,2460,3252,-1536],[14,4050,4260,-1536],[27,4260,4620,-1536],[14,4620,5232,-1536],[18,4860,4920,-1560],[5,6030,6060,-1560],[40,780,1152,-1620],[69,1152,1650,-1620],[18,5310,5370,-1620],[5,6060,6300,-1620],[60,6300,6480,-1620],[81,7920,8400,-1620],[32,1650,2370,-1680],[18,4920,5310,-1680],[79,5310,6120, +-1680],[81,0,480,-1800],[42,1260,1650,-1800],[86,2370,3252,-1800],[12,3252,4050,-1800],[55,4050,4920,-1800],[60,6480,7680,-1800],[43,7680,8400,-1800],[81,8400,8640,-1800],[81,270,480,-1824],[42,0,1260,-1980],[17,2760,4920,-1980],[2,4920,6480,-1980],[52,1260,2760,-2040],[57,0,8640,-2160]],Ab,Fc,Gc=function(a,b,c,d){this.symbol=a;this.name=b;this.ra1875=c;this.dec1875=d};e.ConstellationInfo=Gc;e.Constellation=function(a,b){v(a);v(b);if(-90>b||90a&&(a+=24);Ab||(Ab=tb(new N(-45655.74141261017)),Fc=new N(0));a=new Za(b,15*a,1);a=rb(a,Fc);a=Ja(Ab,a);a=ec(a);b=10/240;for(var c=b/15,d=$jscomp.makeIterator(Zc),f=d.next();!f.done;f=d.next()){f=f.value;var h=f[1]*c,l=f[2]*c;if(f[3]*b<=a.dec&&h<=a.ra&&a.ra=t;++t)0!== -q[t]&&f(v.x,v.y,c(u,q[t],t),c(y,q[t],t),function(D,E){return v.x=D,v.y=E});return v}function h(q,t,w,A,v,D,E,J){v=k(v,D,E,J);n+=q*v.y;p+=t*v.y;O+=w*v.x;P+=A*v.x}++exports.CalcMoonCount;a=a.tt/36525;var l,m,n,p,u=b(-6,6,1,4),y=b(-6,6,1,4);var r=a*a;var O=p=n=0;var P=3422.7;var C=g(.19833+.05611*a);var B=g(.27869+.04508*a);var x=g(.16827-.36903*a);var z=g(.34734-5.37261*a);var F=g(.10498-5.37899*a);var G=g(.42681-.41855*a),R=g(.14943-5.37511*a);var H=.84*C+.31*B+14.27*x+7.26*z+.28*F+.24*G;var L=2.94* -C+.31*B+14.27*x+9.34*z+1.12*F+.83*G;var I=-6.4*C-1.89*G;B=.21*C+.31*B+14.27*x-88.7*z-15.3*F+.24*G-1.86*R;x=H-I;C=-3.332E-6*g(.59734-5.37261*a)-5.39E-7*g(.35498-5.37899*a)-6.4E-8*g(.39943-5.37511*a);H=PI2*Frac(.60643382+1336.85522467*a-3.13E-6*r)+H/ARC;L=PI2*Frac(.37489701+1325.55240982*a+2.565E-5*r)+L/ARC;I=PI2*Frac(.99312619+99.99735956*a-4.4E-7*r)+I/ARC;B=PI2*Frac(.25909118+1342.2278298*a-8.92E-6*r)+B/ARC;F=PI2*Frac(.82736186+1236.85308708*a-3.97E-6*r)+x/ARC;for(l=1;4>=l;++l){switch(l){case 1:x= -L;r=4;z=1.000002208;break;case 2:x=I;r=3;z=.997504612-.002495388*a;break;case 3:x=B;r=4;z=1.000002708+139.978*C;break;case 4:x=F;r=6;z=1;break;default:throw"Internal error: I = "+l;}d(0,l,1);d(1,l,Math.cos(x)*z);e(0,l,0);e(1,l,Math.sin(x)*z);for(m=2;m<=r;++m)f(c(u,m-1,l),c(y,m-1,l),c(u,1,l),c(y,1,l),function(q,t){return d(m,l,q),e(m,l,t)});for(m=1;m<=r;++m)d(-m,l,c(u,m,l)),e(-m,l,-c(y,m,l))}h(13.902,14.06,-.001,.2607,0,0,0,4);h(.403,-4.01,.394,.0023,0,0,0,3);h(2369.912,2373.36,.601,28.2333,0,0,0, +function CalcMoon(a){function b(q,u,w,A){for(var v=[],D=0;D<=u-q;++D){var E=v,J=E.push,K,M=w,Q=A,N=[];for(K=0;K<=Q-M;++K)N.push(0);J.call(E,{min:M,array:N})}return{min:q,array:v}}function c(q,u,w){q=q.array[u-q.min];return q.array[w-q.min]}function d(q,u,w){q=r.array[q-r.min];q.array[u-q.min]=w}function e(q,u,w){q=x.array[q-x.min];q.array[u-q.min]=w}function f(q,u,w,A,v){v(q*w-u*A,u*w+q*A)}function g(q){return Math.sin(PI2*q)}function k(q,u,w,A){var v={x:1,y:0};q=[0,q,u,w,A];for(u=1;4>=u;++u)0!== +q[u]&&f(v.x,v.y,c(r,q[u],u),c(x,q[u],u),function(D,E){return v.x=D,v.y=E});return v}function h(q,u,w,A,v,D,E,J){v=k(v,D,E,J);n+=q*v.y;p+=u*v.y;O+=w*v.x;P+=A*v.x}++exports.CalcMoonCount;a=a.tt/36525;var l,m,n,p,r=b(-6,6,1,4),x=b(-6,6,1,4);var t=a*a;var O=p=n=0;var P=3422.7;var C=g(.19833+.05611*a);var B=g(.27869+.04508*a);var y=g(.16827-.36903*a);var z=g(.34734-5.37261*a);var F=g(.10498-5.37899*a);var G=g(.42681-.41855*a),R=g(.14943-5.37511*a);var H=.84*C+.31*B+14.27*y+7.26*z+.28*F+.24*G;var L=2.94* +C+.31*B+14.27*y+9.34*z+1.12*F+.83*G;var I=-6.4*C-1.89*G;B=.21*C+.31*B+14.27*y-88.7*z-15.3*F+.24*G-1.86*R;y=H-I;C=-3.332E-6*g(.59734-5.37261*a)-5.39E-7*g(.35498-5.37899*a)-6.4E-8*g(.39943-5.37511*a);H=PI2*Frac(.60643382+1336.85522467*a-3.13E-6*t)+H/ARC;L=PI2*Frac(.37489701+1325.55240982*a+2.565E-5*t)+L/ARC;I=PI2*Frac(.99312619+99.99735956*a-4.4E-7*t)+I/ARC;B=PI2*Frac(.25909118+1342.2278298*a-8.92E-6*t)+B/ARC;F=PI2*Frac(.82736186+1236.85308708*a-3.97E-6*t)+y/ARC;for(l=1;4>=l;++l){switch(l){case 1:y= +L;t=4;z=1.000002208;break;case 2:y=I;t=3;z=.997504612-.002495388*a;break;case 3:y=B;t=4;z=1.000002708+139.978*C;break;case 4:y=F;t=6;z=1;break;default:throw"Internal error: I = "+l;}d(0,l,1);d(1,l,Math.cos(y)*z);e(0,l,0);e(1,l,Math.sin(y)*z);for(m=2;m<=t;++m)f(c(r,m-1,l),c(x,m-1,l),c(r,1,l),c(x,1,l),function(q,u){return d(m,l,q),e(m,l,u)});for(m=1;m<=t;++m)d(-m,l,c(r,m,l)),e(-m,l,-c(x,m,l))}h(13.902,14.06,-.001,.2607,0,0,0,4);h(.403,-4.01,.394,.0023,0,0,0,3);h(2369.912,2373.36,.601,28.2333,0,0,0, 2);h(-125.154,-112.79,-.725,-.9781,0,0,0,1);h(1.979,6.98,-.445,.0433,1,0,0,4);h(191.953,192.72,.029,3.0861,1,0,0,2);h(-8.466,-13.51,.455,-.1093,1,0,0,1);h(22639.5,22609.07,.079,186.5398,1,0,0,0);h(18.609,3.59,-.094,.0118,1,0,0,-1);h(-4586.465,-4578.13,-.077,34.3117,1,0,0,-2);h(3.215,5.44,.192,-.0386,1,0,0,-3);h(-38.428,-38.64,.001,.6008,1,0,0,-4);h(-.393,-1.43,-.092,.0086,1,0,0,-6);h(-.289,-1.59,.123,-.0053,0,1,0,4);h(-24.42,-25.1,.04,-.3,0,1,0,2);h(18.023,17.93,.007,.1494,0,1,0,1);h(-668.146,-126.98, -1.302,-.3997,0,1,0,0);h(.56,.32,-.001,-.0037,0,1,0,-1);h(-165.145,-165.06,.054,1.9178,0,1,0,-2);h(-1.877,-6.46,-.416,.0339,0,1,0,-4);h(.213,1.02,-.074,.0054,2,0,0,4);h(14.387,14.78,-.017,.2833,2,0,0,2);h(-.586,-1.2,.054,-.01,2,0,0,1);h(769.016,767.96,.107,10.1657,2,0,0,0);h(1.75,2.01,-.018,.0155,2,0,0,-1);h(-211.656,-152.53,5.679,-.3039,2,0,0,-2);h(1.225,.91,-.03,-.0088,2,0,0,-3);h(-30.773,-34.07,-.308,.3722,2,0,0,-4);h(-.57,-1.4,-.074,.0109,2,0,0,-6);h(-2.921,-11.75,.787,-.0484,1,1,0,2);h(1.267, 1.52,-.022,.0164,1,1,0,1);h(-109.673,-115.18,.461,-.949,1,1,0,0);h(-205.962,-182.36,2.056,1.4437,1,1,0,-2);h(.233,.36,.012,-.0025,1,1,0,-3);h(-4.391,-9.66,-.471,.0673,1,1,0,-4);h(.283,1.53,-.111,.006,1,-1,0,4);h(14.577,31.7,-1.54,.2302,1,-1,0,2);h(147.687,138.76,.679,1.1528,1,-1,0,0);h(-1.089,.55,.021,0,1,-1,0,-1);h(28.475,23.59,-.443,-.2257,1,-1,0,-2);h(-.276,-.38,-.006,-.0036,1,-1,0,-3);h(.636,2.27,.146,-.0102,1,-1,0,-4);h(-.189,-1.68,.131,-.0028,0,2,0,2);h(-7.486,-.66,-.037,-.0086,0,2,0,0);h(-8.096, -16.35,-.74,.0918,0,2,0,-2);h(-5.741,-.04,0,-9E-4,0,0,2,2);h(.255,0,0,0,0,0,2,1);h(-411.608,-.2,0,-.0124,0,0,2,0);h(.584,.84,0,.0071,0,0,2,-1);h(-55.173,-52.14,0,-.1052,0,0,2,-2);h(.254,.25,0,-.0017,0,0,2,-3);h(.025,-1.67,0,.0031,0,0,2,-4);h(1.06,2.96,-.166,.0243,3,0,0,2);h(36.124,50.64,-1.3,.6215,3,0,0,0);h(-13.193,-16.4,.258,-.1187,3,0,0,-2);h(-1.187,-.74,.042,.0074,3,0,0,-4);h(-.293,-.31,-.002,.0046,3,0,0,-6);h(-.29,-1.45,.116,-.0051,2,1,0,2);h(-7.649,-10.56,.259,-.1038,2,1,0,0);h(-8.627,-7.59, .078,-.0192,2,1,0,-2);h(-2.74,-2.54,.022,.0324,2,1,0,-4);h(1.181,3.32,-.212,.0213,2,-1,0,2);h(9.703,11.67,-.151,.1268,2,-1,0,0);h(-.352,-.37,.001,-.0028,2,-1,0,-1);h(-2.494,-1.17,-.003,-.0017,2,-1,0,-2);h(.36,.2,-.012,-.0043,2,-1,0,-4);h(-1.167,-1.25,.008,-.0106,1,2,0,0);h(-7.412,-6.12,.117,.0484,1,2,0,-2);h(-.311,-.65,-.032,.0044,1,2,0,-4);h(.757,1.82,-.105,.0112,1,-2,0,2);h(2.58,2.32,.027,.0196,1,-2,0,0);h(2.533,2.4,-.014,-.0212,1,-2,0,-2);h(-.344,-.57,-.025,.0036,0,3,0,-2);h(-.992,-.02,0,0,1,0, 2,2);h(-45.099,-.02,0,-.001,1,0,2,0);h(-.179,-9.52,0,-.0833,1,0,2,-2);h(-.301,-.33,0,.0014,1,0,2,-4);h(-6.382,-3.37,0,-.0481,1,0,-2,2);h(39.528,85.13,0,-.7136,1,0,-2,0);h(9.366,.71,0,-.0112,1,0,-2,-2);h(.202,.02,0,0,1,0,-2,-4);h(.415,.1,0,.0013,0,1,2,0);h(-2.152,-2.26,0,-.0066,0,1,2,-2);h(-1.44,-1.3,0,.0014,0,1,-2,2);h(.384,-.04,0,0,0,1,-2,-2);h(1.938,3.6,-.145,.0401,4,0,0,0);h(-.952,-1.58,.052,-.013,4,0,0,-2);h(-.551,-.94,.032,-.0097,3,1,0,0);h(-.482,-.57,.005,-.0045,3,1,0,-2);h(.681,.96,-.026,.0115, -3,-1,0,0);h(-.297,-.27,.002,-9E-4,2,2,0,-2);h(.254,.21,-.003,0,2,-2,0,-2);h(-.25,-.22,.004,.0014,1,3,0,-2);h(-3.996,0,0,4E-4,2,0,2,0);h(.557,-.75,0,-.009,2,0,2,-2);h(-.459,-.38,0,-.0053,2,0,-2,2);h(-1.298,.74,0,4E-4,2,0,-2,0);h(.538,1.14,0,-.0141,2,0,-2,-2);h(.263,.02,0,0,1,1,2,0);h(.426,.07,0,-6E-4,1,1,-2,-2);h(-.304,.03,0,3E-4,1,-1,2,0);h(-.372,-.19,0,-.0027,1,-1,-2,2);h(.418,0,0,0,0,0,4,0);h(-.33,-.04,0,0,3,0,2,0);r=-526.069*k(0,0,1,-2).y;r+=-3.352*k(0,0,1,-4).y;r+=44.297*k(1,0,1,-2).y;r+=-6*k(1, -0,1,-4).y;r+=20.599*k(-1,0,1,0).y;r+=-30.598*k(-1,0,1,-2).y;r+=-24.649*k(-2,0,1,0).y;r+=-2*k(-2,0,1,-2).y;r+=-22.571*k(0,1,1,-2).y;r+=10.985*k(0,-1,1,-2).y;n+=.82*g(.7736-62.5512*a)+.31*g(.0466-125.1025*a)+.35*g(.5785-25.1042*a)+.66*g(.4591+1335.8075*a)+.64*g(.313-91.568*a)+1.14*g(.148+1331.2898*a)+.21*g(.5918+1056.5859*a)+.44*g(.5784+1322.8595*a)+.24*g(.2275-5.7374*a)+.28*g(.2965+2.6929*a)+.33*g(.3132+6.3368*a);a=B+p/ARC;a=(1.000002708+139.978*C)*(18518.511+1.189+O)*Math.sin(a)-6.24*Math.sin(3*a)+ -r;return{geo_eclip_lon:PI2*Frac((H+n/ARC)/PI2),geo_eclip_lat:Math.PI/648E3*a,distance_au:ARC*EARTH_EQUATORIAL_RADIUS_AU/(.999953253*P)}}function precession(a,b,c){b=precession_rot(b,c);return[b.rot[0][0]*a[0]+b.rot[1][0]*a[1]+b.rot[2][0]*a[2],b.rot[0][1]*a[0]+b.rot[1][1]*a[1]+b.rot[2][1]*a[2],b.rot[0][2]*a[0]+b.rot[1][2]*a[1]+b.rot[2][2]*a[2]]} +3,-1,0,0);h(-.297,-.27,.002,-9E-4,2,2,0,-2);h(.254,.21,-.003,0,2,-2,0,-2);h(-.25,-.22,.004,.0014,1,3,0,-2);h(-3.996,0,0,4E-4,2,0,2,0);h(.557,-.75,0,-.009,2,0,2,-2);h(-.459,-.38,0,-.0053,2,0,-2,2);h(-1.298,.74,0,4E-4,2,0,-2,0);h(.538,1.14,0,-.0141,2,0,-2,-2);h(.263,.02,0,0,1,1,2,0);h(.426,.07,0,-6E-4,1,1,-2,-2);h(-.304,.03,0,3E-4,1,-1,2,0);h(-.372,-.19,0,-.0027,1,-1,-2,2);h(.418,0,0,0,0,0,4,0);h(-.33,-.04,0,0,3,0,2,0);t=-526.069*k(0,0,1,-2).y;t+=-3.352*k(0,0,1,-4).y;t+=44.297*k(1,0,1,-2).y;t+=-6*k(1, +0,1,-4).y;t+=20.599*k(-1,0,1,0).y;t+=-30.598*k(-1,0,1,-2).y;t+=-24.649*k(-2,0,1,0).y;t+=-2*k(-2,0,1,-2).y;t+=-22.571*k(0,1,1,-2).y;t+=10.985*k(0,-1,1,-2).y;n+=.82*g(.7736-62.5512*a)+.31*g(.0466-125.1025*a)+.35*g(.5785-25.1042*a)+.66*g(.4591+1335.8075*a)+.64*g(.313-91.568*a)+1.14*g(.148+1331.2898*a)+.21*g(.5918+1056.5859*a)+.44*g(.5784+1322.8595*a)+.24*g(.2275-5.7374*a)+.28*g(.2965+2.6929*a)+.33*g(.3132+6.3368*a);a=B+p/ARC;a=(1.000002708+139.978*C)*(18518.511+1.189+O)*Math.sin(a)-6.24*Math.sin(3*a)+ +t;return{geo_eclip_lon:PI2*Frac((H+n/ARC)/PI2),geo_eclip_lat:Math.PI/648E3*a,distance_au:ARC*EARTH_EQUATORIAL_RADIUS_AU/(.999953253*P)}}var LibrationInfo=function(a,b,c,d,e,f){this.elat=a;this.elon=b;this.mlat=c;this.mlon=d;this.dist_km=e;this.diam_deg=f};exports.LibrationInfo=LibrationInfo; +function Libration(a){var b=MakeTime(a);a=b.tt/36525;var c=a*a,d=c*a,e=c*c,f=CalcMoon(b);b=f.geo_eclip_lon;var g=f.geo_eclip_lat;f=f.distance_au*exports.KM_PER_AU;var k=1.54242*exports.DEG2RAD,h=exports.DEG2RAD*NormalizeLongitude(93.272095+483202.0175233*a-.0036539*c-d/3526E3+e/86331E4),l=exports.DEG2RAD*NormalizeLongitude(125.0445479-1934.1362891*a+.0020754*c+d/467441-e/60616E3),m=exports.DEG2RAD*NormalizeLongitude(357.5291092+35999.0502909*a-1.536E-4*c+d/2449E4),n=exports.DEG2RAD*NormalizeLongitude(134.9633964+ +477198.8675055*a+.0087414*c+d/69699-e/14712E3);d=exports.DEG2RAD*NormalizeLongitude(297.8501921+445267.1114034*a-.0018819*c+d/545868-e/113065E3);c=1-.002516*a-7.4E-6*c;var p=b-l;e=Math.atan2(Math.sin(p)*Math.cos(g)*Math.cos(k)-Math.sin(g)*Math.sin(k),Math.cos(p)*Math.cos(g));var r=LongitudeOffset(exports.RAD2DEG*(e-h));k=Math.asin(-Math.sin(p)*Math.cos(g)*Math.sin(k)-Math.sin(g)*Math.cos(k));p=-.02752*Math.cos(n)+-.02245*Math.sin(h)+.00684*Math.cos(n-2*h)+-.00293*Math.cos(2*h)+-8.5E-4*Math.cos(2* +h-2*d)+-5.4E-4*Math.cos(n-2*d)+-2E-4*Math.sin(n+h)+-2E-4*Math.cos(n+2*h)+-2E-4*Math.cos(n-h)+1.4E-4*Math.cos(n+2*h-2*d);var x=-.02816*Math.sin(n)+.02244*Math.cos(h)+-.00682*Math.sin(n-2*h)+-.00279*Math.sin(2*h)+-8.3E-4*Math.sin(2*h-2*d)+6.9E-4*Math.sin(n-2*d)+4E-4*Math.cos(n+h)+-2.5E-4*Math.sin(2*n)+-2.3E-4*Math.sin(n+2*h)+2E-4*Math.cos(n-h)+1.9E-4*Math.sin(n-h)+1.3E-4*Math.sin(n+2*h-2*d)+-1E-4*Math.cos(n-3*h);return new LibrationInfo(exports.RAD2DEG*k+(x*Math.cos(e)-p*Math.sin(e)),r+(-(.0252*c*Math.sin(m)+ +.00473*Math.sin(2*n-2*h)+-.00467*Math.sin(n)+.00396*Math.sin(exports.DEG2RAD*(119.75+131.849*a))+.00276*Math.sin(2*n-2*d)+.00196*Math.sin(l)+-.00183*Math.cos(n-h)+.00115*Math.sin(n-2*d)+-9.6E-4*Math.sin(n-d)+4.6E-4*Math.sin(2*h-2*d)+-3.9E-4*Math.sin(n-h)+-3.2E-4*Math.sin(n-m-d)+2.7E-4*Math.sin(2*n-m-2*d)+2.3E-4*Math.sin(exports.DEG2RAD*(72.56+20.186*a))+-1.4E-4*Math.sin(2*d)+1.4E-4*Math.cos(2*n-2*h)+-1.2E-4*Math.sin(n-2*h)+-1.2E-4*Math.sin(2*n)+1.1E-4*Math.sin(2*n-2*m-2*d))+(p*Math.cos(e)+x*Math.sin(e))* +Math.tan(k)),g,b,f,2*exports.RAD2DEG*Math.atan(MOON_MEAN_RADIUS_KM/Math.sqrt(f*f-MOON_MEAN_RADIUS_KM*MOON_MEAN_RADIUS_KM)))}exports.Libration=Libration;function precession(a,b,c){b=precession_rot(b,c);return[b.rot[0][0]*a[0]+b.rot[1][0]*a[1]+b.rot[2][0]*a[2],b.rot[0][1]*a[0]+b.rot[1][1]*a[1]+b.rot[2][1]*a[2],b.rot[0][2]*a[0]+b.rot[1][2]*a[1]+b.rot[2][2]*a[2]]} function precession_rot(a,b){a=a.tt/36525;var c=84381.406,d=((((3.337E-7*a-4.67E-7)*a-.00772503)*a+.0512623)*a-.025754)*a+c;c*=ASEC2RAD;var e=((((-9.51E-8*a+1.32851E-4)*a-.00114045)*a-1.0790069)*a+5038.481507)*a*ASEC2RAD;d*=ASEC2RAD;var f=((((-5.6E-8*a+1.70663E-4)*a-.00121197)*a-2.3814292)*a+10.556403)*a*ASEC2RAD;a=Math.sin(c);c=Math.cos(c);var g=Math.sin(-e);e=Math.cos(-e);var k=Math.sin(-d);d=Math.cos(-d);var h=Math.sin(f),l=Math.cos(f);f=l*e-g*h*d;var m=l*g*c+h*d*e*c-a*h*k,n=l*g*a+h*d*e*a+c*h* -k,p=-h*e-g*l*d,u=-h*g*c+l*d*e*c-a*l*k;h=-h*g*a+l*d*e*a+c*l*k;g*=k;l=-k*e*c-a*d;a=-k*e*a+d*c;if(b===PrecessDirection.Into2000)return new RotationMatrix([[f,m,n],[p,u,h],[g,l,a]]);if(b===PrecessDirection.From2000)return new RotationMatrix([[f,p,g],[m,u,l],[n,h,a]]);throw"Invalid precess direction";}function era(a){a=(.779057273264+.00273781191135448*a.ut+a.ut%1)%1*360;0>a&&(a+=360);return a} +k,p=-h*e-g*l*d,r=-h*g*c+l*d*e*c-a*l*k;h=-h*g*a+l*d*e*a+c*l*k;g*=k;l=-k*e*c-a*d;a=-k*e*a+d*c;if(b===PrecessDirection.Into2000)return new RotationMatrix([[f,m,n],[p,r,h],[g,l,a]]);if(b===PrecessDirection.From2000)return new RotationMatrix([[f,p,g],[m,r,l],[n,h,a]]);throw"Invalid precess direction";}function era(a){a=(.779057273264+.00273781191135448*a.ut+a.ut%1)%1*360;0>a&&(a+=360);return a} function sidereal_time(a){var b=a.tt/36525,c=15*e_tilt(a).ee;a=era(a);b=((c+.014506+((((-3.68E-8*b-2.9956E-5)*b-4.4E-7)*b+1.3915817)*b+4612.156534)*b)/3600+a)%360/15;0>b&&(b+=24);return b} function inverse_terra(a,b){var c=a[0]*exports.KM_PER_AU,d=a[1]*exports.KM_PER_AU;a=a[2]*exports.KM_PER_AU;var e=Math.sqrt(c*c+d*d);if(1E-6>e){b=0;var f=0=b;)b+=360;for(;180Math.abs(p))break; f-=p/(h*((l-m)/k-m*l*(c-1)/(h*n))+a*g+e*d)}f*=exports.RAD2DEG;k=EARTH_EQUATORIAL_RADIUS_KM/k;a=Math.abs(g)>Math.abs(d)?a/g-c*k:e/d-k}return new Observer(f,b,1E3*a)} @@ -172,7 +177,7 @@ var Rotation_JUP_EQJ=new RotationMatrix([[.9994327653386544,-.03367710746976414, [-1.441929255483E-4,1.0477061764435,-5.6920632124E-4]]},{mu:2.82492144889909E-7,al:[-.3620341291375704,.376486233433828],a:[[.0125879701715314,0,0],[3.595204947E-6,.64965776007116,.50172168165034],[2.7580210652E-6,1.808423578151,3.1750660413359]],l:[[5.586040123824E-4,2.1404207189815,.00145009793231],[-3.805813868176E-4,2.7358844897853,2.972965062E-5],[2.205152863262E-4,.649796525964,.5017216724358],[1.877895151158E-4,1.8084787604005,3.1750660413359],[7.66916975242E-5,6.2720114319755,1.3928364636651], [7.47056855106E-5,1.2995916202344,1.0034433456729]],z:[[.0073755808467977,5.5836071576084,3.206509914E-5],[2.065924169942E-4,5.9209831565786,.37648624194703],[1.589869764021E-4,.28744006242623,.8782079244252],[-1.561131605348E-4,2.1257397865089,1.2727441285E-4],[1.486043380971E-4,1.4462134301023,3.5515522949802],[6.35073108731E-5,5.9096803285954,1.7693227129285],[5.99351698525E-5,4.1125517584798,-2.7985797954589],[5.40660842731E-5,5.5390350845569,.00286834082283],[-4.89596900866E-5,4.6218149483338, -.62695712529519]],zeta:[[.0038422977898495,2.4133922085557,0],[.0022453891791894,5.9721736773277,-3.056125525E-5],[-2.604479450559E-4,3.3368746306409,-1.2491309972E-4],[3.3211214323E-5,5.5604137742337,.00290037688507]]}],JupiterMoonsInfo=function(a){this.moon=a};exports.JupiterMoonsInfo=JupiterMoonsInfo; -function JupiterMoon_elem2pv(a,b,c){var d=c[0],e=c[1],f=c[2],g=c[3],k=c[4];c=c[5];var h=Math.sqrt(b/(d*d*d));b=e+f*Math.sin(e)-g*Math.cos(e);do{var l=Math.cos(b);var m=Math.sin(b);l=(e-b+f*m-g*l)/(1-f*l-g*m);b+=l}while(1E-12<=Math.abs(l));l=Math.cos(b);m=Math.sin(b);b=g*l-f*m;var n=-f*l-g*m,p=1/(1+n),u=1/(1+Math.sqrt(1-f*f-g*g));e=d*(l-f-u*g*b);b=d*(m-g+u*f*b);g=h*p*d*(-m-u*g*n);d=h*p*d*(+l+u*f*n);f=2*Math.sqrt(1-k*k-c*c);h=1-2*c*c;l=1-2*k*k;m=2*c*k;return new StateVector(e*h+b*m,e*m+b*l,(k*b-e*c)* +function JupiterMoon_elem2pv(a,b,c){var d=c[0],e=c[1],f=c[2],g=c[3],k=c[4];c=c[5];var h=Math.sqrt(b/(d*d*d));b=e+f*Math.sin(e)-g*Math.cos(e);do{var l=Math.cos(b);var m=Math.sin(b);l=(e-b+f*m-g*l)/(1-f*l-g*m);b+=l}while(1E-12<=Math.abs(l));l=Math.cos(b);m=Math.sin(b);b=g*l-f*m;var n=-f*l-g*m,p=1/(1+n),r=1/(1+Math.sqrt(1-f*f-g*g));e=d*(l-f-r*g*b);b=d*(m-g+r*f*b);g=h*p*d*(-m-r*g*n);d=h*p*d*(+l+r*f*n);f=2*Math.sqrt(1-k*k-c*c);h=1-2*c*c;l=1-2*k*k;m=2*c*k;return new StateVector(e*h+b*m,e*m+b*l,(k*b-e*c)* f,g*h+d*m,g*m+d*l,(k*d-g*c)*f,a)} function CalcJupiterMoon(a,b){for(var c=a.tt+18262.5,d=[0,b.al[0]+c*b.al[1],0,0,0,0],e=$jscomp.makeIterator(b.a),f=e.next();!f.done;f=e.next()){var g=$jscomp.makeIterator(f.value);f=g.next().value;var k=g.next().value;g=g.next().value;d[0]+=f*Math.cos(k+c*g)}e=$jscomp.makeIterator(b.l);for(f=e.next();!f.done;f=e.next())g=$jscomp.makeIterator(f.value),f=g.next().value,k=g.next().value,g=g.next().value,d[1]+=f*Math.sin(k+c*g);d[1]%=PI2;0>d[1]&&(d[1]+=PI2);e=$jscomp.makeIterator(b.z);for(f=e.next();!f.done;f= e.next())g=$jscomp.makeIterator(f.value),f=g.next().value,k=g.next().value,g=g.next().value,k+=c*g,d[2]+=f*Math.cos(k),d[3]+=f*Math.sin(k);e=$jscomp.makeIterator(b.zeta);for(f=e.next();!f.done;f=e.next())g=$jscomp.makeIterator(f.value),f=g.next().value,k=g.next().value,g=g.next().value,k+=c*g,d[4]+=f*Math.cos(k),d[5]+=f*Math.sin(k);a=JupiterMoon_elem2pv(a,b.mu,d);return RotateState(Rotation_JUP_EQJ,a)} @@ -183,8 +188,8 @@ function GeoVector(a,b,c){VerifyBoolean(c);b=MakeTime(b);if(a===Body.Moon)return function ExportState(a,b){return new StateVector(a.r.x,a.r.y,a.r.z,a.v.x,a.v.y,a.v.z,b)} function BaryState(a,b){b=MakeTime(b);if(a==Body.SSB)return new StateVector(0,0,0,0,0,0,b);var c=new major_bodies_t(b.tt);switch(a){case Body.Sun:return ExportState(c.Sun,b);case Body.Jupiter:return ExportState(c.Jupiter,b);case Body.Saturn:return ExportState(c.Saturn,b);case Body.Uranus:return ExportState(c.Uranus,b);case Body.Neptune:return ExportState(c.Neptune,b)}if(a in vsop)return a=CalcVsopPosVel(vsop[a],b.tt),new StateVector(c.Sun.r.x+a.r.x,c.Sun.r.y+a.r.y,c.Sun.r.z+a.r.z,c.Sun.v.x+a.v.x, c.Sun.v.y+a.v.y,c.Sun.v.z+a.v.z,b);throw'BaryState: Unsupported body "'+a+'"';}exports.BaryState=BaryState;function QuadInterp(a,b,c,d,e){var f=(e+c)/2-d;c=(e-c)/2;if(0==f){if(0==c)return null;d=-d/c;if(-1>d||1=d)return null;e=Math.sqrt(d);d=(-c+e)/(2*f);e=(-c-e)/(2*f);if(-1<=d&&1>=d){if(-1<=e&&1>=e)return null}else if(-1<=e&&1>=e)d=e;else return null}return{x:d,t:a+d*b,df_dt:(2*f*d+c)/b}} -function Search(a,b,c,d){var e=VerifyNumber(d&&d.dt_tolerance_seconds||1);e=Math.abs(e/SECONDS_PER_DAY);var f=d&&d.init_f1||a(b),g=d&&d.init_f2||a(c),k=NaN,h=0;d=d&&d.iter_limit||20;for(var l=!0;;){if(++h>d)throw"Excessive iteration in Search()";var m=InterpolateTime(b,c,.5),n=m.ut-b.ut;if(Math.abs(n)(n.ut-b.ut)*(n.ut-c.ut)&&0>(u.ut-b.ut)*(u.ut-c.ut))){p=a(n);var r=a(u);if(0>p&&0<=r){f=p;g=r;b=n;c=u;k=y;l=!1;continue}}}}if(0>f&&0<=k)c=m,g=k;else if(0>k&&0<=g)b=m,f=k;else return null}}exports.Search=Search;function LongitudeOffset(a){for(;-180>=a;)a+=360;for(;180a;)a+=360;for(;360<=a;)a-=360;return a} +function Search(a,b,c,d){var e=VerifyNumber(d&&d.dt_tolerance_seconds||1);e=Math.abs(e/SECONDS_PER_DAY);var f=d&&d.init_f1||a(b),g=d&&d.init_f2||a(c),k=NaN,h=0;d=d&&d.iter_limit||20;for(var l=!0;;){if(++h>d)throw"Excessive iteration in Search()";var m=InterpolateTime(b,c,.5),n=m.ut-b.ut;if(Math.abs(n)(n.ut-b.ut)*(n.ut-c.ut)&&0>(r.ut-b.ut)*(r.ut-c.ut))){p=a(n);var t=a(r);if(0>p&&0<=t){f=p;g=t;b=n;c=r;k=x;l=!1;continue}}}}if(0>f&&0<=k)c=m,g=k;else if(0>k&&0<=g)b=m,f=k;else return null}}exports.Search=Search;function LongitudeOffset(a){for(;-180>=a;)a+=360;for(;180a;)a+=360;for(;360<=a;)a-=360;return a} function SearchSunLongitude(a,b,c){VerifyNumber(a);VerifyNumber(c);b=MakeTime(b);c=b.AddDays(c);return Search(function(d){d=SunPosition(d);return LongitudeOffset(d.elon-a)},b,c)}exports.SearchSunLongitude=SearchSunLongitude;function PairLongitude(a,b,c){if(a===Body.Earth||b===Body.Earth)throw"The Earth does not have a longitude as seen from itself.";c=MakeTime(c);a=GeoVector(a,c,!1);a=Ecliptic(a);b=GeoVector(b,c,!1);b=Ecliptic(b);return NormalizeLongitude(a.elon-b.elon)}exports.PairLongitude=PairLongitude; function AngleFromSun(a,b){if(a==Body.Earth)throw"The Earth does not have an angle as seen from itself.";var c=MakeTime(b);b=GeoVector(Body.Sun,c,!0);a=GeoVector(a,c,!0);return AngleBetween(b,a)}exports.AngleFromSun=AngleFromSun;function EclipticLongitude(a,b){if(a===Body.Sun)throw"Cannot calculate heliocentric longitude of the Sun.";a=HelioVector(a,b);return Ecliptic(a).elon}exports.EclipticLongitude=EclipticLongitude; function VisualMagnitude(a,b,c,d){var e=0,f=0,g=0;switch(a){case Body.Mercury:a=-.6;e=4.98;f=-4.88;g=3.02;break;case Body.Venus:163.6>b?(a=-4.47,e=1.03,f=.57,g=.13):(a=.98,e=-1.02);break;case Body.Mars:a=-1.52;e=1.6;break;case Body.Jupiter:a=-9.4;e=.5;break;case Body.Uranus:a=-7.19;e=.25;break;case Body.Neptune:a=-6.87;break;case Body.Pluto:a=-1;e=4;break;default:throw"VisualMagnitude: unsupported body "+a;}b/=100;return a+b*(e+b*(f+b*g))+5*Math.log10(c*d)} diff --git a/source/js/astronomy.ts b/source/js/astronomy.ts index 8705d9fe..6dc96327 100644 --- a/source/js/astronomy.ts +++ b/source/js/astronomy.ts @@ -1675,6 +1675,155 @@ function CalcMoon(time: AstroTime) { }; } +/** + * @brief Lunar libration angles, returned by {@link Libration}. + * + * @property {number} elat + * Sub-Earth libration ecliptic latitude angle, in degrees. + * @property {number} elon + * Sub-Earth libration ecliptic longitude angle, in degrees. + * @property {number} mlat + * Moon's geocentric ecliptic latitude. + * @property {number} mlon + * Moon's geocentric ecliptic longitude. + * @property {number} dist_km + * Distance between the centers of the Earth and Moon in kilometers. + * @property {number} diam_deg + * The apparent angular diameter of the Moon, in degrees, as seen from the center of the Earth. + */ +export class LibrationInfo { + constructor( + public elat: number, + public elon: number, + public mlat: number, + public mlon: number, + public dist_km: number, + public diam_deg: number + ) {} +} + +/** + * @brief Calculates the Moon's libration angles at a given moment in time. + * + * Libration is an observed back-and-forth wobble of the portion of the + * Moon visible from the Earth. It is caused by the imperfect tidal locking + * of the Moon's fixed rotation rate, compared to its variable angular speed + * of orbit around the Earth. + * + * This function calculates a pair of perpendicular libration angles, + * one representing rotation of the Moon in eclitpic longitude `elon`, the other + * in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. + * + * This function also returns the geocentric position of the Moon + * expressed in ecliptic longitude `mlon`, ecliptic latitude `mlat`, the + * distance `dist_km` between the centers of the Earth and Moon expressed in kilometers, + * and the apparent angular diameter of the Moon `diam_deg`. + * + * @param {FlexibleDateTime} date + * A Date object, a number of UTC days since the J2000 epoch (noon on January 1, 2000), + * or an AstroTime object. + * + * @returns {LibrationInfo} + */ +export function Libration(date: FlexibleDateTime): LibrationInfo { + const time = MakeTime(date); + const t = time.tt / 36525.0; + const t2 = t * t; + const t3 = t2 * t; + const t4 = t2 * t2; + const moon = CalcMoon(time); + const mlon = moon.geo_eclip_lon; + const mlat = moon.geo_eclip_lat; + const dist_km = moon.distance_au * KM_PER_AU; + + // Inclination angle + const I = DEG2RAD * 1.54242; + + // Moon's argument of latitude in radians. + const f = DEG2RAD * NormalizeLongitude(93.2720950 + 483202.0175233*t - 0.0036539*t2 - t3/3526000 + t4/863310000); + + // Moon's ascending node's mean longitude in radians. + const omega = DEG2RAD * NormalizeLongitude(125.0445479 - 1934.1362891*t + 0.0020754*t2 + t3/467441 - t4/60616000); + + // Sun's mean anomaly. + const m = DEG2RAD * NormalizeLongitude(357.5291092 + 35999.0502909*t - 0.0001536*t2 + t3/24490000); + + // Moon's mean anomaly. + const mdash = DEG2RAD * NormalizeLongitude(134.9633964 + 477198.8675055*t + 0.0087414*t2 + t3/69699 - t4/14712000); + + // Moon's mean elongation. + const d = DEG2RAD * NormalizeLongitude(297.8501921 + 445267.1114034*t - 0.0018819*t2 + t3/545868 - t4/113065000); + + // Eccentricity of the Earth's orbit. + const e = 1.0 - 0.002516*t - 0.0000074*t2; + + // Optical librations + const w = mlon - omega; + const a = Math.atan2(Math.sin(w)*Math.cos(mlat)*Math.cos(I) - Math.sin(mlat)*Math.sin(I), Math.cos(w)*Math.cos(mlat)); + const ldash = LongitudeOffset(RAD2DEG * (a - f)); + const bdash = Math.asin(-Math.sin(w)*Math.cos(mlat)*Math.sin(I) - Math.sin(mlat)*Math.cos(I)); + + // Physical librations + const k1 = DEG2RAD*(119.75 + 131.849*t); + const k2 = DEG2RAD*(72.56 + 20.186*t); + + const rho = ( + -0.02752*Math.cos(mdash) + + -0.02245*Math.sin(f) + + +0.00684*Math.cos(mdash - 2*f) + + -0.00293*Math.cos(2*f) + + -0.00085*Math.cos(2*f - 2*d) + + -0.00054*Math.cos(mdash - 2*d) + + -0.00020*Math.sin(mdash + f) + + -0.00020*Math.cos(mdash + 2*f) + + -0.00020*Math.cos(mdash - f) + + +0.00014*Math.cos(mdash + 2*f - 2*d) + ); + + const sigma = ( + -0.02816*Math.sin(mdash) + + +0.02244*Math.cos(f) + + -0.00682*Math.sin(mdash - 2*f) + + -0.00279*Math.sin(2*f) + + -0.00083*Math.sin(2*f - 2*d) + + +0.00069*Math.sin(mdash - 2*d) + + +0.00040*Math.cos(mdash + f) + + -0.00025*Math.sin(2*mdash) + + -0.00023*Math.sin(mdash + 2*f) + + +0.00020*Math.cos(mdash - f) + + +0.00019*Math.sin(mdash - f) + + +0.00013*Math.sin(mdash + 2*f - 2*d) + + -0.00010*Math.cos(mdash - 3*f) + ); + + const tau = ( + +0.02520*e*Math.sin(m) + + +0.00473*Math.sin(2*mdash - 2*f) + + -0.00467*Math.sin(mdash) + + +0.00396*Math.sin(k1) + + +0.00276*Math.sin(2*mdash - 2*d) + + +0.00196*Math.sin(omega) + + -0.00183*Math.cos(mdash - f) + + +0.00115*Math.sin(mdash - 2*d) + + -0.00096*Math.sin(mdash - d) + + +0.00046*Math.sin(2*f - 2*d) + + -0.00039*Math.sin(mdash - f) + + -0.00032*Math.sin(mdash - m - d) + + +0.00027*Math.sin(2*mdash - m - 2*d) + + +0.00023*Math.sin(k2) + + -0.00014*Math.sin(2*d) + + +0.00014*Math.cos(2*mdash - 2*f) + + -0.00012*Math.sin(mdash - 2*f) + + -0.00012*Math.sin(2*mdash) + + +0.00011*Math.sin(2*mdash - 2*m - 2*d) + ); + + const ldash2 = -tau + (rho*Math.cos(a) + sigma*Math.sin(a))*Math.tan(bdash); + const bdash2 = sigma*Math.cos(a) - rho*Math.sin(a); + const diam_deg = 2.0 * RAD2DEG * Math.atan(MOON_MEAN_RADIUS_KM / Math.sqrt(dist_km*dist_km - MOON_MEAN_RADIUS_KM*MOON_MEAN_RADIUS_KM)); + return new LibrationInfo(RAD2DEG*bdash + bdash2, ldash + ldash2, mlat, mlon, dist_km, diam_deg); +} + function precession(pos: ArrayVector, time: AstroTime, dir: PrecessDirection): ArrayVector { const r = precession_rot(time, dir); return [ diff --git a/source/js/esm/astronomy.js b/source/js/esm/astronomy.js index e241e072..a4d8fc99 100644 --- a/source/js/esm/astronomy.js +++ b/source/js/esm/astronomy.js @@ -1560,6 +1560,134 @@ function CalcMoon(time) { distance_au: (ARC * EARTH_EQUATORIAL_RADIUS_AU) / (0.999953253 * SINPI) }; } +/** + * @brief Lunar libration angles, returned by {@link Libration}. + * + * @property {number} elat + * Sub-Earth libration ecliptic latitude angle, in degrees. + * @property {number} elon + * Sub-Earth libration ecliptic longitude angle, in degrees. + * @property {number} mlat + * Moon's geocentric ecliptic latitude. + * @property {number} mlon + * Moon's geocentric ecliptic longitude. + * @property {number} dist_km + * Distance between the centers of the Earth and Moon in kilometers. + * @property {number} diam_deg + * The apparent angular diameter of the Moon, in degrees, as seen from the center of the Earth. + */ +export class LibrationInfo { + constructor(elat, elon, mlat, mlon, dist_km, diam_deg) { + this.elat = elat; + this.elon = elon; + this.mlat = mlat; + this.mlon = mlon; + this.dist_km = dist_km; + this.diam_deg = diam_deg; + } +} +/** + * @brief Calculates the Moon's libration angles at a given moment in time. + * + * Libration is an observed back-and-forth wobble of the portion of the + * Moon visible from the Earth. It is caused by the imperfect tidal locking + * of the Moon's fixed rotation rate, compared to its variable angular speed + * of orbit around the Earth. + * + * This function calculates a pair of perpendicular libration angles, + * one representing rotation of the Moon in eclitpic longitude `elon`, the other + * in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. + * + * This function also returns the geocentric position of the Moon + * expressed in ecliptic longitude `mlon`, ecliptic latitude `mlat`, the + * distance `dist_km` between the centers of the Earth and Moon expressed in kilometers, + * and the apparent angular diameter of the Moon `diam_deg`. + * + * @param {FlexibleDateTime} date + * A Date object, a number of UTC days since the J2000 epoch (noon on January 1, 2000), + * or an AstroTime object. + * + * @returns {LibrationInfo} + */ +export function Libration(date) { + const time = MakeTime(date); + const t = time.tt / 36525.0; + const t2 = t * t; + const t3 = t2 * t; + const t4 = t2 * t2; + const moon = CalcMoon(time); + const mlon = moon.geo_eclip_lon; + const mlat = moon.geo_eclip_lat; + const dist_km = moon.distance_au * KM_PER_AU; + // Inclination angle + const I = DEG2RAD * 1.54242; + // Moon's argument of latitude in radians. + const f = DEG2RAD * NormalizeLongitude(93.2720950 + 483202.0175233 * t - 0.0036539 * t2 - t3 / 3526000 + t4 / 863310000); + // Moon's ascending node's mean longitude in radians. + const omega = DEG2RAD * NormalizeLongitude(125.0445479 - 1934.1362891 * t + 0.0020754 * t2 + t3 / 467441 - t4 / 60616000); + // Sun's mean anomaly. + const m = DEG2RAD * NormalizeLongitude(357.5291092 + 35999.0502909 * t - 0.0001536 * t2 + t3 / 24490000); + // Moon's mean anomaly. + const mdash = DEG2RAD * NormalizeLongitude(134.9633964 + 477198.8675055 * t + 0.0087414 * t2 + t3 / 69699 - t4 / 14712000); + // Moon's mean elongation. + const d = DEG2RAD * NormalizeLongitude(297.8501921 + 445267.1114034 * t - 0.0018819 * t2 + t3 / 545868 - t4 / 113065000); + // Eccentricity of the Earth's orbit. + const e = 1.0 - 0.002516 * t - 0.0000074 * t2; + // Optical librations + const w = mlon - omega; + const a = Math.atan2(Math.sin(w) * Math.cos(mlat) * Math.cos(I) - Math.sin(mlat) * Math.sin(I), Math.cos(w) * Math.cos(mlat)); + const ldash = LongitudeOffset(RAD2DEG * (a - f)); + const bdash = Math.asin(-Math.sin(w) * Math.cos(mlat) * Math.sin(I) - Math.sin(mlat) * Math.cos(I)); + // Physical librations + const k1 = DEG2RAD * (119.75 + 131.849 * t); + const k2 = DEG2RAD * (72.56 + 20.186 * t); + const rho = (-0.02752 * Math.cos(mdash) + + -0.02245 * Math.sin(f) + + +0.00684 * Math.cos(mdash - 2 * f) + + -0.00293 * Math.cos(2 * f) + + -0.00085 * Math.cos(2 * f - 2 * d) + + -0.00054 * Math.cos(mdash - 2 * d) + + -0.00020 * Math.sin(mdash + f) + + -0.00020 * Math.cos(mdash + 2 * f) + + -0.00020 * Math.cos(mdash - f) + + +0.00014 * Math.cos(mdash + 2 * f - 2 * d)); + const sigma = (-0.02816 * Math.sin(mdash) + + +0.02244 * Math.cos(f) + + -0.00682 * Math.sin(mdash - 2 * f) + + -0.00279 * Math.sin(2 * f) + + -0.00083 * Math.sin(2 * f - 2 * d) + + +0.00069 * Math.sin(mdash - 2 * d) + + +0.00040 * Math.cos(mdash + f) + + -0.00025 * Math.sin(2 * mdash) + + -0.00023 * Math.sin(mdash + 2 * f) + + +0.00020 * Math.cos(mdash - f) + + +0.00019 * Math.sin(mdash - f) + + +0.00013 * Math.sin(mdash + 2 * f - 2 * d) + + -0.00010 * Math.cos(mdash - 3 * f)); + const tau = (+0.02520 * e * Math.sin(m) + + +0.00473 * Math.sin(2 * mdash - 2 * f) + + -0.00467 * Math.sin(mdash) + + +0.00396 * Math.sin(k1) + + +0.00276 * Math.sin(2 * mdash - 2 * d) + + +0.00196 * Math.sin(omega) + + -0.00183 * Math.cos(mdash - f) + + +0.00115 * Math.sin(mdash - 2 * d) + + -0.00096 * Math.sin(mdash - d) + + +0.00046 * Math.sin(2 * f - 2 * d) + + -0.00039 * Math.sin(mdash - f) + + -0.00032 * Math.sin(mdash - m - d) + + +0.00027 * Math.sin(2 * mdash - m - 2 * d) + + +0.00023 * Math.sin(k2) + + -0.00014 * Math.sin(2 * d) + + +0.00014 * Math.cos(2 * mdash - 2 * f) + + -0.00012 * Math.sin(mdash - 2 * f) + + -0.00012 * Math.sin(2 * mdash) + + +0.00011 * Math.sin(2 * mdash - 2 * m - 2 * d)); + const ldash2 = -tau + (rho * Math.cos(a) + sigma * Math.sin(a)) * Math.tan(bdash); + const bdash2 = sigma * Math.cos(a) - rho * Math.sin(a); + const diam_deg = 2.0 * RAD2DEG * Math.atan(MOON_MEAN_RADIUS_KM / Math.sqrt(dist_km * dist_km - MOON_MEAN_RADIUS_KM * MOON_MEAN_RADIUS_KM)); + return new LibrationInfo(RAD2DEG * bdash + bdash2, ldash + ldash2, mlat, mlon, dist_km, diam_deg); +} function precession(pos, time, dir) { const r = precession_rot(time, dir); return [ diff --git a/source/python/README.md b/source/python/README.md index 41045af0..8ed6cef8 100644 --- a/source/python/README.md +++ b/source/python/README.md @@ -461,6 +461,25 @@ and the velocities in AU/day. --- + +### class LibrationInfo + +**Lunar libration angles, returned by [`Libration`](#Libration).** + +Contains lunar libration angles and lunar position information +for a given moment in time. See [`Libration`](#Libration) for more details. + +| Type | Attribute | Description | +| --- | --- | --- | +| `float` | `elat` | Sub-Earth libration ecliptic latitude angle, in degrees. | +| `float` | `elon` | Sub-Earth libration ecliptic longitude angle, in degrees. | +| `float` | `mlat` | Moon's geocentric ecliptic latitude. | +| `float` | `mlon` | Moon's geocentric ecliptic longitude. | +| `float` | `dist_km` | Distance between the centers of the Earth and Moon in kilometers. | +| `float` | `diam_deg` | The apparent angular diameter of the Moon as seen from the center of the Earth. | + +--- + ### class LocalSolarEclipseInfo @@ -1485,6 +1504,31 @@ The positions and velocities of Jupiter's 4 largest moons. --- + +### Libration(time) + +**Calculates the Moon's libration angles at a given moment in time.** + +Libration is an observed back-and-forth wobble of the portion of the +Moon visible from the Earth. It is caused by the imperfect tidal locking +of the Moon's fixed rotation rate, compared to its variable angular speed +of orbit around the Earth. +This function calculates a pair of perpendicular libration angles, +one representing rotation of the Moon in eclitpic longitude `elon`, the other +in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. +This function also returns the geocentric position of the Moon +expressed in ecliptic longitude `mlon`, ecliptic latitude `mlat`, the +distance `dist_km` between the centers of the Earth and Moon expressed in kilometers, +and the apparent angular diameter of the Moon `diam_deg`. + +| Type | Parameter | Description | +| --- | --- | --- | +| [`Time`](#Time) | `time` | The date and time for which to calculate the Moon's libration angles. | + +### Returns: [`LibrationInfo`](#LibrationInfo) + +--- + ### MoonPhase(time) diff --git a/source/python/astronomy.py b/source/python/astronomy.py index c707cb28..54157657 100644 --- a/source/python/astronomy.py +++ b/source/python/astronomy.py @@ -8537,3 +8537,157 @@ def NextTransit(body, prevTransitTime): """ startTime = prevTransitTime.AddDays(100.0) return SearchTransit(body, startTime) + + +class LibrationInfo: + """Lunar libration angles, returned by #Libration. + + Contains lunar libration angles and lunar position information + for a given moment in time. See #Libration for more details. + + Attributes + ---------- + elat : float + Sub-Earth libration ecliptic latitude angle, in degrees. + elon : float + Sub-Earth libration ecliptic longitude angle, in degrees. + mlat : float + Moon's geocentric ecliptic latitude. + mlon : float + Moon's geocentric ecliptic longitude. + dist_km : float + Distance between the centers of the Earth and Moon in kilometers. + diam_deg : float + The apparent angular diameter of the Moon as seen from the center of the Earth. + """ + def __init__(self, elat, elon, mlat, mlon, dist_km, diam_deg): + self.elat = elat + self.elon = elon + self.mlat = mlat + self.mlon = mlon + self.dist_km = dist_km + self.diam_deg = diam_deg + + +def Libration(time): + """Calculates the Moon's libration angles at a given moment in time. + + Libration is an observed back-and-forth wobble of the portion of the + Moon visible from the Earth. It is caused by the imperfect tidal locking + of the Moon's fixed rotation rate, compared to its variable angular speed + of orbit around the Earth. + + This function calculates a pair of perpendicular libration angles, + one representing rotation of the Moon in eclitpic longitude `elon`, the other + in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position. + + This function also returns the geocentric position of the Moon + expressed in ecliptic longitude `mlon`, ecliptic latitude `mlat`, the + distance `dist_km` between the centers of the Earth and Moon expressed in kilometers, + and the apparent angular diameter of the Moon `diam_deg`. + + Parameters + ---------- + time : Time + The date and time for which to calculate the Moon's libration angles. + + Returns + ------- + LibrationInfo + """ + t = time.tt / 36525.0 + t2 = t * t + t3 = t2 * t + t4 = t2 * t2 + moon = _CalcMoon(time) + mlon = moon.geo_eclip_lon + mlat = moon.geo_eclip_lat + dist_km = moon.distance_au * KM_PER_AU + diam_deg = 2.0 * math.degrees(math.atan(_MOON_MEAN_RADIUS_KM / math.sqrt(dist_km*dist_km - _MOON_MEAN_RADIUS_KM*_MOON_MEAN_RADIUS_KM))) + + # Inclination angle + I = math.radians(1.54242) + + # Moon's argument of latitude in radians. + f = math.radians(_NormalizeLongitude(93.2720950 + 483202.0175233*t - 0.0036539*t2 - t3/3526000 + t4/863310000)) + + # Moon's ascending node's mean longitude in radians. + omega = math.radians(_NormalizeLongitude(125.0445479 - 1934.1362891*t + 0.0020754*t2 + t3/467441 - t4/60616000)) + + # Sun's mean anomaly. + m = math.radians(_NormalizeLongitude(357.5291092 + 35999.0502909*t - 0.0001536*t2 + t3/24490000)) + + # Moon's mean anomaly. + mdash = math.radians(_NormalizeLongitude(134.9633964 + 477198.8675055*t + 0.0087414*t2 + t3/69699 - t4/14712000)) + + # Moon's mean elongation. + d = math.radians(_NormalizeLongitude(297.8501921 + 445267.1114034*t - 0.0018819*t2 + t3/545868 - t4/113065000)) + + # Eccentricity of the Earth's orbit. + e = 1.0 - 0.002516*t - 0.0000074*t2 + + # Optical librations + w = mlon - omega + a = math.atan2(math.sin(w)*math.cos(mlat)*math.cos(I) - math.sin(mlat)*math.sin(I), math.cos(w)*math.cos(mlat)) + ldash = _LongitudeOffset(math.degrees(a - f)) + bdash = math.asin(-math.sin(w)*math.cos(mlat)*math.sin(I) - math.sin(mlat)*math.cos(I)) + + # Physical librations + k1 = math.radians(119.75 + 131.849*t) + k2 = math.radians(72.56 + 20.186*t) + + rho = ( + -0.02752*math.cos(mdash) + + -0.02245*math.sin(f) + + +0.00684*math.cos(mdash - 2*f) + + -0.00293*math.cos(2*f) + + -0.00085*math.cos(2*f - 2*d) + + -0.00054*math.cos(mdash - 2*d) + + -0.00020*math.sin(mdash + f) + + -0.00020*math.cos(mdash + 2*f) + + -0.00020*math.cos(mdash - f) + + +0.00014*math.cos(mdash + 2*f - 2*d) + ) + + sigma = ( + -0.02816*math.sin(mdash) + + +0.02244*math.cos(f) + + -0.00682*math.sin(mdash - 2*f) + + -0.00279*math.sin(2*f) + + -0.00083*math.sin(2*f - 2*d) + + +0.00069*math.sin(mdash - 2*d) + + +0.00040*math.cos(mdash + f) + + -0.00025*math.sin(2*mdash) + + -0.00023*math.sin(mdash + 2*f) + + +0.00020*math.cos(mdash - f) + + +0.00019*math.sin(mdash - f) + + +0.00013*math.sin(mdash + 2*f - 2*d) + + -0.00010*math.cos(mdash - 3*f) + ) + + tau = ( + +0.02520*e*math.sin(m) + + +0.00473*math.sin(2*mdash - 2*f) + + -0.00467*math.sin(mdash) + + +0.00396*math.sin(k1) + + +0.00276*math.sin(2*mdash - 2*d) + + +0.00196*math.sin(omega) + + -0.00183*math.cos(mdash - f) + + +0.00115*math.sin(mdash - 2*d) + + -0.00096*math.sin(mdash - d) + + +0.00046*math.sin(2*f - 2*d) + + -0.00039*math.sin(mdash - f) + + -0.00032*math.sin(mdash - m - d) + + +0.00027*math.sin(2*mdash - m - 2*d) + + +0.00023*math.sin(k2) + + -0.00014*math.sin(2*d) + + +0.00014*math.cos(2*mdash - 2*f) + + -0.00012*math.sin(mdash - 2*f) + + -0.00012*math.sin(2*mdash) + + +0.00011*math.sin(2*mdash - 2*m - 2*d) + ) + + ldash2 = -tau + (rho*math.cos(a) + sigma*math.sin(a))*math.tan(bdash) + bdash = math.degrees(bdash) + bdash2 = sigma*math.cos(a) - rho*math.sin(a) + return LibrationInfo(bdash + bdash2, ldash + ldash2, mlat, mlon, dist_km, diam_deg) diff --git a/website/src/assets/documentation.json b/website/src/assets/documentation.json index 03aac415..0eda8eee 100644 --- a/website/src/assets/documentation.json +++ b/website/src/assets/documentation.json @@ -46,61 +46,13 @@ "meta": { "range": [ 1519, - 2714 + 2703 ], "filename": "astronomy.js", "lineno": 36, "columnno": 0, "code": { "id": "astnode100000015", - "name": "exports.IlluminationInfo", - "type": "AssignmentExpression", - "value": "exports.EclipticLongitude", - "paramnames": [] - } - }, - "undocumented": true, - "name": "IlluminationInfo", - "longname": "IlluminationInfo", - "kind": "member", - "scope": "global" - }, - { - "comment": "", - "meta": { - "range": [ - 1546, - 2714 - ], - "filename": "astronomy.js", - "lineno": 36, - "columnno": 27, - "code": { - "id": "astnode100000019", - "name": "exports.EclipticLongitude", - "type": "AssignmentExpression", - "value": "exports.AngleFromSun", - "paramnames": [] - } - }, - "undocumented": true, - "name": "EclipticLongitude", - "longname": "EclipticLongitude", - "kind": "member", - "scope": "global" - }, - { - "comment": "", - "meta": { - "range": [ - 1574, - 2714 - ], - "filename": "astronomy.js", - "lineno": 36, - "columnno": 55, - "code": { - "id": "astnode100000023", "name": "exports.AngleFromSun", "type": "AssignmentExpression", "value": "exports.PairLongitude", @@ -109,23 +61,22 @@ }, "undocumented": true, "name": "AngleFromSun", - "longname": "IlluminationInfo#AngleFromSun", + "longname": "AngleFromSun", "kind": "member", - "memberof": "IlluminationInfo", - "scope": "instance" + "scope": "global" }, { "comment": "", "meta": { "range": [ - 1597, - 2714 + 1542, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 78, + "columnno": 23, "code": { - "id": "astnode100000027", + "id": "astnode100000019", "name": "exports.PairLongitude", "type": "AssignmentExpression", "value": "exports.SearchSunLongitude", @@ -134,23 +85,22 @@ }, "undocumented": true, "name": "PairLongitude", - "longname": "EclipticLongitude#PairLongitude", + "longname": "PairLongitude", "kind": "member", - "memberof": "EclipticLongitude", - "scope": "instance" + "scope": "global" }, { "comment": "", "meta": { "range": [ - 1621, - 2714 + 1566, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 102, + "columnno": 47, "code": { - "id": "astnode100000031", + "id": "astnode100000023", "name": "exports.SearchSunLongitude", "type": "AssignmentExpression", "value": "exports.Search", @@ -159,23 +109,23 @@ }, "undocumented": true, "name": "SearchSunLongitude", - "longname": "IlluminationInfo#AngleFromSun#SearchSunLongitude", + "longname": "AngleFromSun#SearchSunLongitude", "kind": "member", - "memberof": "IlluminationInfo#AngleFromSun", + "memberof": "AngleFromSun", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 1650, - 2714 + 1595, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 131, + "columnno": 76, "code": { - "id": "astnode100000035", + "id": "astnode100000027", "name": "exports.Search", "type": "AssignmentExpression", "value": "exports.BaryState", @@ -184,23 +134,23 @@ }, "undocumented": true, "name": "Search", - "longname": "EclipticLongitude#PairLongitude#Search", + "longname": "PairLongitude#Search", "kind": "member", - "memberof": "EclipticLongitude#PairLongitude", + "memberof": "PairLongitude", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 1667, - 2714 + 1612, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 148, + "columnno": 93, "code": { - "id": "astnode100000039", + "id": "astnode100000031", "name": "exports.BaryState", "type": "AssignmentExpression", "value": "exports.GeoVector", @@ -209,23 +159,23 @@ }, "undocumented": true, "name": "BaryState", - "longname": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState", + "longname": "AngleFromSun#SearchSunLongitude#BaryState", "kind": "member", - "memberof": "IlluminationInfo#AngleFromSun#SearchSunLongitude", + "memberof": "AngleFromSun#SearchSunLongitude", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 1687, - 2714 + 1632, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 168, + "columnno": 113, "code": { - "id": "astnode100000043", + "id": "astnode100000035", "name": "exports.GeoVector", "type": "AssignmentExpression", "value": "exports.HelioDistance", @@ -234,23 +184,23 @@ }, "undocumented": true, "name": "GeoVector", - "longname": "EclipticLongitude#PairLongitude#Search#GeoVector", + "longname": "PairLongitude#Search#GeoVector", "kind": "member", - "memberof": "EclipticLongitude#PairLongitude#Search", + "memberof": "PairLongitude#Search", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 1707, - 2714 + 1652, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 188, + "columnno": 133, "code": { - "id": "astnode100000047", + "id": "astnode100000039", "name": "exports.HelioDistance", "type": "AssignmentExpression", "value": "exports.HelioVector", @@ -259,23 +209,23 @@ }, "undocumented": true, "name": "HelioDistance", - "longname": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance", + "longname": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance", "kind": "member", - "memberof": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState", + "memberof": "AngleFromSun#SearchSunLongitude#BaryState", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 1731, - 2714 + 1676, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 212, + "columnno": 157, "code": { - "id": "astnode100000051", + "id": "astnode100000043", "name": "exports.HelioVector", "type": "AssignmentExpression", "value": "exports.JupiterMoons", @@ -284,23 +234,23 @@ }, "undocumented": true, "name": "HelioVector", - "longname": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector", + "longname": "PairLongitude#Search#GeoVector#HelioVector", "kind": "member", - "memberof": "EclipticLongitude#PairLongitude#Search#GeoVector", + "memberof": "PairLongitude#Search#GeoVector", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 1753, - 2714 + 1698, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 234, + "columnno": 179, "code": { - "id": "astnode100000055", + "id": "astnode100000047", "name": "exports.JupiterMoons", "type": "AssignmentExpression", "value": "exports.JupiterMoonsInfo", @@ -309,23 +259,23 @@ }, "undocumented": true, "name": "JupiterMoons", - "longname": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons", + "longname": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons", "kind": "member", - "memberof": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance", + "memberof": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 1776, - 2714 + 1721, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 257, + "columnno": 202, "code": { - "id": "astnode100000059", + "id": "astnode100000051", "name": "exports.JupiterMoonsInfo", "type": "AssignmentExpression", "value": "exports.GeoMoon", @@ -334,23 +284,23 @@ }, "undocumented": true, "name": "JupiterMoonsInfo", - "longname": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo", + "longname": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo", "kind": "member", - "memberof": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector", + "memberof": "PairLongitude#Search#GeoVector#HelioVector", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 1803, - 2714 + 1748, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 284, + "columnno": 229, "code": { - "id": "astnode100000063", + "id": "astnode100000055", "name": "exports.GeoMoon", "type": "AssignmentExpression", "value": "exports.Ecliptic", @@ -359,23 +309,23 @@ }, "undocumented": true, "name": "GeoMoon", - "longname": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon", + "longname": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon", "kind": "member", - "memberof": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons", + "memberof": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 1821, - 2714 + 1766, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 302, + "columnno": 247, "code": { - "id": "astnode100000067", + "id": "astnode100000059", "name": "exports.Ecliptic", "type": "AssignmentExpression", "value": "exports.ObserverGravity", @@ -384,23 +334,23 @@ }, "undocumented": true, "name": "Ecliptic", - "longname": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic", + "longname": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic", "kind": "member", - "memberof": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo", + "memberof": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 1840, - 2714 + 1785, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 321, + "columnno": 266, "code": { - "id": "astnode100000071", + "id": "astnode100000063", "name": "exports.ObserverGravity", "type": "AssignmentExpression", "value": "exports.VectorObserver", @@ -409,23 +359,23 @@ }, "undocumented": true, "name": "ObserverGravity", - "longname": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity", + "longname": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity", "kind": "member", - "memberof": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon", + "memberof": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 1866, - 2714 + 1811, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 347, + "columnno": 292, "code": { - "id": "astnode100000075", + "id": "astnode100000067", "name": "exports.VectorObserver", "type": "AssignmentExpression", "value": "exports.ObserverVector", @@ -434,23 +384,23 @@ }, "undocumented": true, "name": "VectorObserver", - "longname": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver", + "longname": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver", "kind": "member", - "memberof": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic", + "memberof": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 1891, - 2714 + 1836, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 372, + "columnno": 317, "code": { - "id": "astnode100000079", + "id": "astnode100000071", "name": "exports.ObserverVector", "type": "AssignmentExpression", "value": "exports.Equator", @@ -459,23 +409,23 @@ }, "undocumented": true, "name": "ObserverVector", - "longname": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector", + "longname": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector", "kind": "member", - "memberof": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity", + "memberof": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 1916, - 2714 + 1861, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 397, + "columnno": 342, "code": { - "id": "astnode100000083", + "id": "astnode100000075", "name": "exports.Equator", "type": "AssignmentExpression", "value": "exports.SunPosition", @@ -484,23 +434,23 @@ }, "undocumented": true, "name": "Equator", - "longname": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator", + "longname": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator", "kind": "member", - "memberof": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver", + "memberof": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 1934, - 2714 + 1879, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 415, + "columnno": 360, "code": { - "id": "astnode100000087", + "id": "astnode100000079", "name": "exports.SunPosition", "type": "AssignmentExpression", "value": "exports.Observer", @@ -509,23 +459,23 @@ }, "undocumented": true, "name": "SunPosition", - "longname": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition", + "longname": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition", "kind": "member", - "memberof": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector", + "memberof": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 1956, - 2714 + 1901, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 437, + "columnno": 382, "code": { - "id": "astnode100000091", + "id": "astnode100000083", "name": "exports.Observer", "type": "AssignmentExpression", "value": "exports.Horizon", @@ -534,23 +484,23 @@ }, "undocumented": true, "name": "Observer", - "longname": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer", + "longname": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer", "kind": "member", - "memberof": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator", + "memberof": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 1975, - 2714 + 1920, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 456, + "columnno": 401, "code": { - "id": "astnode100000095", + "id": "astnode100000087", "name": "exports.Horizon", "type": "AssignmentExpression", "value": "exports.EclipticCoordinates", @@ -559,23 +509,23 @@ }, "undocumented": true, "name": "Horizon", - "longname": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon", + "longname": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon", "kind": "member", - "memberof": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition", + "memberof": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 1993, - 2714 + 1938, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 474, + "columnno": 419, "code": { - "id": "astnode100000099", + "id": "astnode100000091", "name": "exports.EclipticCoordinates", "type": "AssignmentExpression", "value": "exports.HorizontalCoordinates", @@ -584,23 +534,23 @@ }, "undocumented": true, "name": "EclipticCoordinates", - "longname": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates", + "longname": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates", "kind": "member", - "memberof": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer", + "memberof": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2023, - 2714 + 1968, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 504, + "columnno": 449, "code": { - "id": "astnode100000103", + "id": "astnode100000095", "name": "exports.HorizontalCoordinates", "type": "AssignmentExpression", "value": "exports.MakeRotation", @@ -609,23 +559,23 @@ }, "undocumented": true, "name": "HorizontalCoordinates", - "longname": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates", + "longname": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates", "kind": "member", - "memberof": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon", + "memberof": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2055, - 2714 + 2000, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 536, + "columnno": 481, "code": { - "id": "astnode100000107", + "id": "astnode100000099", "name": "exports.MakeRotation", "type": "AssignmentExpression", "value": "exports.RotationMatrix", @@ -634,23 +584,23 @@ }, "undocumented": true, "name": "MakeRotation", - "longname": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation", + "longname": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation", "kind": "member", - "memberof": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates", + "memberof": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2078, - 2714 + 2023, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 559, + "columnno": 504, "code": { - "id": "astnode100000111", + "id": "astnode100000103", "name": "exports.RotationMatrix", "type": "AssignmentExpression", "value": "exports.EquatorialCoordinates", @@ -659,23 +609,23 @@ }, "undocumented": true, "name": "RotationMatrix", - "longname": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix", + "longname": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix", "kind": "member", - "memberof": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates", + "memberof": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2103, - 2714 + 2048, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 584, + "columnno": 529, "code": { - "id": "astnode100000115", + "id": "astnode100000107", "name": "exports.EquatorialCoordinates", "type": "AssignmentExpression", "value": "exports.Spherical", @@ -684,23 +634,23 @@ }, "undocumented": true, "name": "EquatorialCoordinates", - "longname": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates", + "longname": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates", "kind": "member", - "memberof": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation", + "memberof": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2135, - 2714 + 2080, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 616, + "columnno": 561, "code": { - "id": "astnode100000119", + "id": "astnode100000111", "name": "exports.Spherical", "type": "AssignmentExpression", "value": "exports.StateVector", @@ -709,23 +659,23 @@ }, "undocumented": true, "name": "Spherical", - "longname": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical", + "longname": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical", "kind": "member", - "memberof": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix", + "memberof": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2155, - 2714 + 2100, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 636, + "columnno": 581, "code": { - "id": "astnode100000123", + "id": "astnode100000115", "name": "exports.StateVector", "type": "AssignmentExpression", "value": "exports.Vector", @@ -734,46 +684,96 @@ }, "undocumented": true, "name": "StateVector", - "longname": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector", + "longname": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector", "kind": "member", - "memberof": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates", + "memberof": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2177, - 2714 + 2122, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 658, + "columnno": 603, + "code": { + "id": "astnode100000119", + "name": "exports.Vector", + "type": "AssignmentExpression", + "value": "exports.Libration", + "paramnames": [] + } + }, + "undocumented": true, + "name": "Vector", + "longname": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector", + "kind": "member", + "memberof": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical", + "scope": "instance" + }, + { + "comment": "", + "meta": { + "range": [ + 2139, + 2703 + ], + "filename": "astronomy.js", + "lineno": 36, + "columnno": 620, + "code": { + "id": "astnode100000123", + "name": "exports.Libration", + "type": "AssignmentExpression", + "value": "exports.LibrationInfo", + "paramnames": [] + } + }, + "undocumented": true, + "name": "Libration", + "longname": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#Libration", + "kind": "member", + "memberof": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector", + "scope": "instance" + }, + { + "comment": "", + "meta": { + "range": [ + 2159, + 2703 + ], + "filename": "astronomy.js", + "lineno": 36, + "columnno": 640, "code": { "id": "astnode100000127", - "name": "exports.Vector", + "name": "exports.LibrationInfo", "type": "AssignmentExpression", "value": "exports.CalcMoonCount", "paramnames": [] } }, "undocumented": true, - "name": "Vector", - "longname": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector", + "name": "LibrationInfo", + "longname": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#LibrationInfo", "kind": "member", - "memberof": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical", + "memberof": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2194, - 2714 + 2183, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 675, + "columnno": 664, "code": { "id": "astnode100000131", "name": "exports.CalcMoonCount", @@ -784,21 +784,21 @@ }, "undocumented": true, "name": "CalcMoonCount", - "longname": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#CalcMoonCount", + "longname": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#Libration#CalcMoonCount", "kind": "member", - "memberof": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector", + "memberof": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#Libration", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2218, - 2714 + 2207, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 699, + "columnno": 688, "code": { "id": "astnode100000135", "name": "exports.MakeTime", @@ -809,21 +809,21 @@ }, "undocumented": true, "name": "MakeTime", - "longname": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#MakeTime", + "longname": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#LibrationInfo#MakeTime", "kind": "member", - "memberof": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector", + "memberof": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#LibrationInfo", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2237, - 2714 + 2226, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 718, + "columnno": 707, "code": { "id": "astnode100000139", "name": "exports.AstroTime", @@ -834,21 +834,21 @@ }, "undocumented": true, "name": "AstroTime", - "longname": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#CalcMoonCount#AstroTime", + "longname": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#Libration#CalcMoonCount#AstroTime", "kind": "member", - "memberof": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#CalcMoonCount", + "memberof": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#Libration#CalcMoonCount", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2257, - 2714 + 2246, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 738, + "columnno": 727, "code": { "id": "astnode100000143", "name": "exports.SetDeltaTFunction", @@ -859,21 +859,21 @@ }, "undocumented": true, "name": "SetDeltaTFunction", - "longname": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#MakeTime#SetDeltaTFunction", + "longname": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#LibrationInfo#MakeTime#SetDeltaTFunction", "kind": "member", - "memberof": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#MakeTime", + "memberof": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#LibrationInfo#MakeTime", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2285, - 2714 + 2274, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 766, + "columnno": 755, "code": { "id": "astnode100000147", "name": "exports.DeltaT_JplHorizons", @@ -884,21 +884,21 @@ }, "undocumented": true, "name": "DeltaT_JplHorizons", - "longname": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#CalcMoonCount#AstroTime#DeltaT_JplHorizons", + "longname": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#Libration#CalcMoonCount#AstroTime#DeltaT_JplHorizons", "kind": "member", - "memberof": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#CalcMoonCount#AstroTime", + "memberof": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#Libration#CalcMoonCount#AstroTime", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2314, - 2714 + 2303, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 795, + "columnno": 784, "code": { "id": "astnode100000151", "name": "exports.DeltaT_EspenakMeeus", @@ -909,21 +909,21 @@ }, "undocumented": true, "name": "DeltaT_EspenakMeeus", - "longname": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus", + "longname": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#LibrationInfo#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus", "kind": "member", - "memberof": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#MakeTime#SetDeltaTFunction", + "memberof": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#LibrationInfo#MakeTime#SetDeltaTFunction", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2344, - 2714 + 2333, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 825, + "columnno": 814, "code": { "id": "astnode100000155", "name": "exports.Body", @@ -934,21 +934,21 @@ }, "undocumented": true, "name": "Body", - "longname": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body", + "longname": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#Libration#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body", "kind": "member", - "memberof": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#CalcMoonCount#AstroTime#DeltaT_JplHorizons", + "memberof": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#Libration#CalcMoonCount#AstroTime#DeltaT_JplHorizons", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2359, - 2714 + 2348, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 840, + "columnno": 829, "code": { "id": "astnode100000159", "name": "exports.AngleBetween", @@ -959,21 +959,21 @@ }, "undocumented": true, "name": "AngleBetween", - "longname": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus#AngleBetween", + "longname": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#LibrationInfo#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus#AngleBetween", "kind": "member", - "memberof": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus", + "memberof": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#LibrationInfo#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2382, - 2714 + 2371, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 863, + "columnno": 852, "code": { "id": "astnode100000163", "name": "exports.CALLISTO_RADIUS_KM", @@ -984,21 +984,21 @@ }, "undocumented": true, "name": "CALLISTO_RADIUS_KM", - "longname": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body#CALLISTO_RADIUS_KM", + "longname": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#Libration#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body#CALLISTO_RADIUS_KM", "kind": "member", - "memberof": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body", + "memberof": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#Libration#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2411, - 2714 + 2400, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 892, + "columnno": 881, "code": { "id": "astnode100000167", "name": "exports.GANYMEDE_RADIUS_KM", @@ -1009,21 +1009,21 @@ }, "undocumented": true, "name": "GANYMEDE_RADIUS_KM", - "longname": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus#AngleBetween#GANYMEDE_RADIUS_KM", + "longname": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#LibrationInfo#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus#AngleBetween#GANYMEDE_RADIUS_KM", "kind": "member", - "memberof": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus#AngleBetween", + "memberof": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#LibrationInfo#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus#AngleBetween", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2440, - 2714 + 2429, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 921, + "columnno": 910, "code": { "id": "astnode100000171", "name": "exports.EUROPA_RADIUS_KM", @@ -1034,21 +1034,21 @@ }, "undocumented": true, "name": "EUROPA_RADIUS_KM", - "longname": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body#CALLISTO_RADIUS_KM#EUROPA_RADIUS_KM", + "longname": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#Libration#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body#CALLISTO_RADIUS_KM#EUROPA_RADIUS_KM", "kind": "member", - "memberof": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body#CALLISTO_RADIUS_KM", + "memberof": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#Libration#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body#CALLISTO_RADIUS_KM", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2467, - 2714 + 2456, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 948, + "columnno": 937, "code": { "id": "astnode100000175", "name": "exports.IO_RADIUS_KM", @@ -1059,21 +1059,21 @@ }, "undocumented": true, "name": "IO_RADIUS_KM", - "longname": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus#AngleBetween#GANYMEDE_RADIUS_KM#IO_RADIUS_KM", + "longname": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#LibrationInfo#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus#AngleBetween#GANYMEDE_RADIUS_KM#IO_RADIUS_KM", "kind": "member", - "memberof": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus#AngleBetween#GANYMEDE_RADIUS_KM", + "memberof": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#LibrationInfo#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus#AngleBetween#GANYMEDE_RADIUS_KM", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2490, - 2714 + 2479, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 971, + "columnno": 960, "code": { "id": "astnode100000179", "name": "exports.JUPITER_MEAN_RADIUS_KM", @@ -1084,21 +1084,21 @@ }, "undocumented": true, "name": "JUPITER_MEAN_RADIUS_KM", - "longname": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body#CALLISTO_RADIUS_KM#EUROPA_RADIUS_KM#JUPITER_MEAN_RADIUS_KM", + "longname": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#Libration#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body#CALLISTO_RADIUS_KM#EUROPA_RADIUS_KM#JUPITER_MEAN_RADIUS_KM", "kind": "member", - "memberof": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body#CALLISTO_RADIUS_KM#EUROPA_RADIUS_KM", + "memberof": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#Libration#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body#CALLISTO_RADIUS_KM#EUROPA_RADIUS_KM", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2523, - 2714 + 2512, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 1004, + "columnno": 993, "code": { "id": "astnode100000183", "name": "exports.JUPITER_POLAR_RADIUS_KM", @@ -1109,21 +1109,21 @@ }, "undocumented": true, "name": "JUPITER_POLAR_RADIUS_KM", - "longname": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus#AngleBetween#GANYMEDE_RADIUS_KM#IO_RADIUS_KM#JUPITER_POLAR_RADIUS_KM", + "longname": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#LibrationInfo#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus#AngleBetween#GANYMEDE_RADIUS_KM#IO_RADIUS_KM#JUPITER_POLAR_RADIUS_KM", "kind": "member", - "memberof": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus#AngleBetween#GANYMEDE_RADIUS_KM#IO_RADIUS_KM", + "memberof": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#LibrationInfo#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus#AngleBetween#GANYMEDE_RADIUS_KM#IO_RADIUS_KM", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2557, - 2714 + 2546, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 1038, + "columnno": 1027, "code": { "id": "astnode100000187", "name": "exports.JUPITER_EQUATORIAL_RADIUS_KM", @@ -1134,21 +1134,21 @@ }, "undocumented": true, "name": "JUPITER_EQUATORIAL_RADIUS_KM", - "longname": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body#CALLISTO_RADIUS_KM#EUROPA_RADIUS_KM#JUPITER_MEAN_RADIUS_KM#JUPITER_EQUATORIAL_RADIUS_KM", + "longname": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#Libration#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body#CALLISTO_RADIUS_KM#EUROPA_RADIUS_KM#JUPITER_MEAN_RADIUS_KM#JUPITER_EQUATORIAL_RADIUS_KM", "kind": "member", - "memberof": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body#CALLISTO_RADIUS_KM#EUROPA_RADIUS_KM#JUPITER_MEAN_RADIUS_KM", + "memberof": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#Libration#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body#CALLISTO_RADIUS_KM#EUROPA_RADIUS_KM#JUPITER_MEAN_RADIUS_KM", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2596, - 2714 + 2585, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 1077, + "columnno": 1066, "code": { "id": "astnode100000191", "name": "exports.RAD2HOUR", @@ -1159,21 +1159,21 @@ }, "undocumented": true, "name": "RAD2HOUR", - "longname": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus#AngleBetween#GANYMEDE_RADIUS_KM#IO_RADIUS_KM#JUPITER_POLAR_RADIUS_KM#RAD2HOUR", + "longname": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#LibrationInfo#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus#AngleBetween#GANYMEDE_RADIUS_KM#IO_RADIUS_KM#JUPITER_POLAR_RADIUS_KM#RAD2HOUR", "kind": "member", - "memberof": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus#AngleBetween#GANYMEDE_RADIUS_KM#IO_RADIUS_KM#JUPITER_POLAR_RADIUS_KM", + "memberof": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#LibrationInfo#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus#AngleBetween#GANYMEDE_RADIUS_KM#IO_RADIUS_KM#JUPITER_POLAR_RADIUS_KM", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2615, - 2714 + 2604, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 1096, + "columnno": 1085, "code": { "id": "astnode100000195", "name": "exports.RAD2DEG", @@ -1184,21 +1184,21 @@ }, "undocumented": true, "name": "RAD2DEG", - "longname": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body#CALLISTO_RADIUS_KM#EUROPA_RADIUS_KM#JUPITER_MEAN_RADIUS_KM#JUPITER_EQUATORIAL_RADIUS_KM#RAD2DEG", + "longname": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#Libration#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body#CALLISTO_RADIUS_KM#EUROPA_RADIUS_KM#JUPITER_MEAN_RADIUS_KM#JUPITER_EQUATORIAL_RADIUS_KM#RAD2DEG", "kind": "member", - "memberof": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body#CALLISTO_RADIUS_KM#EUROPA_RADIUS_KM#JUPITER_MEAN_RADIUS_KM#JUPITER_EQUATORIAL_RADIUS_KM", + "memberof": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#Libration#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body#CALLISTO_RADIUS_KM#EUROPA_RADIUS_KM#JUPITER_MEAN_RADIUS_KM#JUPITER_EQUATORIAL_RADIUS_KM", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2633, - 2714 + 2622, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 1114, + "columnno": 1103, "code": { "id": "astnode100000199", "name": "exports.HOUR2RAD", @@ -1209,21 +1209,21 @@ }, "undocumented": true, "name": "HOUR2RAD", - "longname": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus#AngleBetween#GANYMEDE_RADIUS_KM#IO_RADIUS_KM#JUPITER_POLAR_RADIUS_KM#RAD2HOUR#HOUR2RAD", + "longname": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#LibrationInfo#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus#AngleBetween#GANYMEDE_RADIUS_KM#IO_RADIUS_KM#JUPITER_POLAR_RADIUS_KM#RAD2HOUR#HOUR2RAD", "kind": "member", - "memberof": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus#AngleBetween#GANYMEDE_RADIUS_KM#IO_RADIUS_KM#JUPITER_POLAR_RADIUS_KM#RAD2HOUR", + "memberof": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#LibrationInfo#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus#AngleBetween#GANYMEDE_RADIUS_KM#IO_RADIUS_KM#JUPITER_POLAR_RADIUS_KM#RAD2HOUR", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2652, - 2714 + 2641, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 1133, + "columnno": 1122, "code": { "id": "astnode100000203", "name": "exports.DEG2RAD", @@ -1234,21 +1234,21 @@ }, "undocumented": true, "name": "DEG2RAD", - "longname": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body#CALLISTO_RADIUS_KM#EUROPA_RADIUS_KM#JUPITER_MEAN_RADIUS_KM#JUPITER_EQUATORIAL_RADIUS_KM#RAD2DEG#DEG2RAD", + "longname": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#Libration#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body#CALLISTO_RADIUS_KM#EUROPA_RADIUS_KM#JUPITER_MEAN_RADIUS_KM#JUPITER_EQUATORIAL_RADIUS_KM#RAD2DEG#DEG2RAD", "kind": "member", - "memberof": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body#CALLISTO_RADIUS_KM#EUROPA_RADIUS_KM#JUPITER_MEAN_RADIUS_KM#JUPITER_EQUATORIAL_RADIUS_KM#RAD2DEG", + "memberof": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#Libration#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body#CALLISTO_RADIUS_KM#EUROPA_RADIUS_KM#JUPITER_MEAN_RADIUS_KM#JUPITER_EQUATORIAL_RADIUS_KM#RAD2DEG", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2670, - 2714 + 2659, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 1151, + "columnno": 1140, "code": { "id": "astnode100000207", "name": "exports.KM_PER_AU", @@ -1259,21 +1259,21 @@ }, "undocumented": true, "name": "KM_PER_AU", - "longname": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus#AngleBetween#GANYMEDE_RADIUS_KM#IO_RADIUS_KM#JUPITER_POLAR_RADIUS_KM#RAD2HOUR#HOUR2RAD#KM_PER_AU", + "longname": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#LibrationInfo#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus#AngleBetween#GANYMEDE_RADIUS_KM#IO_RADIUS_KM#JUPITER_POLAR_RADIUS_KM#RAD2HOUR#HOUR2RAD#KM_PER_AU", "kind": "member", - "memberof": "IlluminationInfo#AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus#AngleBetween#GANYMEDE_RADIUS_KM#IO_RADIUS_KM#JUPITER_POLAR_RADIUS_KM#RAD2HOUR#HOUR2RAD", + "memberof": "AngleFromSun#SearchSunLongitude#BaryState#HelioDistance#JupiterMoons#GeoMoon#ObserverGravity#ObserverVector#SunPosition#Horizon#HorizontalCoordinates#RotationMatrix#Spherical#Vector#LibrationInfo#MakeTime#SetDeltaTFunction#DeltaT_EspenakMeeus#AngleBetween#GANYMEDE_RADIUS_KM#IO_RADIUS_KM#JUPITER_POLAR_RADIUS_KM#RAD2HOUR#HOUR2RAD", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2690, - 2714 + 2679, + 2703 ], "filename": "astronomy.js", "lineno": 36, - "columnno": 1171, + "columnno": 1160, "code": { "id": "astnode100000211", "name": "exports.C_AUDAY", @@ -1284,71 +1284,23 @@ }, "undocumented": true, "name": "C_AUDAY", - "longname": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body#CALLISTO_RADIUS_KM#EUROPA_RADIUS_KM#JUPITER_MEAN_RADIUS_KM#JUPITER_EQUATORIAL_RADIUS_KM#RAD2DEG#DEG2RAD#C_AUDAY", + "longname": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#Libration#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body#CALLISTO_RADIUS_KM#EUROPA_RADIUS_KM#JUPITER_MEAN_RADIUS_KM#JUPITER_EQUATORIAL_RADIUS_KM#RAD2DEG#DEG2RAD#C_AUDAY", "kind": "member", - "memberof": "EclipticLongitude#PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body#CALLISTO_RADIUS_KM#EUROPA_RADIUS_KM#JUPITER_MEAN_RADIUS_KM#JUPITER_EQUATORIAL_RADIUS_KM#RAD2DEG#DEG2RAD", + "memberof": "PairLongitude#Search#GeoVector#HelioVector#JupiterMoonsInfo#Ecliptic#VectorObserver#Equator#Observer#EclipticCoordinates#MakeRotation#EquatorialCoordinates#StateVector#Libration#CalcMoonCount#AstroTime#DeltaT_JplHorizons#Body#CALLISTO_RADIUS_KM#EUROPA_RADIUS_KM#JUPITER_MEAN_RADIUS_KM#JUPITER_EQUATORIAL_RADIUS_KM#RAD2DEG#DEG2RAD", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2716, - 4000 + 2705, + 3989 ], "filename": "astronomy.js", "lineno": 37, "columnno": 0, "code": { "id": "astnode100000218", - "name": "exports.ConstellationInfo", - "type": "AssignmentExpression", - "value": "exports.Rotation_GAL_EQJ", - "paramnames": [] - } - }, - "undocumented": true, - "name": "ConstellationInfo", - "longname": "ConstellationInfo", - "kind": "member", - "scope": "global" - }, - { - "comment": "", - "meta": { - "range": [ - 2744, - 4000 - ], - "filename": "astronomy.js", - "lineno": 37, - "columnno": 28, - "code": { - "id": "astnode100000222", - "name": "exports.Rotation_GAL_EQJ", - "type": "AssignmentExpression", - "value": "exports.Rotation_EQJ_GAL", - "paramnames": [] - } - }, - "undocumented": true, - "name": "Rotation_GAL_EQJ", - "longname": "Rotation_GAL_EQJ", - "kind": "member", - "scope": "global" - }, - { - "comment": "", - "meta": { - "range": [ - 2771, - 4000 - ], - "filename": "astronomy.js", - "lineno": 37, - "columnno": 55, - "code": { - "id": "astnode100000226", "name": "exports.Rotation_EQJ_GAL", "type": "AssignmentExpression", "value": "exports.Rotation_HOR_ECL", @@ -1357,23 +1309,22 @@ }, "undocumented": true, "name": "Rotation_EQJ_GAL", - "longname": "ConstellationInfo#Rotation_EQJ_GAL", + "longname": "Rotation_EQJ_GAL", "kind": "member", - "memberof": "ConstellationInfo", - "scope": "instance" + "scope": "global" }, { "comment": "", "meta": { "range": [ - 2798, - 4000 + 2732, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 82, + "columnno": 27, "code": { - "id": "astnode100000230", + "id": "astnode100000222", "name": "exports.Rotation_HOR_ECL", "type": "AssignmentExpression", "value": "exports.Rotation_ECL_HOR", @@ -1382,23 +1333,22 @@ }, "undocumented": true, "name": "Rotation_HOR_ECL", - "longname": "Rotation_GAL_EQJ#Rotation_HOR_ECL", + "longname": "Rotation_HOR_ECL", "kind": "member", - "memberof": "Rotation_GAL_EQJ", - "scope": "instance" + "scope": "global" }, { "comment": "", "meta": { "range": [ - 2825, - 4000 + 2759, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 109, + "columnno": 54, "code": { - "id": "astnode100000234", + "id": "astnode100000226", "name": "exports.Rotation_ECL_HOR", "type": "AssignmentExpression", "value": "exports.Rotation_ECL_EQD", @@ -1407,23 +1357,23 @@ }, "undocumented": true, "name": "Rotation_ECL_HOR", - "longname": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR", + "longname": "Rotation_EQJ_GAL#Rotation_ECL_HOR", "kind": "member", - "memberof": "ConstellationInfo#Rotation_EQJ_GAL", + "memberof": "Rotation_EQJ_GAL", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2852, - 4000 + 2786, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 136, + "columnno": 81, "code": { - "id": "astnode100000238", + "id": "astnode100000230", "name": "exports.Rotation_ECL_EQD", "type": "AssignmentExpression", "value": "exports.Rotation_EQD_ECL", @@ -1432,23 +1382,23 @@ }, "undocumented": true, "name": "Rotation_ECL_EQD", - "longname": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD", + "longname": "Rotation_HOR_ECL#Rotation_ECL_EQD", "kind": "member", - "memberof": "Rotation_GAL_EQJ#Rotation_HOR_ECL", + "memberof": "Rotation_HOR_ECL", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2879, - 4000 + 2813, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 163, + "columnno": 108, "code": { - "id": "astnode100000242", + "id": "astnode100000234", "name": "exports.Rotation_EQD_ECL", "type": "AssignmentExpression", "value": "exports.Rotation_EQJ_HOR", @@ -1457,23 +1407,23 @@ }, "undocumented": true, "name": "Rotation_EQD_ECL", - "longname": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL", + "longname": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL", "kind": "member", - "memberof": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR", + "memberof": "Rotation_EQJ_GAL#Rotation_ECL_HOR", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2906, - 4000 + 2840, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 190, + "columnno": 135, "code": { - "id": "astnode100000246", + "id": "astnode100000238", "name": "exports.Rotation_EQJ_HOR", "type": "AssignmentExpression", "value": "exports.Rotation_HOR_EQJ", @@ -1482,23 +1432,23 @@ }, "undocumented": true, "name": "Rotation_EQJ_HOR", - "longname": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR", + "longname": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR", "kind": "member", - "memberof": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD", + "memberof": "Rotation_HOR_ECL#Rotation_ECL_EQD", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2933, - 4000 + 2867, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 217, + "columnno": 162, "code": { - "id": "astnode100000250", + "id": "astnode100000242", "name": "exports.Rotation_HOR_EQJ", "type": "AssignmentExpression", "value": "exports.Rotation_HOR_EQD", @@ -1507,23 +1457,23 @@ }, "undocumented": true, "name": "Rotation_HOR_EQJ", - "longname": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ", + "longname": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ", "kind": "member", - "memberof": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL", + "memberof": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2960, - 4000 + 2894, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 244, + "columnno": 189, "code": { - "id": "astnode100000254", + "id": "astnode100000246", "name": "exports.Rotation_HOR_EQD", "type": "AssignmentExpression", "value": "exports.Rotation_EQD_HOR", @@ -1532,23 +1482,23 @@ }, "undocumented": true, "name": "Rotation_HOR_EQD", - "longname": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD", + "longname": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD", "kind": "member", - "memberof": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR", + "memberof": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 2987, - 4000 + 2921, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 271, + "columnno": 216, "code": { - "id": "astnode100000258", + "id": "astnode100000250", "name": "exports.Rotation_EQD_HOR", "type": "AssignmentExpression", "value": "exports.Rotation_EQD_EQJ", @@ -1557,23 +1507,23 @@ }, "undocumented": true, "name": "Rotation_EQD_HOR", - "longname": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR", + "longname": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR", "kind": "member", - "memberof": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ", + "memberof": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3014, - 4000 + 2948, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 298, + "columnno": 243, "code": { - "id": "astnode100000262", + "id": "astnode100000254", "name": "exports.Rotation_EQD_EQJ", "type": "AssignmentExpression", "value": "exports.Rotation_EQJ_EQD", @@ -1582,23 +1532,23 @@ }, "undocumented": true, "name": "Rotation_EQD_EQJ", - "longname": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ", + "longname": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ", "kind": "member", - "memberof": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD", + "memberof": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3041, - 4000 + 2975, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 325, + "columnno": 270, "code": { - "id": "astnode100000266", + "id": "astnode100000258", "name": "exports.Rotation_EQJ_EQD", "type": "AssignmentExpression", "value": "exports.Rotation_ECL_EQJ", @@ -1607,23 +1557,23 @@ }, "undocumented": true, "name": "Rotation_EQJ_EQD", - "longname": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD", + "longname": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD", "kind": "member", - "memberof": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR", + "memberof": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3068, - 4000 + 3002, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 352, + "columnno": 297, "code": { - "id": "astnode100000270", + "id": "astnode100000262", "name": "exports.Rotation_ECL_EQJ", "type": "AssignmentExpression", "value": "exports.Rotation_EQJ_ECL", @@ -1632,23 +1582,23 @@ }, "undocumented": true, "name": "Rotation_ECL_EQJ", - "longname": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ", + "longname": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ", "kind": "member", - "memberof": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ", + "memberof": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3095, - 4000 + 3029, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 379, + "columnno": 324, "code": { - "id": "astnode100000274", + "id": "astnode100000266", "name": "exports.Rotation_EQJ_ECL", "type": "AssignmentExpression", "value": "exports.RotateState", @@ -1657,23 +1607,23 @@ }, "undocumented": true, "name": "Rotation_EQJ_ECL", - "longname": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL", + "longname": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL", "kind": "member", - "memberof": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD", + "memberof": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3122, - 4000 + 3056, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 406, + "columnno": 351, "code": { - "id": "astnode100000278", + "id": "astnode100000270", "name": "exports.RotateState", "type": "AssignmentExpression", "value": "exports.RotateVector", @@ -1682,23 +1632,23 @@ }, "undocumented": true, "name": "RotateState", - "longname": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState", + "longname": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState", "kind": "member", - "memberof": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ", + "memberof": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3144, - 4000 + 3078, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 428, + "columnno": 373, "code": { - "id": "astnode100000282", + "id": "astnode100000274", "name": "exports.RotateVector", "type": "AssignmentExpression", "value": "exports.InverseRefraction", @@ -1707,23 +1657,23 @@ }, "undocumented": true, "name": "RotateVector", - "longname": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector", + "longname": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector", "kind": "member", - "memberof": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL", + "memberof": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3167, - 4000 + 3101, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 451, + "columnno": 396, "code": { - "id": "astnode100000286", + "id": "astnode100000278", "name": "exports.InverseRefraction", "type": "AssignmentExpression", "value": "exports.Refraction", @@ -1732,23 +1682,23 @@ }, "undocumented": true, "name": "InverseRefraction", - "longname": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction", + "longname": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction", "kind": "member", - "memberof": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState", + "memberof": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3195, - 4000 + 3129, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 479, + "columnno": 424, "code": { - "id": "astnode100000290", + "id": "astnode100000282", "name": "exports.Refraction", "type": "AssignmentExpression", "value": "exports.VectorFromHorizon", @@ -1757,23 +1707,23 @@ }, "undocumented": true, "name": "Refraction", - "longname": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction", + "longname": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction", "kind": "member", - "memberof": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector", + "memberof": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3216, - 4000 + 3150, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 500, + "columnno": 445, "code": { - "id": "astnode100000294", + "id": "astnode100000286", "name": "exports.VectorFromHorizon", "type": "AssignmentExpression", "value": "exports.HorizonFromVector", @@ -1782,23 +1732,23 @@ }, "undocumented": true, "name": "VectorFromHorizon", - "longname": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon", + "longname": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon", "kind": "member", - "memberof": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction", + "memberof": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3244, - 4000 + 3178, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 528, + "columnno": 473, "code": { - "id": "astnode100000298", + "id": "astnode100000290", "name": "exports.HorizonFromVector", "type": "AssignmentExpression", "value": "exports.SphereFromVector", @@ -1807,23 +1757,23 @@ }, "undocumented": true, "name": "HorizonFromVector", - "longname": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector", + "longname": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector", "kind": "member", - "memberof": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction", + "memberof": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3272, - 4000 + 3206, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 556, + "columnno": 501, "code": { - "id": "astnode100000302", + "id": "astnode100000294", "name": "exports.SphereFromVector", "type": "AssignmentExpression", "value": "exports.EquatorFromVector", @@ -1832,23 +1782,23 @@ }, "undocumented": true, "name": "SphereFromVector", - "longname": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector", + "longname": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector", "kind": "member", - "memberof": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon", + "memberof": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3299, - 4000 + 3233, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 583, + "columnno": 528, "code": { - "id": "astnode100000306", + "id": "astnode100000298", "name": "exports.EquatorFromVector", "type": "AssignmentExpression", "value": "exports.VectorFromSphere", @@ -1857,23 +1807,23 @@ }, "undocumented": true, "name": "EquatorFromVector", - "longname": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector", + "longname": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector", "kind": "member", - "memberof": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector", + "memberof": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3327, - 4000 + 3261, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 611, + "columnno": 556, "code": { - "id": "astnode100000310", + "id": "astnode100000302", "name": "exports.VectorFromSphere", "type": "AssignmentExpression", "value": "exports.Pivot", @@ -1882,23 +1832,23 @@ }, "undocumented": true, "name": "VectorFromSphere", - "longname": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere", + "longname": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere", "kind": "member", - "memberof": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector", + "memberof": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3354, - 4000 + 3288, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 638, + "columnno": 583, "code": { - "id": "astnode100000314", + "id": "astnode100000306", "name": "exports.Pivot", "type": "AssignmentExpression", "value": "exports.IdentityMatrix", @@ -1907,23 +1857,23 @@ }, "undocumented": true, "name": "Pivot", - "longname": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot", + "longname": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot", "kind": "member", - "memberof": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector", + "memberof": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3370, - 4000 + 3304, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 654, + "columnno": 599, "code": { - "id": "astnode100000318", + "id": "astnode100000310", "name": "exports.IdentityMatrix", "type": "AssignmentExpression", "value": "exports.CombineRotation", @@ -1932,23 +1882,23 @@ }, "undocumented": true, "name": "IdentityMatrix", - "longname": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix", + "longname": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix", "kind": "member", - "memberof": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere", + "memberof": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3395, - 4000 + 3329, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 679, + "columnno": 624, "code": { - "id": "astnode100000322", + "id": "astnode100000314", "name": "exports.CombineRotation", "type": "AssignmentExpression", "value": "exports.InverseRotation", @@ -1957,23 +1907,23 @@ }, "undocumented": true, "name": "CombineRotation", - "longname": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation", + "longname": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation", "kind": "member", - "memberof": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot", + "memberof": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3421, - 4000 + 3355, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 705, + "columnno": 650, "code": { - "id": "astnode100000326", + "id": "astnode100000318", "name": "exports.InverseRotation", "type": "AssignmentExpression", "value": "exports.NextPlanetApsis", @@ -1982,23 +1932,23 @@ }, "undocumented": true, "name": "InverseRotation", - "longname": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation", + "longname": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation", "kind": "member", - "memberof": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix", + "memberof": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3447, - 4000 + 3381, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 731, + "columnno": 676, "code": { - "id": "astnode100000330", + "id": "astnode100000322", "name": "exports.NextPlanetApsis", "type": "AssignmentExpression", "value": "exports.SearchPlanetApsis", @@ -2007,23 +1957,23 @@ }, "undocumented": true, "name": "NextPlanetApsis", - "longname": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis", + "longname": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis", "kind": "member", - "memberof": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation", + "memberof": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3473, - 4000 + 3407, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 757, + "columnno": 702, "code": { - "id": "astnode100000334", + "id": "astnode100000326", "name": "exports.SearchPlanetApsis", "type": "AssignmentExpression", "value": "exports.NextLunarApsis", @@ -2032,23 +1982,23 @@ }, "undocumented": true, "name": "SearchPlanetApsis", - "longname": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis", + "longname": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis", "kind": "member", - "memberof": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation", + "memberof": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3501, - 4000 + 3435, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 785, + "columnno": 730, "code": { - "id": "astnode100000338", + "id": "astnode100000330", "name": "exports.NextLunarApsis", "type": "AssignmentExpression", "value": "exports.SearchLunarApsis", @@ -2057,23 +2007,23 @@ }, "undocumented": true, "name": "NextLunarApsis", - "longname": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis", + "longname": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis", "kind": "member", - "memberof": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis", + "memberof": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3526, - 4000 + 3460, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 810, + "columnno": 755, "code": { - "id": "astnode100000342", + "id": "astnode100000334", "name": "exports.SearchLunarApsis", "type": "AssignmentExpression", "value": "exports.Apsis", @@ -2082,23 +2032,23 @@ }, "undocumented": true, "name": "SearchLunarApsis", - "longname": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis", + "longname": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis", "kind": "member", - "memberof": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis", + "memberof": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3553, - 4000 + 3487, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 837, + "columnno": 782, "code": { - "id": "astnode100000346", + "id": "astnode100000338", "name": "exports.Apsis", "type": "AssignmentExpression", "value": "exports.SearchPeakMagnitude", @@ -2107,23 +2057,23 @@ }, "undocumented": true, "name": "Apsis", - "longname": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis", + "longname": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis", "kind": "member", - "memberof": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis", + "memberof": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3569, - 4000 + 3503, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 853, + "columnno": 798, "code": { - "id": "astnode100000350", + "id": "astnode100000342", "name": "exports.SearchPeakMagnitude", "type": "AssignmentExpression", "value": "exports.SearchMaxElongation", @@ -2132,23 +2082,23 @@ }, "undocumented": true, "name": "SearchPeakMagnitude", - "longname": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude", + "longname": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude", "kind": "member", - "memberof": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis", + "memberof": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3599, - 4000 + 3533, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 883, + "columnno": 828, "code": { - "id": "astnode100000354", + "id": "astnode100000346", "name": "exports.SearchMaxElongation", "type": "AssignmentExpression", "value": "exports.Elongation", @@ -2157,23 +2107,23 @@ }, "undocumented": true, "name": "SearchMaxElongation", - "longname": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation", + "longname": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation", "kind": "member", - "memberof": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis", + "memberof": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3629, - 4000 + 3563, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 913, + "columnno": 858, "code": { - "id": "astnode100000358", + "id": "astnode100000350", "name": "exports.Elongation", "type": "AssignmentExpression", "value": "exports.ElongationEvent", @@ -2182,23 +2132,23 @@ }, "undocumented": true, "name": "Elongation", - "longname": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation", + "longname": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation", "kind": "member", - "memberof": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude", + "memberof": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3650, - 4000 + 3584, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 934, + "columnno": 879, "code": { - "id": "astnode100000362", + "id": "astnode100000354", "name": "exports.ElongationEvent", "type": "AssignmentExpression", "value": "exports.Seasons", @@ -2207,23 +2157,23 @@ }, "undocumented": true, "name": "ElongationEvent", - "longname": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation#ElongationEvent", + "longname": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation#ElongationEvent", "kind": "member", - "memberof": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation", + "memberof": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3676, - 4000 + 3610, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 960, + "columnno": 905, "code": { - "id": "astnode100000366", + "id": "astnode100000358", "name": "exports.Seasons", "type": "AssignmentExpression", "value": "exports.SeasonInfo", @@ -2232,23 +2182,23 @@ }, "undocumented": true, "name": "Seasons", - "longname": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation#Seasons", + "longname": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation#Seasons", "kind": "member", - "memberof": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation", + "memberof": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3694, - 4000 + 3628, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 978, + "columnno": 923, "code": { - "id": "astnode100000370", + "id": "astnode100000362", "name": "exports.SeasonInfo", "type": "AssignmentExpression", "value": "exports.SearchHourAngle", @@ -2257,23 +2207,23 @@ }, "undocumented": true, "name": "SeasonInfo", - "longname": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation#ElongationEvent#SeasonInfo", + "longname": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation#ElongationEvent#SeasonInfo", "kind": "member", - "memberof": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation#ElongationEvent", + "memberof": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation#ElongationEvent", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3715, - 4000 + 3649, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 999, + "columnno": 944, "code": { - "id": "astnode100000374", + "id": "astnode100000366", "name": "exports.SearchHourAngle", "type": "AssignmentExpression", "value": "exports.HourAngleEvent", @@ -2282,23 +2232,23 @@ }, "undocumented": true, "name": "SearchHourAngle", - "longname": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation#Seasons#SearchHourAngle", + "longname": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation#Seasons#SearchHourAngle", "kind": "member", - "memberof": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation#Seasons", + "memberof": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation#Seasons", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3741, - 4000 + 3675, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 1025, + "columnno": 970, "code": { - "id": "astnode100000378", + "id": "astnode100000370", "name": "exports.HourAngleEvent", "type": "AssignmentExpression", "value": "exports.SearchAltitude", @@ -2307,23 +2257,23 @@ }, "undocumented": true, "name": "HourAngleEvent", - "longname": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation#ElongationEvent#SeasonInfo#HourAngleEvent", + "longname": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation#ElongationEvent#SeasonInfo#HourAngleEvent", "kind": "member", - "memberof": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation#ElongationEvent#SeasonInfo", + "memberof": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation#ElongationEvent#SeasonInfo", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3766, - 4000 + 3700, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 1050, + "columnno": 995, "code": { - "id": "astnode100000382", + "id": "astnode100000374", "name": "exports.SearchAltitude", "type": "AssignmentExpression", "value": "exports.SearchRiseSet", @@ -2332,23 +2282,23 @@ }, "undocumented": true, "name": "SearchAltitude", - "longname": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation#Seasons#SearchHourAngle#SearchAltitude", + "longname": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation#Seasons#SearchHourAngle#SearchAltitude", "kind": "member", - "memberof": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation#Seasons#SearchHourAngle", + "memberof": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation#Seasons#SearchHourAngle", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3791, - 4000 + 3725, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 1075, + "columnno": 1020, "code": { - "id": "astnode100000386", + "id": "astnode100000378", "name": "exports.SearchRiseSet", "type": "AssignmentExpression", "value": "exports.NextMoonQuarter", @@ -2357,23 +2307,23 @@ }, "undocumented": true, "name": "SearchRiseSet", - "longname": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation#ElongationEvent#SeasonInfo#HourAngleEvent#SearchRiseSet", + "longname": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation#ElongationEvent#SeasonInfo#HourAngleEvent#SearchRiseSet", "kind": "member", - "memberof": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation#ElongationEvent#SeasonInfo#HourAngleEvent", + "memberof": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation#ElongationEvent#SeasonInfo#HourAngleEvent", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3815, - 4000 + 3749, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 1099, + "columnno": 1044, "code": { - "id": "astnode100000390", + "id": "astnode100000382", "name": "exports.NextMoonQuarter", "type": "AssignmentExpression", "value": "exports.SearchMoonQuarter", @@ -2382,23 +2332,23 @@ }, "undocumented": true, "name": "NextMoonQuarter", - "longname": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation#Seasons#SearchHourAngle#SearchAltitude#NextMoonQuarter", + "longname": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation#Seasons#SearchHourAngle#SearchAltitude#NextMoonQuarter", "kind": "member", - "memberof": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation#Seasons#SearchHourAngle#SearchAltitude", + "memberof": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation#Seasons#SearchHourAngle#SearchAltitude", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3841, - 4000 + 3775, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 1125, + "columnno": 1070, "code": { - "id": "astnode100000394", + "id": "astnode100000386", "name": "exports.SearchMoonQuarter", "type": "AssignmentExpression", "value": "exports.MoonQuarter", @@ -2407,23 +2357,23 @@ }, "undocumented": true, "name": "SearchMoonQuarter", - "longname": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation#ElongationEvent#SeasonInfo#HourAngleEvent#SearchRiseSet#SearchMoonQuarter", + "longname": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation#ElongationEvent#SeasonInfo#HourAngleEvent#SearchRiseSet#SearchMoonQuarter", "kind": "member", - "memberof": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation#ElongationEvent#SeasonInfo#HourAngleEvent#SearchRiseSet", + "memberof": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation#ElongationEvent#SeasonInfo#HourAngleEvent#SearchRiseSet", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3869, - 4000 + 3803, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 1153, + "columnno": 1098, "code": { - "id": "astnode100000398", + "id": "astnode100000390", "name": "exports.MoonQuarter", "type": "AssignmentExpression", "value": "exports.SearchMoonPhase", @@ -2432,23 +2382,23 @@ }, "undocumented": true, "name": "MoonQuarter", - "longname": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation#Seasons#SearchHourAngle#SearchAltitude#NextMoonQuarter#MoonQuarter", + "longname": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation#Seasons#SearchHourAngle#SearchAltitude#NextMoonQuarter#MoonQuarter", "kind": "member", - "memberof": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation#Seasons#SearchHourAngle#SearchAltitude#NextMoonQuarter", + "memberof": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation#Seasons#SearchHourAngle#SearchAltitude#NextMoonQuarter", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3891, - 4000 + 3825, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 1175, + "columnno": 1120, "code": { - "id": "astnode100000402", + "id": "astnode100000394", "name": "exports.SearchMoonPhase", "type": "AssignmentExpression", "value": "exports.MoonPhase", @@ -2457,23 +2407,23 @@ }, "undocumented": true, "name": "SearchMoonPhase", - "longname": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation#ElongationEvent#SeasonInfo#HourAngleEvent#SearchRiseSet#SearchMoonQuarter#SearchMoonPhase", + "longname": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation#ElongationEvent#SeasonInfo#HourAngleEvent#SearchRiseSet#SearchMoonQuarter#SearchMoonPhase", "kind": "member", - "memberof": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation#ElongationEvent#SeasonInfo#HourAngleEvent#SearchRiseSet#SearchMoonQuarter", + "memberof": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation#ElongationEvent#SeasonInfo#HourAngleEvent#SearchRiseSet#SearchMoonQuarter", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3917, - 4000 + 3851, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 1201, + "columnno": 1146, "code": { - "id": "astnode100000406", + "id": "astnode100000398", "name": "exports.MoonPhase", "type": "AssignmentExpression", "value": "exports.SearchRelativeLongitude", @@ -2482,23 +2432,23 @@ }, "undocumented": true, "name": "MoonPhase", - "longname": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation#Seasons#SearchHourAngle#SearchAltitude#NextMoonQuarter#MoonQuarter#MoonPhase", + "longname": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation#Seasons#SearchHourAngle#SearchAltitude#NextMoonQuarter#MoonQuarter#MoonPhase", "kind": "member", - "memberof": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation#Seasons#SearchHourAngle#SearchAltitude#NextMoonQuarter#MoonQuarter", + "memberof": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation#Seasons#SearchHourAngle#SearchAltitude#NextMoonQuarter#MoonQuarter", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3937, - 4000 + 3871, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 1221, + "columnno": 1166, "code": { - "id": "astnode100000410", + "id": "astnode100000402", "name": "exports.SearchRelativeLongitude", "type": "AssignmentExpression", "value": "exports.Illumination", @@ -2507,42 +2457,92 @@ }, "undocumented": true, "name": "SearchRelativeLongitude", - "longname": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation#ElongationEvent#SeasonInfo#HourAngleEvent#SearchRiseSet#SearchMoonQuarter#SearchMoonPhase#SearchRelativeLongitude", + "longname": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation#ElongationEvent#SeasonInfo#HourAngleEvent#SearchRiseSet#SearchMoonQuarter#SearchMoonPhase#SearchRelativeLongitude", "kind": "member", - "memberof": "ConstellationInfo#Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation#ElongationEvent#SeasonInfo#HourAngleEvent#SearchRiseSet#SearchMoonQuarter#SearchMoonPhase", + "memberof": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation#ElongationEvent#SeasonInfo#HourAngleEvent#SearchRiseSet#SearchMoonQuarter#SearchMoonPhase", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 3971, - 4000 + 3905, + 3989 ], "filename": "astronomy.js", "lineno": 37, - "columnno": 1255, + "columnno": 1200, + "code": { + "id": "astnode100000406", + "name": "exports.Illumination", + "type": "AssignmentExpression", + "value": "exports.IlluminationInfo", + "paramnames": [] + } + }, + "undocumented": true, + "name": "Illumination", + "longname": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation#Seasons#SearchHourAngle#SearchAltitude#NextMoonQuarter#MoonQuarter#MoonPhase#Illumination", + "kind": "member", + "memberof": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation#Seasons#SearchHourAngle#SearchAltitude#NextMoonQuarter#MoonQuarter#MoonPhase", + "scope": "instance" + }, + { + "comment": "", + "meta": { + "range": [ + 3928, + 3989 + ], + "filename": "astronomy.js", + "lineno": 37, + "columnno": 1223, + "code": { + "id": "astnode100000410", + "name": "exports.IlluminationInfo", + "type": "AssignmentExpression", + "value": "exports.EclipticLongitude", + "paramnames": [] + } + }, + "undocumented": true, + "name": "IlluminationInfo", + "longname": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation#ElongationEvent#SeasonInfo#HourAngleEvent#SearchRiseSet#SearchMoonQuarter#SearchMoonPhase#SearchRelativeLongitude#IlluminationInfo", + "kind": "member", + "memberof": "Rotation_EQJ_GAL#Rotation_ECL_HOR#Rotation_EQD_ECL#Rotation_HOR_EQJ#Rotation_EQD_HOR#Rotation_EQJ_EQD#Rotation_EQJ_ECL#RotateVector#Refraction#HorizonFromVector#EquatorFromVector#Pivot#CombineRotation#NextPlanetApsis#NextLunarApsis#Apsis#SearchMaxElongation#ElongationEvent#SeasonInfo#HourAngleEvent#SearchRiseSet#SearchMoonQuarter#SearchMoonPhase#SearchRelativeLongitude", + "scope": "instance" + }, + { + "comment": "", + "meta": { + "range": [ + 3955, + 3989 + ], + "filename": "astronomy.js", + "lineno": 37, + "columnno": 1250, "code": { "id": "astnode100000414", - "name": "exports.Illumination", + "name": "exports.EclipticLongitude", "type": "UnaryExpression", "value": "void0", "paramnames": [] } }, "undocumented": true, - "name": "Illumination", - "longname": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation#Seasons#SearchHourAngle#SearchAltitude#NextMoonQuarter#MoonQuarter#MoonPhase#Illumination", + "name": "EclipticLongitude", + "longname": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation#Seasons#SearchHourAngle#SearchAltitude#NextMoonQuarter#MoonQuarter#MoonPhase#Illumination#EclipticLongitude", "kind": "member", - "memberof": "Rotation_GAL_EQJ#Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation#Seasons#SearchHourAngle#SearchAltitude#NextMoonQuarter#MoonQuarter#MoonPhase", + "memberof": "Rotation_HOR_ECL#Rotation_ECL_EQD#Rotation_EQJ_HOR#Rotation_HOR_EQD#Rotation_EQD_EQJ#Rotation_ECL_EQJ#RotateState#InverseRefraction#VectorFromHorizon#SphereFromVector#VectorFromSphere#IdentityMatrix#InverseRotation#SearchPlanetApsis#SearchLunarApsis#SearchPeakMagnitude#Elongation#Seasons#SearchHourAngle#SearchAltitude#NextMoonQuarter#MoonQuarter#MoonPhase#Illumination", "scope": "instance" }, { "comment": "", "meta": { "range": [ - 4002, - 4405 + 3991, + 4449 ], "filename": "astronomy.js", "lineno": 38, @@ -2565,8 +2565,8 @@ "comment": "", "meta": { "range": [ - 4024, - 4405 + 4013, + 4449 ], "filename": "astronomy.js", "lineno": 38, @@ -2589,8 +2589,8 @@ "comment": "", "meta": { "range": [ - 4048, - 4405 + 4037, + 4449 ], "filename": "astronomy.js", "lineno": 38, @@ -2614,8 +2614,8 @@ "comment": "", "meta": { "range": [ - 4070, - 4405 + 4059, + 4449 ], "filename": "astronomy.js", "lineno": 38, @@ -2639,8 +2639,8 @@ "comment": "", "meta": { "range": [ - 4102, - 4405 + 4091, + 4449 ], "filename": "astronomy.js", "lineno": 38, @@ -2664,8 +2664,8 @@ "comment": "", "meta": { "range": [ - 4136, - 4405 + 4125, + 4449 ], "filename": "astronomy.js", "lineno": 38, @@ -2689,8 +2689,8 @@ "comment": "", "meta": { "range": [ - 4168, - 4405 + 4157, + 4449 ], "filename": "astronomy.js", "lineno": 38, @@ -2714,8 +2714,8 @@ "comment": "", "meta": { "range": [ - 4191, - 4405 + 4180, + 4449 ], "filename": "astronomy.js", "lineno": 38, @@ -2739,8 +2739,8 @@ "comment": "", "meta": { "range": [ - 4224, - 4405 + 4213, + 4449 ], "filename": "astronomy.js", "lineno": 38, @@ -2764,8 +2764,8 @@ "comment": "", "meta": { "range": [ - 4259, - 4405 + 4248, + 4449 ], "filename": "astronomy.js", "lineno": 38, @@ -2789,8 +2789,8 @@ "comment": "", "meta": { "range": [ - 4286, - 4405 + 4275, + 4449 ], "filename": "astronomy.js", "lineno": 38, @@ -2814,8 +2814,8 @@ "comment": "", "meta": { "range": [ - 4319, - 4405 + 4308, + 4449 ], "filename": "astronomy.js", "lineno": 38, @@ -2839,8 +2839,8 @@ "comment": "", "meta": { "range": [ - 4348, - 4405 + 4337, + 4449 ], "filename": "astronomy.js", "lineno": 38, @@ -2864,8 +2864,8 @@ "comment": "", "meta": { "range": [ - 4375, - 4405 + 4364, + 4449 ], "filename": "astronomy.js", "lineno": 38, @@ -2873,8 +2873,8 @@ "code": { "id": "astnode100000473", "name": "exports.Constellation", - "type": "UnaryExpression", - "value": "void0", + "type": "AssignmentExpression", + "value": "exports.ConstellationInfo", "paramnames": [] } }, @@ -2885,18 +2885,68 @@ "memberof": "SearchTransit#NextLocalSolarEclipse#LocalSolarEclipseInfo#NextGlobalSolarEclipse#NextLunarEclipse#SearchLunarEclipse", "scope": "instance" }, + { + "comment": "", + "meta": { + "range": [ + 4388, + 4449 + ], + "filename": "astronomy.js", + "lineno": 38, + "columnno": 397, + "code": { + "id": "astnode100000477", + "name": "exports.ConstellationInfo", + "type": "AssignmentExpression", + "value": "exports.Rotation_GAL_EQJ", + "paramnames": [] + } + }, + "undocumented": true, + "name": "ConstellationInfo", + "longname": "NextTransit#TransitInfo#SearchLocalSolarEclipse#EclipseEvent#SearchGlobalSolarEclipse#GlobalSolarEclipseInfo#LunarEclipseInfo#ConstellationInfo", + "kind": "member", + "memberof": "NextTransit#TransitInfo#SearchLocalSolarEclipse#EclipseEvent#SearchGlobalSolarEclipse#GlobalSolarEclipseInfo#LunarEclipseInfo", + "scope": "instance" + }, + { + "comment": "", + "meta": { + "range": [ + 4416, + 4449 + ], + "filename": "astronomy.js", + "lineno": 38, + "columnno": 425, + "code": { + "id": "astnode100000481", + "name": "exports.Rotation_GAL_EQJ", + "type": "UnaryExpression", + "value": "void0", + "paramnames": [] + } + }, + "undocumented": true, + "name": "Rotation_GAL_EQJ", + "longname": "SearchTransit#NextLocalSolarEclipse#LocalSolarEclipseInfo#NextGlobalSolarEclipse#NextLunarEclipse#SearchLunarEclipse#Constellation#Rotation_GAL_EQJ", + "kind": "member", + "memberof": "SearchTransit#NextLocalSolarEclipse#LocalSolarEclipseInfo#NextGlobalSolarEclipse#NextLunarEclipse#SearchLunarEclipse#Constellation", + "scope": "instance" + }, { "comment": "/**\n * @brief The speed of light in AU/day.\n */", "meta": { "range": [ - 4455, - 4490 + 4499, + 4534 ], "filename": "astronomy.js", "lineno": 42, "columnno": 0, "code": { - "id": "astnode100000480", + "id": "astnode100000488", "name": "exports.C_AUDAY", "type": "Literal", "value": 173.1446326846693, @@ -2920,14 +2970,14 @@ "comment": "/**\n * @brief The number of kilometers per astronomical unit.\n */", "meta": { "range": [ - 4558, - 4599 + 4602, + 4643 ], "filename": "astronomy.js", "lineno": 46, "columnno": 0, "code": { - "id": "astnode100000486", + "id": "astnode100000494", "name": "exports.KM_PER_AU", "type": "Literal", "value": 149597870.69098932, @@ -2951,14 +3001,14 @@ "comment": "/**\n * @brief The factor to convert degrees to radians = pi/180.\n */", "meta": { "range": [ - 4670, - 4708 + 4714, + 4752 ], "filename": "astronomy.js", "lineno": 50, "columnno": 0, "code": { - "id": "astnode100000492", + "id": "astnode100000500", "name": "exports.DEG2RAD", "type": "Literal", "value": 0.017453292519943295, @@ -2982,14 +3032,14 @@ "comment": "/**\n * @brief The factor to convert sidereal hours to radians = pi/12.\n */", "meta": { "range": [ - 4785, - 4825 + 4829, + 4869 ], "filename": "astronomy.js", "lineno": 54, "columnno": 0, "code": { - "id": "astnode100000498", + "id": "astnode100000506", "name": "exports.HOUR2RAD", "type": "Literal", "value": 0.26179938779914946, @@ -3013,14 +3063,14 @@ "comment": "/**\n * @brief The factor to convert radians to degrees = 180/pi.\n */", "meta": { "range": [ - 4896, - 4932 + 4940, + 4976 ], "filename": "astronomy.js", "lineno": 58, "columnno": 0, "code": { - "id": "astnode100000504", + "id": "astnode100000512", "name": "exports.RAD2DEG", "type": "Literal", "value": 57.29577951308232, @@ -3044,14 +3094,14 @@ "comment": "/**\n * @brief The factor to convert radians to sidereal hours = 12/pi.\n */", "meta": { "range": [ - 5009, - 5045 + 5053, + 5089 ], "filename": "astronomy.js", "lineno": 62, "columnno": 0, "code": { - "id": "astnode100000510", + "id": "astnode100000518", "name": "exports.RAD2HOUR", "type": "Literal", "value": 3.819718634205488, @@ -3075,14 +3125,14 @@ "comment": "/**\n * @brief The equatorial radius of Jupiter, expressed in kilometers.\n */", "meta": { "range": [ - 5311, - 5357 + 5355, + 5401 ], "filename": "astronomy.js", "lineno": 69, "columnno": 0, "code": { - "id": "astnode100000516", + "id": "astnode100000524", "name": "exports.JUPITER_EQUATORIAL_RADIUS_KM", "type": "Literal", "value": 71492, @@ -3106,14 +3156,14 @@ "comment": "/**\n * @brief The polar radius of Jupiter, expressed in kilometers.\n */", "meta": { "range": [ - 5431, - 5472 + 5475, + 5516 ], "filename": "astronomy.js", "lineno": 73, "columnno": 0, "code": { - "id": "astnode100000522", + "id": "astnode100000530", "name": "exports.JUPITER_POLAR_RADIUS_KM", "type": "Literal", "value": 66854, @@ -3137,14 +3187,14 @@ "comment": "/**\n * @brief The volumetric mean radius of Jupiter, expressed in kilometers.\n */", "meta": { "range": [ - 5556, - 5596 + 5600, + 5640 ], "filename": "astronomy.js", "lineno": 77, "columnno": 0, "code": { - "id": "astnode100000528", + "id": "astnode100000536", "name": "exports.JUPITER_MEAN_RADIUS_KM", "type": "Literal", "value": 69911, @@ -3168,14 +3218,14 @@ "comment": "/**\n * @brief The mean radius of Jupiter's moon Io, expressed in kilometers.\n */", "meta": { "range": [ - 5783, - 5812 + 5827, + 5856 ], "filename": "astronomy.js", "lineno": 83, "columnno": 0, "code": { - "id": "astnode100000534", + "id": "astnode100000542", "name": "exports.IO_RADIUS_KM", "type": "Literal", "value": 1821.6, @@ -3199,14 +3249,14 @@ "comment": "/**\n * @brief The mean radius of Jupiter's moon Europa, expressed in kilometers.\n */", "meta": { "range": [ - 5899, - 5932 + 5943, + 5976 ], "filename": "astronomy.js", "lineno": 87, "columnno": 0, "code": { - "id": "astnode100000540", + "id": "astnode100000548", "name": "exports.EUROPA_RADIUS_KM", "type": "Literal", "value": 1560.8, @@ -3230,14 +3280,14 @@ "comment": "/**\n * @brief The mean radius of Jupiter's moon Ganymede, expressed in kilometers.\n */", "meta": { "range": [ - 6021, - 6056 + 6065, + 6100 ], "filename": "astronomy.js", "lineno": 91, "columnno": 0, "code": { - "id": "astnode100000546", + "id": "astnode100000554", "name": "exports.GANYMEDE_RADIUS_KM", "type": "Literal", "value": 2631.2, @@ -3261,14 +3311,14 @@ "comment": "/**\n * @brief The mean radius of Jupiter's moon Callisto, expressed in kilometers.\n */", "meta": { "range": [ - 6145, - 6180 + 6189, + 6224 ], "filename": "astronomy.js", "lineno": 95, "columnno": 0, "code": { - "id": "astnode100000552", + "id": "astnode100000560", "name": "exports.CALLISTO_RADIUS_KM", "type": "Literal", "value": 2410.3, @@ -3292,14 +3342,14 @@ "comment": "", "meta": { "range": [ - 6188, - 6222 + 6232, + 6266 ], "filename": "astronomy.js", "lineno": 96, "columnno": 6, "code": { - "id": "astnode100000558", + "id": "astnode100000566", "name": "DAYS_PER_TROPICAL_YEAR", "type": "Literal", "value": 365.24217 @@ -3316,14 +3366,14 @@ "comment": "", "meta": { "range": [ - 6230, - 6270 + 6274, + 6314 ], "filename": "astronomy.js", "lineno": 97, "columnno": 6, "code": { - "id": "astnode100000562", + "id": "astnode100000570", "name": "J2000", "type": "NewExpression", "value": "" @@ -3340,14 +3390,14 @@ "comment": "", "meta": { "range": [ - 6278, - 6295 + 6322, + 6339 ], "filename": "astronomy.js", "lineno": 98, "columnno": 6, "code": { - "id": "astnode100000568", + "id": "astnode100000576", "name": "PI2", "type": "BinaryExpression", "value": "" @@ -3364,14 +3414,14 @@ "comment": "", "meta": { "range": [ - 6303, - 6331 + 6347, + 6375 ], "filename": "astronomy.js", "lineno": 99, "columnno": 6, "code": { - "id": "astnode100000576", + "id": "astnode100000584", "name": "ARC", "type": "BinaryExpression", "value": "" @@ -3388,14 +3438,14 @@ "comment": "", "meta": { "range": [ - 6364, - 6404 + 6408, + 6448 ], "filename": "astronomy.js", "lineno": 100, "columnno": 6, "code": { - "id": "astnode100000586", + "id": "astnode100000594", "name": "ASEC2RAD", "type": "Literal", "value": 0.00000484813681109536 @@ -3412,14 +3462,14 @@ "comment": "", "meta": { "range": [ - 6412, - 6435 + 6456, + 6479 ], "filename": "astronomy.js", "lineno": 101, "columnno": 6, "code": { - "id": "astnode100000590", + "id": "astnode100000598", "name": "ASEC180", "type": "BinaryExpression", "value": "" @@ -3436,14 +3486,14 @@ "comment": "", "meta": { "range": [ - 6489, - 6510 + 6533, + 6554 ], "filename": "astronomy.js", "lineno": 102, "columnno": 6, "code": { - "id": "astnode100000598", + "id": "astnode100000606", "name": "ASEC360", "type": "BinaryExpression", "value": "" @@ -3460,14 +3510,14 @@ "comment": "", "meta": { "range": [ - 6566, - 6587 + 6610, + 6631 ], "filename": "astronomy.js", "lineno": 103, "columnno": 6, "code": { - "id": "astnode100000604", + "id": "astnode100000612", "name": "ANGVEL", "type": "Literal", "value": 0.00007292115 @@ -3484,14 +3534,14 @@ "comment": "", "meta": { "range": [ - 6595, - 6628 + 6639, + 6672 ], "filename": "astronomy.js", "lineno": 104, "columnno": 6, "code": { - "id": "astnode100000608", + "id": "astnode100000616", "name": "AU_PER_PARSEC", "type": "BinaryExpression", "value": "" @@ -3508,14 +3558,14 @@ "comment": "", "meta": { "range": [ - 6684, - 6735 + 6728, + 6779 ], "filename": "astronomy.js", "lineno": 105, "columnno": 6, "code": { - "id": "astnode100000616", + "id": "astnode100000624", "name": "SUN_MAG_1AU", "type": "BinaryExpression", "value": "" @@ -3532,14 +3582,14 @@ "comment": "", "meta": { "range": [ - 6772, - 6802 + 6816, + 6846 ], "filename": "astronomy.js", "lineno": 106, "columnno": 6, "code": { - "id": "astnode100000629", + "id": "astnode100000637", "name": "MEAN_SYNODIC_MONTH", "type": "Literal", "value": 29.530588 @@ -3556,14 +3606,14 @@ "comment": "", "meta": { "range": [ - 6873, - 6900 + 6917, + 6944 ], "filename": "astronomy.js", "lineno": 107, "columnno": 6, "code": { - "id": "astnode100000633", + "id": "astnode100000641", "name": "SECONDS_PER_DAY", "type": "BinaryExpression", "value": "" @@ -3580,14 +3630,14 @@ "comment": "", "meta": { "range": [ - 6908, - 6947 + 6952, + 6991 ], "filename": "astronomy.js", "lineno": 108, "columnno": 6, "code": { - "id": "astnode100000639", + "id": "astnode100000647", "name": "MILLIS_PER_DAY", "type": "BinaryExpression", "value": "" @@ -3604,14 +3654,14 @@ "comment": "", "meta": { "range": [ - 6955, - 7003 + 6999, + 7047 ], "filename": "astronomy.js", "lineno": 109, "columnno": 6, "code": { - "id": "astnode100000645", + "id": "astnode100000653", "name": "SOLAR_DAYS_PER_SIDEREAL_DAY", "type": "Literal", "value": 0.9972695717592592 @@ -3628,14 +3678,14 @@ "comment": "", "meta": { "range": [ - 7011, - 7035 + 7055, + 7079 ], "filename": "astronomy.js", "lineno": 110, "columnno": 6, "code": { - "id": "astnode100000649", + "id": "astnode100000657", "name": "SUN_RADIUS_KM", "type": "Literal", "value": 695700 @@ -3652,14 +3702,14 @@ "comment": "", "meta": { "range": [ - 7043, - 7092 + 7087, + 7136 ], "filename": "astronomy.js", "lineno": 111, "columnno": 6, "code": { - "id": "astnode100000653", + "id": "astnode100000661", "name": "SUN_RADIUS_AU", "type": "BinaryExpression", "value": "" @@ -3676,14 +3726,14 @@ "comment": "", "meta": { "range": [ - 7100, - 7136 + 7144, + 7180 ], "filename": "astronomy.js", "lineno": 112, "columnno": 6, "code": { - "id": "astnode100000661", + "id": "astnode100000669", "name": "EARTH_FLATTENING", "type": "Literal", "value": 0.996647180302104 @@ -3700,14 +3750,14 @@ "comment": "", "meta": { "range": [ - 7144, - 7182 + 7188, + 7226 ], "filename": "astronomy.js", "lineno": 113, "columnno": 6, "code": { - "id": "astnode100000665", + "id": "astnode100000673", "name": "EARTH_EQUATORIAL_RADIUS_KM", "type": "Literal", "value": 6378.1366 @@ -3724,14 +3774,14 @@ "comment": "", "meta": { "range": [ - 7190, - 7265 + 7234, + 7309 ], "filename": "astronomy.js", "lineno": 114, "columnno": 6, "code": { - "id": "astnode100000669", + "id": "astnode100000677", "name": "EARTH_EQUATORIAL_RADIUS_AU", "type": "BinaryExpression", "value": "" @@ -3748,14 +3798,14 @@ "comment": "", "meta": { "range": [ - 7273, - 7342 + 7317, + 7386 ], "filename": "astronomy.js", "lineno": 115, "columnno": 6, "code": { - "id": "astnode100000677", + "id": "astnode100000685", "name": "EARTH_POLAR_RADIUS_KM", "type": "BinaryExpression", "value": "" @@ -3772,14 +3822,14 @@ "comment": "", "meta": { "range": [ - 7350, - 7379 + 7394, + 7423 ], "filename": "astronomy.js", "lineno": 116, "columnno": 6, "code": { - "id": "astnode100000683", + "id": "astnode100000691", "name": "EARTH_MEAN_RADIUS_KM", "type": "Literal", "value": 6371 @@ -3796,14 +3846,14 @@ "comment": "", "meta": { "range": [ - 7446, - 7472 + 7490, + 7516 ], "filename": "astronomy.js", "lineno": 117, "columnno": 6, "code": { - "id": "astnode100000687", + "id": "astnode100000695", "name": "EARTH_ATMOSPHERE_KM", "type": "Literal", "value": 88 @@ -3820,14 +3870,14 @@ "comment": "", "meta": { "range": [ - 7536, - 7604 + 7580, + 7648 ], "filename": "astronomy.js", "lineno": 118, "columnno": 6, "code": { - "id": "astnode100000691", + "id": "astnode100000699", "name": "EARTH_ECLIPSE_RADIUS_KM", "type": "BinaryExpression", "value": "" @@ -3844,14 +3894,14 @@ "comment": "", "meta": { "range": [ - 7612, - 7646 + 7656, + 7690 ], "filename": "astronomy.js", "lineno": 119, "columnno": 6, "code": { - "id": "astnode100000697", + "id": "astnode100000705", "name": "MOON_EQUATORIAL_RADIUS_KM", "type": "Literal", "value": 1738.1 @@ -3868,14 +3918,14 @@ "comment": "", "meta": { "range": [ - 7654, - 7682 + 7698, + 7726 ], "filename": "astronomy.js", "lineno": 120, "columnno": 6, "code": { - "id": "astnode100000701", + "id": "astnode100000709", "name": "MOON_MEAN_RADIUS_KM", "type": "Literal", "value": 1737.4 @@ -3892,14 +3942,14 @@ "comment": "", "meta": { "range": [ - 7690, - 7719 + 7734, + 7763 ], "filename": "astronomy.js", "lineno": 121, "columnno": 6, "code": { - "id": "astnode100000705", + "id": "astnode100000713", "name": "MOON_POLAR_RADIUS_KM", "type": "Literal", "value": 1736 @@ -3916,14 +3966,14 @@ "comment": "", "meta": { "range": [ - 7727, - 7802 + 7771, + 7846 ], "filename": "astronomy.js", "lineno": 122, "columnno": 6, "code": { - "id": "astnode100000709", + "id": "astnode100000717", "name": "MOON_EQUATORIAL_RADIUS_AU", "type": "BinaryExpression", "value": "" @@ -3940,14 +3990,14 @@ "comment": "", "meta": { "range": [ - 7810, - 7843 + 7854, + 7887 ], "filename": "astronomy.js", "lineno": 123, "columnno": 6, "code": { - "id": "astnode100000717", + "id": "astnode100000725", "name": "REFRACTION_NEAR_HORIZON", "type": "BinaryExpression", "value": "" @@ -3964,14 +4014,14 @@ "comment": "", "meta": { "range": [ - 7913, - 7945 + 7957, + 7989 ], "filename": "astronomy.js", "lineno": 124, "columnno": 6, "code": { - "id": "astnode100000723", + "id": "astnode100000731", "name": "EARTH_MOON_MASS_RATIO", "type": "Literal", "value": 81.30056 @@ -3988,14 +4038,14 @@ "comment": "", "meta": { "range": [ - 8502, - 8533 + 8546, + 8577 ], "filename": "astronomy.js", "lineno": 137, "columnno": 6, "code": { - "id": "astnode100000727", + "id": "astnode100000735", "name": "SUN_GM", "type": "Literal", "value": 0.0002959122082855911 @@ -4012,14 +4062,14 @@ "comment": "", "meta": { "range": [ - 8541, - 8576 + 8585, + 8620 ], "filename": "astronomy.js", "lineno": 138, "columnno": 6, "code": { - "id": "astnode100000731", + "id": "astnode100000739", "name": "JUPITER_GM", "type": "Literal", "value": 2.825345909524226e-7 @@ -4036,14 +4086,14 @@ "comment": "", "meta": { "range": [ - 8584, - 8618 + 8628, + 8662 ], "filename": "astronomy.js", "lineno": 139, "columnno": 6, "code": { - "id": "astnode100000735", + "id": "astnode100000743", "name": "SATURN_GM", "type": "Literal", "value": 8.459715185680659e-8 @@ -4060,14 +4110,14 @@ "comment": "", "meta": { "range": [ - 8626, - 8660 + 8670, + 8704 ], "filename": "astronomy.js", "lineno": 140, "columnno": 6, "code": { - "id": "astnode100000739", + "id": "astnode100000747", "name": "URANUS_GM", "type": "Literal", "value": 1.292024916781969e-8 @@ -4084,14 +4134,14 @@ "comment": "", "meta": { "range": [ - 8668, - 8703 + 8712, + 8747 ], "filename": "astronomy.js", "lineno": 141, "columnno": 6, "code": { - "id": "astnode100000743", + "id": "astnode100000751", "name": "NEPTUNE_GM", "type": "Literal", "value": 1.524358900784276e-8 @@ -4108,14 +4158,14 @@ "comment": "", "meta": { "range": [ - 8709, - 8715 + 8753, + 8759 ], "filename": "astronomy.js", "lineno": 142, "columnno": 4, "code": { - "id": "astnode100000747", + "id": "astnode100000755", "name": "ob2000" } }, @@ -4130,14 +4180,14 @@ "comment": "", "meta": { "range": [ - 8791, - 8801 + 8835, + 8845 ], "filename": "astronomy.js", "lineno": 143, "columnno": 4, "code": { - "id": "astnode100000750", + "id": "astnode100000758", "name": "cos_ob2000" } }, @@ -4152,14 +4202,14 @@ "comment": "", "meta": { "range": [ - 8807, - 8817 + 8851, + 8861 ], "filename": "astronomy.js", "lineno": 144, "columnno": 4, "code": { - "id": "astnode100000753", + "id": "astnode100000761", "name": "sin_ob2000" } }, @@ -4174,14 +4224,14 @@ "comment": "", "meta": { "range": [ - 8819, - 8974 + 8863, + 9018 ], "filename": "astronomy.js", "lineno": 145, "columnno": 0, "code": { - "id": "astnode100000755", + "id": "astnode100000763", "name": "VerifyBoolean", "type": "FunctionDeclaration", "paramnames": [ @@ -4200,14 +4250,14 @@ "comment": "", "meta": { "range": [ - 8975, - 9131 + 9019, + 9175 ], "filename": "astronomy.js", "lineno": 152, "columnno": 0, "code": { - "id": "astnode100000780", + "id": "astnode100000788", "name": "VerifyNumber", "type": "FunctionDeclaration", "paramnames": [ @@ -4226,14 +4276,14 @@ "comment": "", "meta": { "range": [ - 9132, - 9182 + 9176, + 9226 ], "filename": "astronomy.js", "lineno": 159, "columnno": 0, "code": { - "id": "astnode100000804", + "id": "astnode100000812", "name": "Frac", "type": "FunctionDeclaration", "paramnames": [ @@ -4252,14 +4302,14 @@ "comment": "/**\n * @brief Calculates the angle in degrees between two vectors.\n *\n * Given a pair of vectors, this function returns the angle in degrees\n * between the two vectors in 3D space.\n * The angle is measured in the plane that contains both vectors.\n *\n * @param {Vector} a\n * The first of a pair of vectors between which to measure an angle.\n *\n * @param {Vector} b\n * The second of a pair of vectors between which to measure an angle.\n *\n * @returns {number}\n * The angle between the two vectors expressed in degrees.\n * The value is in the range [0, 180].\n */", "meta": { "range": [ - 9763, - 10301 + 9807, + 10345 ], "filename": "astronomy.js", "lineno": 179, "columnno": 0, "code": { - "id": "astnode100000816", + "id": "astnode100000824", "name": "AngleBetween", "type": "FunctionDeclaration", "paramnames": [ @@ -4321,14 +4371,14 @@ "comment": "", "meta": { "range": [ - 9803, - 9843 + 9847, + 9887 ], "filename": "astronomy.js", "lineno": 180, "columnno": 10, "code": { - "id": "astnode100000822", + "id": "astnode100000830", "name": "aa", "type": "BinaryExpression", "value": "" @@ -4346,14 +4396,14 @@ "comment": "", "meta": { "range": [ - 9944, - 9984 + 9988, + 10028 ], "filename": "astronomy.js", "lineno": 183, "columnno": 10, "code": { - "id": "astnode100000859", + "id": "astnode100000867", "name": "bb", "type": "BinaryExpression", "value": "" @@ -4371,14 +4421,14 @@ "comment": "", "meta": { "range": [ - 10086, - 10148 + 10130, + 10192 ], "filename": "astronomy.js", "lineno": 186, "columnno": 10, "code": { - "id": "astnode100000896", + "id": "astnode100000904", "name": "dot", "type": "BinaryExpression", "value": "" @@ -4396,14 +4446,14 @@ "comment": "", "meta": { "range": [ - 10240, - 10280 + 10284, + 10324 ], "filename": "astronomy.js", "lineno": 191, "columnno": 10, "code": { - "id": "astnode100000944", + "id": "astnode100000952", "name": "angle", "type": "BinaryExpression", "value": "" @@ -4421,14 +4471,14 @@ "comment": "", "meta": { "range": [ - 10302, - 10337 + 10346, + 10381 ], "filename": "astronomy.js", "lineno": 194, "columnno": 0, "code": { - "id": "astnode100000958", + "id": "astnode100000966", "name": "exports.AngleBetween", "type": "Identifier", "value": "AngleBetween", @@ -4445,14 +4495,14 @@ "comment": "/**\n * @brief String constants that represent the solar system bodies supported by Astronomy Engine.\n *\n * The following strings represent solar system bodies supported by various Astronomy Engine functions.\n * Not every body is supported by every function; consult the documentation for each function\n * to find which bodies it supports.\n *\n * \"Sun\", \"Moon\", \"Mercury\", \"Venus\", \"Earth\", \"Mars\", \"Jupiter\",\n * \"Saturn\", \"Uranus\", \"Neptune\", \"Pluto\",\n * \"SSB\" (Solar System Barycenter),\n * \"EMB\" (Earth/Moon Barycenter)\n *\n * You can also use enumeration syntax for the bodies, like\n * `Astronomy.Body.Moon`, `Astronomy.Body.Jupiter`, etc.\n *\n * @enum {string}\n */", "meta": { "range": [ - 11008, - 11012 + 11052, + 11056 ], "filename": "astronomy.js", "lineno": 212, "columnno": 4, "code": { - "id": "astnode100000964", + "id": "astnode100000972", "name": "Body" } }, @@ -4480,14 +4530,14 @@ "comment": "", "meta": { "range": [ - 11037, - 11056 + 11081, + 11100 ], "filename": "astronomy.js", "lineno": 214, "columnno": 4, "code": { - "id": "astnode100000972", + "id": "astnode100000980", "name": "Body[\"Sun\"]", "type": "Literal", "value": "Sun", @@ -4505,14 +4555,14 @@ "comment": "", "meta": { "range": [ - 11062, - 11083 + 11106, + 11127 ], "filename": "astronomy.js", "lineno": 215, "columnno": 4, "code": { - "id": "astnode100000978", + "id": "astnode100000986", "name": "Body[\"Moon\"]", "type": "Literal", "value": "Moon", @@ -4530,14 +4580,14 @@ "comment": "", "meta": { "range": [ - 11089, - 11116 + 11133, + 11160 ], "filename": "astronomy.js", "lineno": 216, "columnno": 4, "code": { - "id": "astnode100000984", + "id": "astnode100000992", "name": "Body[\"Mercury\"]", "type": "Literal", "value": "Mercury", @@ -4555,14 +4605,14 @@ "comment": "", "meta": { "range": [ - 11122, - 11145 + 11166, + 11189 ], "filename": "astronomy.js", "lineno": 217, "columnno": 4, "code": { - "id": "astnode100000990", + "id": "astnode100000998", "name": "Body[\"Venus\"]", "type": "Literal", "value": "Venus", @@ -4580,14 +4630,14 @@ "comment": "", "meta": { "range": [ - 11151, - 11174 + 11195, + 11218 ], "filename": "astronomy.js", "lineno": 218, "columnno": 4, "code": { - "id": "astnode100000996", + "id": "astnode100001004", "name": "Body[\"Earth\"]", "type": "Literal", "value": "Earth", @@ -4605,14 +4655,14 @@ "comment": "", "meta": { "range": [ - 11180, - 11201 + 11224, + 11245 ], "filename": "astronomy.js", "lineno": 219, "columnno": 4, "code": { - "id": "astnode100001002", + "id": "astnode100001010", "name": "Body[\"Mars\"]", "type": "Literal", "value": "Mars", @@ -4630,14 +4680,14 @@ "comment": "", "meta": { "range": [ - 11207, - 11234 + 11251, + 11278 ], "filename": "astronomy.js", "lineno": 220, "columnno": 4, "code": { - "id": "astnode100001008", + "id": "astnode100001016", "name": "Body[\"Jupiter\"]", "type": "Literal", "value": "Jupiter", @@ -4655,14 +4705,14 @@ "comment": "", "meta": { "range": [ - 11240, - 11265 + 11284, + 11309 ], "filename": "astronomy.js", "lineno": 221, "columnno": 4, "code": { - "id": "astnode100001014", + "id": "astnode100001022", "name": "Body[\"Saturn\"]", "type": "Literal", "value": "Saturn", @@ -4680,14 +4730,14 @@ "comment": "", "meta": { "range": [ - 11271, - 11296 + 11315, + 11340 ], "filename": "astronomy.js", "lineno": 222, "columnno": 4, "code": { - "id": "astnode100001020", + "id": "astnode100001028", "name": "Body[\"Uranus\"]", "type": "Literal", "value": "Uranus", @@ -4705,14 +4755,14 @@ "comment": "", "meta": { "range": [ - 11302, - 11329 + 11346, + 11373 ], "filename": "astronomy.js", "lineno": 223, "columnno": 4, "code": { - "id": "astnode100001026", + "id": "astnode100001034", "name": "Body[\"Neptune\"]", "type": "Literal", "value": "Neptune", @@ -4730,14 +4780,14 @@ "comment": "", "meta": { "range": [ - 11335, - 11358 + 11379, + 11402 ], "filename": "astronomy.js", "lineno": 224, "columnno": 4, "code": { - "id": "astnode100001032", + "id": "astnode100001040", "name": "Body[\"Pluto\"]", "type": "Literal", "value": "Pluto", @@ -4755,14 +4805,14 @@ "comment": "", "meta": { "range": [ - 11364, - 11383 + 11408, + 11427 ], "filename": "astronomy.js", "lineno": 225, "columnno": 4, "code": { - "id": "astnode100001038", + "id": "astnode100001046", "name": "Body[\"SSB\"]", "type": "Literal", "value": "SSB", @@ -4780,14 +4830,14 @@ "comment": "", "meta": { "range": [ - 11389, - 11408 + 11433, + 11452 ], "filename": "astronomy.js", "lineno": 226, "columnno": 4, "code": { - "id": "astnode100001044", + "id": "astnode100001052", "name": "Body[\"EMB\"]", "type": "Literal", "value": "EMB", @@ -4805,14 +4855,14 @@ "comment": "", "meta": { "range": [ - 11438, - 11480 + 11482, + 11524 ], "filename": "astronomy.js", "lineno": 227, "columnno": 3, "code": { - "id": "astnode100001049", + "id": "astnode100001057", "name": "Body", "type": "LogicalExpression", "value": "", @@ -4829,14 +4879,14 @@ "comment": "", "meta": { "range": [ - 11462, - 11479 + 11506, + 11523 ], "filename": "astronomy.js", "lineno": 227, "columnno": 27, "code": { - "id": "astnode100001055", + "id": "astnode100001063", "name": "exports.Body", "type": "ObjectExpression", "value": "{}", @@ -4854,14 +4904,14 @@ "comment": "", "meta": { "range": [ - 11487, - 11503 + 11531, + 11547 ], "filename": "astronomy.js", "lineno": 228, "columnno": 4, "code": { - "id": "astnode100001061", + "id": "astnode100001069", "name": "PrecessDirection" } }, @@ -4876,14 +4926,14 @@ "comment": "", "meta": { "range": [ - 11540, - 11603 + 11584, + 11647 ], "filename": "astronomy.js", "lineno": 230, "columnno": 4, "code": { - "id": "astnode100001069", + "id": "astnode100001077", "name": "PrecessDirection[undefined]", "type": "Literal", "value": "From2000", @@ -4900,14 +4950,14 @@ "comment": "", "meta": { "range": [ - 11557, - 11589 + 11601, + 11633 ], "filename": "astronomy.js", "lineno": 230, "columnno": 21, "code": { - "id": "astnode100001072", + "id": "astnode100001080", "name": "PrecessDirection[\"From2000\"]", "type": "Literal", "value": 0, @@ -4925,14 +4975,14 @@ "comment": "", "meta": { "range": [ - 11609, - 11672 + 11653, + 11716 ], "filename": "astronomy.js", "lineno": 231, "columnno": 4, "code": { - "id": "astnode100001079", + "id": "astnode100001087", "name": "PrecessDirection[undefined]", "type": "Literal", "value": "Into2000", @@ -4949,14 +4999,14 @@ "comment": "", "meta": { "range": [ - 11626, - 11658 + 11670, + 11702 ], "filename": "astronomy.js", "lineno": 231, "columnno": 21, "code": { - "id": "astnode100001082", + "id": "astnode100001090", "name": "PrecessDirection[\"Into2000\"]", "type": "Literal", "value": 1, @@ -4974,14 +5024,14 @@ "comment": "", "meta": { "range": [ - 11698, - 11719 + 11742, + 11763 ], "filename": "astronomy.js", "lineno": 232, "columnno": 24, "code": { - "id": "astnode100001090", + "id": "astnode100001098", "name": "PrecessDirection", "type": "ObjectExpression", "value": "{}", @@ -4998,14 +5048,14 @@ "comment": "", "meta": { "range": [ - 11729, - 12099 + 11773, + 12143 ], "filename": "astronomy.js", "lineno": 233, "columnno": 6, "code": { - "id": "astnode100001094", + "id": "astnode100001102", "name": "Planet", "type": "ObjectExpression", "value": "{\"Mercury\":\"\",\"Venus\":\"\",\"Earth\":\"\",\"Mars\":\"\",\"Jupiter\":\"\",\"Saturn\":\"\",\"Uranus\":\"\",\"Neptune\":\"\",\"Pluto\":\"\"}" @@ -5022,14 +5072,14 @@ "comment": "", "meta": { "range": [ - 11744, - 11778 + 11788, + 11822 ], "filename": "astronomy.js", "lineno": 234, "columnno": 4, "code": { - "id": "astnode100001097", + "id": "astnode100001105", "name": "Mercury", "type": "ObjectExpression", "value": "{\"OrbitalPeriod\":87.969}" @@ -5046,14 +5096,14 @@ "comment": "", "meta": { "range": [ - 11755, - 11776 + 11799, + 11820 ], "filename": "astronomy.js", "lineno": 234, "columnno": 15, "code": { - "id": "astnode100001099", + "id": "astnode100001107", "name": "OrbitalPeriod", "type": "Literal", "value": 87.969 @@ -5070,14 +5120,14 @@ "comment": "", "meta": { "range": [ - 11784, - 11817 + 11828, + 11861 ], "filename": "astronomy.js", "lineno": 235, "columnno": 4, "code": { - "id": "astnode100001101", + "id": "astnode100001109", "name": "Venus", "type": "ObjectExpression", "value": "{\"OrbitalPeriod\":224.701}" @@ -5094,14 +5144,14 @@ "comment": "", "meta": { "range": [ - 11793, - 11815 + 11837, + 11859 ], "filename": "astronomy.js", "lineno": 235, "columnno": 13, "code": { - "id": "astnode100001103", + "id": "astnode100001111", "name": "OrbitalPeriod", "type": "Literal", "value": 224.701 @@ -5118,14 +5168,14 @@ "comment": "", "meta": { "range": [ - 11823, - 11856 + 11867, + 11900 ], "filename": "astronomy.js", "lineno": 236, "columnno": 4, "code": { - "id": "astnode100001105", + "id": "astnode100001113", "name": "Earth", "type": "ObjectExpression", "value": "{\"OrbitalPeriod\":365.256}" @@ -5142,14 +5192,14 @@ "comment": "", "meta": { "range": [ - 11832, - 11854 + 11876, + 11898 ], "filename": "astronomy.js", "lineno": 236, "columnno": 13, "code": { - "id": "astnode100001107", + "id": "astnode100001115", "name": "OrbitalPeriod", "type": "Literal", "value": 365.256 @@ -5166,14 +5216,14 @@ "comment": "", "meta": { "range": [ - 11862, - 11894 + 11906, + 11938 ], "filename": "astronomy.js", "lineno": 237, "columnno": 4, "code": { - "id": "astnode100001109", + "id": "astnode100001117", "name": "Mars", "type": "ObjectExpression", "value": "{\"OrbitalPeriod\":686.98}" @@ -5190,14 +5240,14 @@ "comment": "", "meta": { "range": [ - 11870, - 11892 + 11914, + 11936 ], "filename": "astronomy.js", "lineno": 237, "columnno": 12, "code": { - "id": "astnode100001111", + "id": "astnode100001119", "name": "OrbitalPeriod", "type": "Literal", "value": 686.98 @@ -5214,14 +5264,14 @@ "comment": "", "meta": { "range": [ - 11900, - 11936 + 11944, + 11980 ], "filename": "astronomy.js", "lineno": 238, "columnno": 4, "code": { - "id": "astnode100001113", + "id": "astnode100001121", "name": "Jupiter", "type": "ObjectExpression", "value": "{\"OrbitalPeriod\":4332.589}" @@ -5238,14 +5288,14 @@ "comment": "", "meta": { "range": [ - 11911, - 11934 + 11955, + 11978 ], "filename": "astronomy.js", "lineno": 238, "columnno": 15, "code": { - "id": "astnode100001115", + "id": "astnode100001123", "name": "OrbitalPeriod", "type": "Literal", "value": 4332.589 @@ -5262,14 +5312,14 @@ "comment": "", "meta": { "range": [ - 11942, - 11977 + 11986, + 12021 ], "filename": "astronomy.js", "lineno": 239, "columnno": 4, "code": { - "id": "astnode100001117", + "id": "astnode100001125", "name": "Saturn", "type": "ObjectExpression", "value": "{\"OrbitalPeriod\":10759.22}" @@ -5286,14 +5336,14 @@ "comment": "", "meta": { "range": [ - 11952, - 11975 + 11996, + 12019 ], "filename": "astronomy.js", "lineno": 239, "columnno": 14, "code": { - "id": "astnode100001119", + "id": "astnode100001127", "name": "OrbitalPeriod", "type": "Literal", "value": 10759.22 @@ -5310,14 +5360,14 @@ "comment": "", "meta": { "range": [ - 11983, - 12017 + 12027, + 12061 ], "filename": "astronomy.js", "lineno": 240, "columnno": 4, "code": { - "id": "astnode100001121", + "id": "astnode100001129", "name": "Uranus", "type": "ObjectExpression", "value": "{\"OrbitalPeriod\":30685.4}" @@ -5334,14 +5384,14 @@ "comment": "", "meta": { "range": [ - 11993, - 12015 + 12037, + 12059 ], "filename": "astronomy.js", "lineno": 240, "columnno": 14, "code": { - "id": "astnode100001123", + "id": "astnode100001131", "name": "OrbitalPeriod", "type": "Literal", "value": 30685.4 @@ -5358,14 +5408,14 @@ "comment": "", "meta": { "range": [ - 12023, - 12058 + 12067, + 12102 ], "filename": "astronomy.js", "lineno": 241, "columnno": 4, "code": { - "id": "astnode100001125", + "id": "astnode100001133", "name": "Neptune", "type": "ObjectExpression", "value": "{\"OrbitalPeriod\":60189}" @@ -5382,14 +5432,14 @@ "comment": "", "meta": { "range": [ - 12034, - 12056 + 12078, + 12100 ], "filename": "astronomy.js", "lineno": 241, "columnno": 15, "code": { - "id": "astnode100001127", + "id": "astnode100001135", "name": "OrbitalPeriod", "type": "Literal", "value": 60189 @@ -5406,14 +5456,14 @@ "comment": "", "meta": { "range": [ - 12064, - 12097 + 12108, + 12141 ], "filename": "astronomy.js", "lineno": 242, "columnno": 4, "code": { - "id": "astnode100001129", + "id": "astnode100001137", "name": "Pluto", "type": "ObjectExpression", "value": "{\"OrbitalPeriod\":90560}" @@ -5430,14 +5480,14 @@ "comment": "", "meta": { "range": [ - 12073, - 12095 + 12117, + 12139 ], "filename": "astronomy.js", "lineno": 242, "columnno": 13, "code": { - "id": "astnode100001131", + "id": "astnode100001139", "name": "OrbitalPeriod", "type": "Literal", "value": 90560 @@ -5454,14 +5504,14 @@ "comment": "", "meta": { "range": [ - 12107, - 44579 + 12151, + 44623 ], "filename": "astronomy.js", "lineno": 244, "columnno": 6, "code": { - "id": "astnode100001134", + "id": "astnode100001142", "name": "vsop", "type": "ObjectExpression", "value": "{\"Mercury\":\"\",\"Venus\":\"\",\"Earth\":\"\",\"Mars\":\"\",\"Jupiter\":\"\",\"Saturn\":\"\",\"Uranus\":\"\",\"Neptune\":\"\"}" @@ -5478,14 +5528,14 @@ "comment": "", "meta": { "range": [ - 12120, - 14299 + 12164, + 14343 ], "filename": "astronomy.js", "lineno": 245, "columnno": 4, "code": { - "id": "astnode100001137", + "id": "astnode100001145", "name": "Mercury", "type": "ArrayExpression", "value": "[\"[\\\"[\\\\\\\"[4.40250710144,0,0]\\\\\\\",\\\\\\\"[0.40989414977,1.48302034195,26087.9031415742]\\\\\\\",\\\\\\\"[0.050462942,4.47785489551,52175.8062831484]\\\\\\\",\\\\\\\"[0.00855346844,1.16520322459,78263.70942472259]\\\\\\\",\\\\\\\"[0.00165590362,4.11969163423,104351.61256629678]\\\\\\\",\\\\\\\"[0.00034561897,0.77930768443,130439.51570787099]\\\\\\\",\\\\\\\"[0.00007583476,3.71348404924,156527.41884944518]\\\\\\\"]\\\",\\\"[\\\\\\\"[26087.90313685529,0,0]\\\\\\\",\\\\\\\"[0.01131199811,6.21874197797,26087.9031415742]\\\\\\\",\\\\\\\"[0.00292242298,3.04449355541,52175.8062831484]\\\\\\\",\\\\\\\"[0.00075775081,6.08568821653,78263.70942472259]\\\\\\\",\\\\\\\"[0.00019676525,2.80965111777,104351.61256629678]\\\\\\\"]\\\"]\",\"[\\\"[\\\\\\\"[0.11737528961,1.98357498767,26087.9031415742]\\\\\\\",\\\\\\\"[0.02388076996,5.03738959686,52175.8062831484]\\\\\\\",\\\\\\\"[0.01222839532,3.14159265359,0]\\\\\\\",\\\\\\\"[0.0054325181,1.79644363964,78263.70942472259]\\\\\\\",\\\\\\\"[0.0012977877,4.83232503958,104351.61256629678]\\\\\\\",\\\\\\\"[0.00031866927,1.58088495658,130439.51570787099]\\\\\\\",\\\\\\\"[0.00007963301,4.60972126127,156527.41884944518]\\\\\\\"]\\\",\\\"[\\\\\\\"[0.00274646065,3.95008450011,26087.9031415742]\\\\\\\",\\\\\\\"[0.00099737713,3.14159265359,0]\\\\\\\"]\\\"]\",\"[\\\"[\\\\\\\"[0.39528271651,0,0]\\\\\\\",\\\\\\\"[0.07834131818,6.19233722598,26087.9031415742]\\\\\\\",\\\\\\\"[0.00795525558,2.95989690104,52175.8062831484]\\\\\\\",\\\\\\\"[0.00121281764,6.01064153797,78263.70942472259]\\\\\\\",\\\\\\\"[0.00021921969,2.77820093972,104351.61256629678]\\\\\\\",\\\\\\\"[0.00004354065,5.82894543774,130439.51570787099]\\\\\\\"]\\\",\\\"[\\\\\\\"[0.0021734774,4.65617158665,26087.9031415742]\\\\\\\",\\\\\\\"[0.00044141826,1.42385544001,52175.8062831484]\\\\\\\"]\\\"]\"]" @@ -5502,14 +5552,14 @@ "comment": "", "meta": { "range": [ - 14305, - 16267 + 14349, + 16311 ], "filename": "astronomy.js", "lineno": 294, "columnno": 4, "code": { - "id": "astnode100001264", + "id": "astnode100001272", "name": "Venus", "type": "ArrayExpression", "value": "[\"[\\\"[\\\\\\\"[3.17614666774,0,0]\\\\\\\",\\\\\\\"[0.01353968419,5.59313319619,10213.285546211]\\\\\\\",\\\\\\\"[0.00089891645,5.30650047764,20426.571092422]\\\\\\\",\\\\\\\"[0.00005477194,4.41630661466,7860.4193924392]\\\\\\\",\\\\\\\"[0.00003455741,2.6996444782,11790.6290886588]\\\\\\\",\\\\\\\"[0.00002372061,2.99377542079,3930.2096962196]\\\\\\\",\\\\\\\"[0.00001317168,5.18668228402,26.2983197998]\\\\\\\",\\\\\\\"[0.00001664146,4.25018630147,1577.3435424478]\\\\\\\",\\\\\\\"[0.00001438387,4.15745084182,9683.5945811164]\\\\\\\",\\\\\\\"[0.00001200521,6.15357116043,30639.856638633]\\\\\\\"]\\\",\\\"[\\\\\\\"[10213.28554621638,0,0]\\\\\\\",\\\\\\\"[0.00095617813,2.4640651111,10213.285546211]\\\\\\\",\\\\\\\"[0.00007787201,0.6247848222,20426.571092422]\\\\\\\"]\\\"]\",\"[\\\"[\\\\\\\"[0.05923638472,0.26702775812,10213.285546211]\\\\\\\",\\\\\\\"[0.00040107978,1.14737178112,20426.571092422]\\\\\\\",\\\\\\\"[0.00032814918,3.14159265359,0]\\\\\\\"]\\\",\\\"[\\\\\\\"[0.00287821243,1.88964962838,10213.285546211]\\\\\\\"]\\\"]\",\"[\\\"[\\\\\\\"[0.72334820891,0,0]\\\\\\\",\\\\\\\"[0.00489824182,4.02151831717,10213.285546211]\\\\\\\",\\\\\\\"[0.00001658058,4.90206728031,20426.571092422]\\\\\\\",\\\\\\\"[0.00001378043,1.12846591367,11790.6290886588]\\\\\\\",\\\\\\\"[0.00001632096,2.84548795207,7860.4193924392]\\\\\\\",\\\\\\\"[0.00000498395,2.58682193892,9683.5945811164]\\\\\\\",\\\\\\\"[0.00000221985,2.01346696541,19367.1891622328]\\\\\\\",\\\\\\\"[0.00000237454,2.55136053886,15720.8387848784]\\\\\\\"]\\\",\\\"[\\\\\\\"[0.00034551041,0.89198706276,10213.285546211]\\\\\\\"]\\\"]\"]" @@ -5526,14 +5576,14 @@ "comment": "", "meta": { "range": [ - 16273, - 19921 + 16317, + 19965 ], "filename": "astronomy.js", "lineno": 340, "columnno": 4, "code": { - "id": "astnode100001379", + "id": "astnode100001387", "name": "Earth", "type": "ArrayExpression", "value": "[\"[\\\"[\\\\\\\"[1.75347045673,0,0]\\\\\\\",\\\\\\\"[0.03341656453,4.66925680415,6283.0758499914]\\\\\\\",\\\\\\\"[0.00034894275,4.62610242189,12566.1516999828]\\\\\\\",\\\\\\\"[0.00003417572,2.82886579754,3.523118349]\\\\\\\",\\\\\\\"[0.00003497056,2.74411783405,5753.3848848968]\\\\\\\",\\\\\\\"[0.00003135899,3.62767041756,77713.7714681205]\\\\\\\",\\\\\\\"[0.00002676218,4.41808345438,7860.4193924392]\\\\\\\",\\\\\\\"[0.00002342691,6.13516214446,3930.2096962196]\\\\\\\",\\\\\\\"[0.00001273165,2.03709657878,529.6909650946]\\\\\\\",\\\\\\\"[0.00001324294,0.74246341673,11506.7697697936]\\\\\\\",\\\\\\\"[0.00000901854,2.04505446477,26.2983197998]\\\\\\\",\\\\\\\"[0.00001199167,1.10962946234,1577.3435424478]\\\\\\\",\\\\\\\"[0.00000857223,3.50849152283,398.1490034082]\\\\\\\",\\\\\\\"[0.00000779786,1.17882681962,5223.6939198022]\\\\\\\",\\\\\\\"[0.0000099025,5.23268072088,5884.9268465832]\\\\\\\",\\\\\\\"[0.00000753141,2.53339052847,5507.5532386674]\\\\\\\",\\\\\\\"[0.00000505267,4.58292599973,18849.2275499742]\\\\\\\",\\\\\\\"[0.00000492392,4.20505711826,775.522611324]\\\\\\\",\\\\\\\"[0.00000356672,2.91954114478,0.0673103028]\\\\\\\",\\\\\\\"[0.00000284125,1.89869240932,796.2980068164]\\\\\\\",\\\\\\\"[0.00000242879,0.34481445893,5486.777843175]\\\\\\\",\\\\\\\"[0.00000317087,5.84901948512,11790.6290886588]\\\\\\\",\\\\\\\"[0.00000271112,0.31486255375,10977.078804699]\\\\\\\",\\\\\\\"[0.00000206217,4.80646631478,2544.3144198834]\\\\\\\",\\\\\\\"[0.00000205478,1.86953770281,5573.1428014331]\\\\\\\",\\\\\\\"[0.00000202318,2.45767790232,6069.7767545534]\\\\\\\",\\\\\\\"[0.00000126225,1.08295459501,20.7753954924]\\\\\\\",\\\\\\\"[0.00000155516,0.83306084617,213.299095438]\\\\\\\"]\\\",\\\"[\\\\\\\"[6283.0758499914,0,0]\\\\\\\",\\\\\\\"[0.00206058863,2.67823455808,6283.0758499914]\\\\\\\",\\\\\\\"[0.00004303419,2.63512233481,12566.1516999828]\\\\\\\"]\\\",\\\"[\\\\\\\"[0.00008721859,1.07253635559,6283.0758499914]\\\\\\\"]\\\"]\",\"[\\\"[]\\\",\\\"[\\\\\\\"[0.00227777722,3.4137662053,6283.0758499914]\\\\\\\",\\\\\\\"[0.00003805678,3.37063423795,12566.1516999828]\\\\\\\"]\\\"]\",\"[\\\"[\\\\\\\"[1.00013988784,0,0]\\\\\\\",\\\\\\\"[0.01670699632,3.09846350258,6283.0758499914]\\\\\\\",\\\\\\\"[0.00013956024,3.05524609456,12566.1516999828]\\\\\\\",\\\\\\\"[0.0000308372,5.19846674381,77713.7714681205]\\\\\\\",\\\\\\\"[0.00001628463,1.17387558054,5753.3848848968]\\\\\\\",\\\\\\\"[0.00001575572,2.84685214877,7860.4193924392]\\\\\\\",\\\\\\\"[0.00000924799,5.45292236722,11506.7697697936]\\\\\\\",\\\\\\\"[0.00000542439,4.56409151453,3930.2096962196]\\\\\\\",\\\\\\\"[0.0000047211,3.66100022149,5884.9268465832]\\\\\\\",\\\\\\\"[8.5831e-7,1.27079125277,161000.6857376741]\\\\\\\",\\\\\\\"[5.7056e-7,2.01374292245,83996.84731811189]\\\\\\\",\\\\\\\"[5.5736e-7,5.2415979917,71430.69561812909]\\\\\\\",\\\\\\\"[0.00000174844,3.01193636733,18849.2275499742]\\\\\\\",\\\\\\\"[0.00000243181,4.2734953079,11790.6290886588]\\\\\\\"]\\\",\\\"[\\\\\\\"[0.00103018607,1.10748968172,6283.0758499914]\\\\\\\",\\\\\\\"[0.00001721238,1.06442300386,12566.1516999828]\\\\\\\"]\\\",\\\"[\\\\\\\"[0.00004359385,5.78455133808,6283.0758499914]\\\\\\\"]\\\"]\"]" @@ -5550,14 +5600,14 @@ "comment": "", "meta": { "range": [ - 19927, - 26198 + 19971, + 26242 ], "filename": "astronomy.js", "lineno": 414, "columnno": 4, "code": { - "id": "astnode100001596", + "id": "astnode100001604", "name": "Mars", "type": "ArrayExpression", "value": "[\"[\\\"[\\\\\\\"[6.20347711581,0,0]\\\\\\\",\\\\\\\"[0.18656368093,5.0503710027,3340.6124266998]\\\\\\\",\\\\\\\"[0.01108216816,5.40099836344,6681.2248533996]\\\\\\\",\\\\\\\"[0.00091798406,5.75478744667,10021.8372800994]\\\\\\\",\\\\\\\"[0.00027744987,5.97049513147,3.523118349]\\\\\\\",\\\\\\\"[0.00010610235,2.93958560338,2281.2304965106]\\\\\\\",\\\\\\\"[0.00012315897,0.84956094002,2810.9214616052]\\\\\\\",\\\\\\\"[0.00008926784,4.15697846427,0.0172536522]\\\\\\\",\\\\\\\"[0.00008715691,6.11005153139,13362.4497067992]\\\\\\\",\\\\\\\"[0.00006797556,0.36462229657,398.1490034082]\\\\\\\",\\\\\\\"[0.00007774872,3.33968761376,5621.8429232104]\\\\\\\",\\\\\\\"[0.00003575078,1.6618650571,2544.3144198834]\\\\\\\",\\\\\\\"[0.00004161108,0.22814971327,2942.4634232916]\\\\\\\",\\\\\\\"[0.00003075252,0.85696614132,191.4482661116]\\\\\\\",\\\\\\\"[0.00002628117,0.64806124465,3337.0893083508]\\\\\\\",\\\\\\\"[0.00002937546,6.07893711402,0.0673103028]\\\\\\\",\\\\\\\"[0.00002389414,5.03896442664,796.2980068164]\\\\\\\",\\\\\\\"[0.00002579844,0.02996736156,3344.1355450488]\\\\\\\",\\\\\\\"[0.00001528141,1.14979301996,6151.533888305]\\\\\\\",\\\\\\\"[0.00001798806,0.65634057445,529.6909650946]\\\\\\\",\\\\\\\"[0.00001264357,3.62275122593,5092.1519581158]\\\\\\\",\\\\\\\"[0.00001286228,3.06796065034,2146.1654164752]\\\\\\\",\\\\\\\"[0.00001546404,2.91579701718,1751.539531416]\\\\\\\",\\\\\\\"[0.00001024902,3.69334099279,8962.4553499102]\\\\\\\",\\\\\\\"[0.00000891566,0.18293837498,16703.062133499]\\\\\\\",\\\\\\\"[0.00000858759,2.4009381194,2914.0142358238]\\\\\\\",\\\\\\\"[0.00000832715,2.46418619474,3340.5951730476]\\\\\\\",\\\\\\\"[0.0000083272,4.49495782139,3340.629680352]\\\\\\\",\\\\\\\"[0.00000712902,3.66335473479,1059.3819301892]\\\\\\\",\\\\\\\"[0.00000748723,3.82248614017,155.4203994342]\\\\\\\",\\\\\\\"[0.00000723861,0.67497311481,3738.761430108]\\\\\\\",\\\\\\\"[0.00000635548,2.92182225127,8432.7643848156]\\\\\\\",\\\\\\\"[0.00000655162,0.48864064125,3127.3133312618]\\\\\\\",\\\\\\\"[0.00000550474,3.81001042328,0.9803210682]\\\\\\\",\\\\\\\"[0.0000055275,4.47479317037,1748.016413067]\\\\\\\",\\\\\\\"[0.00000425966,0.55364317304,6283.0758499914]\\\\\\\",\\\\\\\"[0.00000415131,0.49662285038,213.299095438]\\\\\\\",\\\\\\\"[0.00000472167,3.62547124025,1194.4470102246]\\\\\\\",\\\\\\\"[0.00000306551,0.38052848348,6684.7479717486]\\\\\\\",\\\\\\\"[0.00000312141,0.99853944405,6677.7017350506]\\\\\\\",\\\\\\\"[0.00000293198,4.22131299634,20.7753954924]\\\\\\\",\\\\\\\"[0.00000302375,4.48618007156,3532.0606928114]\\\\\\\",\\\\\\\"[0.00000274027,0.54222167059,3340.545116397]\\\\\\\",\\\\\\\"[0.00000281079,5.88163521788,1349.8674096588]\\\\\\\",\\\\\\\"[0.00000231183,1.28242156993,3870.3033917944]\\\\\\\",\\\\\\\"[0.00000283602,5.7688543494,3149.1641605882]\\\\\\\",\\\\\\\"[0.00000236117,5.75503217933,3333.498879699]\\\\\\\",\\\\\\\"[0.00000274033,0.13372524985,3340.6797370026]\\\\\\\",\\\\\\\"[0.00000299395,2.78323740866,6254.6266625236]\\\\\\\"]\\\",\\\"[\\\\\\\"[3340.61242700512,0,0]\\\\\\\",\\\\\\\"[0.01457554523,3.60433733236,3340.6124266998]\\\\\\\",\\\\\\\"[0.00168414711,3.92318567804,6681.2248533996]\\\\\\\",\\\\\\\"[0.00020622975,4.26108844583,10021.8372800994]\\\\\\\",\\\\\\\"[0.00003452392,4.7321039319,3.523118349]\\\\\\\",\\\\\\\"[0.00002586332,4.60670058555,13362.4497067992]\\\\\\\",\\\\\\\"[0.00000841535,4.45864030426,2281.2304965106]\\\\\\\"]\\\",\\\"[\\\\\\\"[0.00058152577,2.04961712429,3340.6124266998]\\\\\\\",\\\\\\\"[0.00013459579,2.45738706163,6681.2248533996]\\\\\\\"]\\\"]\",\"[\\\"[\\\\\\\"[0.03197134986,3.76832042431,3340.6124266998]\\\\\\\",\\\\\\\"[0.00298033234,4.10616996305,6681.2248533996]\\\\\\\",\\\\\\\"[0.00289104742,0,0]\\\\\\\",\\\\\\\"[0.00031365539,4.4465105309,10021.8372800994]\\\\\\\",\\\\\\\"[0.000034841,4.7881254926,13362.4497067992]\\\\\\\"]\\\",\\\"[\\\\\\\"[0.00217310991,6.04472194776,3340.6124266998]\\\\\\\",\\\\\\\"[0.00020976948,3.14159265359,0]\\\\\\\",\\\\\\\"[0.00012834709,1.60810667915,6681.2248533996]\\\\\\\"]\\\"]\",\"[\\\"[\\\\\\\"[1.53033488271,0,0]\\\\\\\",\\\\\\\"[0.1418495316,3.47971283528,3340.6124266998]\\\\\\\",\\\\\\\"[0.00660776362,3.81783443019,6681.2248533996]\\\\\\\",\\\\\\\"[0.00046179117,4.15595316782,10021.8372800994]\\\\\\\",\\\\\\\"[0.00008109733,5.55958416318,2810.9214616052]\\\\\\\",\\\\\\\"[0.00007485318,1.77239078402,5621.8429232104]\\\\\\\",\\\\\\\"[0.00005523191,1.3643630377,2281.2304965106]\\\\\\\",\\\\\\\"[0.0000382516,4.49407183687,13362.4497067992]\\\\\\\",\\\\\\\"[0.00002306537,0.09081579001,2544.3144198834]\\\\\\\",\\\\\\\"[0.00001999396,5.36059617709,3337.0893083508]\\\\\\\",\\\\\\\"[0.00002484394,4.9254563992,2942.4634232916]\\\\\\\",\\\\\\\"[0.00001960195,4.74249437639,3344.1355450488]\\\\\\\",\\\\\\\"[0.00001167119,2.11260868341,5092.1519581158]\\\\\\\",\\\\\\\"[0.00001102816,5.00908403998,398.1490034082]\\\\\\\",\\\\\\\"[0.00000899066,4.40791133207,529.6909650946]\\\\\\\",\\\\\\\"[0.00000992252,5.83861961952,6151.533888305]\\\\\\\",\\\\\\\"[0.00000807354,2.10217065501,1059.3819301892]\\\\\\\",\\\\\\\"[0.00000797915,3.44839203899,796.2980068164]\\\\\\\",\\\\\\\"[0.00000740975,1.49906336885,2146.1654164752]\\\\\\\"]\\\",\\\"[\\\\\\\"[0.01107433345,2.03250524857,3340.6124266998]\\\\\\\",\\\\\\\"[0.00103175887,2.37071847807,6681.2248533996]\\\\\\\",\\\\\\\"[0.000128772,0,0]\\\\\\\",\\\\\\\"[0.0001081588,2.70888095665,10021.8372800994]\\\\\\\"]\\\",\\\"[\\\\\\\"[0.00044242249,0.47930604954,3340.6124266998]\\\\\\\",\\\\\\\"[0.00008138042,0.86998389204,6681.2248533996]\\\\\\\"]\\\"]\"]" @@ -5574,14 +5624,14 @@ "comment": "", "meta": { "range": [ - 26204, - 31146 + 26248, + 31190 ], "filename": "astronomy.js", "lineno": 529, "columnno": 4, "code": { - "id": "astnode100001973", + "id": "astnode100001981", "name": "Jupiter", "type": "ArrayExpression", "value": "[\"[\\\"[\\\\\\\"[0.59954691494,0,0]\\\\\\\",\\\\\\\"[0.09695898719,5.06191793158,529.6909650946]\\\\\\\",\\\\\\\"[0.00573610142,1.44406205629,7.1135470008]\\\\\\\",\\\\\\\"[0.00306389205,5.41734730184,1059.3819301892]\\\\\\\",\\\\\\\"[0.00097178296,4.14264726552,632.7837393132]\\\\\\\",\\\\\\\"[0.00072903078,3.64042916389,522.5774180938]\\\\\\\",\\\\\\\"[0.00064263975,3.41145165351,103.0927742186]\\\\\\\",\\\\\\\"[0.00039806064,2.29376740788,419.4846438752]\\\\\\\",\\\\\\\"[0.00038857767,1.27231755835,316.3918696566]\\\\\\\",\\\\\\\"[0.00027964629,1.7845459182,536.8045120954]\\\\\\\",\\\\\\\"[0.0001358973,5.7748104079,1589.0728952838]\\\\\\\",\\\\\\\"[0.00008246349,3.5822792584,206.1855484372]\\\\\\\",\\\\\\\"[0.00008768704,3.63000308199,949.1756089698]\\\\\\\",\\\\\\\"[0.00007368042,5.0810119427,735.8765135318]\\\\\\\",\\\\\\\"[0.0000626315,0.02497628807,213.299095438]\\\\\\\",\\\\\\\"[0.00006114062,4.51319998626,1162.4747044078]\\\\\\\",\\\\\\\"[0.00004905396,1.32084470588,110.2063212194]\\\\\\\",\\\\\\\"[0.00005305285,1.30671216791,14.2270940016]\\\\\\\",\\\\\\\"[0.00005305441,4.18625634012,1052.2683831884]\\\\\\\",\\\\\\\"[0.00004647248,4.69958103684,3.9321532631]\\\\\\\",\\\\\\\"[0.00003045023,4.31676431084,426.598190876]\\\\\\\",\\\\\\\"[0.00002609999,1.56667394063,846.0828347512]\\\\\\\",\\\\\\\"[0.00002028191,1.06376530715,3.1813937377]\\\\\\\",\\\\\\\"[0.00001764763,2.14148655117,1066.49547719]\\\\\\\",\\\\\\\"[0.00001722972,3.88036268267,1265.5674786264]\\\\\\\",\\\\\\\"[0.00001920945,0.97168196472,639.897286314]\\\\\\\",\\\\\\\"[0.00001633223,3.58201833555,515.463871093]\\\\\\\",\\\\\\\"[0.00001431999,4.29685556046,625.6701923124]\\\\\\\",\\\\\\\"[0.00000973272,4.09764549134,95.9792272178]\\\\\\\"]\\\",\\\"[\\\\\\\"[529.69096508814,0,0]\\\\\\\",\\\\\\\"[0.00489503243,4.2208293947,529.6909650946]\\\\\\\",\\\\\\\"[0.00228917222,6.02646855621,7.1135470008]\\\\\\\",\\\\\\\"[0.00030099479,4.54540782858,1059.3819301892]\\\\\\\",\\\\\\\"[0.0002072092,5.45943156902,522.5774180938]\\\\\\\",\\\\\\\"[0.00012103653,0.16994816098,536.8045120954]\\\\\\\",\\\\\\\"[0.00006067987,4.42422292017,103.0927742186]\\\\\\\",\\\\\\\"[0.00005433968,3.98480737746,419.4846438752]\\\\\\\",\\\\\\\"[0.00004237744,5.89008707199,14.2270940016]\\\\\\\"]\\\",\\\"[\\\\\\\"[0.00047233601,4.32148536482,7.1135470008]\\\\\\\",\\\\\\\"[0.00030649436,2.929777887,529.6909650946]\\\\\\\",\\\\\\\"[0.00014837605,3.14159265359,0]\\\\\\\"]\\\"]\",\"[\\\"[\\\\\\\"[0.02268615702,3.55852606721,529.6909650946]\\\\\\\",\\\\\\\"[0.00109971634,3.90809347197,1059.3819301892]\\\\\\\",\\\\\\\"[0.00110090358,0,0]\\\\\\\",\\\\\\\"[0.00008101428,3.60509572885,522.5774180938]\\\\\\\",\\\\\\\"[0.00006043996,4.25883108339,1589.0728952838]\\\\\\\",\\\\\\\"[0.00006437782,0.30627119215,536.8045120954]\\\\\\\"]\\\",\\\"[\\\\\\\"[0.00078203446,1.52377859742,529.6909650946]\\\\\\\"]\\\"]\",\"[\\\"[\\\\\\\"[5.20887429326,0,0]\\\\\\\",\\\\\\\"[0.25209327119,3.49108639871,529.6909650946]\\\\\\\",\\\\\\\"[0.00610599976,3.84115365948,1059.3819301892]\\\\\\\",\\\\\\\"[0.00282029458,2.57419881293,632.7837393132]\\\\\\\",\\\\\\\"[0.00187647346,2.07590383214,522.5774180938]\\\\\\\",\\\\\\\"[0.00086792905,0.71001145545,419.4846438752]\\\\\\\",\\\\\\\"[0.00072062974,0.21465724607,536.8045120954]\\\\\\\",\\\\\\\"[0.00065517248,5.9799588479,316.3918696566]\\\\\\\",\\\\\\\"[0.00029134542,1.67759379655,103.0927742186]\\\\\\\",\\\\\\\"[0.00030135335,2.16132003734,949.1756089698]\\\\\\\",\\\\\\\"[0.00023453271,3.54023522184,735.8765135318]\\\\\\\",\\\\\\\"[0.00022283743,4.19362594399,1589.0728952838]\\\\\\\",\\\\\\\"[0.00023947298,0.2745803748,7.1135470008]\\\\\\\",\\\\\\\"[0.00013032614,2.96042965363,1162.4747044078]\\\\\\\",\\\\\\\"[0.0000970336,1.90669633585,206.1855484372]\\\\\\\",\\\\\\\"[0.00012749023,2.71550286592,1052.2683831884]\\\\\\\",\\\\\\\"[0.00007057931,2.18184839926,1265.5674786264]\\\\\\\",\\\\\\\"[0.00006137703,6.26418240033,846.0828347512]\\\\\\\",\\\\\\\"[0.00002616976,2.00994012876,1581.959348283]\\\\\\\"]\\\",\\\"[\\\\\\\"[0.0127180152,2.64937512894,529.6909650946]\\\\\\\",\\\\\\\"[0.00061661816,3.00076460387,1059.3819301892]\\\\\\\",\\\\\\\"[0.00053443713,3.89717383175,522.5774180938]\\\\\\\",\\\\\\\"[0.00031185171,4.88276958012,536.8045120954]\\\\\\\",\\\\\\\"[0.00041390269,0,0]\\\\\\\"]\\\"]\"]" @@ -5598,14 +5648,14 @@ "comment": "", "meta": { "range": [ - 31152, - 37333 + 31196, + 37377 ], "filename": "astronomy.js", "lineno": 623, "columnno": 4, "code": { - "id": "astnode100002273", + "id": "astnode100002281", "name": "Saturn", "type": "ArrayExpression", "value": "[\"[\\\"[\\\\\\\"[0.87401354025,0,0]\\\\\\\",\\\\\\\"[0.11107659762,3.96205090159,213.299095438]\\\\\\\",\\\\\\\"[0.01414150957,4.58581516874,7.1135470008]\\\\\\\",\\\\\\\"[0.00398379389,0.52112032699,206.1855484372]\\\\\\\",\\\\\\\"[0.00350769243,3.30329907896,426.598190876]\\\\\\\",\\\\\\\"[0.00206816305,0.24658372002,103.0927742186]\\\\\\\",\\\\\\\"[0.000792713,3.84007056878,220.4126424388]\\\\\\\",\\\\\\\"[0.00023990355,4.66976924553,110.2063212194]\\\\\\\",\\\\\\\"[0.00016573588,0.43719228296,419.4846438752]\\\\\\\",\\\\\\\"[0.00014906995,5.76903183869,316.3918696566]\\\\\\\",\\\\\\\"[0.0001582029,0.93809155235,632.7837393132]\\\\\\\",\\\\\\\"[0.00014609559,1.56518472,3.9321532631]\\\\\\\",\\\\\\\"[0.00013160301,4.44891291899,14.2270940016]\\\\\\\",\\\\\\\"[0.00015053543,2.71669915667,639.897286314]\\\\\\\",\\\\\\\"[0.00013005299,5.98119023644,11.0457002639]\\\\\\\",\\\\\\\"[0.00010725067,3.12939523827,202.2533951741]\\\\\\\",\\\\\\\"[0.00005863206,0.23656938524,529.6909650946]\\\\\\\",\\\\\\\"[0.00005227757,4.20783365759,3.1813937377]\\\\\\\",\\\\\\\"[0.00006126317,1.76328667907,277.0349937414]\\\\\\\",\\\\\\\"[0.00005019687,3.17787728405,433.7117378768]\\\\\\\",\\\\\\\"[0.0000459255,0.61977744975,199.0720014364]\\\\\\\",\\\\\\\"[0.00004005867,2.24479718502,63.7358983034]\\\\\\\",\\\\\\\"[0.00002953796,0.98280366998,95.9792272178]\\\\\\\",\\\\\\\"[0.0000387367,3.22283226966,138.5174968707]\\\\\\\",\\\\\\\"[0.00002461186,2.03163875071,735.8765135318]\\\\\\\",\\\\\\\"[0.00003269484,0.77492638211,949.1756089698]\\\\\\\",\\\\\\\"[0.00001758145,3.2658010994,522.5774180938]\\\\\\\",\\\\\\\"[0.00001640172,5.5050445305,846.0828347512]\\\\\\\",\\\\\\\"[0.00001391327,4.02333150505,323.5054166574]\\\\\\\",\\\\\\\"[0.00001580648,4.37265307169,309.2783226558]\\\\\\\",\\\\\\\"[0.00001123498,2.83726798446,415.5524906121]\\\\\\\",\\\\\\\"[0.00001017275,3.71700135395,227.5261894396]\\\\\\\",\\\\\\\"[0.00000848642,3.1915017083,209.3669421749]\\\\\\\"]\\\",\\\"[\\\\\\\"[213.2990952169,0,0]\\\\\\\",\\\\\\\"[0.01297370862,1.82834923978,213.299095438]\\\\\\\",\\\\\\\"[0.00564345393,2.88499717272,7.1135470008]\\\\\\\",\\\\\\\"[0.00093734369,1.06311793502,426.598190876]\\\\\\\",\\\\\\\"[0.00107674962,2.27769131009,206.1855484372]\\\\\\\",\\\\\\\"[0.00040244455,2.04108104671,220.4126424388]\\\\\\\",\\\\\\\"[0.00019941774,1.2795439047,103.0927742186]\\\\\\\",\\\\\\\"[0.00010511678,2.7488034213,14.2270940016]\\\\\\\",\\\\\\\"[0.00006416106,0.38238295041,639.897286314]\\\\\\\",\\\\\\\"[0.00004848994,2.43037610229,419.4846438752]\\\\\\\",\\\\\\\"[0.00004056892,2.92133209468,110.2063212194]\\\\\\\",\\\\\\\"[0.00003768635,3.6496533078,3.9321532631]\\\\\\\"]\\\",\\\"[\\\\\\\"[0.0011644133,1.17988132879,7.1135470008]\\\\\\\",\\\\\\\"[0.00091841837,0.0732519584,213.299095438]\\\\\\\",\\\\\\\"[0.00036661728,0,0]\\\\\\\",\\\\\\\"[0.00015274496,4.06493179167,206.1855484372]\\\\\\\"]\\\"]\",\"[\\\"[\\\\\\\"[0.04330678039,3.60284428399,213.299095438]\\\\\\\",\\\\\\\"[0.00240348302,2.85238489373,426.598190876]\\\\\\\",\\\\\\\"[0.00084745939,0,0]\\\\\\\",\\\\\\\"[0.00030863357,3.48441504555,220.4126424388]\\\\\\\",\\\\\\\"[0.00034116062,0.57297307557,206.1855484372]\\\\\\\",\\\\\\\"[0.0001473407,2.11846596715,639.897286314]\\\\\\\",\\\\\\\"[0.00009916667,5.79003188904,419.4846438752]\\\\\\\",\\\\\\\"[0.00006993564,4.7360468972,7.1135470008]\\\\\\\",\\\\\\\"[0.00004807588,5.43305312061,316.3918696566]\\\\\\\"]\\\",\\\"[\\\\\\\"[0.00198927992,4.93901017903,213.299095438]\\\\\\\",\\\\\\\"[0.00036947916,3.14159265359,0]\\\\\\\",\\\\\\\"[0.00017966989,0.5197943111,426.598190876]\\\\\\\"]\\\"]\",\"[\\\"[\\\\\\\"[9.55758135486,0,0]\\\\\\\",\\\\\\\"[0.52921382865,2.39226219573,213.299095438]\\\\\\\",\\\\\\\"[0.01873679867,5.2354960466,206.1855484372]\\\\\\\",\\\\\\\"[0.01464663929,1.64763042902,426.598190876]\\\\\\\",\\\\\\\"[0.00821891141,5.93520042303,316.3918696566]\\\\\\\",\\\\\\\"[0.00547506923,5.0153261898,103.0927742186]\\\\\\\",\\\\\\\"[0.0037168465,2.27114821115,220.4126424388]\\\\\\\",\\\\\\\"[0.00361778765,3.13904301847,7.1135470008]\\\\\\\",\\\\\\\"[0.00140617506,5.70406606781,632.7837393132]\\\\\\\",\\\\\\\"[0.00108974848,3.29313390175,110.2063212194]\\\\\\\",\\\\\\\"[0.00069006962,5.94099540992,419.4846438752]\\\\\\\",\\\\\\\"[0.00061053367,0.94037691801,639.897286314]\\\\\\\",\\\\\\\"[0.00048913294,1.55733638681,202.2533951741]\\\\\\\",\\\\\\\"[0.00034143772,0.19519102597,277.0349937414]\\\\\\\",\\\\\\\"[0.00032401773,5.47084567016,949.1756089698]\\\\\\\",\\\\\\\"[0.00020936596,0.46349251129,735.8765135318]\\\\\\\",\\\\\\\"[0.00009796004,5.20477537945,1265.5674786264]\\\\\\\",\\\\\\\"[0.00011993338,5.98050967385,846.0828347512]\\\\\\\",\\\\\\\"[0.000208393,1.52102476129,433.7117378768]\\\\\\\",\\\\\\\"[0.00015298404,3.0594381494,529.6909650946]\\\\\\\",\\\\\\\"[0.00006465823,0.17732249942,1052.2683831884]\\\\\\\",\\\\\\\"[0.00011380257,1.7310542704,522.5774180938]\\\\\\\",\\\\\\\"[0.00003419618,4.94550542171,1581.959348283]\\\\\\\"]\\\",\\\"[\\\\\\\"[0.0618298134,0.2584351148,213.299095438]\\\\\\\",\\\\\\\"[0.00506577242,0.71114625261,206.1855484372]\\\\\\\",\\\\\\\"[0.00341394029,5.79635741658,426.598190876]\\\\\\\",\\\\\\\"[0.00188491195,0.47215589652,220.4126424388]\\\\\\\",\\\\\\\"[0.00186261486,3.14159265359,0]\\\\\\\",\\\\\\\"[0.00143891146,1.40744822888,7.1135470008]\\\\\\\"]\\\",\\\"[\\\\\\\"[0.00436902572,4.78671677509,213.299095438]\\\\\\\"]\\\"]\"]" @@ -5622,14 +5672,14 @@ "comment": "", "meta": { "range": [ - 37339, - 42463 + 37383, + 42507 ], "filename": "astronomy.js", "lineno": 738, "columnno": 4, "code": { - "id": "astnode100002650", + "id": "astnode100002658", "name": "Uranus", "type": "ArrayExpression", "value": "[\"[\\\"[\\\\\\\"[5.48129294297,0,0]\\\\\\\",\\\\\\\"[0.09260408234,0.89106421507,74.7815985673]\\\\\\\",\\\\\\\"[0.01504247898,3.6271926092,1.4844727083]\\\\\\\",\\\\\\\"[0.00365981674,1.89962179044,73.297125859]\\\\\\\",\\\\\\\"[0.00272328168,3.35823706307,149.5631971346]\\\\\\\",\\\\\\\"[0.00070328461,5.39254450063,63.7358983034]\\\\\\\",\\\\\\\"[0.00068892678,6.09292483287,76.2660712756]\\\\\\\",\\\\\\\"[0.00061998615,2.26952066061,2.9689454166]\\\\\\\",\\\\\\\"[0.00061950719,2.85098872691,11.0457002639]\\\\\\\",\\\\\\\"[0.0002646877,3.14152083966,71.8126531507]\\\\\\\",\\\\\\\"[0.00025710476,6.11379840493,454.9093665273]\\\\\\\",\\\\\\\"[0.0002107885,4.36059339067,148.0787244263]\\\\\\\",\\\\\\\"[0.00017818647,1.74436930289,36.6485629295]\\\\\\\",\\\\\\\"[0.00014613507,4.73732166022,3.9321532631]\\\\\\\",\\\\\\\"[0.00011162509,5.8268179635,224.3447957019]\\\\\\\",\\\\\\\"[0.0001099791,0.48865004018,138.5174968707]\\\\\\\",\\\\\\\"[0.00009527478,2.95516862826,35.1640902212]\\\\\\\",\\\\\\\"[0.00007545601,5.236265824,109.9456887885]\\\\\\\",\\\\\\\"[0.00004220241,3.23328220918,70.8494453042]\\\\\\\",\\\\\\\"[0.000040519,2.277550173,151.0476698429]\\\\\\\",\\\\\\\"[0.00003354596,1.0654900738,4.4534181249]\\\\\\\",\\\\\\\"[0.00002926718,4.62903718891,9.5612275556]\\\\\\\",\\\\\\\"[0.0000349034,5.48306144511,146.594251718]\\\\\\\",\\\\\\\"[0.00003144069,4.75199570434,77.7505439839]\\\\\\\",\\\\\\\"[0.00002922333,5.35235361027,85.8272988312]\\\\\\\",\\\\\\\"[0.00002272788,4.36600400036,70.3281804424]\\\\\\\",\\\\\\\"[0.00002051219,1.51773566586,0.1118745846]\\\\\\\",\\\\\\\"[0.00002148602,0.60745949945,38.1330356378]\\\\\\\",\\\\\\\"[0.00001991643,4.92437588682,277.0349937414]\\\\\\\",\\\\\\\"[0.00001376226,2.04283539351,65.2203710117]\\\\\\\",\\\\\\\"[0.00001666902,3.62744066769,380.12776796]\\\\\\\",\\\\\\\"[0.00001284107,3.11347961505,202.2533951741]\\\\\\\",\\\\\\\"[0.00001150429,0.93343589092,3.1813937377]\\\\\\\",\\\\\\\"[0.00001533221,2.58594681212,52.6901980395]\\\\\\\",\\\\\\\"[0.00001281604,0.54271272721,222.8603229936]\\\\\\\",\\\\\\\"[0.00001372139,4.19641530878,111.4301614968]\\\\\\\",\\\\\\\"[0.00001221029,0.1990065003,108.4612160802]\\\\\\\",\\\\\\\"[0.00000946181,1.19253165736,127.4717966068]\\\\\\\",\\\\\\\"[0.00001150989,4.17898916639,33.6796175129]\\\\\\\"]\\\",\\\"[\\\\\\\"[74.7815986091,0,0]\\\\\\\",\\\\\\\"[0.00154332863,5.24158770553,74.7815985673]\\\\\\\",\\\\\\\"[0.00024456474,1.71260334156,1.4844727083]\\\\\\\",\\\\\\\"[0.00009258442,0.4282973235,11.0457002639]\\\\\\\",\\\\\\\"[0.00008265977,1.50218091379,63.7358983034]\\\\\\\",\\\\\\\"[0.0000915016,1.41213765216,149.5631971346]\\\\\\\"]\\\"]\",\"[\\\"[\\\\\\\"[0.01346277648,2.61877810547,74.7815985673]\\\\\\\",\\\\\\\"[0.000623414,5.08111189648,149.5631971346]\\\\\\\",\\\\\\\"[0.00061601196,3.14159265359,0]\\\\\\\",\\\\\\\"[0.00009963722,1.61603805646,76.2660712756]\\\\\\\",\\\\\\\"[0.0000992616,0.57630380333,73.297125859]\\\\\\\"]\\\",\\\"[\\\\\\\"[0.00034101978,0.01321929936,74.7815985673]\\\\\\\"]\\\"]\",\"[\\\"[\\\\\\\"[19.21264847206,0,0]\\\\\\\",\\\\\\\"[0.88784984413,5.60377527014,74.7815985673]\\\\\\\",\\\\\\\"[0.03440836062,0.32836099706,73.297125859]\\\\\\\",\\\\\\\"[0.0205565386,1.7829515933,149.5631971346]\\\\\\\",\\\\\\\"[0.0064932241,4.52247285911,76.2660712756]\\\\\\\",\\\\\\\"[0.00602247865,3.86003823674,63.7358983034]\\\\\\\",\\\\\\\"[0.00496404167,1.40139935333,454.9093665273]\\\\\\\",\\\\\\\"[0.00338525369,1.58002770318,138.5174968707]\\\\\\\",\\\\\\\"[0.00243509114,1.57086606044,71.8126531507]\\\\\\\",\\\\\\\"[0.00190522303,1.99809394714,1.4844727083]\\\\\\\",\\\\\\\"[0.00161858838,2.79137786799,148.0787244263]\\\\\\\",\\\\\\\"[0.00143706183,1.38368544947,11.0457002639]\\\\\\\",\\\\\\\"[0.00093192405,0.17437220467,36.6485629295]\\\\\\\",\\\\\\\"[0.00071424548,4.24509236074,224.3447957019]\\\\\\\",\\\\\\\"[0.00089806014,3.66105364565,109.9456887885]\\\\\\\",\\\\\\\"[0.00039009723,1.66971401684,70.8494453042]\\\\\\\",\\\\\\\"[0.00046677296,1.39976401694,35.1640902212]\\\\\\\",\\\\\\\"[0.00039025624,3.36234773834,277.0349937414]\\\\\\\",\\\\\\\"[0.00036755274,3.88649278513,146.594251718]\\\\\\\",\\\\\\\"[0.00030348723,0.70100838798,151.0476698429]\\\\\\\",\\\\\\\"[0.00029156413,3.180563367,77.7505439839]\\\\\\\",\\\\\\\"[0.00022637073,0.72518687029,529.6909650946]\\\\\\\",\\\\\\\"[0.00011959076,1.7504339214,984.6003316219]\\\\\\\",\\\\\\\"[0.00025620756,5.25656086672,380.12776796]\\\\\\\"]\\\",\\\"[\\\\\\\"[0.01479896629,3.67205697578,74.7815985673]\\\\\\\"]\\\"]\"]" @@ -5646,14 +5696,14 @@ "comment": "", "meta": { "range": [ - 42469, - 44577 + 42513, + 44621 ], "filename": "astronomy.js", "lineno": 834, "columnno": 4, "code": { - "id": "astnode100002965", + "id": "astnode100002973", "name": "Neptune", "type": "ArrayExpression", "value": "[\"[\\\"[\\\\\\\"[5.31188633046,0,0]\\\\\\\",\\\\\\\"[0.0179847553,2.9010127389,38.1330356378]\\\\\\\",\\\\\\\"[0.01019727652,0.48580922867,1.4844727083]\\\\\\\",\\\\\\\"[0.00124531845,4.83008090676,36.6485629295]\\\\\\\",\\\\\\\"[0.00042064466,5.41054993053,2.9689454166]\\\\\\\",\\\\\\\"[0.00037714584,6.09221808686,35.1640902212]\\\\\\\",\\\\\\\"[0.00033784738,1.24488874087,76.2660712756]\\\\\\\",\\\\\\\"[0.00016482741,0.00007727998,491.5579294568]\\\\\\\",\\\\\\\"[0.00009198584,4.93747051954,39.6175083461]\\\\\\\",\\\\\\\"[0.0000899425,0.27462171806,175.1660598002]\\\\\\\"]\\\",\\\"[\\\\\\\"[38.13303563957,0,0]\\\\\\\",\\\\\\\"[0.00016604172,4.86323329249,1.4844727083]\\\\\\\",\\\\\\\"[0.00015744045,2.27887427527,38.1330356378]\\\\\\\"]\\\"]\",\"[\\\"[\\\\\\\"[0.03088622933,1.44104372644,38.1330356378]\\\\\\\",\\\\\\\"[0.00027780087,5.91271884599,76.2660712756]\\\\\\\",\\\\\\\"[0.00027623609,0,0]\\\\\\\",\\\\\\\"[0.00015355489,2.52123799551,36.6485629295]\\\\\\\",\\\\\\\"[0.00015448133,3.50877079215,39.6175083461]\\\\\\\"]\\\"]\",\"[\\\"[\\\\\\\"[30.07013205828,0,0]\\\\\\\",\\\\\\\"[0.27062259632,1.32999459377,38.1330356378]\\\\\\\",\\\\\\\"[0.01691764014,3.25186135653,36.6485629295]\\\\\\\",\\\\\\\"[0.00807830553,5.18592878704,1.4844727083]\\\\\\\",\\\\\\\"[0.0053776051,4.52113935896,35.1640902212]\\\\\\\",\\\\\\\"[0.00495725141,1.5710564165,491.5579294568]\\\\\\\",\\\\\\\"[0.00274571975,1.84552258866,175.1660598002]\\\\\\\",\\\\\\\"[0.0001201232,1.92059384991,1021.2488945514]\\\\\\\",\\\\\\\"[0.00121801746,5.79754470298,76.2660712756]\\\\\\\",\\\\\\\"[0.00100896068,0.3770272493,73.297125859]\\\\\\\",\\\\\\\"[0.00135134092,3.37220609835,39.6175083461]\\\\\\\",\\\\\\\"[0.00007571796,1.07149207335,388.4651552382]\\\\\\\"]\\\"]\"]" @@ -5670,14 +5720,14 @@ "comment": "", "meta": { "range": [ - 44581, - 47966 + 44625, + 48010 ], "filename": "astronomy.js", "lineno": 881, "columnno": 0, "code": { - "id": "astnode100003094", + "id": "astnode100003102", "name": "DeltaT_EspenakMeeus", "type": "FunctionDeclaration", "paramnames": [ @@ -5706,14 +5756,14 @@ "comment": "", "meta": { "range": [ - 44624, - 44625 + 44668, + 44669 ], "filename": "astronomy.js", "lineno": 882, "columnno": 8, "code": { - "id": "astnode100003099", + "id": "astnode100003107", "name": "u" } }, @@ -5729,14 +5779,14 @@ "comment": "", "meta": { "range": [ - 44627, - 44629 + 44671, + 44673 ], "filename": "astronomy.js", "lineno": 882, "columnno": 11, "code": { - "id": "astnode100003101", + "id": "astnode100003109", "name": "u2" } }, @@ -5752,14 +5802,14 @@ "comment": "", "meta": { "range": [ - 44631, - 44633 + 44675, + 44677 ], "filename": "astronomy.js", "lineno": 882, "columnno": 15, "code": { - "id": "astnode100003103", + "id": "astnode100003111", "name": "u3" } }, @@ -5775,14 +5825,14 @@ "comment": "", "meta": { "range": [ - 44635, - 44637 + 44679, + 44681 ], "filename": "astronomy.js", "lineno": 882, "columnno": 19, "code": { - "id": "astnode100003105", + "id": "astnode100003113", "name": "u4" } }, @@ -5798,14 +5848,14 @@ "comment": "", "meta": { "range": [ - 44639, - 44641 + 44683, + 44685 ], "filename": "astronomy.js", "lineno": 882, "columnno": 23, "code": { - "id": "astnode100003107", + "id": "astnode100003115", "name": "u5" } }, @@ -5821,14 +5871,14 @@ "comment": "", "meta": { "range": [ - 44643, - 44645 + 44687, + 44689 ], "filename": "astronomy.js", "lineno": 882, "columnno": 27, "code": { - "id": "astnode100003109", + "id": "astnode100003117", "name": "u6" } }, @@ -5844,14 +5894,14 @@ "comment": "", "meta": { "range": [ - 44647, - 44649 + 44691, + 44693 ], "filename": "astronomy.js", "lineno": 882, "columnno": 31, "code": { - "id": "astnode100003111", + "id": "astnode100003119", "name": "u7" } }, @@ -5867,14 +5917,14 @@ "comment": "", "meta": { "range": [ - 45160, - 45207 + 45204, + 45251 ], "filename": "astronomy.js", "lineno": 895, "columnno": 10, "code": { - "id": "astnode100003114", + "id": "astnode100003122", "name": "y", "type": "BinaryExpression", "value": "" @@ -5892,14 +5942,14 @@ "comment": "", "meta": { "range": [ - 45237, - 45257 + 45281, + 45301 ], "filename": "astronomy.js", "lineno": 897, "columnno": 8, "code": { - "id": "astnode100003130", + "id": "astnode100003138", "name": "u", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -5918,14 +5968,14 @@ "comment": "", "meta": { "range": [ - 45327, - 45338 + 45371, + 45382 ], "filename": "astronomy.js", "lineno": 901, "columnno": 8, "code": { - "id": "astnode100003152", + "id": "astnode100003160", "name": "u", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -5944,14 +5994,14 @@ "comment": "", "meta": { "range": [ - 45348, - 45358 + 45392, + 45402 ], "filename": "astronomy.js", "lineno": 902, "columnno": 8, "code": { - "id": "astnode100003158", + "id": "astnode100003166", "name": "u2", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -5970,14 +6020,14 @@ "comment": "", "meta": { "range": [ - 45368, - 45379 + 45412, + 45423 ], "filename": "astronomy.js", "lineno": 903, "columnno": 8, "code": { - "id": "astnode100003164", + "id": "astnode100003172", "name": "u3", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -5992,58 +6042,6 @@ "memberof": "DeltaT_EspenakMeeus", "scope": "inner" }, - { - "comment": "", - "meta": { - "range": [ - 45389, - 45401 - ], - "filename": "astronomy.js", - "lineno": 904, - "columnno": 8, - "code": { - "id": "astnode100003170", - "name": "u4", - "type": "BinaryExpression", - "funcscope": "DeltaT_EspenakMeeus", - "value": "", - "paramnames": [] - } - }, - "undocumented": true, - "name": "u4", - "longname": "DeltaT_EspenakMeeus~u4", - "kind": "member", - "memberof": "DeltaT_EspenakMeeus", - "scope": "inner" - }, - { - "comment": "", - "meta": { - "range": [ - 45411, - 45423 - ], - "filename": "astronomy.js", - "lineno": 905, - "columnno": 8, - "code": { - "id": "astnode100003176", - "name": "u5", - "type": "BinaryExpression", - "funcscope": "DeltaT_EspenakMeeus", - "value": "", - "paramnames": [] - } - }, - "undocumented": true, - "name": "u5", - "longname": "DeltaT_EspenakMeeus~u5", - "kind": "member", - "memberof": "DeltaT_EspenakMeeus", - "scope": "inner" - }, { "comment": "", "meta": { @@ -6052,114 +6050,10 @@ 45445 ], "filename": "astronomy.js", - "lineno": 906, + "lineno": 904, "columnno": 8, "code": { - "id": "astnode100003182", - "name": "u6", - "type": "BinaryExpression", - "funcscope": "DeltaT_EspenakMeeus", - "value": "", - "paramnames": [] - } - }, - "undocumented": true, - "name": "u6", - "longname": "DeltaT_EspenakMeeus~u6", - "kind": "member", - "memberof": "DeltaT_EspenakMeeus", - "scope": "inner" - }, - { - "comment": "", - "meta": { - "range": [ - 45607, - 45627 - ], - "filename": "astronomy.js", - "lineno": 910, - "columnno": 8, - "code": { - "id": "astnode100003219", - "name": "u", - "type": "BinaryExpression", - "funcscope": "DeltaT_EspenakMeeus", - "value": "", - "paramnames": [] - } - }, - "undocumented": true, - "name": "u", - "longname": "DeltaT_EspenakMeeus~u", - "kind": "member", - "memberof": "DeltaT_EspenakMeeus", - "scope": "inner" - }, - { - "comment": "", - "meta": { - "range": [ - 45637, - 45647 - ], - "filename": "astronomy.js", - "lineno": 911, - "columnno": 8, - "code": { - "id": "astnode100003227", - "name": "u2", - "type": "BinaryExpression", - "funcscope": "DeltaT_EspenakMeeus", - "value": "", - "paramnames": [] - } - }, - "undocumented": true, - "name": "u2", - "longname": "DeltaT_EspenakMeeus~u2", - "kind": "member", - "memberof": "DeltaT_EspenakMeeus", - "scope": "inner" - }, - { - "comment": "", - "meta": { - "range": [ - 45657, - 45668 - ], - "filename": "astronomy.js", - "lineno": 912, - "columnno": 8, - "code": { - "id": "astnode100003233", - "name": "u3", - "type": "BinaryExpression", - "funcscope": "DeltaT_EspenakMeeus", - "value": "", - "paramnames": [] - } - }, - "undocumented": true, - "name": "u3", - "longname": "DeltaT_EspenakMeeus~u3", - "kind": "member", - "memberof": "DeltaT_EspenakMeeus", - "scope": "inner" - }, - { - "comment": "", - "meta": { - "range": [ - 45678, - 45690 - ], - "filename": "astronomy.js", - "lineno": 913, - "columnno": 8, - "code": { - "id": "astnode100003239", + "id": "astnode100003178", "name": "u4", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -6178,14 +6072,14 @@ "comment": "", "meta": { "range": [ - 45700, - 45712 + 45455, + 45467 ], "filename": "astronomy.js", - "lineno": 914, + "lineno": 905, "columnno": 8, "code": { - "id": "astnode100003245", + "id": "astnode100003184", "name": "u5", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -6200,6 +6094,110 @@ "memberof": "DeltaT_EspenakMeeus", "scope": "inner" }, + { + "comment": "", + "meta": { + "range": [ + 45477, + 45489 + ], + "filename": "astronomy.js", + "lineno": 906, + "columnno": 8, + "code": { + "id": "astnode100003190", + "name": "u6", + "type": "BinaryExpression", + "funcscope": "DeltaT_EspenakMeeus", + "value": "", + "paramnames": [] + } + }, + "undocumented": true, + "name": "u6", + "longname": "DeltaT_EspenakMeeus~u6", + "kind": "member", + "memberof": "DeltaT_EspenakMeeus", + "scope": "inner" + }, + { + "comment": "", + "meta": { + "range": [ + 45651, + 45671 + ], + "filename": "astronomy.js", + "lineno": 910, + "columnno": 8, + "code": { + "id": "astnode100003227", + "name": "u", + "type": "BinaryExpression", + "funcscope": "DeltaT_EspenakMeeus", + "value": "", + "paramnames": [] + } + }, + "undocumented": true, + "name": "u", + "longname": "DeltaT_EspenakMeeus~u", + "kind": "member", + "memberof": "DeltaT_EspenakMeeus", + "scope": "inner" + }, + { + "comment": "", + "meta": { + "range": [ + 45681, + 45691 + ], + "filename": "astronomy.js", + "lineno": 911, + "columnno": 8, + "code": { + "id": "astnode100003235", + "name": "u2", + "type": "BinaryExpression", + "funcscope": "DeltaT_EspenakMeeus", + "value": "", + "paramnames": [] + } + }, + "undocumented": true, + "name": "u2", + "longname": "DeltaT_EspenakMeeus~u2", + "kind": "member", + "memberof": "DeltaT_EspenakMeeus", + "scope": "inner" + }, + { + "comment": "", + "meta": { + "range": [ + 45701, + 45712 + ], + "filename": "astronomy.js", + "lineno": 912, + "columnno": 8, + "code": { + "id": "astnode100003241", + "name": "u3", + "type": "BinaryExpression", + "funcscope": "DeltaT_EspenakMeeus", + "value": "", + "paramnames": [] + } + }, + "undocumented": true, + "name": "u3", + "longname": "DeltaT_EspenakMeeus~u3", + "kind": "member", + "memberof": "DeltaT_EspenakMeeus", + "scope": "inner" + }, { "comment": "", "meta": { @@ -6208,192 +6206,10 @@ 45734 ], "filename": "astronomy.js", - "lineno": 915, + "lineno": 913, "columnno": 8, "code": { - "id": "astnode100003251", - "name": "u6", - "type": "BinaryExpression", - "funcscope": "DeltaT_EspenakMeeus", - "value": "", - "paramnames": [] - } - }, - "undocumented": true, - "name": "u6", - "longname": "DeltaT_EspenakMeeus~u6", - "kind": "member", - "memberof": "DeltaT_EspenakMeeus", - "scope": "inner" - }, - { - "comment": "", - "meta": { - "range": [ - 45894, - 45906 - ], - "filename": "astronomy.js", - "lineno": 919, - "columnno": 8, - "code": { - "id": "astnode100003288", - "name": "u", - "type": "BinaryExpression", - "funcscope": "DeltaT_EspenakMeeus", - "value": "", - "paramnames": [] - } - }, - "undocumented": true, - "name": "u", - "longname": "DeltaT_EspenakMeeus~u", - "kind": "member", - "memberof": "DeltaT_EspenakMeeus", - "scope": "inner" - }, - { - "comment": "", - "meta": { - "range": [ - 45916, - 45926 - ], - "filename": "astronomy.js", - "lineno": 920, - "columnno": 8, - "code": { - "id": "astnode100003294", - "name": "u2", - "type": "BinaryExpression", - "funcscope": "DeltaT_EspenakMeeus", - "value": "", - "paramnames": [] - } - }, - "undocumented": true, - "name": "u2", - "longname": "DeltaT_EspenakMeeus~u2", - "kind": "member", - "memberof": "DeltaT_EspenakMeeus", - "scope": "inner" - }, - { - "comment": "", - "meta": { - "range": [ - 45936, - 45947 - ], - "filename": "astronomy.js", - "lineno": 921, - "columnno": 8, - "code": { - "id": "astnode100003300", - "name": "u3", - "type": "BinaryExpression", - "funcscope": "DeltaT_EspenakMeeus", - "value": "", - "paramnames": [] - } - }, - "undocumented": true, - "name": "u3", - "longname": "DeltaT_EspenakMeeus~u3", - "kind": "member", - "memberof": "DeltaT_EspenakMeeus", - "scope": "inner" - }, - { - "comment": "", - "meta": { - "range": [ - 46045, - 46057 - ], - "filename": "astronomy.js", - "lineno": 925, - "columnno": 8, - "code": { - "id": "astnode100003325", - "name": "u", - "type": "BinaryExpression", - "funcscope": "DeltaT_EspenakMeeus", - "value": "", - "paramnames": [] - } - }, - "undocumented": true, - "name": "u", - "longname": "DeltaT_EspenakMeeus~u", - "kind": "member", - "memberof": "DeltaT_EspenakMeeus", - "scope": "inner" - }, - { - "comment": "", - "meta": { - "range": [ - 46067, - 46077 - ], - "filename": "astronomy.js", - "lineno": 926, - "columnno": 8, - "code": { - "id": "astnode100003331", - "name": "u2", - "type": "BinaryExpression", - "funcscope": "DeltaT_EspenakMeeus", - "value": "", - "paramnames": [] - } - }, - "undocumented": true, - "name": "u2", - "longname": "DeltaT_EspenakMeeus~u2", - "kind": "member", - "memberof": "DeltaT_EspenakMeeus", - "scope": "inner" - }, - { - "comment": "", - "meta": { - "range": [ - 46087, - 46098 - ], - "filename": "astronomy.js", - "lineno": 927, - "columnno": 8, - "code": { - "id": "astnode100003337", - "name": "u3", - "type": "BinaryExpression", - "funcscope": "DeltaT_EspenakMeeus", - "value": "", - "paramnames": [] - } - }, - "undocumented": true, - "name": "u3", - "longname": "DeltaT_EspenakMeeus~u3", - "kind": "member", - "memberof": "DeltaT_EspenakMeeus", - "scope": "inner" - }, - { - "comment": "", - "meta": { - "range": [ - 46108, - 46120 - ], - "filename": "astronomy.js", - "lineno": 928, - "columnno": 8, - "code": { - "id": "astnode100003343", + "id": "astnode100003247", "name": "u4", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -6412,118 +6228,14 @@ "comment": "", "meta": { "range": [ - 46240, - 46252 + 45744, + 45756 ], "filename": "astronomy.js", - "lineno": 932, + "lineno": 914, "columnno": 8, "code": { - "id": "astnode100003372", - "name": "u", - "type": "BinaryExpression", - "funcscope": "DeltaT_EspenakMeeus", - "value": "", - "paramnames": [] - } - }, - "undocumented": true, - "name": "u", - "longname": "DeltaT_EspenakMeeus~u", - "kind": "member", - "memberof": "DeltaT_EspenakMeeus", - "scope": "inner" - }, - { - "comment": "", - "meta": { - "range": [ - 46262, - 46272 - ], - "filename": "astronomy.js", - "lineno": 933, - "columnno": 8, - "code": { - "id": "astnode100003378", - "name": "u2", - "type": "BinaryExpression", - "funcscope": "DeltaT_EspenakMeeus", - "value": "", - "paramnames": [] - } - }, - "undocumented": true, - "name": "u2", - "longname": "DeltaT_EspenakMeeus~u2", - "kind": "member", - "memberof": "DeltaT_EspenakMeeus", - "scope": "inner" - }, - { - "comment": "", - "meta": { - "range": [ - 46282, - 46293 - ], - "filename": "astronomy.js", - "lineno": 934, - "columnno": 8, - "code": { - "id": "astnode100003384", - "name": "u3", - "type": "BinaryExpression", - "funcscope": "DeltaT_EspenakMeeus", - "value": "", - "paramnames": [] - } - }, - "undocumented": true, - "name": "u3", - "longname": "DeltaT_EspenakMeeus~u3", - "kind": "member", - "memberof": "DeltaT_EspenakMeeus", - "scope": "inner" - }, - { - "comment": "", - "meta": { - "range": [ - 46303, - 46315 - ], - "filename": "astronomy.js", - "lineno": 935, - "columnno": 8, - "code": { - "id": "astnode100003390", - "name": "u4", - "type": "BinaryExpression", - "funcscope": "DeltaT_EspenakMeeus", - "value": "", - "paramnames": [] - } - }, - "undocumented": true, - "name": "u4", - "longname": "DeltaT_EspenakMeeus~u4", - "kind": "member", - "memberof": "DeltaT_EspenakMeeus", - "scope": "inner" - }, - { - "comment": "", - "meta": { - "range": [ - 46325, - 46337 - ], - "filename": "astronomy.js", - "lineno": 936, - "columnno": 8, - "code": { - "id": "astnode100003396", + "id": "astnode100003253", "name": "u5", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -6542,14 +6254,14 @@ "comment": "", "meta": { "range": [ - 46347, - 46359 + 45766, + 45778 ], "filename": "astronomy.js", - "lineno": 937, + "lineno": 915, "columnno": 8, "code": { - "id": "astnode100003402", + "id": "astnode100003259", "name": "u6", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -6564,6 +6276,292 @@ "memberof": "DeltaT_EspenakMeeus", "scope": "inner" }, + { + "comment": "", + "meta": { + "range": [ + 45938, + 45950 + ], + "filename": "astronomy.js", + "lineno": 919, + "columnno": 8, + "code": { + "id": "astnode100003296", + "name": "u", + "type": "BinaryExpression", + "funcscope": "DeltaT_EspenakMeeus", + "value": "", + "paramnames": [] + } + }, + "undocumented": true, + "name": "u", + "longname": "DeltaT_EspenakMeeus~u", + "kind": "member", + "memberof": "DeltaT_EspenakMeeus", + "scope": "inner" + }, + { + "comment": "", + "meta": { + "range": [ + 45960, + 45970 + ], + "filename": "astronomy.js", + "lineno": 920, + "columnno": 8, + "code": { + "id": "astnode100003302", + "name": "u2", + "type": "BinaryExpression", + "funcscope": "DeltaT_EspenakMeeus", + "value": "", + "paramnames": [] + } + }, + "undocumented": true, + "name": "u2", + "longname": "DeltaT_EspenakMeeus~u2", + "kind": "member", + "memberof": "DeltaT_EspenakMeeus", + "scope": "inner" + }, + { + "comment": "", + "meta": { + "range": [ + 45980, + 45991 + ], + "filename": "astronomy.js", + "lineno": 921, + "columnno": 8, + "code": { + "id": "astnode100003308", + "name": "u3", + "type": "BinaryExpression", + "funcscope": "DeltaT_EspenakMeeus", + "value": "", + "paramnames": [] + } + }, + "undocumented": true, + "name": "u3", + "longname": "DeltaT_EspenakMeeus~u3", + "kind": "member", + "memberof": "DeltaT_EspenakMeeus", + "scope": "inner" + }, + { + "comment": "", + "meta": { + "range": [ + 46089, + 46101 + ], + "filename": "astronomy.js", + "lineno": 925, + "columnno": 8, + "code": { + "id": "astnode100003333", + "name": "u", + "type": "BinaryExpression", + "funcscope": "DeltaT_EspenakMeeus", + "value": "", + "paramnames": [] + } + }, + "undocumented": true, + "name": "u", + "longname": "DeltaT_EspenakMeeus~u", + "kind": "member", + "memberof": "DeltaT_EspenakMeeus", + "scope": "inner" + }, + { + "comment": "", + "meta": { + "range": [ + 46111, + 46121 + ], + "filename": "astronomy.js", + "lineno": 926, + "columnno": 8, + "code": { + "id": "astnode100003339", + "name": "u2", + "type": "BinaryExpression", + "funcscope": "DeltaT_EspenakMeeus", + "value": "", + "paramnames": [] + } + }, + "undocumented": true, + "name": "u2", + "longname": "DeltaT_EspenakMeeus~u2", + "kind": "member", + "memberof": "DeltaT_EspenakMeeus", + "scope": "inner" + }, + { + "comment": "", + "meta": { + "range": [ + 46131, + 46142 + ], + "filename": "astronomy.js", + "lineno": 927, + "columnno": 8, + "code": { + "id": "astnode100003345", + "name": "u3", + "type": "BinaryExpression", + "funcscope": "DeltaT_EspenakMeeus", + "value": "", + "paramnames": [] + } + }, + "undocumented": true, + "name": "u3", + "longname": "DeltaT_EspenakMeeus~u3", + "kind": "member", + "memberof": "DeltaT_EspenakMeeus", + "scope": "inner" + }, + { + "comment": "", + "meta": { + "range": [ + 46152, + 46164 + ], + "filename": "astronomy.js", + "lineno": 928, + "columnno": 8, + "code": { + "id": "astnode100003351", + "name": "u4", + "type": "BinaryExpression", + "funcscope": "DeltaT_EspenakMeeus", + "value": "", + "paramnames": [] + } + }, + "undocumented": true, + "name": "u4", + "longname": "DeltaT_EspenakMeeus~u4", + "kind": "member", + "memberof": "DeltaT_EspenakMeeus", + "scope": "inner" + }, + { + "comment": "", + "meta": { + "range": [ + 46284, + 46296 + ], + "filename": "astronomy.js", + "lineno": 932, + "columnno": 8, + "code": { + "id": "astnode100003380", + "name": "u", + "type": "BinaryExpression", + "funcscope": "DeltaT_EspenakMeeus", + "value": "", + "paramnames": [] + } + }, + "undocumented": true, + "name": "u", + "longname": "DeltaT_EspenakMeeus~u", + "kind": "member", + "memberof": "DeltaT_EspenakMeeus", + "scope": "inner" + }, + { + "comment": "", + "meta": { + "range": [ + 46306, + 46316 + ], + "filename": "astronomy.js", + "lineno": 933, + "columnno": 8, + "code": { + "id": "astnode100003386", + "name": "u2", + "type": "BinaryExpression", + "funcscope": "DeltaT_EspenakMeeus", + "value": "", + "paramnames": [] + } + }, + "undocumented": true, + "name": "u2", + "longname": "DeltaT_EspenakMeeus~u2", + "kind": "member", + "memberof": "DeltaT_EspenakMeeus", + "scope": "inner" + }, + { + "comment": "", + "meta": { + "range": [ + 46326, + 46337 + ], + "filename": "astronomy.js", + "lineno": 934, + "columnno": 8, + "code": { + "id": "astnode100003392", + "name": "u3", + "type": "BinaryExpression", + "funcscope": "DeltaT_EspenakMeeus", + "value": "", + "paramnames": [] + } + }, + "undocumented": true, + "name": "u3", + "longname": "DeltaT_EspenakMeeus~u3", + "kind": "member", + "memberof": "DeltaT_EspenakMeeus", + "scope": "inner" + }, + { + "comment": "", + "meta": { + "range": [ + 46347, + 46359 + ], + "filename": "astronomy.js", + "lineno": 935, + "columnno": 8, + "code": { + "id": "astnode100003398", + "name": "u4", + "type": "BinaryExpression", + "funcscope": "DeltaT_EspenakMeeus", + "value": "", + "paramnames": [] + } + }, + "undocumented": true, + "name": "u4", + "longname": "DeltaT_EspenakMeeus~u4", + "kind": "member", + "memberof": "DeltaT_EspenakMeeus", + "scope": "inner" + }, { "comment": "", "meta": { @@ -6572,10 +6570,62 @@ 46381 ], "filename": "astronomy.js", + "lineno": 936, + "columnno": 8, + "code": { + "id": "astnode100003404", + "name": "u5", + "type": "BinaryExpression", + "funcscope": "DeltaT_EspenakMeeus", + "value": "", + "paramnames": [] + } + }, + "undocumented": true, + "name": "u5", + "longname": "DeltaT_EspenakMeeus~u5", + "kind": "member", + "memberof": "DeltaT_EspenakMeeus", + "scope": "inner" + }, + { + "comment": "", + "meta": { + "range": [ + 46391, + 46403 + ], + "filename": "astronomy.js", + "lineno": 937, + "columnno": 8, + "code": { + "id": "astnode100003410", + "name": "u6", + "type": "BinaryExpression", + "funcscope": "DeltaT_EspenakMeeus", + "value": "", + "paramnames": [] + } + }, + "undocumented": true, + "name": "u6", + "longname": "DeltaT_EspenakMeeus~u6", + "kind": "member", + "memberof": "DeltaT_EspenakMeeus", + "scope": "inner" + }, + { + "comment": "", + "meta": { + "range": [ + 46413, + 46425 + ], + "filename": "astronomy.js", "lineno": 938, "columnno": 8, "code": { - "id": "astnode100003408", + "id": "astnode100003416", "name": "u7", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -6594,14 +6644,14 @@ "comment": "", "meta": { "range": [ - 46568, - 46580 + 46612, + 46624 ], "filename": "astronomy.js", "lineno": 942, "columnno": 8, "code": { - "id": "astnode100003449", + "id": "astnode100003457", "name": "u", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -6620,14 +6670,14 @@ "comment": "", "meta": { "range": [ - 46590, - 46600 + 46634, + 46644 ], "filename": "astronomy.js", "lineno": 943, "columnno": 8, "code": { - "id": "astnode100003455", + "id": "astnode100003463", "name": "u2", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -6646,14 +6696,14 @@ "comment": "", "meta": { "range": [ - 46610, - 46621 + 46654, + 46665 ], "filename": "astronomy.js", "lineno": 944, "columnno": 8, "code": { - "id": "astnode100003461", + "id": "astnode100003469", "name": "u3", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -6672,14 +6722,14 @@ "comment": "", "meta": { "range": [ - 46631, - 46643 + 46675, + 46687 ], "filename": "astronomy.js", "lineno": 945, "columnno": 8, "code": { - "id": "astnode100003467", + "id": "astnode100003475", "name": "u4", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -6698,14 +6748,14 @@ "comment": "", "meta": { "range": [ - 46653, - 46665 + 46697, + 46709 ], "filename": "astronomy.js", "lineno": 946, "columnno": 8, "code": { - "id": "astnode100003473", + "id": "astnode100003481", "name": "u5", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -6724,14 +6774,14 @@ "comment": "", "meta": { "range": [ - 46803, - 46815 + 46847, + 46859 ], "filename": "astronomy.js", "lineno": 950, "columnno": 8, "code": { - "id": "astnode100003506", + "id": "astnode100003514", "name": "u", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -6750,14 +6800,14 @@ "comment": "", "meta": { "range": [ - 46825, - 46835 + 46869, + 46879 ], "filename": "astronomy.js", "lineno": 951, "columnno": 8, "code": { - "id": "astnode100003512", + "id": "astnode100003520", "name": "u2", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -6776,14 +6826,14 @@ "comment": "", "meta": { "range": [ - 46845, - 46856 + 46889, + 46900 ], "filename": "astronomy.js", "lineno": 952, "columnno": 8, "code": { - "id": "astnode100003518", + "id": "astnode100003526", "name": "u3", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -6802,14 +6852,14 @@ "comment": "", "meta": { "range": [ - 46866, - 46878 + 46910, + 46922 ], "filename": "astronomy.js", "lineno": 953, "columnno": 8, "code": { - "id": "astnode100003524", + "id": "astnode100003532", "name": "u4", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -6828,14 +6878,14 @@ "comment": "", "meta": { "range": [ - 47001, - 47013 + 47045, + 47057 ], "filename": "astronomy.js", "lineno": 957, "columnno": 8, "code": { - "id": "astnode100003554", + "id": "astnode100003562", "name": "u", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -6854,14 +6904,14 @@ "comment": "", "meta": { "range": [ - 47023, - 47033 + 47067, + 47077 ], "filename": "astronomy.js", "lineno": 958, "columnno": 8, "code": { - "id": "astnode100003560", + "id": "astnode100003568", "name": "u2", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -6880,14 +6930,14 @@ "comment": "", "meta": { "range": [ - 47043, - 47054 + 47087, + 47098 ], "filename": "astronomy.js", "lineno": 959, "columnno": 8, "code": { - "id": "astnode100003566", + "id": "astnode100003574", "name": "u3", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -6906,14 +6956,14 @@ "comment": "", "meta": { "range": [ - 47159, - 47171 + 47203, + 47215 ], "filename": "astronomy.js", "lineno": 963, "columnno": 8, "code": { - "id": "astnode100003591", + "id": "astnode100003599", "name": "u", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -6932,14 +6982,14 @@ "comment": "", "meta": { "range": [ - 47181, - 47191 + 47225, + 47235 ], "filename": "astronomy.js", "lineno": 964, "columnno": 8, "code": { - "id": "astnode100003597", + "id": "astnode100003605", "name": "u2", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -6958,14 +7008,14 @@ "comment": "", "meta": { "range": [ - 47201, - 47212 + 47245, + 47256 ], "filename": "astronomy.js", "lineno": 965, "columnno": 8, "code": { - "id": "astnode100003603", + "id": "astnode100003611", "name": "u3", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -6984,14 +7034,14 @@ "comment": "", "meta": { "range": [ - 47305, - 47317 + 47349, + 47361 ], "filename": "astronomy.js", "lineno": 969, "columnno": 8, "code": { - "id": "astnode100003628", + "id": "astnode100003636", "name": "u", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -7010,14 +7060,14 @@ "comment": "", "meta": { "range": [ - 47327, - 47337 + 47371, + 47381 ], "filename": "astronomy.js", "lineno": 970, "columnno": 8, "code": { - "id": "astnode100003634", + "id": "astnode100003642", "name": "u2", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -7036,14 +7086,14 @@ "comment": "", "meta": { "range": [ - 47347, - 47358 + 47391, + 47402 ], "filename": "astronomy.js", "lineno": 971, "columnno": 8, "code": { - "id": "astnode100003640", + "id": "astnode100003648", "name": "u3", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -7062,14 +7112,14 @@ "comment": "", "meta": { "range": [ - 47450, - 47462 + 47494, + 47506 ], "filename": "astronomy.js", "lineno": 975, "columnno": 8, "code": { - "id": "astnode100003665", + "id": "astnode100003673", "name": "u", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -7088,14 +7138,14 @@ "comment": "", "meta": { "range": [ - 47472, - 47482 + 47516, + 47526 ], "filename": "astronomy.js", "lineno": 976, "columnno": 8, "code": { - "id": "astnode100003671", + "id": "astnode100003679", "name": "u2", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -7114,14 +7164,14 @@ "comment": "", "meta": { "range": [ - 47492, - 47503 + 47536, + 47547 ], "filename": "astronomy.js", "lineno": 977, "columnno": 8, "code": { - "id": "astnode100003677", + "id": "astnode100003685", "name": "u3", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -7140,14 +7190,14 @@ "comment": "", "meta": { "range": [ - 47513, - 47525 + 47557, + 47569 ], "filename": "astronomy.js", "lineno": 978, "columnno": 8, "code": { - "id": "astnode100003683", + "id": "astnode100003691", "name": "u4", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -7166,14 +7216,14 @@ "comment": "", "meta": { "range": [ - 47535, - 47547 + 47579, + 47591 ], "filename": "astronomy.js", "lineno": 979, "columnno": 8, "code": { - "id": "astnode100003689", + "id": "astnode100003697", "name": "u5", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -7192,14 +7242,14 @@ "comment": "", "meta": { "range": [ - 47691, - 47703 + 47735, + 47747 ], "filename": "astronomy.js", "lineno": 983, "columnno": 8, "code": { - "id": "astnode100003722", + "id": "astnode100003730", "name": "u", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -7218,14 +7268,14 @@ "comment": "", "meta": { "range": [ - 47794, - 47814 + 47838, + 47858 ], "filename": "astronomy.js", "lineno": 987, "columnno": 8, "code": { - "id": "astnode100003745", + "id": "astnode100003753", "name": "u", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -7244,14 +7294,14 @@ "comment": "", "meta": { "range": [ - 47912, - 47932 + 47956, + 47976 ], "filename": "astronomy.js", "lineno": 991, "columnno": 4, "code": { - "id": "astnode100003768", + "id": "astnode100003776", "name": "u", "type": "BinaryExpression", "funcscope": "DeltaT_EspenakMeeus", @@ -7270,14 +7320,14 @@ "comment": "", "meta": { "range": [ - 47967, - 48016 + 48011, + 48060 ], "filename": "astronomy.js", "lineno": 994, "columnno": 0, "code": { - "id": "astnode100003785", + "id": "astnode100003793", "name": "exports.DeltaT_EspenakMeeus", "type": "Identifier", "value": "DeltaT_EspenakMeeus", @@ -7294,14 +7344,14 @@ "comment": "", "meta": { "range": [ - 48018, - 48130 + 48062, + 48174 ], "filename": "astronomy.js", "lineno": 995, "columnno": 0, "code": { - "id": "astnode100003790", + "id": "astnode100003798", "name": "DeltaT_JplHorizons", "type": "FunctionDeclaration", "paramnames": [ @@ -7320,14 +7370,14 @@ "comment": "", "meta": { "range": [ - 48131, - 48178 + 48175, + 48222 ], "filename": "astronomy.js", "lineno": 998, "columnno": 0, "code": { - "id": "astnode100003806", + "id": "astnode100003814", "name": "exports.DeltaT_JplHorizons", "type": "Identifier", "value": "DeltaT_JplHorizons", @@ -7344,14 +7394,14 @@ "comment": "", "meta": { "range": [ - 48184, - 48212 + 48228, + 48256 ], "filename": "astronomy.js", "lineno": 999, "columnno": 4, "code": { - "id": "astnode100003812", + "id": "astnode100003820", "name": "DeltaT", "type": "Identifier", "value": "DeltaT_EspenakMeeus" @@ -7368,14 +7418,14 @@ "comment": "", "meta": { "range": [ - 48214, - 48269 + 48258, + 48313 ], "filename": "astronomy.js", "lineno": 1000, "columnno": 0, "code": { - "id": "astnode100003815", + "id": "astnode100003823", "name": "SetDeltaTFunction", "type": "FunctionDeclaration", "paramnames": [ @@ -7397,14 +7447,14 @@ "comment": "", "meta": { "range": [ - 48253, - 48266 + 48297, + 48310 ], "filename": "astronomy.js", "lineno": 1001, "columnno": 4, "code": { - "id": "astnode100003820", + "id": "astnode100003828", "name": "DeltaT", "type": "Identifier", "funcscope": "SetDeltaTFunction", @@ -7423,14 +7473,14 @@ "comment": "", "meta": { "range": [ - 48270, - 48315 + 48314, + 48359 ], "filename": "astronomy.js", "lineno": 1003, "columnno": 0, "code": { - "id": "astnode100003824", + "id": "astnode100003832", "name": "exports.SetDeltaTFunction", "type": "Identifier", "value": "SetDeltaTFunction", @@ -7447,14 +7497,14 @@ "comment": "/**\n * @ignore\n *\n * @brief Calculates Terrestrial Time (TT) from Universal Time (UT).\n *\n * @param {number} ut\n * The Universal Time expressed as a floating point number of days since the 2000.0 epoch.\n *\n * @returns {number}\n * A Terrestrial Time expressed as a floating point number of days since the 2000.0 epoch.\n */", "meta": { "range": [ - 48649, - 48717 + 48693, + 48761 ], "filename": "astronomy.js", "lineno": 1015, "columnno": 0, "code": { - "id": "astnode100003829", + "id": "astnode100003837", "name": "TerrestrialTime", "type": "FunctionDeclaration", "paramnames": [ @@ -7501,14 +7551,14 @@ "comment": "/**\n * @brief The date and time of an astronomical observation.\n *\n * Objects of type `AstroTime` are used throughout the internals\n * of the Astronomy library, and are included in certain return objects.\n * Use the constructor or the {@link MakeTime} function to create an `AstroTime` object.\n *\n * @property {Date} date\n * The JavaScript Date object for the given date and time.\n * This Date corresponds to the numeric day value stored in the `ut` property.\n *\n * @property {number} ut\n * Universal Time (UT1/UTC) in fractional days since the J2000 epoch.\n * Universal Time represents time measured with respect to the Earth's rotation,\n * tracking mean solar days.\n * The Astronomy library approximates UT1 and UTC as being the same thing.\n * This gives sufficient accuracy for the precision requirements of this project.\n *\n * @property {number} tt\n * Terrestrial Time in fractional days since the J2000 epoch.\n * TT represents a continuously flowing ephemeris timescale independent of\n * any variations of the Earth's rotation, and is adjusted from UT\n * using a best-fit piecewise polynomial model devised by\n * [Espenak and Meeus](https://eclipse.gsfc.nasa.gov/SEhelp/deltatpoly2004.html).\n */", "meta": { "range": [ - 49979, - 53511 + 50023, + 53555 ], "filename": "astronomy.js", "lineno": 1043, "columnno": 0, "code": { - "id": "astnode100003841", + "id": "astnode100003849", "name": "AstroTime", "type": "ClassDeclaration", "paramnames": [ @@ -7563,14 +7613,14 @@ "comment": "/**\n * @param {FlexibleDateTime} date\n * A JavaScript Date object, a numeric UTC value expressed in J2000 days, or another AstroTime object.\n */", "meta": { "range": [ - 50167, - 51038 + 50211, + 51082 ], "filename": "astronomy.js", "lineno": 1048, "columnno": 4, "code": { - "id": "astnode100003844", + "id": "astnode100003852", "name": "AstroTime", "type": "MethodDefinition", "paramnames": [ @@ -7602,14 +7652,14 @@ "comment": "/**\n * @brief The date and time of an astronomical observation.\n *\n * Objects of type `AstroTime` are used throughout the internals\n * of the Astronomy library, and are included in certain return objects.\n * Use the constructor or the {@link MakeTime} function to create an `AstroTime` object.\n *\n * @property {Date} date\n * The JavaScript Date object for the given date and time.\n * This Date corresponds to the numeric day value stored in the `ut` property.\n *\n * @property {number} ut\n * Universal Time (UT1/UTC) in fractional days since the J2000 epoch.\n * Universal Time represents time measured with respect to the Earth's rotation,\n * tracking mean solar days.\n * The Astronomy library approximates UT1 and UTC as being the same thing.\n * This gives sufficient accuracy for the precision requirements of this project.\n *\n * @property {number} tt\n * Terrestrial Time in fractional days since the J2000 epoch.\n * TT represents a continuously flowing ephemeris timescale independent of\n * any variations of the Earth's rotation, and is adjusted from UT\n * using a best-fit piecewise polynomial model devised by\n * [Espenak and Meeus](https://eclipse.gsfc.nasa.gov/SEhelp/deltatpoly2004.html).\n */", "meta": { "range": [ - 49979, - 53511 + 50023, + 53555 ], "filename": "astronomy.js", "lineno": 1043, "columnno": 0, "code": { - "id": "astnode100003841", + "id": "astnode100003849", "name": "AstroTime", "type": "ClassDeclaration", "paramnames": [ @@ -7674,14 +7724,14 @@ "comment": "", "meta": { "range": [ - 50301, - 50322 + 50345, + 50366 ], "filename": "astronomy.js", "lineno": 1051, "columnno": 12, "code": { - "id": "astnode100003855", + "id": "astnode100003863", "name": "this.date", "type": "MemberExpression", "value": "date.date", @@ -7699,14 +7749,14 @@ "comment": "", "meta": { "range": [ - 50336, - 50353 + 50380, + 50397 ], "filename": "astronomy.js", "lineno": 1052, "columnno": 12, "code": { - "id": "astnode100003863", + "id": "astnode100003871", "name": "this.ut", "type": "MemberExpression", "value": "date.ut", @@ -7724,14 +7774,14 @@ "comment": "", "meta": { "range": [ - 50367, - 50384 + 50411, + 50428 ], "filename": "astronomy.js", "lineno": 1053, "columnno": 12, "code": { - "id": "astnode100003871", + "id": "astnode100003879", "name": "this.tt", "type": "MemberExpression", "value": "date.tt", @@ -7749,14 +7799,14 @@ "comment": "", "meta": { "range": [ - 50430, - 50461 + 50474, + 50505 ], "filename": "astronomy.js", "lineno": 1056, "columnno": 14, "code": { - "id": "astnode100003880", + "id": "astnode100003888", "name": "MillisPerDay", "type": "BinaryExpression", "value": "" @@ -7774,14 +7824,14 @@ "comment": "", "meta": { "range": [ - 50548, - 50564 + 50592, + 50608 ], "filename": "astronomy.js", "lineno": 1058, "columnno": 12, "code": { - "id": "astnode100003902", + "id": "astnode100003910", "name": "this.date", "type": "Identifier", "value": "date", @@ -7799,14 +7849,14 @@ "comment": "", "meta": { "range": [ - 50578, - 50637 + 50622, + 50681 ], "filename": "astronomy.js", "lineno": 1059, "columnno": 12, "code": { - "id": "astnode100003908", + "id": "astnode100003916", "name": "this.ut", "type": "BinaryExpression", "value": "", @@ -7824,14 +7874,14 @@ "comment": "", "meta": { "range": [ - 50651, - 50685 + 50695, + 50729 ], "filename": "astronomy.js", "lineno": 1060, "columnno": 12, "code": { - "id": "astnode100003924", + "id": "astnode100003932", "name": "this.tt", "type": "CallExpression", "value": "", @@ -7849,14 +7899,14 @@ "comment": "", "meta": { "range": [ - 50766, - 50825 + 50810, + 50869 ], "filename": "astronomy.js", "lineno": 1064, "columnno": 12, "code": { - "id": "astnode100003942", + "id": "astnode100003950", "name": "this.date", "type": "NewExpression", "value": "", @@ -7874,14 +7924,14 @@ "comment": "", "meta": { "range": [ - 50839, - 50853 + 50883, + 50897 ], "filename": "astronomy.js", "lineno": 1065, "columnno": 12, "code": { - "id": "astnode100003957", + "id": "astnode100003965", "name": "this.ut", "type": "Identifier", "value": "date", @@ -7899,14 +7949,14 @@ "comment": "", "meta": { "range": [ - 50867, - 50901 + 50911, + 50945 ], "filename": "astronomy.js", "lineno": 1066, "columnno": 12, "code": { - "id": "astnode100003963", + "id": "astnode100003971", "name": "this.tt", "type": "CallExpression", "value": "", @@ -7924,14 +7974,14 @@ "comment": "/**\n * @brief Creates an `AstroTime` value from a Terrestrial Time (TT) day value.\n *\n * This function can be used in rare cases where a time must be based\n * on Terrestrial Time (TT) rather than Universal Time (UT).\n * Most developers will want to invoke `new AstroTime(ut)` with a universal time\n * instead of this function, because usually time is based on civil time adjusted\n * by leap seconds to match the Earth's rotation, rather than the uniformly\n * flowing TT used to calculate solar system dynamics. In rare cases\n * where the caller already knows TT, this function is provided to create\n * an `AstroTime` value that can be passed to Astronomy Engine functions.\n *\n * @param {number} tt\n * The number of days since the J2000 epoch as expressed in Terrestrial Time.\n *\n * @returns {AstroTime}\n * An `AstroTime` object for the specified terrestrial time.\n */", "meta": { "range": [ - 51993, - 52244 + 52037, + 52288 ], "filename": "astronomy.js", "lineno": 1089, "columnno": 4, "code": { - "id": "astnode100003975", + "id": "astnode100003983", "name": "AstroTime.FromTerrestrialTime", "type": "MethodDefinition", "paramnames": [ @@ -7981,14 +8031,14 @@ "comment": "", "meta": { "range": [ - 52038, - 52062 + 52082, + 52106 ], "filename": "astronomy.js", "lineno": 1090, "columnno": 12, "code": { - "id": "astnode100003981", + "id": "astnode100003989", "name": "time", "type": "NewExpression", "value": "" @@ -8006,14 +8056,14 @@ "comment": "", "meta": { "range": [ - 52101, - 52119 + 52145, + 52163 ], "filename": "astronomy.js", "lineno": 1092, "columnno": 18, "code": { - "id": "astnode100003989", + "id": "astnode100003997", "name": "err", "type": "BinaryExpression", "value": "" @@ -8031,14 +8081,14 @@ "comment": "", "meta": { "range": [ - 52203, - 52227 + 52247, + 52271 ], "filename": "astronomy.js", "lineno": 1095, "columnno": 12, "code": { - "id": "astnode100004007", + "id": "astnode100004015", "name": "time", "type": "CallExpression", "funcscope": "", @@ -8057,14 +8107,14 @@ "comment": "/**\n * Formats an `AstroTime` object as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)\n * date/time string in UTC, to millisecond resolution.\n * Example: `2018-08-17T17:22:04.050Z`\n * @returns {string}\n */", "meta": { "range": [ - 52486, - 52544 + 52530, + 52588 ], "filename": "astronomy.js", "lineno": 1104, "columnno": 4, "code": { - "id": "astnode100004014", + "id": "astnode100004022", "name": "AstroTime#toString", "type": "MethodDefinition", "paramnames": [] @@ -8094,14 +8144,14 @@ "comment": "/**\n * Returns a new `AstroTime` object adjusted by the floating point number of days.\n * Does NOT modify the original `AstroTime` object.\n *\n * @param {number} days\n * The floating point number of days by which to adjust the given date and time.\n * Positive values adjust the date toward the future, and\n * negative values adjust the date toward the past.\n *\n * @returns {AstroTime}\n */", "meta": { "range": [ - 52996, - 53509 + 53040, + 53553 ], "filename": "astronomy.js", "lineno": 1118, "columnno": 4, "code": { - "id": "astnode100004025", + "id": "astnode100004033", "name": "AstroTime#AddDays", "type": "MethodDefinition", "paramnames": [ @@ -8143,14 +8193,14 @@ "comment": "", "meta": { "range": [ - 53512, - 53541 + 53556, + 53585 ], "filename": "astronomy.js", "lineno": 1129, "columnno": 0, "code": { - "id": "astnode100004039", + "id": "astnode100004047", "name": "exports.AstroTime", "type": "Identifier", "value": "AstroTime", @@ -8167,14 +8217,14 @@ "comment": "", "meta": { "range": [ - 53543, - 53666 + 53587, + 53710 ], "filename": "astronomy.js", "lineno": 1130, "columnno": 0, "code": { - "id": "astnode100004044", + "id": "astnode100004052", "name": "InterpolateTime", "type": "FunctionDeclaration", "paramnames": [ @@ -8223,14 +8273,14 @@ "comment": "/**\n * @brief Converts multiple date/time formats to `AstroTime` format.\n *\n * Given a Date object or a number days since noon (12:00) on January 1, 2000 (UTC),\n * this function creates an {@link AstroTime} object.\n *\n * Given an {@link AstroTime} object, returns the same object unmodified.\n * Use of this function is not required for any of the other exposed functions in this library,\n * because they all guarantee converting date/time parameters to `AstroTime`\n * as needed. However, it may be convenient for callers who need to understand\n * the difference between UTC and TT (Terrestrial Time). In some use cases,\n * converting once to `AstroTime` format and passing the result into multiple\n * function calls may be more efficient than passing in native JavaScript Date objects.\n *\n * @param {FlexibleDateTime} date\n * A Date object, a number of UTC days since the J2000 epoch (noon on January 1, 2000),\n * or an AstroTime object. See remarks above.\n *\n * @returns {AstroTime}\n */", "meta": { "range": [ - 55325, - 55448 + 55369, + 55492 ], "filename": "astronomy.js", "lineno": 1167, "columnno": 0, "code": { - "id": "astnode100004066", + "id": "astnode100004074", "name": "MakeTime", "type": "FunctionDeclaration", "paramnames": [ @@ -8275,14 +8325,14 @@ "comment": "", "meta": { "range": [ - 55449, - 55476 + 55493, + 55520 ], "filename": "astronomy.js", "lineno": 1173, "columnno": 0, "code": { - "id": "astnode100004082", + "id": "astnode100004090", "name": "exports.MakeTime", "type": "Identifier", "value": "MakeTime", @@ -8299,14 +8349,14 @@ "comment": "", "meta": { "range": [ - 55484, - 59746 + 55528, + 59790 ], "filename": "astronomy.js", "lineno": 1174, "columnno": 6, "code": { - "id": "astnode100004088", + "id": "astnode100004096", "name": "iaudata", "type": "ArrayExpression", "value": "[\"[\\\"[0,0,0,0,1]\\\",\\\"[-172064161,-174666,33386,92052331,9086,15377]\\\"]\",\"[\\\"[0,0,2,-2,2]\\\",\\\"[-13170906,-1675,-13696,5730336,-3015,-4587]\\\"]\",\"[\\\"[0,0,2,0,2]\\\",\\\"[-2276413,-234,2796,978459,-485,1374]\\\"]\",\"[\\\"[0,0,0,0,2]\\\",\\\"[2074554,207,-698,-897492,470,-291]\\\"]\",\"[\\\"[0,1,0,0,0]\\\",\\\"[1475877,-3633,11817,73871,-184,-1924]\\\"]\",\"[\\\"[0,1,2,-2,2]\\\",\\\"[-516821,1226,-524,224386,-677,-174]\\\"]\",\"[\\\"[1,0,0,0,0]\\\",\\\"[711159,73,-872,-6750,0,358]\\\"]\",\"[\\\"[0,0,2,0,1]\\\",\\\"[-387298,-367,380,200728,18,318]\\\"]\",\"[\\\"[1,0,2,0,2]\\\",\\\"[-301461,-36,816,129025,-63,367]\\\"]\",\"[\\\"[0,-1,2,-2,2]\\\",\\\"[215829,-494,111,-95929,299,132]\\\"]\",\"[\\\"[0,0,2,-2,1]\\\",\\\"[128227,137,181,-68982,-9,39]\\\"]\",\"[\\\"[-1,0,2,0,2]\\\",\\\"[123457,11,19,-53311,32,-4]\\\"]\",\"[\\\"[-1,0,0,2,0]\\\",\\\"[156994,10,-168,-1235,0,82]\\\"]\",\"[\\\"[1,0,0,0,1]\\\",\\\"[63110,63,27,-33228,0,-9]\\\"]\",\"[\\\"[-1,0,0,0,1]\\\",\\\"[-57976,-63,-189,31429,0,-75]\\\"]\",\"[\\\"[-1,0,2,2,2]\\\",\\\"[-59641,-11,149,25543,-11,66]\\\"]\",\"[\\\"[1,0,2,0,1]\\\",\\\"[-51613,-42,129,26366,0,78]\\\"]\",\"[\\\"[-2,0,2,0,1]\\\",\\\"[45893,50,31,-24236,-10,20]\\\"]\",\"[\\\"[0,0,0,2,0]\\\",\\\"[63384,11,-150,-1220,0,29]\\\"]\",\"[\\\"[0,0,2,2,2]\\\",\\\"[-38571,-1,158,16452,-11,68]\\\"]\",\"[\\\"[0,-2,2,-2,2]\\\",\\\"[32481,0,0,-13870,0,0]\\\"]\",\"[\\\"[-2,0,0,2,0]\\\",\\\"[-47722,0,-18,477,0,-25]\\\"]\",\"[\\\"[2,0,2,0,2]\\\",\\\"[-31046,-1,131,13238,-11,59]\\\"]\",\"[\\\"[1,0,2,-2,2]\\\",\\\"[28593,0,-1,-12338,10,-3]\\\"]\",\"[\\\"[-1,0,2,0,1]\\\",\\\"[20441,21,10,-10758,0,-3]\\\"]\",\"[\\\"[2,0,0,0,0]\\\",\\\"[29243,0,-74,-609,0,13]\\\"]\",\"[\\\"[0,0,2,0,0]\\\",\\\"[25887,0,-66,-550,0,11]\\\"]\",\"[\\\"[0,1,0,0,1]\\\",\\\"[-14053,-25,79,8551,-2,-45]\\\"]\",\"[\\\"[-1,0,0,2,1]\\\",\\\"[15164,10,11,-8001,0,-1]\\\"]\",\"[\\\"[0,2,2,-2,2]\\\",\\\"[-15794,72,-16,6850,-42,-5]\\\"]\",\"[\\\"[0,0,-2,2,0]\\\",\\\"[21783,0,13,-167,0,13]\\\"]\",\"[\\\"[1,0,0,-2,1]\\\",\\\"[-12873,-10,-37,6953,0,-14]\\\"]\",\"[\\\"[0,-1,0,0,1]\\\",\\\"[-12654,11,63,6415,0,26]\\\"]\",\"[\\\"[-1,0,2,2,1]\\\",\\\"[-10204,0,25,5222,0,15]\\\"]\",\"[\\\"[0,2,0,0,0]\\\",\\\"[16707,-85,-10,168,-1,10]\\\"]\",\"[\\\"[1,0,2,2,2]\\\",\\\"[-7691,0,44,3268,0,19]\\\"]\",\"[\\\"[-2,0,2,0,0]\\\",\\\"[-11024,0,-14,104,0,2]\\\"]\",\"[\\\"[0,1,2,0,2]\\\",\\\"[7566,-21,-11,-3250,0,-5]\\\"]\",\"[\\\"[0,0,2,2,1]\\\",\\\"[-6637,-11,25,3353,0,14]\\\"]\",\"[\\\"[0,-1,2,0,2]\\\",\\\"[-7141,21,8,3070,0,4]\\\"]\",\"[\\\"[0,0,0,2,1]\\\",\\\"[-6302,-11,2,3272,0,4]\\\"]\",\"[\\\"[1,0,2,-2,1]\\\",\\\"[5800,10,2,-3045,0,-1]\\\"]\",\"[\\\"[2,0,2,-2,2]\\\",\\\"[6443,0,-7,-2768,0,-4]\\\"]\",\"[\\\"[-2,0,0,2,1]\\\",\\\"[-5774,-11,-15,3041,0,-5]\\\"]\",\"[\\\"[2,0,2,0,1]\\\",\\\"[-5350,0,21,2695,0,12]\\\"]\",\"[\\\"[0,-1,2,-2,1]\\\",\\\"[-4752,-11,-3,2719,0,-3]\\\"]\",\"[\\\"[0,0,0,-2,1]\\\",\\\"[-4940,-11,-21,2720,0,-9]\\\"]\",\"[\\\"[-1,-1,0,2,0]\\\",\\\"[7350,0,-8,-51,0,4]\\\"]\",\"[\\\"[2,0,0,-2,1]\\\",\\\"[4065,0,6,-2206,0,1]\\\"]\",\"[\\\"[1,0,0,2,0]\\\",\\\"[6579,0,-24,-199,0,2]\\\"]\",\"[\\\"[0,1,2,-2,1]\\\",\\\"[3579,0,5,-1900,0,1]\\\"]\",\"[\\\"[1,-1,0,0,0]\\\",\\\"[4725,0,-6,-41,0,3]\\\"]\",\"[\\\"[-2,0,2,0,2]\\\",\\\"[-3075,0,-2,1313,0,-1]\\\"]\",\"[\\\"[3,0,2,0,2]\\\",\\\"[-2904,0,15,1233,0,7]\\\"]\",\"[\\\"[0,-1,0,2,0]\\\",\\\"[4348,0,-10,-81,0,2]\\\"]\",\"[\\\"[1,-1,2,0,2]\\\",\\\"[-2878,0,8,1232,0,4]\\\"]\",\"[\\\"[0,0,0,1,0]\\\",\\\"[-4230,0,5,-20,0,-2]\\\"]\",\"[\\\"[-1,-1,2,2,2]\\\",\\\"[-2819,0,7,1207,0,3]\\\"]\",\"[\\\"[-1,0,2,0,0]\\\",\\\"[-4056,0,5,40,0,-2]\\\"]\",\"[\\\"[0,-1,2,2,2]\\\",\\\"[-2647,0,11,1129,0,5]\\\"]\",\"[\\\"[-2,0,0,0,1]\\\",\\\"[-2294,0,-10,1266,0,-4]\\\"]\",\"[\\\"[1,1,2,0,2]\\\",\\\"[2481,0,-7,-1062,0,-3]\\\"]\",\"[\\\"[2,0,0,0,1]\\\",\\\"[2179,0,-2,-1129,0,-2]\\\"]\",\"[\\\"[-1,1,0,1,0]\\\",\\\"[3276,0,1,-9,0,0]\\\"]\",\"[\\\"[1,1,0,0,0]\\\",\\\"[-3389,0,5,35,0,-2]\\\"]\",\"[\\\"[1,0,2,0,0]\\\",\\\"[3339,0,-13,-107,0,1]\\\"]\",\"[\\\"[-1,0,2,-2,1]\\\",\\\"[-1987,0,-6,1073,0,-2]\\\"]\",\"[\\\"[1,0,0,0,2]\\\",\\\"[-1981,0,0,854,0,0]\\\"]\",\"[\\\"[-1,0,0,1,0]\\\",\\\"[4026,0,-353,-553,0,-139]\\\"]\",\"[\\\"[0,0,2,1,2]\\\",\\\"[1660,0,-5,-710,0,-2]\\\"]\",\"[\\\"[-1,0,2,4,2]\\\",\\\"[-1521,0,9,647,0,4]\\\"]\",\"[\\\"[-1,1,0,1,1]\\\",\\\"[1314,0,0,-700,0,0]\\\"]\",\"[\\\"[0,-2,2,-2,1]\\\",\\\"[-1283,0,0,672,0,0]\\\"]\",\"[\\\"[1,0,2,2,1]\\\",\\\"[-1331,0,8,663,0,4]\\\"]\",\"[\\\"[-2,0,2,2,2]\\\",\\\"[1383,0,-2,-594,0,-2]\\\"]\",\"[\\\"[-1,0,0,0,2]\\\",\\\"[1405,0,4,-610,0,2]\\\"]\",\"[\\\"[1,1,2,-2,2]\\\",\\\"[1290,0,0,-556,0,0]\\\"]\"]" @@ -8323,14 +8373,14 @@ "comment": "", "meta": { "range": [ - 59748, - 60693 + 59792, + 60737 ], "filename": "astronomy.js", "lineno": 1253, "columnno": 0, "code": { - "id": "astnode100005396", + "id": "astnode100005404", "name": "iau2000b", "type": "FunctionDeclaration", "paramnames": [ @@ -8366,14 +8416,14 @@ "comment": "", "meta": { "range": [ - 59782, - 59783 + 59826, + 59827 ], "filename": "astronomy.js", "lineno": 1254, "columnno": 8, "code": { - "id": "astnode100005401", + "id": "astnode100005409", "name": "i" } }, @@ -8389,14 +8439,14 @@ "comment": "", "meta": { "range": [ - 59785, - 59786 + 59829, + 59830 ], "filename": "astronomy.js", "lineno": 1254, "columnno": 11, "code": { - "id": "astnode100005403", + "id": "astnode100005411", "name": "t" } }, @@ -8412,14 +8462,14 @@ "comment": "", "meta": { "range": [ - 59788, - 59790 + 59832, + 59834 ], "filename": "astronomy.js", "lineno": 1254, "columnno": 14, "code": { - "id": "astnode100005405", + "id": "astnode100005413", "name": "el" } }, @@ -8435,14 +8485,14 @@ "comment": "", "meta": { "range": [ - 59792, - 59795 + 59836, + 59839 ], "filename": "astronomy.js", "lineno": 1254, "columnno": 18, "code": { - "id": "astnode100005407", + "id": "astnode100005415", "name": "elp" } }, @@ -8458,14 +8508,14 @@ "comment": "", "meta": { "range": [ - 59797, - 59798 + 59841, + 59842 ], "filename": "astronomy.js", "lineno": 1254, "columnno": 23, "code": { - "id": "astnode100005409", + "id": "astnode100005417", "name": "f" } }, @@ -8481,14 +8531,14 @@ "comment": "", "meta": { "range": [ - 59800, - 59801 + 59844, + 59845 ], "filename": "astronomy.js", "lineno": 1254, "columnno": 26, "code": { - "id": "astnode100005411", + "id": "astnode100005419", "name": "d" } }, @@ -8504,14 +8554,14 @@ "comment": "", "meta": { "range": [ - 59803, - 59805 + 59847, + 59849 ], "filename": "astronomy.js", "lineno": 1254, "columnno": 29, "code": { - "id": "astnode100005413", + "id": "astnode100005421", "name": "om" } }, @@ -8527,14 +8577,14 @@ "comment": "", "meta": { "range": [ - 59807, - 59810 + 59851, + 59854 ], "filename": "astronomy.js", "lineno": 1254, "columnno": 33, "code": { - "id": "astnode100005415", + "id": "astnode100005423", "name": "arg" } }, @@ -8550,14 +8600,14 @@ "comment": "", "meta": { "range": [ - 59812, - 59814 + 59856, + 59858 ], "filename": "astronomy.js", "lineno": 1254, "columnno": 38, "code": { - "id": "astnode100005417", + "id": "astnode100005425", "name": "dp" } }, @@ -8573,14 +8623,14 @@ "comment": "", "meta": { "range": [ - 59816, - 59818 + 59860, + 59862 ], "filename": "astronomy.js", "lineno": 1254, "columnno": 42, "code": { - "id": "astnode100005419", + "id": "astnode100005427", "name": "de" } }, @@ -8596,14 +8646,14 @@ "comment": "", "meta": { "range": [ - 59820, - 59824 + 59864, + 59868 ], "filename": "astronomy.js", "lineno": 1254, "columnno": 46, "code": { - "id": "astnode100005421", + "id": "astnode100005429", "name": "sarg" } }, @@ -8619,14 +8669,14 @@ "comment": "", "meta": { "range": [ - 59826, - 59830 + 59870, + 59874 ], "filename": "astronomy.js", "lineno": 1254, "columnno": 52, "code": { - "id": "astnode100005423", + "id": "astnode100005431", "name": "carg" } }, @@ -8642,14 +8692,14 @@ "comment": "", "meta": { "range": [ - 59840, - 59844 + 59884, + 59888 ], "filename": "astronomy.js", "lineno": 1255, "columnno": 8, "code": { - "id": "astnode100005426", + "id": "astnode100005434", "name": "nals" } }, @@ -8665,14 +8715,14 @@ "comment": "", "meta": { "range": [ - 59846, - 59849 + 59890, + 59893 ], "filename": "astronomy.js", "lineno": 1255, "columnno": 14, "code": { - "id": "astnode100005428", + "id": "astnode100005436", "name": "cls" } }, @@ -8688,14 +8738,14 @@ "comment": "", "meta": { "range": [ - 59855, - 59919 + 59899, + 59963 ], "filename": "astronomy.js", "lineno": 1256, "columnno": 4, "code": { - "id": "astnode100005430", + "id": "astnode100005438", "name": "mod", "type": "FunctionDeclaration", "paramnames": [ @@ -8715,14 +8765,14 @@ "comment": "", "meta": { "range": [ - 59924, - 59943 + 59968, + 59987 ], "filename": "astronomy.js", "lineno": 1259, "columnno": 4, "code": { - "id": "astnode100005441", + "id": "astnode100005449", "name": "t", "type": "BinaryExpression", "funcscope": "iau2000b", @@ -8741,14 +8791,14 @@ "comment": "", "meta": { "range": [ - 59949, - 59994 + 59993, + 60038 ], "filename": "astronomy.js", "lineno": 1260, "columnno": 4, "code": { - "id": "astnode100005449", + "id": "astnode100005457", "name": "el", "type": "CallExpression", "funcscope": "iau2000b", @@ -8767,14 +8817,14 @@ "comment": "", "meta": { "range": [ - 60000, - 60045 + 60044, + 60089 ], "filename": "astronomy.js", "lineno": 1261, "columnno": 4, "code": { - "id": "astnode100005459", + "id": "astnode100005467", "name": "elp", "type": "CallExpression", "funcscope": "iau2000b", @@ -8793,14 +8843,14 @@ "comment": "", "meta": { "range": [ - 60051, - 60095 + 60095, + 60139 ], "filename": "astronomy.js", "lineno": 1262, "columnno": 4, "code": { - "id": "astnode100005469", + "id": "astnode100005477", "name": "f", "type": "CallExpression", "funcscope": "iau2000b", @@ -8819,14 +8869,14 @@ "comment": "", "meta": { "range": [ - 60101, - 60145 + 60145, + 60189 ], "filename": "astronomy.js", "lineno": 1263, "columnno": 4, "code": { - "id": "astnode100005479", + "id": "astnode100005487", "name": "d", "type": "CallExpression", "funcscope": "iau2000b", @@ -8845,14 +8895,14 @@ "comment": "", "meta": { "range": [ - 60151, - 60193 + 60195, + 60237 ], "filename": "astronomy.js", "lineno": 1264, "columnno": 4, "code": { - "id": "astnode100005489", + "id": "astnode100005497", "name": "om", "type": "CallExpression", "funcscope": "iau2000b", @@ -8871,14 +8921,14 @@ "comment": "", "meta": { "range": [ - 60199, - 60205 + 60243, + 60249 ], "filename": "astronomy.js", "lineno": 1265, "columnno": 4, "code": { - "id": "astnode100005499", + "id": "astnode100005507", "name": "dp", "type": "Literal", "funcscope": "iau2000b", @@ -8897,14 +8947,14 @@ "comment": "", "meta": { "range": [ - 60211, - 60217 + 60255, + 60261 ], "filename": "astronomy.js", "lineno": 1266, "columnno": 4, "code": { - "id": "astnode100005503", + "id": "astnode100005511", "name": "de", "type": "Literal", "funcscope": "iau2000b", @@ -8923,14 +8973,14 @@ "comment": "", "meta": { "range": [ - 60228, - 60234 + 60272, + 60278 ], "filename": "astronomy.js", "lineno": 1267, "columnno": 9, "code": { - "id": "astnode100005507", + "id": "astnode100005515", "name": "i", "type": "Literal", "funcscope": "iau2000b", @@ -8949,14 +8999,14 @@ "comment": "", "meta": { "range": [ - 60259, - 60279 + 60303, + 60323 ], "filename": "astronomy.js", "lineno": 1268, "columnno": 8, "code": { - "id": "astnode100005517", + "id": "astnode100005525", "name": "nals", "type": "MemberExpression", "funcscope": "iau2000b", @@ -8975,14 +9025,14 @@ "comment": "", "meta": { "range": [ - 60289, - 60308 + 60333, + 60352 ], "filename": "astronomy.js", "lineno": 1269, "columnno": 8, "code": { - "id": "astnode100005525", + "id": "astnode100005533", "name": "cls", "type": "MemberExpression", "funcscope": "iau2000b", @@ -9001,14 +9051,14 @@ "comment": "", "meta": { "range": [ - 60318, - 60403 + 60362, + 60447 ], "filename": "astronomy.js", "lineno": 1270, "columnno": 8, "code": { - "id": "astnode100005533", + "id": "astnode100005541", "name": "arg", "type": "BinaryExpression", "funcscope": "iau2000b", @@ -9027,14 +9077,14 @@ "comment": "", "meta": { "range": [ - 60413, - 60433 + 60457, + 60477 ], "filename": "astronomy.js", "lineno": 1271, "columnno": 8, "code": { - "id": "astnode100005567", + "id": "astnode100005575", "name": "sarg", "type": "CallExpression", "funcscope": "iau2000b", @@ -9053,14 +9103,14 @@ "comment": "", "meta": { "range": [ - 60443, - 60463 + 60487, + 60507 ], "filename": "astronomy.js", "lineno": 1272, "columnno": 8, "code": { - "id": "astnode100005575", + "id": "astnode100005583", "name": "carg", "type": "CallExpression", "funcscope": "iau2000b", @@ -9079,14 +9129,14 @@ "comment": "", "meta": { "range": [ - 60473, - 60523 + 60517, + 60567 ], "filename": "astronomy.js", "lineno": 1273, "columnno": 8, "code": { - "id": "astnode100005583", + "id": "astnode100005591", "name": "dp", "type": "BinaryExpression", "funcscope": "iau2000b", @@ -9105,14 +9155,14 @@ "comment": "", "meta": { "range": [ - 60533, - 60583 + 60577, + 60627 ], "filename": "astronomy.js", "lineno": 1274, "columnno": 8, "code": { - "id": "astnode100005603", + "id": "astnode100005611", "name": "de", "type": "BinaryExpression", "funcscope": "iau2000b", @@ -9131,14 +9181,14 @@ "comment": "", "meta": { "range": [ - 60612, - 60643 + 60656, + 60687 ], "filename": "astronomy.js", "lineno": 1277, "columnno": 8, "code": { - "id": "astnode100005624", + "id": "astnode100005632", "name": "dpsi", "type": "BinaryExpression", "value": "" @@ -9154,14 +9204,14 @@ "comment": "", "meta": { "range": [ - 60653, - 60684 + 60697, + 60728 ], "filename": "astronomy.js", "lineno": 1278, "columnno": 8, "code": { - "id": "astnode100005631", + "id": "astnode100005639", "name": "deps", "type": "BinaryExpression", "value": "" @@ -9177,14 +9227,14 @@ "comment": "", "meta": { "range": [ - 60694, - 60933 + 60738, + 60977 ], "filename": "astronomy.js", "lineno": 1281, "columnno": 0, "code": { - "id": "astnode100005638", + "id": "astnode100005646", "name": "mean_obliq", "type": "FunctionDeclaration", "paramnames": [ @@ -9207,14 +9257,14 @@ "comment": "", "meta": { "range": [ - 60730, - 60749 + 60774, + 60793 ], "filename": "astronomy.js", "lineno": 1282, "columnno": 8, "code": { - "id": "astnode100005643", + "id": "astnode100005651", "name": "t", "type": "BinaryExpression", "value": "" @@ -9232,14 +9282,14 @@ "comment": "", "meta": { "range": [ - 60759, - 60904 + 60803, + 60948 ], "filename": "astronomy.js", "lineno": 1283, "columnno": 8, "code": { - "id": "astnode100005651", + "id": "astnode100005659", "name": "asec", "type": "BinaryExpression", "value": "" @@ -9257,14 +9307,14 @@ "comment": "", "meta": { "range": [ - 60938, - 60950 + 60982, + 60994 ], "filename": "astronomy.js", "lineno": 1290, "columnno": 4, "code": { - "id": "astnode100005680", + "id": "astnode100005688", "name": "cache_e_tilt" } }, @@ -9279,14 +9329,14 @@ "comment": "", "meta": { "range": [ - 60952, - 61451 + 60996, + 61495 ], "filename": "astronomy.js", "lineno": 1291, "columnno": 0, "code": { - "id": "astnode100005682", + "id": "astnode100005690", "name": "e_tilt", "type": "FunctionDeclaration", "paramnames": [ @@ -9311,14 +9361,14 @@ "comment": "", "meta": { "range": [ - 61063, - 61083 + 61107, + 61127 ], "filename": "astronomy.js", "lineno": 1293, "columnno": 14, "code": { - "id": "astnode100005705", + "id": "astnode100005713", "name": "nut", "type": "CallExpression", "value": "" @@ -9336,14 +9386,14 @@ "comment": "", "meta": { "range": [ - 61099, - 61125 + 61143, + 61169 ], "filename": "astronomy.js", "lineno": 1294, "columnno": 14, "code": { - "id": "astnode100005711", + "id": "astnode100005719", "name": "mean_ob", "type": "CallExpression", "value": "" @@ -9361,14 +9411,14 @@ "comment": "", "meta": { "range": [ - 61141, - 61178 + 61185, + 61222 ], "filename": "astronomy.js", "lineno": 1295, "columnno": 14, "code": { - "id": "astnode100005717", + "id": "astnode100005725", "name": "true_ob", "type": "BinaryExpression", "value": "" @@ -9386,14 +9436,14 @@ "comment": "", "meta": { "range": [ - 61188, - 61417 + 61232, + 61461 ], "filename": "astronomy.js", "lineno": 1296, "columnno": 8, "code": { - "id": "astnode100005727", + "id": "astnode100005735", "name": "cache_e_tilt", "type": "ObjectExpression", "funcscope": "e_tilt", @@ -9412,14 +9462,14 @@ "comment": "", "meta": { "range": [ - 61217, - 61228 + 61261, + 61272 ], "filename": "astronomy.js", "lineno": 1297, "columnno": 12, "code": { - "id": "astnode100005730", + "id": "astnode100005738", "name": "tt", "type": "MemberExpression", "value": "time.tt" @@ -9436,14 +9486,14 @@ "comment": "", "meta": { "range": [ - 61242, - 61256 + 61286, + 61300 ], "filename": "astronomy.js", "lineno": 1298, "columnno": 12, "code": { - "id": "astnode100005734", + "id": "astnode100005742", "name": "dpsi", "type": "MemberExpression", "value": "nut.dpsi" @@ -9460,14 +9510,14 @@ "comment": "", "meta": { "range": [ - 61270, - 61284 + 61314, + 61328 ], "filename": "astronomy.js", "lineno": 1299, "columnno": 12, "code": { - "id": "astnode100005738", + "id": "astnode100005746", "name": "deps", "type": "MemberExpression", "value": "nut.deps" @@ -9484,14 +9534,14 @@ "comment": "", "meta": { "range": [ - 61298, - 61353 + 61342, + 61397 ], "filename": "astronomy.js", "lineno": 1300, "columnno": 12, "code": { - "id": "astnode100005742", + "id": "astnode100005750", "name": "ee", "type": "BinaryExpression", "value": "" @@ -9508,14 +9558,14 @@ "comment": "", "meta": { "range": [ - 61367, - 61380 + 61411, + 61424 ], "filename": "astronomy.js", "lineno": 1301, "columnno": 12, "code": { - "id": "astnode100005758", + "id": "astnode100005766", "name": "mobl", "type": "Identifier", "value": "mean_ob" @@ -9532,14 +9582,14 @@ "comment": "", "meta": { "range": [ - 61394, - 61407 + 61438, + 61451 ], "filename": "astronomy.js", "lineno": 1302, "columnno": 12, "code": { - "id": "astnode100005760", + "id": "astnode100005768", "name": "tobl", "type": "Identifier", "value": "true_ob" @@ -9556,14 +9606,14 @@ "comment": "", "meta": { "range": [ - 61452, - 61728 + 61496, + 61772 ], "filename": "astronomy.js", "lineno": 1307, "columnno": 0, "code": { - "id": "astnode100005764", + "id": "astnode100005772", "name": "ecl2equ_vec", "type": "FunctionDeclaration", "paramnames": [ @@ -9588,14 +9638,14 @@ "comment": "", "meta": { "range": [ - 61494, - 61534 + 61538, + 61578 ], "filename": "astronomy.js", "lineno": 1308, "columnno": 8, "code": { - "id": "astnode100005770", + "id": "astnode100005778", "name": "obl", "type": "BinaryExpression", "value": "" @@ -9613,14 +9663,14 @@ "comment": "", "meta": { "range": [ - 61544, - 61567 + 61588, + 61611 ], "filename": "astronomy.js", "lineno": 1309, "columnno": 8, "code": { - "id": "astnode100005780", + "id": "astnode100005788", "name": "cos_obl", "type": "CallExpression", "value": "" @@ -9638,14 +9688,14 @@ "comment": "", "meta": { "range": [ - 61577, - 61600 + 61621, + 61644 ], "filename": "astronomy.js", "lineno": 1310, "columnno": 8, "code": { - "id": "astnode100005788", + "id": "astnode100005796", "name": "sin_obl", "type": "CallExpression", "value": "" @@ -9663,14 +9713,14 @@ "comment": "", "meta": { "range": [ - 61729, - 61754 + 61773, + 61798 ], "filename": "astronomy.js", "lineno": 1317, "columnno": 0, "code": { - "id": "astnode100005823", + "id": "astnode100005831", "name": "exports.CalcMoonCount", "type": "Literal", "value": 0, @@ -9687,14 +9737,14 @@ "comment": "", "meta": { "range": [ - 61756, - 73672 + 61800, + 73716 ], "filename": "astronomy.js", "lineno": 1318, "columnno": 0, "code": { - "id": "astnode100005828", + "id": "astnode100005836", "name": "CalcMoon", "type": "FunctionDeclaration", "paramnames": [ @@ -9763,14 +9813,14 @@ "comment": "", "meta": { "range": [ - 61821, - 61840 + 61865, + 61884 ], "filename": "astronomy.js", "lineno": 1320, "columnno": 10, "code": { - "id": "astnode100005838", + "id": "astnode100005846", "name": "T", "type": "BinaryExpression", "value": "" @@ -9788,14 +9838,14 @@ "comment": "", "meta": { "range": [ - 61846, - 62055 + 61890, + 62099 ], "filename": "astronomy.js", "lineno": 1321, "columnno": 4, "code": { - "id": "astnode100005845", + "id": "astnode100005853", "name": "DeclareArray1", "type": "FunctionDeclaration", "paramnames": [ @@ -9820,14 +9870,14 @@ "comment": "", "meta": { "range": [ - 61897, - 61907 + 61941, + 61951 ], "filename": "astronomy.js", "lineno": 1322, "columnno": 14, "code": { - "id": "astnode100005851", + "id": "astnode100005859", "name": "array", "type": "ArrayExpression", "value": "[]" @@ -9845,14 +9895,14 @@ "comment": "", "meta": { "range": [ - 61921, - 61922 + 61965, + 61966 ], "filename": "astronomy.js", "lineno": 1323, "columnno": 12, "code": { - "id": "astnode100005855", + "id": "astnode100005863", "name": "i" } }, @@ -9868,14 +9918,14 @@ "comment": "", "meta": { "range": [ - 61937, - 61942 + 61981, + 61986 ], "filename": "astronomy.js", "lineno": 1324, "columnno": 13, "code": { - "id": "astnode100005858", + "id": "astnode100005866", "name": "i", "type": "Literal", "funcscope": "CalcMoon~DeclareArray1", @@ -9894,14 +9944,14 @@ "comment": "", "meta": { "range": [ - 62023, - 62032 + 62067, + 62076 ], "filename": "astronomy.js", "lineno": 1327, "columnno": 17, "code": { - "id": "astnode100005877", + "id": "astnode100005885", "name": "min", "type": "Identifier", "value": "xmin" @@ -9917,14 +9967,14 @@ "comment": "", "meta": { "range": [ - 62034, - 62046 + 62078, + 62090 ], "filename": "astronomy.js", "lineno": 1327, "columnno": 28, "code": { - "id": "astnode100005879", + "id": "astnode100005887", "name": "array", "type": "Identifier", "value": "array" @@ -9940,14 +9990,14 @@ "comment": "", "meta": { "range": [ - 62060, - 62294 + 62104, + 62338 ], "filename": "astronomy.js", "lineno": 1329, "columnno": 4, "code": { - "id": "astnode100005881", + "id": "astnode100005889", "name": "DeclareArray2", "type": "FunctionDeclaration", "paramnames": [ @@ -9974,14 +10024,14 @@ "comment": "", "meta": { "range": [ - 62123, - 62133 + 62167, + 62177 ], "filename": "astronomy.js", "lineno": 1330, "columnno": 14, "code": { - "id": "astnode100005889", + "id": "astnode100005897", "name": "array", "type": "ArrayExpression", "value": "[]" @@ -9999,14 +10049,14 @@ "comment": "", "meta": { "range": [ - 62152, - 62157 + 62196, + 62201 ], "filename": "astronomy.js", "lineno": 1331, "columnno": 17, "code": { - "id": "astnode100005894", + "id": "astnode100005902", "name": "i", "type": "Literal", "value": 0 @@ -10024,14 +10074,14 @@ "comment": "", "meta": { "range": [ - 62262, - 62271 + 62306, + 62315 ], "filename": "astronomy.js", "lineno": 1334, "columnno": 17, "code": { - "id": "astnode100005916", + "id": "astnode100005924", "name": "min", "type": "Identifier", "value": "xmin" @@ -10047,14 +10097,14 @@ "comment": "", "meta": { "range": [ - 62273, - 62285 + 62317, + 62329 ], "filename": "astronomy.js", "lineno": 1334, "columnno": 28, "code": { - "id": "astnode100005918", + "id": "astnode100005926", "name": "array", "type": "Identifier", "value": "array" @@ -10070,14 +10120,14 @@ "comment": "", "meta": { "range": [ - 62299, - 62407 + 62343, + 62451 ], "filename": "astronomy.js", "lineno": 1336, "columnno": 4, "code": { - "id": "astnode100005920", + "id": "astnode100005928", "name": "ArrayGet2", "type": "FunctionDeclaration", "paramnames": [ @@ -10102,14 +10152,14 @@ "comment": "", "meta": { "range": [ - 62343, - 62365 + 62387, + 62409 ], "filename": "astronomy.js", "lineno": 1337, "columnno": 14, "code": { - "id": "astnode100005927", + "id": "astnode100005935", "name": "m", "type": "MemberExpression", "value": "a.array[undefined]" @@ -10127,14 +10177,14 @@ "comment": "", "meta": { "range": [ - 62412, - 62520 + 62456, + 62564 ], "filename": "astronomy.js", "lineno": 1340, "columnno": 4, "code": { - "id": "astnode100005948", + "id": "astnode100005956", "name": "ArraySet2", "type": "FunctionDeclaration", "paramnames": [ @@ -10161,14 +10211,14 @@ "comment": "", "meta": { "range": [ - 62459, - 62481 + 62503, + 62525 ], "filename": "astronomy.js", "lineno": 1341, "columnno": 14, "code": { - "id": "astnode100005956", + "id": "astnode100005964", "name": "m", "type": "MemberExpression", "value": "a.array[undefined]" @@ -10186,14 +10236,14 @@ "comment": "", "meta": { "range": [ - 62491, - 62513 + 62535, + 62557 ], "filename": "astronomy.js", "lineno": 1342, "columnno": 8, "code": { - "id": "astnode100005968", + "id": "astnode100005976", "name": "m.array[undefined]", "type": "Identifier", "funcscope": "CalcMoon~ArraySet2", @@ -10212,14 +10262,14 @@ "comment": "", "meta": { "range": [ - 62529, - 62530 + 62573, + 62574 ], "filename": "astronomy.js", "lineno": 1344, "columnno": 8, "code": { - "id": "astnode100005980", + "id": "astnode100005988", "name": "S" } }, @@ -10235,14 +10285,14 @@ "comment": "", "meta": { "range": [ - 62532, - 62535 + 62576, + 62579 ], "filename": "astronomy.js", "lineno": 1344, "columnno": 11, "code": { - "id": "astnode100005982", + "id": "astnode100005990", "name": "MAX" } }, @@ -10258,14 +10308,14 @@ "comment": "", "meta": { "range": [ - 62537, - 62540 + 62581, + 62584 ], "filename": "astronomy.js", "lineno": 1344, "columnno": 16, "code": { - "id": "astnode100005984", + "id": "astnode100005992", "name": "ARG" } }, @@ -10281,14 +10331,14 @@ "comment": "", "meta": { "range": [ - 62542, - 62545 + 62586, + 62589 ], "filename": "astronomy.js", "lineno": 1344, "columnno": 21, "code": { - "id": "astnode100005986", + "id": "astnode100005994", "name": "FAC" } }, @@ -10304,14 +10354,14 @@ "comment": "", "meta": { "range": [ - 62547, - 62548 + 62591, + 62592 ], "filename": "astronomy.js", "lineno": 1344, "columnno": 26, "code": { - "id": "astnode100005988", + "id": "astnode100005996", "name": "I" } }, @@ -10327,14 +10377,14 @@ "comment": "", "meta": { "range": [ - 62550, - 62551 + 62594, + 62595 ], "filename": "astronomy.js", "lineno": 1344, "columnno": 29, "code": { - "id": "astnode100005990", + "id": "astnode100005998", "name": "J" } }, @@ -10350,14 +10400,14 @@ "comment": "", "meta": { "range": [ - 62553, - 62555 + 62597, + 62599 ], "filename": "astronomy.js", "lineno": 1344, "columnno": 32, "code": { - "id": "astnode100005992", + "id": "astnode100006000", "name": "T2" } }, @@ -10373,14 +10423,14 @@ "comment": "", "meta": { "range": [ - 62557, - 62561 + 62601, + 62605 ], "filename": "astronomy.js", "lineno": 1344, "columnno": 36, "code": { - "id": "astnode100005994", + "id": "astnode100006002", "name": "DGAM" } }, @@ -10396,14 +10446,14 @@ "comment": "", "meta": { "range": [ - 62563, - 62567 + 62607, + 62611 ], "filename": "astronomy.js", "lineno": 1344, "columnno": 42, "code": { - "id": "astnode100005996", + "id": "astnode100006004", "name": "DLAM" } }, @@ -10419,14 +10469,14 @@ "comment": "", "meta": { "range": [ - 62569, - 62570 + 62613, + 62614 ], "filename": "astronomy.js", "lineno": 1344, "columnno": 48, "code": { - "id": "astnode100005998", + "id": "astnode100006006", "name": "N" } }, @@ -10442,14 +10492,14 @@ "comment": "", "meta": { "range": [ - 62572, - 62577 + 62616, + 62621 ], "filename": "astronomy.js", "lineno": 1344, "columnno": 51, "code": { - "id": "astnode100006000", + "id": "astnode100006008", "name": "GAM1C" } }, @@ -10465,14 +10515,14 @@ "comment": "", "meta": { "range": [ - 62579, - 62584 + 62623, + 62628 ], "filename": "astronomy.js", "lineno": 1344, "columnno": 58, "code": { - "id": "astnode100006002", + "id": "astnode100006010", "name": "SINPI" } }, @@ -10488,14 +10538,14 @@ "comment": "", "meta": { "range": [ - 62586, - 62588 + 62630, + 62632 ], "filename": "astronomy.js", "lineno": 1344, "columnno": 65, "code": { - "id": "astnode100006004", + "id": "astnode100006012", "name": "L0" } }, @@ -10511,14 +10561,14 @@ "comment": "", "meta": { "range": [ - 62590, - 62591 + 62634, + 62635 ], "filename": "astronomy.js", "lineno": 1344, "columnno": 69, "code": { - "id": "astnode100006006", + "id": "astnode100006014", "name": "L" } }, @@ -10534,14 +10584,14 @@ "comment": "", "meta": { "range": [ - 62593, - 62595 + 62637, + 62639 ], "filename": "astronomy.js", "lineno": 1344, "columnno": 72, "code": { - "id": "astnode100006008", + "id": "astnode100006016", "name": "LS" } }, @@ -10557,14 +10607,14 @@ "comment": "", "meta": { "range": [ - 62597, - 62598 + 62641, + 62642 ], "filename": "astronomy.js", "lineno": 1344, "columnno": 76, "code": { - "id": "astnode100006010", + "id": "astnode100006018", "name": "F" } }, @@ -10580,14 +10630,14 @@ "comment": "", "meta": { "range": [ - 62600, - 62601 + 62644, + 62645 ], "filename": "astronomy.js", "lineno": 1344, "columnno": 79, "code": { - "id": "astnode100006012", + "id": "astnode100006020", "name": "D" } }, @@ -10603,14 +10653,14 @@ "comment": "", "meta": { "range": [ - 62603, - 62606 + 62647, + 62650 ], "filename": "astronomy.js", "lineno": 1344, "columnno": 82, "code": { - "id": "astnode100006014", + "id": "astnode100006022", "name": "DL0" } }, @@ -10626,14 +10676,14 @@ "comment": "", "meta": { "range": [ - 62608, - 62610 + 62652, + 62654 ], "filename": "astronomy.js", "lineno": 1344, "columnno": 87, "code": { - "id": "astnode100006016", + "id": "astnode100006024", "name": "DL" } }, @@ -10649,14 +10699,14 @@ "comment": "", "meta": { "range": [ - 62612, - 62615 + 62656, + 62659 ], "filename": "astronomy.js", "lineno": 1344, "columnno": 91, "code": { - "id": "astnode100006018", + "id": "astnode100006026", "name": "DLS" } }, @@ -10672,14 +10722,14 @@ "comment": "", "meta": { "range": [ - 62617, - 62619 + 62661, + 62663 ], "filename": "astronomy.js", "lineno": 1344, "columnno": 96, "code": { - "id": "astnode100006020", + "id": "astnode100006028", "name": "DF" } }, @@ -10695,14 +10745,14 @@ "comment": "", "meta": { "range": [ - 62621, - 62623 + 62665, + 62667 ], "filename": "astronomy.js", "lineno": 1344, "columnno": 100, "code": { - "id": "astnode100006022", + "id": "astnode100006030", "name": "DD" } }, @@ -10718,14 +10768,14 @@ "comment": "", "meta": { "range": [ - 62625, - 62627 + 62669, + 62671 ], "filename": "astronomy.js", "lineno": 1344, "columnno": 104, "code": { - "id": "astnode100006024", + "id": "astnode100006032", "name": "DS" } }, @@ -10741,14 +10791,14 @@ "comment": "", "meta": { "range": [ - 62637, - 62673 + 62681, + 62717 ], "filename": "astronomy.js", "lineno": 1345, "columnno": 8, "code": { - "id": "astnode100006027", + "id": "astnode100006035", "name": "coArray", "type": "CallExpression", "value": "" @@ -10766,14 +10816,14 @@ "comment": "", "meta": { "range": [ - 62683, - 62719 + 62727, + 62763 ], "filename": "astronomy.js", "lineno": 1346, "columnno": 8, "code": { - "id": "astnode100006037", + "id": "astnode100006045", "name": "siArray", "type": "CallExpression", "value": "" @@ -10791,14 +10841,14 @@ "comment": "", "meta": { "range": [ - 62725, - 62791 + 62769, + 62835 ], "filename": "astronomy.js", "lineno": 1347, "columnno": 4, "code": { - "id": "astnode100006046", + "id": "astnode100006054", "name": "CO", "type": "FunctionDeclaration", "paramnames": [ @@ -10819,14 +10869,14 @@ "comment": "", "meta": { "range": [ - 62796, - 62862 + 62840, + 62906 ], "filename": "astronomy.js", "lineno": 1350, "columnno": 4, "code": { - "id": "astnode100006057", + "id": "astnode100006065", "name": "SI", "type": "FunctionDeclaration", "paramnames": [ @@ -10847,14 +10897,14 @@ "comment": "", "meta": { "range": [ - 62867, - 62942 + 62911, + 62986 ], "filename": "astronomy.js", "lineno": 1353, "columnno": 4, "code": { - "id": "astnode100006068", + "id": "astnode100006076", "name": "SetCO", "type": "FunctionDeclaration", "paramnames": [ @@ -10876,14 +10926,14 @@ "comment": "", "meta": { "range": [ - 62947, - 63022 + 62991, + 63066 ], "filename": "astronomy.js", "lineno": 1356, "columnno": 4, "code": { - "id": "astnode100006081", + "id": "astnode100006089", "name": "SetSI", "type": "FunctionDeclaration", "paramnames": [ @@ -10905,14 +10955,14 @@ "comment": "", "meta": { "range": [ - 63027, - 63124 + 63071, + 63168 ], "filename": "astronomy.js", "lineno": 1359, "columnno": 4, "code": { - "id": "astnode100006094", + "id": "astnode100006102", "name": "AddThe", "type": "FunctionDeclaration", "paramnames": [ @@ -10936,14 +10986,14 @@ "comment": "", "meta": { "range": [ - 63129, - 63191 + 63173, + 63235 ], "filename": "astronomy.js", "lineno": 1362, "columnno": 4, "code": { - "id": "astnode100006119", + "id": "astnode100006127", "name": "Sine", "type": "FunctionDeclaration", "paramnames": [ @@ -10963,14 +11013,14 @@ "comment": "", "meta": { "range": [ - 63196, - 63206 + 63240, + 63250 ], "filename": "astronomy.js", "lineno": 1365, "columnno": 4, "code": { - "id": "astnode100006132", + "id": "astnode100006140", "name": "T2", "type": "BinaryExpression", "funcscope": "CalcMoon", @@ -10989,14 +11039,14 @@ "comment": "", "meta": { "range": [ - 63212, - 63220 + 63256, + 63264 ], "filename": "astronomy.js", "lineno": 1366, "columnno": 4, "code": { - "id": "astnode100006138", + "id": "astnode100006146", "name": "DLAM", "type": "Literal", "funcscope": "CalcMoon", @@ -11015,14 +11065,14 @@ "comment": "", "meta": { "range": [ - 63226, - 63232 + 63270, + 63276 ], "filename": "astronomy.js", "lineno": 1367, "columnno": 4, "code": { - "id": "astnode100006142", + "id": "astnode100006150", "name": "DS", "type": "Literal", "funcscope": "CalcMoon", @@ -11041,14 +11091,14 @@ "comment": "", "meta": { "range": [ - 63238, - 63247 + 63282, + 63291 ], "filename": "astronomy.js", "lineno": 1368, "columnno": 4, "code": { - "id": "astnode100006146", + "id": "astnode100006154", "name": "GAM1C", "type": "Literal", "funcscope": "CalcMoon", @@ -11067,14 +11117,14 @@ "comment": "", "meta": { "range": [ - 63253, - 63270 + 63297, + 63314 ], "filename": "astronomy.js", "lineno": 1369, "columnno": 4, "code": { - "id": "astnode100006150", + "id": "astnode100006158", "name": "SINPI", "type": "Literal", "funcscope": "CalcMoon", @@ -11093,14 +11143,14 @@ "comment": "", "meta": { "range": [ - 63280, - 63312 + 63324, + 63356 ], "filename": "astronomy.js", "lineno": 1370, "columnno": 8, "code": { - "id": "astnode100006154", + "id": "astnode100006162", "name": "S1", "type": "CallExpression", "value": "" @@ -11118,14 +11168,14 @@ "comment": "", "meta": { "range": [ - 63322, - 63354 + 63366, + 63398 ], "filename": "astronomy.js", "lineno": 1371, "columnno": 8, "code": { - "id": "astnode100006164", + "id": "astnode100006172", "name": "S2", "type": "CallExpression", "value": "" @@ -11143,14 +11193,14 @@ "comment": "", "meta": { "range": [ - 63364, - 63396 + 63408, + 63440 ], "filename": "astronomy.js", "lineno": 1372, "columnno": 8, "code": { - "id": "astnode100006174", + "id": "astnode100006182", "name": "S3", "type": "CallExpression", "value": "" @@ -11168,14 +11218,14 @@ "comment": "", "meta": { "range": [ - 63406, - 63438 + 63450, + 63482 ], "filename": "astronomy.js", "lineno": 1373, "columnno": 8, "code": { - "id": "astnode100006184", + "id": "astnode100006192", "name": "S4", "type": "CallExpression", "value": "" @@ -11193,14 +11243,14 @@ "comment": "", "meta": { "range": [ - 63448, - 63480 + 63492, + 63524 ], "filename": "astronomy.js", "lineno": 1374, "columnno": 8, "code": { - "id": "astnode100006194", + "id": "astnode100006202", "name": "S5", "type": "CallExpression", "value": "" @@ -11218,14 +11268,14 @@ "comment": "", "meta": { "range": [ - 63490, - 63522 + 63534, + 63566 ], "filename": "astronomy.js", "lineno": 1375, "columnno": 8, "code": { - "id": "astnode100006204", + "id": "astnode100006212", "name": "S6", "type": "CallExpression", "value": "" @@ -11243,14 +11293,14 @@ "comment": "", "meta": { "range": [ - 63532, - 63564 + 63576, + 63608 ], "filename": "astronomy.js", "lineno": 1376, "columnno": 8, "code": { - "id": "astnode100006214", + "id": "astnode100006222", "name": "S7", "type": "CallExpression", "value": "" @@ -11268,14 +11318,14 @@ "comment": "", "meta": { "range": [ - 63570, - 63646 + 63614, + 63690 ], "filename": "astronomy.js", "lineno": 1377, "columnno": 4, "code": { - "id": "astnode100006224", + "id": "astnode100006232", "name": "DL0", "type": "BinaryExpression", "funcscope": "CalcMoon", @@ -11294,14 +11344,14 @@ "comment": "", "meta": { "range": [ - 63652, - 63727 + 63696, + 63771 ], "filename": "astronomy.js", "lineno": 1378, "columnno": 4, "code": { - "id": "astnode100006250", + "id": "astnode100006258", "name": "DL", "type": "BinaryExpression", "funcscope": "CalcMoon", @@ -11320,14 +11370,14 @@ "comment": "", "meta": { "range": [ - 63733, - 63761 + 63777, + 63805 ], "filename": "astronomy.js", "lineno": 1379, "columnno": 4, "code": { - "id": "astnode100006276", + "id": "astnode100006284", "name": "DLS", "type": "BinaryExpression", "funcscope": "CalcMoon", @@ -11346,14 +11396,14 @@ "comment": "", "meta": { "range": [ - 63767, - 63856 + 63811, + 63900 ], "filename": "astronomy.js", "lineno": 1380, "columnno": 4, "code": { - "id": "astnode100006287", + "id": "astnode100006295", "name": "DF", "type": "BinaryExpression", "funcscope": "CalcMoon", @@ -11372,14 +11422,14 @@ "comment": "", "meta": { "range": [ - 63862, - 63876 + 63906, + 63920 ], "filename": "astronomy.js", "lineno": 1381, "columnno": 4, "code": { - "id": "astnode100006317", + "id": "astnode100006325", "name": "DD", "type": "BinaryExpression", "funcscope": "CalcMoon", @@ -11398,14 +11448,14 @@ "comment": "", "meta": { "range": [ - 63882, - 64022 + 63926, + 64066 ], "filename": "astronomy.js", "lineno": 1382, "columnno": 4, "code": { - "id": "astnode100006323", + "id": "astnode100006331", "name": "DGAM", "type": "BinaryExpression", "funcscope": "CalcMoon", @@ -11424,14 +11474,14 @@ "comment": "", "meta": { "range": [ - 64028, - 64105 + 64072, + 64149 ], "filename": "astronomy.js", "lineno": 1385, "columnno": 4, "code": { - "id": "astnode100006356", + "id": "astnode100006364", "name": "L0", "type": "BinaryExpression", "funcscope": "CalcMoon", @@ -11450,14 +11500,14 @@ "comment": "", "meta": { "range": [ - 64111, - 64186 + 64155, + 64230 ], "filename": "astronomy.js", "lineno": 1386, "columnno": 4, "code": { - "id": "astnode100006376", + "id": "astnode100006384", "name": "L", "type": "BinaryExpression", "funcscope": "CalcMoon", @@ -11476,14 +11526,14 @@ "comment": "", "meta": { "range": [ - 64192, - 64267 + 64236, + 64311 ], "filename": "astronomy.js", "lineno": 1387, "columnno": 4, "code": { - "id": "astnode100006396", + "id": "astnode100006404", "name": "LS", "type": "BinaryExpression", "funcscope": "CalcMoon", @@ -11502,14 +11552,14 @@ "comment": "", "meta": { "range": [ - 64273, - 64348 + 64317, + 64392 ], "filename": "astronomy.js", "lineno": 1388, "columnno": 4, "code": { - "id": "astnode100006416", + "id": "astnode100006424", "name": "F", "type": "BinaryExpression", "funcscope": "CalcMoon", @@ -11528,14 +11578,14 @@ "comment": "", "meta": { "range": [ - 64354, - 64429 + 64398, + 64473 ], "filename": "astronomy.js", "lineno": 1389, "columnno": 4, "code": { - "id": "astnode100006436", + "id": "astnode100006444", "name": "D", "type": "BinaryExpression", "funcscope": "CalcMoon", @@ -11554,14 +11604,14 @@ "comment": "", "meta": { "range": [ - 64440, - 64445 + 64484, + 64489 ], "filename": "astronomy.js", "lineno": 1390, "columnno": 9, "code": { - "id": "astnode100006456", + "id": "astnode100006464", "name": "I", "type": "Literal", "funcscope": "CalcMoon", @@ -11580,14 +11630,14 @@ "comment": "", "meta": { "range": [ - 64519, - 64526 + 64563, + 64570 ], "filename": "astronomy.js", "lineno": 1393, "columnno": 16, "code": { - "id": "astnode100006470", + "id": "astnode100006478", "name": "ARG", "type": "Identifier", "funcscope": "CalcMoon", @@ -11606,14 +11656,14 @@ "comment": "", "meta": { "range": [ - 64544, - 64551 + 64588, + 64595 ], "filename": "astronomy.js", "lineno": 1394, "columnno": 16, "code": { - "id": "astnode100006474", + "id": "astnode100006482", "name": "MAX", "type": "Literal", "funcscope": "CalcMoon", @@ -11632,14 +11682,14 @@ "comment": "", "meta": { "range": [ - 64569, - 64586 + 64613, + 64630 ], "filename": "astronomy.js", "lineno": 1395, "columnno": 16, "code": { - "id": "astnode100006478", + "id": "astnode100006486", "name": "FAC", "type": "Literal", "funcscope": "CalcMoon", @@ -11658,14 +11708,14 @@ "comment": "", "meta": { "range": [ - 64647, - 64655 + 64691, + 64699 ], "filename": "astronomy.js", "lineno": 1398, "columnno": 16, "code": { - "id": "astnode100006485", + "id": "astnode100006493", "name": "ARG", "type": "Identifier", "funcscope": "CalcMoon", @@ -11684,14 +11734,14 @@ "comment": "", "meta": { "range": [ - 64673, - 64680 + 64717, + 64724 ], "filename": "astronomy.js", "lineno": 1399, "columnno": 16, "code": { - "id": "astnode100006489", + "id": "astnode100006497", "name": "MAX", "type": "Literal", "funcscope": "CalcMoon", @@ -11710,14 +11760,14 @@ "comment": "", "meta": { "range": [ - 64698, - 64733 + 64742, + 64777 ], "filename": "astronomy.js", "lineno": 1400, "columnno": 16, "code": { - "id": "astnode100006493", + "id": "astnode100006501", "name": "FAC", "type": "BinaryExpression", "funcscope": "CalcMoon", @@ -11736,14 +11786,14 @@ "comment": "", "meta": { "range": [ - 64794, - 64801 + 64838, + 64845 ], "filename": "astronomy.js", "lineno": 1403, "columnno": 16, "code": { - "id": "astnode100006504", + "id": "astnode100006512", "name": "ARG", "type": "Identifier", "funcscope": "CalcMoon", @@ -11762,14 +11812,14 @@ "comment": "", "meta": { "range": [ - 64819, - 64826 + 64863, + 64870 ], "filename": "astronomy.js", "lineno": 1404, "columnno": 16, "code": { - "id": "astnode100006508", + "id": "astnode100006516", "name": "MAX", "type": "Literal", "funcscope": "CalcMoon", @@ -11788,14 +11838,14 @@ "comment": "", "meta": { "range": [ - 64844, - 64878 + 64888, + 64922 ], "filename": "astronomy.js", "lineno": 1405, "columnno": 16, "code": { - "id": "astnode100006512", + "id": "astnode100006520", "name": "FAC", "type": "BinaryExpression", "funcscope": "CalcMoon", @@ -11814,14 +11864,14 @@ "comment": "", "meta": { "range": [ - 64939, - 64946 + 64983, + 64990 ], "filename": "astronomy.js", "lineno": 1408, "columnno": 16, "code": { - "id": "astnode100006523", + "id": "astnode100006531", "name": "ARG", "type": "Identifier", "funcscope": "CalcMoon", @@ -11840,14 +11890,14 @@ "comment": "", "meta": { "range": [ - 64964, - 64971 + 65008, + 65015 ], "filename": "astronomy.js", "lineno": 1409, "columnno": 16, "code": { - "id": "astnode100006527", + "id": "astnode100006535", "name": "MAX", "type": "Literal", "funcscope": "CalcMoon", @@ -11866,14 +11916,14 @@ "comment": "", "meta": { "range": [ - 64989, - 64998 + 65033, + 65042 ], "filename": "astronomy.js", "lineno": 1410, "columnno": 16, "code": { - "id": "astnode100006531", + "id": "astnode100006539", "name": "FAC", "type": "Literal", "funcscope": "CalcMoon", @@ -11892,14 +11942,14 @@ "comment": "", "meta": { "range": [ - 65302, - 65307 + 65346, + 65351 ], "filename": "astronomy.js", "lineno": 1418, "columnno": 13, "code": { - "id": "astnode100006578", + "id": "astnode100006586", "name": "J", "type": "Literal", "funcscope": "CalcMoon", @@ -11918,14 +11968,14 @@ "comment": "", "meta": { "range": [ - 65461, - 65466 + 65505, + 65510 ], "filename": "astronomy.js", "lineno": 1421, "columnno": 13, "code": { - "id": "astnode100006625", + "id": "astnode100006633", "name": "J", "type": "Literal", "funcscope": "CalcMoon", @@ -11944,14 +11994,14 @@ "comment": "", "meta": { "range": [ - 65578, - 65920 + 65622, + 65964 ], "filename": "astronomy.js", "lineno": 1426, "columnno": 4, "code": { - "id": "astnode100006655", + "id": "astnode100006663", "name": "Term", "type": "FunctionDeclaration", "paramnames": [ @@ -11980,14 +12030,14 @@ "comment": "", "meta": { "range": [ - 65618, - 65641 + 65662, + 65685 ], "filename": "astronomy.js", "lineno": 1427, "columnno": 12, "code": { - "id": "astnode100006663", + "id": "astnode100006671", "name": "result", "type": "ObjectExpression", "value": "{\"x\":1,\"y\":0}" @@ -12005,14 +12055,14 @@ "comment": "", "meta": { "range": [ - 65629, - 65633 + 65673, + 65677 ], "filename": "astronomy.js", "lineno": 1427, "columnno": 23, "code": { - "id": "astnode100006666", + "id": "astnode100006674", "name": "x", "type": "Literal", "value": 1 @@ -12029,14 +12079,14 @@ "comment": "", "meta": { "range": [ - 65635, - 65639 + 65679, + 65683 ], "filename": "astronomy.js", "lineno": 1427, "columnno": 29, "code": { - "id": "astnode100006668", + "id": "astnode100006676", "name": "y", "type": "Literal", "value": 0 @@ -12053,14 +12103,14 @@ "comment": "", "meta": { "range": [ - 65655, - 65674 + 65699, + 65718 ], "filename": "astronomy.js", "lineno": 1428, "columnno": 12, "code": { - "id": "astnode100006671", + "id": "astnode100006679", "name": "I", "type": "ArrayExpression", "value": "[0,\"p\",\"q\",\"r\",\"s\"]" @@ -12078,14 +12128,14 @@ "comment": "", "meta": { "range": [ - 65734, - 65739 + 65778, + 65783 ], "filename": "astronomy.js", "lineno": 1429, "columnno": 17, "code": { - "id": "astnode100006681", + "id": "astnode100006689", "name": "k", "type": "Literal", "value": 1 @@ -12103,14 +12153,14 @@ "comment": "", "meta": { "range": [ - 65862, - 65874 + 65906, + 65918 ], "filename": "astronomy.js", "lineno": 1431, "columnno": 80, "code": { - "id": "astnode100006720", + "id": "astnode100006728", "name": "result.x", "type": "Identifier", "funcscope": "CalcMoon~Term", @@ -12129,14 +12179,14 @@ "comment": "", "meta": { "range": [ - 65876, - 65888 + 65920, + 65932 ], "filename": "astronomy.js", "lineno": 1431, "columnno": 94, "code": { - "id": "astnode100006725", + "id": "astnode100006733", "name": "result.y", "type": "Identifier", "funcscope": "CalcMoon~Term", @@ -12155,14 +12205,14 @@ "comment": "", "meta": { "range": [ - 65925, - 66171 + 65969, + 66215 ], "filename": "astronomy.js", "lineno": 1434, "columnno": 4, "code": { - "id": "astnode100006732", + "id": "astnode100006740", "name": "AddSol", "type": "FunctionDeclaration", "paramnames": [ @@ -12196,14 +12246,14 @@ "comment": "", "meta": { "range": [ - 65999, - 66024 + 66043, + 66068 ], "filename": "astronomy.js", "lineno": 1435, "columnno": 12, "code": { - "id": "astnode100006744", + "id": "astnode100006752", "name": "result", "type": "CallExpression", "value": "" @@ -12221,14 +12271,14 @@ "comment": "", "meta": { "range": [ - 66034, - 66059 + 66078, + 66103 ], "filename": "astronomy.js", "lineno": 1436, "columnno": 8, "code": { - "id": "astnode100006753", + "id": "astnode100006761", "name": "DLAM", "type": "BinaryExpression", "funcscope": "CalcMoon~AddSol", @@ -12247,14 +12297,14 @@ "comment": "", "meta": { "range": [ - 66069, - 66092 + 66113, + 66136 ], "filename": "astronomy.js", "lineno": 1437, "columnno": 8, "code": { - "id": "astnode100006761", + "id": "astnode100006769", "name": "DS", "type": "BinaryExpression", "funcscope": "CalcMoon~AddSol", @@ -12273,14 +12323,14 @@ "comment": "", "meta": { "range": [ - 66102, - 66128 + 66146, + 66172 ], "filename": "astronomy.js", "lineno": 1438, "columnno": 8, "code": { - "id": "astnode100006769", + "id": "astnode100006777", "name": "GAM1C", "type": "BinaryExpression", "funcscope": "CalcMoon~AddSol", @@ -12299,14 +12349,14 @@ "comment": "", "meta": { "range": [ - 66138, - 66164 + 66182, + 66208 ], "filename": "astronomy.js", "lineno": 1439, "columnno": 8, "code": { - "id": "astnode100006777", + "id": "astnode100006785", "name": "SINPI", "type": "BinaryExpression", "funcscope": "CalcMoon~AddSol", @@ -12325,14 +12375,14 @@ "comment": "", "meta": { "range": [ - 72372, - 72457 + 72416, + 72501 ], "filename": "astronomy.js", "lineno": 1545, "columnno": 4, "code": { - "id": "astnode100008206", + "id": "astnode100008214", "name": "ADDN", "type": "FunctionDeclaration", "paramnames": [ @@ -12356,14 +12406,14 @@ "comment": "", "meta": { "range": [ - 72462, - 72467 + 72506, + 72511 ], "filename": "astronomy.js", "lineno": 1548, "columnno": 4, "code": { - "id": "astnode100008226", + "id": "astnode100008234", "name": "N", "type": "Literal", "funcscope": "CalcMoon", @@ -12382,14 +12432,14 @@ "comment": "", "meta": { "range": [ - 72473, - 72505 + 72517, + 72549 ], "filename": "astronomy.js", "lineno": 1549, "columnno": 4, "code": { - "id": "astnode100008230", + "id": "astnode100008238", "name": "N", "type": "CallExpression", "funcscope": "CalcMoon", @@ -12408,14 +12458,14 @@ "comment": "", "meta": { "range": [ - 72511, - 72541 + 72555, + 72585 ], "filename": "astronomy.js", "lineno": 1550, "columnno": 4, "code": { - "id": "astnode100008242", + "id": "astnode100008250", "name": "N", "type": "CallExpression", "funcscope": "CalcMoon", @@ -12434,14 +12484,14 @@ "comment": "", "meta": { "range": [ - 72547, - 72579 + 72591, + 72623 ], "filename": "astronomy.js", "lineno": 1551, "columnno": 4, "code": { - "id": "astnode100008254", + "id": "astnode100008262", "name": "N", "type": "CallExpression", "funcscope": "CalcMoon", @@ -12460,14 +12510,14 @@ "comment": "", "meta": { "range": [ - 72585, - 72616 + 72629, + 72660 ], "filename": "astronomy.js", "lineno": 1552, "columnno": 4, "code": { - "id": "astnode100008267", + "id": "astnode100008275", "name": "N", "type": "CallExpression", "funcscope": "CalcMoon", @@ -12486,14 +12536,14 @@ "comment": "", "meta": { "range": [ - 72622, - 72653 + 72666, + 72697 ], "filename": "astronomy.js", "lineno": 1553, "columnno": 4, "code": { - "id": "astnode100008280", + "id": "astnode100008288", "name": "N", "type": "CallExpression", "funcscope": "CalcMoon", @@ -12512,14 +12562,14 @@ "comment": "", "meta": { "range": [ - 72659, - 72691 + 72703, + 72735 ], "filename": "astronomy.js", "lineno": 1554, "columnno": 4, "code": { - "id": "astnode100008292", + "id": "astnode100008300", "name": "N", "type": "CallExpression", "funcscope": "CalcMoon", @@ -12538,14 +12588,14 @@ "comment": "", "meta": { "range": [ - 72697, - 72728 + 72741, + 72772 ], "filename": "astronomy.js", "lineno": 1555, "columnno": 4, "code": { - "id": "astnode100008305", + "id": "astnode100008313", "name": "N", "type": "CallExpression", "funcscope": "CalcMoon", @@ -12564,14 +12614,14 @@ "comment": "", "meta": { "range": [ - 72734, - 72765 + 72778, + 72809 ], "filename": "astronomy.js", "lineno": 1556, "columnno": 4, "code": { - "id": "astnode100008317", + "id": "astnode100008325", "name": "N", "type": "CallExpression", "funcscope": "CalcMoon", @@ -12590,14 +12640,14 @@ "comment": "", "meta": { "range": [ - 72771, - 72803 + 72815, + 72847 ], "filename": "astronomy.js", "lineno": 1557, "columnno": 4, "code": { - "id": "astnode100008330", + "id": "astnode100008338", "name": "N", "type": "CallExpression", "funcscope": "CalcMoon", @@ -12616,14 +12666,14 @@ "comment": "", "meta": { "range": [ - 72809, - 72841 + 72853, + 72885 ], "filename": "astronomy.js", "lineno": 1558, "columnno": 4, "code": { - "id": "astnode100008343", + "id": "astnode100008351", "name": "N", "type": "CallExpression", "funcscope": "CalcMoon", @@ -12642,14 +12692,14 @@ "comment": "", "meta": { "range": [ - 72847, - 73297 + 72891, + 73341 ], "filename": "astronomy.js", "lineno": 1559, "columnno": 4, "code": { - "id": "astnode100008356", + "id": "astnode100008364", "name": "DLAM", "type": "BinaryExpression", "funcscope": "CalcMoon", @@ -12668,14 +12718,14 @@ "comment": "", "meta": { "range": [ - 73303, - 73319 + 73347, + 73363 ], "filename": "astronomy.js", "lineno": 1565, "columnno": 4, "code": { - "id": "astnode100008469", + "id": "astnode100008477", "name": "S", "type": "BinaryExpression", "funcscope": "CalcMoon", @@ -12694,14 +12744,14 @@ "comment": "", "meta": { "range": [ - 73329, - 73446 + 73373, + 73490 ], "filename": "astronomy.js", "lineno": 1566, "columnno": 8, "code": { - "id": "astnode100008477", + "id": "astnode100008485", "name": "lat_seconds", "type": "BinaryExpression", "value": "" @@ -12719,14 +12769,14 @@ "comment": "", "meta": { "range": [ - 73469, - 73519 + 73513, + 73563 ], "filename": "astronomy.js", "lineno": 1568, "columnno": 8, "code": { - "id": "astnode100008510", + "id": "astnode100008518", "name": "geo_eclip_lon", "type": "BinaryExpression", "value": "" @@ -12742,14 +12792,14 @@ "comment": "", "meta": { "range": [ - 73529, - 73582 + 73573, + 73626 ], "filename": "astronomy.js", "lineno": 1569, "columnno": 8, "code": { - "id": "astnode100008522", + "id": "astnode100008530", "name": "geo_eclip_lat", "type": "BinaryExpression", "value": "" @@ -12765,14 +12815,14 @@ "comment": "", "meta": { "range": [ - 73592, - 73663 + 73636, + 73707 ], "filename": "astronomy.js", "lineno": 1570, "columnno": 8, "code": { - "id": "astnode100008532", + "id": "astnode100008540", "name": "distance_au", "type": "BinaryExpression", "value": "" @@ -12784,18 +12834,1219 @@ "kind": "member", "scope": "global" }, + { + "comment": "/**\n * @brief Lunar libration angles, returned by {@link Libration}.\n *\n * @property {number} elat\n * Sub-Earth libration ecliptic latitude angle, in degrees.\n * @property {number} elon\n * Sub-Earth libration ecliptic longitude angle, in degrees.\n * @property {number} mlat\n * Moon's geocentric ecliptic latitude.\n * @property {number} mlon\n * Moon's geocentric ecliptic longitude.\n * @property {number} dist_km\n * Distance between the centers of the Earth and Moon in kilometers.\n * @property {number} diam_deg\n * The apparent angular diameter of the Moon, in degrees, as seen from the center of the Earth.\n */", + "meta": { + "range": [ + 74359, + 74619 + ], + "filename": "astronomy.js", + "lineno": 1589, + "columnno": 0, + "code": { + "id": "astnode100008548", + "name": "LibrationInfo", + "type": "ClassDeclaration", + "paramnames": [ + "elat", + "elon", + "mlat", + "mlon", + "dist_km", + "diam_deg" + ] + } + }, + "tags": [ + { + "originalTitle": "brief", + "title": "brief", + "text": "Lunar libration angles, returned by {@link Libration}.", + "value": "Lunar libration angles, returned by {@link Libration}." + } + ], + "properties": [ + { + "type": { + "names": [ + "number" + ] + }, + "description": "Sub-Earth libration ecliptic latitude angle, in degrees.", + "name": "elat" + }, + { + "type": { + "names": [ + "number" + ] + }, + "description": "Sub-Earth libration ecliptic longitude angle, in degrees.", + "name": "elon" + }, + { + "type": { + "names": [ + "number" + ] + }, + "description": "Moon's geocentric ecliptic latitude.", + "name": "mlat" + }, + { + "type": { + "names": [ + "number" + ] + }, + "description": "Moon's geocentric ecliptic longitude.", + "name": "mlon" + }, + { + "type": { + "names": [ + "number" + ] + }, + "description": "Distance between the centers of the Earth and Moon in kilometers.", + "name": "dist_km" + }, + { + "type": { + "names": [ + "number" + ] + }, + "description": "The apparent angular diameter of the Moon, in degrees, as seen from the center of the Earth.", + "name": "diam_deg" + } + ], + "name": "LibrationInfo", + "longname": "LibrationInfo", + "kind": "class", + "scope": "global", + "undocumented": true + }, { "comment": "", "meta": { "range": [ - 73673, - 74000 + 74385, + 74617 ], "filename": "astronomy.js", - "lineno": 1573, + "lineno": 1590, + "columnno": 4, + "code": { + "id": "astnode100008551", + "name": "LibrationInfo", + "type": "MethodDefinition", + "paramnames": [ + "elat", + "elon", + "mlat", + "mlon", + "dist_km", + "diam_deg" + ] + }, + "vars": { + "": null + } + }, + "undocumented": true, + "name": "LibrationInfo", + "longname": "LibrationInfo", + "kind": "class", + "scope": "global", + "params": [] + }, + { + "comment": "/**\n * @brief Lunar libration angles, returned by {@link Libration}.\n *\n * @property {number} elat\n * Sub-Earth libration ecliptic latitude angle, in degrees.\n * @property {number} elon\n * Sub-Earth libration ecliptic longitude angle, in degrees.\n * @property {number} mlat\n * Moon's geocentric ecliptic latitude.\n * @property {number} mlon\n * Moon's geocentric ecliptic longitude.\n * @property {number} dist_km\n * Distance between the centers of the Earth and Moon in kilometers.\n * @property {number} diam_deg\n * The apparent angular diameter of the Moon, in degrees, as seen from the center of the Earth.\n */", + "meta": { + "range": [ + 74359, + 74619 + ], + "filename": "astronomy.js", + "lineno": 1589, "columnno": 0, "code": { - "id": "astnode100008540", + "id": "astnode100008548", + "name": "LibrationInfo", + "type": "ClassDeclaration", + "paramnames": [ + "elat", + "elon", + "mlat", + "mlon", + "dist_km", + "diam_deg" + ] + } + }, + "name": "LibrationInfo", + "longname": "LibrationInfo", + "kind": "class", + "tags": [ + { + "originalTitle": "brief", + "title": "brief", + "text": "Lunar libration angles, returned by {@link Libration}.", + "value": "Lunar libration angles, returned by {@link Libration}." + } + ], + "scope": "global", + "properties": [ + { + "type": { + "names": [ + "number" + ] + }, + "description": "Sub-Earth libration ecliptic latitude angle, in degrees.", + "name": "elat" + }, + { + "type": { + "names": [ + "number" + ] + }, + "description": "Sub-Earth libration ecliptic longitude angle, in degrees.", + "name": "elon" + }, + { + "type": { + "names": [ + "number" + ] + }, + "description": "Moon's geocentric ecliptic latitude.", + "name": "mlat" + }, + { + "type": { + "names": [ + "number" + ] + }, + "description": "Moon's geocentric ecliptic longitude.", + "name": "mlon" + }, + { + "type": { + "names": [ + "number" + ] + }, + "description": "Distance between the centers of the Earth and Moon in kilometers.", + "name": "dist_km" + }, + { + "type": { + "names": [ + "number" + ] + }, + "description": "The apparent angular diameter of the Moon, in degrees, as seen from the center of the Earth.", + "name": "diam_deg" + } + ] + }, + { + "comment": "", + "meta": { + "range": [ + 74450, + 74466 + ], + "filename": "astronomy.js", + "lineno": 1591, + "columnno": 8, + "code": { + "id": "astnode100008562", + "name": "this.elat", + "type": "Identifier", + "value": "elat", + "paramnames": [] + } + }, + "undocumented": true, + "name": "elat", + "longname": "LibrationInfo#elat", + "kind": "member", + "memberof": "LibrationInfo", + "scope": "instance" + }, + { + "comment": "", + "meta": { + "range": [ + 74476, + 74492 + ], + "filename": "astronomy.js", + "lineno": 1592, + "columnno": 8, + "code": { + "id": "astnode100008568", + "name": "this.elon", + "type": "Identifier", + "value": "elon", + "paramnames": [] + } + }, + "undocumented": true, + "name": "elon", + "longname": "LibrationInfo#elon", + "kind": "member", + "memberof": "LibrationInfo", + "scope": "instance" + }, + { + "comment": "", + "meta": { + "range": [ + 74502, + 74518 + ], + "filename": "astronomy.js", + "lineno": 1593, + "columnno": 8, + "code": { + "id": "astnode100008574", + "name": "this.mlat", + "type": "Identifier", + "value": "mlat", + "paramnames": [] + } + }, + "undocumented": true, + "name": "mlat", + "longname": "LibrationInfo#mlat", + "kind": "member", + "memberof": "LibrationInfo", + "scope": "instance" + }, + { + "comment": "", + "meta": { + "range": [ + 74528, + 74544 + ], + "filename": "astronomy.js", + "lineno": 1594, + "columnno": 8, + "code": { + "id": "astnode100008580", + "name": "this.mlon", + "type": "Identifier", + "value": "mlon", + "paramnames": [] + } + }, + "undocumented": true, + "name": "mlon", + "longname": "LibrationInfo#mlon", + "kind": "member", + "memberof": "LibrationInfo", + "scope": "instance" + }, + { + "comment": "", + "meta": { + "range": [ + 74554, + 74576 + ], + "filename": "astronomy.js", + "lineno": 1595, + "columnno": 8, + "code": { + "id": "astnode100008586", + "name": "this.dist_km", + "type": "Identifier", + "value": "dist_km", + "paramnames": [] + } + }, + "undocumented": true, + "name": "dist_km", + "longname": "LibrationInfo#dist_km", + "kind": "member", + "memberof": "LibrationInfo", + "scope": "instance" + }, + { + "comment": "", + "meta": { + "range": [ + 74586, + 74610 + ], + "filename": "astronomy.js", + "lineno": 1596, + "columnno": 8, + "code": { + "id": "astnode100008592", + "name": "this.diam_deg", + "type": "Identifier", + "value": "diam_deg", + "paramnames": [] + } + }, + "undocumented": true, + "name": "diam_deg", + "longname": "LibrationInfo#diam_deg", + "kind": "member", + "memberof": "LibrationInfo", + "scope": "instance" + }, + { + "comment": "", + "meta": { + "range": [ + 74620, + 74657 + ], + "filename": "astronomy.js", + "lineno": 1599, + "columnno": 0, + "code": { + "id": "astnode100008598", + "name": "exports.LibrationInfo", + "type": "Identifier", + "value": "LibrationInfo", + "paramnames": [] + } + }, + "undocumented": true, + "name": "LibrationInfo", + "longname": "LibrationInfo", + "kind": "member", + "scope": "global" + }, + { + "comment": "/**\n * @brief Calculates the Moon's libration angles at a given moment in time.\n *\n * Libration is an observed back-and-forth wobble of the portion of the\n * Moon visible from the Earth. It is caused by the imperfect tidal locking\n * of the Moon's fixed rotation rate, compared to its variable angular speed\n * of orbit around the Earth.\n *\n * This function calculates a pair of perpendicular libration angles,\n * one representing rotation of the Moon in eclitpic longitude `elon`, the other\n * in ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position.\n *\n * This function also returns the geocentric position of the Moon\n * expressed in ecliptic longitude `mlon`, ecliptic latitude `mlat`, the\n * distance `dist_km` between the centers of the Earth and Moon expressed in kilometers,\n * and the apparent angular diameter of the Moon `diam_deg`.\n *\n * @param {FlexibleDateTime} date\n * A Date object, a number of UTC days since the J2000 epoch (noon on January 1, 2000),\n * or an AstroTime object.\n *\n * @returns {LibrationInfo}\n */", + "meta": { + "range": [ + 75728, + 79781 + ], + "filename": "astronomy.js", + "lineno": 1623, + "columnno": 0, + "code": { + "id": "astnode100008603", + "name": "Libration", + "type": "FunctionDeclaration", + "paramnames": [ + "date" + ] + }, + "vars": { + "time": "Libration~time", + "t": "Libration~t", + "t2": "Libration~t2", + "t3": "Libration~t3", + "t4": "Libration~t4", + "moon": "Libration~moon", + "mlon": "Libration~mlon", + "mlat": "Libration~mlat", + "dist_km": "Libration~dist_km", + "I": "Libration~I", + "f": "Libration~f", + "omega": "Libration~omega", + "m": "Libration~m", + "mdash": "Libration~mdash", + "d": "Libration~d", + "e": "Libration~e", + "w": "Libration~w", + "a": "Libration~a", + "ldash": "Libration~ldash", + "bdash": "Libration~bdash", + "k1": "Libration~k1", + "k2": "Libration~k2", + "rho": "Libration~rho", + "sigma": "Libration~sigma", + "tau": "Libration~tau", + "ldash2": "Libration~ldash2", + "bdash2": "Libration~bdash2", + "diam_deg": "Libration~diam_deg" + } + }, + "tags": [ + { + "originalTitle": "brief", + "title": "brief", + "text": "Calculates the Moon's libration angles at a given moment in time.\n\nLibration is an observed back-and-forth wobble of the portion of the\nMoon visible from the Earth. It is caused by the imperfect tidal locking\nof the Moon's fixed rotation rate, compared to its variable angular speed\nof orbit around the Earth.\n\nThis function calculates a pair of perpendicular libration angles,\none representing rotation of the Moon in eclitpic longitude `elon`, the other\nin ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position.\n\nThis function also returns the geocentric position of the Moon\nexpressed in ecliptic longitude `mlon`, ecliptic latitude `mlat`, the\ndistance `dist_km` between the centers of the Earth and Moon expressed in kilometers,\nand the apparent angular diameter of the Moon `diam_deg`.", + "value": "Calculates the Moon's libration angles at a given moment in time.\n\nLibration is an observed back-and-forth wobble of the portion of the\nMoon visible from the Earth. It is caused by the imperfect tidal locking\nof the Moon's fixed rotation rate, compared to its variable angular speed\nof orbit around the Earth.\n\nThis function calculates a pair of perpendicular libration angles,\none representing rotation of the Moon in eclitpic longitude `elon`, the other\nin ecliptic latitude `elat`, both relative to the Moon's mean Earth-facing position.\n\nThis function also returns the geocentric position of the Moon\nexpressed in ecliptic longitude `mlon`, ecliptic latitude `mlat`, the\ndistance `dist_km` between the centers of the Earth and Moon expressed in kilometers,\nand the apparent angular diameter of the Moon `diam_deg`." + } + ], + "params": [ + { + "type": { + "names": [ + "FlexibleDateTime" + ] + }, + "description": "A Date object, a number of UTC days since the J2000 epoch (noon on January 1, 2000),\n or an AstroTime object.", + "name": "date" + } + ], + "returns": [ + { + "type": { + "names": [ + "LibrationInfo" + ] + } + } + ], + "name": "Libration", + "longname": "Libration", + "kind": "function", + "scope": "global" + }, + { + "comment": "", + "meta": { + "range": [ + 75765, + 75786 + ], + "filename": "astronomy.js", + "lineno": 1624, + "columnno": 10, + "code": { + "id": "astnode100008608", + "name": "time", + "type": "CallExpression", + "value": "" + } + }, + "undocumented": true, + "name": "time", + "longname": "Libration~time", + "kind": "constant", + "memberof": "Libration", + "scope": "inner", + "params": [] + }, + { + "comment": "", + "meta": { + "range": [ + 75798, + 75819 + ], + "filename": "astronomy.js", + "lineno": 1625, + "columnno": 10, + "code": { + "id": "astnode100008614", + "name": "t", + "type": "BinaryExpression", + "value": "" + } + }, + "undocumented": true, + "name": "t", + "longname": "Libration~t", + "kind": "constant", + "memberof": "Libration", + "scope": "inner", + "params": [] + }, + { + "comment": "", + "meta": { + "range": [ + 75831, + 75841 + ], + "filename": "astronomy.js", + "lineno": 1626, + "columnno": 10, + "code": { + "id": "astnode100008622", + "name": "t2", + "type": "BinaryExpression", + "value": "" + } + }, + "undocumented": true, + "name": "t2", + "longname": "Libration~t2", + "kind": "constant", + "memberof": "Libration", + "scope": "inner", + "params": [] + }, + { + "comment": "", + "meta": { + "range": [ + 75853, + 75864 + ], + "filename": "astronomy.js", + "lineno": 1627, + "columnno": 10, + "code": { + "id": "astnode100008628", + "name": "t3", + "type": "BinaryExpression", + "value": "" + } + }, + "undocumented": true, + "name": "t3", + "longname": "Libration~t3", + "kind": "constant", + "memberof": "Libration", + "scope": "inner", + "params": [] + }, + { + "comment": "", + "meta": { + "range": [ + 75876, + 75888 + ], + "filename": "astronomy.js", + "lineno": 1628, + "columnno": 10, + "code": { + "id": "astnode100008634", + "name": "t4", + "type": "BinaryExpression", + "value": "" + } + }, + "undocumented": true, + "name": "t4", + "longname": "Libration~t4", + "kind": "constant", + "memberof": "Libration", + "scope": "inner", + "params": [] + }, + { + "comment": "", + "meta": { + "range": [ + 75900, + 75921 + ], + "filename": "astronomy.js", + "lineno": 1629, + "columnno": 10, + "code": { + "id": "astnode100008640", + "name": "moon", + "type": "CallExpression", + "value": "" + } + }, + "undocumented": true, + "name": "moon", + "longname": "Libration~moon", + "kind": "constant", + "memberof": "Libration", + "scope": "inner", + "params": [] + }, + { + "comment": "", + "meta": { + "range": [ + 75933, + 75958 + ], + "filename": "astronomy.js", + "lineno": 1630, + "columnno": 10, + "code": { + "id": "astnode100008646", + "name": "mlon", + "type": "MemberExpression", + "value": "moon.geo_eclip_lon" + } + }, + "undocumented": true, + "name": "mlon", + "longname": "Libration~mlon", + "kind": "constant", + "memberof": "Libration", + "scope": "inner", + "params": [] + }, + { + "comment": "", + "meta": { + "range": [ + 75970, + 75995 + ], + "filename": "astronomy.js", + "lineno": 1631, + "columnno": 10, + "code": { + "id": "astnode100008652", + "name": "mlat", + "type": "MemberExpression", + "value": "moon.geo_eclip_lat" + } + }, + "undocumented": true, + "name": "mlat", + "longname": "Libration~mlat", + "kind": "constant", + "memberof": "Libration", + "scope": "inner", + "params": [] + }, + { + "comment": "", + "meta": { + "range": [ + 76007, + 76053 + ], + "filename": "astronomy.js", + "lineno": 1632, + "columnno": 10, + "code": { + "id": "astnode100008658", + "name": "dist_km", + "type": "BinaryExpression", + "value": "" + } + }, + "undocumented": true, + "name": "dist_km", + "longname": "Libration~dist_km", + "kind": "constant", + "memberof": "Libration", + "scope": "inner", + "params": [] + }, + { + "comment": "", + "meta": { + "range": [ + 76090, + 76119 + ], + "filename": "astronomy.js", + "lineno": 1634, + "columnno": 10, + "code": { + "id": "astnode100008668", + "name": "I", + "type": "BinaryExpression", + "value": "" + } + }, + "undocumented": true, + "name": "I", + "longname": "Libration~I", + "kind": "constant", + "memberof": "Libration", + "scope": "inner", + "params": [] + }, + { + "comment": "", + "meta": { + "range": [ + 76178, + 76300 + ], + "filename": "astronomy.js", + "lineno": 1636, + "columnno": 10, + "code": { + "id": "astnode100008676", + "name": "f", + "type": "BinaryExpression", + "value": "" + } + }, + "undocumented": true, + "name": "f", + "longname": "Libration~f", + "kind": "constant", + "memberof": "Libration", + "scope": "inner", + "params": [] + }, + { + "comment": "", + "meta": { + "range": [ + 76370, + 76493 + ], + "filename": "astronomy.js", + "lineno": 1638, + "columnno": 10, + "code": { + "id": "astnode100008702", + "name": "omega", + "type": "BinaryExpression", + "value": "" + } + }, + "undocumented": true, + "name": "omega", + "longname": "Libration~omega", + "kind": "constant", + "memberof": "Libration", + "scope": "inner", + "params": [] + }, + { + "comment": "", + "meta": { + "range": [ + 76532, + 76638 + ], + "filename": "astronomy.js", + "lineno": 1640, + "columnno": 10, + "code": { + "id": "astnode100008728", + "name": "m", + "type": "BinaryExpression", + "value": "" + } + }, + "undocumented": true, + "name": "m", + "longname": "Libration~m", + "kind": "constant", + "memberof": "Libration", + "scope": "inner", + "params": [] + }, + { + "comment": "", + "meta": { + "range": [ + 76678, + 76802 + ], + "filename": "astronomy.js", + "lineno": 1642, + "columnno": 10, + "code": { + "id": "astnode100008750", + "name": "mdash", + "type": "BinaryExpression", + "value": "" + } + }, + "undocumented": true, + "name": "mdash", + "longname": "Libration~mdash", + "kind": "constant", + "memberof": "Libration", + "scope": "inner", + "params": [] + }, + { + "comment": "", + "meta": { + "range": [ + 76845, + 76967 + ], + "filename": "astronomy.js", + "lineno": 1644, + "columnno": 10, + "code": { + "id": "astnode100008776", + "name": "d", + "type": "BinaryExpression", + "value": "" + } + }, + "undocumented": true, + "name": "d", + "longname": "Libration~d", + "kind": "constant", + "memberof": "Libration", + "scope": "inner", + "params": [] + }, + { + "comment": "", + "meta": { + "range": [ + 77021, + 77060 + ], + "filename": "astronomy.js", + "lineno": 1646, + "columnno": 10, + "code": { + "id": "astnode100008802", + "name": "e", + "type": "BinaryExpression", + "value": "" + } + }, + "undocumented": true, + "name": "e", + "longname": "Libration~e", + "kind": "constant", + "memberof": "Libration", + "scope": "inner", + "params": [] + }, + { + "comment": "", + "meta": { + "range": [ + 77098, + 77114 + ], + "filename": "astronomy.js", + "lineno": 1648, + "columnno": 10, + "code": { + "id": "astnode100008814", + "name": "w", + "type": "BinaryExpression", + "value": "" + } + }, + "undocumented": true, + "name": "w", + "longname": "Libration~w", + "kind": "constant", + "memberof": "Libration", + "scope": "inner", + "params": [] + }, + { + "comment": "", + "meta": { + "range": [ + 77126, + 77245 + ], + "filename": "astronomy.js", + "lineno": 1649, + "columnno": 10, + "code": { + "id": "astnode100008820", + "name": "a", + "type": "CallExpression", + "value": "" + } + }, + "undocumented": true, + "name": "a", + "longname": "Libration~a", + "kind": "constant", + "memberof": "Libration", + "scope": "inner", + "params": [] + }, + { + "comment": "", + "meta": { + "range": [ + 77257, + 77307 + ], + "filename": "astronomy.js", + "lineno": 1650, + "columnno": 10, + "code": { + "id": "astnode100008867", + "name": "ldash", + "type": "CallExpression", + "value": "" + } + }, + "undocumented": true, + "name": "ldash", + "longname": "Libration~ldash", + "kind": "constant", + "memberof": "Libration", + "scope": "inner", + "params": [] + }, + { + "comment": "", + "meta": { + "range": [ + 77319, + 77412 + ], + "filename": "astronomy.js", + "lineno": 1651, + "columnno": 10, + "code": { + "id": "astnode100008879", + "name": "bdash", + "type": "CallExpression", + "value": "" + } + }, + "undocumented": true, + "name": "bdash", + "longname": "Libration~bdash", + "kind": "constant", + "memberof": "Libration", + "scope": "inner", + "params": [] + }, + { + "comment": "", + "meta": { + "range": [ + 77451, + 77496 + ], + "filename": "astronomy.js", + "lineno": 1653, + "columnno": 10, + "code": { + "id": "astnode100008916", + "name": "k1", + "type": "BinaryExpression", + "value": "" + } + }, + "undocumented": true, + "name": "k1", + "longname": "Libration~k1", + "kind": "constant", + "memberof": "Libration", + "scope": "inner", + "params": [] + }, + { + "comment": "", + "meta": { + "range": [ + 77508, + 77551 + ], + "filename": "astronomy.js", + "lineno": 1654, + "columnno": 10, + "code": { + "id": "astnode100008928", + "name": "k2", + "type": "BinaryExpression", + "value": "" + } + }, + "undocumented": true, + "name": "k2", + "longname": "Libration~k2", + "kind": "constant", + "memberof": "Libration", + "scope": "inner", + "params": [] + }, + { + "comment": "", + "meta": { + "range": [ + 77563, + 77982 + ], + "filename": "astronomy.js", + "lineno": 1655, + "columnno": 10, + "code": { + "id": "astnode100008940", + "name": "rho", + "type": "BinaryExpression", + "value": "" + } + }, + "undocumented": true, + "name": "rho", + "longname": "Libration~rho", + "kind": "constant", + "memberof": "Libration", + "scope": "inner", + "params": [] + }, + { + "comment": "", + "meta": { + "range": [ + 77994, + 78542 + ], + "filename": "astronomy.js", + "lineno": 1665, + "columnno": 10, + "code": { + "id": "astnode100009064", + "name": "sigma", + "type": "BinaryExpression", + "value": "" + } + }, + "undocumented": true, + "name": "sigma", + "longname": "Libration~sigma", + "kind": "constant", + "memberof": "Libration", + "scope": "inner", + "params": [] + }, + { + "comment": "", + "meta": { + "range": [ + 78554, + 79368 + ], + "filename": "astronomy.js", + "lineno": 1678, + "columnno": 10, + "code": { + "id": "astnode100009223", + "name": "tau", + "type": "BinaryExpression", + "value": "" + } + }, + "undocumented": true, + "name": "tau", + "longname": "Libration~tau", + "kind": "constant", + "memberof": "Libration", + "scope": "inner", + "params": [] + }, + { + "comment": "", + "meta": { + "range": [ + 79380, + 79455 + ], + "filename": "astronomy.js", + "lineno": 1697, + "columnno": 10, + "code": { + "id": "astnode100009462", + "name": "ldash2", + "type": "BinaryExpression", + "value": "" + } + }, + "undocumented": true, + "name": "ldash2", + "longname": "Libration~ldash2", + "kind": "constant", + "memberof": "Libration", + "scope": "inner", + "params": [] + }, + { + "comment": "", + "meta": { + "range": [ + 79467, + 79515 + ], + "filename": "astronomy.js", + "lineno": 1698, + "columnno": 10, + "code": { + "id": "astnode100009489", + "name": "bdash2", + "type": "BinaryExpression", + "value": "" + } + }, + "undocumented": true, + "name": "bdash2", + "longname": "Libration~bdash2", + "kind": "constant", + "memberof": "Libration", + "scope": "inner", + "params": [] + }, + { + "comment": "", + "meta": { + "range": [ + 79527, + 79667 + ], + "filename": "astronomy.js", + "lineno": 1699, + "columnno": 10, + "code": { + "id": "astnode100009507", + "name": "diam_deg", + "type": "BinaryExpression", + "value": "" + } + }, + "undocumented": true, + "name": "diam_deg", + "longname": "Libration~diam_deg", + "kind": "constant", + "memberof": "Libration", + "scope": "inner", + "params": [] + }, + { + "comment": "", + "meta": { + "range": [ + 79782, + 79811 + ], + "filename": "astronomy.js", + "lineno": 1702, + "columnno": 0, + "code": { + "id": "astnode100009550", + "name": "exports.Libration", + "type": "Identifier", + "value": "Libration", + "paramnames": [] + } + }, + "undocumented": true, + "name": "Libration", + "longname": "Libration", + "kind": "member", + "scope": "global" + }, + { + "comment": "", + "meta": { + "range": [ + 79813, + 80140 + ], + "filename": "astronomy.js", + "lineno": 1703, + "columnno": 0, + "code": { + "id": "astnode100009555", "name": "precession", "type": "FunctionDeclaration", "paramnames": [ @@ -12819,14 +14070,14 @@ "comment": "", "meta": { "range": [ - 73721, - 73750 + 79861, + 79890 ], "filename": "astronomy.js", - "lineno": 1574, + "lineno": 1704, "columnno": 10, "code": { - "id": "astnode100008547", + "id": "astnode100009562", "name": "r", "type": "CallExpression", "value": "" @@ -12844,14 +14095,14 @@ "comment": "", "meta": { "range": [ - 74001, - 75815 + 80141, + 81955 ], "filename": "astronomy.js", - "lineno": 1581, + "lineno": 1711, "columnno": 0, "code": { - "id": "astnode100008660", + "id": "astnode100009675", "name": "precession_rot", "type": "FunctionDeclaration", "paramnames": [ @@ -12895,14 +14146,14 @@ "comment": "", "meta": { "range": [ - 74048, - 74067 + 80188, + 80207 ], "filename": "astronomy.js", - "lineno": 1582, + "lineno": 1712, "columnno": 10, "code": { - "id": "astnode100008666", + "id": "astnode100009681", "name": "t", "type": "BinaryExpression", "value": "" @@ -12920,14 +14171,14 @@ "comment": "", "meta": { "range": [ - 74077, - 74093 + 80217, + 80233 ], "filename": "astronomy.js", - "lineno": 1583, + "lineno": 1713, "columnno": 8, "code": { - "id": "astnode100008674", + "id": "astnode100009689", "name": "eps0", "type": "Literal", "value": 84381.406 @@ -12945,14 +14196,14 @@ "comment": "", "meta": { "range": [ - 74103, - 74238 + 80243, + 80378 ], "filename": "astronomy.js", - "lineno": 1584, + "lineno": 1714, "columnno": 8, "code": { - "id": "astnode100008678", + "id": "astnode100009693", "name": "psia", "type": "BinaryExpression", "value": "" @@ -12970,14 +14221,14 @@ "comment": "", "meta": { "range": [ - 74248, - 74389 + 80388, + 80529 ], "filename": "astronomy.js", - "lineno": 1589, + "lineno": 1719, "columnno": 8, "code": { - "id": "astnode100008701", + "id": "astnode100009716", "name": "omegaa", "type": "BinaryExpression", "value": "" @@ -12995,14 +14246,14 @@ "comment": "", "meta": { "range": [ - 74399, - 74532 + 80539, + 80672 ], "filename": "astronomy.js", - "lineno": 1594, + "lineno": 1724, "columnno": 8, "code": { - "id": "astnode100008726", + "id": "astnode100009741", "name": "chia", "type": "BinaryExpression", "value": "" @@ -13020,14 +14271,14 @@ "comment": "", "meta": { "range": [ - 74538, - 74554 + 80678, + 80694 ], "filename": "astronomy.js", - "lineno": 1599, + "lineno": 1729, "columnno": 4, "code": { - "id": "astnode100008749", + "id": "astnode100009764", "name": "eps0", "type": "Identifier", "funcscope": "precession_rot", @@ -13046,14 +14297,14 @@ "comment": "", "meta": { "range": [ - 74560, - 74576 + 80700, + 80716 ], "filename": "astronomy.js", - "lineno": 1600, + "lineno": 1730, "columnno": 4, "code": { - "id": "astnode100008753", + "id": "astnode100009768", "name": "psia", "type": "Identifier", "funcscope": "precession_rot", @@ -13072,14 +14323,14 @@ "comment": "", "meta": { "range": [ - 74582, - 74600 + 80722, + 80740 ], "filename": "astronomy.js", - "lineno": 1601, + "lineno": 1731, "columnno": 4, "code": { - "id": "astnode100008757", + "id": "astnode100009772", "name": "omegaa", "type": "Identifier", "funcscope": "precession_rot", @@ -13098,14 +14349,14 @@ "comment": "", "meta": { "range": [ - 74606, - 74622 + 80746, + 80762 ], "filename": "astronomy.js", - "lineno": 1602, + "lineno": 1732, "columnno": 4, "code": { - "id": "astnode100008761", + "id": "astnode100009776", "name": "chia", "type": "Identifier", "funcscope": "precession_rot", @@ -13124,14 +14375,14 @@ "comment": "", "meta": { "range": [ - 74634, - 74653 + 80774, + 80793 ], "filename": "astronomy.js", - "lineno": 1603, + "lineno": 1733, "columnno": 10, "code": { - "id": "astnode100008765", + "id": "astnode100009780", "name": "sa", "type": "CallExpression", "value": "" @@ -13149,14 +14400,14 @@ "comment": "", "meta": { "range": [ - 74665, - 74684 + 80805, + 80824 ], "filename": "astronomy.js", - "lineno": 1604, + "lineno": 1734, "columnno": 10, "code": { - "id": "astnode100008773", + "id": "astnode100009788", "name": "ca", "type": "CallExpression", "value": "" @@ -13174,14 +14425,14 @@ "comment": "", "meta": { "range": [ - 74696, - 74716 + 80836, + 80856 ], "filename": "astronomy.js", - "lineno": 1605, + "lineno": 1735, "columnno": 10, "code": { - "id": "astnode100008781", + "id": "astnode100009796", "name": "sb", "type": "CallExpression", "value": "" @@ -13199,14 +14450,14 @@ "comment": "", "meta": { "range": [ - 74728, - 74748 + 80868, + 80888 ], "filename": "astronomy.js", - "lineno": 1606, + "lineno": 1736, "columnno": 10, "code": { - "id": "astnode100008790", + "id": "astnode100009805", "name": "cb", "type": "CallExpression", "value": "" @@ -13224,14 +14475,14 @@ "comment": "", "meta": { "range": [ - 74760, - 74782 + 80900, + 80922 ], "filename": "astronomy.js", - "lineno": 1607, + "lineno": 1737, "columnno": 10, "code": { - "id": "astnode100008799", + "id": "astnode100009814", "name": "sc", "type": "CallExpression", "value": "" @@ -13249,14 +14500,14 @@ "comment": "", "meta": { "range": [ - 74794, - 74816 + 80934, + 80956 ], "filename": "astronomy.js", - "lineno": 1608, + "lineno": 1738, "columnno": 10, "code": { - "id": "astnode100008808", + "id": "astnode100009823", "name": "cc", "type": "CallExpression", "value": "" @@ -13274,14 +14525,14 @@ "comment": "", "meta": { "range": [ - 74828, - 74847 + 80968, + 80987 ], "filename": "astronomy.js", - "lineno": 1609, + "lineno": 1739, "columnno": 10, "code": { - "id": "astnode100008817", + "id": "astnode100009832", "name": "sd", "type": "CallExpression", "value": "" @@ -13299,14 +14550,14 @@ "comment": "", "meta": { "range": [ - 74859, - 74878 + 80999, + 81018 ], "filename": "astronomy.js", - "lineno": 1610, + "lineno": 1740, "columnno": 10, "code": { - "id": "astnode100008825", + "id": "astnode100009840", "name": "cd", "type": "CallExpression", "value": "" @@ -13324,14 +14575,14 @@ "comment": "", "meta": { "range": [ - 74890, - 74917 + 81030, + 81057 ], "filename": "astronomy.js", - "lineno": 1611, + "lineno": 1741, "columnno": 10, "code": { - "id": "astnode100008833", + "id": "astnode100009848", "name": "xx", "type": "BinaryExpression", "value": "" @@ -13349,14 +14600,14 @@ "comment": "", "meta": { "range": [ - 74929, - 74981 + 81069, + 81121 ], "filename": "astronomy.js", - "lineno": 1612, + "lineno": 1742, "columnno": 10, "code": { - "id": "astnode100008845", + "id": "astnode100009860", "name": "yx", "type": "BinaryExpression", "value": "" @@ -13374,14 +14625,14 @@ "comment": "", "meta": { "range": [ - 74993, - 75045 + 81133, + 81185 ], "filename": "astronomy.js", - "lineno": 1613, + "lineno": 1743, "columnno": 10, "code": { - "id": "astnode100008867", + "id": "astnode100009882", "name": "zx", "type": "BinaryExpression", "value": "" @@ -13399,14 +14650,14 @@ "comment": "", "meta": { "range": [ - 75057, - 75085 + 81197, + 81225 ], "filename": "astronomy.js", - "lineno": 1614, + "lineno": 1744, "columnno": 10, "code": { - "id": "astnode100008889", + "id": "astnode100009904", "name": "xy", "type": "BinaryExpression", "value": "" @@ -13424,14 +14675,14 @@ "comment": "", "meta": { "range": [ - 75097, - 75150 + 81237, + 81290 ], "filename": "astronomy.js", - "lineno": 1615, + "lineno": 1745, "columnno": 10, "code": { - "id": "astnode100008902", + "id": "astnode100009917", "name": "yy", "type": "BinaryExpression", "value": "" @@ -13449,14 +14700,14 @@ "comment": "", "meta": { "range": [ - 75162, - 75215 + 81302, + 81355 ], "filename": "astronomy.js", - "lineno": 1616, + "lineno": 1746, "columnno": 10, "code": { - "id": "astnode100008925", + "id": "astnode100009940", "name": "zy", "type": "BinaryExpression", "value": "" @@ -13474,14 +14725,14 @@ "comment": "", "meta": { "range": [ - 75227, - 75239 + 81367, + 81379 ], "filename": "astronomy.js", - "lineno": 1617, + "lineno": 1747, "columnno": 10, "code": { - "id": "astnode100008948", + "id": "astnode100009963", "name": "xz", "type": "BinaryExpression", "value": "" @@ -13499,14 +14750,14 @@ "comment": "", "meta": { "range": [ - 75251, - 75279 + 81391, + 81419 ], "filename": "astronomy.js", - "lineno": 1618, + "lineno": 1748, "columnno": 10, "code": { - "id": "astnode100008954", + "id": "astnode100009969", "name": "yz", "type": "BinaryExpression", "value": "" @@ -13524,14 +14775,14 @@ "comment": "", "meta": { "range": [ - 75291, - 75319 + 81431, + 81459 ], "filename": "astronomy.js", - "lineno": 1619, + "lineno": 1749, "columnno": 10, "code": { - "id": "astnode100008967", + "id": "astnode100009982", "name": "zz", "type": "BinaryExpression", "value": "" @@ -13549,14 +14800,14 @@ "comment": "", "meta": { "range": [ - 75816, - 76048 + 81956, + 82188 ], "filename": "astronomy.js", - "lineno": 1638, + "lineno": 1768, "columnno": 0, "code": { - "id": "astnode100009027", + "id": "astnode100010042", "name": "era", "type": "FunctionDeclaration", "paramnames": [ @@ -13580,14 +14831,14 @@ "comment": "", "meta": { "range": [ - 75847, - 75902 + 81987, + 82042 ], "filename": "astronomy.js", - "lineno": 1639, + "lineno": 1769, "columnno": 10, "code": { - "id": "astnode100009032", + "id": "astnode100010047", "name": "thet1", "type": "BinaryExpression", "value": "" @@ -13605,14 +14856,14 @@ "comment": "", "meta": { "range": [ - 75914, - 75933 + 82054, + 82073 ], "filename": "astronomy.js", - "lineno": 1640, + "lineno": 1770, "columnno": 10, "code": { - "id": "astnode100009042", + "id": "astnode100010057", "name": "thet3", "type": "BinaryExpression", "value": "" @@ -13630,14 +14881,14 @@ "comment": "", "meta": { "range": [ - 75943, - 75978 + 82083, + 82118 ], "filename": "astronomy.js", - "lineno": 1641, + "lineno": 1771, "columnno": 8, "code": { - "id": "astnode100009050", + "id": "astnode100010065", "name": "theta", "type": "BinaryExpression", "value": "" @@ -13655,14 +14906,14 @@ "comment": "", "meta": { "range": [ - 76009, - 76021 + 82149, + 82161 ], "filename": "astronomy.js", - "lineno": 1643, + "lineno": 1773, "columnno": 8, "code": { - "id": "astnode100009065", + "id": "astnode100010080", "name": "theta", "type": "Literal", "funcscope": "era", @@ -13681,14 +14932,14 @@ "comment": "", "meta": { "range": [ - 76049, - 76602 + 82189, + 82742 ], "filename": "astronomy.js", - "lineno": 1647, + "lineno": 1777, "columnno": 0, "code": { - "id": "astnode100009070", + "id": "astnode100010085", "name": "sidereal_time", "type": "FunctionDeclaration", "paramnames": [ @@ -13714,14 +14965,14 @@ "comment": "", "meta": { "range": [ - 76090, - 76109 + 82230, + 82249 ], "filename": "astronomy.js", - "lineno": 1648, + "lineno": 1778, "columnno": 10, "code": { - "id": "astnode100009075", + "id": "astnode100010090", "name": "t", "type": "BinaryExpression", "value": "" @@ -13739,14 +14990,14 @@ "comment": "", "meta": { "range": [ - 76119, - 76146 + 82259, + 82286 ], "filename": "astronomy.js", - "lineno": 1649, + "lineno": 1779, "columnno": 8, "code": { - "id": "astnode100009083", + "id": "astnode100010098", "name": "eqeq", "type": "BinaryExpression", "value": "" @@ -13764,14 +15015,14 @@ "comment": "", "meta": { "range": [ - 76230, - 76247 + 82370, + 82387 ], "filename": "astronomy.js", - "lineno": 1650, + "lineno": 1780, "columnno": 10, "code": { - "id": "astnode100009093", + "id": "astnode100010108", "name": "theta", "type": "CallExpression", "value": "" @@ -13789,14 +15040,14 @@ "comment": "", "meta": { "range": [ - 76259, - 76434 + 82399, + 82574 ], "filename": "astronomy.js", - "lineno": 1651, + "lineno": 1781, "columnno": 10, "code": { - "id": "astnode100009099", + "id": "astnode100010114", "name": "st", "type": "BinaryExpression", "value": "" @@ -13814,14 +15065,14 @@ "comment": "", "meta": { "range": [ - 76444, - 76482 + 82584, + 82622 ], "filename": "astronomy.js", - "lineno": 1657, + "lineno": 1787, "columnno": 8, "code": { - "id": "astnode100009126", + "id": "astnode100010141", "name": "gst", "type": "BinaryExpression", "value": "" @@ -13839,14 +15090,14 @@ "comment": "", "meta": { "range": [ - 76511, - 76520 + 82651, + 82660 ], "filename": "astronomy.js", - "lineno": 1659, + "lineno": 1789, "columnno": 8, "code": { - "id": "astnode100009143", + "id": "astnode100010158", "name": "gst", "type": "Literal", "funcscope": "sidereal_time", @@ -13865,14 +15116,14 @@ "comment": "", "meta": { "range": [ - 76603, - 79215 + 82743, + 85355 ], "filename": "astronomy.js", - "lineno": 1663, + "lineno": 1793, "columnno": 0, "code": { - "id": "astnode100009148", + "id": "astnode100010163", "name": "inverse_terra", "type": "FunctionDeclaration", "paramnames": [ @@ -13914,14 +15165,14 @@ "comment": "", "meta": { "range": [ - 76685, - 76716 + 82825, + 82856 ], "filename": "astronomy.js", - "lineno": 1665, + "lineno": 1795, "columnno": 10, "code": { - "id": "astnode100009154", + "id": "astnode100010169", "name": "x", "type": "BinaryExpression", "value": "" @@ -13939,14 +15190,14 @@ "comment": "", "meta": { "range": [ - 76728, - 76759 + 82868, + 82899 ], "filename": "astronomy.js", - "lineno": 1666, + "lineno": 1796, "columnno": 10, "code": { - "id": "astnode100009164", + "id": "astnode100010179", "name": "y", "type": "BinaryExpression", "value": "" @@ -13964,14 +15215,14 @@ "comment": "", "meta": { "range": [ - 76771, - 76802 + 82911, + 82942 ], "filename": "astronomy.js", - "lineno": 1667, + "lineno": 1797, "columnno": 10, "code": { - "id": "astnode100009174", + "id": "astnode100010189", "name": "z", "type": "BinaryExpression", "value": "" @@ -13989,14 +15240,14 @@ "comment": "", "meta": { "range": [ - 76814, - 76842 + 82954, + 82982 ], "filename": "astronomy.js", - "lineno": 1668, + "lineno": 1798, "columnno": 10, "code": { - "id": "astnode100009184", + "id": "astnode100010199", "name": "p", "type": "CallExpression", "value": "" @@ -14014,14 +15265,14 @@ "comment": "", "meta": { "range": [ - 76852, - 76859 + 82992, + 82999 ], "filename": "astronomy.js", - "lineno": 1669, + "lineno": 1799, "columnno": 8, "code": { - "id": "astnode100009198", + "id": "astnode100010213", "name": "lon_deg" } }, @@ -14037,14 +15288,14 @@ "comment": "", "meta": { "range": [ - 76861, - 76868 + 83001, + 83008 ], "filename": "astronomy.js", - "lineno": 1669, + "lineno": 1799, "columnno": 17, "code": { - "id": "astnode100009200", + "id": "astnode100010215", "name": "lat_deg" } }, @@ -14060,14 +15311,14 @@ "comment": "", "meta": { "range": [ - 76870, - 76879 + 83010, + 83019 ], "filename": "astronomy.js", - "lineno": 1669, + "lineno": 1799, "columnno": 26, "code": { - "id": "astnode100009202", + "id": "astnode100010217", "name": "height_km" } }, @@ -14083,14 +15334,14 @@ "comment": "", "meta": { "range": [ - 77045, - 77056 + 83185, + 83196 ], "filename": "astronomy.js", - "lineno": 1673, + "lineno": 1803, "columnno": 8, "code": { - "id": "astnode100009210", + "id": "astnode100010225", "name": "lon_deg", "type": "Literal", "funcscope": "inverse_terra", @@ -14109,14 +15360,14 @@ "comment": "", "meta": { "range": [ - 77066, - 77097 + 83206, + 83237 ], "filename": "astronomy.js", - "lineno": 1674, + "lineno": 1804, "columnno": 8, "code": { - "id": "astnode100009214", + "id": "astnode100010229", "name": "lat_deg", "type": "ConditionalExpression", "funcscope": "inverse_terra", @@ -14135,14 +15386,14 @@ "comment": "", "meta": { "range": [ - 77159, - 77206 + 83299, + 83346 ], "filename": "astronomy.js", - "lineno": 1676, + "lineno": 1806, "columnno": 8, "code": { - "id": "astnode100009225", + "id": "astnode100010240", "name": "height_km", "type": "BinaryExpression", "funcscope": "inverse_terra", @@ -14161,14 +15412,14 @@ "comment": "", "meta": { "range": [ - 77239, - 77264 + 83379, + 83404 ], "filename": "astronomy.js", - "lineno": 1679, + "lineno": 1809, "columnno": 14, "code": { - "id": "astnode100009236", + "id": "astnode100010251", "name": "stlocl", "type": "CallExpression", "value": "" @@ -14186,14 +15437,14 @@ "comment": "", "meta": { "range": [ - 77312, - 77362 + 83452, + 83502 ], "filename": "astronomy.js", - "lineno": 1681, + "lineno": 1811, "columnno": 8, "code": { - "id": "astnode100009245", + "id": "astnode100010260", "name": "lon_deg", "type": "BinaryExpression", "funcscope": "inverse_terra", @@ -14212,14 +15463,14 @@ "comment": "", "meta": { "range": [ - 77466, - 77480 + 83606, + 83620 ], "filename": "astronomy.js", - "lineno": 1684, + "lineno": 1814, "columnno": 12, "code": { - "id": "astnode100009262", + "id": "astnode100010277", "name": "lon_deg", "type": "Literal", "funcscope": "inverse_terra", @@ -14238,14 +15489,14 @@ "comment": "", "meta": { "range": [ - 77525, - 77539 + 83665, + 83679 ], "filename": "astronomy.js", - "lineno": 1686, + "lineno": 1816, "columnno": 12, "code": { - "id": "astnode100009271", + "id": "astnode100010286", "name": "lon_deg", "type": "Literal", "funcscope": "inverse_terra", @@ -14264,14 +15515,14 @@ "comment": "", "meta": { "range": [ - 77627, - 77666 + 83767, + 83806 ], "filename": "astronomy.js", - "lineno": 1688, + "lineno": 1818, "columnno": 14, "code": { - "id": "astnode100009275", + "id": "astnode100010290", "name": "F", "type": "BinaryExpression", "value": "" @@ -14289,14 +15540,14 @@ "comment": "", "meta": { "range": [ - 77757, - 77779 + 83897, + 83919 ], "filename": "astronomy.js", - "lineno": 1690, + "lineno": 1820, "columnno": 12, "code": { - "id": "astnode100009281", + "id": "astnode100010296", "name": "lat", "type": "CallExpression", "value": "" @@ -14314,14 +15565,14 @@ "comment": "", "meta": { "range": [ - 77793, - 77796 + 83933, + 83936 ], "filename": "astronomy.js", - "lineno": 1691, + "lineno": 1821, "columnno": 12, "code": { - "id": "astnode100009290", + "id": "astnode100010305", "name": "cos" } }, @@ -14337,14 +15588,14 @@ "comment": "", "meta": { "range": [ - 77798, - 77801 + 83938, + 83941 ], "filename": "astronomy.js", - "lineno": 1691, + "lineno": 1821, "columnno": 17, "code": { - "id": "astnode100009292", + "id": "astnode100010307", "name": "sin" } }, @@ -14360,14 +15611,14 @@ "comment": "", "meta": { "range": [ - 77803, - 77808 + 83943, + 83948 ], "filename": "astronomy.js", - "lineno": 1691, + "lineno": 1821, "columnno": 22, "code": { - "id": "astnode100009294", + "id": "astnode100010309", "name": "denom" } }, @@ -14383,14 +15634,14 @@ "comment": "", "meta": { "range": [ - 77968, - 77987 + 84108, + 84127 ], "filename": "astronomy.js", - "lineno": 1695, + "lineno": 1825, "columnno": 12, "code": { - "id": "astnode100009299", + "id": "astnode100010314", "name": "cos", "type": "CallExpression", "funcscope": "inverse_terra", @@ -14409,14 +15660,14 @@ "comment": "", "meta": { "range": [ - 78001, - 78020 + 84141, + 84160 ], "filename": "astronomy.js", - "lineno": 1696, + "lineno": 1826, "columnno": 12, "code": { - "id": "astnode100009307", + "id": "astnode100010322", "name": "sin", "type": "CallExpression", "funcscope": "inverse_terra", @@ -14435,14 +15686,14 @@ "comment": "", "meta": { "range": [ - 78040, - 78085 + 84180, + 84225 ], "filename": "astronomy.js", - "lineno": 1697, + "lineno": 1827, "columnno": 18, "code": { - "id": "astnode100009315", + "id": "astnode100010330", "name": "factor", "type": "BinaryExpression", "value": "" @@ -14460,14 +15711,14 @@ "comment": "", "meta": { "range": [ - 78105, - 78121 + 84245, + 84261 ], "filename": "astronomy.js", - "lineno": 1698, + "lineno": 1828, "columnno": 18, "code": { - "id": "astnode100009323", + "id": "astnode100010338", "name": "cos2", "type": "BinaryExpression", "value": "" @@ -14485,14 +15736,14 @@ "comment": "", "meta": { "range": [ - 78141, - 78157 + 84281, + 84297 ], "filename": "astronomy.js", - "lineno": 1699, + "lineno": 1829, "columnno": 18, "code": { - "id": "astnode100009329", + "id": "astnode100010344", "name": "sin2", "type": "BinaryExpression", "value": "" @@ -14510,14 +15761,14 @@ "comment": "", "meta": { "range": [ - 78177, - 78203 + 84317, + 84343 ], "filename": "astronomy.js", - "lineno": 1700, + "lineno": 1830, "columnno": 18, "code": { - "id": "astnode100009335", + "id": "astnode100010350", "name": "radicand", "type": "BinaryExpression", "value": "" @@ -14535,14 +15786,14 @@ "comment": "", "meta": { "range": [ - 78217, - 78244 + 84357, + 84384 ], "filename": "astronomy.js", - "lineno": 1701, + "lineno": 1831, "columnno": 12, "code": { - "id": "astnode100009343", + "id": "astnode100010358", "name": "denom", "type": "CallExpression", "funcscope": "inverse_terra", @@ -14561,14 +15812,14 @@ "comment": "", "meta": { "range": [ - 78264, - 78316 + 84404, + 84456 ], "filename": "astronomy.js", - "lineno": 1702, + "lineno": 1832, "columnno": 18, "code": { - "id": "astnode100009351", + "id": "astnode100010366", "name": "W", "type": "BinaryExpression", "value": "" @@ -14586,14 +15837,14 @@ "comment": "", "meta": { "range": [ - 78564, - 78666 + 84704, + 84806 ], "filename": "astronomy.js", - "lineno": 1707, + "lineno": 1837, "columnno": 18, "code": { - "id": "astnode100009378", + "id": "astnode100010393", "name": "D", "type": "BinaryExpression", "value": "" @@ -14611,14 +15862,14 @@ "comment": "", "meta": { "range": [ - 78680, - 78692 + 84820, + 84832 ], "filename": "astronomy.js", - "lineno": 1708, + "lineno": 1838, "columnno": 12, "code": { - "id": "astnode100009408", + "id": "astnode100010423", "name": "lat", "type": "BinaryExpression", "funcscope": "inverse_terra", @@ -14637,14 +15888,14 @@ "comment": "", "meta": { "range": [ - 78775, - 78806 + 84915, + 84946 ], "filename": "astronomy.js", - "lineno": 1711, + "lineno": 1841, "columnno": 8, "code": { - "id": "astnode100009414", + "id": "astnode100010429", "name": "lat_deg", "type": "BinaryExpression", "funcscope": "inverse_terra", @@ -14663,14 +15914,14 @@ "comment": "", "meta": { "range": [ - 78958, - 79001 + 85098, + 85141 ], "filename": "astronomy.js", - "lineno": 1714, + "lineno": 1844, "columnno": 14, "code": { - "id": "astnode100009422", + "id": "astnode100010437", "name": "adjust", "type": "BinaryExpression", "value": "" @@ -14688,14 +15939,14 @@ "comment": "", "meta": { "range": [ - 79058, - 79090 + 85198, + 85230 ], "filename": "astronomy.js", - "lineno": 1716, + "lineno": 1846, "columnno": 12, "code": { - "id": "astnode100009440", + "id": "astnode100010455", "name": "height_km", "type": "BinaryExpression", "funcscope": "inverse_terra", @@ -14714,14 +15965,14 @@ "comment": "", "meta": { "range": [ - 79117, - 79145 + 85257, + 85285 ], "filename": "astronomy.js", - "lineno": 1718, + "lineno": 1848, "columnno": 12, "code": { - "id": "astnode100009450", + "id": "astnode100010465", "name": "height_km", "type": "BinaryExpression", "funcscope": "inverse_terra", @@ -14740,14 +15991,14 @@ "comment": "", "meta": { "range": [ - 79216, - 80096 + 85356, + 86236 ], "filename": "astronomy.js", - "lineno": 1722, + "lineno": 1852, "columnno": 0, "code": { - "id": "astnode100009465", + "id": "astnode100010480", "name": "terra", "type": "FunctionDeclaration", "paramnames": [ @@ -14782,14 +16033,14 @@ "comment": "", "meta": { "range": [ - 79257, - 79283 + 85397, + 85423 ], "filename": "astronomy.js", - "lineno": 1723, + "lineno": 1853, "columnno": 10, "code": { - "id": "astnode100009471", + "id": "astnode100010486", "name": "df", "type": "BinaryExpression", "value": "" @@ -14807,14 +16058,14 @@ "comment": "", "meta": { "range": [ - 79322, - 79335 + 85462, + 85475 ], "filename": "astronomy.js", - "lineno": 1724, + "lineno": 1854, "columnno": 10, "code": { - "id": "astnode100009477", + "id": "astnode100010492", "name": "df2", "type": "BinaryExpression", "value": "" @@ -14832,14 +16083,14 @@ "comment": "", "meta": { "range": [ - 79347, - 79388 + 85487, + 85528 ], "filename": "astronomy.js", - "lineno": 1725, + "lineno": 1855, "columnno": 10, "code": { - "id": "astnode100009483", + "id": "astnode100010498", "name": "phi", "type": "BinaryExpression", "value": "" @@ -14857,14 +16108,14 @@ "comment": "", "meta": { "range": [ - 79400, - 79422 + 85540, + 85562 ], "filename": "astronomy.js", - "lineno": 1726, + "lineno": 1856, "columnno": 10, "code": { - "id": "astnode100009493", + "id": "astnode100010508", "name": "sinphi", "type": "CallExpression", "value": "" @@ -14882,14 +16133,14 @@ "comment": "", "meta": { "range": [ - 79434, - 79456 + 85574, + 85596 ], "filename": "astronomy.js", - "lineno": 1727, + "lineno": 1857, "columnno": 10, "code": { - "id": "astnode100009501", + "id": "astnode100010516", "name": "cosphi", "type": "CallExpression", "value": "" @@ -14907,14 +16158,14 @@ "comment": "", "meta": { "range": [ - 79468, - 79526 + 85608, + 85666 ], "filename": "astronomy.js", - "lineno": 1728, + "lineno": 1858, "columnno": 10, "code": { - "id": "astnode100009509", + "id": "astnode100010524", "name": "c", "type": "BinaryExpression", "value": "" @@ -14932,14 +16183,14 @@ "comment": "", "meta": { "range": [ - 79538, - 79549 + 85678, + 85689 ], "filename": "astronomy.js", - "lineno": 1729, + "lineno": 1859, "columnno": 10, "code": { - "id": "astnode100009527", + "id": "astnode100010542", "name": "s", "type": "BinaryExpression", "value": "" @@ -14957,14 +16208,14 @@ "comment": "", "meta": { "range": [ - 79561, - 79591 + 85701, + 85731 ], "filename": "astronomy.js", - "lineno": 1730, + "lineno": 1860, "columnno": 10, "code": { - "id": "astnode100009533", + "id": "astnode100010548", "name": "ht_km", "type": "BinaryExpression", "value": "" @@ -14982,14 +16233,14 @@ "comment": "", "meta": { "range": [ - 79603, - 79647 + 85743, + 85787 ], "filename": "astronomy.js", - "lineno": 1731, + "lineno": 1861, "columnno": 10, "code": { - "id": "astnode100009541", + "id": "astnode100010556", "name": "ach", "type": "BinaryExpression", "value": "" @@ -15007,14 +16258,14 @@ "comment": "", "meta": { "range": [ - 79659, - 79703 + 85799, + 85843 ], "filename": "astronomy.js", - "lineno": 1732, + "lineno": 1862, "columnno": 10, "code": { - "id": "astnode100009549", + "id": "astnode100010564", "name": "ash", "type": "BinaryExpression", "value": "" @@ -15032,14 +16283,14 @@ "comment": "", "meta": { "range": [ - 79715, - 79772 + 85855, + 85912 ], "filename": "astronomy.js", - "lineno": 1733, + "lineno": 1863, "columnno": 10, "code": { - "id": "astnode100009557", + "id": "astnode100010572", "name": "stlocl", "type": "BinaryExpression", "value": "" @@ -15057,14 +16308,14 @@ "comment": "", "meta": { "range": [ - 79784, - 79808 + 85924, + 85948 ], "filename": "astronomy.js", - "lineno": 1734, + "lineno": 1864, "columnno": 10, "code": { - "id": "astnode100009571", + "id": "astnode100010586", "name": "sinst", "type": "CallExpression", "value": "" @@ -15082,14 +16333,14 @@ "comment": "", "meta": { "range": [ - 79820, - 79844 + 85960, + 85984 ], "filename": "astronomy.js", - "lineno": 1735, + "lineno": 1865, "columnno": 10, "code": { - "id": "astnode100009579", + "id": "astnode100010594", "name": "cosst", "type": "CallExpression", "value": "" @@ -15107,14 +16358,14 @@ "comment": "", "meta": { "range": [ - 79867, - 79990 + 86007, + 86130 ], "filename": "astronomy.js", - "lineno": 1737, + "lineno": 1867, "columnno": 8, "code": { - "id": "astnode100009588", + "id": "astnode100010603", "name": "pos", "type": "ArrayExpression", "value": "[\"\",\"\",\"\"]" @@ -15130,14 +16381,14 @@ "comment": "", "meta": { "range": [ - 80000, - 80087 + 86140, + 86227 ], "filename": "astronomy.js", - "lineno": 1738, + "lineno": 1868, "columnno": 8, "code": { - "id": "astnode100009615", + "id": "astnode100010630", "name": "vel", "type": "ArrayExpression", "value": "[\"\",\"\",0]" @@ -15153,14 +16404,14 @@ "comment": "", "meta": { "range": [ - 80097, - 80420 + 86237, + 86560 ], "filename": "astronomy.js", - "lineno": 1741, + "lineno": 1871, "columnno": 0, "code": { - "id": "astnode100009637", + "id": "astnode100010652", "name": "nutation", "type": "FunctionDeclaration", "paramnames": [ @@ -15184,14 +16435,14 @@ "comment": "", "meta": { "range": [ - 80143, - 80170 + 86283, + 86310 ], "filename": "astronomy.js", - "lineno": 1742, + "lineno": 1872, "columnno": 10, "code": { - "id": "astnode100009644", + "id": "astnode100010659", "name": "r", "type": "CallExpression", "value": "" @@ -15209,14 +16460,14 @@ "comment": "", "meta": { "range": [ - 80421, - 81608 + 86561, + 87748 ], "filename": "astronomy.js", - "lineno": 1749, + "lineno": 1879, "columnno": 0, "code": { - "id": "astnode100009757", + "id": "astnode100010772", "name": "nutation_rot", "type": "FunctionDeclaration", "paramnames": [ @@ -15257,14 +16508,14 @@ "comment": "", "meta": { "range": [ - 80466, - 80485 + 86606, + 86625 ], "filename": "astronomy.js", - "lineno": 1750, + "lineno": 1880, "columnno": 10, "code": { - "id": "astnode100009763", + "id": "astnode100010778", "name": "tilt", "type": "CallExpression", "value": "" @@ -15282,14 +16533,14 @@ "comment": "", "meta": { "range": [ - 80497, - 80531 + 86637, + 86671 ], "filename": "astronomy.js", - "lineno": 1751, + "lineno": 1881, "columnno": 10, "code": { - "id": "astnode100009769", + "id": "astnode100010784", "name": "oblm", "type": "BinaryExpression", "value": "" @@ -15307,14 +16558,14 @@ "comment": "", "meta": { "range": [ - 80543, - 80577 + 86683, + 86717 ], "filename": "astronomy.js", - "lineno": 1752, + "lineno": 1882, "columnno": 10, "code": { - "id": "astnode100009779", + "id": "astnode100010794", "name": "oblt", "type": "BinaryExpression", "value": "" @@ -15332,14 +16583,14 @@ "comment": "", "meta": { "range": [ - 80589, - 80615 + 86729, + 86755 ], "filename": "astronomy.js", - "lineno": 1753, + "lineno": 1883, "columnno": 10, "code": { - "id": "astnode100009789", + "id": "astnode100010804", "name": "psi", "type": "BinaryExpression", "value": "" @@ -15357,14 +16608,14 @@ "comment": "", "meta": { "range": [ - 80627, - 80648 + 86767, + 86788 ], "filename": "astronomy.js", - "lineno": 1754, + "lineno": 1884, "columnno": 10, "code": { - "id": "astnode100009797", + "id": "astnode100010812", "name": "cobm", "type": "CallExpression", "value": "" @@ -15382,14 +16633,14 @@ "comment": "", "meta": { "range": [ - 80660, - 80681 + 86800, + 86821 ], "filename": "astronomy.js", - "lineno": 1755, + "lineno": 1885, "columnno": 10, "code": { - "id": "astnode100009805", + "id": "astnode100010820", "name": "sobm", "type": "CallExpression", "value": "" @@ -15407,14 +16658,14 @@ "comment": "", "meta": { "range": [ - 80693, - 80714 + 86833, + 86854 ], "filename": "astronomy.js", - "lineno": 1756, + "lineno": 1886, "columnno": 10, "code": { - "id": "astnode100009813", + "id": "astnode100010828", "name": "cobt", "type": "CallExpression", "value": "" @@ -15432,14 +16683,14 @@ "comment": "", "meta": { "range": [ - 80726, - 80747 + 86866, + 86887 ], "filename": "astronomy.js", - "lineno": 1757, + "lineno": 1887, "columnno": 10, "code": { - "id": "astnode100009821", + "id": "astnode100010836", "name": "sobt", "type": "CallExpression", "value": "" @@ -15457,14 +16708,14 @@ "comment": "", "meta": { "range": [ - 80759, - 80779 + 86899, + 86919 ], "filename": "astronomy.js", - "lineno": 1758, + "lineno": 1888, "columnno": 10, "code": { - "id": "astnode100009829", + "id": "astnode100010844", "name": "cpsi", "type": "CallExpression", "value": "" @@ -15482,14 +16733,14 @@ "comment": "", "meta": { "range": [ - 80791, - 80811 + 86931, + 86951 ], "filename": "astronomy.js", - "lineno": 1759, + "lineno": 1889, "columnno": 10, "code": { - "id": "astnode100009837", + "id": "astnode100010852", "name": "spsi", "type": "CallExpression", "value": "" @@ -15507,14 +16758,14 @@ "comment": "", "meta": { "range": [ - 80823, - 80832 + 86963, + 86972 ], "filename": "astronomy.js", - "lineno": 1760, + "lineno": 1890, "columnno": 10, "code": { - "id": "astnode100009845", + "id": "astnode100010860", "name": "xx", "type": "Identifier", "value": "cpsi" @@ -15532,14 +16783,14 @@ "comment": "", "meta": { "range": [ - 80844, - 80861 + 86984, + 87001 ], "filename": "astronomy.js", - "lineno": 1761, + "lineno": 1891, "columnno": 10, "code": { - "id": "astnode100009849", + "id": "astnode100010864", "name": "yx", "type": "BinaryExpression", "value": "" @@ -15557,14 +16808,14 @@ "comment": "", "meta": { "range": [ - 80873, - 80890 + 87013, + 87030 ], "filename": "astronomy.js", - "lineno": 1762, + "lineno": 1892, "columnno": 10, "code": { - "id": "astnode100009856", + "id": "astnode100010871", "name": "zx", "type": "BinaryExpression", "value": "" @@ -15582,14 +16833,14 @@ "comment": "", "meta": { "range": [ - 80902, - 80918 + 87042, + 87058 ], "filename": "astronomy.js", - "lineno": 1763, + "lineno": 1893, "columnno": 10, "code": { - "id": "astnode100009863", + "id": "astnode100010878", "name": "xy", "type": "BinaryExpression", "value": "" @@ -15607,14 +16858,14 @@ "comment": "", "meta": { "range": [ - 80930, - 80967 + 87070, + 87107 ], "filename": "astronomy.js", - "lineno": 1764, + "lineno": 1894, "columnno": 10, "code": { - "id": "astnode100009869", + "id": "astnode100010884", "name": "yy", "type": "BinaryExpression", "value": "" @@ -15632,14 +16883,14 @@ "comment": "", "meta": { "range": [ - 80979, - 81016 + 87119, + 87156 ], "filename": "astronomy.js", - "lineno": 1765, + "lineno": 1895, "columnno": 10, "code": { - "id": "astnode100009881", + "id": "astnode100010896", "name": "zy", "type": "BinaryExpression", "value": "" @@ -15657,14 +16908,14 @@ "comment": "", "meta": { "range": [ - 81028, - 81044 + 87168, + 87184 ], "filename": "astronomy.js", - "lineno": 1766, + "lineno": 1896, "columnno": 10, "code": { - "id": "astnode100009893", + "id": "astnode100010908", "name": "xz", "type": "BinaryExpression", "value": "" @@ -15682,14 +16933,14 @@ "comment": "", "meta": { "range": [ - 81056, - 81093 + 87196, + 87233 ], "filename": "astronomy.js", - "lineno": 1767, + "lineno": 1897, "columnno": 10, "code": { - "id": "astnode100009899", + "id": "astnode100010914", "name": "yz", "type": "BinaryExpression", "value": "" @@ -15707,14 +16958,14 @@ "comment": "", "meta": { "range": [ - 81105, - 81142 + 87245, + 87282 ], "filename": "astronomy.js", - "lineno": 1768, + "lineno": 1898, "columnno": 10, "code": { - "id": "astnode100009911", + "id": "astnode100010926", "name": "zz", "type": "BinaryExpression", "value": "" @@ -15732,14 +16983,14 @@ "comment": "", "meta": { "range": [ - 81609, - 82014 + 87749, + 88154 ], "filename": "astronomy.js", - "lineno": 1787, + "lineno": 1917, "columnno": 0, "code": { - "id": "astnode100009970", + "id": "astnode100010985", "name": "gyration", "type": "FunctionDeclaration", "paramnames": [ @@ -15760,14 +17011,14 @@ "comment": "", "meta": { "range": [ - 82015, - 82191 + 88155, + 88331 ], "filename": "astronomy.js", - "lineno": 1795, + "lineno": 1925, "columnno": 0, "code": { - "id": "astnode100010001", + "id": "astnode100011016", "name": "geo_pos", "type": "FunctionDeclaration", "paramnames": [ @@ -15791,14 +17042,14 @@ "comment": "", "meta": { "range": [ - 82060, - 82086 + 88200, + 88226 ], "filename": "astronomy.js", - "lineno": 1796, + "lineno": 1926, "columnno": 10, "code": { - "id": "astnode100010007", + "id": "astnode100011022", "name": "gast", "type": "CallExpression", "value": "" @@ -15816,14 +17067,14 @@ "comment": "", "meta": { "range": [ - 82098, - 82129 + 88238, + 88269 ], "filename": "astronomy.js", - "lineno": 1797, + "lineno": 1927, "columnno": 10, "code": { - "id": "astnode100010013", + "id": "astnode100011028", "name": "pos", "type": "MemberExpression", "value": ".pos" @@ -15841,14 +17092,14 @@ "comment": "/**\n * @brief A 3D Cartesian vector with a time attached to it.\n *\n * Holds the Cartesian coordinates of a vector in 3D space,\n * along with the time at which the vector is valid.\n *\n * @property {number} x The x-coordinate expressed in astronomical units (AU).\n * @property {number} y The y-coordinate expressed in astronomical units (AU).\n * @property {number} z The z-coordinate expressed in astronomical units (AU).\n * @property {AstroTime} t The time at which the vector is valid.\n */", "meta": { "range": [ - 82707, - 83048 + 88847, + 89188 ], "filename": "astronomy.js", - "lineno": 1811, + "lineno": 1941, "columnno": 0, "code": { - "id": "astnode100010029", + "id": "astnode100011044", "name": "Vector", "type": "ClassDeclaration", "paramnames": [ @@ -15915,14 +17166,14 @@ "comment": "", "meta": { "range": [ - 82726, - 82837 + 88866, + 88977 ], "filename": "astronomy.js", - "lineno": 1812, + "lineno": 1942, "columnno": 4, "code": { - "id": "astnode100010032", + "id": "astnode100011047", "name": "Vector", "type": "MethodDefinition", "paramnames": [ @@ -15947,14 +17198,14 @@ "comment": "/**\n * @brief A 3D Cartesian vector with a time attached to it.\n *\n * Holds the Cartesian coordinates of a vector in 3D space,\n * along with the time at which the vector is valid.\n *\n * @property {number} x The x-coordinate expressed in astronomical units (AU).\n * @property {number} y The y-coordinate expressed in astronomical units (AU).\n * @property {number} z The z-coordinate expressed in astronomical units (AU).\n * @property {AstroTime} t The time at which the vector is valid.\n */", "meta": { "range": [ - 82707, - 83048 + 88847, + 89188 ], "filename": "astronomy.js", - "lineno": 1811, + "lineno": 1941, "columnno": 0, "code": { - "id": "astnode100010029", + "id": "astnode100011044", "name": "Vector", "type": "ClassDeclaration", "paramnames": [ @@ -16020,14 +17271,14 @@ "comment": "", "meta": { "range": [ - 82760, - 82770 + 88900, + 88910 ], "filename": "astronomy.js", - "lineno": 1813, + "lineno": 1943, "columnno": 8, "code": { - "id": "astnode100010041", + "id": "astnode100011056", "name": "this.x", "type": "Identifier", "value": "x", @@ -16045,14 +17296,14 @@ "comment": "", "meta": { "range": [ - 82780, - 82790 + 88920, + 88930 ], "filename": "astronomy.js", - "lineno": 1814, + "lineno": 1944, "columnno": 8, "code": { - "id": "astnode100010047", + "id": "astnode100011062", "name": "this.y", "type": "Identifier", "value": "y", @@ -16070,14 +17321,14 @@ "comment": "", "meta": { "range": [ - 82800, - 82810 + 88940, + 88950 ], "filename": "astronomy.js", - "lineno": 1815, + "lineno": 1945, "columnno": 8, "code": { - "id": "astnode100010053", + "id": "astnode100011068", "name": "this.z", "type": "Identifier", "value": "z", @@ -16095,14 +17346,14 @@ "comment": "", "meta": { "range": [ - 82820, - 82830 + 88960, + 88970 ], "filename": "astronomy.js", - "lineno": 1816, + "lineno": 1946, "columnno": 8, "code": { - "id": "astnode100010059", + "id": "astnode100011074", "name": "this.t", "type": "Identifier", "value": "t", @@ -16120,14 +17371,14 @@ "comment": "/**\n * Returns the length of the vector in astronomical units (AU).\n * @returns {number}\n */", "meta": { "range": [ - 82951, - 83046 + 89091, + 89186 ], "filename": "astronomy.js", - "lineno": 1822, + "lineno": 1952, "columnno": 4, "code": { - "id": "astnode100010064", + "id": "astnode100011079", "name": "Vector#Length", "type": "MethodDefinition", "paramnames": [] @@ -16157,14 +17408,14 @@ "comment": "", "meta": { "range": [ - 83049, - 83072 + 89189, + 89212 ], "filename": "astronomy.js", - "lineno": 1826, + "lineno": 1956, "columnno": 0, "code": { - "id": "astnode100010097", + "id": "astnode100011112", "name": "exports.Vector", "type": "Identifier", "value": "Vector", @@ -16181,14 +17432,14 @@ "comment": "/**\n * @brief A combination of a position vector, a velocity vector, and a time.\n *\n * Holds the state vector of a body at a given time, including its position,\n * velocity, and the time they are valid.\n *\n * @property {number} x The position x-coordinate expressed in astronomical units (AU).\n * @property {number} y The position y-coordinate expressed in astronomical units (AU).\n * @property {number} z The position z-coordinate expressed in astronomical units (AU).\n * @property {number} vx The velocity x-coordinate expressed in AU/day.\n * @property {number} vy The velocity y-coordinate expressed in AU/day.\n * @property {number} vz The velocity z-coordinate expressed in AU/day.\n * @property {AstroTime} t The time at which the vector is valid.\n */", "meta": { "range": [ - 83873, - 84088 + 90013, + 90228 ], "filename": "astronomy.js", - "lineno": 1841, + "lineno": 1971, "columnno": 0, "code": { - "id": "astnode100010102", + "id": "astnode100011117", "name": "StateVector", "type": "ClassDeclaration", "paramnames": [ @@ -16285,14 +17536,14 @@ "comment": "", "meta": { "range": [ - 83897, - 84086 + 90037, + 90226 ], "filename": "astronomy.js", - "lineno": 1842, + "lineno": 1972, "columnno": 4, "code": { - "id": "astnode100010105", + "id": "astnode100011120", "name": "StateVector", "type": "MethodDefinition", "paramnames": [ @@ -16320,14 +17571,14 @@ "comment": "/**\n * @brief A combination of a position vector, a velocity vector, and a time.\n *\n * Holds the state vector of a body at a given time, including its position,\n * velocity, and the time they are valid.\n *\n * @property {number} x The position x-coordinate expressed in astronomical units (AU).\n * @property {number} y The position y-coordinate expressed in astronomical units (AU).\n * @property {number} z The position z-coordinate expressed in astronomical units (AU).\n * @property {number} vx The velocity x-coordinate expressed in AU/day.\n * @property {number} vy The velocity y-coordinate expressed in AU/day.\n * @property {number} vz The velocity z-coordinate expressed in AU/day.\n * @property {AstroTime} t The time at which the vector is valid.\n */", "meta": { "range": [ - 83873, - 84088 + 90013, + 90228 ], "filename": "astronomy.js", - "lineno": 1841, + "lineno": 1971, "columnno": 0, "code": { - "id": "astnode100010102", + "id": "astnode100011117", "name": "StateVector", "type": "ClassDeclaration", "paramnames": [ @@ -16423,14 +17674,14 @@ "comment": "", "meta": { "range": [ - 83943, - 83953 + 90083, + 90093 ], "filename": "astronomy.js", - "lineno": 1843, + "lineno": 1973, "columnno": 8, "code": { - "id": "astnode100010117", + "id": "astnode100011132", "name": "this.x", "type": "Identifier", "value": "x", @@ -16448,14 +17699,14 @@ "comment": "", "meta": { "range": [ - 83963, - 83973 + 90103, + 90113 ], "filename": "astronomy.js", - "lineno": 1844, + "lineno": 1974, "columnno": 8, "code": { - "id": "astnode100010123", + "id": "astnode100011138", "name": "this.y", "type": "Identifier", "value": "y", @@ -16473,14 +17724,14 @@ "comment": "", "meta": { "range": [ - 83983, - 83993 + 90123, + 90133 ], "filename": "astronomy.js", - "lineno": 1845, + "lineno": 1975, "columnno": 8, "code": { - "id": "astnode100010129", + "id": "astnode100011144", "name": "this.z", "type": "Identifier", "value": "z", @@ -16498,14 +17749,14 @@ "comment": "", "meta": { "range": [ - 84003, - 84015 + 90143, + 90155 ], "filename": "astronomy.js", - "lineno": 1846, + "lineno": 1976, "columnno": 8, "code": { - "id": "astnode100010135", + "id": "astnode100011150", "name": "this.vx", "type": "Identifier", "value": "vx", @@ -16523,14 +17774,14 @@ "comment": "", "meta": { "range": [ - 84025, - 84037 + 90165, + 90177 ], "filename": "astronomy.js", - "lineno": 1847, + "lineno": 1977, "columnno": 8, "code": { - "id": "astnode100010141", + "id": "astnode100011156", "name": "this.vy", "type": "Identifier", "value": "vy", @@ -16548,14 +17799,14 @@ "comment": "", "meta": { "range": [ - 84047, - 84059 + 90187, + 90199 ], "filename": "astronomy.js", - "lineno": 1848, + "lineno": 1978, "columnno": 8, "code": { - "id": "astnode100010147", + "id": "astnode100011162", "name": "this.vz", "type": "Identifier", "value": "vz", @@ -16573,14 +17824,14 @@ "comment": "", "meta": { "range": [ - 84069, - 84079 + 90209, + 90219 ], "filename": "astronomy.js", - "lineno": 1849, + "lineno": 1979, "columnno": 8, "code": { - "id": "astnode100010153", + "id": "astnode100011168", "name": "this.t", "type": "Identifier", "value": "t", @@ -16598,14 +17849,14 @@ "comment": "", "meta": { "range": [ - 84089, - 84122 + 90229, + 90262 ], "filename": "astronomy.js", - "lineno": 1852, + "lineno": 1982, "columnno": 0, "code": { - "id": "astnode100010159", + "id": "astnode100011174", "name": "exports.StateVector", "type": "Identifier", "value": "StateVector", @@ -16622,14 +17873,14 @@ "comment": "/**\n * @brief Holds spherical coordinates: latitude, longitude, distance.\n *\n * Spherical coordinates represent the location of\n * a point using two angles and a distance.\n *\n * @property {number} lat The latitude angle: -90..+90 degrees.\n * @property {number} lon The longitude angle: 0..360 degrees.\n * @property {number} dist Distance in AU.\n */", "meta": { "range": [ - 84490, - 84665 + 90630, + 90805 ], "filename": "astronomy.js", - "lineno": 1863, + "lineno": 1993, "columnno": 0, "code": { - "id": "astnode100010164", + "id": "astnode100011179", "name": "Spherical", "type": "ClassDeclaration", "paramnames": [ @@ -16686,14 +17937,14 @@ "comment": "", "meta": { "range": [ - 84512, - 84663 + 90652, + 90803 ], "filename": "astronomy.js", - "lineno": 1864, + "lineno": 1994, "columnno": 4, "code": { - "id": "astnode100010167", + "id": "astnode100011182", "name": "Spherical", "type": "MethodDefinition", "paramnames": [ @@ -16717,14 +17968,14 @@ "comment": "/**\n * @brief Holds spherical coordinates: latitude, longitude, distance.\n *\n * Spherical coordinates represent the location of\n * a point using two angles and a distance.\n *\n * @property {number} lat The latitude angle: -90..+90 degrees.\n * @property {number} lon The longitude angle: 0..360 degrees.\n * @property {number} dist Distance in AU.\n */", "meta": { "range": [ - 84490, - 84665 + 90630, + 90805 ], "filename": "astronomy.js", - "lineno": 1863, + "lineno": 1993, "columnno": 0, "code": { - "id": "astnode100010164", + "id": "astnode100011179", "name": "Spherical", "type": "ClassDeclaration", "paramnames": [ @@ -16780,14 +18031,14 @@ "comment": "", "meta": { "range": [ - 84550, - 84578 + 90690, + 90718 ], "filename": "astronomy.js", - "lineno": 1865, + "lineno": 1995, "columnno": 8, "code": { - "id": "astnode100010175", + "id": "astnode100011190", "name": "this.lat", "type": "CallExpression", "value": "", @@ -16805,14 +18056,14 @@ "comment": "", "meta": { "range": [ - 84588, - 84616 + 90728, + 90756 ], "filename": "astronomy.js", - "lineno": 1866, + "lineno": 1996, "columnno": 8, "code": { - "id": "astnode100010183", + "id": "astnode100011198", "name": "this.lon", "type": "CallExpression", "value": "", @@ -16830,14 +18081,14 @@ "comment": "", "meta": { "range": [ - 84626, - 84656 + 90766, + 90796 ], "filename": "astronomy.js", - "lineno": 1867, + "lineno": 1997, "columnno": 8, "code": { - "id": "astnode100010191", + "id": "astnode100011206", "name": "this.dist", "type": "CallExpression", "value": "", @@ -16855,14 +18106,14 @@ "comment": "", "meta": { "range": [ - 84666, - 84695 + 90806, + 90835 ], "filename": "astronomy.js", - "lineno": 1870, + "lineno": 2000, "columnno": 0, "code": { - "id": "astnode100010199", + "id": "astnode100011214", "name": "exports.Spherical", "type": "Identifier", "value": "Spherical", @@ -16879,14 +18130,14 @@ "comment": "/**\n * @brief Holds right ascension, declination, and distance of a celestial object.\n *\n * @property {number} ra\n * Right ascension in sidereal hours: [0, 24).\n *\n * @property {number} dec\n * Declination in degrees: [-90, +90].\n *\n * @property {number} dist\n * Distance to the celestial object expressed in\n * astronomical units (AU).\n *\n * @property {Vector} vec\n * The equatorial coordinates in cartesian form, using AU distance units.\n * x = direction of the March equinox,\n * y = direction of the June solstice,\n * z = north.\n */", "meta": { "range": [ - 85334, - 85547 + 91474, + 91687 ], "filename": "astronomy.js", - "lineno": 1890, + "lineno": 2020, "columnno": 0, "code": { - "id": "astnode100010204", + "id": "astnode100011219", "name": "EquatorialCoordinates", "type": "ClassDeclaration", "paramnames": [ @@ -16953,14 +18204,14 @@ "comment": "", "meta": { "range": [ - 85368, - 85545 + 91508, + 91685 ], "filename": "astronomy.js", - "lineno": 1891, + "lineno": 2021, "columnno": 4, "code": { - "id": "astnode100010207", + "id": "astnode100011222", "name": "EquatorialCoordinates", "type": "MethodDefinition", "paramnames": [ @@ -16985,14 +18236,14 @@ "comment": "/**\n * @brief Holds right ascension, declination, and distance of a celestial object.\n *\n * @property {number} ra\n * Right ascension in sidereal hours: [0, 24).\n *\n * @property {number} dec\n * Declination in degrees: [-90, +90].\n *\n * @property {number} dist\n * Distance to the celestial object expressed in\n * astronomical units (AU).\n *\n * @property {Vector} vec\n * The equatorial coordinates in cartesian form, using AU distance units.\n * x = direction of the March equinox,\n * y = direction of the June solstice,\n * z = north.\n */", "meta": { "range": [ - 85334, - 85547 + 91474, + 91687 ], "filename": "astronomy.js", - "lineno": 1890, + "lineno": 2020, "columnno": 0, "code": { - "id": "astnode100010204", + "id": "astnode100011219", "name": "EquatorialCoordinates", "type": "ClassDeclaration", "paramnames": [ @@ -17058,14 +18309,14 @@ "comment": "", "meta": { "range": [ - 85410, - 85436 + 91550, + 91576 ], "filename": "astronomy.js", - "lineno": 1892, + "lineno": 2022, "columnno": 8, "code": { - "id": "astnode100010216", + "id": "astnode100011231", "name": "this.ra", "type": "CallExpression", "value": "", @@ -17083,14 +18334,14 @@ "comment": "", "meta": { "range": [ - 85446, - 85474 + 91586, + 91614 ], "filename": "astronomy.js", - "lineno": 1893, + "lineno": 2023, "columnno": 8, "code": { - "id": "astnode100010224", + "id": "astnode100011239", "name": "this.dec", "type": "CallExpression", "value": "", @@ -17108,14 +18359,14 @@ "comment": "", "meta": { "range": [ - 85484, - 85514 + 91624, + 91654 ], "filename": "astronomy.js", - "lineno": 1894, + "lineno": 2024, "columnno": 8, "code": { - "id": "astnode100010232", + "id": "astnode100011247", "name": "this.dist", "type": "CallExpression", "value": "", @@ -17133,14 +18384,14 @@ "comment": "", "meta": { "range": [ - 85524, - 85538 + 91664, + 91678 ], "filename": "astronomy.js", - "lineno": 1895, + "lineno": 2025, "columnno": 8, "code": { - "id": "astnode100010240", + "id": "astnode100011255", "name": "this.vec", "type": "Identifier", "value": "vec", @@ -17158,14 +18409,14 @@ "comment": "", "meta": { "range": [ - 85548, - 85601 + 91688, + 91741 ], "filename": "astronomy.js", - "lineno": 1898, + "lineno": 2028, "columnno": 0, "code": { - "id": "astnode100010246", + "id": "astnode100011261", "name": "exports.EquatorialCoordinates", "type": "Identifier", "value": "EquatorialCoordinates", @@ -17182,14 +18433,14 @@ "comment": "", "meta": { "range": [ - 85603, - 85977 + 91743, + 92117 ], "filename": "astronomy.js", - "lineno": 1899, + "lineno": 2029, "columnno": 0, "code": { - "id": "astnode100010251", + "id": "astnode100011266", "name": "IsValidRotationArray", "type": "FunctionDeclaration", "paramnames": [ @@ -17212,14 +18463,14 @@ "comment": "", "meta": { "range": [ - 85730, - 85735 + 91870, + 91875 ], "filename": "astronomy.js", - "lineno": 1902, + "lineno": 2032, "columnno": 13, "code": { - "id": "astnode100010270", + "id": "astnode100011285", "name": "i", "type": "Literal", "value": 0 @@ -17237,14 +18488,14 @@ "comment": "", "meta": { "range": [ - 85859, - 85864 + 91999, + 92004 ], "filename": "astronomy.js", - "lineno": 1905, + "lineno": 2035, "columnno": 17, "code": { - "id": "astnode100010298", + "id": "astnode100011313", "name": "j", "type": "Literal", "value": 0 @@ -17262,14 +18513,14 @@ "comment": "/**\n * @brief Contains a rotation matrix that can be used to transform one coordinate system to another.\n *\n * @property {number[][]} rot\n * A normalized 3x3 rotation matrix. For example, the identity matrix is represented\n * as `[[1, 0, 0], [0, 1, 0], [0, 0, 1]]`.\n */", "meta": { "range": [ - 86258, - 86335 + 92398, + 92475 ], "filename": "astronomy.js", - "lineno": 1918, + "lineno": 2048, "columnno": 0, "code": { - "id": "astnode100010321", + "id": "astnode100011336", "name": "RotationMatrix", "type": "ClassDeclaration", "paramnames": [ @@ -17306,14 +18557,14 @@ "comment": "", "meta": { "range": [ - 86285, - 86333 + 92425, + 92473 ], "filename": "astronomy.js", - "lineno": 1919, + "lineno": 2049, "columnno": 4, "code": { - "id": "astnode100010324", + "id": "astnode100011339", "name": "RotationMatrix", "type": "MethodDefinition", "paramnames": [ @@ -17335,14 +18586,14 @@ "comment": "/**\n * @brief Contains a rotation matrix that can be used to transform one coordinate system to another.\n *\n * @property {number[][]} rot\n * A normalized 3x3 rotation matrix. For example, the identity matrix is represented\n * as `[[1, 0, 0], [0, 1, 0], [0, 0, 1]]`.\n */", "meta": { "range": [ - 86258, - 86335 + 92398, + 92475 ], "filename": "astronomy.js", - "lineno": 1918, + "lineno": 2048, "columnno": 0, "code": { - "id": "astnode100010321", + "id": "astnode100011336", "name": "RotationMatrix", "type": "ClassDeclaration", "paramnames": [ @@ -17378,14 +18629,14 @@ "comment": "", "meta": { "range": [ - 86312, - 86326 + 92452, + 92466 ], "filename": "astronomy.js", - "lineno": 1920, + "lineno": 2050, "columnno": 8, "code": { - "id": "astnode100010330", + "id": "astnode100011345", "name": "this.rot", "type": "Identifier", "value": "rot", @@ -17403,14 +18654,14 @@ "comment": "", "meta": { "range": [ - 86336, - 86375 + 92476, + 92515 ], "filename": "astronomy.js", - "lineno": 1923, + "lineno": 2053, "columnno": 0, "code": { - "id": "astnode100010336", + "id": "astnode100011351", "name": "exports.RotationMatrix", "type": "Identifier", "value": "RotationMatrix", @@ -17427,14 +18678,14 @@ "comment": "/**\n * @brief Creates a rotation matrix that can be used to transform one coordinate system to another.\n *\n * This function verifies that the `rot` parameter is of the correct format:\n * a number[3][3] array. It throws an exception if `rot` is not of that shape.\n * Otherwise it creates a new {@link RotationMatrix} object based on `rot`.\n *\n * @param {number[][]} rot\n * An array [3][3] of numbers. Defines a rotation matrix used to premultiply\n * a 3D vector to reorient it into another coordinate system.\n *\n * @returns {RotationMatrix}\n */", "meta": { "range": [ - 86931, - 87093 + 93071, + 93233 ], "filename": "astronomy.js", - "lineno": 1937, + "lineno": 2067, "columnno": 0, "code": { - "id": "astnode100010341", + "id": "astnode100011356", "name": "MakeRotation", "type": "FunctionDeclaration", "paramnames": [ @@ -17479,14 +18730,14 @@ "comment": "", "meta": { "range": [ - 87094, - 87129 + 93234, + 93269 ], "filename": "astronomy.js", - "lineno": 1942, + "lineno": 2072, "columnno": 0, "code": { - "id": "astnode100010357", + "id": "astnode100011372", "name": "exports.MakeRotation", "type": "Identifier", "value": "MakeRotation", @@ -17503,14 +18754,14 @@ "comment": "/**\n * @brief Represents the location of an object seen by an observer on the Earth.\n *\n * Holds azimuth (compass direction) and altitude (angle above/below the horizon)\n * of a celestial object as seen by an observer at a particular location on the Earth's surface.\n * Also holds right ascension and declination of the same object.\n * All of these coordinates are optionally adjusted for atmospheric refraction;\n * therefore the right ascension and declination values may not exactly match\n * those found inside a corresponding {@link EquatorialCoordinates} object.\n *\n * @property {number} azimuth\n * A horizontal compass direction angle in degrees measured starting at north\n * and increasing positively toward the east.\n * The value is in the range [0, 360).\n * North = 0, east = 90, south = 180, west = 270.\n *\n * @property {number} altitude\n * A vertical angle in degrees above (positive) or below (negative) the horizon.\n * The value is in the range [-90, +90].\n * The altitude angle is optionally adjusted upward due to atmospheric refraction.\n *\n * @property {number} ra\n * The right ascension of the celestial body in sidereal hours.\n * The value is in the reange [0, 24).\n * If `altitude` was adjusted for atmospheric reaction, `ra`\n * is likewise adjusted.\n *\n * @property {number} dec\n * The declination of of the celestial body in degrees.\n * The value in the range [-90, +90].\n * If `altitude` was adjusted for atmospheric reaction, `dec`\n * is likewise adjusted.\n */", "meta": { "range": [ - 88689, - 88940 + 94829, + 95080 ], "filename": "astronomy.js", - "lineno": 1976, + "lineno": 2106, "columnno": 0, "code": { - "id": "astnode100010362", + "id": "astnode100011377", "name": "HorizontalCoordinates", "type": "ClassDeclaration", "paramnames": [ @@ -17577,14 +18828,14 @@ "comment": "", "meta": { "range": [ - 88723, - 88938 + 94863, + 95078 ], "filename": "astronomy.js", - "lineno": 1977, + "lineno": 2107, "columnno": 4, "code": { - "id": "astnode100010365", + "id": "astnode100011380", "name": "HorizontalCoordinates", "type": "MethodDefinition", "paramnames": [ @@ -17609,14 +18860,14 @@ "comment": "/**\n * @brief Represents the location of an object seen by an observer on the Earth.\n *\n * Holds azimuth (compass direction) and altitude (angle above/below the horizon)\n * of a celestial object as seen by an observer at a particular location on the Earth's surface.\n * Also holds right ascension and declination of the same object.\n * All of these coordinates are optionally adjusted for atmospheric refraction;\n * therefore the right ascension and declination values may not exactly match\n * those found inside a corresponding {@link EquatorialCoordinates} object.\n *\n * @property {number} azimuth\n * A horizontal compass direction angle in degrees measured starting at north\n * and increasing positively toward the east.\n * The value is in the range [0, 360).\n * North = 0, east = 90, south = 180, west = 270.\n *\n * @property {number} altitude\n * A vertical angle in degrees above (positive) or below (negative) the horizon.\n * The value is in the range [-90, +90].\n * The altitude angle is optionally adjusted upward due to atmospheric refraction.\n *\n * @property {number} ra\n * The right ascension of the celestial body in sidereal hours.\n * The value is in the reange [0, 24).\n * If `altitude` was adjusted for atmospheric reaction, `ra`\n * is likewise adjusted.\n *\n * @property {number} dec\n * The declination of of the celestial body in degrees.\n * The value in the range [-90, +90].\n * If `altitude` was adjusted for atmospheric reaction, `dec`\n * is likewise adjusted.\n */", "meta": { "range": [ - 88689, - 88940 + 94829, + 95080 ], "filename": "astronomy.js", - "lineno": 1976, + "lineno": 2106, "columnno": 0, "code": { - "id": "astnode100010362", + "id": "astnode100011377", "name": "HorizontalCoordinates", "type": "ClassDeclaration", "paramnames": [ @@ -17682,14 +18933,14 @@ "comment": "", "meta": { "range": [ - 88773, - 88809 + 94913, + 94949 ], "filename": "astronomy.js", - "lineno": 1978, + "lineno": 2108, "columnno": 8, "code": { - "id": "astnode100010374", + "id": "astnode100011389", "name": "this.azimuth", "type": "CallExpression", "value": "", @@ -17707,14 +18958,14 @@ "comment": "", "meta": { "range": [ - 88819, - 88857 + 94959, + 94997 ], "filename": "astronomy.js", - "lineno": 1979, + "lineno": 2109, "columnno": 8, "code": { - "id": "astnode100010382", + "id": "astnode100011397", "name": "this.altitude", "type": "CallExpression", "value": "", @@ -17732,14 +18983,14 @@ "comment": "", "meta": { "range": [ - 88867, - 88893 + 95007, + 95033 ], "filename": "astronomy.js", - "lineno": 1980, + "lineno": 2110, "columnno": 8, "code": { - "id": "astnode100010390", + "id": "astnode100011405", "name": "this.ra", "type": "CallExpression", "value": "", @@ -17757,14 +19008,14 @@ "comment": "", "meta": { "range": [ - 88903, - 88931 + 95043, + 95071 ], "filename": "astronomy.js", - "lineno": 1981, + "lineno": 2111, "columnno": 8, "code": { - "id": "astnode100010398", + "id": "astnode100011413", "name": "this.dec", "type": "CallExpression", "value": "", @@ -17782,14 +19033,14 @@ "comment": "", "meta": { "range": [ - 88941, - 88994 + 95081, + 95134 ], "filename": "astronomy.js", - "lineno": 1984, + "lineno": 2114, "columnno": 0, "code": { - "id": "astnode100010406", + "id": "astnode100011421", "name": "exports.HorizontalCoordinates", "type": "Identifier", "value": "HorizontalCoordinates", @@ -17806,14 +19057,14 @@ "comment": "/**\n * @brief Ecliptic coordinates of a celestial body.\n *\n * The origin and date of the coordinate system may vary depending on the caller's usage.\n * In general, ecliptic coordinates are measured with respect to the mean plane of the Earth's\n * orbit around the Sun.\n * Includes Cartesian coordinates `(ex, ey, ez)` measured in\n * astronomical units (AU)\n * and spherical coordinates `(elon, elat)` measured in degrees.\n *\n * @property {Vector} vec\n * Ecliptic cartesian vector with components measured in astronomical units (AU).\n * The x-axis is within the ecliptic plane and is oriented in the direction of the\n * equinox.\n * The y-axis is within the ecliptic plane and is oriented 90 degrees\n * counterclockwise from the equinox, as seen from above the Sun's north pole.\n * The z-axis is oriented perpendicular to the ecliptic plane,\n * along the direction of the Sun's north pole.\n *\n * @property {number} elat\n * The ecliptic latitude of the body in degrees.\n * This is the angle north or south of the ecliptic plane.\n * The value is in the range [-90, +90].\n * Positive values are north and negative values are south.\n *\n * @property {number} elon\n * The ecliptic longitude of the body in degrees.\n * This is the angle measured counterclockwise around the ecliptic plane,\n * as seen from above the Sun's north pole.\n * This is the same direction that the Earth orbits around the Sun.\n * The angle is measured starting at 0 from the equinox and increases\n * up to 360 degrees.\n */", "meta": { "range": [ - 90708, - 90882 + 96848, + 97022 ], "filename": "astronomy.js", - "lineno": 2018, + "lineno": 2148, "columnno": 0, "code": { - "id": "astnode100010411", + "id": "astnode100011426", "name": "EclipticCoordinates", "type": "ClassDeclaration", "paramnames": [ @@ -17870,14 +19121,14 @@ "comment": "", "meta": { "range": [ - 90740, - 90880 + 96880, + 97020 ], "filename": "astronomy.js", - "lineno": 2019, + "lineno": 2149, "columnno": 4, "code": { - "id": "astnode100010414", + "id": "astnode100011429", "name": "EclipticCoordinates", "type": "MethodDefinition", "paramnames": [ @@ -17901,14 +19152,14 @@ "comment": "/**\n * @brief Ecliptic coordinates of a celestial body.\n *\n * The origin and date of the coordinate system may vary depending on the caller's usage.\n * In general, ecliptic coordinates are measured with respect to the mean plane of the Earth's\n * orbit around the Sun.\n * Includes Cartesian coordinates `(ex, ey, ez)` measured in\n * astronomical units (AU)\n * and spherical coordinates `(elon, elat)` measured in degrees.\n *\n * @property {Vector} vec\n * Ecliptic cartesian vector with components measured in astronomical units (AU).\n * The x-axis is within the ecliptic plane and is oriented in the direction of the\n * equinox.\n * The y-axis is within the ecliptic plane and is oriented 90 degrees\n * counterclockwise from the equinox, as seen from above the Sun's north pole.\n * The z-axis is oriented perpendicular to the ecliptic plane,\n * along the direction of the Sun's north pole.\n *\n * @property {number} elat\n * The ecliptic latitude of the body in degrees.\n * This is the angle north or south of the ecliptic plane.\n * The value is in the range [-90, +90].\n * Positive values are north and negative values are south.\n *\n * @property {number} elon\n * The ecliptic longitude of the body in degrees.\n * This is the angle measured counterclockwise around the ecliptic plane,\n * as seen from above the Sun's north pole.\n * This is the same direction that the Earth orbits around the Sun.\n * The angle is measured starting at 0 from the equinox and increases\n * up to 360 degrees.\n */", "meta": { "range": [ - 90708, - 90882 + 96848, + 97022 ], "filename": "astronomy.js", - "lineno": 2018, + "lineno": 2148, "columnno": 0, "code": { - "id": "astnode100010411", + "id": "astnode100011426", "name": "EclipticCoordinates", "type": "ClassDeclaration", "paramnames": [ @@ -17964,14 +19215,14 @@ "comment": "", "meta": { "range": [ - 90779, - 90793 + 96919, + 96933 ], "filename": "astronomy.js", - "lineno": 2020, + "lineno": 2150, "columnno": 8, "code": { - "id": "astnode100010422", + "id": "astnode100011437", "name": "this.vec", "type": "Identifier", "value": "vec", @@ -17989,14 +19240,14 @@ "comment": "", "meta": { "range": [ - 90803, - 90833 + 96943, + 96973 ], "filename": "astronomy.js", - "lineno": 2021, + "lineno": 2151, "columnno": 8, "code": { - "id": "astnode100010428", + "id": "astnode100011443", "name": "this.elat", "type": "CallExpression", "value": "", @@ -18014,14 +19265,14 @@ "comment": "", "meta": { "range": [ - 90843, - 90873 + 96983, + 97013 ], "filename": "astronomy.js", - "lineno": 2022, + "lineno": 2152, "columnno": 8, "code": { - "id": "astnode100010436", + "id": "astnode100011451", "name": "this.elon", "type": "CallExpression", "value": "", @@ -18039,14 +19290,14 @@ "comment": "", "meta": { "range": [ - 90883, - 90932 + 97023, + 97072 ], "filename": "astronomy.js", - "lineno": 2025, + "lineno": 2155, "columnno": 0, "code": { - "id": "astnode100010444", + "id": "astnode100011459", "name": "exports.EclipticCoordinates", "type": "Identifier", "value": "EclipticCoordinates", @@ -18063,14 +19314,14 @@ "comment": "", "meta": { "range": [ - 90934, - 91022 + 97074, + 97162 ], "filename": "astronomy.js", - "lineno": 2026, + "lineno": 2156, "columnno": 0, "code": { - "id": "astnode100010449", + "id": "astnode100011464", "name": "VectorFromArray", "type": "FunctionDeclaration", "paramnames": [ @@ -18090,14 +19341,14 @@ "comment": "", "meta": { "range": [ - 91023, - 91615 + 97163, + 97755 ], "filename": "astronomy.js", - "lineno": 2029, + "lineno": 2159, "columnno": 0, "code": { - "id": "astnode100010467", + "id": "astnode100011482", "name": "vector2radec", "type": "FunctionDeclaration", "paramnames": [ @@ -18124,14 +19375,14 @@ "comment": "", "meta": { "range": [ - 91068, - 91100 + 97208, + 97240 ], "filename": "astronomy.js", - "lineno": 2030, + "lineno": 2160, "columnno": 10, "code": { - "id": "astnode100010473", + "id": "astnode100011488", "name": "vec", "type": "CallExpression", "value": "" @@ -18149,14 +19400,14 @@ "comment": "", "meta": { "range": [ - 91112, - 91150 + 97252, + 97290 ], "filename": "astronomy.js", - "lineno": 2031, + "lineno": 2161, "columnno": 10, "code": { - "id": "astnode100010480", + "id": "astnode100011495", "name": "xyproj", "type": "BinaryExpression", "value": "" @@ -18174,14 +19425,14 @@ "comment": "", "meta": { "range": [ - 91162, - 91202 + 97302, + 97342 ], "filename": "astronomy.js", - "lineno": 2032, + "lineno": 2162, "columnno": 10, "code": { - "id": "astnode100010498", + "id": "astnode100011513", "name": "dist", "type": "CallExpression", "value": "" @@ -18199,14 +19450,14 @@ "comment": "", "meta": { "range": [ - 91399, - 91447 + 97539, + 97587 ], "filename": "astronomy.js", - "lineno": 2038, + "lineno": 2168, "columnno": 8, "code": { - "id": "astnode100010543", + "id": "astnode100011558", "name": "ra", "type": "BinaryExpression", "value": "" @@ -18224,14 +19475,14 @@ "comment": "", "meta": { "range": [ - 91473, - 91481 + 97613, + 97621 ], "filename": "astronomy.js", - "lineno": 2040, + "lineno": 2170, "columnno": 8, "code": { - "id": "astnode100010564", + "id": "astnode100011579", "name": "ra", "type": "Literal", "funcscope": "vector2radec", @@ -18250,14 +19501,14 @@ "comment": "", "meta": { "range": [ - 91493, - 91554 + 97633, + 97694 ], "filename": "astronomy.js", - "lineno": 2041, + "lineno": 2171, "columnno": 10, "code": { - "id": "astnode100010568", + "id": "astnode100011583", "name": "dec", "type": "BinaryExpression", "value": "" @@ -18275,14 +19526,14 @@ "comment": "", "meta": { "range": [ - 91616, - 91818 + 97756, + 97958 ], "filename": "astronomy.js", - "lineno": 2044, + "lineno": 2174, "columnno": 0, "code": { - "id": "astnode100010593", + "id": "astnode100011608", "name": "spin", "type": "FunctionDeclaration", "paramnames": [ @@ -18307,14 +19558,14 @@ "comment": "", "meta": { "range": [ - 91654, - 91684 + 97794, + 97824 ], "filename": "astronomy.js", - "lineno": 2045, + "lineno": 2175, "columnno": 10, "code": { - "id": "astnode100010599", + "id": "astnode100011614", "name": "angr", "type": "BinaryExpression", "value": "" @@ -18332,14 +19583,14 @@ "comment": "", "meta": { "range": [ - 91696, - 91714 + 97836, + 97854 ], "filename": "astronomy.js", - "lineno": 2046, + "lineno": 2176, "columnno": 10, "code": { - "id": "astnode100010607", + "id": "astnode100011622", "name": "c", "type": "CallExpression", "value": "" @@ -18357,14 +19608,14 @@ "comment": "", "meta": { "range": [ - 91726, - 91744 + 97866, + 97884 ], "filename": "astronomy.js", - "lineno": 2047, + "lineno": 2177, "columnno": 10, "code": { - "id": "astnode100010615", + "id": "astnode100011630", "name": "s", "type": "CallExpression", "value": "" @@ -18382,14 +19633,14 @@ "comment": "/**\n * @brief Converts equatorial coordinates to horizontal coordinates.\n *\n * Given a date and time, a geographic location of an observer on the Earth, and\n * equatorial coordinates (right ascension and declination) of a celestial body,\n * returns horizontal coordinates (azimuth and altitude angles) for that body\n * as seen by that observer. Allows optional correction for atmospheric refraction.\n *\n * @param {FlexibleDateTime} date\n * The date and time for which to find horizontal coordinates.\n *\n * @param {Observer} observer\n * The location of the observer for which to find horizontal coordinates.\n *\n * @param {number} ra\n * Right ascension in sidereal hours of the celestial object,\n * referred to the mean equinox of date for the J2000 epoch.\n *\n * @param {number} dec\n * Declination in degrees of the celestial object,\n * referred to the mean equator of date for the J2000 epoch.\n * Positive values are north of the celestial equator and negative values are south.\n *\n * @param {string} refraction\n * If omitted or has a false-like value (false, null, undefined, etc.)\n * the calculations are performed without any correction for atmospheric\n * refraction. If the value is the string `\"normal\"`,\n * uses the recommended refraction correction based on Meeus \"Astronomical Algorithms\"\n * with a linear taper more than 1 degree below the horizon. The linear\n * taper causes the refraction to linearly approach 0 as the altitude of the\n * body approaches the nadir (-90 degrees).\n * If the value is the string `\"jplhor\"`, uses a JPL Horizons\n * compatible formula. This is the same algorithm as `\"normal\"`,\n * only without linear tapering; this can result in physically impossible\n * altitudes of less than -90 degrees, which may cause problems for some applications.\n * (The `\"jplhor\"` option was created for unit testing against data\n * generated by JPL Horizons, and is otherwise not recommended for use.)\n *\n * @returns {HorizontalCoordinates}\n */", "meta": { "range": [ - 93880, - 98508 + 100020, + 104648 ], "filename": "astronomy.js", - "lineno": 2090, + "lineno": 2220, "columnno": 0, "code": { - "id": "astnode100010649", + "id": "astnode100011664", "name": "Horizon", "type": "FunctionDeclaration", "paramnames": [ @@ -18509,14 +19760,14 @@ "comment": "", "meta": { "range": [ - 93976, - 93997 + 100116, + 100137 ], "filename": "astronomy.js", - "lineno": 2092, + "lineno": 2222, "columnno": 8, "code": { - "id": "astnode100010658", + "id": "astnode100011673", "name": "time", "type": "CallExpression", "value": "" @@ -18534,14 +19785,14 @@ "comment": "", "meta": { "range": [ - 94084, - 94138 + 100224, + 100278 ], "filename": "astronomy.js", - "lineno": 2096, + "lineno": 2226, "columnno": 10, "code": { - "id": "astnode100010676", + "id": "astnode100011691", "name": "sinlat", "type": "CallExpression", "value": "" @@ -18559,14 +19810,14 @@ "comment": "", "meta": { "range": [ - 94150, - 94204 + 100290, + 100344 ], "filename": "astronomy.js", - "lineno": 2097, + "lineno": 2227, "columnno": 10, "code": { - "id": "astnode100010690", + "id": "astnode100011705", "name": "coslat", "type": "CallExpression", "value": "" @@ -18584,14 +19835,14 @@ "comment": "", "meta": { "range": [ - 94216, - 94271 + 100356, + 100411 ], "filename": "astronomy.js", - "lineno": 2098, + "lineno": 2228, "columnno": 10, "code": { - "id": "astnode100010704", + "id": "astnode100011719", "name": "sinlon", "type": "CallExpression", "value": "" @@ -18609,14 +19860,14 @@ "comment": "", "meta": { "range": [ - 94283, - 94338 + 100423, + 100478 ], "filename": "astronomy.js", - "lineno": 2099, + "lineno": 2229, "columnno": 10, "code": { - "id": "astnode100010718", + "id": "astnode100011733", "name": "coslon", "type": "CallExpression", "value": "" @@ -18634,14 +19885,14 @@ "comment": "", "meta": { "range": [ - 94350, - 94389 + 100490, + 100529 ], "filename": "astronomy.js", - "lineno": 2100, + "lineno": 2230, "columnno": 10, "code": { - "id": "astnode100010732", + "id": "astnode100011747", "name": "sindc", "type": "CallExpression", "value": "" @@ -18659,14 +19910,14 @@ "comment": "", "meta": { "range": [ - 94401, - 94440 + 100541, + 100580 ], "filename": "astronomy.js", - "lineno": 2101, + "lineno": 2231, "columnno": 10, "code": { - "id": "astnode100010744", + "id": "astnode100011759", "name": "cosdc", "type": "CallExpression", "value": "" @@ -18684,14 +19935,14 @@ "comment": "", "meta": { "range": [ - 94452, - 94491 + 100592, + 100631 ], "filename": "astronomy.js", - "lineno": 2102, + "lineno": 2232, "columnno": 10, "code": { - "id": "astnode100010756", + "id": "astnode100011771", "name": "sinra", "type": "CallExpression", "value": "" @@ -18709,14 +19960,14 @@ "comment": "", "meta": { "range": [ - 94503, - 94542 + 100643, + 100682 ], "filename": "astronomy.js", - "lineno": 2103, + "lineno": 2233, "columnno": 10, "code": { - "id": "astnode100010768", + "id": "astnode100011783", "name": "cosra", "type": "CallExpression", "value": "" @@ -18734,14 +19985,14 @@ "comment": "", "meta": { "range": [ - 95293, - 95341 + 101433, + 101481 ], "filename": "astronomy.js", - "lineno": 2117, + "lineno": 2247, "columnno": 8, "code": { - "id": "astnode100010780", + "id": "astnode100011795", "name": "uze", "type": "ArrayExpression", "value": "[\"\",\"\",\"sinlat\"]" @@ -18759,14 +20010,14 @@ "comment": "", "meta": { "range": [ - 95351, - 95401 + 101491, + 101541 ], "filename": "astronomy.js", - "lineno": 2118, + "lineno": 2248, "columnno": 8, "code": { - "id": "astnode100010791", + "id": "astnode100011806", "name": "une", "type": "ArrayExpression", "value": "[\"\",\"\",\"coslat\"]" @@ -18784,14 +20035,14 @@ "comment": "", "meta": { "range": [ - 95411, - 95437 + 101551, + 101577 ], "filename": "astronomy.js", - "lineno": 2119, + "lineno": 2249, "columnno": 8, "code": { - "id": "astnode100010804", + "id": "astnode100011819", "name": "uwe", "type": "ArrayExpression", "value": "[\"sinlon\",\"-coslon\",0]" @@ -18809,14 +20060,14 @@ "comment": "", "meta": { "range": [ - 95834, - 95872 + 101974, + 102012 ], "filename": "astronomy.js", - "lineno": 2125, + "lineno": 2255, "columnno": 10, "code": { - "id": "astnode100010812", + "id": "astnode100011827", "name": "spin_angle", "type": "BinaryExpression", "value": "" @@ -18834,14 +20085,14 @@ "comment": "", "meta": { "range": [ - 95882, - 95908 + 102022, + 102048 ], "filename": "astronomy.js", - "lineno": 2126, + "lineno": 2256, "columnno": 8, "code": { - "id": "astnode100010821", + "id": "astnode100011836", "name": "uz", "type": "CallExpression", "value": "" @@ -18859,14 +20110,14 @@ "comment": "", "meta": { "range": [ - 95918, - 95944 + 102058, + 102084 ], "filename": "astronomy.js", - "lineno": 2127, + "lineno": 2257, "columnno": 8, "code": { - "id": "astnode100010828", + "id": "astnode100011843", "name": "un", "type": "CallExpression", "value": "" @@ -18884,14 +20135,14 @@ "comment": "", "meta": { "range": [ - 95954, - 95980 + 102094, + 102120 ], "filename": "astronomy.js", - "lineno": 2128, + "lineno": 2258, "columnno": 8, "code": { - "id": "astnode100010835", + "id": "astnode100011850", "name": "uw", "type": "CallExpression", "value": "" @@ -18909,14 +20160,14 @@ "comment": "", "meta": { "range": [ - 96156, - 96197 + 102296, + 102337 ], "filename": "astronomy.js", - "lineno": 2132, + "lineno": 2262, "columnno": 8, "code": { - "id": "astnode100010842", + "id": "astnode100011857", "name": "p", "type": "ArrayExpression", "value": "[\"\",\"\",\"sindc\"]" @@ -18934,14 +20185,14 @@ "comment": "", "meta": { "range": [ - 96504, - 96551 + 102644, + 102691 ], "filename": "astronomy.js", - "lineno": 2139, + "lineno": 2269, "columnno": 10, "code": { - "id": "astnode100010853", + "id": "astnode100011868", "name": "pz", "type": "BinaryExpression", "value": "" @@ -18959,14 +20210,14 @@ "comment": "", "meta": { "range": [ - 96563, - 96610 + 102703, + 102750 ], "filename": "astronomy.js", - "lineno": 2140, + "lineno": 2270, "columnno": 10, "code": { - "id": "astnode100010879", + "id": "astnode100011894", "name": "pn", "type": "BinaryExpression", "value": "" @@ -18984,14 +20235,14 @@ "comment": "", "meta": { "range": [ - 96622, - 96669 + 102762, + 102809 ], "filename": "astronomy.js", - "lineno": 2141, + "lineno": 2271, "columnno": 10, "code": { - "id": "astnode100010905", + "id": "astnode100011920", "name": "pw", "type": "BinaryExpression", "value": "" @@ -19009,14 +20260,14 @@ "comment": "", "meta": { "range": [ - 96760, - 96795 + 102900, + 102935 ], "filename": "astronomy.js", - "lineno": 2143, + "lineno": 2273, "columnno": 8, "code": { - "id": "astnode100010931", + "id": "astnode100011946", "name": "proj", "type": "CallExpression", "value": "" @@ -19034,14 +20285,14 @@ "comment": "", "meta": { "range": [ - 96876, - 96878 + 103016, + 103018 ], "filename": "astronomy.js", - "lineno": 2145, + "lineno": 2275, "columnno": 8, "code": { - "id": "astnode100010945", + "id": "astnode100011960", "name": "az" } }, @@ -19057,14 +20308,14 @@ "comment": "", "meta": { "range": [ - 97051, - 97093 + 103191, + 103233 ], "filename": "astronomy.js", - "lineno": 2149, + "lineno": 2279, "columnno": 8, "code": { - "id": "astnode100010953", + "id": "astnode100011968", "name": "az", "type": "BinaryExpression", "funcscope": "Horizon", @@ -19083,14 +20334,14 @@ "comment": "", "meta": { "range": [ - 97127, - 97136 + 103267, + 103276 ], "filename": "astronomy.js", - "lineno": 2151, + "lineno": 2281, "columnno": 12, "code": { - "id": "astnode100010971", + "id": "astnode100011986", "name": "az", "type": "Literal", "funcscope": "Horizon", @@ -19109,14 +20360,14 @@ "comment": "", "meta": { "range": [ - 97289, - 97295 + 103429, + 103435 ], "filename": "astronomy.js", - "lineno": 2156, + "lineno": 2286, "columnno": 8, "code": { - "id": "astnode100010976", + "id": "astnode100011991", "name": "az", "type": "Literal", "funcscope": "Horizon", @@ -19135,14 +20386,14 @@ "comment": "", "meta": { "range": [ - 97390, - 97433 + 103530, + 103573 ], "filename": "astronomy.js", - "lineno": 2159, + "lineno": 2289, "columnno": 8, "code": { - "id": "astnode100010980", + "id": "astnode100011995", "name": "zd", "type": "BinaryExpression", "value": "" @@ -19160,14 +20411,14 @@ "comment": "", "meta": { "range": [ - 97443, - 97454 + 103583, + 103594 ], "filename": "astronomy.js", - "lineno": 2160, + "lineno": 2290, "columnno": 8, "code": { - "id": "astnode100010993", + "id": "astnode100012008", "name": "out_ra", "type": "Identifier", "value": "ra" @@ -19185,14 +20436,14 @@ "comment": "", "meta": { "range": [ - 97464, - 97477 + 103604, + 103617 ], "filename": "astronomy.js", - "lineno": 2161, + "lineno": 2291, "columnno": 8, "code": { - "id": "astnode100010997", + "id": "astnode100012012", "name": "out_dec", "type": "Identifier", "value": "dec" @@ -19210,14 +20461,14 @@ "comment": "", "meta": { "range": [ - 97513, - 97521 + 103653, + 103661 ], "filename": "astronomy.js", - "lineno": 2163, + "lineno": 2293, "columnno": 12, "code": { - "id": "astnode100011004", + "id": "astnode100012019", "name": "zd0", "type": "Identifier", "value": "zd" @@ -19235,14 +20486,14 @@ "comment": "", "meta": { "range": [ - 97535, - 97573 + 103675, + 103713 ], "filename": "astronomy.js", - "lineno": 2164, + "lineno": 2294, "columnno": 12, "code": { - "id": "astnode100011008", + "id": "astnode100012023", "name": "refr", "type": "CallExpression", "value": "" @@ -19260,14 +20511,14 @@ "comment": "", "meta": { "range": [ - 97583, - 97593 + 103723, + 103733 ], "filename": "astronomy.js", - "lineno": 2165, + "lineno": 2295, "columnno": 8, "code": { - "id": "astnode100011017", + "id": "astnode100012032", "name": "zd", "type": "Identifier", "funcscope": "Horizon", @@ -19286,14 +20537,14 @@ "comment": "", "meta": { "range": [ - 97654, - 97692 + 103794, + 103832 ], "filename": "astronomy.js", - "lineno": 2167, + "lineno": 2297, "columnno": 18, "code": { - "id": "astnode100011030", + "id": "astnode100012045", "name": "sinzd", "type": "CallExpression", "value": "" @@ -19311,14 +20562,14 @@ "comment": "", "meta": { "range": [ - 97712, - 97750 + 103852, + 103890 ], "filename": "astronomy.js", - "lineno": 2168, + "lineno": 2298, "columnno": 18, "code": { - "id": "astnode100011042", + "id": "astnode100012057", "name": "coszd", "type": "CallExpression", "value": "" @@ -19336,14 +20587,14 @@ "comment": "", "meta": { "range": [ - 97770, - 97810 + 103910, + 103950 ], "filename": "astronomy.js", - "lineno": 2169, + "lineno": 2299, "columnno": 18, "code": { - "id": "astnode100011054", + "id": "astnode100012069", "name": "sinzd0", "type": "CallExpression", "value": "" @@ -19361,14 +20612,14 @@ "comment": "", "meta": { "range": [ - 97830, - 97870 + 103970, + 104010 ], "filename": "astronomy.js", - "lineno": 2170, + "lineno": 2300, "columnno": 18, "code": { - "id": "astnode100011066", + "id": "astnode100012081", "name": "coszd0", "type": "CallExpression", "value": "" @@ -19386,14 +20637,14 @@ "comment": "", "meta": { "range": [ - 97888, - 97895 + 104028, + 104035 ], "filename": "astronomy.js", - "lineno": 2171, + "lineno": 2301, "columnno": 16, "code": { - "id": "astnode100011078", + "id": "astnode100012093", "name": "pr", "type": "ArrayExpression", "value": "[]" @@ -19411,14 +20662,14 @@ "comment": "", "meta": { "range": [ - 97918, - 97923 + 104058, + 104063 ], "filename": "astronomy.js", - "lineno": 2172, + "lineno": 2302, "columnno": 21, "code": { - "id": "astnode100011083", + "id": "astnode100012098", "name": "j", "type": "Literal", "value": 0 @@ -19436,14 +20687,14 @@ "comment": "", "meta": { "range": [ - 98050, - 98097 + 104190, + 104237 ], "filename": "astronomy.js", - "lineno": 2175, + "lineno": 2305, "columnno": 12, "code": { - "id": "astnode100011117", + "id": "astnode100012132", "name": "proj", "type": "CallExpression", "funcscope": "Horizon", @@ -19462,14 +20713,14 @@ "comment": "", "meta": { "range": [ - 98143, - 98195 + 104283, + 104335 ], "filename": "astronomy.js", - "lineno": 2177, + "lineno": 2307, "columnno": 16, "code": { - "id": "astnode100011144", + "id": "astnode100012159", "name": "out_ra", "type": "BinaryExpression", "funcscope": "Horizon", @@ -19488,14 +20739,14 @@ "comment": "", "meta": { "range": [ - 98251, - 98263 + 104391, + 104403 ], "filename": "astronomy.js", - "lineno": 2179, + "lineno": 2309, "columnno": 20, "code": { - "id": "astnode100011166", + "id": "astnode100012181", "name": "out_ra", "type": "Literal", "funcscope": "Horizon", @@ -19514,14 +20765,14 @@ "comment": "", "meta": { "range": [ - 98332, - 98342 + 104472, + 104482 ], "filename": "astronomy.js", - "lineno": 2183, + "lineno": 2313, "columnno": 16, "code": { - "id": "astnode100011171", + "id": "astnode100012186", "name": "out_ra", "type": "Literal", "funcscope": "Horizon", @@ -19540,14 +20791,14 @@ "comment": "", "meta": { "range": [ - 98370, - 98421 + 104510, + 104561 ], "filename": "astronomy.js", - "lineno": 2185, + "lineno": 2315, "columnno": 12, "code": { - "id": "astnode100011175", + "id": "astnode100012190", "name": "out_dec", "type": "BinaryExpression", "funcscope": "Horizon", @@ -19566,14 +20817,14 @@ "comment": "", "meta": { "range": [ - 98509, - 98534 + 104649, + 104674 ], "filename": "astronomy.js", - "lineno": 2190, + "lineno": 2320, "columnno": 0, "code": { - "id": "astnode100011199", + "id": "astnode100012214", "name": "exports.Horizon", "type": "Identifier", "value": "Horizon", @@ -19590,14 +20841,14 @@ "comment": "", "meta": { "range": [ - 98536, - 98971 + 104676, + 105111 ], "filename": "astronomy.js", - "lineno": 2191, + "lineno": 2321, "columnno": 0, "code": { - "id": "astnode100011204", + "id": "astnode100012219", "name": "VerifyObserver", "type": "FunctionDeclaration", "paramnames": [ @@ -19616,14 +20867,14 @@ "comment": "/**\n * @brief Represents the geographic location of an observer on the surface of the Earth.\n *\n * @property {number} latitude\n * The observer's geographic latitude in degrees north of the Earth's equator.\n * The value is negative for observers south of the equator.\n * Must be in the range -90 to +90.\n *\n * @property {number} longitude\n * The observer's geographic longitude in degrees east of the prime meridian\n * passing through Greenwich, England.\n * The value is negative for observers west of the prime meridian.\n * The value should be kept in the range -180 to +180 to minimize floating point errors.\n *\n * @property {number} height\n * The observer's elevation above mean sea level, expressed in meters.\n */", "meta": { "range": [ - 99729, - 99930 + 105869, + 106070 ], "filename": "astronomy.js", - "lineno": 2220, + "lineno": 2350, "columnno": 0, "code": { - "id": "astnode100011261", + "id": "astnode100012276", "name": "Observer", "type": "ClassDeclaration", "paramnames": [ @@ -19680,14 +20931,14 @@ "comment": "", "meta": { "range": [ - 99750, - 99928 + 105890, + 106068 ], "filename": "astronomy.js", - "lineno": 2221, + "lineno": 2351, "columnno": 4, "code": { - "id": "astnode100011264", + "id": "astnode100012279", "name": "Observer", "type": "MethodDefinition", "paramnames": [ @@ -19711,14 +20962,14 @@ "comment": "/**\n * @brief Represents the geographic location of an observer on the surface of the Earth.\n *\n * @property {number} latitude\n * The observer's geographic latitude in degrees north of the Earth's equator.\n * The value is negative for observers south of the equator.\n * Must be in the range -90 to +90.\n *\n * @property {number} longitude\n * The observer's geographic longitude in degrees east of the prime meridian\n * passing through Greenwich, England.\n * The value is negative for observers west of the prime meridian.\n * The value should be kept in the range -180 to +180 to minimize floating point errors.\n *\n * @property {number} height\n * The observer's elevation above mean sea level, expressed in meters.\n */", "meta": { "range": [ - 99729, - 99930 + 105869, + 106070 ], "filename": "astronomy.js", - "lineno": 2220, + "lineno": 2350, "columnno": 0, "code": { - "id": "astnode100011261", + "id": "astnode100012276", "name": "Observer", "type": "ClassDeclaration", "paramnames": [ @@ -19774,14 +21025,14 @@ "comment": "", "meta": { "range": [ - 99801, - 99825 + 105941, + 105965 ], "filename": "astronomy.js", - "lineno": 2222, + "lineno": 2352, "columnno": 8, "code": { - "id": "astnode100011272", + "id": "astnode100012287", "name": "this.latitude", "type": "Identifier", "value": "latitude", @@ -19799,14 +21050,14 @@ "comment": "", "meta": { "range": [ - 99835, - 99861 + 105975, + 106001 ], "filename": "astronomy.js", - "lineno": 2223, + "lineno": 2353, "columnno": 8, "code": { - "id": "astnode100011278", + "id": "astnode100012293", "name": "this.longitude", "type": "Identifier", "value": "longitude", @@ -19824,14 +21075,14 @@ "comment": "", "meta": { "range": [ - 99871, - 99891 + 106011, + 106031 ], "filename": "astronomy.js", - "lineno": 2224, + "lineno": 2354, "columnno": 8, "code": { - "id": "astnode100011284", + "id": "astnode100012299", "name": "this.height", "type": "Identifier", "value": "height", @@ -19849,14 +21100,14 @@ "comment": "", "meta": { "range": [ - 99931, - 99958 + 106071, + 106098 ], "filename": "astronomy.js", - "lineno": 2228, + "lineno": 2358, "columnno": 0, "code": { - "id": "astnode100011294", + "id": "astnode100012309", "name": "exports.Observer", "type": "Identifier", "value": "Observer", @@ -19873,14 +21124,14 @@ "comment": "/**\n * @brief Returns apparent geocentric true ecliptic coordinates of date for the Sun.\n *\n * This function is used for calculating the times of equinoxes and solstices.\n *\n * Geocentric means coordinates as the Sun would appear to a hypothetical observer\n * at the center of the Earth.\n * Ecliptic coordinates of date are measured along the plane of the Earth's mean\n * orbit around the Sun, using the\n * equinox\n * of the Earth as adjusted for precession and nutation of the Earth's\n * axis of rotation on the given date.\n *\n * @param {FlexibleDateTime} date\n * The date and time at which to calculate the Sun's apparent location as seen from\n * the center of the Earth.\n *\n * @returns {EclipticCoordinates}\n */", "meta": { "range": [ - 100775, - 101784 + 106915, + 107924 ], "filename": "astronomy.js", - "lineno": 2248, + "lineno": 2378, "columnno": 0, "code": { - "id": "astnode100011299", + "id": "astnode100012314", "name": "SunPosition", "type": "FunctionDeclaration", "paramnames": [ @@ -19936,14 +21187,14 @@ "comment": "", "meta": { "range": [ - 101021, - 101072 + 107161, + 107212 ], "filename": "astronomy.js", - "lineno": 2252, + "lineno": 2382, "columnno": 10, "code": { - "id": "astnode100011304", + "id": "astnode100012319", "name": "time", "type": "CallExpression", "value": "" @@ -19961,14 +21212,14 @@ "comment": "", "meta": { "range": [ - 101149, - 101187 + 107289, + 107327 ], "filename": "astronomy.js", - "lineno": 2254, + "lineno": 2384, "columnno": 10, "code": { - "id": "astnode100011319", + "id": "astnode100012334", "name": "earth2000", "type": "CallExpression", "value": "" @@ -19986,14 +21237,14 @@ "comment": "", "meta": { "range": [ - 101249, - 101301 + 107389, + 107441 ], "filename": "astronomy.js", - "lineno": 2256, + "lineno": 2386, "columnno": 10, "code": { - "id": "astnode100011328", + "id": "astnode100012343", "name": "sun2000", "type": "ArrayExpression", "value": "[\"-earth2000.x\",\"-earth2000.y\",\"-earth2000.z\"]" @@ -20011,14 +21262,14 @@ "comment": "", "meta": { "range": [ - 101506, - 101554 + 107646, + 107694 ], "filename": "astronomy.js", - "lineno": 2260, + "lineno": 2390, "columnno": 10, "code": { - "id": "astnode100011354", + "id": "astnode100012369", "name": "true_obliq", "type": "BinaryExpression", "value": "" @@ -20036,14 +21287,14 @@ "comment": "", "meta": { "range": [ - 101566, - 101595 + 107706, + 107735 ], "filename": "astronomy.js", - "lineno": 2261, + "lineno": 2391, "columnno": 10, "code": { - "id": "astnode100011366", + "id": "astnode100012381", "name": "cos_ob", "type": "CallExpression", "value": "" @@ -20061,14 +21312,14 @@ "comment": "", "meta": { "range": [ - 101607, - 101636 + 107747, + 107776 ], "filename": "astronomy.js", - "lineno": 2262, + "lineno": 2392, "columnno": 10, "code": { - "id": "astnode100011374", + "id": "astnode100012389", "name": "sin_ob", "type": "CallExpression", "value": "" @@ -20086,14 +21337,14 @@ "comment": "", "meta": { "range": [ - 101648, - 101682 + 107788, + 107822 ], "filename": "astronomy.js", - "lineno": 2263, + "lineno": 2393, "columnno": 10, "code": { - "id": "astnode100011382", + "id": "astnode100012397", "name": "vec", "type": "NewExpression", "value": "" @@ -20111,14 +21362,14 @@ "comment": "", "meta": { "range": [ - 101694, - 101756 + 107834, + 107896 ], "filename": "astronomy.js", - "lineno": 2264, + "lineno": 2394, "columnno": 10, "code": { - "id": "astnode100011391", + "id": "astnode100012406", "name": "sun_ecliptic", "type": "CallExpression", "value": "" @@ -20136,14 +21387,14 @@ "comment": "", "meta": { "range": [ - 101785, - 101818 + 107925, + 107958 ], "filename": "astronomy.js", - "lineno": 2267, + "lineno": 2397, "columnno": 0, "code": { - "id": "astnode100011401", + "id": "astnode100012416", "name": "exports.SunPosition", "type": "Identifier", "value": "SunPosition", @@ -20160,14 +21411,14 @@ "comment": "/**\n * @brief Calculates equatorial coordinates of a Solar System body at a given time.\n *\n * Returns topocentric equatorial coordinates (right ascension and declination)\n * in one of two different systems: J2000 or true-equator-of-date.\n * Allows optional correction for aberration.\n * Always corrects for light travel time (represents the object as seen by the observer\n * with light traveling to the Earth at finite speed, not where the object is right now).\n * Topocentric refers to a position as seen by an observer on the surface of the Earth.\n * This function corrects for\n * parallax\n * of the object between a geocentric observer and a topocentric observer.\n * This is most significant for the Moon, because it is so close to the Earth.\n * However, it can have a small effect on the apparent positions of other bodies.\n *\n * @param {Body} body\n * The body for which to find equatorial coordinates.\n * Not allowed to be `\"Earth\"`.\n *\n * @param {FlexibleDateTime} date\n * Specifies the date and time at which the body is to be observed.\n *\n * @param {Observer} observer\n * The location on the Earth of the observer.\n *\n * @param {bool} ofdate\n * Pass `true` to return equatorial coordinates of date,\n * i.e. corrected for precession and nutation at the given date.\n * This is needed to get correct horizontal coordinates when you call\n * {@link Horizon}.\n * Pass `false` to return equatorial coordinates in the J2000 system.\n *\n * @param {bool} aberration\n * Pass `true` to correct for\n * aberration,\n * or `false` to leave uncorrected.\n *\n * @returns {EquatorialCoordinates}\n * The topocentric coordinates of the body as adjusted for the given observer.\n */", "meta": { "range": [ - 103675, - 104247 + 109815, + 110387 ], "filename": "astronomy.js", - "lineno": 2308, + "lineno": 2438, "columnno": 0, "code": { - "id": "astnode100011406", + "id": "astnode100012421", "name": "Equator", "type": "FunctionDeclaration", "paramnames": [ @@ -20260,14 +21511,14 @@ "comment": "", "meta": { "range": [ - 103834, - 103855 + 109974, + 109995 ], "filename": "astronomy.js", - "lineno": 2312, + "lineno": 2442, "columnno": 10, "code": { - "id": "astnode100011427", + "id": "astnode100012442", "name": "time", "type": "CallExpression", "value": "" @@ -20285,14 +21536,14 @@ "comment": "", "meta": { "range": [ - 103867, - 103904 + 110007, + 110044 ], "filename": "astronomy.js", - "lineno": 2313, + "lineno": 2443, "columnno": 10, "code": { - "id": "astnode100011433", + "id": "astnode100012448", "name": "gc_observer", "type": "CallExpression", "value": "" @@ -20310,14 +21561,14 @@ "comment": "", "meta": { "range": [ - 103916, - 103954 + 110056, + 110094 ], "filename": "astronomy.js", - "lineno": 2314, + "lineno": 2444, "columnno": 10, "code": { - "id": "astnode100011440", + "id": "astnode100012455", "name": "gc", "type": "CallExpression", "value": "" @@ -20335,14 +21586,14 @@ "comment": "", "meta": { "range": [ - 103966, - 104073 + 110106, + 110213 ], "filename": "astronomy.js", - "lineno": 2315, + "lineno": 2445, "columnno": 10, "code": { - "id": "astnode100011448", + "id": "astnode100012463", "name": "j2000", "type": "ArrayExpression", "value": "[\"\",\"\",\"\"]" @@ -20360,14 +21611,14 @@ "comment": "", "meta": { "range": [ - 104144, - 104203 + 110284, + 110343 ], "filename": "astronomy.js", - "lineno": 2322, + "lineno": 2452, "columnno": 10, "code": { - "id": "astnode100011481", + "id": "astnode100012496", "name": "datevect", "type": "CallExpression", "value": "" @@ -20385,14 +21636,14 @@ "comment": "", "meta": { "range": [ - 104248, - 104273 + 110388, + 110413 ], "filename": "astronomy.js", - "lineno": 2325, + "lineno": 2455, "columnno": 0, "code": { - "id": "astnode100011496", + "id": "astnode100012511", "name": "exports.Equator", "type": "Identifier", "value": "Equator", @@ -20409,14 +21660,14 @@ "comment": "/**\n * @brief Calculates geocentric equatorial coordinates of an observer on the surface of the Earth.\n *\n * This function calculates a vector from the center of the Earth to\n * a point on or near the surface of the Earth, expressed in equatorial\n * coordinates. It takes into account the rotation of the Earth at the given\n * time, along with the given latitude, longitude, and elevation of the observer.\n *\n * The caller may pass `ofdate` as `true` to return coordinates relative to the Earth's\n * equator at the specified time, or `false` to use the J2000 equator.\n *\n * The returned vector has components expressed in astronomical units (AU).\n * To convert to kilometers, multiply the `x`, `y`, and `z` values by\n * the constant value {@link KM_PER_AU}.\n *\n * The inverse of this function is also available: {@link VectorObserver}.\n *\n * @param {FlexibleDateTime} date\n * The date and time for which to calculate the observer's position vector.\n *\n * @param {Observer} observer\n * The geographic location of a point on or near the surface of the Earth.\n *\n * @param {boolean} ofdate\n * Selects the date of the Earth's equator in which to express the equatorial coordinates.\n * The caller may pass `false` to use the orientation of the Earth's equator\n * at noon UTC on January 1, 2000, in which case this function corrects for precession\n * and nutation of the Earth as it was at the moment specified by the `time` parameter.\n * Or the caller may pass `true` to use the Earth's equator at `time`\n * as the orientation.\n *\n * @returns {Vector}\n * An equatorial vector from the center of the Earth to the specified location\n * on (or near) the Earth's surface.\n */", "meta": { "range": [ - 105992, - 106277 + 112132, + 112417 ], "filename": "astronomy.js", - "lineno": 2361, + "lineno": 2491, "columnno": 0, "code": { - "id": "astnode100011501", + "id": "astnode100012516", "name": "ObserverVector", "type": "FunctionDeclaration", "paramnames": [ @@ -20487,14 +21738,14 @@ "comment": "", "meta": { "range": [ - 106052, - 106073 + 112192, + 112213 ], "filename": "astronomy.js", - "lineno": 2362, + "lineno": 2492, "columnno": 10, "code": { - "id": "astnode100011508", + "id": "astnode100012523", "name": "time", "type": "CallExpression", "value": "" @@ -20512,14 +21763,14 @@ "comment": "", "meta": { "range": [ - 106085, - 106111 + 112225, + 112251 ], "filename": "astronomy.js", - "lineno": 2363, + "lineno": 2493, "columnno": 10, "code": { - "id": "astnode100011514", + "id": "astnode100012529", "name": "gast", "type": "CallExpression", "value": "" @@ -20537,14 +21788,14 @@ "comment": "", "meta": { "range": [ - 106121, - 106153 + 112261, + 112293 ], "filename": "astronomy.js", - "lineno": 2364, + "lineno": 2494, "columnno": 8, "code": { - "id": "astnode100011520", + "id": "astnode100012535", "name": "ovec", "type": "MemberExpression", "value": ".pos" @@ -20562,14 +21813,14 @@ "comment": "", "meta": { "range": [ - 106180, - 106234 + 112320, + 112374 ], "filename": "astronomy.js", - "lineno": 2366, + "lineno": 2496, "columnno": 8, "code": { - "id": "astnode100011532", + "id": "astnode100012547", "name": "ovec", "type": "CallExpression", "funcscope": "ObserverVector", @@ -20588,14 +21839,14 @@ "comment": "", "meta": { "range": [ - 106278, - 106317 + 112418, + 112457 ], "filename": "astronomy.js", - "lineno": 2369, + "lineno": 2499, "columnno": 0, "code": { - "id": "astnode100011547", + "id": "astnode100012562", "name": "exports.ObserverVector", "type": "Identifier", "value": "ObserverVector", @@ -20612,14 +21863,14 @@ "comment": "/**\n * @brief Calculates the geographic location corresponding to an equatorial vector.\n *\n * This is the inverse function of {@link ObserverVector}.\n * Given a geocentric equatorial vector, it returns the geographic\n * latitude, longitude, and elevation for that vector.\n *\n * @param {Vector} vector\n * The geocentric equatorial position vector for which to find geographic coordinates.\n * The components are expressed in Astronomical Units (AU).\n * You can calculate AU by dividing kilometers by the constant {@link KM_PER_AU}.\n * The time `vector.t` determines the Earth's rotation.\n *\n * @param {boolean} ofdate\n * Selects the date of the Earth's equator in which `vector` is expressed.\n * The caller may select `false` to use the orientation of the Earth's equator\n * at noon UTC on January 1, 2000, in which case this function corrects for precession\n * and nutation of the Earth as it was at the moment specified by `vector.t`.\n * Or the caller may select `true` to use the Earth's equator at `vector.t`\n * as the orientation.\n *\n * @returns {Observer}\n * The geographic latitude, longitude, and elevation above sea level\n * that corresponds to the given equatorial vector.\n */", "meta": { "range": [ - 107564, - 107897 + 113704, + 114037 ], "filename": "astronomy.js", - "lineno": 2395, + "lineno": 2525, "columnno": 0, "code": { - "id": "astnode100011552", + "id": "astnode100012567", "name": "VectorObserver", "type": "FunctionDeclaration", "paramnames": [ @@ -20679,14 +21930,14 @@ "comment": "", "meta": { "range": [ - 107616, - 107646 + 113756, + 113786 ], "filename": "astronomy.js", - "lineno": 2396, + "lineno": 2526, "columnno": 10, "code": { - "id": "astnode100011558", + "id": "astnode100012573", "name": "gast", "type": "CallExpression", "value": "" @@ -20704,14 +21955,14 @@ "comment": "", "meta": { "range": [ - 107656, - 107693 + 113796, + 113833 ], "filename": "astronomy.js", - "lineno": 2397, + "lineno": 2527, "columnno": 8, "code": { - "id": "astnode100011566", + "id": "astnode100012581", "name": "ovec", "type": "ArrayExpression", "value": "[\"vector.x\",\"vector.y\",\"vector.z\"]" @@ -20729,14 +21980,14 @@ "comment": "", "meta": { "range": [ - 107722, - 107782 + 113862, + 113922 ], "filename": "astronomy.js", - "lineno": 2399, + "lineno": 2529, "columnno": 8, "code": { - "id": "astnode100011583", + "id": "astnode100012598", "name": "ovec", "type": "CallExpression", "funcscope": "VectorObserver", @@ -20755,14 +22006,14 @@ "comment": "", "meta": { "range": [ - 107792, - 107850 + 113932, + 113990 ], "filename": "astronomy.js", - "lineno": 2400, + "lineno": 2530, "columnno": 8, "code": { - "id": "astnode100011595", + "id": "astnode100012610", "name": "ovec", "type": "CallExpression", "funcscope": "VectorObserver", @@ -20781,14 +22032,14 @@ "comment": "", "meta": { "range": [ - 107898, - 107937 + 114038, + 114077 ], "filename": "astronomy.js", - "lineno": 2404, + "lineno": 2534, "columnno": 0, "code": { - "id": "astnode100011612", + "id": "astnode100012627", "name": "exports.VectorObserver", "type": "Identifier", "value": "VectorObserver", @@ -20805,14 +22056,14 @@ "comment": "/**\n * @brief Calculates the gravitational acceleration experienced by an observer on the Earth.\n *\n * This function implements the WGS 84 Ellipsoidal Gravity Formula.\n * The result is a combination of inward gravitational acceleration\n * with outward centrifugal acceleration, as experienced by an observer\n * in the Earth's rotating frame of reference.\n * The resulting value increases toward the Earth's poles and decreases\n * toward the equator, consistent with changes of the weight measured\n * by a spring scale of a fixed mass moved to different latitudes and heights\n * on the Earth.\n *\n * @param {number} latitude\n * The latitude of the observer in degrees north or south of the equator.\n * By formula symmetry, positive latitudes give the same answer as negative\n * latitudes, so the sign does not matter.\n *\n * @param {number} height\n * The height above the sea level geoid in meters.\n * No range checking is done; however, accuracy is only valid in the\n * range 0 to 100000 meters.\n *\n * @returns {number}\n * The effective gravitational acceleration expressed in meters per second squared [m/s^2].\n */", "meta": { "range": [ - 109088, - 109409 + 115228, + 115549 ], "filename": "astronomy.js", - "lineno": 2430, + "lineno": 2560, "columnno": 0, "code": { - "id": "astnode100011617", + "id": "astnode100012632", "name": "ObserverGravity", "type": "FunctionDeclaration", "paramnames": [ @@ -20873,14 +22124,14 @@ "comment": "", "meta": { "range": [ - 109143, - 109183 + 115283, + 115323 ], "filename": "astronomy.js", - "lineno": 2431, + "lineno": 2561, "columnno": 10, "code": { - "id": "astnode100011623", + "id": "astnode100012638", "name": "s", "type": "CallExpression", "value": "" @@ -20898,14 +22149,14 @@ "comment": "", "meta": { "range": [ - 109195, - 109205 + 115335, + 115345 ], "filename": "astronomy.js", - "lineno": 2432, + "lineno": 2562, "columnno": 10, "code": { - "id": "astnode100011635", + "id": "astnode100012650", "name": "s2", "type": "BinaryExpression", "value": "" @@ -20923,14 +22174,14 @@ "comment": "", "meta": { "range": [ - 109217, - 109307 + 115357, + 115447 ], "filename": "astronomy.js", - "lineno": 2433, + "lineno": 2563, "columnno": 10, "code": { - "id": "astnode100011641", + "id": "astnode100012656", "name": "g0", "type": "BinaryExpression", "value": "" @@ -20948,14 +22199,14 @@ "comment": "", "meta": { "range": [ - 109410, - 109451 + 115550, + 115591 ], "filename": "astronomy.js", - "lineno": 2436, + "lineno": 2566, "columnno": 0, "code": { - "id": "astnode100011679", + "id": "astnode100012694", "name": "exports.ObserverGravity", "type": "Identifier", "value": "ObserverGravity", @@ -20972,14 +22223,14 @@ "comment": "", "meta": { "range": [ - 109453, - 110041 + 115593, + 116181 ], "filename": "astronomy.js", - "lineno": 2437, + "lineno": 2567, "columnno": 0, "code": { - "id": "astnode100011684", + "id": "astnode100012699", "name": "RotateEquatorialToEcliptic", "type": "FunctionDeclaration", "paramnames": [ @@ -21009,14 +22260,14 @@ "comment": "", "meta": { "range": [ - 109581, - 109591 + 115721, + 115731 ], "filename": "astronomy.js", - "lineno": 2439, + "lineno": 2569, "columnno": 10, "code": { - "id": "astnode100011691", + "id": "astnode100012706", "name": "ex", "type": "MemberExpression", "value": "equ.x" @@ -21034,14 +22285,14 @@ "comment": "", "meta": { "range": [ - 109603, - 109639 + 115743, + 115779 ], "filename": "astronomy.js", - "lineno": 2440, + "lineno": 2570, "columnno": 10, "code": { - "id": "astnode100011697", + "id": "astnode100012712", "name": "ey", "type": "BinaryExpression", "value": "" @@ -21059,14 +22310,14 @@ "comment": "", "meta": { "range": [ - 109651, - 109688 + 115791, + 115828 ], "filename": "astronomy.js", - "lineno": 2441, + "lineno": 2571, "columnno": 10, "code": { - "id": "astnode100011711", + "id": "astnode100012726", "name": "ez", "type": "BinaryExpression", "value": "" @@ -21084,14 +22335,14 @@ "comment": "", "meta": { "range": [ - 109700, - 109737 + 115840, + 115877 ], "filename": "astronomy.js", - "lineno": 2442, + "lineno": 2572, "columnno": 10, "code": { - "id": "astnode100011726", + "id": "astnode100012741", "name": "xyproj", "type": "CallExpression", "value": "" @@ -21109,14 +22360,14 @@ "comment": "", "meta": { "range": [ - 109747, - 109755 + 115887, + 115895 ], "filename": "astronomy.js", - "lineno": 2443, + "lineno": 2573, "columnno": 8, "code": { - "id": "astnode100011740", + "id": "astnode100012755", "name": "elon", "type": "Literal", "value": 0 @@ -21134,14 +22385,14 @@ "comment": "", "meta": { "range": [ - 109787, - 109830 + 115927, + 115970 ], "filename": "astronomy.js", - "lineno": 2445, + "lineno": 2575, "columnno": 8, "code": { - "id": "astnode100011749", + "id": "astnode100012764", "name": "elon", "type": "BinaryExpression", "funcscope": "RotateEquatorialToEcliptic", @@ -21160,14 +22411,14 @@ "comment": "", "meta": { "range": [ - 109866, - 109877 + 116006, + 116017 ], "filename": "astronomy.js", - "lineno": 2447, + "lineno": 2577, "columnno": 12, "code": { - "id": "astnode100011766", + "id": "astnode100012781", "name": "elon", "type": "Literal", "funcscope": "RotateEquatorialToEcliptic", @@ -21186,14 +22437,14 @@ "comment": "", "meta": { "range": [ - 109893, - 109940 + 116033, + 116080 ], "filename": "astronomy.js", - "lineno": 2449, + "lineno": 2579, "columnno": 8, "code": { - "id": "astnode100011770", + "id": "astnode100012785", "name": "elat", "type": "BinaryExpression", "value": "" @@ -21211,14 +22462,14 @@ "comment": "", "meta": { "range": [ - 109950, - 109985 + 116090, + 116125 ], "filename": "astronomy.js", - "lineno": 2450, + "lineno": 2580, "columnno": 8, "code": { - "id": "astnode100011783", + "id": "astnode100012798", "name": "ecl", "type": "NewExpression", "value": "" @@ -21236,14 +22487,14 @@ "comment": "/**\n * @brief Converts equatorial Cartesian coordinates to ecliptic Cartesian and angular coordinates.\n *\n * Given J2000 equatorial Cartesian coordinates,\n * returns J2000 ecliptic latitude, longitude, and cartesian coordinates.\n * You can call {@link GeoVector} and pass the resulting vector to this function.\n *\n * @param {Vector} equ\n * A vector in the J2000 equatorial coordinate system.\n *\n * @returns {EclipticCoordinates}\n */", "meta": { "range": [ - 110480, - 110967 + 116620, + 117107 ], "filename": "astronomy.js", - "lineno": 2465, + "lineno": 2595, "columnno": 0, "code": { - "id": "astnode100011799", + "id": "astnode100012814", "name": "Ecliptic", "type": "FunctionDeclaration", "paramnames": [ @@ -21293,14 +22544,14 @@ "comment": "", "meta": { "range": [ - 110757, - 110812 + 116897, + 116952 ], "filename": "astronomy.js", - "lineno": 2470, + "lineno": 2600, "columnno": 8, "code": { - "id": "astnode100011809", + "id": "astnode100012824", "name": "ob2000", "type": "BinaryExpression", "funcscope": "Ecliptic", @@ -21319,14 +22570,14 @@ "comment": "", "meta": { "range": [ - 110822, - 110851 + 116962, + 116991 ], "filename": "astronomy.js", - "lineno": 2471, + "lineno": 2601, "columnno": 8, "code": { - "id": "astnode100011823", + "id": "astnode100012838", "name": "cos_ob2000", "type": "CallExpression", "funcscope": "Ecliptic", @@ -21345,14 +22596,14 @@ "comment": "", "meta": { "range": [ - 110861, - 110890 + 117001, + 117030 ], "filename": "astronomy.js", - "lineno": 2472, + "lineno": 2602, "columnno": 8, "code": { - "id": "astnode100011831", + "id": "astnode100012846", "name": "sin_ob2000", "type": "CallExpression", "funcscope": "Ecliptic", @@ -21371,14 +22622,14 @@ "comment": "", "meta": { "range": [ - 110968, - 110995 + 117108, + 117135 ], "filename": "astronomy.js", - "lineno": 2476, + "lineno": 2606, "columnno": 0, "code": { - "id": "astnode100011845", + "id": "astnode100012860", "name": "exports.Ecliptic", "type": "Identifier", "value": "Ecliptic", @@ -21395,14 +22646,14 @@ "comment": "/**\n * @brief Calculates the geocentric Cartesian coordinates for the Moon in the J2000 equatorial system.\n *\n * Based on the Nautical Almanac Office's Improved Lunar Ephemeris of 1954,\n * which in turn derives from E. W. Brown's lunar theories.\n * Adapted from Turbo Pascal code from the book\n * Astronomy on the Personal Computer\n * by Montenbruck and Pfleger.\n *\n * @param {FlexibleDateTime} date\n * The date and time for which to calculate the Moon's geocentric position.\n *\n * @returns {Vector}\n */", "meta": { "range": [ - 111574, - 112309 + 117714, + 118449 ], "filename": "astronomy.js", - "lineno": 2491, + "lineno": 2621, "columnno": 0, "code": { - "id": "astnode100011850", + "id": "astnode100012865", "name": "GeoMoon", "type": "FunctionDeclaration", "paramnames": [ @@ -21455,14 +22706,14 @@ "comment": "", "meta": { "range": [ - 111607, - 111628 + 117747, + 117768 ], "filename": "astronomy.js", - "lineno": 2492, + "lineno": 2622, "columnno": 8, "code": { - "id": "astnode100011855", + "id": "astnode100012870", "name": "time", "type": "CallExpression", "value": "" @@ -21480,14 +22731,14 @@ "comment": "", "meta": { "range": [ - 111638, - 111659 + 117778, + 117799 ], "filename": "astronomy.js", - "lineno": 2493, + "lineno": 2623, "columnno": 8, "code": { - "id": "astnode100011861", + "id": "astnode100012876", "name": "moon", "type": "CallExpression", "value": "" @@ -21505,14 +22756,14 @@ "comment": "", "meta": { "range": [ - 111742, - 111804 + 117882, + 117944 ], "filename": "astronomy.js", - "lineno": 2495, + "lineno": 2625, "columnno": 8, "code": { - "id": "astnode100011867", + "id": "astnode100012882", "name": "dist_cos_lat", "type": "BinaryExpression", "value": "" @@ -21530,14 +22781,14 @@ "comment": "", "meta": { "range": [ - 111814, - 111991 + 117954, + 118131 ], "filename": "astronomy.js", - "lineno": 2496, + "lineno": 2626, "columnno": 8, "code": { - "id": "astnode100011881", + "id": "astnode100012896", "name": "gepos", "type": "ArrayExpression", "value": "[\"\",\"\",\"\"]" @@ -21555,14 +22806,14 @@ "comment": "", "meta": { "range": [ - 112094, - 112126 + 118234, + 118266 ], "filename": "astronomy.js", - "lineno": 2502, + "lineno": 2632, "columnno": 8, "code": { - "id": "astnode100011914", + "id": "astnode100012929", "name": "mpos1", "type": "CallExpression", "value": "" @@ -21580,14 +22831,14 @@ "comment": "", "meta": { "range": [ - 112189, - 112247 + 118329, + 118387 ], "filename": "astronomy.js", - "lineno": 2504, + "lineno": 2634, "columnno": 8, "code": { - "id": "astnode100011921", + "id": "astnode100012936", "name": "mpos2", "type": "CallExpression", "value": "" @@ -21605,14 +22856,14 @@ "comment": "", "meta": { "range": [ - 112310, - 112335 + 118450, + 118475 ], "filename": "astronomy.js", - "lineno": 2507, + "lineno": 2637, "columnno": 0, "code": { - "id": "astnode100011944", + "id": "astnode100012959", "name": "exports.GeoMoon", "type": "Identifier", "value": "GeoMoon", @@ -21629,14 +22880,14 @@ "comment": "", "meta": { "range": [ - 112337, - 112802 + 118477, + 118942 ], "filename": "astronomy.js", - "lineno": 2508, + "lineno": 2638, "columnno": 0, "code": { - "id": "astnode100011949", + "id": "astnode100012964", "name": "VsopFormula", "type": "FunctionDeclaration", "paramnames": [ @@ -21665,14 +22916,14 @@ "comment": "", "meta": { "range": [ - 112393, - 112403 + 118533, + 118543 ], "filename": "astronomy.js", - "lineno": 2509, + "lineno": 2639, "columnno": 8, "code": { - "id": "astnode100011956", + "id": "astnode100012971", "name": "tpower", "type": "Literal", "value": 1 @@ -21690,14 +22941,14 @@ "comment": "", "meta": { "range": [ - 112413, - 112422 + 118553, + 118562 ], "filename": "astronomy.js", - "lineno": 2510, + "lineno": 2640, "columnno": 8, "code": { - "id": "astnode100011960", + "id": "astnode100012975", "name": "coord", "type": "Literal", "value": 0 @@ -21715,14 +22966,14 @@ "comment": "", "meta": { "range": [ - 112437, - 112443 + 118577, + 118583 ], "filename": "astronomy.js", - "lineno": 2511, + "lineno": 2641, "columnno": 13, "code": { - "id": "astnode100011965", + "id": "astnode100012980", "name": "series" } }, @@ -21738,14 +22989,14 @@ "comment": "", "meta": { "range": [ - 112470, - 112477 + 118610, + 118617 ], "filename": "astronomy.js", - "lineno": 2512, + "lineno": 2642, "columnno": 12, "code": { - "id": "astnode100011970", + "id": "astnode100012985", "name": "sum", "type": "Literal", "value": 0 @@ -21763,14 +23014,14 @@ "comment": "", "meta": { "range": [ - 112538, - 112579 + 118678, + 118719 ], "filename": "astronomy.js", - "lineno": 2514, + "lineno": 2644, "columnno": 12, "code": { - "id": "astnode100011979", + "id": "astnode100012994", "name": "sum", "type": "BinaryExpression", "funcscope": "VsopFormula", @@ -21789,14 +23040,14 @@ "comment": "", "meta": { "range": [ - 112593, - 112612 + 118733, + 118752 ], "filename": "astronomy.js", - "lineno": 2515, + "lineno": 2645, "columnno": 12, "code": { - "id": "astnode100011993", + "id": "astnode100013008", "name": "incr", "type": "BinaryExpression", "value": "" @@ -21814,14 +23065,14 @@ "comment": "", "meta": { "range": [ - 112651, - 112662 + 118791, + 118802 ], "filename": "astronomy.js", - "lineno": 2517, + "lineno": 2647, "columnno": 12, "code": { - "id": "astnode100012001", + "id": "astnode100013016", "name": "incr", "type": "Identifier", "funcscope": "VsopFormula", @@ -21840,14 +23091,14 @@ "comment": "", "meta": { "range": [ - 112741, - 112754 + 118881, + 118894 ], "filename": "astronomy.js", - "lineno": 2518, + "lineno": 2648, "columnno": 8, "code": { - "id": "astnode100012005", + "id": "astnode100013020", "name": "coord", "type": "Identifier", "funcscope": "VsopFormula", @@ -21866,14 +23117,14 @@ "comment": "", "meta": { "range": [ - 112764, - 112775 + 118904, + 118915 ], "filename": "astronomy.js", - "lineno": 2519, + "lineno": 2649, "columnno": 8, "code": { - "id": "astnode100012009", + "id": "astnode100013024", "name": "tpower", "type": "Identifier", "funcscope": "VsopFormula", @@ -21892,14 +23143,14 @@ "comment": "", "meta": { "range": [ - 112803, - 113388 + 118943, + 119528 ], "filename": "astronomy.js", - "lineno": 2523, + "lineno": 2653, "columnno": 0, "code": { - "id": "astnode100012014", + "id": "astnode100013029", "name": "VsopDeriv", "type": "FunctionDeclaration", "paramnames": [ @@ -21930,14 +23181,14 @@ "comment": "", "meta": { "range": [ - 112844, - 112854 + 118984, + 118994 ], "filename": "astronomy.js", - "lineno": 2524, + "lineno": 2654, "columnno": 8, "code": { - "id": "astnode100012020", + "id": "astnode100013035", "name": "tpower", "type": "Literal", "value": 1 @@ -21955,14 +23206,14 @@ "comment": "", "meta": { "range": [ - 112871, - 112881 + 119011, + 119021 ], "filename": "astronomy.js", - "lineno": 2525, + "lineno": 2655, "columnno": 8, "code": { - "id": "astnode100012024", + "id": "astnode100013039", "name": "dpower", "type": "Literal", "value": 0 @@ -21980,14 +23231,14 @@ "comment": "", "meta": { "range": [ - 112902, - 112911 + 119042, + 119051 ], "filename": "astronomy.js", - "lineno": 2526, + "lineno": 2656, "columnno": 8, "code": { - "id": "astnode100012028", + "id": "astnode100013043", "name": "deriv", "type": "Literal", "value": 0 @@ -22005,14 +23256,14 @@ "comment": "", "meta": { "range": [ - 112921, - 112926 + 119061, + 119066 ], "filename": "astronomy.js", - "lineno": 2527, + "lineno": 2657, "columnno": 8, "code": { - "id": "astnode100012032", + "id": "astnode100013047", "name": "s", "type": "Literal", "value": 0 @@ -22030,14 +23281,14 @@ "comment": "", "meta": { "range": [ - 112941, - 112947 + 119081, + 119087 ], "filename": "astronomy.js", - "lineno": 2528, + "lineno": 2658, "columnno": 13, "code": { - "id": "astnode100012037", + "id": "astnode100013052", "name": "series" } }, @@ -22053,14 +23304,14 @@ "comment": "", "meta": { "range": [ - 112974, - 112985 + 119114, + 119125 ], "filename": "astronomy.js", - "lineno": 2529, + "lineno": 2659, "columnno": 12, "code": { - "id": "astnode100012042", + "id": "astnode100013057", "name": "sin_sum", "type": "Literal", "value": 0 @@ -22078,14 +23329,14 @@ "comment": "", "meta": { "range": [ - 112999, - 113010 + 119139, + 119150 ], "filename": "astronomy.js", - "lineno": 2530, + "lineno": 2660, "columnno": 12, "code": { - "id": "astnode100012046", + "id": "astnode100013061", "name": "cos_sum", "type": "Literal", "value": 0 @@ -22103,14 +23354,14 @@ "comment": "", "meta": { "range": [ - 113077, - 113102 + 119217, + 119242 ], "filename": "astronomy.js", - "lineno": 2532, + "lineno": 2662, "columnno": 16, "code": { - "id": "astnode100012056", + "id": "astnode100013071", "name": "angle", "type": "BinaryExpression", "value": "" @@ -22128,14 +23379,14 @@ "comment": "", "meta": { "range": [ - 113116, - 113156 + 119256, + 119296 ], "filename": "astronomy.js", - "lineno": 2533, + "lineno": 2663, "columnno": 12, "code": { - "id": "astnode100012064", + "id": "astnode100013079", "name": "sin_sum", "type": "BinaryExpression", "funcscope": "VsopDeriv", @@ -22154,14 +23405,14 @@ "comment": "", "meta": { "range": [ - 113197, - 113230 + 119337, + 119370 ], "filename": "astronomy.js", - "lineno": 2535, + "lineno": 2665, "columnno": 16, "code": { - "id": "astnode100012080", + "id": "astnode100013095", "name": "cos_sum", "type": "BinaryExpression", "funcscope": "VsopDeriv", @@ -22180,14 +23431,14 @@ "comment": "", "meta": { "range": [ - 113250, - 113302 + 119390, + 119442 ], "filename": "astronomy.js", - "lineno": 2537, + "lineno": 2667, "columnno": 8, "code": { - "id": "astnode100012090", + "id": "astnode100013105", "name": "deriv", "type": "BinaryExpression", "funcscope": "VsopDeriv", @@ -22206,14 +23457,14 @@ "comment": "", "meta": { "range": [ - 113312, - 113327 + 119452, + 119467 ], "filename": "astronomy.js", - "lineno": 2538, + "lineno": 2668, "columnno": 8, "code": { - "id": "astnode100012102", + "id": "astnode100013117", "name": "dpower", "type": "Identifier", "funcscope": "VsopDeriv", @@ -22232,14 +23483,14 @@ "comment": "", "meta": { "range": [ - 113337, - 113348 + 119477, + 119488 ], "filename": "astronomy.js", - "lineno": 2539, + "lineno": 2669, "columnno": 8, "code": { - "id": "astnode100012106", + "id": "astnode100013121", "name": "tpower", "type": "Identifier", "funcscope": "VsopDeriv", @@ -22258,14 +23509,14 @@ "comment": "", "meta": { "range": [ - 113395, - 113423 + 119535, + 119563 ], "filename": "astronomy.js", - "lineno": 2544, + "lineno": 2674, "columnno": 6, "code": { - "id": "astnode100012115", + "id": "astnode100013130", "name": "DAYS_PER_MILLENNIUM", "type": "Literal", "value": 365250 @@ -22282,14 +23533,14 @@ "comment": "", "meta": { "range": [ - 113431, - 113444 + 119571, + 119584 ], "filename": "astronomy.js", - "lineno": 2545, + "lineno": 2675, "columnno": 6, "code": { - "id": "astnode100012119", + "id": "astnode100013134", "name": "LON_INDEX", "type": "Literal", "value": 0 @@ -22306,14 +23557,14 @@ "comment": "", "meta": { "range": [ - 113452, - 113465 + 119592, + 119605 ], "filename": "astronomy.js", - "lineno": 2546, + "lineno": 2676, "columnno": 6, "code": { - "id": "astnode100012123", + "id": "astnode100013138", "name": "LAT_INDEX", "type": "Literal", "value": 1 @@ -22330,14 +23581,14 @@ "comment": "", "meta": { "range": [ - 113473, - 113486 + 119613, + 119626 ], "filename": "astronomy.js", - "lineno": 2547, + "lineno": 2677, "columnno": 6, "code": { - "id": "astnode100012127", + "id": "astnode100013142", "name": "RAD_INDEX", "type": "Literal", "value": 2 @@ -22354,14 +23605,14 @@ "comment": "", "meta": { "range": [ - 113488, - 113834 + 119628, + 119974 ], "filename": "astronomy.js", - "lineno": 2548, + "lineno": 2678, "columnno": 0, "code": { - "id": "astnode100012130", + "id": "astnode100013145", "name": "VsopRotate", "type": "FunctionDeclaration", "paramnames": [ @@ -22380,14 +23631,14 @@ "comment": "", "meta": { "range": [ - 113835, - 114172 + 119975, + 120312 ], "filename": "astronomy.js", - "lineno": 2552, + "lineno": 2682, "columnno": 0, "code": { - "id": "astnode100012181", + "id": "astnode100013196", "name": "VsopSphereToRect", "type": "FunctionDeclaration", "paramnames": [ @@ -22413,14 +23664,14 @@ "comment": "", "meta": { "range": [ - 113963, - 113996 + 120103, + 120136 ], "filename": "astronomy.js", - "lineno": 2554, + "lineno": 2684, "columnno": 10, "code": { - "id": "astnode100012188", + "id": "astnode100013203", "name": "r_coslat", "type": "BinaryExpression", "value": "" @@ -22438,14 +23689,14 @@ "comment": "", "meta": { "range": [ - 114008, - 114030 + 120148, + 120170 ], "filename": "astronomy.js", - "lineno": 2555, + "lineno": 2685, "columnno": 10, "code": { - "id": "astnode100012198", + "id": "astnode100013213", "name": "coslon", "type": "CallExpression", "value": "" @@ -22463,14 +23714,14 @@ "comment": "", "meta": { "range": [ - 114042, - 114064 + 120182, + 120204 ], "filename": "astronomy.js", - "lineno": 2556, + "lineno": 2686, "columnno": 10, "code": { - "id": "astnode100012206", + "id": "astnode100013221", "name": "sinlon", "type": "CallExpression", "value": "" @@ -22488,14 +23739,14 @@ "comment": "", "meta": { "range": [ - 114173, - 114547 + 120313, + 120687 ], "filename": "astronomy.js", - "lineno": 2563, + "lineno": 2693, "columnno": 0, "code": { - "id": "astnode100012228", + "id": "astnode100013243", "name": "CalcVsop", "type": "FunctionDeclaration", "paramnames": [ @@ -22522,14 +23773,14 @@ "comment": "", "meta": { "range": [ - 114216, - 114249 + 120356, + 120389 ], "filename": "astronomy.js", - "lineno": 2564, + "lineno": 2694, "columnno": 10, "code": { - "id": "astnode100012234", + "id": "astnode100013249", "name": "t", "type": "BinaryExpression", "value": "" @@ -22547,14 +23798,14 @@ "comment": "", "meta": { "range": [ - 114285, - 114329 + 120425, + 120469 ], "filename": "astronomy.js", - "lineno": 2565, + "lineno": 2695, "columnno": 10, "code": { - "id": "astnode100012242", + "id": "astnode100013257", "name": "lon", "type": "CallExpression", "value": "" @@ -22572,14 +23823,14 @@ "comment": "", "meta": { "range": [ - 114341, - 114386 + 120481, + 120526 ], "filename": "astronomy.js", - "lineno": 2566, + "lineno": 2696, "columnno": 10, "code": { - "id": "astnode100012252", + "id": "astnode100013267", "name": "lat", "type": "CallExpression", "value": "" @@ -22597,14 +23848,14 @@ "comment": "", "meta": { "range": [ - 114398, - 114443 + 120538, + 120583 ], "filename": "astronomy.js", - "lineno": 2567, + "lineno": 2697, "columnno": 10, "code": { - "id": "astnode100012262", + "id": "astnode100013277", "name": "rad", "type": "CallExpression", "value": "" @@ -22622,14 +23873,14 @@ "comment": "", "meta": { "range": [ - 114455, - 114494 + 120595, + 120634 ], "filename": "astronomy.js", - "lineno": 2568, + "lineno": 2698, "columnno": 10, "code": { - "id": "astnode100012272", + "id": "astnode100013287", "name": "eclip", "type": "CallExpression", "value": "" @@ -22647,14 +23898,14 @@ "comment": "", "meta": { "range": [ - 114548, - 116098 + 120688, + 122238 ], "filename": "astronomy.js", - "lineno": 2571, + "lineno": 2701, "columnno": 0, "code": { - "id": "astnode100012287", + "id": "astnode100013302", "name": "CalcVsopPosVel", "type": "FunctionDeclaration", "paramnames": [ @@ -22694,14 +23945,14 @@ "comment": "", "meta": { "range": [ - 114595, - 114623 + 120735, + 120763 ], "filename": "astronomy.js", - "lineno": 2572, + "lineno": 2702, "columnno": 10, "code": { - "id": "astnode100012293", + "id": "astnode100013308", "name": "t", "type": "BinaryExpression", "value": "" @@ -22719,14 +23970,14 @@ "comment": "", "meta": { "range": [ - 114728, - 114772 + 120868, + 120912 ], "filename": "astronomy.js", - "lineno": 2574, + "lineno": 2704, "columnno": 10, "code": { - "id": "astnode100012299", + "id": "astnode100013314", "name": "lon", "type": "CallExpression", "value": "" @@ -22744,14 +23995,14 @@ "comment": "", "meta": { "range": [ - 114784, - 114829 + 120924, + 120969 ], "filename": "astronomy.js", - "lineno": 2575, + "lineno": 2705, "columnno": 10, "code": { - "id": "astnode100012309", + "id": "astnode100013324", "name": "lat", "type": "CallExpression", "value": "" @@ -22769,14 +24020,14 @@ "comment": "", "meta": { "range": [ - 114841, - 114886 + 120981, + 121026 ], "filename": "astronomy.js", - "lineno": 2576, + "lineno": 2706, "columnno": 10, "code": { - "id": "astnode100012319", + "id": "astnode100013334", "name": "rad", "type": "CallExpression", "value": "" @@ -22794,14 +24045,14 @@ "comment": "", "meta": { "range": [ - 114898, - 114938 + 121038, + 121078 ], "filename": "astronomy.js", - "lineno": 2577, + "lineno": 2707, "columnno": 10, "code": { - "id": "astnode100012329", + "id": "astnode100013344", "name": "dlon_dt", "type": "CallExpression", "value": "" @@ -22819,14 +24070,14 @@ "comment": "", "meta": { "range": [ - 114950, - 114990 + 121090, + 121130 ], "filename": "astronomy.js", - "lineno": 2578, + "lineno": 2708, "columnno": 10, "code": { - "id": "astnode100012338", + "id": "astnode100013353", "name": "dlat_dt", "type": "CallExpression", "value": "" @@ -22844,14 +24095,14 @@ "comment": "", "meta": { "range": [ - 115002, - 115042 + 121142, + 121182 ], "filename": "astronomy.js", - "lineno": 2579, + "lineno": 2709, "columnno": 10, "code": { - "id": "astnode100012347", + "id": "astnode100013362", "name": "drad_dt", "type": "CallExpression", "value": "" @@ -22869,14 +24120,14 @@ "comment": "", "meta": { "range": [ - 115176, - 115198 + 121316, + 121338 ], "filename": "astronomy.js", - "lineno": 2582, + "lineno": 2712, "columnno": 10, "code": { - "id": "astnode100012356", + "id": "astnode100013371", "name": "coslon", "type": "CallExpression", "value": "" @@ -22894,14 +24145,14 @@ "comment": "", "meta": { "range": [ - 115210, - 115232 + 121350, + 121372 ], "filename": "astronomy.js", - "lineno": 2583, + "lineno": 2713, "columnno": 10, "code": { - "id": "astnode100012364", + "id": "astnode100013379", "name": "sinlon", "type": "CallExpression", "value": "" @@ -22919,14 +24170,14 @@ "comment": "", "meta": { "range": [ - 115244, - 115266 + 121384, + 121406 ], "filename": "astronomy.js", - "lineno": 2584, + "lineno": 2714, "columnno": 10, "code": { - "id": "astnode100012372", + "id": "astnode100013387", "name": "coslat", "type": "CallExpression", "value": "" @@ -22944,14 +24195,14 @@ "comment": "", "meta": { "range": [ - 115278, - 115300 + 121418, + 121440 ], "filename": "astronomy.js", - "lineno": 2585, + "lineno": 2715, "columnno": 10, "code": { - "id": "astnode100012380", + "id": "astnode100013395", "name": "sinlat", "type": "CallExpression", "value": "" @@ -22969,14 +24220,14 @@ "comment": "", "meta": { "range": [ - 115312, - 115435 + 121452, + 121575 ], "filename": "astronomy.js", - "lineno": 2586, + "lineno": 2716, "columnno": 10, "code": { - "id": "astnode100012388", + "id": "astnode100013403", "name": "vx", "type": "BinaryExpression", "value": "" @@ -22994,14 +24245,14 @@ "comment": "", "meta": { "range": [ - 115447, - 115570 + 121587, + 121710 ], "filename": "astronomy.js", - "lineno": 2589, + "lineno": 2719, "columnno": 10, "code": { - "id": "astnode100012413", + "id": "astnode100013428", "name": "vy", "type": "BinaryExpression", "value": "" @@ -23019,14 +24270,14 @@ "comment": "", "meta": { "range": [ - 115582, - 115643 + 121722, + 121783 ], "filename": "astronomy.js", - "lineno": 2592, + "lineno": 2722, "columnno": 10, "code": { - "id": "astnode100012438", + "id": "astnode100013453", "name": "vz", "type": "BinaryExpression", "value": "" @@ -23044,14 +24295,14 @@ "comment": "", "meta": { "range": [ - 115655, - 115698 + 121795, + 121838 ], "filename": "astronomy.js", - "lineno": 2594, + "lineno": 2724, "columnno": 10, "code": { - "id": "astnode100012451", + "id": "astnode100013466", "name": "eclip_pos", "type": "CallExpression", "value": "" @@ -23069,14 +24320,14 @@ "comment": "", "meta": { "range": [ - 115771, - 115891 + 121911, + 122031 ], "filename": "astronomy.js", - "lineno": 2596, + "lineno": 2726, "columnno": 10, "code": { - "id": "astnode100012459", + "id": "astnode100013474", "name": "eclip_vel", "type": "ArrayExpression", "value": "[\"\",\"\",\"\"]" @@ -23094,14 +24345,14 @@ "comment": "", "meta": { "range": [ - 115970, - 116001 + 122110, + 122141 ], "filename": "astronomy.js", - "lineno": 2602, + "lineno": 2732, "columnno": 10, "code": { - "id": "astnode100012472", + "id": "astnode100013487", "name": "equ_pos", "type": "CallExpression", "value": "" @@ -23119,14 +24370,14 @@ "comment": "", "meta": { "range": [ - 116013, - 116044 + 122153, + 122184 ], "filename": "astronomy.js", - "lineno": 2603, + "lineno": 2733, "columnno": 10, "code": { - "id": "astnode100012478", + "id": "astnode100013493", "name": "equ_vel", "type": "CallExpression", "value": "" @@ -23144,14 +24395,14 @@ "comment": "", "meta": { "range": [ - 116099, - 116336 + 122239, + 122476 ], "filename": "astronomy.js", - "lineno": 2606, + "lineno": 2736, "columnno": 0, "code": { - "id": "astnode100012489", + "id": "astnode100013504", "name": "AdjustBarycenter", "type": "FunctionDeclaration", "paramnames": [ @@ -23180,14 +24431,14 @@ "comment": "", "meta": { "range": [ - 116161, - 116193 + 122301, + 122333 ], "filename": "astronomy.js", - "lineno": 2607, + "lineno": 2737, "columnno": 10, "code": { - "id": "astnode100012497", + "id": "astnode100013512", "name": "shift", "type": "BinaryExpression", "value": "" @@ -23205,14 +24456,14 @@ "comment": "", "meta": { "range": [ - 116205, - 116240 + 122345, + 122380 ], "filename": "astronomy.js", - "lineno": 2608, + "lineno": 2738, "columnno": 10, "code": { - "id": "astnode100012505", + "id": "astnode100013520", "name": "planet", "type": "CallExpression", "value": "" @@ -23230,14 +24481,14 @@ "comment": "", "meta": { "range": [ - 116246, - 116271 + 122386, + 122411 ], "filename": "astronomy.js", - "lineno": 2609, + "lineno": 2739, "columnno": 4, "code": { - "id": "astnode100012514", + "id": "astnode100013529", "name": "ssb.x", "type": "BinaryExpression", "value": "", @@ -23255,14 +24506,14 @@ "comment": "", "meta": { "range": [ - 116277, - 116302 + 122417, + 122442 ], "filename": "astronomy.js", - "lineno": 2610, + "lineno": 2740, "columnno": 4, "code": { - "id": "astnode100012524", + "id": "astnode100013539", "name": "ssb.y", "type": "BinaryExpression", "value": "", @@ -23280,14 +24531,14 @@ "comment": "", "meta": { "range": [ - 116308, - 116333 + 122448, + 122473 ], "filename": "astronomy.js", - "lineno": 2611, + "lineno": 2741, "columnno": 4, "code": { - "id": "astnode100012534", + "id": "astnode100013549", "name": "ssb.z", "type": "BinaryExpression", "value": "", @@ -23305,14 +24556,14 @@ "comment": "", "meta": { "range": [ - 116337, - 116678 + 122477, + 122818 ], "filename": "astronomy.js", - "lineno": 2613, + "lineno": 2743, "columnno": 0, "code": { - "id": "astnode100012543", + "id": "astnode100013558", "name": "CalcSolarSystemBarycenter", "type": "FunctionDeclaration", "paramnames": [ @@ -23334,14 +24585,14 @@ "comment": "", "meta": { "range": [ - 116390, - 116427 + 122530, + 122567 ], "filename": "astronomy.js", - "lineno": 2614, + "lineno": 2744, "columnno": 10, "code": { - "id": "astnode100012548", + "id": "astnode100013563", "name": "ssb", "type": "NewExpression", "value": "" @@ -23359,14 +24610,14 @@ "comment": "", "meta": { "range": [ - 116765, - 116786 + 122905, + 122926 ], "filename": "astronomy.js", - "lineno": 2622, + "lineno": 2752, "columnno": 6, "code": { - "id": "astnode100012595", + "id": "astnode100013610", "name": "PLUTO_NUM_STATES", "type": "Literal", "value": 41 @@ -23383,14 +24634,14 @@ "comment": "", "meta": { "range": [ - 116794, - 116817 + 122934, + 122957 ], "filename": "astronomy.js", - "lineno": 2623, + "lineno": 2753, "columnno": 6, "code": { - "id": "astnode100012599", + "id": "astnode100013614", "name": "PLUTO_TIME_STEP", "type": "Literal", "value": 36500 @@ -23407,14 +24658,14 @@ "comment": "", "meta": { "range": [ - 116825, - 122558 + 122965, + 128698 ], "filename": "astronomy.js", - "lineno": 2624, + "lineno": 2754, "columnno": 6, "code": { - "id": "astnode100012603", + "id": "astnode100013618", "name": "PlutoStateTable", "type": "ArrayExpression", "value": "[\"[-730000,\\\"[-26.1182072321076,-14.376168177825,3.3844025152995]\\\",\\\"[0.0016339372163656,-0.0027861699588508,-0.0013585880229445]\\\"]\",\"[-693500,\\\"[43.6599275018261,15.7782921408811,-8.2269833881374]\\\",\\\"[-0.0002504304629586,0.0021163039457238,0.00073466073583102]\\\"]\",\"[-657000,\\\"[-17.0086014985033,33.059074387642,15.4080189624259]\\\",\\\"[-0.0019676551946049,-0.001833770776677,0.000020125441459959]\\\"]\",\"[-620500,\\\"[26.9005106893171,-21.5285596810214,-14.7987712668075]\\\",\\\"[0.0022939261196998,0.0017431871970059,-0.00014585639832643]\\\"]\",\"[-584000,\\\"[20.2303809506997,43.2669666571891,7.3829660919234]\\\",\\\"[-0.0019754081700585,0.00053457141292226,0.00075929169129793]\\\"]\",\"[-547500,\\\"[-22.5571440338751,-19.2958112538447,0.7806423603826]\\\",\\\"[0.0021494578646505,-0.0024266772630044,-0.0014013084013574]\\\"]\",\"[-511000,\\\"[43.023623681036,19.6179542007347,-6.8406553041565]\\\",\\\"[-0.00047729923671058,0.0020208979483877,0.00077191815992131]\\\"]\",\"[-474500,\\\"[-20.4245105862934,29.5157679318005,15.3408675727018]\\\",\\\"[-0.0018003167284198,-0.0021025226687937,-0.00011262333332859]\\\"]\",\"[-438000,\\\"[30.7746921076872,-18.2366370153037,-14.9455358798963]\\\",\\\"[0.0020113162005465,0.0019353827024189,-0.0000020937793168297]\\\"]\",\"[-401500,\\\"[16.7235440456361,44.0505598318603,8.688611393944]\\\",\\\"[-0.0020565226049264,0.00032710694138777,0.00072006155046579]\\\"]\",\"[-365000,\\\"[-18.4891734360057,-23.1428732331142,-1.6436720878799]\\\",\\\"[0.0025524223225832,-0.0020035792463879,-0.0013910737531294]\\\"]\",\"[-328500,\\\"[42.0853950560734,22.974253125952,-5.5131410205412]\\\",\\\"[-0.00067105845193949,0.0019177289500465,0.00079770011059534]\\\"]\",\"[-292000,\\\"[-23.2753639151193,25.8185142987694,15.0553815885983]\\\",\\\"[-0.0016062295460975,-0.0023395961498533,-0.00024377362639479]\\\"]\",\"[-255500,\\\"[33.901579321013,-14.9421228983498,-14.8664994855707]\\\",\\\"[0.0017455105487563,0.0020655068871494,0.0001169500065763]\\\"]\",\"[-219000,\\\"[13.3770189322702,44.4442211120183,9.8260227015847]\\\",\\\"[-0.0021171882923251,0.00013114714542921,0.00067884578840323]\\\"]\",\"[-182500,\\\"[-14.1723844533379,-26.0054690135836,-3.8387026446526]\\\",\\\"[0.0028419751785822,-0.0015579441656564,-0.001340841671106]\\\"]\",\"[-146000,\\\"[40.9468572586403,25.9049735920209,-4.2563362404988]\\\",\\\"[-0.00083652705194051,0.0018129497136404,0.0008156422827306]\\\"]\",\"[-109500,\\\"[-25.5839689598009,22.0699164999425,14.590202603678]\\\",\\\"[-0.0013923977856331,-0.0025442249745422,-0.00037169906721828]\\\"]\",\"[-73000,\\\"[36.4035708396756,-11.7473067389593,-14.6304139635223]\\\",\\\"[0.0015037714418941,0.0021500325702247,0.00021523781242948]\\\"]\",\"[-36500,\\\"[10.2436041239517,44.5280986402285,10.8048664487066]\\\",\\\"[-0.0021615839201823,-0.000051418983893534,0.0006368706075143]\\\"]\",\"[0,\\\"[-9.8753695807739,-27.9789262247367,-5.7537118247043]\\\",\\\"[0.0030287533248818,-0.0011276087003636,-0.0012651326732361]\\\"]\",\"[36500,\\\"[39.7009143866164,28.4327664903825,-3.0906026170881]\\\",\\\"[-0.00097720559866138,0.0017121518344796,0.00082822409843551]\\\"]\",\"[73000,\\\"[-27.3620419812795,18.4265651225706,13.9975343005914]\\\",\\\"[-0.001169093462134,-0.0027143131627458,-0.00049312695340367]\\\"]\",\"[109500,\\\"[38.3556091850032,-8.7643800131842,-14.2951819118807]\\\",\\\"[0.0012922798115839,0.0022032141141126,0.00029606522103424]\\\"]\",\"[146000,\\\"[7.3929490279056,44.3826789515344,11.6295002148543]\\\",\\\"[-0.002193281545383,-0.00021751799585364,0.00059556516201114]\\\"]\",\"[182500,\\\"[-5.8649529029432,-29.1987619981354,-7.3502494912123]\\\",\\\"[0.0031339384323665,-0.00074205968379701,-0.0011783357537604]\\\"]\",\"[219000,\\\"[38.4269476345329,30.5667598351632,-2.0378379641214]\\\",\\\"[-0.0010958945370084,0.0016194885149659,0.00083705272532546]\\\"]\",\"[255500,\\\"[-28.6586488201636,15.0309000931701,13.3365724093667]\\\",\\\"[-0.00094611899595408,-0.0028506813871559,-0.00060508645822989]\\\"]\",\"[292000,\\\"[39.8319806717528,-6.0784057667647,-13.9098153586562]\\\",\\\"[0.0011117769689167,0.0022362097830152,0.00036230548231153]\\\"]\",\"[328500,\\\"[4.837152376403,44.072311954153,12.3146147867802]\\\",\\\"[-0.0022164547537724,-0.00036790365636785,0.00055542723844616]\\\"]\",\"[365000,\\\"[-2.2619763759487,-29.8581508706765,-8.6502366418978]\\\",\\\"[0.0031821176368396,-0.00040915169873994,-0.0010895893040652]\\\"]\",\"[401500,\\\"[37.1576590087419,32.3528396259588,-1.0950381786229]\\\",\\\"[-0.001198841260683,0.0015356290902995,0.00084339118209852]\\\"]\",\"[438000,\\\"[-29.5767402292299,11.8635359435865,12.6313230398719]\\\",\\\"[-0.00072292830060955,-0.0029587820140709,-0.000708242964503]\\\"]\",\"[474500,\\\"[40.9541099577599,-3.658980594537,-13.499469956395]\\\",\\\"[0.00095387298337127,0.0022572135462477,0.00041826529781128]\\\"]\",\"[511000,\\\"[2.4859523114116,43.6181887566155,12.8914184596699]\\\",\\\"[-0.0022339745420393,-0.00051034757181916,0.00051485330196245]\\\"]\",\"[547500,\\\"[1.0594791441638,-30.1357921778687,-9.7458684762963]\\\",\\\"[0.0031921591684898,-0.0001130531279615,-0.00099954096945965]\\\"]\",\"[584000,\\\"[35.8778640130144,33.8942263660709,-0.2245246362769]\\\",\\\"[-0.0012941245730845,0.0014560427668319,0.00084762160640137]\\\"]\",\"[620500,\\\"[-30.2026537318923,8.7794211940578,11.8609238187578]\\\",\\\"[-0.00049002221381806,-0.0030438768469137,-0.00080605935262763]\\\"]\",\"[657000,\\\"[41.8536204011376,-1.3790965838042,-13.0624345337527]\\\",\\\"[0.00080674627557124,0.0022702374399791,0.00046832587475465]\\\"]\",\"[693500,\\\"[0.2468843977112,43.0303960481227,13.3909343344167]\\\",\\\"[-0.0022436121787266,-0.00065238074250728,0.00047172729553196]\\\"]\",\"[730000,\\\"[4.2432528370899,-30.1182016908248,-10.7074412313491]\\\",\\\"[0.0031725847067411,0.0001609846120227,-0.00090672150593868]\\\"]\"]" @@ -23431,14 +24682,14 @@ "comment": "", "meta": { "range": [ - 122560, - 123620 + 128700, + 129760 ], "filename": "astronomy.js", - "lineno": 2667, + "lineno": 2797, "columnno": 0, "code": { - "id": "astnode100013154", + "id": "astnode100014169", "name": "TerseVector", "type": "ClassDeclaration", "paramnames": [ @@ -23458,14 +24709,14 @@ "comment": "", "meta": { "range": [ - 122584, - 122672 + 128724, + 128812 ], "filename": "astronomy.js", - "lineno": 2668, + "lineno": 2798, "columnno": 4, "code": { - "id": "astnode100013157", + "id": "astnode100014172", "name": "TerseVector", "type": "MethodDefinition", "paramnames": [ @@ -23489,14 +24740,14 @@ "comment": "", "meta": { "range": [ - 122615, - 122625 + 128755, + 128765 ], "filename": "astronomy.js", - "lineno": 2669, + "lineno": 2799, "columnno": 8, "code": { - "id": "astnode100013165", + "id": "astnode100014180", "name": "this.x", "type": "Identifier", "value": "x", @@ -23514,14 +24765,14 @@ "comment": "", "meta": { "range": [ - 122635, - 122645 + 128775, + 128785 ], "filename": "astronomy.js", - "lineno": 2670, + "lineno": 2800, "columnno": 8, "code": { - "id": "astnode100013171", + "id": "astnode100014186", "name": "this.y", "type": "Identifier", "value": "y", @@ -23539,14 +24790,14 @@ "comment": "", "meta": { "range": [ - 122655, - 122665 + 128795, + 128805 ], "filename": "astronomy.js", - "lineno": 2671, + "lineno": 2801, "columnno": 8, "code": { - "id": "astnode100013177", + "id": "astnode100014192", "name": "this.z", "type": "Identifier", "value": "z", @@ -23564,14 +24815,14 @@ "comment": "", "meta": { "range": [ - 122677, - 122755 + 128817, + 128895 ], "filename": "astronomy.js", - "lineno": 2673, + "lineno": 2803, "columnno": 4, "code": { - "id": "astnode100013182", + "id": "astnode100014197", "name": "TerseVector#ToAstroVector", "type": "MethodDefinition", "paramnames": [ @@ -23594,14 +24845,14 @@ "comment": "", "meta": { "range": [ - 122760, - 122848 + 128900, + 128988 ], "filename": "astronomy.js", - "lineno": 2676, + "lineno": 2806, "columnno": 4, "code": { - "id": "astnode100013200", + "id": "astnode100014215", "name": "TerseVector#quadrature", "type": "MethodDefinition", "paramnames": [] @@ -23622,14 +24873,14 @@ "comment": "", "meta": { "range": [ - 122853, - 122957 + 128993, + 129097 ], "filename": "astronomy.js", - "lineno": 2679, + "lineno": 2809, "columnno": 4, "code": { - "id": "astnode100013228", + "id": "astnode100014243", "name": "TerseVector#add", "type": "MethodDefinition", "paramnames": [ @@ -23652,14 +24903,14 @@ "comment": "", "meta": { "range": [ - 122962, - 123066 + 129102, + 129206 ], "filename": "astronomy.js", - "lineno": 2682, + "lineno": 2812, "columnno": 4, "code": { - "id": "astnode100013257", + "id": "astnode100014272", "name": "TerseVector#sub", "type": "MethodDefinition", "paramnames": [ @@ -23682,14 +24933,14 @@ "comment": "", "meta": { "range": [ - 123071, - 123171 + 129211, + 129311 ], "filename": "astronomy.js", - "lineno": 2685, + "lineno": 2815, "columnno": 4, "code": { - "id": "astnode100013286", + "id": "astnode100014301", "name": "TerseVector#incr", "type": "MethodDefinition", "paramnames": [ @@ -23712,14 +24963,14 @@ "comment": "", "meta": { "range": [ - 123093, - 123110 + 129233, + 129250 ], "filename": "astronomy.js", - "lineno": 2686, + "lineno": 2816, "columnno": 8, "code": { - "id": "astnode100013292", + "id": "astnode100014307", "name": "this.x", "type": "MemberExpression", "value": "other.x", @@ -23737,14 +24988,14 @@ "comment": "", "meta": { "range": [ - 123120, - 123137 + 129260, + 129277 ], "filename": "astronomy.js", - "lineno": 2687, + "lineno": 2817, "columnno": 8, "code": { - "id": "astnode100013300", + "id": "astnode100014315", "name": "this.y", "type": "MemberExpression", "value": "other.y", @@ -23762,14 +25013,14 @@ "comment": "", "meta": { "range": [ - 123147, - 123164 + 129287, + 129304 ], "filename": "astronomy.js", - "lineno": 2688, + "lineno": 2818, "columnno": 8, "code": { - "id": "astnode100013308", + "id": "astnode100014323", "name": "this.z", "type": "MemberExpression", "value": "other.z", @@ -23787,14 +25038,14 @@ "comment": "", "meta": { "range": [ - 123176, - 123276 + 129316, + 129416 ], "filename": "astronomy.js", - "lineno": 2690, + "lineno": 2820, "columnno": 4, "code": { - "id": "astnode100013315", + "id": "astnode100014330", "name": "TerseVector#decr", "type": "MethodDefinition", "paramnames": [ @@ -23817,14 +25068,14 @@ "comment": "", "meta": { "range": [ - 123198, - 123215 + 129338, + 129355 ], "filename": "astronomy.js", - "lineno": 2691, + "lineno": 2821, "columnno": 8, "code": { - "id": "astnode100013321", + "id": "astnode100014336", "name": "this.x", "type": "MemberExpression", "value": "other.x", @@ -23842,14 +25093,14 @@ "comment": "", "meta": { "range": [ - 123225, - 123242 + 129365, + 129382 ], "filename": "astronomy.js", - "lineno": 2692, + "lineno": 2822, "columnno": 8, "code": { - "id": "astnode100013329", + "id": "astnode100014344", "name": "this.y", "type": "MemberExpression", "value": "other.y", @@ -23867,14 +25118,14 @@ "comment": "", "meta": { "range": [ - 123252, - 123269 + 129392, + 129409 ], "filename": "astronomy.js", - "lineno": 2693, + "lineno": 2823, "columnno": 8, "code": { - "id": "astnode100013337", + "id": "astnode100014352", "name": "this.z", "type": "MemberExpression", "value": "other.z", @@ -23892,14 +25143,14 @@ "comment": "", "meta": { "range": [ - 123281, - 123383 + 129421, + 129523 ], "filename": "astronomy.js", - "lineno": 2695, + "lineno": 2825, "columnno": 4, "code": { - "id": "astnode100013344", + "id": "astnode100014359", "name": "TerseVector#mul", "type": "MethodDefinition", "paramnames": [ @@ -23922,14 +25173,14 @@ "comment": "", "meta": { "range": [ - 123388, - 123490 + 129528, + 129630 ], "filename": "astronomy.js", - "lineno": 2698, + "lineno": 2828, "columnno": 4, "code": { - "id": "astnode100013367", + "id": "astnode100014382", "name": "TerseVector#div", "type": "MethodDefinition", "paramnames": [ @@ -23952,14 +25203,14 @@ "comment": "", "meta": { "range": [ - 123495, - 123618 + 129635, + 129758 ], "filename": "astronomy.js", - "lineno": 2701, + "lineno": 2831, "columnno": 4, "code": { - "id": "astnode100013390", + "id": "astnode100014405", "name": "TerseVector#mean", "type": "MethodDefinition", "paramnames": [ @@ -23982,14 +25233,14 @@ "comment": "", "meta": { "range": [ - 123621, - 123739 + 129761, + 129879 ], "filename": "astronomy.js", - "lineno": 2705, + "lineno": 2835, "columnno": 0, "code": { - "id": "astnode100013425", + "id": "astnode100014440", "name": "body_state_t", "type": "ClassDeclaration", "paramnames": [ @@ -24009,14 +25260,14 @@ "comment": "", "meta": { "range": [ - 123646, - 123737 + 129786, + 129877 ], "filename": "astronomy.js", - "lineno": 2706, + "lineno": 2836, "columnno": 4, "code": { - "id": "astnode100013428", + "id": "astnode100014443", "name": "body_state_t", "type": "MethodDefinition", "paramnames": [ @@ -24040,14 +25291,14 @@ "comment": "", "meta": { "range": [ - 123678, - 123690 + 129818, + 129830 ], "filename": "astronomy.js", - "lineno": 2707, + "lineno": 2837, "columnno": 8, "code": { - "id": "astnode100013436", + "id": "astnode100014451", "name": "this.tt", "type": "Identifier", "value": "tt", @@ -24065,14 +25316,14 @@ "comment": "", "meta": { "range": [ - 123700, - 123710 + 129840, + 129850 ], "filename": "astronomy.js", - "lineno": 2708, + "lineno": 2838, "columnno": 8, "code": { - "id": "astnode100013442", + "id": "astnode100014457", "name": "this.r", "type": "Identifier", "value": "r", @@ -24090,14 +25341,14 @@ "comment": "", "meta": { "range": [ - 123720, - 123730 + 129860, + 129870 ], "filename": "astronomy.js", - "lineno": 2709, + "lineno": 2839, "columnno": 8, "code": { - "id": "astnode100013448", + "id": "astnode100014463", "name": "this.v", "type": "Identifier", "value": "v", @@ -24115,14 +25366,14 @@ "comment": "", "meta": { "range": [ - 123740, - 123919 + 129880, + 130059 ], "filename": "astronomy.js", - "lineno": 2712, + "lineno": 2842, "columnno": 0, "code": { - "id": "astnode100013453", + "id": "astnode100014468", "name": "BodyStateFromTable", "type": "FunctionDeclaration", "paramnames": [ @@ -24144,14 +25395,14 @@ "comment": "", "meta": { "range": [ - 123920, - 124177 + 130060, + 130317 ], "filename": "astronomy.js", - "lineno": 2716, + "lineno": 2846, "columnno": 0, "code": { - "id": "astnode100013477", + "id": "astnode100014492", "name": "AdjustBarycenterPosVel", "type": "FunctionDeclaration", "paramnames": [ @@ -24177,14 +25428,14 @@ "comment": "", "meta": { "range": [ - 123990, - 124030 + 130130, + 130170 ], "filename": "astronomy.js", - "lineno": 2717, + "lineno": 2847, "columnno": 10, "code": { - "id": "astnode100013485", + "id": "astnode100014500", "name": "shift", "type": "BinaryExpression", "value": "" @@ -24202,14 +25453,14 @@ "comment": "", "meta": { "range": [ - 124042, - 124081 + 130182, + 130221 ], "filename": "astronomy.js", - "lineno": 2718, + "lineno": 2848, "columnno": 10, "code": { - "id": "astnode100013493", + "id": "astnode100014508", "name": "planet", "type": "CallExpression", "value": "" @@ -24227,14 +25478,14 @@ "comment": "", "meta": { "range": [ - 124178, - 124366 + 130318, + 130506 ], "filename": "astronomy.js", - "lineno": 2723, + "lineno": 2853, "columnno": 0, "code": { - "id": "astnode100013531", + "id": "astnode100014546", "name": "AccelerationIncrement", "type": "FunctionDeclaration", "paramnames": [ @@ -24259,14 +25510,14 @@ "comment": "", "meta": { "range": [ - 124247, - 124279 + 130387, + 130419 ], "filename": "astronomy.js", - "lineno": 2724, + "lineno": 2854, "columnno": 10, "code": { - "id": "astnode100013538", + "id": "astnode100014553", "name": "delta", "type": "CallExpression", "value": "" @@ -24284,14 +25535,14 @@ "comment": "", "meta": { "range": [ - 124291, - 124314 + 130431, + 130454 ], "filename": "astronomy.js", - "lineno": 2725, + "lineno": 2855, "columnno": 10, "code": { - "id": "astnode100013546", + "id": "astnode100014561", "name": "r2", "type": "CallExpression", "value": "" @@ -24309,14 +25560,14 @@ "comment": "", "meta": { "range": [ - 124367, - 125954 + 130507, + 132094 ], "filename": "astronomy.js", - "lineno": 2728, + "lineno": 2858, "columnno": 0, "code": { - "id": "astnode100013566", + "id": "astnode100014581", "name": "major_bodies_t", "type": "ClassDeclaration", "paramnames": [ @@ -24334,14 +25585,14 @@ "comment": "", "meta": { "range": [ - 124394, - 125383 + 130534, + 131523 ], "filename": "astronomy.js", - "lineno": 2729, + "lineno": 2859, "columnno": 4, "code": { - "id": "astnode100013569", + "id": "astnode100014584", "name": "major_bodies_t", "type": "MethodDefinition", "paramnames": [ @@ -24363,14 +25614,14 @@ "comment": "", "meta": { "range": [ - 124484, - 124562 + 130624, + 130702 ], "filename": "astronomy.js", - "lineno": 2731, + "lineno": 2861, "columnno": 12, "code": { - "id": "astnode100013575", + "id": "astnode100014590", "name": "ssb", "type": "NewExpression", "value": "" @@ -24388,14 +25639,14 @@ "comment": "", "meta": { "range": [ - 124572, - 124644 + 130712, + 130784 ], "filename": "astronomy.js", - "lineno": 2732, + "lineno": 2862, "columnno": 8, "code": { - "id": "astnode100013591", + "id": "astnode100014606", "name": "this.Jupiter", "type": "CallExpression", "value": "", @@ -24413,14 +25664,14 @@ "comment": "", "meta": { "range": [ - 124654, - 124723 + 130794, + 130863 ], "filename": "astronomy.js", - "lineno": 2733, + "lineno": 2863, "columnno": 8, "code": { - "id": "astnode100013604", + "id": "astnode100014619", "name": "this.Saturn", "type": "CallExpression", "value": "", @@ -24438,14 +25689,14 @@ "comment": "", "meta": { "range": [ - 124733, - 124802 + 130873, + 130942 ], "filename": "astronomy.js", - "lineno": 2734, + "lineno": 2864, "columnno": 8, "code": { - "id": "astnode100013617", + "id": "astnode100014632", "name": "this.Uranus", "type": "CallExpression", "value": "", @@ -24463,14 +25714,14 @@ "comment": "", "meta": { "range": [ - 124812, - 124884 + 130952, + 131024 ], "filename": "astronomy.js", - "lineno": 2735, + "lineno": 2865, "columnno": 8, "code": { - "id": "astnode100013630", + "id": "astnode100014645", "name": "this.Neptune", "type": "CallExpression", "value": "", @@ -24488,14 +25739,14 @@ "comment": "", "meta": { "range": [ - 125315, - 125376 + 131455, + 131516 ], "filename": "astronomy.js", - "lineno": 2746, + "lineno": 2876, "columnno": 8, "code": { - "id": "astnode100013739", + "id": "astnode100014754", "name": "this.Sun", "type": "NewExpression", "value": "", @@ -24513,14 +25764,14 @@ "comment": "", "meta": { "range": [ - 125388, - 125952 + 131528, + 132092 ], "filename": "astronomy.js", - "lineno": 2748, + "lineno": 2878, "columnno": 4, "code": { - "id": "astnode100013762", + "id": "astnode100014777", "name": "major_bodies_t#Acceleration", "type": "MethodDefinition", "paramnames": [ @@ -24543,14 +25794,14 @@ "comment": "", "meta": { "range": [ - 125581, - 125633 + 131721, + 131773 ], "filename": "astronomy.js", - "lineno": 2751, + "lineno": 2881, "columnno": 12, "code": { - "id": "astnode100013768", + "id": "astnode100014783", "name": "acc", "type": "CallExpression", "value": "" @@ -24568,14 +25819,14 @@ "comment": "/**\n * @ignore\n *\n * @brief The state of a body at an incremental step in a gravity simulation.\n *\n * This is an internal data structure used to represent the\n * position, velocity, and acceleration vectors of a body\n * in a gravity simulation at a given moment in time.\n *\n * @property tt\n * The J2000 terrestrial time of the state [days].\n *\n * @property r\n * The position vector [au].\n *\n * @property v\n * The velocity vector [au/day].\n *\n * @property a\n * The acceleration vector [au/day^2].\n */", "meta": { "range": [ - 126475, - 126620 + 132615, + 132760 ], "filename": "astronomy.js", - "lineno": 2780, + "lineno": 2910, "columnno": 0, "code": { - "id": "astnode100013837", + "id": "astnode100014852", "name": "body_grav_calc_t", "type": "ClassDeclaration", "paramnames": [ @@ -24623,14 +25874,14 @@ "comment": "", "meta": { "range": [ - 126504, - 126618 + 132644, + 132758 ], "filename": "astronomy.js", - "lineno": 2781, + "lineno": 2911, "columnno": 4, "code": { - "id": "astnode100013840", + "id": "astnode100014855", "name": "body_grav_calc_t", "type": "MethodDefinition", "paramnames": [ @@ -24655,14 +25906,14 @@ "comment": "/**\n * @ignore\n *\n * @brief The state of a body at an incremental step in a gravity simulation.\n *\n * This is an internal data structure used to represent the\n * position, velocity, and acceleration vectors of a body\n * in a gravity simulation at a given moment in time.\n *\n * @property tt\n * The J2000 terrestrial time of the state [days].\n *\n * @property r\n * The position vector [au].\n *\n * @property v\n * The velocity vector [au/day].\n *\n * @property a\n * The acceleration vector [au/day^2].\n */", "meta": { "range": [ - 126475, - 126620 + 132615, + 132760 ], "filename": "astronomy.js", - "lineno": 2780, + "lineno": 2910, "columnno": 0, "code": { - "id": "astnode100013837", + "id": "astnode100014852", "name": "body_grav_calc_t", "type": "ClassDeclaration", "paramnames": [ @@ -24709,14 +25960,14 @@ "comment": "", "meta": { "range": [ - 126539, - 126551 + 132679, + 132691 ], "filename": "astronomy.js", - "lineno": 2782, + "lineno": 2912, "columnno": 8, "code": { - "id": "astnode100013849", + "id": "astnode100014864", "name": "this.tt", "type": "Identifier", "value": "tt", @@ -24734,14 +25985,14 @@ "comment": "", "meta": { "range": [ - 126561, - 126571 + 132701, + 132711 ], "filename": "astronomy.js", - "lineno": 2783, + "lineno": 2913, "columnno": 8, "code": { - "id": "astnode100013855", + "id": "astnode100014870", "name": "this.r", "type": "Identifier", "value": "r", @@ -24759,14 +26010,14 @@ "comment": "", "meta": { "range": [ - 126581, - 126591 + 132721, + 132731 ], "filename": "astronomy.js", - "lineno": 2784, + "lineno": 2914, "columnno": 8, "code": { - "id": "astnode100013861", + "id": "astnode100014876", "name": "this.v", "type": "Identifier", "value": "v", @@ -24784,14 +26035,14 @@ "comment": "", "meta": { "range": [ - 126601, - 126611 + 132741, + 132751 ], "filename": "astronomy.js", - "lineno": 2785, + "lineno": 2915, "columnno": 8, "code": { - "id": "astnode100013867", + "id": "astnode100014882", "name": "this.a", "type": "Identifier", "value": "a", @@ -24809,14 +26060,14 @@ "comment": "", "meta": { "range": [ - 126621, - 126729 + 132761, + 132869 ], "filename": "astronomy.js", - "lineno": 2788, + "lineno": 2918, "columnno": 0, "code": { - "id": "astnode100013872", + "id": "astnode100014887", "name": "grav_sim_t", "type": "ClassDeclaration", "paramnames": [ @@ -24835,14 +26086,14 @@ "comment": "", "meta": { "range": [ - 126644, - 126727 + 132784, + 132867 ], "filename": "astronomy.js", - "lineno": 2789, + "lineno": 2919, "columnno": 4, "code": { - "id": "astnode100013875", + "id": "astnode100014890", "name": "grav_sim_t", "type": "MethodDefinition", "paramnames": [ @@ -24865,14 +26116,14 @@ "comment": "", "meta": { "range": [ - 126678, - 126694 + 132818, + 132834 ], "filename": "astronomy.js", - "lineno": 2790, + "lineno": 2920, "columnno": 8, "code": { - "id": "astnode100013882", + "id": "astnode100014897", "name": "this.bary", "type": "Identifier", "value": "bary", @@ -24890,14 +26141,14 @@ "comment": "", "meta": { "range": [ - 126704, - 126720 + 132844, + 132860 ], "filename": "astronomy.js", - "lineno": 2791, + "lineno": 2921, "columnno": 8, "code": { - "id": "astnode100013888", + "id": "astnode100014903", "name": "this.grav", "type": "Identifier", "value": "grav", @@ -24915,14 +26166,14 @@ "comment": "", "meta": { "range": [ - 126730, - 126897 + 132870, + 133037 ], "filename": "astronomy.js", - "lineno": 2794, + "lineno": 2924, "columnno": 0, "code": { - "id": "astnode100013893", + "id": "astnode100014908", "name": "UpdatePosition", "type": "FunctionDeclaration", "paramnames": [ @@ -24944,14 +26195,14 @@ "comment": "", "meta": { "range": [ - 126898, - 127815 + 133038, + 133955 ], "filename": "astronomy.js", - "lineno": 2797, + "lineno": 2927, "columnno": 0, "code": { - "id": "astnode100013954", + "id": "astnode100014969", "name": "GravSim", "type": "FunctionDeclaration", "paramnames": [ @@ -24981,14 +26232,14 @@ "comment": "", "meta": { "range": [ - 126939, - 126958 + 133079, + 133098 ], "filename": "astronomy.js", - "lineno": 2798, + "lineno": 2928, "columnno": 10, "code": { - "id": "astnode100013960", + "id": "astnode100014975", "name": "dt", "type": "BinaryExpression", "value": "" @@ -25006,14 +26257,14 @@ "comment": "", "meta": { "range": [ - 127051, - 127082 + 133191, + 133222 ], "filename": "astronomy.js", - "lineno": 2800, + "lineno": 2930, "columnno": 10, "code": { - "id": "astnode100013968", + "id": "astnode100014983", "name": "bary2", "type": "NewExpression", "value": "" @@ -25031,14 +26282,14 @@ "comment": "", "meta": { "range": [ - 127200, - 127258 + 133340, + 133398 ], "filename": "astronomy.js", - "lineno": 2802, + "lineno": 2932, "columnno": 10, "code": { - "id": "astnode100013974", + "id": "astnode100014989", "name": "approx_pos", "type": "CallExpression", "value": "" @@ -25056,14 +26307,14 @@ "comment": "", "meta": { "range": [ - 127423, - 127478 + 133563, + 133618 ], "filename": "astronomy.js", - "lineno": 2805, + "lineno": 2935, "columnno": 10, "code": { - "id": "astnode100013989", + "id": "astnode100015004", "name": "mean_acc", "type": "CallExpression", "value": "" @@ -25081,14 +26332,14 @@ "comment": "", "meta": { "range": [ - 127573, - 127625 + 133713, + 133765 ], "filename": "astronomy.js", - "lineno": 2807, + "lineno": 2937, "columnno": 10, "code": { - "id": "astnode100014003", + "id": "astnode100015018", "name": "pos", "type": "CallExpression", "value": "" @@ -25106,14 +26357,14 @@ "comment": "", "meta": { "range": [ - 127637, - 127672 + 133777, + 133812 ], "filename": "astronomy.js", - "lineno": 2808, + "lineno": 2938, "columnno": 10, "code": { - "id": "astnode100014016", + "id": "astnode100015031", "name": "vel", "type": "CallExpression", "value": "" @@ -25131,14 +26382,14 @@ "comment": "", "meta": { "range": [ - 127684, - 127713 + 133824, + 133853 ], "filename": "astronomy.js", - "lineno": 2809, + "lineno": 2939, "columnno": 10, "code": { - "id": "astnode100014030", + "id": "astnode100015045", "name": "acc", "type": "CallExpression", "value": "" @@ -25156,14 +26407,14 @@ "comment": "", "meta": { "range": [ - 127725, - 127772 + 133865, + 133912 ], "filename": "astronomy.js", - "lineno": 2810, + "lineno": 2940, "columnno": 10, "code": { - "id": "astnode100014038", + "id": "astnode100015053", "name": "grav", "type": "NewExpression", "value": "" @@ -25181,14 +26432,14 @@ "comment": "", "meta": { "range": [ - 127822, - 127836 + 133962, + 133976 ], "filename": "astronomy.js", - "lineno": 2813, + "lineno": 2943, "columnno": 6, "code": { - "id": "astnode100014052", + "id": "astnode100015067", "name": "PLUTO_DT", "type": "Literal", "value": 250 @@ -25205,14 +26456,14 @@ "comment": "", "meta": { "range": [ - 127844, - 127891 + 133984, + 134031 ], "filename": "astronomy.js", - "lineno": 2814, + "lineno": 2944, "columnno": 6, "code": { - "id": "astnode100014056", + "id": "astnode100015071", "name": "PLUTO_NSTEPS", "type": "BinaryExpression", "value": "" @@ -25229,14 +26480,14 @@ "comment": "", "meta": { "range": [ - 127899, - 127915 + 134039, + 134055 ], "filename": "astronomy.js", - "lineno": 2815, + "lineno": 2945, "columnno": 6, "code": { - "id": "astnode100014064", + "id": "astnode100015079", "name": "pluto_cache", "type": "ArrayExpression", "value": "[]" @@ -25253,14 +26504,14 @@ "comment": "", "meta": { "range": [ - 127917, - 128097 + 134057, + 134237 ], "filename": "astronomy.js", - "lineno": 2816, + "lineno": 2946, "columnno": 0, "code": { - "id": "astnode100014067", + "id": "astnode100015082", "name": "ClampIndex", "type": "FunctionDeclaration", "paramnames": [ @@ -25283,14 +26534,14 @@ "comment": "", "meta": { "range": [ - 127963, - 127987 + 134103, + 134127 ], "filename": "astronomy.js", - "lineno": 2817, + "lineno": 2947, "columnno": 10, "code": { - "id": "astnode100014073", + "id": "astnode100015088", "name": "index", "type": "CallExpression", "value": "" @@ -25308,14 +26559,14 @@ "comment": "", "meta": { "range": [ - 128098, - 128434 + 134238, + 134574 ], "filename": "astronomy.js", - "lineno": 2824, + "lineno": 2954, "columnno": 0, "code": { - "id": "astnode100014096", + "id": "astnode100015111", "name": "GravFromState", "type": "FunctionDeclaration", "paramnames": [ @@ -25342,14 +26593,14 @@ "comment": "", "meta": { "range": [ - 128140, - 128173 + 134280, + 134313 ], "filename": "astronomy.js", - "lineno": 2825, + "lineno": 2955, "columnno": 10, "code": { - "id": "astnode100014101", + "id": "astnode100015116", "name": "state", "type": "CallExpression", "value": "" @@ -25367,14 +26618,14 @@ "comment": "", "meta": { "range": [ - 128185, - 128220 + 134325, + 134360 ], "filename": "astronomy.js", - "lineno": 2826, + "lineno": 2956, "columnno": 10, "code": { - "id": "astnode100014107", + "id": "astnode100015122", "name": "bary", "type": "NewExpression", "value": "" @@ -25392,14 +26643,14 @@ "comment": "", "meta": { "range": [ - 128232, - 128259 + 134372, + 134399 ], "filename": "astronomy.js", - "lineno": 2827, + "lineno": 2957, "columnno": 10, "code": { - "id": "astnode100014115", + "id": "astnode100015130", "name": "r", "type": "CallExpression", "value": "" @@ -25417,14 +26668,14 @@ "comment": "", "meta": { "range": [ - 128271, - 128298 + 134411, + 134438 ], "filename": "astronomy.js", - "lineno": 2828, + "lineno": 2958, "columnno": 10, "code": { - "id": "astnode100014129", + "id": "astnode100015144", "name": "v", "type": "CallExpression", "value": "" @@ -25442,14 +26693,14 @@ "comment": "", "meta": { "range": [ - 128310, - 128334 + 134450, + 134474 ], "filename": "astronomy.js", - "lineno": 2829, + "lineno": 2959, "columnno": 10, "code": { - "id": "astnode100014143", + "id": "astnode100015158", "name": "a", "type": "CallExpression", "value": "" @@ -25467,14 +26718,14 @@ "comment": "", "meta": { "range": [ - 128346, - 128392 + 134486, + 134532 ], "filename": "astronomy.js", - "lineno": 2830, + "lineno": 2960, "columnno": 10, "code": { - "id": "astnode100014151", + "id": "astnode100015166", "name": "grav", "type": "NewExpression", "value": "" @@ -25492,14 +26743,14 @@ "comment": "", "meta": { "range": [ - 128435, - 130011 + 134575, + 136151 ], "filename": "astronomy.js", - "lineno": 2833, + "lineno": 2963, "columnno": 0, "code": { - "id": "astnode100014166", + "id": "astnode100015181", "name": "GetSegment", "type": "FunctionDeclaration", "paramnames": [ @@ -25535,14 +26786,14 @@ "comment": "", "meta": { "range": [ - 128478, - 128504 + 134618, + 134644 ], "filename": "astronomy.js", - "lineno": 2834, + "lineno": 2964, "columnno": 10, "code": { - "id": "astnode100014172", + "id": "astnode100015187", "name": "t0", "type": "MemberExpression", "value": "PlutoStateTable[0][0]" @@ -25560,14 +26811,14 @@ "comment": "", "meta": { "range": [ - 128710, - 128783 + 134850, + 134923 ], "filename": "astronomy.js", - "lineno": 2839, + "lineno": 2969, "columnno": 10, "code": { - "id": "astnode100014197", + "id": "astnode100015212", "name": "seg_index", "type": "CallExpression", "value": "" @@ -25585,14 +26836,14 @@ "comment": "", "meta": { "range": [ - 128828, - 128855 + 134968, + 134995 ], "filename": "astronomy.js", - "lineno": 2841, + "lineno": 2971, "columnno": 14, "code": { - "id": "astnode100014216", + "id": "astnode100015231", "name": "seg", "type": "AssignmentExpression", "value": "cache[undefined]" @@ -25610,14 +26861,14 @@ "comment": "", "meta": { "range": [ - 128834, - 128855 + 134974, + 134995 ], "filename": "astronomy.js", - "lineno": 2841, + "lineno": 2971, "columnno": 20, "code": { - "id": "astnode100014218", + "id": "astnode100015233", "name": "cache[undefined]", "type": "ArrayExpression", "value": "[]", @@ -25634,14 +26885,14 @@ "comment": "", "meta": { "range": [ - 128900, - 128955 + 135040, + 135095 ], "filename": "astronomy.js", - "lineno": 2843, + "lineno": 2973, "columnno": 8, "code": { - "id": "astnode100014224", + "id": "astnode100015239", "name": "seg[0]", "type": "MemberExpression", "funcscope": "GetSegment", @@ -25660,14 +26911,14 @@ "comment": "", "meta": { "range": [ - 128965, - 129039 + 135105, + 135179 ], "filename": "astronomy.js", - "lineno": 2844, + "lineno": 2974, "columnno": 8, "code": { - "id": "astnode100014236", + "id": "astnode100015251", "name": "seg[undefined]", "type": "MemberExpression", "funcscope": "GetSegment", @@ -25686,14 +26937,14 @@ "comment": "", "meta": { "range": [ - 129109, - 129110 + 135249, + 135250 ], "filename": "astronomy.js", - "lineno": 2846, + "lineno": 2976, "columnno": 12, "code": { - "id": "astnode100014252", + "id": "astnode100015267", "name": "i" } }, @@ -25709,14 +26960,14 @@ "comment": "", "meta": { "range": [ - 129124, - 129143 + 135264, + 135283 ], "filename": "astronomy.js", - "lineno": 2847, + "lineno": 2977, "columnno": 12, "code": { - "id": "astnode100014255", + "id": "astnode100015270", "name": "step_tt", "type": "MemberExpression", "value": "seg[0].tt" @@ -25734,14 +26985,14 @@ "comment": "", "meta": { "range": [ - 129158, - 129163 + 135298, + 135303 ], "filename": "astronomy.js", - "lineno": 2848, + "lineno": 2978, "columnno": 13, "code": { - "id": "astnode100014263", + "id": "astnode100015278", "name": "i", "type": "Literal", "funcscope": "GetSegment", @@ -25760,14 +27011,14 @@ "comment": "", "meta": { "range": [ - 129204, - 129258 + 135344, + 135398 ], "filename": "astronomy.js", - "lineno": 2849, + "lineno": 2979, "columnno": 12, "code": { - "id": "astnode100014274", + "id": "astnode100015289", "name": "seg[undefined]", "type": "MemberExpression", "funcscope": "GetSegment", @@ -25786,14 +27037,14 @@ "comment": "", "meta": { "range": [ - 129221, - 129240 + 135361, + 135380 ], "filename": "astronomy.js", - "lineno": 2849, + "lineno": 2979, "columnno": 29, "code": { - "id": "astnode100014281", + "id": "astnode100015296", "name": "step_tt", "type": "Identifier", "funcscope": "GetSegment", @@ -25812,14 +27063,14 @@ "comment": "", "meta": { "range": [ - 129325, - 129359 + 135465, + 135499 ], "filename": "astronomy.js", - "lineno": 2851, + "lineno": 2981, "columnno": 8, "code": { - "id": "astnode100014291", + "id": "astnode100015306", "name": "step_tt", "type": "MemberExpression", "funcscope": "GetSegment", @@ -25838,14 +27089,14 @@ "comment": "", "meta": { "range": [ - 129373, - 129385 + 135513, + 135525 ], "filename": "astronomy.js", - "lineno": 2852, + "lineno": 2982, "columnno": 12, "code": { - "id": "astnode100014301", + "id": "astnode100015316", "name": "reverse", "type": "ArrayExpression", "value": "[]" @@ -25863,14 +27114,14 @@ "comment": "", "meta": { "range": [ - 129395, - 129444 + 135535, + 135584 ], "filename": "astronomy.js", - "lineno": 2853, + "lineno": 2983, "columnno": 8, "code": { - "id": "astnode100014305", + "id": "astnode100015320", "name": "reverse[undefined]", "type": "MemberExpression", "funcscope": "GetSegment", @@ -25889,14 +27140,14 @@ "comment": "", "meta": { "range": [ - 129459, - 129479 + 135599, + 135619 ], "filename": "astronomy.js", - "lineno": 2854, + "lineno": 2984, "columnno": 13, "code": { - "id": "astnode100014317", + "id": "astnode100015332", "name": "i", "type": "BinaryExpression", "funcscope": "GetSegment", @@ -25915,14 +27166,14 @@ "comment": "", "meta": { "range": [ - 129505, - 129567 + 135645, + 135707 ], "filename": "astronomy.js", - "lineno": 2855, + "lineno": 2985, "columnno": 12, "code": { - "id": "astnode100014328", + "id": "astnode100015343", "name": "reverse[undefined]", "type": "MemberExpression", "funcscope": "GetSegment", @@ -25941,14 +27192,14 @@ "comment": "", "meta": { "range": [ - 129526, - 129545 + 135666, + 135685 ], "filename": "astronomy.js", - "lineno": 2855, + "lineno": 2985, "columnno": 33, "code": { - "id": "astnode100014335", + "id": "astnode100015350", "name": "step_tt", "type": "Identifier", "funcscope": "GetSegment", @@ -25967,14 +27218,14 @@ "comment": "", "meta": { "range": [ - 129655, - 129675 + 135795, + 135815 ], "filename": "astronomy.js", - "lineno": 2857, + "lineno": 2987, "columnno": 13, "code": { - "id": "astnode100014345", + "id": "astnode100015360", "name": "i", "type": "BinaryExpression", "funcscope": "GetSegment", @@ -25993,14 +27244,14 @@ "comment": "", "meta": { "range": [ - 129709, - 129738 + 135849, + 135878 ], "filename": "astronomy.js", - "lineno": 2858, + "lineno": 2988, "columnno": 18, "code": { - "id": "astnode100014357", + "id": "astnode100015372", "name": "ramp", "type": "BinaryExpression", "value": "" @@ -26018,14 +27269,14 @@ "comment": "", "meta": { "range": [ - 129752, - 129813 + 135892, + 135953 ], "filename": "astronomy.js", - "lineno": 2859, + "lineno": 2989, "columnno": 12, "code": { - "id": "astnode100014365", + "id": "astnode100015380", "name": "seg[undefined].r", "type": "CallExpression", "funcscope": "GetSegment", @@ -26044,14 +27295,14 @@ "comment": "", "meta": { "range": [ - 129827, - 129888 + 135967, + 136028 ], "filename": "astronomy.js", - "lineno": 2860, + "lineno": 2990, "columnno": 12, "code": { - "id": "astnode100014395", + "id": "astnode100015410", "name": "seg[undefined].v", "type": "CallExpression", "funcscope": "GetSegment", @@ -26070,14 +27321,14 @@ "comment": "", "meta": { "range": [ - 129902, - 129963 + 136042, + 136103 ], "filename": "astronomy.js", - "lineno": 2861, + "lineno": 2991, "columnno": 12, "code": { - "id": "astnode100014425", + "id": "astnode100015440", "name": "seg[undefined].a", "type": "CallExpression", "funcscope": "GetSegment", @@ -26096,14 +27347,14 @@ "comment": "", "meta": { "range": [ - 130012, - 130284 + 136152, + 136424 ], "filename": "astronomy.js", - "lineno": 2866, + "lineno": 2996, "columnno": 0, "code": { - "id": "astnode100014458", + "id": "astnode100015473", "name": "CalcPlutoOneWay", "type": "FunctionDeclaration", "paramnames": [ @@ -26129,14 +27380,14 @@ "comment": "", "meta": { "range": [ - 130069, - 130095 + 136209, + 136235 ], "filename": "astronomy.js", - "lineno": 2867, + "lineno": 2997, "columnno": 8, "code": { - "id": "astnode100014465", + "id": "astnode100015480", "name": "sim", "type": "CallExpression", "value": "" @@ -26154,14 +27405,14 @@ "comment": "", "meta": { "range": [ - 130107, - 130152 + 136247, + 136292 ], "filename": "astronomy.js", - "lineno": 2868, + "lineno": 2998, "columnno": 10, "code": { - "id": "astnode100014471", + "id": "astnode100015486", "name": "n", "type": "CallExpression", "value": "" @@ -26179,14 +27430,14 @@ "comment": "", "meta": { "range": [ - 130167, - 130172 + 136307, + 136312 ], "filename": "astronomy.js", - "lineno": 2869, + "lineno": 2999, "columnno": 13, "code": { - "id": "astnode100014488", + "id": "astnode100015503", "name": "i", "type": "Literal", "value": 0 @@ -26204,14 +27455,14 @@ "comment": "", "meta": { "range": [ - 130194, - 130265 + 136334, + 136405 ], "filename": "astronomy.js", - "lineno": 2870, + "lineno": 3000, "columnno": 8, "code": { - "id": "astnode100014497", + "id": "astnode100015512", "name": "sim", "type": "CallExpression", "funcscope": "CalcPlutoOneWay", @@ -26230,14 +27481,14 @@ "comment": "", "meta": { "range": [ - 130285, - 131783 + 136425, + 137923 ], "filename": "astronomy.js", - "lineno": 2873, + "lineno": 3003, "columnno": 0, "code": { - "id": "astnode100014520", + "id": "astnode100015535", "name": "CalcPluto", "type": "FunctionDeclaration", "paramnames": [ @@ -26269,14 +27520,14 @@ "comment": "", "meta": { "range": [ - 130320, - 130321 + 136460, + 136461 ], "filename": "astronomy.js", - "lineno": 2874, + "lineno": 3004, "columnno": 8, "code": { - "id": "astnode100014525", + "id": "astnode100015540", "name": "r" } }, @@ -26292,14 +27543,14 @@ "comment": "", "meta": { "range": [ - 130323, - 130327 + 136463, + 136467 ], "filename": "astronomy.js", - "lineno": 2874, + "lineno": 3004, "columnno": 11, "code": { - "id": "astnode100014527", + "id": "astnode100015542", "name": "bary" } }, @@ -26315,14 +27566,14 @@ "comment": "", "meta": { "range": [ - 130339, - 130377 + 136479, + 136517 ], "filename": "astronomy.js", - "lineno": 2875, + "lineno": 3005, "columnno": 10, "code": { - "id": "astnode100014530", + "id": "astnode100015545", "name": "seg", "type": "CallExpression", "value": "" @@ -26340,14 +27591,14 @@ "comment": "", "meta": { "range": [ - 130642, - 130645 + 136782, + 136785 ], "filename": "astronomy.js", - "lineno": 2880, + "lineno": 3010, "columnno": 12, "code": { - "id": "astnode100014543", + "id": "astnode100015558", "name": "sim" } }, @@ -26363,14 +27614,14 @@ "comment": "", "meta": { "range": [ - 130704, - 130765 + 136844, + 136905 ], "filename": "astronomy.js", - "lineno": 2882, + "lineno": 3012, "columnno": 12, "code": { - "id": "astnode100014556", + "id": "astnode100015571", "name": "sim", "type": "CallExpression", "funcscope": "CalcPluto", @@ -26389,14 +27640,14 @@ "comment": "", "meta": { "range": [ - 130792, - 130872 + 136932, + 137012 ], "filename": "astronomy.js", - "lineno": 2884, + "lineno": 3014, "columnno": 12, "code": { - "id": "astnode100014569", + "id": "astnode100015584", "name": "sim", "type": "CallExpression", "funcscope": "CalcPluto", @@ -26415,14 +27666,14 @@ "comment": "", "meta": { "range": [ - 130882, - 130896 + 137022, + 137036 ], "filename": "astronomy.js", - "lineno": 2885, + "lineno": 3015, "columnno": 8, "code": { - "id": "astnode100014584", + "id": "astnode100015599", "name": "r", "type": "MemberExpression", "funcscope": "CalcPluto", @@ -26441,14 +27692,14 @@ "comment": "", "meta": { "range": [ - 130906, - 130921 + 137046, + 137061 ], "filename": "astronomy.js", - "lineno": 2886, + "lineno": 3016, "columnno": 8, "code": { - "id": "astnode100014592", + "id": "astnode100015607", "name": "bary", "type": "MemberExpression", "funcscope": "CalcPluto", @@ -26467,14 +27718,14 @@ "comment": "", "meta": { "range": [ - 130954, - 131023 + 137094, + 137163 ], "filename": "astronomy.js", - "lineno": 2889, + "lineno": 3019, "columnno": 14, "code": { - "id": "astnode100014599", + "id": "astnode100015614", "name": "left", "type": "CallExpression", "value": "" @@ -26492,14 +27743,14 @@ "comment": "", "meta": { "range": [ - 131039, - 131053 + 137179, + 137193 ], "filename": "astronomy.js", - "lineno": 2890, + "lineno": 3020, "columnno": 14, "code": { - "id": "astnode100014618", + "id": "astnode100015633", "name": "s1", "type": "MemberExpression", "value": "seg[undefined]" @@ -26517,14 +27768,14 @@ "comment": "", "meta": { "range": [ - 131069, - 131087 + 137209, + 137227 ], "filename": "astronomy.js", - "lineno": 2891, + "lineno": 3021, "columnno": 14, "code": { - "id": "astnode100014624", + "id": "astnode100015639", "name": "s2", "type": "MemberExpression", "value": "seg[undefined]" @@ -26542,14 +27793,14 @@ "comment": "", "meta": { "range": [ - 131163, - 131184 + 137303, + 137324 ], "filename": "astronomy.js", - "lineno": 2893, + "lineno": 3023, "columnno": 14, "code": { - "id": "astnode100014632", + "id": "astnode100015647", "name": "acc", "type": "CallExpression", "value": "" @@ -26567,14 +27818,14 @@ "comment": "", "meta": { "range": [ - 131295, - 131348 + 137435, + 137488 ], "filename": "astronomy.js", - "lineno": 2895, + "lineno": 3025, "columnno": 14, "code": { - "id": "astnode100014644", + "id": "astnode100015659", "name": "ra", "type": "CallExpression", "value": "" @@ -26592,14 +27843,14 @@ "comment": "", "meta": { "range": [ - 131459, - 131512 + 137599, + 137652 ], "filename": "astronomy.js", - "lineno": 2897, + "lineno": 3027, "columnno": 14, "code": { - "id": "astnode100014663", + "id": "astnode100015678", "name": "rb", "type": "CallExpression", "value": "" @@ -26617,14 +27868,14 @@ "comment": "", "meta": { "range": [ - 131597, - 131632 + 137737, + 137772 ], "filename": "astronomy.js", - "lineno": 2899, + "lineno": 3029, "columnno": 14, "code": { - "id": "astnode100014682", + "id": "astnode100015697", "name": "ramp", "type": "BinaryExpression", "value": "" @@ -26642,14 +27893,14 @@ "comment": "", "meta": { "range": [ - 131642, - 131680 + 137782, + 137820 ], "filename": "astronomy.js", - "lineno": 2900, + "lineno": 3030, "columnno": 8, "code": { - "id": "astnode100014694", + "id": "astnode100015709", "name": "r", "type": "CallExpression", "funcscope": "CalcPluto", @@ -26668,14 +27919,14 @@ "comment": "", "meta": { "range": [ - 131690, - 131724 + 137830, + 137864 ], "filename": "astronomy.js", - "lineno": 2901, + "lineno": 3031, "columnno": 8, "code": { - "id": "astnode100014712", + "id": "astnode100015727", "name": "bary", "type": "NewExpression", "funcscope": "CalcPluto", @@ -26694,14 +27945,14 @@ "comment": "", "meta": { "range": [ - 131792, - 132070 + 137932, + 138210 ], "filename": "astronomy.js", - "lineno": 2906, + "lineno": 3036, "columnno": 6, "code": { - "id": "astnode100014735", + "id": "astnode100015750", "name": "Rotation_JUP_EQJ", "type": "NewExpression", "value": "" @@ -26718,14 +27969,14 @@ "comment": "", "meta": { "range": [ - 132078, - 139180 + 138218, + 145320 ], "filename": "astronomy.js", - "lineno": 2911, + "lineno": 3041, "columnno": 6, "code": { - "id": "astnode100014756", + "id": "astnode100015771", "name": "JupiterMoonModel", "type": "ArrayExpression", "value": "[\"{\\\"mu\\\":2.82489428433814e-7,\\\"al\\\":\\\"\\\",\\\"a\\\":\\\"\\\",\\\"l\\\":\\\"\\\",\\\"z\\\":\\\"\\\",\\\"zeta\\\":\\\"\\\"}\",\"{\\\"mu\\\":2.82483274392893e-7,\\\"al\\\":\\\"\\\",\\\"a\\\":\\\"\\\",\\\"l\\\":\\\"\\\",\\\"z\\\":\\\"\\\",\\\"zeta\\\":\\\"\\\"}\",\"{\\\"mu\\\":2.82498184184723e-7,\\\"al\\\":\\\"\\\",\\\"a\\\":\\\"\\\",\\\"l\\\":\\\"\\\",\\\"z\\\":\\\"\\\",\\\"zeta\\\":\\\"\\\"}\",\"{\\\"mu\\\":2.82492144889909e-7,\\\"al\\\":\\\"\\\",\\\"a\\\":\\\"\\\",\\\"l\\\":\\\"\\\",\\\"z\\\":\\\"\\\",\\\"zeta\\\":\\\"\\\"}\"]" @@ -26742,14 +27993,14 @@ "comment": "", "meta": { "range": [ - 132127, - 132153 + 138267, + 138293 ], "filename": "astronomy.js", - "lineno": 2914, + "lineno": 3044, "columnno": 8, "code": { - "id": "astnode100014760", + "id": "astnode100015775", "name": "mu", "type": "Literal", "value": 2.82489428433814e-7 @@ -26765,14 +28016,14 @@ "comment": "", "meta": { "range": [ - 132163, - 132215 + 138303, + 138355 ], "filename": "astronomy.js", - "lineno": 2915, + "lineno": 3045, "columnno": 8, "code": { - "id": "astnode100014762", + "id": "astnode100015777", "name": "al", "type": "ArrayExpression", "value": "[1.446213296021224,3.5515522861824]" @@ -26788,14 +28039,14 @@ "comment": "", "meta": { "range": [ - 132225, - 132320 + 138365, + 138460 ], "filename": "astronomy.js", - "lineno": 2916, + "lineno": 3046, "columnno": 8, "code": { - "id": "astnode100014766", + "id": "astnode100015781", "name": "a", "type": "ArrayExpression", "value": "[\"[0.0028210960212903,0,0]\"]" @@ -26811,14 +28062,14 @@ "comment": "", "meta": { "range": [ - 132330, - 132675 + 138470, + 138815 ], "filename": "astronomy.js", - "lineno": 2919, + "lineno": 3049, "columnno": 8, "code": { - "id": "astnode100014772", + "id": "astnode100015787", "name": "l", "type": "ArrayExpression", "value": "[\"[-0.0001925258348666,4.9369589722645,0.01358483658305]\",\"[-0.0000970803596076,4.3188796477322,0.01303413843243]\",\"[-0.00008988174165,1.9080016428617,0.00305064867158]\",\"[-0.0000553101050262,1.4936156681569,0.01293892891155]\"]" @@ -26834,14 +28085,14 @@ "comment": "", "meta": { "range": [ - 132685, - 132945 + 138825, + 139085 ], "filename": "astronomy.js", - "lineno": 2925, + "lineno": 3055, "columnno": 8, "code": { - "id": "astnode100014794", + "id": "astnode100015809", "name": "z", "type": "ArrayExpression", "value": "[\"[0.0041510849668155,4.089939635545,-0.01290686414666]\",\"[0.0006260521444113,1.446188898627,3.5515522949802]\",\"[0.0000352747346169,2.1256287034578,0.00012727416567]\"]" @@ -26857,14 +28108,14 @@ "comment": "", "meta": { "range": [ - 132955, - 133137 + 139095, + 139277 ], "filename": "astronomy.js", - "lineno": 2930, + "lineno": 3060, "columnno": 8, "code": { - "id": "astnode100014809", + "id": "astnode100015824", "name": "zeta", "type": "ArrayExpression", "value": "[\"[0.0003142172466014,2.7964219722923,-0.002315096098]\",\"[0.0000904169207946,1.0477061879627,-0.00056920638196]\"]" @@ -26880,14 +28131,14 @@ "comment": "", "meta": { "range": [ - 133177, - 133203 + 139317, + 139343 ], "filename": "astronomy.js", - "lineno": 2937, + "lineno": 3067, "columnno": 8, "code": { - "id": "astnode100014822", + "id": "astnode100015837", "name": "mu", "type": "Literal", "value": 2.82483274392893e-7 @@ -26903,14 +28154,14 @@ "comment": "", "meta": { "range": [ - 133213, - 133266 + 139353, + 139406 ], "filename": "astronomy.js", - "lineno": 2938, + "lineno": 3068, "columnno": 8, "code": { - "id": "astnode100014824", + "id": "astnode100015839", "name": "al", "type": "ArrayExpression", "value": "[-0.3735263437471362,1.76932271112347]" @@ -26926,14 +28177,14 @@ "comment": "", "meta": { "range": [ - 133276, - 133453 + 139416, + 139593 ], "filename": "astronomy.js", - "lineno": 2939, + "lineno": 3069, "columnno": 8, "code": { - "id": "astnode100014829", + "id": "astnode100015844", "name": "a", "type": "ArrayExpression", "value": "[\"[0.0044871037804314,0,0]\",\"[4.324367498e-7,1.819645606291,1.7822295777568]\"]" @@ -26949,14 +28200,14 @@ "comment": "", "meta": { "range": [ - 133463, - 134135 + 139603, + 140275 ], "filename": "astronomy.js", - "lineno": 2943, + "lineno": 3073, "columnno": 8, "code": { - "id": "astnode100014839", + "id": "astnode100015854", "name": "l", "type": "ArrayExpression", "value": "[\"[0.0008576433172936,4.3188693178264,0.01303413830805]\",\"[0.0004549582875086,1.4936531751079,0.01293892881962]\",\"[0.0003248939825174,1.8196494533458,1.7822295777568]\",\"[-0.0003074250079334,4.9377037005911,0.01358483286724]\",\"[0.0001982386144784,1.907986905476,0.00305101212869]\",\"[0.0001834063551804,2.1402853388529,0.00145009789338]\",\"[-0.0001434383188452,5.622214036663,0.89111478887838]\",\"[-0.0000771939140944,4.300272437235,2.6733443704266]\"]" @@ -26972,14 +28223,14 @@ "comment": "", "meta": { "range": [ - 134145, - 134735 + 140285, + 140875 ], "filename": "astronomy.js", - "lineno": 2953, + "lineno": 3083, "columnno": 8, "code": { - "id": "astnode100014876", + "id": "astnode100015891", "name": "z", "type": "ArrayExpression", "value": "[\"[-0.0093589104136341,4.0899396509039,-0.01290686414666]\",\"[0.0002988994545555,5.9097265185595,1.7693227079462]\",\"[0.000213903639035,2.1256289300016,0.00012727418407]\",\"[0.0001980963564781,2.743516829265,0.00067797343009]\",\"[0.0001210388158965,5.5839943711203,0.0000320566149]\",\"[0.0000837042048393,1.6094538368039,-0.90402165808846]\",\"[0.0000823525166369,1.4461887708689,3.5515522949802]\"]" @@ -26995,14 +28246,14 @@ "comment": "", "meta": { "range": [ - 134745, - 135092 + 140885, + 141232 ], "filename": "astronomy.js", - "lineno": 2962, + "lineno": 3092, "columnno": 8, "code": { - "id": "astnode100014909", + "id": "astnode100015924", "name": "zeta", "type": "ArrayExpression", "value": "[\"[0.0040404917832303,1.0477063169425,-0.0005692064054]\",\"[0.0002200421034564,3.3368857864364,-0.00012491307307]\",\"[0.0001662544744719,2.4134862374711,0]\",\"[0.0000590282470983,5.9719930968366,-0.00003056160225]\"]" @@ -27018,14 +28269,14 @@ "comment": "", "meta": { "range": [ - 135134, - 135160 + 141274, + 141300 ], "filename": "astronomy.js", - "lineno": 2971, + "lineno": 3101, "columnno": 8, "code": { - "id": "astnode100014931", + "id": "astnode100015946", "name": "mu", "type": "Literal", "value": 2.82498184184723e-7 @@ -27041,14 +28292,14 @@ "comment": "", "meta": { "range": [ - 135170, - 135222 + 141310, + 141362 ], "filename": "astronomy.js", - "lineno": 2972, + "lineno": 3102, "columnno": 8, "code": { - "id": "astnode100014933", + "id": "astnode100015948", "name": "al", "type": "ArrayExpression", "value": "[0.2874089391143348,0.878207923589328]" @@ -27064,14 +28315,14 @@ "comment": "", "meta": { "range": [ - 135232, - 135409 + 141372, + 141549 ], "filename": "astronomy.js", - "lineno": 2973, + "lineno": 3103, "columnno": 8, "code": { - "id": "astnode100014937", + "id": "astnode100015952", "name": "a", "type": "ArrayExpression", "value": "[\"[0.0071566594572575,0,0]\",\"[0.000001393029911,1.1586745884981,2.6733443704266]\"]" @@ -27087,14 +28338,14 @@ "comment": "", "meta": { "range": [ - 135419, - 136093 + 141559, + 142233 ], "filename": "astronomy.js", - "lineno": 2977, + "lineno": 3107, "columnno": 8, "code": { - "id": "astnode100014947", + "id": "astnode100015962", "name": "l", "type": "ArrayExpression", "value": "[\"[0.0002310797886226,2.1402987195942,0.00145009784384]\",\"[-0.0001828635964118,4.3188672736968,0.01303413828263]\",\"[0.0001512378778204,4.9373102372298,0.01358483481252]\",\"[-0.0001163720969778,4.300265986149,2.6733443704266]\",\"[-0.0000955478069846,1.4936612842567,0.01293892879857]\",\"[0.0000815246854464,5.6222137132535,0.89111478887838]\",\"[-0.0000801219679602,1.2995922951532,1.0034433456729]\",\"[-0.0000607017260182,0.64978769669238,0.50172167043264]\"]" @@ -27110,14 +28361,14 @@ "comment": "", "meta": { "range": [ - 136103, - 136776 + 142243, + 142916 ], "filename": "astronomy.js", - "lineno": 2987, + "lineno": 3117, "columnno": 8, "code": { - "id": "astnode100014986", + "id": "astnode100016001", "name": "z", "type": "ArrayExpression", "value": "[\"[0.0014289811307319,2.1256295942739,0.00012727413029]\",\"[0.000771093122676,5.5836330003496,0.0000320643411]\",\"[0.0005925911780766,4.0899396636448,-0.01290686414666]\",\"[0.0002045597496146,5.2713683670372,-0.12523544076106]\",\"[0.0001785118648258,0.28743156721063,0.8782079244252]\",\"[0.0001131999784893,1.4462127277818,3.5515522949802]\",\"[-0.000065877816921,2.2702423990985,-1.7951364394537]\",\"[0.0000497058888328,5.9096792204858,1.7693227129285]\"]" @@ -27133,14 +28384,14 @@ "comment": "", "meta": { "range": [ - 136786, - 137134 + 142926, + 143274 ], "filename": "astronomy.js", - "lineno": 2997, + "lineno": 3127, "columnno": 8, "code": { - "id": "astnode100015024", + "id": "astnode100016039", "name": "zeta", "type": "ArrayExpression", "value": "[\"[0.0015932721570848,3.3368862796665,-0.00012491307058]\",\"[0.0008533093128905,2.4133881688166,0]\",\"[0.0003513347911037,5.9720789850127,-0.00003056101771]\",\"[-0.0001441929255483,1.0477061764435,-0.00056920632124]\"]" @@ -27156,14 +28407,14 @@ "comment": "", "meta": { "range": [ - 137176, - 137202 + 143316, + 143342 ], "filename": "astronomy.js", - "lineno": 3006, + "lineno": 3136, "columnno": 8, "code": { - "id": "astnode100015047", + "id": "astnode100016062", "name": "mu", "type": "Literal", "value": 2.82492144889909e-7 @@ -27179,14 +28430,14 @@ "comment": "", "meta": { "range": [ - 137212, - 137265 + 143352, + 143405 ], "filename": "astronomy.js", - "lineno": 3007, + "lineno": 3137, "columnno": 8, "code": { - "id": "astnode100015049", + "id": "astnode100016064", "name": "al", "type": "ArrayExpression", "value": "[-0.3620341291375704,0.376486233433828]" @@ -27202,14 +28453,14 @@ "comment": "", "meta": { "range": [ - 137275, - 137534 + 143415, + 143674 ], "filename": "astronomy.js", - "lineno": 3008, + "lineno": 3138, "columnno": 8, "code": { - "id": "astnode100015054", + "id": "astnode100016069", "name": "a", "type": "ArrayExpression", "value": "[\"[0.0125879701715314,0,0]\",\"[0.000003595204947,0.64965776007116,0.50172168165034]\",\"[0.0000027580210652,1.808423578151,3.1750660413359]\"]" @@ -27225,14 +28476,14 @@ "comment": "", "meta": { "range": [ - 137544, - 138050 + 143684, + 144190 ], "filename": "astronomy.js", - "lineno": 3013, + "lineno": 3143, "columnno": 8, "code": { - "id": "astnode100015068", + "id": "astnode100016083", "name": "l", "type": "ArrayExpression", "value": "[\"[0.0005586040123824,2.1404207189815,0.00145009793231]\",\"[-0.0003805813868176,2.7358844897853,0.00002972965062]\",\"[0.0002205152863262,0.649796525964,0.5017216724358]\",\"[0.0001877895151158,1.8084787604005,3.1750660413359]\",\"[0.0000766916975242,6.2720114319755,1.3928364636651]\",\"[0.0000747056855106,1.2995916202344,1.0034433456729]\"]" @@ -27248,14 +28499,14 @@ "comment": "", "meta": { "range": [ - 138060, - 138815 + 144200, + 144955 ], "filename": "astronomy.js", - "lineno": 3021, + "lineno": 3151, "columnno": 8, "code": { - "id": "astnode100015095", + "id": "astnode100016110", "name": "z", "type": "ArrayExpression", "value": "[\"[0.0073755808467977,5.5836071576084,0.00003206509914]\",\"[0.0002065924169942,5.9209831565786,0.37648624194703]\",\"[0.0001589869764021,0.28744006242623,0.8782079244252]\",\"[-0.0001561131605348,2.1257397865089,0.00012727441285]\",\"[0.0001486043380971,1.4462134301023,3.5515522949802]\",\"[0.0000635073108731,5.9096803285954,1.7693227129285]\",\"[0.0000599351698525,4.1125517584798,-2.7985797954589]\",\"[0.0000540660842731,5.5390350845569,0.00286834082283]\",\"[-0.0000489596900866,4.6218149483338,-0.62695712529519]\"]" @@ -27271,14 +28522,14 @@ "comment": "", "meta": { "range": [ - 138825, - 139172 + 144965, + 145312 ], "filename": "astronomy.js", - "lineno": 3032, + "lineno": 3162, "columnno": 8, "code": { - "id": "astnode100015137", + "id": "astnode100016152", "name": "zeta", "type": "ArrayExpression", "value": "[\"[0.0038422977898495,2.4133922085557,0]\",\"[0.0022453891791894,5.9721736773277,-0.00003056125525]\",\"[-0.0002604479450559,3.3368746306409,-0.00012491309972]\",\"[0.000033211214323,5.5604137742337,0.00290037688507]\"]" @@ -27294,14 +28545,14 @@ "comment": "/**\n * @brief Holds the positions and velocities of Jupiter's major 4 moons.\n *\n * The {@link JupiterMoons} function returns an object of this type\n * to report position and velocity vectors for Jupiter's largest 4 moons\n * Io, Europa, Ganymede, and Callisto. Each position vector is relative\n * to the center of Jupiter. Both position and velocity are oriented in\n * the EQJ system (that is, using Earth's equator at the J2000 epoch).\n * The positions are expressed in astronomical units (AU),\n * and the velocities in AU/day.\n *\n * @property {StateVector[]} moon\n * An array of state vectors, one for each of the four major moons\n * of Jupiter, in the following order: 0=Io, 1=Europa, 2=Ganymede, 3=Callisto.\n */", "meta": { "range": [ - 139907, - 139989 + 146047, + 146129 ], "filename": "astronomy.js", - "lineno": 3055, + "lineno": 3185, "columnno": 0, "code": { - "id": "astnode100015158", + "id": "astnode100016173", "name": "JupiterMoonsInfo", "type": "ClassDeclaration", "paramnames": [ @@ -27338,14 +28589,14 @@ "comment": "", "meta": { "range": [ - 139936, - 139987 + 146076, + 146127 ], "filename": "astronomy.js", - "lineno": 3056, + "lineno": 3186, "columnno": 4, "code": { - "id": "astnode100015161", + "id": "astnode100016176", "name": "JupiterMoonsInfo", "type": "MethodDefinition", "paramnames": [ @@ -27367,14 +28618,14 @@ "comment": "/**\n * @brief Holds the positions and velocities of Jupiter's major 4 moons.\n *\n * The {@link JupiterMoons} function returns an object of this type\n * to report position and velocity vectors for Jupiter's largest 4 moons\n * Io, Europa, Ganymede, and Callisto. Each position vector is relative\n * to the center of Jupiter. Both position and velocity are oriented in\n * the EQJ system (that is, using Earth's equator at the J2000 epoch).\n * The positions are expressed in astronomical units (AU),\n * and the velocities in AU/day.\n *\n * @property {StateVector[]} moon\n * An array of state vectors, one for each of the four major moons\n * of Jupiter, in the following order: 0=Io, 1=Europa, 2=Ganymede, 3=Callisto.\n */", "meta": { "range": [ - 139907, - 139989 + 146047, + 146129 ], "filename": "astronomy.js", - "lineno": 3055, + "lineno": 3185, "columnno": 0, "code": { - "id": "astnode100015158", + "id": "astnode100016173", "name": "JupiterMoonsInfo", "type": "ClassDeclaration", "paramnames": [ @@ -27410,14 +28661,14 @@ "comment": "", "meta": { "range": [ - 139964, - 139980 + 146104, + 146120 ], "filename": "astronomy.js", - "lineno": 3057, + "lineno": 3187, "columnno": 8, "code": { - "id": "astnode100015167", + "id": "astnode100016182", "name": "this.moon", "type": "Identifier", "value": "moon", @@ -27435,14 +28686,14 @@ "comment": "", "meta": { "range": [ - 139990, - 140033 + 146130, + 146173 ], "filename": "astronomy.js", - "lineno": 3060, + "lineno": 3190, "columnno": 0, "code": { - "id": "astnode100015173", + "id": "astnode100016188", "name": "exports.JupiterMoonsInfo", "type": "Identifier", "value": "JupiterMoonsInfo", @@ -27459,14 +28710,14 @@ "comment": "", "meta": { "range": [ - 140035, - 141396 + 146175, + 147536 ], "filename": "astronomy.js", - "lineno": 3061, + "lineno": 3191, "columnno": 0, "code": { - "id": "astnode100015178", + "id": "astnode100016193", "name": "JupiterMoon_elem2pv", "type": "FunctionDeclaration", "paramnames": [ @@ -27513,14 +28764,14 @@ "comment": "", "meta": { "range": [ - 140209, - 140220 + 146349, + 146360 ], "filename": "astronomy.js", - "lineno": 3064, + "lineno": 3194, "columnno": 10, "code": { - "id": "astnode100015185", + "id": "astnode100016200", "name": "A", "type": "MemberExpression", "value": "elem[0]" @@ -27538,14 +28789,14 @@ "comment": "", "meta": { "range": [ - 140232, - 140244 + 146372, + 146384 ], "filename": "astronomy.js", - "lineno": 3065, + "lineno": 3195, "columnno": 10, "code": { - "id": "astnode100015191", + "id": "astnode100016206", "name": "AL", "type": "MemberExpression", "value": "elem[1]" @@ -27563,14 +28814,14 @@ "comment": "", "meta": { "range": [ - 140256, - 140267 + 146396, + 146407 ], "filename": "astronomy.js", - "lineno": 3066, + "lineno": 3196, "columnno": 10, "code": { - "id": "astnode100015197", + "id": "astnode100016212", "name": "K", "type": "MemberExpression", "value": "elem[2]" @@ -27588,14 +28839,14 @@ "comment": "", "meta": { "range": [ - 140279, - 140290 + 146419, + 146430 ], "filename": "astronomy.js", - "lineno": 3067, + "lineno": 3197, "columnno": 10, "code": { - "id": "astnode100015203", + "id": "astnode100016218", "name": "H", "type": "MemberExpression", "value": "elem[3]" @@ -27613,14 +28864,14 @@ "comment": "", "meta": { "range": [ - 140302, - 140313 + 146442, + 146453 ], "filename": "astronomy.js", - "lineno": 3068, + "lineno": 3198, "columnno": 10, "code": { - "id": "astnode100015209", + "id": "astnode100016224", "name": "Q", "type": "MemberExpression", "value": "elem[4]" @@ -27638,14 +28889,14 @@ "comment": "", "meta": { "range": [ - 140325, - 140336 + 146465, + 146476 ], "filename": "astronomy.js", - "lineno": 3069, + "lineno": 3199, "columnno": 10, "code": { - "id": "astnode100015215", + "id": "astnode100016230", "name": "P", "type": "MemberExpression", "value": "elem[5]" @@ -27663,14 +28914,14 @@ "comment": "", "meta": { "range": [ - 140348, - 140380 + 146488, + 146520 ], "filename": "astronomy.js", - "lineno": 3070, + "lineno": 3200, "columnno": 10, "code": { - "id": "astnode100015221", + "id": "astnode100016236", "name": "AN", "type": "CallExpression", "value": "" @@ -27688,14 +28939,14 @@ "comment": "", "meta": { "range": [ - 140390, - 140392 + 146530, + 146532 ], "filename": "astronomy.js", - "lineno": 3071, + "lineno": 3201, "columnno": 8, "code": { - "id": "astnode100015235", + "id": "astnode100016250", "name": "CE" } }, @@ -27711,14 +28962,14 @@ "comment": "", "meta": { "range": [ - 140394, - 140396 + 146534, + 146536 ], "filename": "astronomy.js", - "lineno": 3071, + "lineno": 3201, "columnno": 12, "code": { - "id": "astnode100015237", + "id": "astnode100016252", "name": "SE" } }, @@ -27734,14 +28985,14 @@ "comment": "", "meta": { "range": [ - 140398, - 140400 + 146538, + 146540 ], "filename": "astronomy.js", - "lineno": 3071, + "lineno": 3201, "columnno": 16, "code": { - "id": "astnode100015239", + "id": "astnode100016254", "name": "DE" } }, @@ -27757,14 +29008,14 @@ "comment": "", "meta": { "range": [ - 140410, - 140455 + 146550, + 146595 ], "filename": "astronomy.js", - "lineno": 3072, + "lineno": 3202, "columnno": 8, "code": { - "id": "astnode100015242", + "id": "astnode100016257", "name": "EE", "type": "BinaryExpression", "value": "" @@ -27782,14 +29033,14 @@ "comment": "", "meta": { "range": [ - 140474, - 140491 + 146614, + 146631 ], "filename": "astronomy.js", - "lineno": 3074, + "lineno": 3204, "columnno": 8, "code": { - "id": "astnode100015271", + "id": "astnode100016286", "name": "CE", "type": "CallExpression", "funcscope": "JupiterMoon_elem2pv", @@ -27808,14 +29059,14 @@ "comment": "", "meta": { "range": [ - 140501, - 140518 + 146641, + 146658 ], "filename": "astronomy.js", - "lineno": 3075, + "lineno": 3205, "columnno": 8, "code": { - "id": "astnode100015279", + "id": "astnode100016294", "name": "SE", "type": "CallExpression", "funcscope": "JupiterMoon_elem2pv", @@ -27834,14 +29085,14 @@ "comment": "", "meta": { "range": [ - 140528, - 140586 + 146668, + 146726 ], "filename": "astronomy.js", - "lineno": 3076, + "lineno": 3206, "columnno": 8, "code": { - "id": "astnode100015287", + "id": "astnode100016302", "name": "DE", "type": "BinaryExpression", "funcscope": "JupiterMoon_elem2pv", @@ -27860,14 +29111,14 @@ "comment": "", "meta": { "range": [ - 140596, - 140604 + 146736, + 146744 ], "filename": "astronomy.js", - "lineno": 3077, + "lineno": 3207, "columnno": 8, "code": { - "id": "astnode100015311", + "id": "astnode100016326", "name": "EE", "type": "Identifier", "funcscope": "JupiterMoon_elem2pv", @@ -27886,14 +29137,14 @@ "comment": "", "meta": { "range": [ - 140649, - 140666 + 146789, + 146806 ], "filename": "astronomy.js", - "lineno": 3079, + "lineno": 3209, "columnno": 4, "code": { - "id": "astnode100015315", + "id": "astnode100016330", "name": "CE", "type": "CallExpression", "funcscope": "JupiterMoon_elem2pv", @@ -27912,14 +29163,14 @@ "comment": "", "meta": { "range": [ - 140672, - 140689 + 146812, + 146829 ], "filename": "astronomy.js", - "lineno": 3080, + "lineno": 3210, "columnno": 4, "code": { - "id": "astnode100015323", + "id": "astnode100016338", "name": "SE", "type": "CallExpression", "funcscope": "JupiterMoon_elem2pv", @@ -27938,14 +29189,14 @@ "comment": "", "meta": { "range": [ - 140701, - 140722 + 146841, + 146862 ], "filename": "astronomy.js", - "lineno": 3081, + "lineno": 3211, "columnno": 10, "code": { - "id": "astnode100015331", + "id": "astnode100016346", "name": "DLE", "type": "BinaryExpression", "value": "" @@ -27963,14 +29214,14 @@ "comment": "", "meta": { "range": [ - 140734, - 140758 + 146874, + 146898 ], "filename": "astronomy.js", - "lineno": 3082, + "lineno": 3212, "columnno": 10, "code": { - "id": "astnode100015341", + "id": "astnode100016356", "name": "RSAM1", "type": "BinaryExpression", "value": "" @@ -27988,14 +29239,14 @@ "comment": "", "meta": { "range": [ - 140770, - 140795 + 146910, + 146935 ], "filename": "astronomy.js", - "lineno": 3083, + "lineno": 3213, "columnno": 10, "code": { - "id": "astnode100015352", + "id": "astnode100016367", "name": "ASR", "type": "BinaryExpression", "value": "" @@ -28013,14 +29264,14 @@ "comment": "", "meta": { "range": [ - 140807, - 140843 + 146947, + 146983 ], "filename": "astronomy.js", - "lineno": 3084, + "lineno": 3214, "columnno": 10, "code": { - "id": "astnode100015360", + "id": "astnode100016375", "name": "PHI", "type": "CallExpression", "value": "" @@ -28038,14 +29289,14 @@ "comment": "", "meta": { "range": [ - 140855, - 140878 + 146995, + 147018 ], "filename": "astronomy.js", - "lineno": 3085, + "lineno": 3215, "columnno": 10, "code": { - "id": "astnode100015376", + "id": "astnode100016391", "name": "PSI", "type": "BinaryExpression", "value": "" @@ -28063,14 +29314,14 @@ "comment": "", "meta": { "range": [ - 140890, - 140923 + 147030, + 147063 ], "filename": "astronomy.js", - "lineno": 3086, + "lineno": 3216, "columnno": 10, "code": { - "id": "astnode100015384", + "id": "astnode100016399", "name": "X1", "type": "BinaryExpression", "value": "" @@ -28088,14 +29339,14 @@ "comment": "", "meta": { "range": [ - 140935, - 140968 + 147075, + 147108 ], "filename": "astronomy.js", - "lineno": 3087, + "lineno": 3217, "columnno": 10, "code": { - "id": "astnode100015398", + "id": "astnode100016413", "name": "Y1", "type": "BinaryExpression", "value": "" @@ -28113,14 +29364,14 @@ "comment": "", "meta": { "range": [ - 140980, - 141024 + 147120, + 147164 ], "filename": "astronomy.js", - "lineno": 3088, + "lineno": 3218, "columnno": 10, "code": { - "id": "astnode100015412", + "id": "astnode100016427", "name": "VX1", "type": "BinaryExpression", "value": "" @@ -28138,14 +29389,14 @@ "comment": "", "meta": { "range": [ - 141036, - 141080 + 147176, + 147220 ], "filename": "astronomy.js", - "lineno": 3089, + "lineno": 3219, "columnno": 10, "code": { - "id": "astnode100015429", + "id": "astnode100016444", "name": "VY1", "type": "BinaryExpression", "value": "" @@ -28163,14 +29414,14 @@ "comment": "", "meta": { "range": [ - 141092, - 141133 + 147232, + 147273 ], "filename": "astronomy.js", - "lineno": 3090, + "lineno": 3220, "columnno": 10, "code": { - "id": "astnode100015446", + "id": "astnode100016461", "name": "F2", "type": "BinaryExpression", "value": "" @@ -28188,14 +29439,14 @@ "comment": "", "meta": { "range": [ - 141145, - 141167 + 147285, + 147307 ], "filename": "astronomy.js", - "lineno": 3091, + "lineno": 3221, "columnno": 10, "code": { - "id": "astnode100015464", + "id": "astnode100016479", "name": "P2", "type": "BinaryExpression", "value": "" @@ -28213,14 +29464,14 @@ "comment": "", "meta": { "range": [ - 141179, - 141201 + 147319, + 147341 ], "filename": "astronomy.js", - "lineno": 3092, + "lineno": 3222, "columnno": 10, "code": { - "id": "astnode100015474", + "id": "astnode100016489", "name": "Q2", "type": "BinaryExpression", "value": "" @@ -28238,14 +29489,14 @@ "comment": "", "meta": { "range": [ - 141213, - 141229 + 147353, + 147369 ], "filename": "astronomy.js", - "lineno": 3093, + "lineno": 3223, "columnno": 10, "code": { - "id": "astnode100015484", + "id": "astnode100016499", "name": "PQ", "type": "BinaryExpression", "value": "" @@ -28263,14 +29514,14 @@ "comment": "", "meta": { "range": [ - 141397, - 142777 + 147537, + 148917 ], "filename": "astronomy.js", - "lineno": 3096, + "lineno": 3226, "columnno": 0, "code": { - "id": "astnode100015541", + "id": "astnode100016556", "name": "CalcJupiterMoon", "type": "FunctionDeclaration", "paramnames": [ @@ -28303,14 +29554,14 @@ "comment": "", "meta": { "range": [ - 141581, - 141602 + 147721, + 147742 ], "filename": "astronomy.js", - "lineno": 3099, + "lineno": 3229, "columnno": 10, "code": { - "id": "astnode100015547", + "id": "astnode100016562", "name": "t", "type": "BinaryExpression", "value": "" @@ -28328,14 +29579,14 @@ "comment": "", "meta": { "range": [ - 141715, - 141762 + 147855, + 147902 ], "filename": "astronomy.js", - "lineno": 3101, + "lineno": 3231, "columnno": 10, "code": { - "id": "astnode100015555", + "id": "astnode100016570", "name": "elem", "type": "ArrayExpression", "value": "[0,\"\",0,0,0,0]" @@ -28353,14 +29604,14 @@ "comment": "", "meta": { "range": [ - 141823, - 141879 + 147963, + 148019 ], "filename": "astronomy.js", - "lineno": 3103, + "lineno": 3233, "columnno": 8, "code": { - "id": "astnode100015584", + "id": "astnode100016599", "name": "elem[0]", "type": "BinaryExpression", "funcscope": "CalcJupiterMoon", @@ -28379,14 +29630,14 @@ "comment": "", "meta": { "range": [ - 141940, - 141996 + 148080, + 148136 ], "filename": "astronomy.js", - "lineno": 3105, + "lineno": 3235, "columnno": 8, "code": { - "id": "astnode100015607", + "id": "astnode100016622", "name": "elem[1]", "type": "BinaryExpression", "funcscope": "CalcJupiterMoon", @@ -28405,14 +29656,14 @@ "comment": "", "meta": { "range": [ - 142002, - 142016 + 148142, + 148156 ], "filename": "astronomy.js", - "lineno": 3106, + "lineno": 3236, "columnno": 4, "code": { - "id": "astnode100015623", + "id": "astnode100016638", "name": "elem[1]", "type": "Identifier", "funcscope": "CalcJupiterMoon", @@ -28431,14 +29682,14 @@ "comment": "", "meta": { "range": [ - 142047, - 142061 + 148187, + 148201 ], "filename": "astronomy.js", - "lineno": 3108, + "lineno": 3238, "columnno": 8, "code": { - "id": "astnode100015635", + "id": "astnode100016650", "name": "elem[1]", "type": "Identifier", "funcscope": "CalcJupiterMoon", @@ -28457,14 +29708,14 @@ "comment": "", "meta": { "range": [ - 142130, - 142159 + 148270, + 148299 ], "filename": "astronomy.js", - "lineno": 3110, + "lineno": 3240, "columnno": 14, "code": { - "id": "astnode100015649", + "id": "astnode100016664", "name": "arg", "type": "BinaryExpression", "value": "" @@ -28482,14 +29733,14 @@ "comment": "", "meta": { "range": [ - 142169, - 142205 + 148309, + 148345 ], "filename": "astronomy.js", - "lineno": 3111, + "lineno": 3241, "columnno": 8, "code": { - "id": "astnode100015657", + "id": "astnode100016672", "name": "elem[2]", "type": "BinaryExpression", "funcscope": "CalcJupiterMoon", @@ -28508,14 +29759,14 @@ "comment": "", "meta": { "range": [ - 142215, - 142251 + 148355, + 148391 ], "filename": "astronomy.js", - "lineno": 3112, + "lineno": 3242, "columnno": 8, "code": { - "id": "astnode100015669", + "id": "astnode100016684", "name": "elem[3]", "type": "BinaryExpression", "funcscope": "CalcJupiterMoon", @@ -28534,14 +29785,14 @@ "comment": "", "meta": { "range": [ - 142329, - 142358 + 148469, + 148498 ], "filename": "astronomy.js", - "lineno": 3115, + "lineno": 3245, "columnno": 14, "code": { - "id": "astnode100015689", + "id": "astnode100016704", "name": "arg", "type": "BinaryExpression", "value": "" @@ -28559,14 +29810,14 @@ "comment": "", "meta": { "range": [ - 142368, - 142404 + 148508, + 148544 ], "filename": "astronomy.js", - "lineno": 3116, + "lineno": 3246, "columnno": 8, "code": { - "id": "astnode100015697", + "id": "astnode100016712", "name": "elem[4]", "type": "BinaryExpression", "funcscope": "CalcJupiterMoon", @@ -28585,14 +29836,14 @@ "comment": "", "meta": { "range": [ - 142414, - 142450 + 148554, + 148590 ], "filename": "astronomy.js", - "lineno": 3117, + "lineno": 3247, "columnno": 8, "code": { - "id": "astnode100015709", + "id": "astnode100016724", "name": "elem[5]", "type": "BinaryExpression", "funcscope": "CalcJupiterMoon", @@ -28611,14 +29862,14 @@ "comment": "", "meta": { "range": [ - 142567, - 142612 + 148707, + 148752 ], "filename": "astronomy.js", - "lineno": 3120, + "lineno": 3250, "columnno": 10, "code": { - "id": "astnode100015721", + "id": "astnode100016736", "name": "state", "type": "CallExpression", "value": "" @@ -28636,14 +29887,14 @@ "comment": "/**\n * @brief Calculates jovicentric positions and velocities of Jupiter's largest 4 moons.\n *\n * Calculates position and velocity vectors for Jupiter's moons\n * Io, Europa, Ganymede, and Callisto, at the given date and time.\n * The vectors are jovicentric (relative to the center of Jupiter).\n * Their orientation is the Earth's equatorial system at the J2000 epoch (EQJ).\n * The position components are expressed in astronomical units (AU), and the\n * velocity components are in AU/day.\n *\n * To convert to heliocentric vectors, call {@link HelioVector}\n * with `Astronomy.Body.Jupiter` to get Jupiter's heliocentric position, then\n * add the jovicentric vectors. Likewise, you can call {@link GeoVector}\n * to convert to geocentric vectors.\n *\n * @param {FlexibleDateTime} date The date and time for which to calculate Jupiter's moons.\n * @return {JupiterMoonsInfo} Position and velocity vectors of Jupiter's largest 4 moons.\n */", "meta": { "range": [ - 143712, - 143938 + 149852, + 150078 ], "filename": "astronomy.js", - "lineno": 3142, + "lineno": 3272, "columnno": 0, "code": { - "id": "astnode100015735", + "id": "astnode100016750", "name": "JupiterMoons", "type": "FunctionDeclaration", "paramnames": [ @@ -28694,14 +29945,14 @@ "comment": "", "meta": { "range": [ - 143752, - 143778 + 149892, + 149918 ], "filename": "astronomy.js", - "lineno": 3143, + "lineno": 3273, "columnno": 10, "code": { - "id": "astnode100015740", + "id": "astnode100016755", "name": "time", "type": "NewExpression", "value": "" @@ -28719,14 +29970,14 @@ "comment": "", "meta": { "range": [ - 143788, - 143801 + 149928, + 149941 ], "filename": "astronomy.js", - "lineno": 3144, + "lineno": 3274, "columnno": 8, "code": { - "id": "astnode100015746", + "id": "astnode100016761", "name": "infolist", "type": "ArrayExpression", "value": "[]" @@ -28744,14 +29995,14 @@ "comment": "", "meta": { "range": [ - 143816, - 143820 + 149956, + 149960 ], "filename": "astronomy.js", - "lineno": 3145, + "lineno": 3275, "columnno": 13, "code": { - "id": "astnode100015751", + "id": "astnode100016766", "name": "moon" } }, @@ -28767,14 +30018,14 @@ "comment": "", "meta": { "range": [ - 143939, - 143974 + 150079, + 150114 ], "filename": "astronomy.js", - "lineno": 3149, + "lineno": 3279, "columnno": 0, "code": { - "id": "astnode100015768", + "id": "astnode100016783", "name": "exports.JupiterMoons", "type": "Identifier", "value": "JupiterMoons", @@ -28791,14 +30042,14 @@ "comment": "/**\n * @brief Calculates a vector from the center of the Sun to the given body at the given time.\n *\n * Calculates heliocentric (i.e., with respect to the center of the Sun)\n * Cartesian coordinates in the J2000 equatorial system of a celestial\n * body at a specified time. The position is not corrected for light travel time or aberration.\n *\n * @param {Body} body\n * One of the strings\n * `\"Sun\"`, `\"Moon\"`, `\"Mercury\"`, `\"Venus\"`,\n * `\"Earth\"`, `\"Mars\"`, `\"Jupiter\"`, `\"Saturn\"`,\n * `\"Uranus\"`, `\"Neptune\"`, `\"Pluto\"`,\n * `\"SSB\"`, or `\"EMB\"`.\n *\n * @param {FlexibleDateTime} date\n * The date and time for which the body's position is to be calculated.\n *\n * @returns {Vector}\n */", "meta": { "range": [ - 144768, - 145592 + 150908, + 151732 ], "filename": "astronomy.js", - "lineno": 3170, + "lineno": 3300, "columnno": 0, "code": { - "id": "astnode100015773", + "id": "astnode100016788", "name": "HelioVector", "type": "FunctionDeclaration", "paramnames": [ @@ -28859,14 +30110,14 @@ "comment": "", "meta": { "range": [ - 144811, - 144832 + 150951, + 150972 ], "filename": "astronomy.js", - "lineno": 3171, + "lineno": 3301, "columnno": 8, "code": { - "id": "astnode100015779", + "id": "astnode100016794", "name": "time", "type": "CallExpression", "value": "" @@ -28884,14 +30135,14 @@ "comment": "", "meta": { "range": [ - 145071, - 145101 + 151211, + 151241 ], "filename": "astronomy.js", - "lineno": 3179, + "lineno": 3309, "columnno": 12, "code": { - "id": "astnode100015826", + "id": "astnode100016841", "name": "e", "type": "CallExpression", "value": "" @@ -28909,14 +30160,14 @@ "comment": "", "meta": { "range": [ - 145115, - 145132 + 151255, + 151272 ], "filename": "astronomy.js", - "lineno": 3180, + "lineno": 3310, "columnno": 12, "code": { - "id": "astnode100015835", + "id": "astnode100016850", "name": "m", "type": "CallExpression", "value": "" @@ -28934,14 +30185,14 @@ "comment": "", "meta": { "range": [ - 145249, - 145279 + 151389, + 151419 ], "filename": "astronomy.js", - "lineno": 3184, + "lineno": 3314, "columnno": 14, "code": { - "id": "astnode100015873", + "id": "astnode100016888", "name": "e", "type": "CallExpression", "value": "" @@ -28959,14 +30210,14 @@ "comment": "", "meta": { "range": [ - 145295, - 145312 + 151435, + 151452 ], "filename": "astronomy.js", - "lineno": 3185, + "lineno": 3315, "columnno": 14, "code": { - "id": "astnode100015882", + "id": "astnode100016897", "name": "m", "type": "CallExpression", "value": "" @@ -28984,14 +30235,14 @@ "comment": "", "meta": { "range": [ - 145328, - 145363 + 151468, + 151503 ], "filename": "astronomy.js", - "lineno": 3186, + "lineno": 3316, "columnno": 14, "code": { - "id": "astnode100015888", + "id": "astnode100016903", "name": "denom", "type": "BinaryExpression", "value": "" @@ -29009,14 +30260,14 @@ "comment": "", "meta": { "range": [ - 145593, - 145626 + 151733, + 151766 ], "filename": "astronomy.js", - "lineno": 3193, + "lineno": 3323, "columnno": 0, "code": { - "id": "astnode100015940", + "id": "astnode100016955", "name": "exports.HelioVector", "type": "Identifier", "value": "HelioVector", @@ -29033,14 +30284,14 @@ "comment": "/**\n * @brief Calculates the distance between a body and the Sun at a given time.\n *\n * Given a date and time, this function calculates the distance between\n * the center of `body` and the center of the Sun.\n * For the planets Mercury through Neptune, this function is significantly\n * more efficient than calling {@link HelioVector} followed by taking the length\n * of the resulting vector.\n *\n * @param {Body} body\n * A body for which to calculate a heliocentric distance:\n * the Sun, Moon, or any of the planets.\n *\n * @param {FlexibleDateTime} date\n * The date and time for which to calculate the heliocentric distance.\n *\n * @returns {number}\n * The heliocentric distance in AU.\n */", "meta": { "range": [ - 146338, - 146565 + 152478, + 152705 ], "filename": "astronomy.js", - "lineno": 3214, + "lineno": 3344, "columnno": 0, "code": { - "id": "astnode100015946", + "id": "astnode100016961", "name": "HelioDistance", "type": "FunctionDeclaration", "paramnames": [ @@ -29099,14 +30350,14 @@ "comment": "", "meta": { "range": [ - 146385, - 146406 + 152525, + 152546 ], "filename": "astronomy.js", - "lineno": 3215, + "lineno": 3345, "columnno": 10, "code": { - "id": "astnode100015952", + "id": "astnode100016967", "name": "time", "type": "CallExpression", "value": "" @@ -29124,14 +30375,14 @@ "comment": "", "meta": { "range": [ - 146566, - 146603 + 152706, + 152743 ], "filename": "astronomy.js", - "lineno": 3220, + "lineno": 3350, "columnno": 0, "code": { - "id": "astnode100015984", + "id": "astnode100016999", "name": "exports.HelioDistance", "type": "Identifier", "value": "HelioDistance", @@ -29148,14 +30399,14 @@ "comment": "/**\n * @brief Calculates a vector from the center of the Earth to the given body at the given time.\n *\n * Calculates geocentric (i.e., with respect to the center of the Earth)\n * Cartesian coordinates in the J2000 equatorial system of a celestial\n * body at a specified time. The position is always corrected for light travel time:\n * this means the position of the body is \"back-dated\" based on how long it\n * takes light to travel from the body to an observer on the Earth.\n * Also, the position can optionally be corrected for aberration, an effect\n * causing the apparent direction of the body to be shifted based on\n * transverse movement of the Earth with respect to the rays of light\n * coming from that body.\n *\n * @param {Body} body\n * One of the strings\n * `\"Sun\"`, `\"Moon\"`, `\"Mercury\"`, `\"Venus\"`,\n * `\"Earth\"`, `\"Mars\"`, `\"Jupiter\"`, `\"Saturn\"`,\n * `\"Uranus\"`, `\"Neptune\"`, or `\"Pluto\"`.\n *\n * @param {FlexibleDateTime} date\n * The date and time for which the body's position is to be calculated.\n *\n * @param {bool} aberration\n * Pass `true` to correct for\n * aberration,\n * or `false` to leave uncorrected.\n *\n * @returns {Vector}\n */", "meta": { "range": [ - 147859, - 149859 + 153999, + 155999 ], "filename": "astronomy.js", - "lineno": 3250, + "lineno": 3380, "columnno": 0, "code": { - "id": "astnode100015989", + "id": "astnode100017004", "name": "GeoVector", "type": "FunctionDeclaration", "paramnames": [ @@ -29230,14 +30481,14 @@ "comment": "", "meta": { "range": [ - 147945, - 147966 + 154085, + 154106 ], "filename": "astronomy.js", - "lineno": 3252, + "lineno": 3382, "columnno": 10, "code": { - "id": "astnode100016000", + "id": "astnode100017015", "name": "time", "type": "CallExpression", "value": "" @@ -29255,14 +30506,14 @@ "comment": "", "meta": { "range": [ - 148105, - 148117 + 154245, + 154257 ], "filename": "astronomy.js", - "lineno": 3257, + "lineno": 3387, "columnno": 8, "code": { - "id": "astnode100016029", + "id": "astnode100017044", "name": "earth", "type": "Literal", "value": null @@ -29280,14 +30531,14 @@ "comment": "", "meta": { "range": [ - 148127, - 148128 + 154267, + 154268 ], "filename": "astronomy.js", - "lineno": 3258, + "lineno": 3388, "columnno": 8, "code": { - "id": "astnode100016033", + "id": "astnode100017048", "name": "h" } }, @@ -29303,14 +30554,14 @@ "comment": "", "meta": { "range": [ - 148138, - 148141 + 154278, + 154281 ], "filename": "astronomy.js", - "lineno": 3259, + "lineno": 3389, "columnno": 8, "code": { - "id": "astnode100016036", + "id": "astnode100017051", "name": "geo" } }, @@ -29326,14 +30577,14 @@ "comment": "", "meta": { "range": [ - 148151, - 148157 + 154291, + 154297 ], "filename": "astronomy.js", - "lineno": 3260, + "lineno": 3390, "columnno": 8, "code": { - "id": "astnode100016039", + "id": "astnode100017054", "name": "dt", "type": "Literal", "value": 0 @@ -29351,14 +30602,14 @@ "comment": "", "meta": { "range": [ - 148167, - 148179 + 154307, + 154319 ], "filename": "astronomy.js", - "lineno": 3261, + "lineno": 3391, "columnno": 8, "code": { - "id": "astnode100016043", + "id": "astnode100017058", "name": "ltime", "type": "Identifier", "value": "time" @@ -29376,14 +30627,14 @@ "comment": "", "meta": { "range": [ - 148285, - 148293 + 154425, + 154433 ], "filename": "astronomy.js", - "lineno": 3263, + "lineno": 3393, "columnno": 13, "code": { - "id": "astnode100016048", + "id": "astnode100017063", "name": "iter", "type": "Literal", "value": 0 @@ -29401,14 +30652,14 @@ "comment": "", "meta": { "range": [ - 148324, - 148352 + 154464, + 154492 ], "filename": "astronomy.js", - "lineno": 3264, + "lineno": 3394, "columnno": 8, "code": { - "id": "astnode100016058", + "id": "astnode100017073", "name": "h", "type": "CallExpression", "funcscope": "GeoVector", @@ -29427,14 +30678,14 @@ "comment": "", "meta": { "range": [ - 149262, - 149297 + 155402, + 155437 ], "filename": "astronomy.js", - "lineno": 3279, + "lineno": 3409, "columnno": 12, "code": { - "id": "astnode100016068", + "id": "astnode100017083", "name": "earth", "type": "CallExpression", "funcscope": "GeoVector", @@ -29453,14 +30704,14 @@ "comment": "", "meta": { "range": [ - 149464, - 149498 + 155604, + 155638 ], "filename": "astronomy.js", - "lineno": 3284, + "lineno": 3414, "columnno": 16, "code": { - "id": "astnode100016082", + "id": "astnode100017097", "name": "earth", "type": "CallExpression", "funcscope": "GeoVector", @@ -29479,14 +30730,14 @@ "comment": "", "meta": { "range": [ - 149532, - 149599 + 155672, + 155739 ], "filename": "astronomy.js", - "lineno": 3287, + "lineno": 3417, "columnno": 8, "code": { - "id": "astnode100016091", + "id": "astnode100017106", "name": "geo", "type": "NewExpression", "funcscope": "GeoVector", @@ -29505,14 +30756,14 @@ "comment": "", "meta": { "range": [ - 149613, - 149667 + 155753, + 155807 ], "filename": "astronomy.js", - "lineno": 3288, + "lineno": 3418, "columnno": 12, "code": { - "id": "astnode100016118", + "id": "astnode100017133", "name": "ltime2", "type": "CallExpression", "value": "" @@ -29530,14 +30781,14 @@ "comment": "", "meta": { "range": [ - 149677, - 149712 + 155817, + 155852 ], "filename": "astronomy.js", - "lineno": 3289, + "lineno": 3419, "columnno": 8, "code": { - "id": "astnode100016134", + "id": "astnode100017149", "name": "dt", "type": "CallExpression", "funcscope": "GeoVector", @@ -29556,14 +30807,14 @@ "comment": "", "meta": { "range": [ - 149771, - 149785 + 155911, + 155925 ], "filename": "astronomy.js", - "lineno": 3292, + "lineno": 3422, "columnno": 8, "code": { - "id": "astnode100016154", + "id": "astnode100017169", "name": "ltime", "type": "Identifier", "funcscope": "GeoVector", @@ -29582,14 +30833,14 @@ "comment": "", "meta": { "range": [ - 149860, - 149889 + 156000, + 156029 ], "filename": "astronomy.js", - "lineno": 3296, + "lineno": 3426, "columnno": 0, "code": { - "id": "astnode100016163", + "id": "astnode100017178", "name": "exports.GeoVector", "type": "Identifier", "value": "GeoVector", @@ -29606,14 +30857,14 @@ "comment": "", "meta": { "range": [ - 149891, - 150028 + 156031, + 156168 ], "filename": "astronomy.js", - "lineno": 3297, + "lineno": 3427, "columnno": 0, "code": { - "id": "astnode100016168", + "id": "astnode100017183", "name": "ExportState", "type": "FunctionDeclaration", "paramnames": [ @@ -29633,14 +30884,14 @@ "comment": "/**\n * @brief Calculates barycentric position and velocity vectors for the given body.\n *\n * Given a body and a time, calculates the barycentric position and velocity\n * vectors for the center of that body at that time.\n * The vectors are expressed in equatorial J2000 coordinates (EQJ).\n *\n * @param {Body} body\n * The celestial body whose barycentric state vector is to be calculated.\n * Supported values are `Body.Sun`, `Body.SSB`, and all planets except Pluto:\n * `Body.Mercury`, `Body.Venus`, `Body.Earth`, `Body.Mars`, `Body.Jupiter`,\n * `Body.Saturn`, `Body.Uranus`, `Body.Neptune`.\n * @param {FlexibleDateTime} date\n * The date and time for which to calculate position and velocity.\n * @returns {StateVector}\n * An object that contains barycentric position and velocity vectors.\n */", "meta": { "range": [ - 150851, - 152369 + 156991, + 158509 ], "filename": "astronomy.js", - "lineno": 3317, + "lineno": 3447, "columnno": 0, "code": { - "id": "astnode100016207", + "id": "astnode100017222", "name": "BaryState", "type": "FunctionDeclaration", "paramnames": [ @@ -29701,14 +30952,14 @@ "comment": "", "meta": { "range": [ - 150894, - 150915 + 157034, + 157055 ], "filename": "astronomy.js", - "lineno": 3318, + "lineno": 3448, "columnno": 10, "code": { - "id": "astnode100016213", + "id": "astnode100017228", "name": "time", "type": "CallExpression", "value": "" @@ -29726,14 +30977,14 @@ "comment": "", "meta": { "range": [ - 151201, - 151235 + 157341, + 157375 ], "filename": "astronomy.js", - "lineno": 3325, + "lineno": 3455, "columnno": 10, "code": { - "id": "astnode100016236", + "id": "astnode100017251", "name": "bary", "type": "NewExpression", "value": "" @@ -29751,14 +31002,14 @@ "comment": "", "meta": { "range": [ - 151994, - 152038 + 158134, + 158178 ], "filename": "astronomy.js", - "lineno": 3339, + "lineno": 3469, "columnno": 14, "code": { - "id": "astnode100016306", + "id": "astnode100017321", "name": "planet", "type": "CallExpression", "value": "" @@ -29776,14 +31027,14 @@ "comment": "", "meta": { "range": [ - 152370, - 152399 + 158510, + 158539 ], "filename": "astronomy.js", - "lineno": 3345, + "lineno": 3475, "columnno": 0, "code": { - "id": "astnode100016404", + "id": "astnode100017419", "name": "exports.BaryState", "type": "Identifier", "value": "BaryState", @@ -29800,14 +31051,14 @@ "comment": "", "meta": { "range": [ - 152401, - 153428 + 158541, + 159568 ], "filename": "astronomy.js", - "lineno": 3346, + "lineno": 3476, "columnno": 0, "code": { - "id": "astnode100016409", + "id": "astnode100017424", "name": "QuadInterp", "type": "FunctionDeclaration", "paramnames": [ @@ -29842,14 +31093,14 @@ "comment": "", "meta": { "range": [ - 152451, - 152473 + 158591, + 158613 ], "filename": "astronomy.js", - "lineno": 3347, + "lineno": 3477, "columnno": 8, "code": { - "id": "astnode100016418", + "id": "astnode100017433", "name": "Q", "type": "BinaryExpression", "value": "" @@ -29867,14 +31118,14 @@ "comment": "", "meta": { "range": [ - 152483, - 152500 + 158623, + 158640 ], "filename": "astronomy.js", - "lineno": 3348, + "lineno": 3478, "columnno": 8, "code": { - "id": "astnode100016428", + "id": "astnode100017443", "name": "R", "type": "BinaryExpression", "value": "" @@ -29892,14 +31143,14 @@ "comment": "", "meta": { "range": [ - 152510, - 152516 + 158650, + 158656 ], "filename": "astronomy.js", - "lineno": 3349, + "lineno": 3479, "columnno": 8, "code": { - "id": "astnode100016436", + "id": "astnode100017451", "name": "S", "type": "Identifier", "value": "fm" @@ -29917,14 +31168,14 @@ "comment": "", "meta": { "range": [ - 152526, - 152527 + 158666, + 158667 ], "filename": "astronomy.js", - "lineno": 3350, + "lineno": 3480, "columnno": 8, "code": { - "id": "astnode100016440", + "id": "astnode100017455", "name": "x" } }, @@ -29940,14 +31191,14 @@ "comment": "", "meta": { "range": [ - 152720, - 152730 + 158860, + 158870 ], "filename": "astronomy.js", - "lineno": 3357, + "lineno": 3487, "columnno": 8, "code": { - "id": "astnode100016455", + "id": "astnode100017470", "name": "x", "type": "BinaryExpression", "funcscope": "QuadInterp", @@ -29966,14 +31217,14 @@ "comment": "", "meta": { "range": [ - 152888, - 152909 + 159028, + 159049 ], "filename": "astronomy.js", - "lineno": 3363, + "lineno": 3493, "columnno": 12, "code": { - "id": "astnode100016475", + "id": "astnode100017490", "name": "u", "type": "BinaryExpression", "value": "" @@ -29991,14 +31242,14 @@ "comment": "", "meta": { "range": [ - 152968, - 152985 + 159108, + 159125 ], "filename": "astronomy.js", - "lineno": 3366, + "lineno": 3496, "columnno": 12, "code": { - "id": "astnode100016493", + "id": "astnode100017508", "name": "ru", "type": "CallExpression", "value": "" @@ -30016,14 +31267,14 @@ "comment": "", "meta": { "range": [ - 152999, - 153023 + 159139, + 159163 ], "filename": "astronomy.js", - "lineno": 3367, + "lineno": 3497, "columnno": 12, "code": { - "id": "astnode100016501", + "id": "astnode100017516", "name": "x1", "type": "BinaryExpression", "value": "" @@ -30041,14 +31292,14 @@ "comment": "", "meta": { "range": [ - 153037, - 153061 + 159177, + 159201 ], "filename": "astronomy.js", - "lineno": 3368, + "lineno": 3498, "columnno": 12, "code": { - "id": "astnode100016512", + "id": "astnode100017527", "name": "x2", "type": "BinaryExpression", "value": "" @@ -30066,14 +31317,14 @@ "comment": "", "meta": { "range": [ - 153178, - 153184 + 159318, + 159324 ], "filename": "astronomy.js", - "lineno": 3372, + "lineno": 3502, "columnno": 12, "code": { - "id": "astnode100016546", + "id": "astnode100017561", "name": "x", "type": "Identifier", "funcscope": "QuadInterp", @@ -30092,14 +31343,14 @@ "comment": "", "meta": { "range": [ - 153249, - 153255 + 159389, + 159395 ], "filename": "astronomy.js", - "lineno": 3375, + "lineno": 3505, "columnno": 12, "code": { - "id": "astnode100016561", + "id": "astnode100017576", "name": "x", "type": "Identifier", "funcscope": "QuadInterp", @@ -30118,14 +31369,14 @@ "comment": "", "meta": { "range": [ - 153331, - 153346 + 159471, + 159486 ], "filename": "astronomy.js", - "lineno": 3381, + "lineno": 3511, "columnno": 8, "code": { - "id": "astnode100016568", + "id": "astnode100017583", "name": "t", "type": "BinaryExpression", "value": "" @@ -30143,14 +31394,14 @@ "comment": "", "meta": { "range": [ - 153356, - 153384 + 159496, + 159524 ], "filename": "astronomy.js", - "lineno": 3382, + "lineno": 3512, "columnno": 8, "code": { - "id": "astnode100016576", + "id": "astnode100017591", "name": "df_dt", "type": "BinaryExpression", "value": "" @@ -30168,14 +31419,14 @@ "comment": "", "meta": { "range": [ - 153399, - 153403 + 159539, + 159543 ], "filename": "astronomy.js", - "lineno": 3383, + "lineno": 3513, "columnno": 13, "code": { - "id": "astnode100016589", + "id": "astnode100017604", "name": "x", "type": "Identifier", "value": "x" @@ -30191,14 +31442,14 @@ "comment": "", "meta": { "range": [ - 153405, - 153409 + 159545, + 159549 ], "filename": "astronomy.js", - "lineno": 3383, + "lineno": 3513, "columnno": 19, "code": { - "id": "astnode100016591", + "id": "astnode100017606", "name": "t", "type": "Identifier", "value": "t" @@ -30214,14 +31465,14 @@ "comment": "", "meta": { "range": [ - 153411, - 153423 + 159551, + 159563 ], "filename": "astronomy.js", - "lineno": 3383, + "lineno": 3513, "columnno": 25, "code": { - "id": "astnode100016593", + "id": "astnode100017608", "name": "df_dt", "type": "Identifier", "value": "df_dt" @@ -30237,7 +31488,7 @@ "comment": "/**\n * @brief Options for the {@link Search} function.\n *\n * @typedef {object} SearchOptions\n *\n * @property {number | undefined} dt_tolerance_seconds\n * The number of seconds for a time window smaller than which the search\n * is considered successful. Using too large a tolerance can result in\n * an inaccurate time estimate. Using too small a tolerance can cause\n * excessive computation, or can even cause the search to fail because of\n * limited floating-point resolution. Defaults to 1 second.\n *\n * @property {number | undefined} init_f1\n * As an optimization, if the caller of {@link Search}\n * has already calculated the value of the function being searched (the parameter `func`)\n * at the time coordinate `t1`, it can pass in that value as `init_f1`.\n * For very expensive calculations, this can measurably improve performance.\n *\n * @property {number | undefined} init_f2\n * The same as `init_f1`, except this is the optional initial value of `func(t2)`\n * instead of `func(t1)`.\n *\n * @property {number | undefined} iter_limit\n */", "meta": { "filename": "astronomy.js", - "lineno": 3385, + "lineno": 3515, "columnno": 0, "code": {} }, @@ -30304,14 +31555,14 @@ "comment": "/**\n * @brief Finds the time when a function ascends through zero.\n *\n * Search for next time t (such that t is between `t1` and `t2`)\n * that `func(t)` crosses from a negative value to a non-negative value.\n * The given function must have \"smooth\" behavior over the entire inclusive range [`t1`, `t2`],\n * meaning that it behaves like a continuous differentiable function.\n * It is not required that `t1` < `t2`; `t1` > `t2`\n * allows searching backward in time.\n * Note: `t1` and `t2` must be chosen such that there is no possibility\n * of more than one zero-crossing (ascending or descending), or it is possible\n * that the \"wrong\" event will be found (i.e. not the first event after t1)\n * or even that the function will return `null`, indicating that no event was found.\n *\n * @param {function(AstroTime): number} func\n * The function to find an ascending zero crossing for.\n * The function must accept a single parameter of type {@link AstroTime}\n * and return a numeric value.\n *\n * @param {AstroTime} t1\n * The lower time bound of a search window.\n *\n * @param {AstroTime} t2\n * The upper time bound of a search window.\n *\n * @param {SearchOptions | undefined} options\n * Options that can tune the behavior of the search.\n * Most callers can omit this argument.\n *\n * @returns {AstroTime | null}\n * If the search is successful, returns the date and time of the solution.\n * If the search fails, returns `null`.\n */", "meta": { "range": [ - 156018, - 159010 + 162158, + 165150 ], "filename": "astronomy.js", - "lineno": 3442, + "lineno": 3572, "columnno": 0, "code": { - "id": "astnode100016595", + "id": "astnode100017610", "name": "Search", "type": "FunctionDeclaration", "paramnames": [ @@ -30411,14 +31662,14 @@ "comment": "", "meta": { "range": [ - 156066, - 156149 + 162206, + 162289 ], "filename": "astronomy.js", - "lineno": 3443, + "lineno": 3573, "columnno": 10, "code": { - "id": "astnode100016603", + "id": "astnode100017618", "name": "dt_tolerance_seconds", "type": "CallExpression", "value": "" @@ -30436,14 +31687,14 @@ "comment": "", "meta": { "range": [ - 156161, - 156219 + 162301, + 162359 ], "filename": "astronomy.js", - "lineno": 3444, + "lineno": 3574, "columnno": 10, "code": { - "id": "astnode100016615", + "id": "astnode100017630", "name": "dt_days", "type": "CallExpression", "value": "" @@ -30461,14 +31712,14 @@ "comment": "", "meta": { "range": [ - 156229, - 156271 + 162369, + 162411 ], "filename": "astronomy.js", - "lineno": 3445, + "lineno": 3575, "columnno": 8, "code": { - "id": "astnode100016625", + "id": "astnode100017640", "name": "f1", "type": "LogicalExpression", "value": "" @@ -30486,14 +31737,14 @@ "comment": "", "meta": { "range": [ - 156281, - 156323 + 162421, + 162463 ], "filename": "astronomy.js", - "lineno": 3446, + "lineno": 3576, "columnno": 8, "code": { - "id": "astnode100016637", + "id": "astnode100017652", "name": "f2", "type": "LogicalExpression", "value": "" @@ -30511,14 +31762,14 @@ "comment": "", "meta": { "range": [ - 156333, - 156343 + 162473, + 162483 ], "filename": "astronomy.js", - "lineno": 3447, + "lineno": 3577, "columnno": 8, "code": { - "id": "astnode100016649", + "id": "astnode100017664", "name": "fmid", "type": "Identifier", "value": "NaN" @@ -30536,14 +31787,14 @@ "comment": "", "meta": { "range": [ - 156353, - 156361 + 162493, + 162501 ], "filename": "astronomy.js", - "lineno": 3448, + "lineno": 3578, "columnno": 8, "code": { - "id": "astnode100016653", + "id": "astnode100017668", "name": "iter", "type": "Literal", "value": 0 @@ -30561,14 +31812,14 @@ "comment": "", "meta": { "range": [ - 156371, - 156421 + 162511, + 162561 ], "filename": "astronomy.js", - "lineno": 3449, + "lineno": 3579, "columnno": 8, "code": { - "id": "astnode100016657", + "id": "astnode100017672", "name": "iter_limit", "type": "LogicalExpression", "value": "" @@ -30586,14 +31837,14 @@ "comment": "", "meta": { "range": [ - 156431, - 156447 + 162571, + 162587 ], "filename": "astronomy.js", - "lineno": 3450, + "lineno": 3580, "columnno": 8, "code": { - "id": "astnode100016667", + "id": "astnode100017682", "name": "calc_fmid", "type": "Literal", "value": true @@ -30611,14 +31862,14 @@ "comment": "", "meta": { "range": [ - 156566, - 156601 + 162706, + 162741 ], "filename": "astronomy.js", - "lineno": 3454, + "lineno": 3584, "columnno": 12, "code": { - "id": "astnode100016682", + "id": "astnode100017697", "name": "tmid", "type": "CallExpression", "value": "" @@ -30636,14 +31887,14 @@ "comment": "", "meta": { "range": [ - 156615, - 156635 + 162755, + 162775 ], "filename": "astronomy.js", - "lineno": 3455, + "lineno": 3585, "columnno": 12, "code": { - "id": "astnode100016690", + "id": "astnode100017705", "name": "dt", "type": "BinaryExpression", "value": "" @@ -30661,14 +31912,14 @@ "comment": "", "meta": { "range": [ - 156813, - 156827 + 162953, + 162967 ], "filename": "astronomy.js", - "lineno": 3461, + "lineno": 3591, "columnno": 12, "code": { - "id": "astnode100016713", + "id": "astnode100017728", "name": "fmid", "type": "CallExpression", "funcscope": "Search", @@ -30687,14 +31938,14 @@ "comment": "", "meta": { "range": [ - 156854, - 156870 + 162994, + 163010 ], "filename": "astronomy.js", - "lineno": 3463, + "lineno": 3593, "columnno": 12, "code": { - "id": "astnode100016719", + "id": "astnode100017734", "name": "calc_fmid", "type": "Literal", "funcscope": "Search", @@ -30713,14 +31964,14 @@ "comment": "", "meta": { "range": [ - 157114, - 157168 + 163254, + 163308 ], "filename": "astronomy.js", - "lineno": 3467, + "lineno": 3597, "columnno": 12, "code": { - "id": "astnode100016723", + "id": "astnode100017738", "name": "q", "type": "CallExpression", "value": "" @@ -30738,14 +31989,14 @@ "comment": "", "meta": { "range": [ - 157320, - 157338 + 163460, + 163478 ], "filename": "astronomy.js", - "lineno": 3471, + "lineno": 3601, "columnno": 16, "code": { - "id": "astnode100016744", + "id": "astnode100017759", "name": "tq", "type": "CallExpression", "value": "" @@ -30763,14 +32014,14 @@ "comment": "", "meta": { "range": [ - 157356, - 157366 + 163496, + 163506 ], "filename": "astronomy.js", - "lineno": 3472, + "lineno": 3602, "columnno": 16, "code": { - "id": "astnode100016752", + "id": "astnode100017767", "name": "fq", "type": "CallExpression", "value": "" @@ -30788,14 +32039,14 @@ "comment": "", "meta": { "range": [ - 157705, - 157744 + 163845, + 163884 ], "filename": "astronomy.js", - "lineno": 3479, + "lineno": 3609, "columnno": 20, "code": { - "id": "astnode100016780", + "id": "astnode100017795", "name": "dt_guess", "type": "BinaryExpression", "value": "" @@ -30813,14 +32064,14 @@ "comment": "", "meta": { "range": [ - 157812, - 157841 + 163952, + 163981 ], "filename": "astronomy.js", - "lineno": 3481, + "lineno": 3611, "columnno": 24, "code": { - "id": "astnode100016801", + "id": "astnode100017816", "name": "tleft", "type": "CallExpression", "value": "" @@ -30838,14 +32089,14 @@ "comment": "", "meta": { "range": [ - 157867, - 157897 + 164007, + 164037 ], "filename": "astronomy.js", - "lineno": 3482, + "lineno": 3612, "columnno": 24, "code": { - "id": "astnode100016810", + "id": "astnode100017825", "name": "tright", "type": "CallExpression", "value": "" @@ -30863,14 +32114,14 @@ "comment": "", "meta": { "range": [ - 158079, - 158095 + 164219, + 164235 ], "filename": "astronomy.js", - "lineno": 3485, + "lineno": 3615, "columnno": 32, "code": { - "id": "astnode100016857", + "id": "astnode100017872", "name": "fleft", "type": "CallExpression", "value": "" @@ -30888,14 +32139,14 @@ "comment": "", "meta": { "range": [ - 158129, - 158147 + 164269, + 164287 ], "filename": "astronomy.js", - "lineno": 3486, + "lineno": 3616, "columnno": 32, "code": { - "id": "astnode100016863", + "id": "astnode100017878", "name": "fright", "type": "CallExpression", "value": "" @@ -30913,14 +32164,14 @@ "comment": "", "meta": { "range": [ - 158241, - 158251 + 164381, + 164391 ], "filename": "astronomy.js", - "lineno": 3488, + "lineno": 3618, "columnno": 32, "code": { - "id": "astnode100016878", + "id": "astnode100017893", "name": "f1", "type": "Identifier", "funcscope": "Search", @@ -30939,14 +32190,14 @@ "comment": "", "meta": { "range": [ - 158285, - 158296 + 164425, + 164436 ], "filename": "astronomy.js", - "lineno": 3489, + "lineno": 3619, "columnno": 32, "code": { - "id": "astnode100016882", + "id": "astnode100017897", "name": "f2", "type": "Identifier", "funcscope": "Search", @@ -30965,14 +32216,14 @@ "comment": "", "meta": { "range": [ - 158330, - 158340 + 164470, + 164480 ], "filename": "astronomy.js", - "lineno": 3490, + "lineno": 3620, "columnno": 32, "code": { - "id": "astnode100016886", + "id": "astnode100017901", "name": "t1", "type": "Identifier", "funcscope": "Search", @@ -30991,14 +32242,14 @@ "comment": "", "meta": { "range": [ - 158374, - 158385 + 164514, + 164525 ], "filename": "astronomy.js", - "lineno": 3491, + "lineno": 3621, "columnno": 32, "code": { - "id": "astnode100016890", + "id": "astnode100017905", "name": "t2", "type": "Identifier", "funcscope": "Search", @@ -31017,14 +32268,14 @@ "comment": "", "meta": { "range": [ - 158419, - 158428 + 164559, + 164568 ], "filename": "astronomy.js", - "lineno": 3492, + "lineno": 3622, "columnno": 32, "code": { - "id": "astnode100016894", + "id": "astnode100017909", "name": "fmid", "type": "Identifier", "funcscope": "Search", @@ -31043,14 +32294,14 @@ "comment": "", "meta": { "range": [ - 158462, - 158479 + 164602, + 164619 ], "filename": "astronomy.js", - "lineno": 3493, + "lineno": 3623, "columnno": 32, "code": { - "id": "astnode100016898", + "id": "astnode100017913", "name": "calc_fmid", "type": "Literal", "funcscope": "Search", @@ -31069,14 +32320,14 @@ "comment": "", "meta": { "range": [ - 158690, - 158699 + 164830, + 164839 ], "filename": "astronomy.js", - "lineno": 3502, + "lineno": 3632, "columnno": 12, "code": { - "id": "astnode100016912", + "id": "astnode100017927", "name": "t2", "type": "Identifier", "funcscope": "Search", @@ -31095,14 +32346,14 @@ "comment": "", "meta": { "range": [ - 158713, - 158722 + 164853, + 164862 ], "filename": "astronomy.js", - "lineno": 3503, + "lineno": 3633, "columnno": 12, "code": { - "id": "astnode100016916", + "id": "astnode100017931", "name": "f2", "type": "Identifier", "funcscope": "Search", @@ -31121,14 +32372,14 @@ "comment": "", "meta": { "range": [ - 158803, - 158812 + 164943, + 164952 ], "filename": "astronomy.js", - "lineno": 3507, + "lineno": 3637, "columnno": 12, "code": { - "id": "astnode100016930", + "id": "astnode100017945", "name": "t1", "type": "Identifier", "funcscope": "Search", @@ -31147,14 +32398,14 @@ "comment": "", "meta": { "range": [ - 158826, - 158835 + 164966, + 164975 ], "filename": "astronomy.js", - "lineno": 3508, + "lineno": 3638, "columnno": 12, "code": { - "id": "astnode100016934", + "id": "astnode100017949", "name": "f1", "type": "Identifier", "funcscope": "Search", @@ -31173,14 +32424,14 @@ "comment": "", "meta": { "range": [ - 159011, - 159034 + 165151, + 165174 ], "filename": "astronomy.js", - "lineno": 3516, + "lineno": 3646, "columnno": 0, "code": { - "id": "astnode100016941", + "id": "astnode100017956", "name": "exports.Search", "type": "Identifier", "value": "Search", @@ -31197,14 +32448,14 @@ "comment": "", "meta": { "range": [ - 159036, - 159210 + 165176, + 165350 ], "filename": "astronomy.js", - "lineno": 3517, + "lineno": 3647, "columnno": 0, "code": { - "id": "astnode100016946", + "id": "astnode100017961", "name": "LongitudeOffset", "type": "FunctionDeclaration", "paramnames": [ @@ -31226,14 +32477,14 @@ "comment": "", "meta": { "range": [ - 159077, - 159090 + 165217, + 165230 ], "filename": "astronomy.js", - "lineno": 3518, + "lineno": 3648, "columnno": 8, "code": { - "id": "astnode100016951", + "id": "astnode100017966", "name": "offset", "type": "Identifier", "value": "diff" @@ -31251,14 +32502,14 @@ "comment": "", "meta": { "range": [ - 159127, - 159140 + 165267, + 165280 ], "filename": "astronomy.js", - "lineno": 3520, + "lineno": 3650, "columnno": 8, "code": { - "id": "astnode100016960", + "id": "astnode100017975", "name": "offset", "type": "Literal", "funcscope": "LongitudeOffset", @@ -31277,14 +32528,14 @@ "comment": "", "meta": { "range": [ - 159175, - 159188 + 165315, + 165328 ], "filename": "astronomy.js", - "lineno": 3522, + "lineno": 3652, "columnno": 8, "code": { - "id": "astnode100016968", + "id": "astnode100017983", "name": "offset", "type": "Literal", "funcscope": "LongitudeOffset", @@ -31303,14 +32554,14 @@ "comment": "", "meta": { "range": [ - 159211, - 159346 + 165351, + 165486 ], "filename": "astronomy.js", - "lineno": 3525, + "lineno": 3655, "columnno": 0, "code": { - "id": "astnode100016973", + "id": "astnode100017988", "name": "NormalizeLongitude", "type": "FunctionDeclaration", "paramnames": [ @@ -31332,14 +32583,14 @@ "comment": "", "meta": { "range": [ - 159274, - 159284 + 165414, + 165424 ], "filename": "astronomy.js", - "lineno": 3527, + "lineno": 3657, "columnno": 8, "code": { - "id": "astnode100016982", + "id": "astnode100017997", "name": "lon", "type": "Literal", "funcscope": "NormalizeLongitude", @@ -31358,14 +32609,14 @@ "comment": "", "meta": { "range": [ - 159317, - 159327 + 165457, + 165467 ], "filename": "astronomy.js", - "lineno": 3529, + "lineno": 3659, "columnno": 8, "code": { - "id": "astnode100016990", + "id": "astnode100018005", "name": "lon", "type": "Literal", "funcscope": "NormalizeLongitude", @@ -31384,14 +32635,14 @@ "comment": "/**\n * @brief Searches for when the Sun reaches a given ecliptic longitude.\n *\n * Searches for the moment in time when the center of the Sun reaches a given apparent\n * ecliptic longitude, as seen from the center of the Earth, within a given range of dates.\n * This function can be used to determine equinoxes and solstices.\n * However, it is usually more convenient and efficient to call {@link Seasons}\n * to calculate equinoxes and solstices for a given calendar year.\n * `SearchSunLongitude` is more general in that it allows searching for arbitrary longitude values.\n *\n * @param {number} targetLon\n * The desired ecliptic longitude of date in degrees.\n * This may be any value in the range [0, 360), although certain\n * values have conventional meanings:\n *\n * When `targetLon` is 0, finds the March equinox,\n * which is the moment spring begins in the northern hemisphere\n * and the beginning of autumn in the southern hemisphere.\n *\n * When `targetLon` is 180, finds the September equinox,\n * which is the moment autumn begins in the northern hemisphere and\n * spring begins in the southern hemisphere.\n *\n * When `targetLon` is 90, finds the northern solstice, which is the\n * moment summer begins in the northern hemisphere and winter\n * begins in the southern hemisphere.\n *\n * When `targetLon` is 270, finds the southern solstice, which is the\n * moment winter begins in the northern hemisphere and summer\n * begins in the southern hemisphere.\n *\n * @param {FlexibleDateTime} dateStart\n * A date and time known to be earlier than the desired longitude event.\n *\n * @param {number} limitDays\n * A floating point number of days, which when added to `dateStart`,\n * yields a date and time known to be after the desired longitude event.\n *\n * @returns {AstroTime | null}\n * The date and time when the Sun reaches the apparent ecliptic longitude `targetLon`\n * within the range of times specified by `dateStart` and `limitDays`.\n * If the Sun does not reach the target longitude within the specified time range, or the\n * time range is excessively wide, the return value is `null`.\n * To avoid a `null` return value, the caller must pick a time window around\n * the event that is within a few days but not so small that the event might fall outside the window.\n */", "meta": { "range": [ - 161739, - 162093 + 167879, + 168233 ], "filename": "astronomy.js", - "lineno": 3578, + "lineno": 3708, "columnno": 0, "code": { - "id": "astnode100016995", + "id": "astnode100018010", "name": "SearchSunLongitude", "type": "FunctionDeclaration", "paramnames": [ @@ -31463,14 +32714,14 @@ "comment": "", "meta": { "range": [ - 161806, - 161924 + 167946, + 168064 ], "filename": "astronomy.js", - "lineno": 3579, + "lineno": 3709, "columnno": 4, "code": { - "id": "astnode100017001", + "id": "astnode100018016", "name": "sun_offset", "type": "FunctionDeclaration", "paramnames": [ @@ -31493,14 +32744,14 @@ "comment": "", "meta": { "range": [ - 161843, - 161863 + 167983, + 168003 ], "filename": "astronomy.js", - "lineno": 3580, + "lineno": 3710, "columnno": 12, "code": { - "id": "astnode100017006", + "id": "astnode100018021", "name": "pos", "type": "CallExpression", "value": "" @@ -31518,14 +32769,14 @@ "comment": "", "meta": { "range": [ - 161991, - 162015 + 168131, + 168155 ], "filename": "astronomy.js", - "lineno": 3585, + "lineno": 3715, "columnno": 8, "code": { - "id": "astnode100017028", + "id": "astnode100018043", "name": "t1", "type": "CallExpression", "value": "" @@ -31543,14 +32794,14 @@ "comment": "", "meta": { "range": [ - 162025, - 162051 + 168165, + 168191 ], "filename": "astronomy.js", - "lineno": 3586, + "lineno": 3716, "columnno": 8, "code": { - "id": "astnode100017034", + "id": "astnode100018049", "name": "t2", "type": "CallExpression", "value": "" @@ -31568,14 +32819,14 @@ "comment": "", "meta": { "range": [ - 162094, - 162141 + 168234, + 168281 ], "filename": "astronomy.js", - "lineno": 3589, + "lineno": 3719, "columnno": 0, "code": { - "id": "astnode100017048", + "id": "astnode100018063", "name": "exports.SearchSunLongitude", "type": "Identifier", "value": "SearchSunLongitude", @@ -31592,14 +32843,14 @@ "comment": "/**\n * @brief Returns one body's ecliptic longitude with respect to another, as seen from the Earth.\n *\n * This function determines where one body appears around the ecliptic plane\n * (the plane of the Earth's orbit around the Sun) as seen from the Earth,\n * relative to the another body's apparent position.\n * The function returns an angle in the half-open range [0, 360) degrees.\n * The value is the ecliptic longitude of `body1` relative to the ecliptic\n * longitude of `body2`.\n *\n * The angle is 0 when the two bodies are at the same ecliptic longitude\n * as seen from the Earth. The angle increases in the prograde direction\n * (the direction that the planets orbit the Sun and the Moon orbits the Earth).\n *\n * When the angle is 180 degrees, it means the two bodies appear on opposite sides\n * of the sky for an Earthly observer.\n *\n * Neither `body1` nor `body2` is allowed to be `Body.Earth`.\n * If this happens, the function throws an exception.\n *\n * @param {Body} body1\n * The first body, whose longitude is to be found relative to the second body.\n *\n * @param {Body} body2\n * The second body, relative to which the longitude of the first body is to be found.\n *\n * @param {FlexibleDateTime} date\n * The date and time of the observation.\n *\n * @returns {number}\n * An angle in the range [0, 360), expressed in degrees.\n */", "meta": { "range": [ - 163500, - 163943 + 169640, + 170083 ], "filename": "astronomy.js", - "lineno": 3622, + "lineno": 3752, "columnno": 0, "code": { - "id": "astnode100017053", + "id": "astnode100018068", "name": "PairLongitude", "type": "FunctionDeclaration", "paramnames": [ @@ -31672,14 +32923,14 @@ "comment": "", "meta": { "range": [ - 163683, - 163704 + 169823, + 169844 ], "filename": "astronomy.js", - "lineno": 3625, + "lineno": 3755, "columnno": 10, "code": { - "id": "astnode100017074", + "id": "astnode100018089", "name": "time", "type": "CallExpression", "value": "" @@ -31697,14 +32948,14 @@ "comment": "", "meta": { "range": [ - 163716, - 163755 + 169856, + 169895 ], "filename": "astronomy.js", - "lineno": 3626, + "lineno": 3756, "columnno": 10, "code": { - "id": "astnode100017080", + "id": "astnode100018095", "name": "vector1", "type": "CallExpression", "value": "" @@ -31722,14 +32973,14 @@ "comment": "", "meta": { "range": [ - 163767, - 163793 + 169907, + 169933 ], "filename": "astronomy.js", - "lineno": 3627, + "lineno": 3757, "columnno": 10, "code": { - "id": "astnode100017088", + "id": "astnode100018103", "name": "eclip1", "type": "CallExpression", "value": "" @@ -31747,14 +32998,14 @@ "comment": "", "meta": { "range": [ - 163805, - 163844 + 169945, + 169984 ], "filename": "astronomy.js", - "lineno": 3628, + "lineno": 3758, "columnno": 10, "code": { - "id": "astnode100017094", + "id": "astnode100018109", "name": "vector2", "type": "CallExpression", "value": "" @@ -31772,14 +33023,14 @@ "comment": "", "meta": { "range": [ - 163856, - 163882 + 169996, + 170022 ], "filename": "astronomy.js", - "lineno": 3629, + "lineno": 3759, "columnno": 10, "code": { - "id": "astnode100017102", + "id": "astnode100018117", "name": "eclip2", "type": "CallExpression", "value": "" @@ -31797,14 +33048,14 @@ "comment": "", "meta": { "range": [ - 163944, - 163981 + 170084, + 170121 ], "filename": "astronomy.js", - "lineno": 3632, + "lineno": 3762, "columnno": 0, "code": { - "id": "astnode100017118", + "id": "astnode100018133", "name": "exports.PairLongitude", "type": "Identifier", "value": "PairLongitude", @@ -31821,14 +33072,14 @@ "comment": "/**\n * @brief Calculates the angular separation between the Sun and the given body.\n *\n * Returns the full angle seen from\n * the Earth, between the given body and the Sun.\n * Unlike {@link PairLongitude}, this function does not\n * project the body's \"shadow\" onto the ecliptic;\n * the angle is measured in 3D space around the plane that\n * contains the centers of the Earth, the Sun, and `body`.\n *\n * @param {Body} body\n * The name of a supported celestial body other than the Earth.\n *\n * @param {FlexibleDateTime} date\n * The time at which the angle from the Sun is to be found.\n *\n * @returns {number}\n * An angle in degrees in the range [0, 180].\n */", "meta": { "range": [ - 164655, - 164974 + 170795, + 171114 ], "filename": "astronomy.js", - "lineno": 3652, + "lineno": 3782, "columnno": 0, "code": { - "id": "astnode100017123", + "id": "astnode100018138", "name": "AngleFromSun", "type": "FunctionDeclaration", "paramnames": [ @@ -31890,14 +33141,14 @@ "comment": "", "meta": { "range": [ - 164800, - 164821 + 170940, + 170961 ], "filename": "astronomy.js", - "lineno": 3655, + "lineno": 3785, "columnno": 10, "code": { - "id": "astnode100017137", + "id": "astnode100018152", "name": "time", "type": "CallExpression", "value": "" @@ -31915,14 +33166,14 @@ "comment": "", "meta": { "range": [ - 164833, - 164869 + 170973, + 171009 ], "filename": "astronomy.js", - "lineno": 3656, + "lineno": 3786, "columnno": 10, "code": { - "id": "astnode100017143", + "id": "astnode100018158", "name": "sv", "type": "CallExpression", "value": "" @@ -31940,14 +33191,14 @@ "comment": "", "meta": { "range": [ - 164881, - 164913 + 171021, + 171053 ], "filename": "astronomy.js", - "lineno": 3657, + "lineno": 3787, "columnno": 10, "code": { - "id": "astnode100017153", + "id": "astnode100018168", "name": "bv", "type": "CallExpression", "value": "" @@ -31965,14 +33216,14 @@ "comment": "", "meta": { "range": [ - 164925, - 164953 + 171065, + 171093 ], "filename": "astronomy.js", - "lineno": 3658, + "lineno": 3788, "columnno": 10, "code": { - "id": "astnode100017161", + "id": "astnode100018176", "name": "angle", "type": "CallExpression", "value": "" @@ -31990,14 +33241,14 @@ "comment": "", "meta": { "range": [ - 164975, - 165010 + 171115, + 171150 ], "filename": "astronomy.js", - "lineno": 3661, + "lineno": 3791, "columnno": 0, "code": { - "id": "astnode100017170", + "id": "astnode100018185", "name": "exports.AngleFromSun", "type": "Identifier", "value": "AngleFromSun", @@ -32014,14 +33265,14 @@ "comment": "/**\n * @brief Calculates heliocentric ecliptic longitude based on the J2000 equinox.\n *\n * @param {Body} body\n * The name of a celestial body other than the Sun.\n *\n * @param {FlexibleDateTime} date\n * The date and time for which to calculate the ecliptic longitude.\n *\n * @returns {number}\n * The ecliptic longitude angle of the body in degrees measured counterclockwise around the mean\n * plane of the Earth's orbit, as seen from above the Sun's north pole.\n * Ecliptic longitude starts at 0 at the J2000\n * equinox and\n * increases in the same direction the Earth orbits the Sun.\n * The returned value is always in the range [0, 360).\n */", "meta": { "range": [ - 165770, - 166003 + 171910, + 172143 ], "filename": "astronomy.js", - "lineno": 3679, + "lineno": 3809, "columnno": 0, "code": { - "id": "astnode100017175", + "id": "astnode100018190", "name": "EclipticLongitude", "type": "FunctionDeclaration", "paramnames": [ @@ -32081,14 +33332,14 @@ "comment": "", "meta": { "range": [ - 165917, - 165945 + 172057, + 172085 ], "filename": "astronomy.js", - "lineno": 3682, + "lineno": 3812, "columnno": 10, "code": { - "id": "astnode100017189", + "id": "astnode100018204", "name": "hv", "type": "CallExpression", "value": "" @@ -32106,14 +33357,14 @@ "comment": "", "meta": { "range": [ - 165957, - 165977 + 172097, + 172117 ], "filename": "astronomy.js", - "lineno": 3683, + "lineno": 3813, "columnno": 10, "code": { - "id": "astnode100017196", + "id": "astnode100018211", "name": "eclip", "type": "CallExpression", "value": "" @@ -32131,14 +33382,14 @@ "comment": "", "meta": { "range": [ - 166004, - 166049 + 172144, + 172189 ], "filename": "astronomy.js", - "lineno": 3686, + "lineno": 3816, "columnno": 0, "code": { - "id": "astnode100017206", + "id": "astnode100018221", "name": "exports.EclipticLongitude", "type": "Identifier", "value": "EclipticLongitude", @@ -32155,14 +33406,14 @@ "comment": "", "meta": { "range": [ - 166051, - 167345 + 172191, + 173485 ], "filename": "astronomy.js", - "lineno": 3687, + "lineno": 3817, "columnno": 0, "code": { - "id": "astnode100017211", + "id": "astnode100018226", "name": "VisualMagnitude", "type": "FunctionDeclaration", "paramnames": [ @@ -32192,14 +33443,14 @@ "comment": "", "meta": { "range": [ - 166207, - 166209 + 172347, + 172349 ], "filename": "astronomy.js", - "lineno": 3689, + "lineno": 3819, "columnno": 8, "code": { - "id": "astnode100017219", + "id": "astnode100018234", "name": "c0" } }, @@ -32215,14 +33466,14 @@ "comment": "", "meta": { "range": [ - 166211, - 166217 + 172351, + 172357 ], "filename": "astronomy.js", - "lineno": 3689, + "lineno": 3819, "columnno": 12, "code": { - "id": "astnode100017221", + "id": "astnode100018236", "name": "c1", "type": "Literal", "value": 0 @@ -32240,14 +33491,14 @@ "comment": "", "meta": { "range": [ - 166219, - 166225 + 172359, + 172365 ], "filename": "astronomy.js", - "lineno": 3689, + "lineno": 3819, "columnno": 20, "code": { - "id": "astnode100017224", + "id": "astnode100018239", "name": "c2", "type": "Literal", "value": 0 @@ -32265,14 +33516,14 @@ "comment": "", "meta": { "range": [ - 166227, - 166233 + 172367, + 172373 ], "filename": "astronomy.js", - "lineno": 3689, + "lineno": 3819, "columnno": 28, "code": { - "id": "astnode100017227", + "id": "astnode100018242", "name": "c3", "type": "Literal", "value": 0 @@ -32290,14 +33541,14 @@ "comment": "", "meta": { "range": [ - 166294, - 166304 + 172434, + 172444 ], "filename": "astronomy.js", - "lineno": 3692, + "lineno": 3822, "columnno": 12, "code": { - "id": "astnode100017237", + "id": "astnode100018252", "name": "c0", "type": "UnaryExpression", "funcscope": "VisualMagnitude", @@ -32316,14 +33567,14 @@ "comment": "", "meta": { "range": [ - 166318, - 166328 + 172458, + 172468 ], "filename": "astronomy.js", - "lineno": 3693, + "lineno": 3823, "columnno": 12, "code": { - "id": "astnode100017242", + "id": "astnode100018257", "name": "c1", "type": "UnaryExpression", "funcscope": "VisualMagnitude", @@ -32342,14 +33593,14 @@ "comment": "", "meta": { "range": [ - 166342, - 166352 + 172482, + 172492 ], "filename": "astronomy.js", - "lineno": 3694, + "lineno": 3824, "columnno": 12, "code": { - "id": "astnode100017247", + "id": "astnode100018262", "name": "c2", "type": "UnaryExpression", "funcscope": "VisualMagnitude", @@ -32368,14 +33619,14 @@ "comment": "", "meta": { "range": [ - 166366, - 166376 + 172506, + 172516 ], "filename": "astronomy.js", - "lineno": 3695, + "lineno": 3825, "columnno": 12, "code": { - "id": "astnode100017252", + "id": "astnode100018267", "name": "c3", "type": "UnaryExpression", "funcscope": "VisualMagnitude", @@ -32394,14 +33645,14 @@ "comment": "", "meta": { "range": [ - 166471, - 166481 + 172611, + 172621 ], "filename": "astronomy.js", - "lineno": 3699, + "lineno": 3829, "columnno": 16, "code": { - "id": "astnode100017267", + "id": "astnode100018282", "name": "c0", "type": "UnaryExpression", "funcscope": "VisualMagnitude", @@ -32420,14 +33671,14 @@ "comment": "", "meta": { "range": [ - 166499, - 166509 + 172639, + 172649 ], "filename": "astronomy.js", - "lineno": 3700, + "lineno": 3830, "columnno": 16, "code": { - "id": "astnode100017272", + "id": "astnode100018287", "name": "c1", "type": "UnaryExpression", "funcscope": "VisualMagnitude", @@ -32446,14 +33697,14 @@ "comment": "", "meta": { "range": [ - 166527, - 166537 + 172667, + 172677 ], "filename": "astronomy.js", - "lineno": 3701, + "lineno": 3831, "columnno": 16, "code": { - "id": "astnode100017277", + "id": "astnode100018292", "name": "c2", "type": "UnaryExpression", "funcscope": "VisualMagnitude", @@ -32472,14 +33723,14 @@ "comment": "", "meta": { "range": [ - 166555, - 166565 + 172695, + 172705 ], "filename": "astronomy.js", - "lineno": 3702, + "lineno": 3832, "columnno": 16, "code": { - "id": "astnode100017282", + "id": "astnode100018297", "name": "c3", "type": "UnaryExpression", "funcscope": "VisualMagnitude", @@ -32498,14 +33749,14 @@ "comment": "", "meta": { "range": [ - 166616, - 166625 + 172756, + 172765 ], "filename": "astronomy.js", - "lineno": 3705, + "lineno": 3835, "columnno": 16, "code": { - "id": "astnode100017288", + "id": "astnode100018303", "name": "c0", "type": "Literal", "funcscope": "VisualMagnitude", @@ -32524,14 +33775,14 @@ "comment": "", "meta": { "range": [ - 166643, - 166653 + 172783, + 172793 ], "filename": "astronomy.js", - "lineno": 3706, + "lineno": 3836, "columnno": 16, "code": { - "id": "astnode100017292", + "id": "astnode100018307", "name": "c1", "type": "UnaryExpression", "funcscope": "VisualMagnitude", @@ -32550,14 +33801,14 @@ "comment": "", "meta": { "range": [ - 166724, - 166734 + 172864, + 172874 ], "filename": "astronomy.js", - "lineno": 3710, + "lineno": 3840, "columnno": 12, "code": { - "id": "astnode100017302", + "id": "astnode100018317", "name": "c0", "type": "UnaryExpression", "funcscope": "VisualMagnitude", @@ -32576,14 +33827,14 @@ "comment": "", "meta": { "range": [ - 166748, - 166758 + 172888, + 172898 ], "filename": "astronomy.js", - "lineno": 3711, + "lineno": 3841, "columnno": 12, "code": { - "id": "astnode100017307", + "id": "astnode100018322", "name": "c1", "type": "UnaryExpression", "funcscope": "VisualMagnitude", @@ -32602,14 +33853,14 @@ "comment": "", "meta": { "range": [ - 166818, - 166828 + 172958, + 172968 ], "filename": "astronomy.js", - "lineno": 3714, + "lineno": 3844, "columnno": 12, "code": { - "id": "astnode100017317", + "id": "astnode100018332", "name": "c0", "type": "UnaryExpression", "funcscope": "VisualMagnitude", @@ -32628,14 +33879,14 @@ "comment": "", "meta": { "range": [ - 166842, - 166852 + 172982, + 172992 ], "filename": "astronomy.js", - "lineno": 3715, + "lineno": 3845, "columnno": 12, "code": { - "id": "astnode100017322", + "id": "astnode100018337", "name": "c1", "type": "UnaryExpression", "funcscope": "VisualMagnitude", @@ -32654,14 +33905,14 @@ "comment": "", "meta": { "range": [ - 166911, - 166921 + 173051, + 173061 ], "filename": "astronomy.js", - "lineno": 3718, + "lineno": 3848, "columnno": 12, "code": { - "id": "astnode100017332", + "id": "astnode100018347", "name": "c0", "type": "UnaryExpression", "funcscope": "VisualMagnitude", @@ -32680,14 +33931,14 @@ "comment": "", "meta": { "range": [ - 166935, - 166945 + 173075, + 173085 ], "filename": "astronomy.js", - "lineno": 3719, + "lineno": 3849, "columnno": 12, "code": { - "id": "astnode100017337", + "id": "astnode100018352", "name": "c1", "type": "UnaryExpression", "funcscope": "VisualMagnitude", @@ -32706,14 +33957,14 @@ "comment": "", "meta": { "range": [ - 167005, - 167015 + 173145, + 173155 ], "filename": "astronomy.js", - "lineno": 3722, + "lineno": 3852, "columnno": 12, "code": { - "id": "astnode100017347", + "id": "astnode100018362", "name": "c0", "type": "UnaryExpression", "funcscope": "VisualMagnitude", @@ -32732,14 +33983,14 @@ "comment": "", "meta": { "range": [ - 167073, - 167083 + 173213, + 173223 ], "filename": "astronomy.js", - "lineno": 3725, + "lineno": 3855, "columnno": 12, "code": { - "id": "astnode100017357", + "id": "astnode100018372", "name": "c0", "type": "UnaryExpression", "funcscope": "VisualMagnitude", @@ -32758,14 +34009,14 @@ "comment": "", "meta": { "range": [ - 167097, - 167107 + 173237, + 173247 ], "filename": "astronomy.js", - "lineno": 3726, + "lineno": 3856, "columnno": 12, "code": { - "id": "astnode100017362", + "id": "astnode100018377", "name": "c1", "type": "UnaryExpression", "funcscope": "VisualMagnitude", @@ -32784,14 +34035,14 @@ "comment": "", "meta": { "range": [ - 167212, - 167227 + 173352, + 173367 ], "filename": "astronomy.js", - "lineno": 3730, + "lineno": 3860, "columnno": 10, "code": { - "id": "astnode100017374", + "id": "astnode100018389", "name": "x", "type": "BinaryExpression", "value": "" @@ -32809,14 +34060,14 @@ "comment": "", "meta": { "range": [ - 167237, - 167276 + 173377, + 173416 ], "filename": "astronomy.js", - "lineno": 3731, + "lineno": 3861, "columnno": 8, "code": { - "id": "astnode100017380", + "id": "astnode100018395", "name": "mag", "type": "BinaryExpression", "value": "" @@ -32834,14 +34085,14 @@ "comment": "", "meta": { "range": [ - 167282, - 167326 + 173422, + 173466 ], "filename": "astronomy.js", - "lineno": 3732, + "lineno": 3862, "columnno": 4, "code": { - "id": "astnode100017396", + "id": "astnode100018411", "name": "mag", "type": "BinaryExpression", "funcscope": "VisualMagnitude", @@ -32860,14 +34111,14 @@ "comment": "", "meta": { "range": [ - 167346, - 168396 + 173486, + 174536 ], "filename": "astronomy.js", - "lineno": 3735, + "lineno": 3865, "columnno": 0, "code": { - "id": "astnode100017409", + "id": "astnode100018424", "name": "SaturnMagnitude", "type": "FunctionDeclaration", "paramnames": [ @@ -32900,14 +34151,14 @@ "comment": "", "meta": { "range": [ - 167668, - 167688 + 173808, + 173828 ], "filename": "astronomy.js", - "lineno": 3740, + "lineno": 3870, "columnno": 10, "code": { - "id": "astnode100017418", + "id": "astnode100018433", "name": "eclip", "type": "CallExpression", "value": "" @@ -32925,14 +34176,14 @@ "comment": "", "meta": { "range": [ - 167700, - 167728 + 173840, + 173868 ], "filename": "astronomy.js", - "lineno": 3741, + "lineno": 3871, "columnno": 10, "code": { - "id": "astnode100017424", + "id": "astnode100018439", "name": "ir", "type": "BinaryExpression", "value": "" @@ -32950,14 +34201,14 @@ "comment": "", "meta": { "range": [ - 167794, - 167847 + 173934, + 173987 ], "filename": "astronomy.js", - "lineno": 3742, + "lineno": 3872, "columnno": 10, "code": { - "id": "astnode100017432", + "id": "astnode100018447", "name": "Nr", "type": "BinaryExpression", "value": "" @@ -32975,14 +34226,14 @@ "comment": "", "meta": { "range": [ - 167963, - 167997 + 174103, + 174137 ], "filename": "astronomy.js", - "lineno": 3744, + "lineno": 3874, "columnno": 10, "code": { - "id": "astnode100017446", + "id": "astnode100018461", "name": "lat", "type": "BinaryExpression", "value": "" @@ -33000,14 +34251,14 @@ "comment": "", "meta": { "range": [ - 168009, - 168043 + 174149, + 174183 ], "filename": "astronomy.js", - "lineno": 3745, + "lineno": 3875, "columnno": 10, "code": { - "id": "astnode100017456", + "id": "astnode100018471", "name": "lon", "type": "BinaryExpression", "value": "" @@ -33025,14 +34276,14 @@ "comment": "", "meta": { "range": [ - 168055, - 168153 + 174195, + 174293 ], "filename": "astronomy.js", - "lineno": 3746, + "lineno": 3876, "columnno": 10, "code": { - "id": "astnode100017466", + "id": "astnode100018481", "name": "tilt", "type": "CallExpression", "value": "" @@ -33050,14 +34301,14 @@ "comment": "", "meta": { "range": [ - 168165, - 168200 + 174305, + 174340 ], "filename": "astronomy.js", - "lineno": 3747, + "lineno": 3877, "columnno": 10, "code": { - "id": "astnode100017504", + "id": "astnode100018519", "name": "sin_tilt", "type": "CallExpression", "value": "" @@ -33075,14 +34326,14 @@ "comment": "", "meta": { "range": [ - 168210, - 168236 + 174350, + 174376 ], "filename": "astronomy.js", - "lineno": 3748, + "lineno": 3878, "columnno": 8, "code": { - "id": "astnode100017516", + "id": "astnode100018531", "name": "mag", "type": "BinaryExpression", "value": "" @@ -33100,14 +34351,14 @@ "comment": "", "meta": { "range": [ - 168242, - 168283 + 174382, + 174423 ], "filename": "astronomy.js", - "lineno": 3749, + "lineno": 3879, "columnno": 4, "code": { - "id": "astnode100017525", + "id": "astnode100018540", "name": "mag", "type": "BinaryExpression", "funcscope": "SaturnMagnitude", @@ -33126,14 +34377,14 @@ "comment": "", "meta": { "range": [ - 168289, - 168333 + 174429, + 174473 ], "filename": "astronomy.js", - "lineno": 3750, + "lineno": 3880, "columnno": 4, "code": { - "id": "astnode100017536", + "id": "astnode100018551", "name": "mag", "type": "BinaryExpression", "funcscope": "SaturnMagnitude", @@ -33152,14 +34403,14 @@ "comment": "", "meta": { "range": [ - 168348, - 168356 + 174488, + 174496 ], "filename": "astronomy.js", - "lineno": 3751, + "lineno": 3881, "columnno": 13, "code": { - "id": "astnode100017549", + "id": "astnode100018564", "name": "mag", "type": "Identifier", "value": "mag" @@ -33175,14 +34426,14 @@ "comment": "", "meta": { "range": [ - 168358, - 168391 + 174498, + 174531 ], "filename": "astronomy.js", - "lineno": 3751, + "lineno": 3881, "columnno": 23, "code": { - "id": "astnode100017551", + "id": "astnode100018566", "name": "ring_tilt", "type": "BinaryExpression", "value": "" @@ -33198,14 +34449,14 @@ "comment": "", "meta": { "range": [ - 168397, - 168919 + 174537, + 175059 ], "filename": "astronomy.js", - "lineno": 3753, + "lineno": 3883, "columnno": 0, "code": { - "id": "astnode100017557", + "id": "astnode100018572", "name": "MoonMagnitude", "type": "FunctionDeclaration", "paramnames": [ @@ -33234,14 +34485,14 @@ "comment": "", "meta": { "range": [ - 168592, - 168621 + 174732, + 174761 ], "filename": "astronomy.js", - "lineno": 3755, + "lineno": 3885, "columnno": 8, "code": { - "id": "astnode100017564", + "id": "astnode100018579", "name": "rad", "type": "BinaryExpression", "value": "" @@ -33259,14 +34510,14 @@ "comment": "", "meta": { "range": [ - 168631, - 168647 + 174771, + 174787 ], "filename": "astronomy.js", - "lineno": 3756, + "lineno": 3886, "columnno": 8, "code": { - "id": "astnode100017572", + "id": "astnode100018587", "name": "rad2", "type": "BinaryExpression", "value": "" @@ -33284,14 +34535,14 @@ "comment": "", "meta": { "range": [ - 168657, - 168675 + 174797, + 174815 ], "filename": "astronomy.js", - "lineno": 3757, + "lineno": 3887, "columnno": 8, "code": { - "id": "astnode100017578", + "id": "astnode100018593", "name": "rad4", "type": "BinaryExpression", "value": "" @@ -33309,14 +34560,14 @@ "comment": "", "meta": { "range": [ - 168685, - 168737 + 174825, + 174877 ], "filename": "astronomy.js", - "lineno": 3758, + "lineno": 3888, "columnno": 8, "code": { - "id": "astnode100017584", + "id": "astnode100018599", "name": "mag", "type": "BinaryExpression", "value": "" @@ -33334,14 +34585,14 @@ "comment": "", "meta": { "range": [ - 168749, - 168801 + 174889, + 174941 ], "filename": "astronomy.js", - "lineno": 3759, + "lineno": 3889, "columnno": 10, "code": { - "id": "astnode100017601", + "id": "astnode100018616", "name": "moon_mean_distance_au", "type": "BinaryExpression", "value": "" @@ -33359,14 +34610,14 @@ "comment": "", "meta": { "range": [ - 168811, - 168852 + 174951, + 174992 ], "filename": "astronomy.js", - "lineno": 3760, + "lineno": 3890, "columnno": 8, "code": { - "id": "astnode100017609", + "id": "astnode100018624", "name": "geo_au", "type": "BinaryExpression", "value": "" @@ -33384,14 +34635,14 @@ "comment": "", "meta": { "range": [ - 168858, - 168900 + 174998, + 175040 ], "filename": "astronomy.js", - "lineno": 3761, + "lineno": 3891, "columnno": 4, "code": { - "id": "astnode100017615", + "id": "astnode100018630", "name": "mag", "type": "BinaryExpression", "funcscope": "MoonMagnitude", @@ -33410,14 +34661,14 @@ "comment": "/**\n * @brief Information about the apparent brightness and sunlit phase of a celestial object.\n *\n * @property {AstroTime} time\n * The date and time pertaining to the other calculated values in this object.\n *\n * @property {number} mag\n * The apparent visual magnitude of the celestial body.\n *\n * @property {number} phase_angle\n * The angle in degrees as seen from the center of the celestial body between the Sun and the Earth.\n * The value is always in the range 0 to 180.\n * The phase angle provides a measure of what fraction of the body's face appears\n * illuminated by the Sun as seen from the Earth.\n * When the observed body is the Sun, the `phase` property is set to 0,\n * although this has no physical meaning because the Sun emits, rather than reflects, light.\n * When the phase is near 0 degrees, the body appears \"full\".\n * When it is 90 degrees, the body appears \"half full\".\n * And when it is 180 degrees, the body appears \"new\" and is very difficult to see\n * because it is both dim and lost in the Sun's glare as seen from the Earth.\n *\n * @property {number} phase_fraction\n * The fraction of the body's face that is illuminated by the Sun, as seen from the Earth.\n * Calculated from `phase_angle` for convenience.\n * This value ranges from 0 to 1.\n *\n * @property {number} helio_dist\n * The distance between the center of the Sun and the center of the body in\n * astronomical units (AU).\n *\n * @property {number} geo_dist\n * The distance between the center of the Earth and the center of the body in AU.\n *\n * @property {Vector} gc\n * Geocentric coordinates: the 3D vector from the center of the Earth to the center of the body.\n * The components are in expressed in AU and are oriented with respect to the J2000 equatorial plane.\n *\n * @property {Vector} hc\n * Heliocentric coordinates: The 3D vector from the center of the Sun to the center of the body.\n * Like `gc`, `hc` is expressed in AU and oriented with respect\n * to the J2000 equatorial plane.\n *\n * @property {number | undefined} ring_tilt\n * For Saturn, this is the angular tilt of the planet's rings in degrees away\n * from the line of sight from the Earth. When the value is near 0, the rings\n * appear edge-on from the Earth and are therefore difficult to see.\n * When `ring_tilt` approaches its maximum value (about 27 degrees),\n * the rings appear widest and brightest from the Earth.\n * Unlike the JPL Horizons online tool,\n * this library includes the effect of the ring tilt angle in the calculated value\n * for Saturn's visual magnitude.\n * For all bodies other than Saturn, the value of `ring_tilt` is `undefined`.\n */", "meta": { "range": [ - 171868, - 172306 + 178008, + 178446 ], "filename": "astronomy.js", - "lineno": 3817, + "lineno": 3947, "columnno": 0, "code": { - "id": "astnode100017628", + "id": "astnode100018643", "name": "IlluminationInfo", "type": "ClassDeclaration", "paramnames": [ @@ -33534,14 +34785,14 @@ "comment": "", "meta": { "range": [ - 171897, - 172304 + 178037, + 178444 ], "filename": "astronomy.js", - "lineno": 3818, + "lineno": 3948, "columnno": 4, "code": { - "id": "astnode100017631", + "id": "astnode100018646", "name": "IlluminationInfo", "type": "MethodDefinition", "paramnames": [ @@ -33570,14 +34821,14 @@ "comment": "/**\n * @brief Information about the apparent brightness and sunlit phase of a celestial object.\n *\n * @property {AstroTime} time\n * The date and time pertaining to the other calculated values in this object.\n *\n * @property {number} mag\n * The apparent visual magnitude of the celestial body.\n *\n * @property {number} phase_angle\n * The angle in degrees as seen from the center of the celestial body between the Sun and the Earth.\n * The value is always in the range 0 to 180.\n * The phase angle provides a measure of what fraction of the body's face appears\n * illuminated by the Sun as seen from the Earth.\n * When the observed body is the Sun, the `phase` property is set to 0,\n * although this has no physical meaning because the Sun emits, rather than reflects, light.\n * When the phase is near 0 degrees, the body appears \"full\".\n * When it is 90 degrees, the body appears \"half full\".\n * And when it is 180 degrees, the body appears \"new\" and is very difficult to see\n * because it is both dim and lost in the Sun's glare as seen from the Earth.\n *\n * @property {number} phase_fraction\n * The fraction of the body's face that is illuminated by the Sun, as seen from the Earth.\n * Calculated from `phase_angle` for convenience.\n * This value ranges from 0 to 1.\n *\n * @property {number} helio_dist\n * The distance between the center of the Sun and the center of the body in\n * astronomical units (AU).\n *\n * @property {number} geo_dist\n * The distance between the center of the Earth and the center of the body in AU.\n *\n * @property {Vector} gc\n * Geocentric coordinates: the 3D vector from the center of the Earth to the center of the body.\n * The components are in expressed in AU and are oriented with respect to the J2000 equatorial plane.\n *\n * @property {Vector} hc\n * Heliocentric coordinates: The 3D vector from the center of the Sun to the center of the body.\n * Like `gc`, `hc` is expressed in AU and oriented with respect\n * to the J2000 equatorial plane.\n *\n * @property {number | undefined} ring_tilt\n * For Saturn, this is the angular tilt of the planet's rings in degrees away\n * from the line of sight from the Earth. When the value is near 0, the rings\n * appear edge-on from the Earth and are therefore difficult to see.\n * When `ring_tilt` approaches its maximum value (about 27 degrees),\n * the rings appear widest and brightest from the Earth.\n * Unlike the JPL Horizons online tool,\n * this library includes the effect of the ring tilt angle in the calculated value\n * for Saturn's visual magnitude.\n * For all bodies other than Saturn, the value of `ring_tilt` is `undefined`.\n */", "meta": { "range": [ - 171868, - 172306 + 178008, + 178446 ], "filename": "astronomy.js", - "lineno": 3817, + "lineno": 3947, "columnno": 0, "code": { - "id": "astnode100017628", + "id": "astnode100018643", "name": "IlluminationInfo", "type": "ClassDeclaration", "paramnames": [ @@ -33693,14 +34944,14 @@ "comment": "", "meta": { "range": [ - 171984, - 172000 + 178124, + 178140 ], "filename": "astronomy.js", - "lineno": 3819, + "lineno": 3949, "columnno": 8, "code": { - "id": "astnode100017644", + "id": "astnode100018659", "name": "this.time", "type": "Identifier", "value": "time", @@ -33718,14 +34969,14 @@ "comment": "", "meta": { "range": [ - 172010, - 172024 + 178150, + 178164 ], "filename": "astronomy.js", - "lineno": 3820, + "lineno": 3950, "columnno": 8, "code": { - "id": "astnode100017650", + "id": "astnode100018665", "name": "this.mag", "type": "Identifier", "value": "mag", @@ -33743,14 +34994,14 @@ "comment": "", "meta": { "range": [ - 172034, - 172064 + 178174, + 178204 ], "filename": "astronomy.js", - "lineno": 3821, + "lineno": 3951, "columnno": 8, "code": { - "id": "astnode100017656", + "id": "astnode100018671", "name": "this.phase_angle", "type": "Identifier", "value": "phase_angle", @@ -33768,14 +35019,14 @@ "comment": "", "meta": { "range": [ - 172074, - 172102 + 178214, + 178242 ], "filename": "astronomy.js", - "lineno": 3822, + "lineno": 3952, "columnno": 8, "code": { - "id": "astnode100017662", + "id": "astnode100018677", "name": "this.helio_dist", "type": "Identifier", "value": "helio_dist", @@ -33793,14 +35044,14 @@ "comment": "", "meta": { "range": [ - 172112, - 172136 + 178252, + 178276 ], "filename": "astronomy.js", - "lineno": 3823, + "lineno": 3953, "columnno": 8, "code": { - "id": "astnode100017668", + "id": "astnode100018683", "name": "this.geo_dist", "type": "Identifier", "value": "geo_dist", @@ -33818,14 +35069,14 @@ "comment": "", "meta": { "range": [ - 172146, - 172158 + 178286, + 178298 ], "filename": "astronomy.js", - "lineno": 3824, + "lineno": 3954, "columnno": 8, "code": { - "id": "astnode100017674", + "id": "astnode100018689", "name": "this.gc", "type": "Identifier", "value": "gc", @@ -33843,14 +35094,14 @@ "comment": "", "meta": { "range": [ - 172168, - 172180 + 178308, + 178320 ], "filename": "astronomy.js", - "lineno": 3825, + "lineno": 3955, "columnno": 8, "code": { - "id": "astnode100017680", + "id": "astnode100018695", "name": "this.hc", "type": "Identifier", "value": "hc", @@ -33868,14 +35119,14 @@ "comment": "", "meta": { "range": [ - 172190, - 172216 + 178330, + 178356 ], "filename": "astronomy.js", - "lineno": 3826, + "lineno": 3956, "columnno": 8, "code": { - "id": "astnode100017686", + "id": "astnode100018701", "name": "this.ring_tilt", "type": "Identifier", "value": "ring_tilt", @@ -33893,14 +35144,14 @@ "comment": "", "meta": { "range": [ - 172226, - 172297 + 178366, + 178437 ], "filename": "astronomy.js", - "lineno": 3827, + "lineno": 3957, "columnno": 8, "code": { - "id": "astnode100017692", + "id": "astnode100018707", "name": "this.phase_fraction", "type": "BinaryExpression", "value": "", @@ -33918,14 +35169,14 @@ "comment": "", "meta": { "range": [ - 172307, - 172350 + 178447, + 178490 ], "filename": "astronomy.js", - "lineno": 3830, + "lineno": 3960, "columnno": 0, "code": { - "id": "astnode100017710", + "id": "astnode100018725", "name": "exports.IlluminationInfo", "type": "Identifier", "value": "IlluminationInfo", @@ -33942,14 +35193,14 @@ "comment": "/**\n * @brief Calculates visual magnitude and related information about a body.\n *\n * Calculates the phase angle, visual magnitude,\n * and other values relating to the body's illumination\n * at the given date and time, as seen from the Earth.\n *\n * @param {Body} body\n * The name of the celestial body being observed.\n * Not allowed to be `\"Earth\"`.\n *\n * @param {FlexibleDateTime} date\n * The date and time for which to calculate the illumination data for the given body.\n *\n * @returns {IlluminationInfo}\n */", "meta": { "range": [ - 172878, - 174815 + 179018, + 180955 ], "filename": "astronomy.js", - "lineno": 3847, + "lineno": 3977, "columnno": 0, "code": { - "id": "astnode100017715", + "id": "astnode100018730", "name": "Illumination", "type": "FunctionDeclaration", "paramnames": [ @@ -34016,14 +35267,14 @@ "comment": "", "meta": { "range": [ - 173016, - 173037 + 179156, + 179177 ], "filename": "astronomy.js", - "lineno": 3850, + "lineno": 3980, "columnno": 10, "code": { - "id": "astnode100017730", + "id": "astnode100018745", "name": "time", "type": "CallExpression", "value": "" @@ -34041,14 +35292,14 @@ "comment": "", "meta": { "range": [ - 173049, - 173083 + 179189, + 179223 ], "filename": "astronomy.js", - "lineno": 3851, + "lineno": 3981, "columnno": 10, "code": { - "id": "astnode100017736", + "id": "astnode100018751", "name": "earth", "type": "CallExpression", "value": "" @@ -34066,14 +35317,14 @@ "comment": "", "meta": { "range": [ - 173093, - 173098 + 179233, + 179238 ], "filename": "astronomy.js", - "lineno": 3852, + "lineno": 3982, "columnno": 8, "code": { - "id": "astnode100017745", + "id": "astnode100018760", "name": "phase" } }, @@ -34089,14 +35340,14 @@ "comment": "", "meta": { "range": [ - 173174, - 173176 + 179314, + 179316 ], "filename": "astronomy.js", - "lineno": 3853, + "lineno": 3983, "columnno": 8, "code": { - "id": "astnode100017748", + "id": "astnode100018763", "name": "hc" } }, @@ -34112,14 +35363,14 @@ "comment": "", "meta": { "range": [ - 173213, - 173215 + 179353, + 179355 ], "filename": "astronomy.js", - "lineno": 3854, + "lineno": 3984, "columnno": 8, "code": { - "id": "astnode100017751", + "id": "astnode100018766", "name": "gc" } }, @@ -34135,14 +35386,14 @@ "comment": "", "meta": { "range": [ - 173254, - 173257 + 179394, + 179397 ], "filename": "astronomy.js", - "lineno": 3855, + "lineno": 3985, "columnno": 8, "code": { - "id": "astnode100017754", + "id": "astnode100018769", "name": "mag" } }, @@ -34158,14 +35409,14 @@ "comment": "", "meta": { "range": [ - 173316, - 173367 + 179456, + 179507 ], "filename": "astronomy.js", - "lineno": 3857, + "lineno": 3987, "columnno": 8, "code": { - "id": "astnode100017764", + "id": "astnode100018779", "name": "gc", "type": "NewExpression", "funcscope": "Illumination", @@ -34184,14 +35435,14 @@ "comment": "", "meta": { "range": [ - 173377, - 173407 + 179517, + 179547 ], "filename": "astronomy.js", - "lineno": 3858, + "lineno": 3988, "columnno": 8, "code": { - "id": "astnode100017782", + "id": "astnode100018797", "name": "hc", "type": "NewExpression", "funcscope": "Illumination", @@ -34210,14 +35461,14 @@ "comment": "", "meta": { "range": [ - 173417, - 173426 + 179557, + 179566 ], "filename": "astronomy.js", - "lineno": 3859, + "lineno": 3989, "columnno": 8, "code": { - "id": "astnode100017791", + "id": "astnode100018806", "name": "phase", "type": "Literal", "funcscope": "Illumination", @@ -34236,14 +35487,14 @@ "comment": "", "meta": { "range": [ - 173688, - 173706 + 179828, + 179846 ], "filename": "astronomy.js", - "lineno": 3864, + "lineno": 3994, "columnno": 12, "code": { - "id": "astnode100017803", + "id": "astnode100018818", "name": "gc", "type": "CallExpression", "funcscope": "Illumination", @@ -34262,14 +35513,14 @@ "comment": "", "meta": { "range": [ - 173720, - 173789 + 179860, + 179929 ], "filename": "astronomy.js", - "lineno": 3865, + "lineno": 3995, "columnno": 12, "code": { - "id": "astnode100017809", + "id": "astnode100018824", "name": "hc", "type": "NewExpression", "funcscope": "Illumination", @@ -34288,14 +35539,14 @@ "comment": "", "meta": { "range": [ - 173905, - 173933 + 180045, + 180073 ], "filename": "astronomy.js", - "lineno": 3869, + "lineno": 3999, "columnno": 12, "code": { - "id": "astnode100017837", + "id": "astnode100018852", "name": "hc", "type": "CallExpression", "funcscope": "Illumination", @@ -34314,14 +35565,14 @@ "comment": "", "meta": { "range": [ - 173947, - 174016 + 180087, + 180156 ], "filename": "astronomy.js", - "lineno": 3870, + "lineno": 4000, "columnno": 12, "code": { - "id": "astnode100017844", + "id": "astnode100018859", "name": "gc", "type": "NewExpression", "funcscope": "Illumination", @@ -34340,14 +35591,14 @@ "comment": "", "meta": { "range": [ - 174036, - 174064 + 180176, + 180204 ], "filename": "astronomy.js", - "lineno": 3872, + "lineno": 4002, "columnno": 8, "code": { - "id": "astnode100017871", + "id": "astnode100018886", "name": "phase", "type": "CallExpression", "funcscope": "Illumination", @@ -34366,14 +35617,14 @@ "comment": "", "meta": { "range": [ - 174080, - 174102 + 180220, + 180242 ], "filename": "astronomy.js", - "lineno": 3874, + "lineno": 4004, "columnno": 8, "code": { - "id": "astnode100017878", + "id": "astnode100018893", "name": "geo_dist", "type": "CallExpression", "value": "" @@ -34391,14 +35642,14 @@ "comment": "", "meta": { "range": [ - 174153, - 174177 + 180293, + 180317 ], "filename": "astronomy.js", - "lineno": 3875, + "lineno": 4005, "columnno": 8, "code": { - "id": "astnode100017885", + "id": "astnode100018900", "name": "helio_dist", "type": "CallExpression", "value": "" @@ -34416,14 +35667,14 @@ "comment": "", "meta": { "range": [ - 174226, - 174235 + 180366, + 180375 ], "filename": "astronomy.js", - "lineno": 3876, + "lineno": 4006, "columnno": 8, "code": { - "id": "astnode100017892", + "id": "astnode100018907", "name": "ring_tilt" } }, @@ -34439,14 +35690,14 @@ "comment": "", "meta": { "range": [ - 174302, - 174346 + 180442, + 180486 ], "filename": "astronomy.js", - "lineno": 3878, + "lineno": 4008, "columnno": 8, "code": { - "id": "astnode100017902", + "id": "astnode100018917", "name": "mag", "type": "BinaryExpression", "funcscope": "Illumination", @@ -34465,14 +35716,14 @@ "comment": "", "meta": { "range": [ - 174397, - 174445 + 180537, + 180585 ], "filename": "astronomy.js", - "lineno": 3881, + "lineno": 4011, "columnno": 8, "code": { - "id": "astnode100017921", + "id": "astnode100018936", "name": "mag", "type": "CallExpression", "funcscope": "Illumination", @@ -34491,14 +35742,14 @@ "comment": "", "meta": { "range": [ - 174504, - 174567 + 180644, + 180707 ], "filename": "astronomy.js", - "lineno": 3884, + "lineno": 4014, "columnno": 14, "code": { - "id": "astnode100017936", + "id": "astnode100018951", "name": "saturn", "type": "CallExpression", "value": "" @@ -34516,14 +35767,14 @@ "comment": "", "meta": { "range": [ - 174577, - 174593 + 180717, + 180733 ], "filename": "astronomy.js", - "lineno": 3885, + "lineno": 4015, "columnno": 8, "code": { - "id": "astnode100017946", + "id": "astnode100018961", "name": "mag", "type": "MemberExpression", "funcscope": "Illumination", @@ -34542,14 +35793,14 @@ "comment": "", "meta": { "range": [ - 174603, - 174631 + 180743, + 180771 ], "filename": "astronomy.js", - "lineno": 3886, + "lineno": 4016, "columnno": 8, "code": { - "id": "astnode100017952", + "id": "astnode100018967", "name": "ring_tilt", "type": "MemberExpression", "funcscope": "Illumination", @@ -34568,14 +35819,14 @@ "comment": "", "meta": { "range": [ - 174658, - 174714 + 180798, + 180854 ], "filename": "astronomy.js", - "lineno": 3889, + "lineno": 4019, "columnno": 8, "code": { - "id": "astnode100017959", + "id": "astnode100018974", "name": "mag", "type": "CallExpression", "funcscope": "Illumination", @@ -34594,14 +35845,14 @@ "comment": "", "meta": { "range": [ - 174816, - 174851 + 180956, + 180991 ], "filename": "astronomy.js", - "lineno": 3893, + "lineno": 4023, "columnno": 0, "code": { - "id": "astnode100017979", + "id": "astnode100018994", "name": "exports.Illumination", "type": "Identifier", "value": "Illumination", @@ -34618,14 +35869,14 @@ "comment": "", "meta": { "range": [ - 174853, - 175764 + 180993, + 181904 ], "filename": "astronomy.js", - "lineno": 3894, + "lineno": 4024, "columnno": 0, "code": { - "id": "astnode100017984", + "id": "astnode100018999", "name": "SynodicPeriod", "type": "FunctionDeclaration", "paramnames": [ @@ -34650,14 +35901,14 @@ "comment": "", "meta": { "range": [ - 175385, - 175406 + 181525, + 181546 ], "filename": "astronomy.js", - "lineno": 3903, + "lineno": 4033, "columnno": 8, "code": { - "id": "astnode100018005", + "id": "astnode100019020", "name": "planet", "type": "MemberExpression", "value": "Planet[undefined]" @@ -34675,14 +35926,14 @@ "comment": "", "meta": { "range": [ - 175611, - 175642 + 181751, + 181782 ], "filename": "astronomy.js", - "lineno": 3908, + "lineno": 4038, "columnno": 10, "code": { - "id": "astnode100018019", + "id": "astnode100019034", "name": "Te", "type": "MemberExpression", "value": "Planet.Earth.OrbitalPeriod" @@ -34700,14 +35951,14 @@ "comment": "", "meta": { "range": [ - 175654, - 175679 + 181794, + 181819 ], "filename": "astronomy.js", - "lineno": 3909, + "lineno": 4039, "columnno": 10, "code": { - "id": "astnode100018027", + "id": "astnode100019042", "name": "Tp", "type": "MemberExpression", "value": "planet.OrbitalPeriod" @@ -34725,14 +35976,14 @@ "comment": "", "meta": { "range": [ - 175691, - 175735 + 181831, + 181875 ], "filename": "astronomy.js", - "lineno": 3910, + "lineno": 4040, "columnno": 10, "code": { - "id": "astnode100018033", + "id": "astnode100019048", "name": "synodicPeriod", "type": "CallExpression", "value": "" @@ -34750,14 +36001,14 @@ "comment": "/**\n * @brief Searches for when the Earth and a given body reach a relative ecliptic longitude separation.\n *\n * Searches for the date and time the relative ecliptic longitudes of\n * the specified body and the Earth, as seen from the Sun, reach a certain\n * difference. This function is useful for finding conjunctions and oppositions\n * of the planets. For the opposition of a superior planet (Mars, Jupiter, ..., Pluto),\n * or the inferior conjunction of an inferior planet (Mercury, Venus),\n * call with `targetRelLon` = 0. The 0 value indicates that both\n * planets are on the same ecliptic longitude line, ignoring the other planet's\n * distance above or below the plane of the Earth's orbit.\n * For superior conjunctions, call with `targetRelLon` = 180.\n * This means the Earth and the other planet are on opposite sides of the Sun.\n *\n * @param {Body} body\n * The name of a planet other than the Earth.\n *\n * @param {number} targetRelLon\n * The desired angular difference in degrees between the ecliptic longitudes\n * of `body` and the Earth. Must be in the range (-180, +180].\n *\n * @param {FlexibleDateTime} startDate\n * The date and time after which to find the next occurrence of the\n * body and the Earth reaching the desired relative longitude.\n *\n * @returns {AstroTime}\n * The time when the Earth and the body next reach the specified relative longitudes.\n */", "meta": { "range": [ - 177170, - 179412 + 183310, + 185552 ], "filename": "astronomy.js", - "lineno": 3941, + "lineno": 4071, "columnno": 0, "code": { - "id": "astnode100018048", + "id": "astnode100019063", "name": "SearchRelativeLongitude", "type": "FunctionDeclaration", "paramnames": [ @@ -34835,14 +36086,14 @@ "comment": "", "meta": { "range": [ - 177278, - 177299 + 183418, + 183439 ], "filename": "astronomy.js", - "lineno": 3943, + "lineno": 4073, "columnno": 10, "code": { - "id": "astnode100018059", + "id": "astnode100019074", "name": "planet", "type": "MemberExpression", "value": "Planet[undefined]" @@ -34860,14 +36111,14 @@ "comment": "", "meta": { "range": [ - 177640, - 177713 + 183780, + 183853 ], "filename": "astronomy.js", - "lineno": 3950, + "lineno": 4080, "columnno": 10, "code": { - "id": "astnode100018081", + "id": "astnode100019096", "name": "direction", "type": "ConditionalExpression", "value": "" @@ -34885,14 +36136,14 @@ "comment": "", "meta": { "range": [ - 177719, - 177950 + 183859, + 184090 ], "filename": "astronomy.js", - "lineno": 3951, + "lineno": 4081, "columnno": 4, "code": { - "id": "astnode100018097", + "id": "astnode100019112", "name": "offset", "type": "FunctionDeclaration", "paramnames": [ @@ -34917,14 +36168,14 @@ "comment": "", "meta": { "range": [ - 177754, - 177787 + 183894, + 183927 ], "filename": "astronomy.js", - "lineno": 3952, + "lineno": 4082, "columnno": 14, "code": { - "id": "astnode100018102", + "id": "astnode100019117", "name": "plon", "type": "CallExpression", "value": "" @@ -34942,14 +36193,14 @@ "comment": "", "meta": { "range": [ - 177803, - 177842 + 183943, + 183982 ], "filename": "astronomy.js", - "lineno": 3953, + "lineno": 4083, "columnno": 14, "code": { - "id": "astnode100018109", + "id": "astnode100019124", "name": "elon", "type": "CallExpression", "value": "" @@ -34967,14 +36218,14 @@ "comment": "", "meta": { "range": [ - 177858, - 177890 + 183998, + 184030 ], "filename": "astronomy.js", - "lineno": 3954, + "lineno": 4084, "columnno": 14, "code": { - "id": "astnode100018118", + "id": "astnode100019133", "name": "diff", "type": "BinaryExpression", "value": "" @@ -34992,14 +36243,14 @@ "comment": "", "meta": { "range": [ - 177959, - 177984 + 184099, + 184124 ], "filename": "astronomy.js", - "lineno": 3957, + "lineno": 4087, "columnno": 8, "code": { - "id": "astnode100018132", + "id": "astnode100019147", "name": "syn", "type": "CallExpression", "value": "" @@ -35017,14 +36268,14 @@ "comment": "", "meta": { "range": [ - 177994, - 178020 + 184134, + 184160 ], "filename": "astronomy.js", - "lineno": 3958, + "lineno": 4088, "columnno": 8, "code": { - "id": "astnode100018138", + "id": "astnode100019153", "name": "time", "type": "CallExpression", "value": "" @@ -35042,14 +36293,14 @@ "comment": "", "meta": { "range": [ - 178225, - 178251 + 184365, + 184391 ], "filename": "astronomy.js", - "lineno": 3962, + "lineno": 4092, "columnno": 8, "code": { - "id": "astnode100018144", + "id": "astnode100019159", "name": "error_angle", "type": "CallExpression", "value": "" @@ -35067,14 +36318,14 @@ "comment": "", "meta": { "range": [ - 178286, - 178304 + 184426, + 184444 ], "filename": "astronomy.js", - "lineno": 3964, + "lineno": 4094, "columnno": 8, "code": { - "id": "astnode100018154", + "id": "astnode100019169", "name": "error_angle", "type": "Literal", "funcscope": "SearchRelativeLongitude", @@ -35093,14 +36344,14 @@ "comment": "", "meta": { "range": [ - 178354, - 178362 + 184494, + 184502 ], "filename": "astronomy.js", - "lineno": 3965, + "lineno": 4095, "columnno": 13, "code": { - "id": "astnode100018159", + "id": "astnode100019174", "name": "iter", "type": "Literal", "value": 0 @@ -35118,14 +36369,14 @@ "comment": "", "meta": { "range": [ - 178549, - 178588 + 184689, + 184728 ], "filename": "astronomy.js", - "lineno": 3968, + "lineno": 4098, "columnno": 12, "code": { - "id": "astnode100018169", + "id": "astnode100019184", "name": "day_adjust", "type": "BinaryExpression", "value": "" @@ -35143,14 +36394,14 @@ "comment": "", "meta": { "range": [ - 178598, - 178629 + 184738, + 184769 ], "filename": "astronomy.js", - "lineno": 3969, + "lineno": 4099, "columnno": 8, "code": { - "id": "astnode100018178", + "id": "astnode100019193", "name": "time", "type": "CallExpression", "funcscope": "SearchRelativeLongitude", @@ -35169,14 +36420,14 @@ "comment": "", "meta": { "range": [ - 178724, - 178748 + 184864, + 184888 ], "filename": "astronomy.js", - "lineno": 3972, + "lineno": 4102, "columnno": 12, "code": { - "id": "astnode100018198", + "id": "astnode100019213", "name": "prev_angle", "type": "Identifier", "value": "error_angle" @@ -35194,14 +36445,14 @@ "comment": "", "meta": { "range": [ - 178758, - 178784 + 184898, + 184924 ], "filename": "astronomy.js", - "lineno": 3973, + "lineno": 4103, "columnno": 8, "code": { - "id": "astnode100018202", + "id": "astnode100019217", "name": "error_angle", "type": "CallExpression", "funcscope": "SearchRelativeLongitude", @@ -35220,14 +36471,14 @@ "comment": "", "meta": { "range": [ - 179124, - 179171 + 185264, + 185311 ], "filename": "astronomy.js", - "lineno": 3979, + "lineno": 4109, "columnno": 20, "code": { - "id": "astnode100018222", + "id": "astnode100019237", "name": "ratio", "type": "BinaryExpression", "value": "" @@ -35245,14 +36496,14 @@ "comment": "", "meta": { "range": [ - 179241, - 179253 + 185381, + 185393 ], "filename": "astronomy.js", - "lineno": 3981, + "lineno": 4111, "columnno": 20, "code": { - "id": "astnode100018238", + "id": "astnode100019253", "name": "syn", "type": "Identifier", "funcscope": "SearchRelativeLongitude", @@ -35271,14 +36522,14 @@ "comment": "", "meta": { "range": [ - 179413, - 179470 + 185553, + 185610 ], "filename": "astronomy.js", - "lineno": 3987, + "lineno": 4117, "columnno": 0, "code": { - "id": "astnode100018254", + "id": "astnode100019269", "name": "exports.SearchRelativeLongitude", "type": "Identifier", "value": "SearchRelativeLongitude", @@ -35295,14 +36546,14 @@ "comment": "/**\n * @brief Determines the moon's phase expressed as an ecliptic longitude.\n *\n * @param {FlexibleDateTime} date\n * The date and time for which to calculate the moon's phase.\n *\n * @returns {number}\n * A value in the range [0, 360) indicating the difference\n * in ecliptic longitude between the center of the Sun and the\n * center of the Moon, as seen from the center of the Earth.\n * Certain longitude values have conventional meanings:\n *\n * * 0 = new moon\n * * 90 = first quarter\n * * 180 = full moon\n * * 270 = third quarter\n */", "meta": { "range": [ - 180032, - 180113 + 186172, + 186253 ], "filename": "astronomy.js", - "lineno": 4005, + "lineno": 4135, "columnno": 0, "code": { - "id": "astnode100018259", + "id": "astnode100019274", "name": "MoonPhase", "type": "FunctionDeclaration", "paramnames": [ @@ -35348,14 +36599,14 @@ "comment": "", "meta": { "range": [ - 180114, - 180143 + 186254, + 186283 ], "filename": "astronomy.js", - "lineno": 4008, + "lineno": 4138, "columnno": 0, "code": { - "id": "astnode100018274", + "id": "astnode100019289", "name": "exports.MoonPhase", "type": "Identifier", "value": "MoonPhase", @@ -35372,14 +36623,14 @@ "comment": "/**\n * @brief Searches for the date and time that the Moon reaches a specified phase.\n *\n * Lunar phases are defined in terms of geocentric ecliptic longitudes\n * with respect to the Sun. When the Moon and the Sun have the same ecliptic\n * longitude, that is defined as a new moon. When the two ecliptic longitudes\n * are 180 degrees apart, that is defined as a full moon.\n * To enumerate quarter lunar phases, it is simpler to call\n * {@link SearchMoonQuarter} once, followed by repeatedly calling\n * {@link NextMoonQuarter}. `SearchMoonPhase` is only\n * necessary for finding other lunar phases than the usual quarter phases.\n *\n * @param {number} targetLon\n * The difference in geocentric ecliptic longitude between the Sun and Moon\n * that specifies the lunar phase being sought. This can be any value\n * in the range [0, 360). Here are some helpful examples:\n * 0 = new moon,\n * 90 = first quarter,\n * 180 = full moon,\n * 270 = third quarter.\n *\n * @param {FlexibleDateTime} dateStart\n * The beginning of the window of time in which to search.\n *\n * @param {number} limitDays\n * The floating point number of days after `dateStart`\n * that limits the window of time in which to search.\n *\n * @returns {AstroTime | null}\n * If the specified lunar phase occurs after `dateStart`\n * and before `limitDays` days after `dateStart`,\n * this function returns the date and time of the first such occurrence.\n * Otherwise, it returns `null`.\n */", "meta": { "range": [ - 181657, - 183111 + 187797, + 189251 ], "filename": "astronomy.js", - "lineno": 4043, + "lineno": 4173, "columnno": 0, "code": { - "id": "astnode100018279", + "id": "astnode100019294", "name": "SearchMoonPhase", "type": "FunctionDeclaration", "paramnames": [ @@ -35457,14 +36708,14 @@ "comment": "", "meta": { "range": [ - 181721, - 181835 + 187861, + 187975 ], "filename": "astronomy.js", - "lineno": 4044, + "lineno": 4174, "columnno": 4, "code": { - "id": "astnode100018285", + "id": "astnode100019300", "name": "moon_offset", "type": "FunctionDeclaration", "paramnames": [ @@ -35487,14 +36738,14 @@ "comment": "", "meta": { "range": [ - 181759, - 181778 + 187899, + 187918 ], "filename": "astronomy.js", - "lineno": 4045, + "lineno": 4175, "columnno": 12, "code": { - "id": "astnode100018290", + "id": "astnode100019305", "name": "mlon", "type": "CallExpression", "value": "" @@ -35512,14 +36763,14 @@ "comment": "", "meta": { "range": [ - 182585, - 182602 + 188725, + 188742 ], "filename": "astronomy.js", - "lineno": 4060, + "lineno": 4190, "columnno": 10, "code": { - "id": "astnode100018310", + "id": "astnode100019325", "name": "uncertainty", "type": "Literal", "value": 1.5 @@ -35537,14 +36788,14 @@ "comment": "", "meta": { "range": [ - 182612, - 182636 + 188752, + 188776 ], "filename": "astronomy.js", - "lineno": 4061, + "lineno": 4191, "columnno": 8, "code": { - "id": "astnode100018314", + "id": "astnode100019329", "name": "ta", "type": "CallExpression", "value": "" @@ -35562,14 +36813,14 @@ "comment": "", "meta": { "range": [ - 182646, - 182666 + 188786, + 188806 ], "filename": "astronomy.js", - "lineno": 4062, + "lineno": 4192, "columnno": 8, "code": { - "id": "astnode100018320", + "id": "astnode100019335", "name": "ya", "type": "CallExpression", "value": "" @@ -35587,14 +36838,14 @@ "comment": "", "meta": { "range": [ - 182692, - 182701 + 188832, + 188841 ], "filename": "astronomy.js", - "lineno": 4064, + "lineno": 4194, "columnno": 8, "code": { - "id": "astnode100018330", + "id": "astnode100019345", "name": "ya", "type": "Literal", "funcscope": "SearchMoonPhase", @@ -35613,14 +36864,14 @@ "comment": "", "meta": { "range": [ - 182760, - 182801 + 188900, + 188941 ], "filename": "astronomy.js", - "lineno": 4065, + "lineno": 4195, "columnno": 8, "code": { - "id": "astnode100018334", + "id": "astnode100019349", "name": "est_dt", "type": "BinaryExpression", "value": "" @@ -35638,14 +36889,14 @@ "comment": "", "meta": { "range": [ - 182811, - 182837 + 188951, + 188977 ], "filename": "astronomy.js", - "lineno": 4066, + "lineno": 4196, "columnno": 8, "code": { - "id": "astnode100018343", + "id": "astnode100019358", "name": "dt1", "type": "BinaryExpression", "value": "" @@ -35663,14 +36914,14 @@ "comment": "", "meta": { "range": [ - 182961, - 183008 + 189101, + 189148 ], "filename": "astronomy.js", - "lineno": 4069, + "lineno": 4199, "columnno": 8, "code": { - "id": "astnode100018355", + "id": "astnode100019370", "name": "dt2", "type": "CallExpression", "value": "" @@ -35688,14 +36939,14 @@ "comment": "", "meta": { "range": [ - 183018, - 183038 + 189158, + 189178 ], "filename": "astronomy.js", - "lineno": 4070, + "lineno": 4200, "columnno": 8, "code": { - "id": "astnode100018366", + "id": "astnode100019381", "name": "t1", "type": "CallExpression", "value": "" @@ -35713,14 +36964,14 @@ "comment": "", "meta": { "range": [ - 183048, - 183068 + 189188, + 189208 ], "filename": "astronomy.js", - "lineno": 4071, + "lineno": 4201, "columnno": 8, "code": { - "id": "astnode100018374", + "id": "astnode100019389", "name": "t2", "type": "CallExpression", "value": "" @@ -35738,14 +36989,14 @@ "comment": "", "meta": { "range": [ - 183112, - 183153 + 189252, + 189293 ], "filename": "astronomy.js", - "lineno": 4074, + "lineno": 4204, "columnno": 0, "code": { - "id": "astnode100018388", + "id": "astnode100019403", "name": "exports.SearchMoonPhase", "type": "Identifier", "value": "SearchMoonPhase", @@ -35762,14 +37013,14 @@ "comment": "/**\n * @brief A quarter lunar phase, along with when it occurs.\n *\n * @property {number} quarter\n * An integer as follows:\n * 0 = new moon,\n * 1 = first quarter,\n * 2 = full moon,\n * 3 = third quarter.\n *\n * @property {AstroTime} time\n * The date and time of the quarter lunar phase.\n */", "meta": { "range": [ - 183473, - 183591 + 189613, + 189731 ], "filename": "astronomy.js", - "lineno": 4088, + "lineno": 4218, "columnno": 0, "code": { - "id": "astnode100018393", + "id": "astnode100019408", "name": "MoonQuarter", "type": "ClassDeclaration", "paramnames": [ @@ -35816,14 +37067,14 @@ "comment": "", "meta": { "range": [ - 183497, - 183589 + 189637, + 189729 ], "filename": "astronomy.js", - "lineno": 4089, + "lineno": 4219, "columnno": 4, "code": { - "id": "astnode100018396", + "id": "astnode100019411", "name": "MoonQuarter", "type": "MethodDefinition", "paramnames": [ @@ -35846,14 +37097,14 @@ "comment": "/**\n * @brief A quarter lunar phase, along with when it occurs.\n *\n * @property {number} quarter\n * An integer as follows:\n * 0 = new moon,\n * 1 = first quarter,\n * 2 = full moon,\n * 3 = third quarter.\n *\n * @property {AstroTime} time\n * The date and time of the quarter lunar phase.\n */", "meta": { "range": [ - 183473, - 183591 + 189613, + 189731 ], "filename": "astronomy.js", - "lineno": 4088, + "lineno": 4218, "columnno": 0, "code": { - "id": "astnode100018393", + "id": "astnode100019408", "name": "MoonQuarter", "type": "ClassDeclaration", "paramnames": [ @@ -35899,14 +37150,14 @@ "comment": "", "meta": { "range": [ - 183534, - 183556 + 189674, + 189696 ], "filename": "astronomy.js", - "lineno": 4090, + "lineno": 4220, "columnno": 8, "code": { - "id": "astnode100018403", + "id": "astnode100019418", "name": "this.quarter", "type": "Identifier", "value": "quarter", @@ -35924,14 +37175,14 @@ "comment": "", "meta": { "range": [ - 183566, - 183582 + 189706, + 189722 ], "filename": "astronomy.js", - "lineno": 4091, + "lineno": 4221, "columnno": 8, "code": { - "id": "astnode100018409", + "id": "astnode100019424", "name": "this.time", "type": "Identifier", "value": "time", @@ -35949,14 +37200,14 @@ "comment": "", "meta": { "range": [ - 183592, - 183625 + 189732, + 189765 ], "filename": "astronomy.js", - "lineno": 4094, + "lineno": 4224, "columnno": 0, "code": { - "id": "astnode100018415", + "id": "astnode100019430", "name": "exports.MoonQuarter", "type": "Identifier", "value": "MoonQuarter", @@ -35973,14 +37224,14 @@ "comment": "/**\n * @brief Finds the first quarter lunar phase after the specified date and time.\n *\n * The quarter lunar phases are: new moon, first quarter, full moon, and third quarter.\n * To enumerate quarter lunar phases, call `SearchMoonQuarter` once,\n * then pass its return value to {@link NextMoonQuarter} to find the next\n * `MoonQuarter`. Keep calling `NextMoonQuarter` in a loop,\n * passing the previous return value as the argument to the next call.\n *\n * @param {FlexibleDateTime} dateStart\n * The date and time after which to find the first quarter lunar phase.\n *\n * @returns {MoonQuarter}\n */", "meta": { "range": [ - 184229, - 184622 + 190369, + 190762 ], "filename": "astronomy.js", - "lineno": 4109, + "lineno": 4239, "columnno": 0, "code": { - "id": "astnode100018420", + "id": "astnode100019435", "name": "SearchMoonQuarter", "type": "FunctionDeclaration", "paramnames": [ @@ -36031,14 +37282,14 @@ "comment": "", "meta": { "range": [ - 184331, - 184364 + 190471, + 190504 ], "filename": "astronomy.js", - "lineno": 4111, + "lineno": 4241, "columnno": 8, "code": { - "id": "astnode100018425", + "id": "astnode100019440", "name": "phaseStart", "type": "CallExpression", "value": "" @@ -36056,14 +37307,14 @@ "comment": "", "meta": { "range": [ - 184374, - 184416 + 190514, + 190556 ], "filename": "astronomy.js", - "lineno": 4112, + "lineno": 4242, "columnno": 8, "code": { - "id": "astnode100018431", + "id": "astnode100019446", "name": "quarterStart", "type": "CallExpression", "value": "" @@ -36081,14 +37332,14 @@ "comment": "", "meta": { "range": [ - 184426, - 184458 + 190566, + 190598 ], "filename": "astronomy.js", - "lineno": 4113, + "lineno": 4243, "columnno": 8, "code": { - "id": "astnode100018441", + "id": "astnode100019456", "name": "quarter", "type": "BinaryExpression", "value": "" @@ -36106,14 +37357,14 @@ "comment": "", "meta": { "range": [ - 184468, - 184519 + 190608, + 190659 ], "filename": "astronomy.js", - "lineno": 4114, + "lineno": 4244, "columnno": 8, "code": { - "id": "astnode100018449", + "id": "astnode100019464", "name": "time", "type": "CallExpression", "value": "" @@ -36131,14 +37382,14 @@ "comment": "", "meta": { "range": [ - 184623, - 184668 + 190763, + 190808 ], "filename": "astronomy.js", - "lineno": 4119, + "lineno": 4249, "columnno": 0, "code": { - "id": "astnode100018469", + "id": "astnode100019484", "name": "exports.SearchMoonQuarter", "type": "Identifier", "value": "SearchMoonQuarter", @@ -36155,14 +37406,14 @@ "comment": "/**\n * @brief Finds the next quarter lunar phase in a series.\n *\n * Given a {@link MoonQuarter} object, finds the next consecutive\n * quarter lunar phase. See remarks in {@link SearchMoonQuarter}\n * for explanation of usage.\n *\n * @param {MoonQuarter} mq\n * The return value of a prior call to {@link MoonQuarter} or `NextMoonQuarter`.\n */", "meta": { "range": [ - 185015, - 185372 + 191155, + 191512 ], "filename": "astronomy.js", - "lineno": 4130, + "lineno": 4260, "columnno": 0, "code": { - "id": "astnode100018474", + "id": "astnode100019489", "name": "NextMoonQuarter", "type": "FunctionDeclaration", "paramnames": [ @@ -36201,14 +37452,14 @@ "comment": "", "meta": { "range": [ - 185273, - 185333 + 191413, + 191473 ], "filename": "astronomy.js", - "lineno": 4134, + "lineno": 4264, "columnno": 8, "code": { - "id": "astnode100018479", + "id": "astnode100019494", "name": "date", "type": "NewExpression", "value": "" @@ -36226,14 +37477,14 @@ "comment": "", "meta": { "range": [ - 185373, - 185414 + 191513, + 191554 ], "filename": "astronomy.js", - "lineno": 4137, + "lineno": 4267, "columnno": 0, "code": { - "id": "astnode100018500", + "id": "astnode100019515", "name": "exports.NextMoonQuarter", "type": "Identifier", "value": "NextMoonQuarter", @@ -36250,14 +37501,14 @@ "comment": "", "meta": { "range": [ - 185416, - 185817 + 191556, + 191957 ], "filename": "astronomy.js", - "lineno": 4138, + "lineno": 4268, "columnno": 0, "code": { - "id": "astnode100018505", + "id": "astnode100019520", "name": "BodyRadiusAu", "type": "FunctionDeclaration", "paramnames": [ @@ -36276,14 +37527,14 @@ "comment": "/**\n * @brief Finds the next rise or set time for a body.\n *\n * Finds a rise or set time for the given body as\n * seen by an observer at the specified location on the Earth.\n * Rise time is defined as the moment when the top of the body\n * is observed to first appear above the horizon in the east.\n * Set time is defined as the moment the top of the body\n * is observed to sink below the horizon in the west.\n * The times are adjusted for typical atmospheric refraction conditions.\n *\n * @param {Body} body\n * The name of the body to find the rise or set time for.\n *\n * @param {Observer} observer\n * Specifies the geographic coordinates and elevation above sea level of the observer.\n *\n * @param {number} direction\n * Either +1 to find rise time or -1 to find set time.\n * Any other value will cause an exception to be thrown.\n *\n * @param {FlexibleDateTime} dateStart\n * The date and time after which the specified rise or set time is to be found.\n *\n * @param {number} limitDays\n * The fractional number of days after `dateStart` that limits\n * when the rise or set time is to be found.\n *\n * @returns {AstroTime | null}\n * The date and time of the rise or set event, or null if no such event\n * occurs within the specified time window.\n */", "meta": { "range": [ - 187109, - 188156 + 193249, + 194296 ], "filename": "astronomy.js", - "lineno": 4181, + "lineno": 4311, "columnno": 0, "code": { - "id": "astnode100018526", + "id": "astnode100019541", "name": "SearchRiseSet", "type": "FunctionDeclaration", "paramnames": [ @@ -36374,14 +37625,14 @@ "comment": "", "meta": { "range": [ - 187191, - 187226 + 193331, + 193366 ], "filename": "astronomy.js", - "lineno": 4182, + "lineno": 4312, "columnno": 8, "code": { - "id": "astnode100018535", + "id": "astnode100019550", "name": "body_radius_au", "type": "CallExpression", "value": "" @@ -36399,14 +37650,14 @@ "comment": "", "meta": { "range": [ - 187232, - 188055 + 193372, + 194195 ], "filename": "astronomy.js", - "lineno": 4183, + "lineno": 4313, "columnno": 4, "code": { - "id": "astnode100018540", + "id": "astnode100019555", "name": "peak_altitude", "type": "FunctionDeclaration", "paramnames": [ @@ -36431,14 +37682,14 @@ "comment": "", "meta": { "range": [ - 187793, - 187840 + 193933, + 193980 ], "filename": "astronomy.js", - "lineno": 4192, + "lineno": 4322, "columnno": 14, "code": { - "id": "astnode100018545", + "id": "astnode100019560", "name": "ofdate", "type": "CallExpression", "value": "" @@ -36456,14 +37707,14 @@ "comment": "", "meta": { "range": [ - 187856, - 187905 + 193996, + 194045 ], "filename": "astronomy.js", - "lineno": 4193, + "lineno": 4323, "columnno": 14, "code": { - "id": "astnode100018555", + "id": "astnode100019570", "name": "hor", "type": "CallExpression", "value": "" @@ -36481,14 +37732,14 @@ "comment": "", "meta": { "range": [ - 187921, - 188016 + 194061, + 194156 ], "filename": "astronomy.js", - "lineno": 4194, + "lineno": 4324, "columnno": 14, "code": { - "id": "astnode100018568", + "id": "astnode100019583", "name": "alt", "type": "BinaryExpression", "value": "" @@ -36506,14 +37757,14 @@ "comment": "", "meta": { "range": [ - 188157, - 188194 + 194297, + 194334 ], "filename": "astronomy.js", - "lineno": 4199, + "lineno": 4329, "columnno": 0, "code": { - "id": "astnode100018599", + "id": "astnode100019614", "name": "exports.SearchRiseSet", "type": "Identifier", "value": "SearchRiseSet", @@ -36530,14 +37781,14 @@ "comment": "/**\n * @brief Finds the next time a body reaches a given altitude.\n *\n * Finds when the given body ascends or descends through a given\n * altitude angle, as seen by an observer at the specified location on the Earth.\n * By using the appropriate combination of `direction` and `altitude` parameters,\n * this function can be used to find when civil, nautical, or astronomical twilight\n * begins (dawn) or ends (dusk).\n *\n * Civil dawn begins before sunrise when the Sun ascends through 6 degrees below\n * the horizon. To find civil dawn, pass +1 for `direction` and -6 for `altitude`.\n *\n * Civil dusk ends after sunset when the Sun descends through 6 degrees below the horizon.\n * To find civil dusk, pass -1 for `direction` and -6 for `altitude`.\n *\n * Nautical twilight is similar to civil twilight, only the `altitude` value should be -12 degrees.\n *\n * Astronomical twilight uses -18 degrees as the `altitude` value.\n *\n * @param {Body} body\n * The name of the body for which to find the altitude event.\n * Can be the Sun, Moon, or any planet other than the Earth.\n *\n * @param {Observer} observer\n * Specifies the geographic coordinates and elevation above sea level of the observer.\n *\n * @param {number} direction\n * Either +1 to find when the body ascends through the altitude,\n * or -1 for when the body descends through the altitude.\n * Any other value will cause an exception to be thrown.\n *\n * @param {FlexibleDateTime} dateStart\n * The date and time after which the specified altitude event is to be found.\n *\n * @param {number} limitDays\n * The fractional number of days after `dateStart` that limits\n * when the altitude event is to be found. Must be a positive number.\n *\n * @param {number} altitude\n * The desired altitude angle of the body's center above (positive)\n * or below (negative) the observer's local horizon, expressed in degrees.\n * Must be in the range [-90, +90].\n *\n * @returns {AstroTime | null}\n * The date and time of the altitude event, or null if no such event\n * occurs within the specified time window.\n */", "meta": { "range": [ - 190312, - 190844 + 196452, + 196984 ], "filename": "astronomy.js", - "lineno": 4247, + "lineno": 4377, "columnno": 0, "code": { - "id": "astnode100018604", + "id": "astnode100019619", "name": "SearchAltitude", "type": "FunctionDeclaration", "paramnames": [ @@ -36637,14 +37888,14 @@ "comment": "", "meta": { "range": [ - 190526, - 190742 + 196666, + 196882 ], "filename": "astronomy.js", - "lineno": 4250, + "lineno": 4380, "columnno": 4, "code": { - "id": "astnode100018635", + "id": "astnode100019650", "name": "altitude_error", "type": "FunctionDeclaration", "paramnames": [ @@ -36668,14 +37919,14 @@ "comment": "", "meta": { "range": [ - 190569, - 190616 + 196709, + 196756 ], "filename": "astronomy.js", - "lineno": 4251, + "lineno": 4381, "columnno": 14, "code": { - "id": "astnode100018640", + "id": "astnode100019655", "name": "ofdate", "type": "CallExpression", "value": "" @@ -36693,14 +37944,14 @@ "comment": "", "meta": { "range": [ - 190632, - 190681 + 196772, + 196821 ], "filename": "astronomy.js", - "lineno": 4252, + "lineno": 4382, "columnno": 14, "code": { - "id": "astnode100018650", + "id": "astnode100019665", "name": "hor", "type": "CallExpression", "value": "" @@ -36718,14 +37969,14 @@ "comment": "", "meta": { "range": [ - 190845, - 190884 + 196985, + 197024 ], "filename": "astronomy.js", - "lineno": 4257, + "lineno": 4387, "columnno": 0, "code": { - "id": "astnode100018680", + "id": "astnode100019695", "name": "exports.SearchAltitude", "type": "Identifier", "value": "SearchAltitude", @@ -36742,14 +37993,14 @@ "comment": "", "meta": { "range": [ - 190886, - 193929 + 197026, + 200069 ], "filename": "astronomy.js", - "lineno": 4258, + "lineno": 4388, "columnno": 0, "code": { - "id": "astnode100018685", + "id": "astnode100019700", "name": "InternalSearchAltitude", "type": "FunctionDeclaration", "paramnames": [ @@ -36784,14 +38035,14 @@ "comment": "", "meta": { "range": [ - 191805, - 191814 + 197945, + 197954 ], "filename": "astronomy.js", - "lineno": 4273, + "lineno": 4403, "columnno": 8, "code": { - "id": "astnode100018720", + "id": "astnode100019735", "name": "ha_before" } }, @@ -36807,14 +38058,14 @@ "comment": "", "meta": { "range": [ - 191816, - 191824 + 197956, + 197964 ], "filename": "astronomy.js", - "lineno": 4273, + "lineno": 4403, "columnno": 19, "code": { - "id": "astnode100018722", + "id": "astnode100019737", "name": "ha_after" } }, @@ -36830,14 +38081,14 @@ "comment": "", "meta": { "range": [ - 191862, - 191876 + 198002, + 198016 ], "filename": "astronomy.js", - "lineno": 4275, + "lineno": 4405, "columnno": 8, "code": { - "id": "astnode100018731", + "id": "astnode100019746", "name": "ha_before", "type": "Literal", "funcscope": "InternalSearchAltitude", @@ -36856,14 +38107,14 @@ "comment": "", "meta": { "range": [ - 191946, - 191958 + 198086, + 198098 ], "filename": "astronomy.js", - "lineno": 4276, + "lineno": 4406, "columnno": 8, "code": { - "id": "astnode100018735", + "id": "astnode100019750", "name": "ha_after", "type": "Literal", "funcscope": "InternalSearchAltitude", @@ -36882,14 +38133,14 @@ "comment": "", "meta": { "range": [ - 192071, - 192084 + 198211, + 198224 ], "filename": "astronomy.js", - "lineno": 4279, + "lineno": 4409, "columnno": 8, "code": { - "id": "astnode100018745", + "id": "astnode100019760", "name": "ha_before", "type": "Literal", "funcscope": "InternalSearchAltitude", @@ -36908,14 +38159,14 @@ "comment": "", "meta": { "range": [ - 192139, - 192152 + 198279, + 198292 ], "filename": "astronomy.js", - "lineno": 4280, + "lineno": 4410, "columnno": 8, "code": { - "id": "astnode100018749", + "id": "astnode100019764", "name": "ha_after", "type": "Literal", "funcscope": "InternalSearchAltitude", @@ -36934,14 +38185,14 @@ "comment": "", "meta": { "range": [ - 192302, - 192334 + 198442, + 198474 ], "filename": "astronomy.js", - "lineno": 4285, + "lineno": 4415, "columnno": 8, "code": { - "id": "astnode100018759", + "id": "astnode100019774", "name": "time_start", "type": "CallExpression", "value": "" @@ -36959,14 +38210,14 @@ "comment": "", "meta": { "range": [ - 192344, - 192355 + 198484, + 198495 ], "filename": "astronomy.js", - "lineno": 4286, + "lineno": 4416, "columnno": 8, "code": { - "id": "astnode100018765", + "id": "astnode100019780", "name": "time_before" } }, @@ -36982,14 +38233,14 @@ "comment": "", "meta": { "range": [ - 192365, - 192375 + 198505, + 198515 ], "filename": "astronomy.js", - "lineno": 4287, + "lineno": 4417, "columnno": 8, "code": { - "id": "astnode100018768", + "id": "astnode100019783", "name": "evt_before" } }, @@ -37005,14 +38256,14 @@ "comment": "", "meta": { "range": [ - 192385, - 192394 + 198525, + 198534 ], "filename": "astronomy.js", - "lineno": 4288, + "lineno": 4418, "columnno": 8, "code": { - "id": "astnode100018771", + "id": "astnode100019786", "name": "evt_after" } }, @@ -37028,14 +38279,14 @@ "comment": "", "meta": { "range": [ - 192404, - 192445 + 198544, + 198585 ], "filename": "astronomy.js", - "lineno": 4289, + "lineno": 4419, "columnno": 8, "code": { - "id": "astnode100018774", + "id": "astnode100019789", "name": "error_before", "type": "CallExpression", "value": "" @@ -37053,14 +38304,14 @@ "comment": "", "meta": { "range": [ - 192455, - 192466 + 198595, + 198606 ], "filename": "astronomy.js", - "lineno": 4290, + "lineno": 4420, "columnno": 8, "code": { - "id": "astnode100018780", + "id": "astnode100019795", "name": "error_after" } }, @@ -37076,14 +38327,14 @@ "comment": "", "meta": { "range": [ - 192607, - 192674 + 198747, + 198814 ], "filename": "astronomy.js", - "lineno": 4293, + "lineno": 4423, "columnno": 8, "code": { - "id": "astnode100018788", + "id": "astnode100019803", "name": "evt_before", "type": "CallExpression", "funcscope": "InternalSearchAltitude", @@ -37102,14 +38353,14 @@ "comment": "", "meta": { "range": [ - 192684, - 192713 + 198824, + 198853 ], "filename": "astronomy.js", - "lineno": 4294, + "lineno": 4424, "columnno": 8, "code": { - "id": "astnode100018797", + "id": "astnode100019812", "name": "time_before", "type": "MemberExpression", "funcscope": "InternalSearchAltitude", @@ -37128,14 +38379,14 @@ "comment": "", "meta": { "range": [ - 192723, - 192765 + 198863, + 198905 ], "filename": "astronomy.js", - "lineno": 4295, + "lineno": 4425, "columnno": 8, "code": { - "id": "astnode100018803", + "id": "astnode100019818", "name": "error_before", "type": "CallExpression", "funcscope": "InternalSearchAltitude", @@ -37154,14 +38405,14 @@ "comment": "", "meta": { "range": [ - 192949, - 192973 + 199089, + 199113 ], "filename": "astronomy.js", - "lineno": 4300, + "lineno": 4430, "columnno": 8, "code": { - "id": "astnode100018810", + "id": "astnode100019825", "name": "time_before", "type": "Identifier", "funcscope": "InternalSearchAltitude", @@ -37180,14 +38431,14 @@ "comment": "", "meta": { "range": [ - 192985, - 193051 + 199125, + 199191 ], "filename": "astronomy.js", - "lineno": 4302, + "lineno": 4432, "columnno": 4, "code": { - "id": "astnode100018814", + "id": "astnode100019829", "name": "evt_after", "type": "CallExpression", "funcscope": "InternalSearchAltitude", @@ -37206,14 +38457,14 @@ "comment": "", "meta": { "range": [ - 193057, - 193101 + 199197, + 199241 ], "filename": "astronomy.js", - "lineno": 4303, + "lineno": 4433, "columnno": 4, "code": { - "id": "astnode100018823", + "id": "astnode100019838", "name": "error_after", "type": "CallExpression", "funcscope": "InternalSearchAltitude", @@ -37232,14 +38483,14 @@ "comment": "", "meta": { "range": [ - 193268, - 193373 + 199408, + 199513 ], "filename": "astronomy.js", - "lineno": 4307, + "lineno": 4437, "columnno": 16, "code": { - "id": "astnode100018843", + "id": "astnode100019858", "name": "tx", "type": "CallExpression", "value": "" @@ -37257,14 +38508,14 @@ "comment": "", "meta": { "range": [ - 193327, - 193348 + 199467, + 199488 ], "filename": "astronomy.js", - "lineno": 4307, + "lineno": 4437, "columnno": 75, "code": { - "id": "astnode100018853", + "id": "astnode100019868", "name": "init_f1", "type": "Identifier", "value": "error_before" @@ -37280,14 +38531,14 @@ "comment": "", "meta": { "range": [ - 193350, - 193370 + 199490, + 199510 ], "filename": "astronomy.js", - "lineno": 4307, + "lineno": 4437, "columnno": 98, "code": { - "id": "astnode100018855", + "id": "astnode100019870", "name": "init_f2", "type": "Identifier", "value": "error_after" @@ -37303,14 +38554,14 @@ "comment": "", "meta": { "range": [ - 193534, - 193605 + 199674, + 199745 ], "filename": "astronomy.js", - "lineno": 4312, + "lineno": 4442, "columnno": 8, "code": { - "id": "astnode100018862", + "id": "astnode100019877", "name": "evt_before", "type": "CallExpression", "funcscope": "InternalSearchAltitude", @@ -37329,14 +38580,14 @@ "comment": "", "meta": { "range": [ - 193615, - 193685 + 199755, + 199825 ], "filename": "astronomy.js", - "lineno": 4313, + "lineno": 4443, "columnno": 8, "code": { - "id": "astnode100018873", + "id": "astnode100019888", "name": "evt_after", "type": "CallExpression", "funcscope": "InternalSearchAltitude", @@ -37355,14 +38606,14 @@ "comment": "", "meta": { "range": [ - 193781, - 193810 + 199921, + 199950 ], "filename": "astronomy.js", - "lineno": 4316, + "lineno": 4446, "columnno": 8, "code": { - "id": "astnode100018898", + "id": "astnode100019913", "name": "time_before", "type": "MemberExpression", "funcscope": "InternalSearchAltitude", @@ -37381,14 +38632,14 @@ "comment": "", "meta": { "range": [ - 193820, - 193866 + 199960, + 200006 ], "filename": "astronomy.js", - "lineno": 4317, + "lineno": 4447, "columnno": 8, "code": { - "id": "astnode100018904", + "id": "astnode100019919", "name": "error_before", "type": "CallExpression", "funcscope": "InternalSearchAltitude", @@ -37407,14 +38658,14 @@ "comment": "", "meta": { "range": [ - 193876, - 193920 + 200016, + 200060 ], "filename": "astronomy.js", - "lineno": 4318, + "lineno": 4448, "columnno": 8, "code": { - "id": "astnode100018912", + "id": "astnode100019927", "name": "error_after", "type": "CallExpression", "funcscope": "InternalSearchAltitude", @@ -37433,14 +38684,14 @@ "comment": "/**\n * @brief Horizontal position of a body upon reaching an hour angle.\n *\n * Returns information about an occurrence of a celestial body\n * reaching a given hour angle as seen by an observer at a given\n * location on the surface of the Earth.\n *\n * @property {AstroTime} time\n * The date and time of the celestial body reaching the hour angle.\n *\n * @property {HorizontalCoordinates} hor\n * Topocentric horizontal coordinates for the body\n * at the time indicated by the `time` property.\n */", "meta": { "range": [ - 194439, - 194548 + 200579, + 200688 ], "filename": "astronomy.js", - "lineno": 4335, + "lineno": 4465, "columnno": 0, "code": { - "id": "astnode100018919", + "id": "astnode100019934", "name": "HourAngleEvent", "type": "ClassDeclaration", "paramnames": [ @@ -37487,14 +38738,14 @@ "comment": "", "meta": { "range": [ - 194466, - 194546 + 200606, + 200686 ], "filename": "astronomy.js", - "lineno": 4336, + "lineno": 4466, "columnno": 4, "code": { - "id": "astnode100018922", + "id": "astnode100019937", "name": "HourAngleEvent", "type": "MethodDefinition", "paramnames": [ @@ -37517,14 +38768,14 @@ "comment": "/**\n * @brief Horizontal position of a body upon reaching an hour angle.\n *\n * Returns information about an occurrence of a celestial body\n * reaching a given hour angle as seen by an observer at a given\n * location on the surface of the Earth.\n *\n * @property {AstroTime} time\n * The date and time of the celestial body reaching the hour angle.\n *\n * @property {HorizontalCoordinates} hor\n * Topocentric horizontal coordinates for the body\n * at the time indicated by the `time` property.\n */", "meta": { "range": [ - 194439, - 194548 + 200579, + 200688 ], "filename": "astronomy.js", - "lineno": 4335, + "lineno": 4465, "columnno": 0, "code": { - "id": "astnode100018919", + "id": "astnode100019934", "name": "HourAngleEvent", "type": "ClassDeclaration", "paramnames": [ @@ -37570,14 +38821,14 @@ "comment": "", "meta": { "range": [ - 194499, - 194515 + 200639, + 200655 ], "filename": "astronomy.js", - "lineno": 4337, + "lineno": 4467, "columnno": 8, "code": { - "id": "astnode100018929", + "id": "astnode100019944", "name": "this.time", "type": "Identifier", "value": "time", @@ -37595,14 +38846,14 @@ "comment": "", "meta": { "range": [ - 194525, - 194539 + 200665, + 200679 ], "filename": "astronomy.js", - "lineno": 4338, + "lineno": 4468, "columnno": 8, "code": { - "id": "astnode100018935", + "id": "astnode100019950", "name": "this.hor", "type": "Identifier", "value": "hor", @@ -37620,14 +38871,14 @@ "comment": "", "meta": { "range": [ - 194549, - 194588 + 200689, + 200728 ], "filename": "astronomy.js", - "lineno": 4341, + "lineno": 4471, "columnno": 0, "code": { - "id": "astnode100018941", + "id": "astnode100019956", "name": "exports.HourAngleEvent", "type": "Identifier", "value": "HourAngleEvent", @@ -37644,14 +38895,14 @@ "comment": "/**\n * @brief Finds when a body will reach a given hour angle.\n *\n * Finds the next time the given body is seen to reach the specified\n * hour angle\n * by the given observer.\n * Providing `hourAngle` = 0 finds the next maximum altitude event (culmination).\n * Providing `hourAngle` = 12 finds the next minimum altitude event.\n * Note that, especially close to the Earth's poles, a body as seen on a given day\n * may always be above the horizon or always below the horizon, so the caller cannot\n * assume that a culminating object is visible nor that an object is below the horizon\n * at its minimum altitude.\n *\n * @param {Body} body\n * The name of a celestial body other than the Earth.\n *\n * @param {Observer} observer\n * Specifies the geographic coordinates and elevation above sea level of the observer.\n *\n * @param {number} hourAngle\n * The hour angle expressed in\n * sidereal\n * hours for which the caller seeks to find the body attain.\n * The value must be in the range [0, 24).\n * The hour angle represents the number of sidereal hours that have\n * elapsed since the most recent time the body crossed the observer's local\n * meridian.\n * This specifying `hourAngle` = 0 finds the moment in time\n * the body reaches the highest angular altitude in a given sidereal day.\n *\n * @param {FlexibleDateTime} dateStart\n * The date and time after which the desired hour angle crossing event\n * is to be found.\n *\n * @returns {HourAngleEvent}\n */", "meta": { "range": [ - 196279, - 198149 + 202419, + 204289 ], "filename": "astronomy.js", - "lineno": 4378, + "lineno": 4508, "columnno": 0, "code": { - "id": "astnode100018946", + "id": "astnode100019961", "name": "SearchHourAngle", "type": "FunctionDeclaration", "paramnames": [ @@ -37735,14 +38986,14 @@ "comment": "", "meta": { "range": [ - 196382, - 196408 + 202522, + 202548 ], "filename": "astronomy.js", - "lineno": 4380, + "lineno": 4510, "columnno": 8, "code": { - "id": "astnode100018958", + "id": "astnode100019973", "name": "time", "type": "CallExpression", "value": "" @@ -37760,14 +39011,14 @@ "comment": "", "meta": { "range": [ - 196418, - 196426 + 202558, + 202566 ], "filename": "astronomy.js", - "lineno": 4381, + "lineno": 4511, "columnno": 8, "code": { - "id": "astnode100018964", + "id": "astnode100019979", "name": "iter", "type": "Literal", "value": 0 @@ -37785,14 +39036,14 @@ "comment": "", "meta": { "range": [ - 196768, - 196794 + 202908, + 202934 ], "filename": "astronomy.js", - "lineno": 4390, + "lineno": 4520, "columnno": 12, "code": { - "id": "astnode100018999", + "id": "astnode100020014", "name": "gast", "type": "CallExpression", "value": "" @@ -37810,14 +39061,14 @@ "comment": "", "meta": { "range": [ - 196808, - 196858 + 202948, + 202998 ], "filename": "astronomy.js", - "lineno": 4391, + "lineno": 4521, "columnno": 12, "code": { - "id": "astnode100019005", + "id": "astnode100020020", "name": "ofdate", "type": "CallExpression", "value": "" @@ -37835,14 +39086,14 @@ "comment": "", "meta": { "range": [ - 196989, - 197075 + 203129, + 203215 ], "filename": "astronomy.js", - "lineno": 4394, + "lineno": 4524, "columnno": 12, "code": { - "id": "astnode100019015", + "id": "astnode100020030", "name": "delta_sidereal_hours", "type": "BinaryExpression", "value": "" @@ -37860,14 +39111,14 @@ "comment": "", "meta": { "range": [ - 197231, - 197257 + 203371, + 203397 ], "filename": "astronomy.js", - "lineno": 4398, + "lineno": 4528, "columnno": 16, "code": { - "id": "astnode100019042", + "id": "astnode100020057", "name": "delta_sidereal_hours", "type": "Literal", "funcscope": "SearchHourAngle", @@ -37886,14 +39137,14 @@ "comment": "", "meta": { "range": [ - 197478, - 197504 + 203618, + 203644 ], "filename": "astronomy.js", - "lineno": 4404, + "lineno": 4534, "columnno": 16, "code": { - "id": "astnode100019052", + "id": "astnode100020067", "name": "delta_sidereal_hours", "type": "Literal", "funcscope": "SearchHourAngle", @@ -37912,14 +39163,14 @@ "comment": "", "meta": { "range": [ - 197571, - 197597 + 203711, + 203737 ], "filename": "astronomy.js", - "lineno": 4406, + "lineno": 4536, "columnno": 16, "code": { - "id": "astnode100019061", + "id": "astnode100020076", "name": "delta_sidereal_hours", "type": "Literal", "funcscope": "SearchHourAngle", @@ -37938,14 +39189,14 @@ "comment": "", "meta": { "range": [ - 197764, - 197826 + 203904, + 203966 ], "filename": "astronomy.js", - "lineno": 4410, + "lineno": 4540, "columnno": 18, "code": { - "id": "astnode100019076", + "id": "astnode100020091", "name": "hor", "type": "CallExpression", "value": "" @@ -37963,14 +39214,14 @@ "comment": "", "meta": { "range": [ - 198029, - 198099 + 204169, + 204239 ], "filename": "astronomy.js", - "lineno": 4415, + "lineno": 4545, "columnno": 12, "code": { - "id": "astnode100019095", + "id": "astnode100020110", "name": "delta_days", "type": "BinaryExpression", "value": "" @@ -37988,14 +39239,14 @@ "comment": "", "meta": { "range": [ - 198109, - 198140 + 204249, + 204280 ], "filename": "astronomy.js", - "lineno": 4416, + "lineno": 4546, "columnno": 8, "code": { - "id": "astnode100019103", + "id": "astnode100020118", "name": "time", "type": "CallExpression", "funcscope": "SearchHourAngle", @@ -38014,14 +39265,14 @@ "comment": "", "meta": { "range": [ - 198150, - 198191 + 204290, + 204331 ], "filename": "astronomy.js", - "lineno": 4419, + "lineno": 4549, "columnno": 0, "code": { - "id": "astnode100019111", + "id": "astnode100020126", "name": "exports.SearchHourAngle", "type": "Identifier", "value": "SearchHourAngle", @@ -38038,14 +39289,14 @@ "comment": "/**\n * @brief When the seasons change for a given calendar year.\n *\n * Represents the dates and times of the two solstices\n * and the two equinoxes in a given calendar year.\n * These four events define the changing of the seasons on the Earth.\n *\n * @property {AstroTime} mar_equinox\n * The date and time of the March equinox in the given calendar year.\n * This is the moment in March that the plane of the Earth's equator passes\n * through the center of the Sun; thus the Sun's declination\n * changes from a negative number to a positive number.\n * The March equinox defines\n * the beginning of spring in the northern hemisphere and\n * the beginning of autumn in the southern hemisphere.\n *\n * @property {AstroTime} jun_solstice\n * The date and time of the June solstice in the given calendar year.\n * This is the moment in June that the Sun reaches its most positive\n * declination value.\n * At this moment the Earth's north pole is most tilted most toward the Sun.\n * The June solstice defines\n * the beginning of summer in the northern hemisphere and\n * the beginning of winter in the southern hemisphere.\n *\n * @property {AstroTime} sep_equinox\n * The date and time of the September equinox in the given calendar year.\n * This is the moment in September that the plane of the Earth's equator passes\n * through the center of the Sun; thus the Sun's declination\n * changes from a positive number to a negative number.\n * The September equinox defines\n * the beginning of autumn in the northern hemisphere and\n * the beginning of spring in the southern hemisphere.\n *\n * @property {AstroTime} dec_solstice\n * The date and time of the December solstice in the given calendar year.\n * This is the moment in December that the Sun reaches its most negative\n * declination value.\n * At this moment the Earth's south pole is tilted most toward the Sun.\n * The December solstice defines\n * the beginning of winter in the northern hemisphere and\n * the beginning of summer in the southern hemisphere.\n */", "meta": { "range": [ - 200332, - 200594 + 206472, + 206734 ], "filename": "astronomy.js", - "lineno": 4463, + "lineno": 4593, "columnno": 0, "code": { - "id": "astnode100019116", + "id": "astnode100020131", "name": "SeasonInfo", "type": "ClassDeclaration", "paramnames": [ @@ -38112,14 +39363,14 @@ "comment": "", "meta": { "range": [ - 200355, - 200592 + 206495, + 206732 ], "filename": "astronomy.js", - "lineno": 4464, + "lineno": 4594, "columnno": 4, "code": { - "id": "astnode100019119", + "id": "astnode100020134", "name": "SeasonInfo", "type": "MethodDefinition", "paramnames": [ @@ -38144,14 +39395,14 @@ "comment": "/**\n * @brief When the seasons change for a given calendar year.\n *\n * Represents the dates and times of the two solstices\n * and the two equinoxes in a given calendar year.\n * These four events define the changing of the seasons on the Earth.\n *\n * @property {AstroTime} mar_equinox\n * The date and time of the March equinox in the given calendar year.\n * This is the moment in March that the plane of the Earth's equator passes\n * through the center of the Sun; thus the Sun's declination\n * changes from a negative number to a positive number.\n * The March equinox defines\n * the beginning of spring in the northern hemisphere and\n * the beginning of autumn in the southern hemisphere.\n *\n * @property {AstroTime} jun_solstice\n * The date and time of the June solstice in the given calendar year.\n * This is the moment in June that the Sun reaches its most positive\n * declination value.\n * At this moment the Earth's north pole is most tilted most toward the Sun.\n * The June solstice defines\n * the beginning of summer in the northern hemisphere and\n * the beginning of winter in the southern hemisphere.\n *\n * @property {AstroTime} sep_equinox\n * The date and time of the September equinox in the given calendar year.\n * This is the moment in September that the plane of the Earth's equator passes\n * through the center of the Sun; thus the Sun's declination\n * changes from a positive number to a negative number.\n * The September equinox defines\n * the beginning of autumn in the northern hemisphere and\n * the beginning of spring in the southern hemisphere.\n *\n * @property {AstroTime} dec_solstice\n * The date and time of the December solstice in the given calendar year.\n * This is the moment in December that the Sun reaches its most negative\n * declination value.\n * At this moment the Earth's south pole is tilted most toward the Sun.\n * The December solstice defines\n * the beginning of winter in the northern hemisphere and\n * the beginning of summer in the southern hemisphere.\n */", "meta": { "range": [ - 200332, - 200594 + 206472, + 206734 ], "filename": "astronomy.js", - "lineno": 4463, + "lineno": 4593, "columnno": 0, "code": { - "id": "astnode100019116", + "id": "astnode100020131", "name": "SeasonInfo", "type": "ClassDeclaration", "paramnames": [ @@ -38217,14 +39468,14 @@ "comment": "", "meta": { "range": [ - 200431, - 200461 + 206571, + 206601 ], "filename": "astronomy.js", - "lineno": 4465, + "lineno": 4595, "columnno": 8, "code": { - "id": "astnode100019128", + "id": "astnode100020143", "name": "this.mar_equinox", "type": "Identifier", "value": "mar_equinox", @@ -38242,14 +39493,14 @@ "comment": "", "meta": { "range": [ - 200471, - 200503 + 206611, + 206643 ], "filename": "astronomy.js", - "lineno": 4466, + "lineno": 4596, "columnno": 8, "code": { - "id": "astnode100019134", + "id": "astnode100020149", "name": "this.jun_solstice", "type": "Identifier", "value": "jun_solstice", @@ -38267,14 +39518,14 @@ "comment": "", "meta": { "range": [ - 200513, - 200543 + 206653, + 206683 ], "filename": "astronomy.js", - "lineno": 4467, + "lineno": 4597, "columnno": 8, "code": { - "id": "astnode100019140", + "id": "astnode100020155", "name": "this.sep_equinox", "type": "Identifier", "value": "sep_equinox", @@ -38292,14 +39543,14 @@ "comment": "", "meta": { "range": [ - 200553, - 200585 + 206693, + 206725 ], "filename": "astronomy.js", - "lineno": 4468, + "lineno": 4598, "columnno": 8, "code": { - "id": "astnode100019146", + "id": "astnode100020161", "name": "this.dec_solstice", "type": "Identifier", "value": "dec_solstice", @@ -38317,14 +39568,14 @@ "comment": "", "meta": { "range": [ - 200595, - 200626 + 206735, + 206766 ], "filename": "astronomy.js", - "lineno": 4471, + "lineno": 4601, "columnno": 0, "code": { - "id": "astnode100019152", + "id": "astnode100020167", "name": "exports.SeasonInfo", "type": "Identifier", "value": "SeasonInfo", @@ -38341,14 +39592,14 @@ "comment": "/**\n * @brief Finds the equinoxes and solstices for a given calendar year.\n *\n * @param {number | AstroTime} year\n * The integer value or `AstroTime` object that specifies\n * the UTC calendar year for which to find equinoxes and solstices.\n *\n * @returns {SeasonInfo}\n */", "meta": { "range": [ - 200910, - 201727 + 207050, + 207867 ], "filename": "astronomy.js", - "lineno": 4481, + "lineno": 4611, "columnno": 0, "code": { - "id": "astnode100019157", + "id": "astnode100020172", "name": "Seasons", "type": "FunctionDeclaration", "paramnames": [ @@ -38402,14 +39653,14 @@ "comment": "", "meta": { "range": [ - 200939, - 201232 + 207079, + 207372 ], "filename": "astronomy.js", - "lineno": 4482, + "lineno": 4612, "columnno": 4, "code": { - "id": "astnode100019161", + "id": "astnode100020176", "name": "find", "type": "FunctionDeclaration", "paramnames": [ @@ -38435,14 +39686,14 @@ "comment": "", "meta": { "range": [ - 200990, - 201042 + 207130, + 207182 ], "filename": "astronomy.js", - "lineno": 4483, + "lineno": 4613, "columnno": 12, "code": { - "id": "astnode100019168", + "id": "astnode100020183", "name": "startDate", "type": "NewExpression", "value": "" @@ -38460,14 +39711,14 @@ "comment": "", "meta": { "range": [ - 201056, - 201106 + 207196, + 207246 ], "filename": "astronomy.js", - "lineno": 4484, + "lineno": 4614, "columnno": 12, "code": { - "id": "astnode100019182", + "id": "astnode100020197", "name": "time", "type": "CallExpression", "value": "" @@ -38485,14 +39736,14 @@ "comment": "", "meta": { "range": [ - 201308, - 201336 + 207448, + 207476 ], "filename": "astronomy.js", - "lineno": 4490, + "lineno": 4620, "columnno": 8, "code": { - "id": "astnode100019216", + "id": "astnode100020231", "name": "year", "type": "CallExpression", "funcscope": "Seasons", @@ -38511,14 +39762,14 @@ "comment": "", "meta": { "range": [ - 201493, - 201521 + 207633, + 207661 ], "filename": "astronomy.js", - "lineno": 4493, + "lineno": 4623, "columnno": 8, "code": { - "id": "astnode100019235", + "id": "astnode100020250", "name": "mar_equinox", "type": "CallExpression", "value": "" @@ -38536,14 +39787,14 @@ "comment": "", "meta": { "range": [ - 201531, - 201561 + 207671, + 207701 ], "filename": "astronomy.js", - "lineno": 4494, + "lineno": 4624, "columnno": 8, "code": { - "id": "astnode100019243", + "id": "astnode100020258", "name": "jun_solstice", "type": "CallExpression", "value": "" @@ -38561,14 +39812,14 @@ "comment": "", "meta": { "range": [ - 201571, - 201601 + 207711, + 207741 ], "filename": "astronomy.js", - "lineno": 4495, + "lineno": 4625, "columnno": 8, "code": { - "id": "astnode100019251", + "id": "astnode100020266", "name": "sep_equinox", "type": "CallExpression", "value": "" @@ -38586,14 +39837,14 @@ "comment": "", "meta": { "range": [ - 201611, - 201643 + 207751, + 207783 ], "filename": "astronomy.js", - "lineno": 4496, + "lineno": 4626, "columnno": 8, "code": { - "id": "astnode100019259", + "id": "astnode100020274", "name": "dec_solstice", "type": "CallExpression", "value": "" @@ -38611,14 +39862,14 @@ "comment": "", "meta": { "range": [ - 201728, - 201753 + 207868, + 207893 ], "filename": "astronomy.js", - "lineno": 4499, + "lineno": 4629, "columnno": 0, "code": { - "id": "astnode100019274", + "id": "astnode100020289", "name": "exports.Seasons", "type": "Identifier", "value": "Seasons", @@ -38635,14 +39886,14 @@ "comment": "/**\n * @brief The viewing conditions of a body relative to the Sun.\n *\n * Represents the angular separation of a body from the Sun as seen from the Earth\n * and the relative ecliptic longitudes between that body and the Earth as seen from the Sun.\n *\n * @property {AstroTime} time\n * The date and time of the observation.\n *\n * @property {string} visibility\n * Either `\"morning\"` or `\"evening\"`,\n * indicating when the body is most easily seen.\n *\n * @property {number} elongation\n * The angle in degrees, as seen from the center of the Earth,\n * of the apparent separation between the body and the Sun.\n * This angle is measured in 3D space and is not projected onto the ecliptic plane.\n * When `elongation` is less than a few degrees, the body is very\n * difficult to see from the Earth because it is lost in the Sun's glare.\n * The elongation is always in the range [0, 180].\n *\n * @property {number} ecliptic_separation\n * The absolute value of the difference between the body's ecliptic longitude\n * and the Sun's ecliptic longitude, both as seen from the center of the Earth.\n * This angle measures around the plane of the Earth's orbit (the ecliptic),\n * and ignores how far above or below that plane the body is.\n * The ecliptic separation is measured in degrees and is always in the range [0, 180].\n *\n * @see {@link Elongation}\n */", "meta": { "range": [ - 203170, - 203428 + 209310, + 209568 ], "filename": "astronomy.js", - "lineno": 4530, + "lineno": 4660, "columnno": 0, "code": { - "id": "astnode100019279", + "id": "astnode100020294", "name": "ElongationEvent", "type": "ClassDeclaration", "paramnames": [ @@ -38712,14 +39963,14 @@ "comment": "", "meta": { "range": [ - 203198, - 203426 + 209338, + 209566 ], "filename": "astronomy.js", - "lineno": 4531, + "lineno": 4661, "columnno": 4, "code": { - "id": "astnode100019282", + "id": "astnode100020297", "name": "ElongationEvent", "type": "MethodDefinition", "paramnames": [ @@ -38744,14 +39995,14 @@ "comment": "/**\n * @brief The viewing conditions of a body relative to the Sun.\n *\n * Represents the angular separation of a body from the Sun as seen from the Earth\n * and the relative ecliptic longitudes between that body and the Earth as seen from the Sun.\n *\n * @property {AstroTime} time\n * The date and time of the observation.\n *\n * @property {string} visibility\n * Either `\"morning\"` or `\"evening\"`,\n * indicating when the body is most easily seen.\n *\n * @property {number} elongation\n * The angle in degrees, as seen from the center of the Earth,\n * of the apparent separation between the body and the Sun.\n * This angle is measured in 3D space and is not projected onto the ecliptic plane.\n * When `elongation` is less than a few degrees, the body is very\n * difficult to see from the Earth because it is lost in the Sun's glare.\n * The elongation is always in the range [0, 180].\n *\n * @property {number} ecliptic_separation\n * The absolute value of the difference between the body's ecliptic longitude\n * and the Sun's ecliptic longitude, both as seen from the center of the Earth.\n * This angle measures around the plane of the Earth's orbit (the ecliptic),\n * and ignores how far above or below that plane the body is.\n * The ecliptic separation is measured in degrees and is always in the range [0, 180].\n *\n * @see {@link Elongation}\n */", "meta": { "range": [ - 203170, - 203428 + 209310, + 209568 ], "filename": "astronomy.js", - "lineno": 4530, + "lineno": 4660, "columnno": 0, "code": { - "id": "astnode100019279", + "id": "astnode100020294", "name": "ElongationEvent", "type": "ClassDeclaration", "paramnames": [ @@ -38820,14 +40071,14 @@ "comment": "", "meta": { "range": [ - 203271, - 203287 + 209411, + 209427 ], "filename": "astronomy.js", - "lineno": 4532, + "lineno": 4662, "columnno": 8, "code": { - "id": "astnode100019291", + "id": "astnode100020306", "name": "this.time", "type": "Identifier", "value": "time", @@ -38845,14 +40096,14 @@ "comment": "", "meta": { "range": [ - 203297, - 203325 + 209437, + 209465 ], "filename": "astronomy.js", - "lineno": 4533, + "lineno": 4663, "columnno": 8, "code": { - "id": "astnode100019297", + "id": "astnode100020312", "name": "this.visibility", "type": "Identifier", "value": "visibility", @@ -38870,14 +40121,14 @@ "comment": "", "meta": { "range": [ - 203335, - 203363 + 209475, + 209503 ], "filename": "astronomy.js", - "lineno": 4534, + "lineno": 4664, "columnno": 8, "code": { - "id": "astnode100019303", + "id": "astnode100020318", "name": "this.elongation", "type": "Identifier", "value": "elongation", @@ -38895,14 +40146,14 @@ "comment": "", "meta": { "range": [ - 203373, - 203419 + 209513, + 209559 ], "filename": "astronomy.js", - "lineno": 4535, + "lineno": 4665, "columnno": 8, "code": { - "id": "astnode100019309", + "id": "astnode100020324", "name": "this.ecliptic_separation", "type": "Identifier", "value": "ecliptic_separation", @@ -38920,14 +40171,14 @@ "comment": "", "meta": { "range": [ - 203429, - 203470 + 209569, + 209610 ], "filename": "astronomy.js", - "lineno": 4538, + "lineno": 4668, "columnno": 0, "code": { - "id": "astnode100019315", + "id": "astnode100020330", "name": "exports.ElongationEvent", "type": "Identifier", "value": "ElongationEvent", @@ -38944,14 +40195,14 @@ "comment": "/**\n * @brief Calculates the viewing conditions of a body relative to the Sun.\n *\n * Calculates angular separation of a body from the Sun as seen from the Earth\n * and the relative ecliptic longitudes between that body and the Earth as seen from the Sun.\n * See the return type {@link ElongationEvent} for details.\n *\n * This function is helpful for determining how easy\n * it is to view a planet away from the Sun's glare on a given date.\n * It also determines whether the object is visible in the morning or evening;\n * this is more important the smaller the elongation is.\n * It is also used to determine how far a planet is from opposition, conjunction, or quadrature.\n *\n * @param {Body} body\n * The name of the observed body. Not allowed to be `\"Earth\"`.\n *\n * @returns {ElongationEvent}\n */", "meta": { "range": [ - 204275, - 204621 + 210415, + 210761 ], "filename": "astronomy.js", - "lineno": 4557, + "lineno": 4687, "columnno": 0, "code": { - "id": "astnode100019320", + "id": "astnode100020335", "name": "Elongation", "type": "FunctionDeclaration", "paramnames": [ @@ -39003,14 +40254,14 @@ "comment": "", "meta": { "range": [ - 204317, - 204338 + 210457, + 210478 ], "filename": "astronomy.js", - "lineno": 4558, + "lineno": 4688, "columnno": 8, "code": { - "id": "astnode100019326", + "id": "astnode100020341", "name": "time", "type": "CallExpression", "value": "" @@ -39028,14 +40279,14 @@ "comment": "", "meta": { "range": [ - 204348, - 204389 + 210488, + 210529 ], "filename": "astronomy.js", - "lineno": 4559, + "lineno": 4689, "columnno": 8, "code": { - "id": "astnode100019332", + "id": "astnode100020347", "name": "lon", "type": "CallExpression", "value": "" @@ -39053,14 +40304,14 @@ "comment": "", "meta": { "range": [ - 204399, - 204402 + 210539, + 210542 ], "filename": "astronomy.js", - "lineno": 4560, + "lineno": 4690, "columnno": 8, "code": { - "id": "astnode100019342", + "id": "astnode100020357", "name": "vis" } }, @@ -39076,14 +40327,14 @@ "comment": "", "meta": { "range": [ - 204433, - 204448 + 210573, + 210588 ], "filename": "astronomy.js", - "lineno": 4562, + "lineno": 4692, "columnno": 8, "code": { - "id": "astnode100019350", + "id": "astnode100020365", "name": "vis", "type": "Literal", "funcscope": "Elongation", @@ -39102,14 +40353,14 @@ "comment": "", "meta": { "range": [ - 204458, - 204473 + 210598, + 210613 ], "filename": "astronomy.js", - "lineno": 4563, + "lineno": 4693, "columnno": 8, "code": { - "id": "astnode100019354", + "id": "astnode100020369", "name": "lon", "type": "BinaryExpression", "funcscope": "Elongation", @@ -39128,14 +40379,14 @@ "comment": "", "meta": { "range": [ - 204500, - 204515 + 210640, + 210655 ], "filename": "astronomy.js", - "lineno": 4566, + "lineno": 4696, "columnno": 8, "code": { - "id": "astnode100019361", + "id": "astnode100020376", "name": "vis", "type": "Literal", "funcscope": "Elongation", @@ -39154,14 +40405,14 @@ "comment": "", "meta": { "range": [ - 204531, - 204563 + 210671, + 210703 ], "filename": "astronomy.js", - "lineno": 4568, + "lineno": 4698, "columnno": 8, "code": { - "id": "astnode100019365", + "id": "astnode100020380", "name": "angle", "type": "CallExpression", "value": "" @@ -39179,14 +40430,14 @@ "comment": "", "meta": { "range": [ - 204622, - 204653 + 210762, + 210793 ], "filename": "astronomy.js", - "lineno": 4571, + "lineno": 4701, "columnno": 0, "code": { - "id": "astnode100019379", + "id": "astnode100020394", "name": "exports.Elongation", "type": "Identifier", "value": "Elongation", @@ -39203,14 +40454,14 @@ "comment": "/**\n * @brief Finds the next time Mercury or Venus reaches maximum elongation.\n *\n * Searches for the next maximum elongation event for Mercury or Venus\n * that occurs after the given start date. Calling with other values\n * of `body` will result in an exception.\n * Maximum elongation occurs when the body has the greatest\n * angular separation from the Sun, as seen from the Earth.\n * Returns an `ElongationEvent` object containing the date and time of the next\n * maximum elongation, the elongation in degrees, and whether\n * the body is visible in the morning or evening.\n *\n * @param {Body} body Either `\"Mercury\"` or `\"Venus\"`.\n * @param {FlexibleDateTime} startDate The date and time after which to search for the next maximum elongation event.\n *\n * @returns {ElongationEvent}\n */", "meta": { "range": [ - 205449, - 209575 + 211589, + 215715 ], "filename": "astronomy.js", - "lineno": 4589, + "lineno": 4719, "columnno": 0, "code": { - "id": "astnode100019384", + "id": "astnode100020399", "name": "SearchMaxElongation", "type": "FunctionDeclaration", "paramnames": [ @@ -39285,14 +40536,14 @@ "comment": "", "meta": { "range": [ - 205507, - 205516 + 211647, + 211656 ], "filename": "astronomy.js", - "lineno": 4590, + "lineno": 4720, "columnno": 10, "code": { - "id": "astnode100019390", + "id": "astnode100020405", "name": "dt", "type": "Literal", "value": 0.01 @@ -39310,14 +40561,14 @@ "comment": "", "meta": { "range": [ - 205522, - 205984 + 211662, + 212124 ], "filename": "astronomy.js", - "lineno": 4591, + "lineno": 4721, "columnno": 4, "code": { - "id": "astnode100019393", + "id": "astnode100020408", "name": "neg_slope", "type": "FunctionDeclaration", "paramnames": [ @@ -39344,14 +40595,14 @@ "comment": "", "meta": { "range": [ - 205783, - 205806 + 211923, + 211946 ], "filename": "astronomy.js", - "lineno": 4595, + "lineno": 4725, "columnno": 14, "code": { - "id": "astnode100019398", + "id": "astnode100020413", "name": "t1", "type": "CallExpression", "value": "" @@ -39369,14 +40620,14 @@ "comment": "", "meta": { "range": [ - 205822, - 205845 + 211962, + 211985 ], "filename": "astronomy.js", - "lineno": 4596, + "lineno": 4726, "columnno": 14, "code": { - "id": "astnode100019409", + "id": "astnode100020424", "name": "t2", "type": "CallExpression", "value": "" @@ -39394,14 +40645,14 @@ "comment": "", "meta": { "range": [ - 205859, - 205886 + 211999, + 212026 ], "filename": "astronomy.js", - "lineno": 4597, + "lineno": 4727, "columnno": 12, "code": { - "id": "astnode100019420", + "id": "astnode100020435", "name": "e1", "type": "CallExpression", "value": "" @@ -39419,14 +40670,14 @@ "comment": "", "meta": { "range": [ - 205900, - 205927 + 212040, + 212067 ], "filename": "astronomy.js", - "lineno": 4598, + "lineno": 4728, "columnno": 12, "code": { - "id": "astnode100019427", + "id": "astnode100020442", "name": "e2", "type": "CallExpression", "value": "" @@ -39444,14 +40695,14 @@ "comment": "", "meta": { "range": [ - 205941, - 205959 + 212081, + 212099 ], "filename": "astronomy.js", - "lineno": 4599, + "lineno": 4729, "columnno": 12, "code": { - "id": "astnode100019434", + "id": "astnode100020449", "name": "m", "type": "BinaryExpression", "value": "" @@ -39469,14 +40720,14 @@ "comment": "", "meta": { "range": [ - 205993, - 206024 + 212133, + 212164 ], "filename": "astronomy.js", - "lineno": 4602, + "lineno": 4732, "columnno": 8, "code": { - "id": "astnode100019444", + "id": "astnode100020459", "name": "startTime", "type": "CallExpression", "value": "" @@ -39494,14 +40745,14 @@ "comment": "", "meta": { "range": [ - 206036, - 206130 + 212176, + 212270 ], "filename": "astronomy.js", - "lineno": 4603, + "lineno": 4733, "columnno": 10, "code": { - "id": "astnode100019450", + "id": "astnode100020465", "name": "table", "type": "ObjectExpression", "value": "{\"Mercury\":\"\",\"Venus\":\"\"}" @@ -39519,14 +40770,14 @@ "comment": "", "meta": { "range": [ - 206054, - 206085 + 212194, + 212225 ], "filename": "astronomy.js", - "lineno": 4604, + "lineno": 4734, "columnno": 8, "code": { - "id": "astnode100019453", + "id": "astnode100020468", "name": "Mercury", "type": "ObjectExpression", "value": "{\"s1\":50,\"s2\":85}" @@ -39543,14 +40794,14 @@ "comment": "", "meta": { "range": [ - 206065, - 206073 + 212205, + 212213 ], "filename": "astronomy.js", - "lineno": 4604, + "lineno": 4734, "columnno": 19, "code": { - "id": "astnode100019455", + "id": "astnode100020470", "name": "s1", "type": "Literal", "value": 50 @@ -39567,14 +40818,14 @@ "comment": "", "meta": { "range": [ - 206075, - 206083 + 212215, + 212223 ], "filename": "astronomy.js", - "lineno": 4604, + "lineno": 4734, "columnno": 29, "code": { - "id": "astnode100019457", + "id": "astnode100020472", "name": "s2", "type": "Literal", "value": 85 @@ -39591,14 +40842,14 @@ "comment": "", "meta": { "range": [ - 206095, - 206124 + 212235, + 212264 ], "filename": "astronomy.js", - "lineno": 4605, + "lineno": 4735, "columnno": 8, "code": { - "id": "astnode100019459", + "id": "astnode100020474", "name": "Venus", "type": "ObjectExpression", "value": "{\"s1\":40,\"s2\":50}" @@ -39615,14 +40866,14 @@ "comment": "", "meta": { "range": [ - 206104, - 206112 + 212244, + 212252 ], "filename": "astronomy.js", - "lineno": 4605, + "lineno": 4735, "columnno": 17, "code": { - "id": "astnode100019461", + "id": "astnode100020476", "name": "s1", "type": "Literal", "value": 40 @@ -39639,14 +40890,14 @@ "comment": "", "meta": { "range": [ - 206114, - 206122 + 212254, + 212262 ], "filename": "astronomy.js", - "lineno": 4605, + "lineno": 4735, "columnno": 27, "code": { - "id": "astnode100019463", + "id": "astnode100020478", "name": "s2", "type": "Literal", "value": 50 @@ -39663,14 +40914,14 @@ "comment": "", "meta": { "range": [ - 206142, - 206162 + 212282, + 212302 ], "filename": "astronomy.js", - "lineno": 4607, + "lineno": 4737, "columnno": 10, "code": { - "id": "astnode100019466", + "id": "astnode100020481", "name": "planet", "type": "MemberExpression", "value": "table[undefined]" @@ -39688,14 +40939,14 @@ "comment": "", "meta": { "range": [ - 206260, - 206268 + 212400, + 212408 ], "filename": "astronomy.js", - "lineno": 4610, + "lineno": 4740, "columnno": 8, "code": { - "id": "astnode100019477", + "id": "astnode100020492", "name": "iter", "type": "Literal", "value": 0 @@ -39713,14 +40964,14 @@ "comment": "", "meta": { "range": [ - 206418, - 206459 + 212558, + 212599 ], "filename": "astronomy.js", - "lineno": 4614, + "lineno": 4744, "columnno": 12, "code": { - "id": "astnode100019487", + "id": "astnode100020502", "name": "plon", "type": "CallExpression", "value": "" @@ -39738,14 +40989,14 @@ "comment": "", "meta": { "range": [ - 206473, - 206520 + 212613, + 212660 ], "filename": "astronomy.js", - "lineno": 4615, + "lineno": 4745, "columnno": 12, "code": { - "id": "astnode100019494", + "id": "astnode100020509", "name": "elon", "type": "CallExpression", "value": "" @@ -39763,14 +41014,14 @@ "comment": "", "meta": { "range": [ - 206534, - 206569 + 212674, + 212709 ], "filename": "astronomy.js", - "lineno": 4616, + "lineno": 4746, "columnno": 12, "code": { - "id": "astnode100019503", + "id": "astnode100020518", "name": "rlon", "type": "CallExpression", "value": "" @@ -39788,14 +41039,14 @@ "comment": "", "meta": { "range": [ - 206855, - 206862 + 212995, + 213002 ], "filename": "astronomy.js", - "lineno": 4620, + "lineno": 4750, "columnno": 12, "code": { - "id": "astnode100019511", + "id": "astnode100020526", "name": "rlon_lo" } }, @@ -39811,14 +41062,14 @@ "comment": "", "meta": { "range": [ - 206864, - 206871 + 213004, + 213011 ], "filename": "astronomy.js", - "lineno": 4620, + "lineno": 4750, "columnno": 21, "code": { - "id": "astnode100019513", + "id": "astnode100020528", "name": "rlon_hi" } }, @@ -39834,14 +41085,14 @@ "comment": "", "meta": { "range": [ - 206873, - 206884 + 213013, + 213024 ], "filename": "astronomy.js", - "lineno": 4620, + "lineno": 4750, "columnno": 30, "code": { - "id": "astnode100019515", + "id": "astnode100020530", "name": "adjust_days" } }, @@ -39857,14 +41108,14 @@ "comment": "", "meta": { "range": [ - 206999, - 207014 + 213139, + 213154 ], "filename": "astronomy.js", - "lineno": 4623, + "lineno": 4753, "columnno": 12, "code": { - "id": "astnode100019533", + "id": "astnode100020548", "name": "adjust_days", "type": "Literal", "funcscope": "SearchMaxElongation", @@ -39883,14 +41134,14 @@ "comment": "", "meta": { "range": [ - 207094, - 207114 + 213234, + 213254 ], "filename": "astronomy.js", - "lineno": 4625, + "lineno": 4755, "columnno": 12, "code": { - "id": "astnode100019537", + "id": "astnode100020552", "name": "rlon_lo", "type": "UnaryExpression", "funcscope": "SearchMaxElongation", @@ -39909,14 +41160,14 @@ "comment": "", "meta": { "range": [ - 207194, - 207214 + 213334, + 213354 ], "filename": "astronomy.js", - "lineno": 4627, + "lineno": 4757, "columnno": 12, "code": { - "id": "astnode100019544", + "id": "astnode100020559", "name": "rlon_hi", "type": "UnaryExpression", "funcscope": "SearchMaxElongation", @@ -39935,14 +41186,14 @@ "comment": "", "meta": { "range": [ - 207359, - 207374 + 213499, + 213514 ], "filename": "astronomy.js", - "lineno": 4631, + "lineno": 4761, "columnno": 12, "code": { - "id": "astnode100019566", + "id": "astnode100020581", "name": "adjust_days", "type": "Literal", "funcscope": "SearchMaxElongation", @@ -39961,14 +41212,14 @@ "comment": "", "meta": { "range": [ - 207454, - 207474 + 213594, + 213614 ], "filename": "astronomy.js", - "lineno": 4633, + "lineno": 4763, "columnno": 12, "code": { - "id": "astnode100019570", + "id": "astnode100020585", "name": "rlon_lo", "type": "UnaryExpression", "funcscope": "SearchMaxElongation", @@ -39987,14 +41238,14 @@ "comment": "", "meta": { "range": [ - 207554, - 207574 + 213694, + 213714 ], "filename": "astronomy.js", - "lineno": 4635, + "lineno": 4765, "columnno": 12, "code": { - "id": "astnode100019577", + "id": "astnode100020592", "name": "rlon_hi", "type": "UnaryExpression", "funcscope": "SearchMaxElongation", @@ -40013,14 +41264,14 @@ "comment": "", "meta": { "range": [ - 207763, - 207801 + 213903, + 213941 ], "filename": "astronomy.js", - "lineno": 4640, + "lineno": 4770, "columnno": 12, "code": { - "id": "astnode100019589", + "id": "astnode100020604", "name": "adjust_days", "type": "BinaryExpression", "funcscope": "SearchMaxElongation", @@ -40039,14 +41290,14 @@ "comment": "", "meta": { "range": [ - 207815, - 207835 + 213955, + 213975 ], "filename": "astronomy.js", - "lineno": 4641, + "lineno": 4771, "columnno": 12, "code": { - "id": "astnode100019598", + "id": "astnode100020613", "name": "rlon_lo", "type": "UnaryExpression", "funcscope": "SearchMaxElongation", @@ -40065,14 +41316,14 @@ "comment": "", "meta": { "range": [ - 207849, - 207869 + 213989, + 214009 ], "filename": "astronomy.js", - "lineno": 4642, + "lineno": 4772, "columnno": 12, "code": { - "id": "astnode100019605", + "id": "astnode100020620", "name": "rlon_hi", "type": "UnaryExpression", "funcscope": "SearchMaxElongation", @@ -40091,14 +41342,14 @@ "comment": "", "meta": { "range": [ - 208117, - 208155 + 214257, + 214295 ], "filename": "astronomy.js", - "lineno": 4648, + "lineno": 4778, "columnno": 12, "code": { - "id": "astnode100019613", + "id": "astnode100020628", "name": "adjust_days", "type": "BinaryExpression", "funcscope": "SearchMaxElongation", @@ -40117,14 +41368,14 @@ "comment": "", "meta": { "range": [ - 208169, - 208189 + 214309, + 214329 ], "filename": "astronomy.js", - "lineno": 4649, + "lineno": 4779, "columnno": 12, "code": { - "id": "astnode100019622", + "id": "astnode100020637", "name": "rlon_lo", "type": "UnaryExpression", "funcscope": "SearchMaxElongation", @@ -40143,14 +41394,14 @@ "comment": "", "meta": { "range": [ - 208277, - 208297 + 214417, + 214437 ], "filename": "astronomy.js", - "lineno": 4651, + "lineno": 4781, "columnno": 12, "code": { - "id": "astnode100019629", + "id": "astnode100020644", "name": "rlon_hi", "type": "UnaryExpression", "funcscope": "SearchMaxElongation", @@ -40169,14 +41420,14 @@ "comment": "", "meta": { "range": [ - 208321, - 208361 + 214461, + 214501 ], "filename": "astronomy.js", - "lineno": 4653, + "lineno": 4783, "columnno": 12, "code": { - "id": "astnode100019636", + "id": "astnode100020651", "name": "t_start", "type": "CallExpression", "value": "" @@ -40194,14 +41445,14 @@ "comment": "", "meta": { "range": [ - 208375, - 208427 + 214515, + 214567 ], "filename": "astronomy.js", - "lineno": 4654, + "lineno": 4784, "columnno": 12, "code": { - "id": "astnode100019644", + "id": "astnode100020659", "name": "t1", "type": "CallExpression", "value": "" @@ -40219,14 +41470,14 @@ "comment": "", "meta": { "range": [ - 208441, - 208488 + 214581, + 214628 ], "filename": "astronomy.js", - "lineno": 4655, + "lineno": 4785, "columnno": 12, "code": { - "id": "astnode100019652", + "id": "astnode100020667", "name": "t2", "type": "CallExpression", "value": "" @@ -40244,14 +41495,14 @@ "comment": "", "meta": { "range": [ - 208623, - 208641 + 214763, + 214781 ], "filename": "astronomy.js", - "lineno": 4658, + "lineno": 4788, "columnno": 12, "code": { - "id": "astnode100019660", + "id": "astnode100020675", "name": "m1", "type": "CallExpression", "value": "" @@ -40269,14 +41520,14 @@ "comment": "", "meta": { "range": [ - 208745, - 208763 + 214885, + 214903 ], "filename": "astronomy.js", - "lineno": 4661, + "lineno": 4791, "columnno": 12, "code": { - "id": "astnode100019675", + "id": "astnode100020690", "name": "m2", "type": "CallExpression", "value": "" @@ -40294,14 +41545,14 @@ "comment": "", "meta": { "range": [ - 208976, - 209062 + 215116, + 215202 ], "filename": "astronomy.js", - "lineno": 4665, + "lineno": 4795, "columnno": 12, "code": { - "id": "astnode100019690", + "id": "astnode100020705", "name": "tx", "type": "CallExpression", "value": "" @@ -40319,14 +41570,14 @@ "comment": "", "meta": { "range": [ - 209009, - 209020 + 215149, + 215160 ], "filename": "astronomy.js", - "lineno": 4665, + "lineno": 4795, "columnno": 45, "code": { - "id": "astnode100019698", + "id": "astnode100020713", "name": "init_f1", "type": "Identifier", "value": "m1" @@ -40342,14 +41593,14 @@ "comment": "", "meta": { "range": [ - 209022, - 209033 + 215162, + 215173 ], "filename": "astronomy.js", - "lineno": 4665, + "lineno": 4795, "columnno": 58, "code": { - "id": "astnode100019700", + "id": "astnode100020715", "name": "init_f2", "type": "Identifier", "value": "m2" @@ -40365,14 +41616,14 @@ "comment": "", "meta": { "range": [ - 209035, - 209059 + 215175, + 215199 ], "filename": "astronomy.js", - "lineno": 4665, + "lineno": 4795, "columnno": 71, "code": { - "id": "astnode100019702", + "id": "astnode100020717", "name": "dt_tolerance_seconds", "type": "Literal", "value": 10 @@ -40388,14 +41639,14 @@ "comment": "", "meta": { "range": [ - 209471, - 209496 + 215611, + 215636 ], "filename": "astronomy.js", - "lineno": 4673, + "lineno": 4803, "columnno": 8, "code": { - "id": "astnode100019736", + "id": "astnode100020751", "name": "startTime", "type": "CallExpression", "funcscope": "SearchMaxElongation", @@ -40414,14 +41665,14 @@ "comment": "", "meta": { "range": [ - 209576, - 209625 + 215716, + 215765 ], "filename": "astronomy.js", - "lineno": 4677, + "lineno": 4807, "columnno": 0, "code": { - "id": "astnode100019747", + "id": "astnode100020762", "name": "exports.SearchMaxElongation", "type": "Identifier", "value": "SearchMaxElongation", @@ -40438,14 +41689,14 @@ "comment": "/**\n * @brief Searches for the date and time Venus will next appear brightest as seen from the Earth.\n *\n * @param {Body} body\n * Currently only `\"Venus\"` is supported.\n * Mercury's peak magnitude occurs at superior conjunction, when it is virtually impossible to see from Earth,\n * so peak magnitude events have little practical value for that planet.\n * The Moon reaches peak magnitude very close to full moon, which can be found using\n * {@link SearchMoonQuarter} or {@link SearchMoonPhase}.\n * The other planets reach peak magnitude very close to opposition,\n * which can be found using {@link SearchRelativeLongitude}.\n *\n * @param {FlexibleDateTime} startDate\n * The date and time after which to find the next peak magnitude event.\n *\n * @returns {IlluminationInfo}\n */", "meta": { "range": [ - 210443, - 214610 + 216583, + 220750 ], "filename": "astronomy.js", - "lineno": 4695, + "lineno": 4825, "columnno": 0, "code": { - "id": "astnode100019752", + "id": "astnode100020767", "name": "SearchPeakMagnitude", "type": "FunctionDeclaration", "paramnames": [ @@ -40520,14 +41771,14 @@ "comment": "", "meta": { "range": [ - 210599, - 210608 + 216739, + 216748 ], "filename": "astronomy.js", - "lineno": 4698, + "lineno": 4828, "columnno": 10, "code": { - "id": "astnode100019766", + "id": "astnode100020781", "name": "dt", "type": "Literal", "value": 0.01 @@ -40545,14 +41796,14 @@ "comment": "", "meta": { "range": [ - 210614, - 211209 + 216754, + 217349 ], "filename": "astronomy.js", - "lineno": 4699, + "lineno": 4829, "columnno": 4, "code": { - "id": "astnode100019769", + "id": "astnode100020784", "name": "slope", "type": "FunctionDeclaration", "paramnames": [ @@ -40579,14 +41830,14 @@ "comment": "", "meta": { "range": [ - 210994, - 211017 + 217134, + 217157 ], "filename": "astronomy.js", - "lineno": 4705, + "lineno": 4835, "columnno": 14, "code": { - "id": "astnode100019774", + "id": "astnode100020789", "name": "t1", "type": "CallExpression", "value": "" @@ -40604,14 +41855,14 @@ "comment": "", "meta": { "range": [ - 211033, - 211056 + 217173, + 217196 ], "filename": "astronomy.js", - "lineno": 4706, + "lineno": 4836, "columnno": 14, "code": { - "id": "astnode100019785", + "id": "astnode100020800", "name": "t2", "type": "CallExpression", "value": "" @@ -40629,14 +41880,14 @@ "comment": "", "meta": { "range": [ - 211072, - 211103 + 217212, + 217243 ], "filename": "astronomy.js", - "lineno": 4707, + "lineno": 4837, "columnno": 14, "code": { - "id": "astnode100019796", + "id": "astnode100020811", "name": "y1", "type": "MemberExpression", "value": ".mag" @@ -40654,14 +41905,14 @@ "comment": "", "meta": { "range": [ - 211119, - 211150 + 217259, + 217290 ], "filename": "astronomy.js", - "lineno": 4708, + "lineno": 4838, "columnno": 14, "code": { - "id": "astnode100019805", + "id": "astnode100020820", "name": "y2", "type": "MemberExpression", "value": ".mag" @@ -40679,14 +41930,14 @@ "comment": "", "meta": { "range": [ - 211166, - 211184 + 217306, + 217324 ], "filename": "astronomy.js", - "lineno": 4709, + "lineno": 4839, "columnno": 14, "code": { - "id": "astnode100019814", + "id": "astnode100020829", "name": "m", "type": "BinaryExpression", "value": "" @@ -40704,14 +41955,14 @@ "comment": "", "meta": { "range": [ - 211218, - 211249 + 217358, + 217389 ], "filename": "astronomy.js", - "lineno": 4712, + "lineno": 4842, "columnno": 8, "code": { - "id": "astnode100019824", + "id": "astnode100020839", "name": "startTime", "type": "CallExpression", "value": "" @@ -40729,14 +41980,14 @@ "comment": "", "meta": { "range": [ - 211350, - 211359 + 217490, + 217499 ], "filename": "astronomy.js", - "lineno": 4714, + "lineno": 4844, "columnno": 10, "code": { - "id": "astnode100019830", + "id": "astnode100020845", "name": "s1", "type": "Literal", "value": 10 @@ -40754,14 +42005,14 @@ "comment": "", "meta": { "range": [ - 211371, - 211380 + 217511, + 217520 ], "filename": "astronomy.js", - "lineno": 4715, + "lineno": 4845, "columnno": 10, "code": { - "id": "astnode100019834", + "id": "astnode100020849", "name": "s2", "type": "Literal", "value": 30 @@ -40779,14 +42030,14 @@ "comment": "", "meta": { "range": [ - 211390, - 211398 + 217530, + 217538 ], "filename": "astronomy.js", - "lineno": 4716, + "lineno": 4846, "columnno": 8, "code": { - "id": "astnode100019838", + "id": "astnode100020853", "name": "iter", "type": "Literal", "value": 0 @@ -40804,14 +42055,14 @@ "comment": "", "meta": { "range": [ - 211548, - 211589 + 217688, + 217729 ], "filename": "astronomy.js", - "lineno": 4720, + "lineno": 4850, "columnno": 12, "code": { - "id": "astnode100019848", + "id": "astnode100020863", "name": "plon", "type": "CallExpression", "value": "" @@ -40829,14 +42080,14 @@ "comment": "", "meta": { "range": [ - 211603, - 211650 + 217743, + 217790 ], "filename": "astronomy.js", - "lineno": 4721, + "lineno": 4851, "columnno": 12, "code": { - "id": "astnode100019855", + "id": "astnode100020870", "name": "elon", "type": "CallExpression", "value": "" @@ -40854,14 +42105,14 @@ "comment": "", "meta": { "range": [ - 211664, - 211699 + 217804, + 217839 ], "filename": "astronomy.js", - "lineno": 4722, + "lineno": 4852, "columnno": 12, "code": { - "id": "astnode100019864", + "id": "astnode100020879", "name": "rlon", "type": "CallExpression", "value": "" @@ -40879,14 +42130,14 @@ "comment": "", "meta": { "range": [ - 211985, - 211992 + 218125, + 218132 ], "filename": "astronomy.js", - "lineno": 4726, + "lineno": 4856, "columnno": 12, "code": { - "id": "astnode100019872", + "id": "astnode100020887", "name": "rlon_lo" } }, @@ -40902,14 +42153,14 @@ "comment": "", "meta": { "range": [ - 211994, - 212001 + 218134, + 218141 ], "filename": "astronomy.js", - "lineno": 4726, + "lineno": 4856, "columnno": 21, "code": { - "id": "astnode100019874", + "id": "astnode100020889", "name": "rlon_hi" } }, @@ -40925,14 +42176,14 @@ "comment": "", "meta": { "range": [ - 212003, - 212014 + 218143, + 218154 ], "filename": "astronomy.js", - "lineno": 4726, + "lineno": 4856, "columnno": 30, "code": { - "id": "astnode100019876", + "id": "astnode100020891", "name": "adjust_days" } }, @@ -40948,14 +42199,14 @@ "comment": "", "meta": { "range": [ - 212115, - 212130 + 218255, + 218270 ], "filename": "astronomy.js", - "lineno": 4729, + "lineno": 4859, "columnno": 12, "code": { - "id": "astnode100019890", + "id": "astnode100020905", "name": "adjust_days", "type": "Literal", "funcscope": "SearchPeakMagnitude", @@ -40974,14 +42225,14 @@ "comment": "", "meta": { "range": [ - 212210, - 212223 + 218350, + 218363 ], "filename": "astronomy.js", - "lineno": 4731, + "lineno": 4861, "columnno": 12, "code": { - "id": "astnode100019894", + "id": "astnode100020909", "name": "rlon_lo", "type": "UnaryExpression", "funcscope": "SearchPeakMagnitude", @@ -41000,14 +42251,14 @@ "comment": "", "meta": { "range": [ - 212303, - 212316 + 218443, + 218456 ], "filename": "astronomy.js", - "lineno": 4733, + "lineno": 4863, "columnno": 12, "code": { - "id": "astnode100019899", + "id": "astnode100020914", "name": "rlon_hi", "type": "UnaryExpression", "funcscope": "SearchPeakMagnitude", @@ -41026,14 +42277,14 @@ "comment": "", "meta": { "range": [ - 212447, - 212462 + 218587, + 218602 ], "filename": "astronomy.js", - "lineno": 4737, + "lineno": 4867, "columnno": 12, "code": { - "id": "astnode100019915", + "id": "astnode100020930", "name": "adjust_days", "type": "Literal", "funcscope": "SearchPeakMagnitude", @@ -41052,14 +42303,14 @@ "comment": "", "meta": { "range": [ - 212542, - 212555 + 218682, + 218695 ], "filename": "astronomy.js", - "lineno": 4739, + "lineno": 4869, "columnno": 12, "code": { - "id": "astnode100019919", + "id": "astnode100020934", "name": "rlon_lo", "type": "UnaryExpression", "funcscope": "SearchPeakMagnitude", @@ -41078,14 +42329,14 @@ "comment": "", "meta": { "range": [ - 212635, - 212648 + 218775, + 218788 ], "filename": "astronomy.js", - "lineno": 4741, + "lineno": 4871, "columnno": 12, "code": { - "id": "astnode100019924", + "id": "astnode100020939", "name": "rlon_hi", "type": "UnaryExpression", "funcscope": "SearchPeakMagnitude", @@ -41104,14 +42355,14 @@ "comment": "", "meta": { "range": [ - 212837, - 212875 + 218977, + 219015 ], "filename": "astronomy.js", - "lineno": 4746, + "lineno": 4876, "columnno": 12, "code": { - "id": "astnode100019934", + "id": "astnode100020949", "name": "adjust_days", "type": "BinaryExpression", "funcscope": "SearchPeakMagnitude", @@ -41130,14 +42381,14 @@ "comment": "", "meta": { "range": [ - 212889, - 212902 + 219029, + 219042 ], "filename": "astronomy.js", - "lineno": 4747, + "lineno": 4877, "columnno": 12, "code": { - "id": "astnode100019943", + "id": "astnode100020958", "name": "rlon_lo", "type": "UnaryExpression", "funcscope": "SearchPeakMagnitude", @@ -41156,14 +42407,14 @@ "comment": "", "meta": { "range": [ - 212990, - 213003 + 219130, + 219143 ], "filename": "astronomy.js", - "lineno": 4749, + "lineno": 4879, "columnno": 12, "code": { - "id": "astnode100019948", + "id": "astnode100020963", "name": "rlon_hi", "type": "UnaryExpression", "funcscope": "SearchPeakMagnitude", @@ -41182,14 +42433,14 @@ "comment": "", "meta": { "range": [ - 213177, - 213215 + 219317, + 219355 ], "filename": "astronomy.js", - "lineno": 4754, + "lineno": 4884, "columnno": 12, "code": { - "id": "astnode100019954", + "id": "astnode100020969", "name": "adjust_days", "type": "BinaryExpression", "funcscope": "SearchPeakMagnitude", @@ -41208,14 +42459,14 @@ "comment": "", "meta": { "range": [ - 213229, - 213242 + 219369, + 219382 ], "filename": "astronomy.js", - "lineno": 4755, + "lineno": 4885, "columnno": 12, "code": { - "id": "astnode100019963", + "id": "astnode100020978", "name": "rlon_lo", "type": "UnaryExpression", "funcscope": "SearchPeakMagnitude", @@ -41234,14 +42485,14 @@ "comment": "", "meta": { "range": [ - 213330, - 213343 + 219470, + 219483 ], "filename": "astronomy.js", - "lineno": 4757, + "lineno": 4887, "columnno": 12, "code": { - "id": "astnode100019968", + "id": "astnode100020983", "name": "rlon_hi", "type": "UnaryExpression", "funcscope": "SearchPeakMagnitude", @@ -41260,14 +42511,14 @@ "comment": "", "meta": { "range": [ - 213367, - 213407 + 219507, + 219547 ], "filename": "astronomy.js", - "lineno": 4759, + "lineno": 4889, "columnno": 12, "code": { - "id": "astnode100019973", + "id": "astnode100020988", "name": "t_start", "type": "CallExpression", "value": "" @@ -41285,14 +42536,14 @@ "comment": "", "meta": { "range": [ - 213421, - 213473 + 219561, + 219613 ], "filename": "astronomy.js", - "lineno": 4760, + "lineno": 4890, "columnno": 12, "code": { - "id": "astnode100019981", + "id": "astnode100020996", "name": "t1", "type": "CallExpression", "value": "" @@ -41310,14 +42561,14 @@ "comment": "", "meta": { "range": [ - 213487, - 213534 + 219627, + 219674 ], "filename": "astronomy.js", - "lineno": 4761, + "lineno": 4891, "columnno": 12, "code": { - "id": "astnode100019989", + "id": "astnode100021004", "name": "t2", "type": "CallExpression", "value": "" @@ -41335,14 +42586,14 @@ "comment": "", "meta": { "range": [ - 213668, - 213682 + 219808, + 219822 ], "filename": "astronomy.js", - "lineno": 4764, + "lineno": 4894, "columnno": 12, "code": { - "id": "astnode100019997", + "id": "astnode100021012", "name": "m1", "type": "CallExpression", "value": "" @@ -41360,14 +42611,14 @@ "comment": "", "meta": { "range": [ - 213786, - 213800 + 219926, + 219940 ], "filename": "astronomy.js", - "lineno": 4767, + "lineno": 4897, "columnno": 12, "code": { - "id": "astnode100020012", + "id": "astnode100021027", "name": "m2", "type": "CallExpression", "value": "" @@ -41385,14 +42636,14 @@ "comment": "", "meta": { "range": [ - 214013, - 214095 + 220153, + 220235 ], "filename": "astronomy.js", - "lineno": 4771, + "lineno": 4901, "columnno": 12, "code": { - "id": "astnode100020027", + "id": "astnode100021042", "name": "tx", "type": "CallExpression", "value": "" @@ -41410,14 +42661,14 @@ "comment": "", "meta": { "range": [ - 214042, - 214053 + 220182, + 220193 ], "filename": "astronomy.js", - "lineno": 4771, + "lineno": 4901, "columnno": 41, "code": { - "id": "astnode100020035", + "id": "astnode100021050", "name": "init_f1", "type": "Identifier", "value": "m1" @@ -41433,14 +42684,14 @@ "comment": "", "meta": { "range": [ - 214055, - 214066 + 220195, + 220206 ], "filename": "astronomy.js", - "lineno": 4771, + "lineno": 4901, "columnno": 54, "code": { - "id": "astnode100020037", + "id": "astnode100021052", "name": "init_f2", "type": "Identifier", "value": "m2" @@ -41456,14 +42707,14 @@ "comment": "", "meta": { "range": [ - 214068, - 214092 + 220208, + 220232 ], "filename": "astronomy.js", - "lineno": 4771, + "lineno": 4901, "columnno": 67, "code": { - "id": "astnode100020039", + "id": "astnode100021054", "name": "dt_tolerance_seconds", "type": "Literal", "value": 10 @@ -41479,14 +42730,14 @@ "comment": "", "meta": { "range": [ - 214506, - 214531 + 220646, + 220671 ], "filename": "astronomy.js", - "lineno": 4779, + "lineno": 4909, "columnno": 8, "code": { - "id": "astnode100020073", + "id": "astnode100021088", "name": "startTime", "type": "CallExpression", "funcscope": "SearchPeakMagnitude", @@ -41505,14 +42756,14 @@ "comment": "", "meta": { "range": [ - 214611, - 214660 + 220751, + 220800 ], "filename": "astronomy.js", - "lineno": 4783, + "lineno": 4913, "columnno": 0, "code": { - "id": "astnode100020084", + "id": "astnode100021099", "name": "exports.SearchPeakMagnitude", "type": "Identifier", "value": "SearchPeakMagnitude", @@ -41529,14 +42780,14 @@ "comment": "/**\n * @brief A closest or farthest point in a body's orbit around its primary.\n *\n * For a planet orbiting the Sun, apsis is a perihelion or aphelion, respectively.\n * For the Moon orbiting the Earth, apsis is a perigee or apogee, respectively.\n *\n * @property {AstroTime} time\n * The date and time of the apsis.\n *\n * @property {number} kind\n * For a closest approach (perigee or perihelion), `kind` is 0.\n * For a farthest distance event (apogee or aphelion), `kind` is 1.\n *\n * @property {number} dist_au\n * The distance between the centers of the two bodies in astronomical units (AU).\n *\n * @property {number} dist_km\n * The distance between the centers of the two bodies in kilometers.\n *\n * @see {@link SearchLunarApsis}\n * @see {@link NextLunarApsis}\n */", "meta": { "range": [ - 215451, - 215647 + 221591, + 221787 ], "filename": "astronomy.js", - "lineno": 4806, + "lineno": 4936, "columnno": 0, "code": { - "id": "astnode100020089", + "id": "astnode100021104", "name": "Apsis", "type": "ClassDeclaration", "paramnames": [ @@ -41606,14 +42857,14 @@ "comment": "", "meta": { "range": [ - 215469, - 215645 + 221609, + 221785 ], "filename": "astronomy.js", - "lineno": 4807, + "lineno": 4937, "columnno": 4, "code": { - "id": "astnode100020092", + "id": "astnode100021107", "name": "Apsis", "type": "MethodDefinition", "paramnames": [ @@ -41637,14 +42888,14 @@ "comment": "/**\n * @brief A closest or farthest point in a body's orbit around its primary.\n *\n * For a planet orbiting the Sun, apsis is a perihelion or aphelion, respectively.\n * For the Moon orbiting the Earth, apsis is a perigee or apogee, respectively.\n *\n * @property {AstroTime} time\n * The date and time of the apsis.\n *\n * @property {number} kind\n * For a closest approach (perigee or perihelion), `kind` is 0.\n * For a farthest distance event (apogee or aphelion), `kind` is 1.\n *\n * @property {number} dist_au\n * The distance between the centers of the two bodies in astronomical units (AU).\n *\n * @property {number} dist_km\n * The distance between the centers of the two bodies in kilometers.\n *\n * @see {@link SearchLunarApsis}\n * @see {@link NextLunarApsis}\n */", "meta": { "range": [ - 215451, - 215647 + 221591, + 221787 ], "filename": "astronomy.js", - "lineno": 4806, + "lineno": 4936, "columnno": 0, "code": { - "id": "astnode100020089", + "id": "astnode100021104", "name": "Apsis", "type": "ClassDeclaration", "paramnames": [ @@ -41713,14 +42964,14 @@ "comment": "", "meta": { "range": [ - 215512, - 215528 + 221652, + 221668 ], "filename": "astronomy.js", - "lineno": 4808, + "lineno": 4938, "columnno": 8, "code": { - "id": "astnode100020100", + "id": "astnode100021115", "name": "this.time", "type": "Identifier", "value": "time", @@ -41738,14 +42989,14 @@ "comment": "", "meta": { "range": [ - 215538, - 215554 + 221678, + 221694 ], "filename": "astronomy.js", - "lineno": 4809, + "lineno": 4939, "columnno": 8, "code": { - "id": "astnode100020106", + "id": "astnode100021121", "name": "this.kind", "type": "Identifier", "value": "kind", @@ -41763,14 +43014,14 @@ "comment": "", "meta": { "range": [ - 215564, - 215586 + 221704, + 221726 ], "filename": "astronomy.js", - "lineno": 4810, + "lineno": 4940, "columnno": 8, "code": { - "id": "astnode100020112", + "id": "astnode100021127", "name": "this.dist_au", "type": "Identifier", "value": "dist_au", @@ -41788,14 +43039,14 @@ "comment": "", "meta": { "range": [ - 215596, - 215638 + 221736, + 221778 ], "filename": "astronomy.js", - "lineno": 4811, + "lineno": 4941, "columnno": 8, "code": { - "id": "astnode100020118", + "id": "astnode100021133", "name": "this.dist_km", "type": "BinaryExpression", "value": "", @@ -41813,14 +43064,14 @@ "comment": "", "meta": { "range": [ - 215648, - 215669 + 221788, + 221809 ], "filename": "astronomy.js", - "lineno": 4814, + "lineno": 4944, "columnno": 0, "code": { - "id": "astnode100020128", + "id": "astnode100021143", "name": "exports.Apsis", "type": "Identifier", "value": "Apsis", @@ -41837,14 +43088,14 @@ "comment": "/**\n * @brief Finds the next perigee or apogee of the Moon.\n *\n * Finds the next perigee (closest approach) or apogee (farthest remove) of the Moon\n * that occurs after the specified date and time.\n *\n * @param {FlexibleDateTime} startDate\n * The date and time after which to find the next perigee or apogee.\n *\n * @returns {Apsis}\n */", "meta": { "range": [ - 216012, - 218807 + 222152, + 224947 ], "filename": "astronomy.js", - "lineno": 4826, + "lineno": 4956, "columnno": 0, "code": { - "id": "astnode100020133", + "id": "astnode100021148", "name": "SearchLunarApsis", "type": "FunctionDeclaration", "paramnames": [ @@ -41902,14 +43153,14 @@ "comment": "", "meta": { "range": [ - 216061, - 216071 + 222201, + 222211 ], "filename": "astronomy.js", - "lineno": 4827, + "lineno": 4957, "columnno": 10, "code": { - "id": "astnode100020138", + "id": "astnode100021153", "name": "dt", "type": "Literal", "value": 0.001 @@ -41927,14 +43178,14 @@ "comment": "", "meta": { "range": [ - 216077, - 216321 + 222217, + 222461 ], "filename": "astronomy.js", - "lineno": 4828, + "lineno": 4958, "columnno": 4, "code": { - "id": "astnode100020141", + "id": "astnode100021156", "name": "distance_slope", "type": "FunctionDeclaration", "paramnames": [ @@ -41961,14 +43212,14 @@ "comment": "", "meta": { "range": [ - 216118, - 216141 + 222258, + 222281 ], "filename": "astronomy.js", - "lineno": 4829, + "lineno": 4959, "columnno": 12, "code": { - "id": "astnode100020146", + "id": "astnode100021161", "name": "t1", "type": "CallExpression", "value": "" @@ -41986,14 +43237,14 @@ "comment": "", "meta": { "range": [ - 216155, - 216178 + 222295, + 222318 ], "filename": "astronomy.js", - "lineno": 4830, + "lineno": 4960, "columnno": 12, "code": { - "id": "astnode100020157", + "id": "astnode100021172", "name": "t2", "type": "CallExpression", "value": "" @@ -42011,14 +43262,14 @@ "comment": "", "meta": { "range": [ - 216192, - 216221 + 222332, + 222361 ], "filename": "astronomy.js", - "lineno": 4831, + "lineno": 4961, "columnno": 12, "code": { - "id": "astnode100020168", + "id": "astnode100021183", "name": "r1", "type": "MemberExpression", "value": ".distance_au" @@ -42036,14 +43287,14 @@ "comment": "", "meta": { "range": [ - 216235, - 216264 + 222375, + 222404 ], "filename": "astronomy.js", - "lineno": 4832, + "lineno": 4962, "columnno": 12, "code": { - "id": "astnode100020176", + "id": "astnode100021191", "name": "r2", "type": "MemberExpression", "value": ".distance_au" @@ -42061,14 +43312,14 @@ "comment": "", "meta": { "range": [ - 216278, - 216296 + 222418, + 222436 ], "filename": "astronomy.js", - "lineno": 4833, + "lineno": 4963, "columnno": 12, "code": { - "id": "astnode100020184", + "id": "astnode100021199", "name": "m", "type": "BinaryExpression", "value": "" @@ -42086,14 +43337,14 @@ "comment": "", "meta": { "range": [ - 216326, - 216404 + 222466, + 222544 ], "filename": "astronomy.js", - "lineno": 4836, + "lineno": 4966, "columnno": 4, "code": { - "id": "astnode100020193", + "id": "astnode100021208", "name": "negative_distance_slope", "type": "FunctionDeclaration", "paramnames": [ @@ -42113,14 +43364,14 @@ "comment": "", "meta": { "range": [ - 216832, - 216856 + 222972, + 222996 ], "filename": "astronomy.js", - "lineno": 4845, + "lineno": 4975, "columnno": 8, "code": { - "id": "astnode100020203", + "id": "astnode100021218", "name": "t1", "type": "CallExpression", "value": "" @@ -42138,14 +43389,14 @@ "comment": "", "meta": { "range": [ - 216866, - 216889 + 223006, + 223029 ], "filename": "astronomy.js", - "lineno": 4846, + "lineno": 4976, "columnno": 8, "code": { - "id": "astnode100020209", + "id": "astnode100021224", "name": "m1", "type": "CallExpression", "value": "" @@ -42163,14 +43414,14 @@ "comment": "", "meta": { "range": [ - 216901, - 216914 + 223041, + 223054 ], "filename": "astronomy.js", - "lineno": 4847, + "lineno": 4977, "columnno": 10, "code": { - "id": "astnode100020215", + "id": "astnode100021230", "name": "increment", "type": "Literal", "value": 5 @@ -42188,14 +43439,14 @@ "comment": "", "meta": { "range": [ - 216973, - 216981 + 223113, + 223121 ], "filename": "astronomy.js", - "lineno": 4848, + "lineno": 4978, "columnno": 13, "code": { - "id": "astnode100020220", + "id": "astnode100021235", "name": "iter", "type": "Literal", "value": 0 @@ -42213,14 +43464,14 @@ "comment": "", "meta": { "range": [ - 217048, - 217074 + 223188, + 223214 ], "filename": "astronomy.js", - "lineno": 4849, + "lineno": 4979, "columnno": 12, "code": { - "id": "astnode100020234", + "id": "astnode100021249", "name": "t2", "type": "CallExpression", "value": "" @@ -42238,14 +43489,14 @@ "comment": "", "meta": { "range": [ - 217088, - 217111 + 223228, + 223251 ], "filename": "astronomy.js", - "lineno": 4850, + "lineno": 4980, "columnno": 12, "code": { - "id": "astnode100020242", + "id": "astnode100021257", "name": "m2", "type": "CallExpression", "value": "" @@ -42263,14 +43514,14 @@ "comment": "", "meta": { "range": [ - 217506, - 217571 + 223646, + 223711 ], "filename": "astronomy.js", - "lineno": 4858, + "lineno": 4988, "columnno": 20, "code": { - "id": "astnode100020264", + "id": "astnode100021279", "name": "tx", "type": "CallExpression", "value": "" @@ -42288,14 +43539,14 @@ "comment": "", "meta": { "range": [ - 217544, - 217555 + 223684, + 223695 ], "filename": "astronomy.js", - "lineno": 4858, + "lineno": 4988, "columnno": 58, "code": { - "id": "astnode100020272", + "id": "astnode100021287", "name": "init_f1", "type": "Identifier", "value": "m1" @@ -42311,14 +43562,14 @@ "comment": "", "meta": { "range": [ - 217557, - 217568 + 223697, + 223708 ], "filename": "astronomy.js", - "lineno": 4858, + "lineno": 4988, "columnno": 71, "code": { - "id": "astnode100020274", + "id": "astnode100021289", "name": "init_f2", "type": "Identifier", "value": "m2" @@ -42334,14 +43585,14 @@ "comment": "", "meta": { "range": [ - 217703, - 217734 + 223843, + 223874 ], "filename": "astronomy.js", - "lineno": 4861, + "lineno": 4991, "columnno": 20, "code": { - "id": "astnode100020282", + "id": "astnode100021297", "name": "dist", "type": "MemberExpression", "value": ".distance_au" @@ -42359,14 +43610,14 @@ "comment": "", "meta": { "range": [ - 218044, - 218120 + 224184, + 224260 ], "filename": "astronomy.js", - "lineno": 4868, + "lineno": 4998, "columnno": 20, "code": { - "id": "astnode100020305", + "id": "astnode100021320", "name": "tx", "type": "CallExpression", "value": "" @@ -42384,14 +43635,14 @@ "comment": "", "meta": { "range": [ - 218091, - 218103 + 224231, + 224243 ], "filename": "astronomy.js", - "lineno": 4868, + "lineno": 4998, "columnno": 67, "code": { - "id": "astnode100020313", + "id": "astnode100021328", "name": "init_f1", "type": "UnaryExpression", "value": "-m1" @@ -42407,14 +43658,14 @@ "comment": "", "meta": { "range": [ - 218105, - 218117 + 224245, + 224257 ], "filename": "astronomy.js", - "lineno": 4868, + "lineno": 4998, "columnno": 81, "code": { - "id": "astnode100020316", + "id": "astnode100021331", "name": "init_f2", "type": "UnaryExpression", "value": "-m2" @@ -42430,14 +43681,14 @@ "comment": "", "meta": { "range": [ - 218251, - 218282 + 224391, + 224422 ], "filename": "astronomy.js", - "lineno": 4871, + "lineno": 5001, "columnno": 20, "code": { - "id": "astnode100020325", + "id": "astnode100021340", "name": "dist", "type": "MemberExpression", "value": ".distance_au" @@ -42455,14 +43706,14 @@ "comment": "", "meta": { "range": [ - 218585, - 218592 + 224725, + 224732 ], "filename": "astronomy.js", - "lineno": 4878, + "lineno": 5008, "columnno": 8, "code": { - "id": "astnode100020341", + "id": "astnode100021356", "name": "t1", "type": "Identifier", "funcscope": "SearchLunarApsis", @@ -42481,14 +43732,14 @@ "comment": "", "meta": { "range": [ - 218602, - 218609 + 224742, + 224749 ], "filename": "astronomy.js", - "lineno": 4879, + "lineno": 5009, "columnno": 8, "code": { - "id": "astnode100020345", + "id": "astnode100021360", "name": "m1", "type": "Identifier", "funcscope": "SearchLunarApsis", @@ -42507,14 +43758,14 @@ "comment": "", "meta": { "range": [ - 218808, - 218851 + 224948, + 224991 ], "filename": "astronomy.js", - "lineno": 4884, + "lineno": 5014, "columnno": 0, "code": { - "id": "astnode100020351", + "id": "astnode100021366", "name": "exports.SearchLunarApsis", "type": "Identifier", "value": "SearchLunarApsis", @@ -42531,14 +43782,14 @@ "comment": "/**\n * @brief Finds the next lunar apsis (perigee or apogee) in a series.\n *\n * Given a lunar apsis returned by an initial call to {@link SearchLunarApsis},\n * or a previous call to `NextLunarApsis`, finds the next lunar apsis.\n * If the given apsis is a perigee, this function finds the next apogee, and vice versa.\n *\n * @param {Apsis} apsis\n * A lunar perigee or apogee event.\n *\n * @returns {Apsis}\n * The successor apogee for the given perigee, or the successor perigee for the given apogee.\n */", "meta": { "range": [ - 219364, - 219777 + 225504, + 225917 ], "filename": "astronomy.js", - "lineno": 4898, + "lineno": 5028, "columnno": 0, "code": { - "id": "astnode100020356", + "id": "astnode100021371", "name": "NextLunarApsis", "type": "FunctionDeclaration", "paramnames": [ @@ -42588,14 +43839,14 @@ "comment": "", "meta": { "range": [ - 219407, - 219416 + 225547, + 225556 ], "filename": "astronomy.js", - "lineno": 4899, + "lineno": 5029, "columnno": 10, "code": { - "id": "astnode100020361", + "id": "astnode100021376", "name": "skip", "type": "Literal", "value": 11 @@ -42613,14 +43864,14 @@ "comment": "", "meta": { "range": [ - 219490, - 219539 + 225630, + 225679 ], "filename": "astronomy.js", - "lineno": 4900, + "lineno": 5030, "columnno": 8, "code": { - "id": "astnode100020365", + "id": "astnode100021380", "name": "next", "type": "CallExpression", "value": "" @@ -42638,14 +43889,14 @@ "comment": "", "meta": { "range": [ - 219778, - 219817 + 225918, + 225957 ], "filename": "astronomy.js", - "lineno": 4905, + "lineno": 5035, "columnno": 0, "code": { - "id": "astnode100020414", + "id": "astnode100021429", "name": "exports.NextLunarApsis", "type": "Identifier", "value": "NextLunarApsis", @@ -42662,14 +43913,14 @@ "comment": "", "meta": { "range": [ - 219819, - 220817 + 225959, + 226957 ], "filename": "astronomy.js", - "lineno": 4906, + "lineno": 5036, "columnno": 0, "code": { - "id": "astnode100020419", + "id": "astnode100021434", "name": "PlanetExtreme", "type": "FunctionDeclaration", "paramnames": [ @@ -42705,14 +43956,14 @@ "comment": "", "meta": { "range": [ - 219887, - 219925 + 226027, + 226065 ], "filename": "astronomy.js", - "lineno": 4907, + "lineno": 5037, "columnno": 10, "code": { - "id": "astnode100020427", + "id": "astnode100021442", "name": "direction", "type": "ConditionalExpression", "value": "" @@ -42730,14 +43981,14 @@ "comment": "", "meta": { "range": [ - 219937, - 219949 + 226077, + 226089 ], "filename": "astronomy.js", - "lineno": 4908, + "lineno": 5038, "columnno": 10, "code": { - "id": "astnode100020438", + "id": "astnode100021453", "name": "npoints", "type": "Literal", "value": 10 @@ -42755,14 +44006,14 @@ "comment": "", "meta": { "range": [ - 219980, - 220014 + 226120, + 226154 ], "filename": "astronomy.js", - "lineno": 4910, + "lineno": 5040, "columnno": 14, "code": { - "id": "astnode100020444", + "id": "astnode100021459", "name": "interval", "type": "BinaryExpression", "value": "" @@ -42780,14 +44031,14 @@ "comment": "", "meta": { "range": [ - 220134, - 220181 + 226274, + 226321 ], "filename": "astronomy.js", - "lineno": 4913, + "lineno": 5043, "columnno": 18, "code": { - "id": "astnode100020459", + "id": "astnode100021474", "name": "apsis_time", "type": "CallExpression", "value": "" @@ -42805,14 +44056,14 @@ "comment": "", "meta": { "range": [ - 220201, - 220242 + 226341, + 226382 ], "filename": "astronomy.js", - "lineno": 4914, + "lineno": 5044, "columnno": 18, "code": { - "id": "astnode100020469", + "id": "astnode100021484", "name": "dist_au", "type": "CallExpression", "value": "" @@ -42830,14 +44081,14 @@ "comment": "", "meta": { "range": [ - 220323, - 220334 + 226463, + 226474 ], "filename": "astronomy.js", - "lineno": 4917, + "lineno": 5047, "columnno": 12, "code": { - "id": "astnode100020482", + "id": "astnode100021497", "name": "best_i", "type": "UnaryExpression", "value": -1 @@ -42855,14 +44106,14 @@ "comment": "", "meta": { "range": [ - 220348, - 220363 + 226488, + 226503 ], "filename": "astronomy.js", - "lineno": 4918, + "lineno": 5048, "columnno": 12, "code": { - "id": "astnode100020487", + "id": "astnode100021502", "name": "best_dist", "type": "Literal", "value": 0 @@ -42880,14 +44131,14 @@ "comment": "", "meta": { "range": [ - 220382, - 220387 + 226522, + 226527 ], "filename": "astronomy.js", - "lineno": 4919, + "lineno": 5049, "columnno": 17, "code": { - "id": "astnode100020492", + "id": "astnode100021507", "name": "i", "type": "Literal", "value": 0 @@ -42905,14 +44156,14 @@ "comment": "", "meta": { "range": [ - 220427, - 220466 + 226567, + 226606 ], "filename": "astronomy.js", - "lineno": 4920, + "lineno": 5050, "columnno": 18, "code": { - "id": "astnode100020502", + "id": "astnode100021517", "name": "time", "type": "CallExpression", "value": "" @@ -42930,14 +44181,14 @@ "comment": "", "meta": { "range": [ - 220486, - 220530 + 226626, + 226670 ], "filename": "astronomy.js", - "lineno": 4921, + "lineno": 5051, "columnno": 18, "code": { - "id": "astnode100020512", + "id": "astnode100021527", "name": "dist", "type": "BinaryExpression", "value": "" @@ -42955,14 +44206,14 @@ "comment": "", "meta": { "range": [ - 220594, - 220604 + 226734, + 226744 ], "filename": "astronomy.js", - "lineno": 4923, + "lineno": 5053, "columnno": 16, "code": { - "id": "astnode100020530", + "id": "astnode100021545", "name": "best_i", "type": "Identifier", "funcscope": "PlanetExtreme", @@ -42981,14 +44232,14 @@ "comment": "", "meta": { "range": [ - 220622, - 220638 + 226762, + 226778 ], "filename": "astronomy.js", - "lineno": 4924, + "lineno": 5054, "columnno": 16, "code": { - "id": "astnode100020534", + "id": "astnode100021549", "name": "best_dist", "type": "Identifier", "funcscope": "PlanetExtreme", @@ -43007,14 +44258,14 @@ "comment": "", "meta": { "range": [ - 220718, - 220774 + 226858, + 226914 ], "filename": "astronomy.js", - "lineno": 4928, + "lineno": 5058, "columnno": 8, "code": { - "id": "astnode100020538", + "id": "astnode100021553", "name": "start_time", "type": "CallExpression", "funcscope": "PlanetExtreme", @@ -43033,14 +44284,14 @@ "comment": "", "meta": { "range": [ - 220784, - 220808 + 226924, + 226948 ], "filename": "astronomy.js", - "lineno": 4929, + "lineno": 5059, "columnno": 8, "code": { - "id": "astnode100020550", + "id": "astnode100021565", "name": "dayspan", "type": "BinaryExpression", "funcscope": "PlanetExtreme", @@ -43059,14 +44310,14 @@ "comment": "", "meta": { "range": [ - 220818, - 223386 + 226958, + 229526 ], "filename": "astronomy.js", - "lineno": 4932, + "lineno": 5062, "columnno": 0, "code": { - "id": "astnode100020555", + "id": "astnode100021570", "name": "BruteSearchPlanetApsis", "type": "FunctionDeclaration", "paramnames": [ @@ -43101,14 +44352,14 @@ "comment": "", "meta": { "range": [ - 222109, - 222122 + 228249, + 228262 ], "filename": "astronomy.js", - "lineno": 4957, + "lineno": 5087, "columnno": 10, "code": { - "id": "astnode100020561", + "id": "astnode100021576", "name": "npoints", "type": "Literal", "value": 100 @@ -43126,14 +44377,14 @@ "comment": "", "meta": { "range": [ - 222134, - 222198 + 228274, + 228338 ], "filename": "astronomy.js", - "lineno": 4958, + "lineno": 5088, "columnno": 10, "code": { - "id": "astnode100020565", + "id": "astnode100021580", "name": "t1", "type": "CallExpression", "value": "" @@ -43151,14 +44402,14 @@ "comment": "", "meta": { "range": [ - 222210, - 222275 + 228350, + 228415 ], "filename": "astronomy.js", - "lineno": 4959, + "lineno": 5089, "columnno": 10, "code": { - "id": "astnode100020582", + "id": "astnode100021597", "name": "t2", "type": "CallExpression", "value": "" @@ -43176,14 +44427,14 @@ "comment": "", "meta": { "range": [ - 222285, - 222295 + 228425, + 228435 ], "filename": "astronomy.js", - "lineno": 4960, + "lineno": 5090, "columnno": 8, "code": { - "id": "astnode100020599", + "id": "astnode100021614", "name": "t_min", "type": "Identifier", "value": "t1" @@ -43201,14 +44452,14 @@ "comment": "", "meta": { "range": [ - 222305, - 222315 + 228445, + 228455 ], "filename": "astronomy.js", - "lineno": 4961, + "lineno": 5091, "columnno": 8, "code": { - "id": "astnode100020603", + "id": "astnode100021618", "name": "t_max", "type": "Identifier", "value": "t1" @@ -43226,14 +44477,14 @@ "comment": "", "meta": { "range": [ - 222325, - 222340 + 228465, + 228480 ], "filename": "astronomy.js", - "lineno": 4962, + "lineno": 5092, "columnno": 8, "code": { - "id": "astnode100020607", + "id": "astnode100021622", "name": "min_dist", "type": "UnaryExpression", "value": -1 @@ -43251,14 +44502,14 @@ "comment": "", "meta": { "range": [ - 222350, - 222365 + 228490, + 228505 ], "filename": "astronomy.js", - "lineno": 4963, + "lineno": 5093, "columnno": 8, "code": { - "id": "astnode100020612", + "id": "astnode100021627", "name": "max_dist", "type": "UnaryExpression", "value": -1 @@ -43276,14 +44527,14 @@ "comment": "", "meta": { "range": [ - 222377, - 222419 + 228517, + 228559 ], "filename": "astronomy.js", - "lineno": 4964, + "lineno": 5094, "columnno": 10, "code": { - "id": "astnode100020617", + "id": "astnode100021632", "name": "interval", "type": "BinaryExpression", "value": "" @@ -43301,14 +44552,14 @@ "comment": "", "meta": { "range": [ - 222434, - 222439 + 228574, + 228579 ], "filename": "astronomy.js", - "lineno": 4965, + "lineno": 5095, "columnno": 13, "code": { - "id": "astnode100020632", + "id": "astnode100021647", "name": "i", "type": "Literal", "value": 0 @@ -43326,14 +44577,14 @@ "comment": "", "meta": { "range": [ - 222475, - 222506 + 228615, + 228646 ], "filename": "astronomy.js", - "lineno": 4966, + "lineno": 5096, "columnno": 14, "code": { - "id": "astnode100020642", + "id": "astnode100021657", "name": "time", "type": "CallExpression", "value": "" @@ -43351,14 +44602,14 @@ "comment": "", "meta": { "range": [ - 222522, - 222554 + 228662, + 228694 ], "filename": "astronomy.js", - "lineno": 4967, + "lineno": 5097, "columnno": 14, "code": { - "id": "astnode100020652", + "id": "astnode100021667", "name": "dist", "type": "CallExpression", "value": "" @@ -43376,14 +44627,14 @@ "comment": "", "meta": { "range": [ - 222591, - 222617 + 228731, + 228757 ], "filename": "astronomy.js", - "lineno": 4969, + "lineno": 5099, "columnno": 12, "code": { - "id": "astnode100020664", + "id": "astnode100021679", "name": "max_dist", "type": "AssignmentExpression", "funcscope": "BruteSearchPlanetApsis", @@ -43402,14 +44653,14 @@ "comment": "", "meta": { "range": [ - 222602, - 222617 + 228742, + 228757 ], "filename": "astronomy.js", - "lineno": 4969, + "lineno": 5099, "columnno": 23, "code": { - "id": "astnode100020666", + "id": "astnode100021681", "name": "min_dist", "type": "Identifier", "funcscope": "BruteSearchPlanetApsis", @@ -43428,14 +44679,14 @@ "comment": "", "meta": { "range": [ - 222695, - 222710 + 228835, + 228850 ], "filename": "astronomy.js", - "lineno": 4973, + "lineno": 5103, "columnno": 16, "code": { - "id": "astnode100020676", + "id": "astnode100021691", "name": "max_dist", "type": "Identifier", "funcscope": "BruteSearchPlanetApsis", @@ -43454,14 +44705,14 @@ "comment": "", "meta": { "range": [ - 222728, - 222740 + 228868, + 228880 ], "filename": "astronomy.js", - "lineno": 4974, + "lineno": 5104, "columnno": 16, "code": { - "id": "astnode100020680", + "id": "astnode100021695", "name": "t_max", "type": "Identifier", "funcscope": "BruteSearchPlanetApsis", @@ -43480,14 +44731,14 @@ "comment": "", "meta": { "range": [ - 222807, - 222822 + 228947, + 228962 ], "filename": "astronomy.js", - "lineno": 4977, + "lineno": 5107, "columnno": 16, "code": { - "id": "astnode100020689", + "id": "astnode100021704", "name": "min_dist", "type": "Identifier", "funcscope": "BruteSearchPlanetApsis", @@ -43506,14 +44757,14 @@ "comment": "", "meta": { "range": [ - 222840, - 222852 + 228980, + 228992 ], "filename": "astronomy.js", - "lineno": 4978, + "lineno": 5108, "columnno": 16, "code": { - "id": "astnode100020693", + "id": "astnode100021708", "name": "t_min", "type": "Identifier", "funcscope": "BruteSearchPlanetApsis", @@ -43532,14 +44783,14 @@ "comment": "", "meta": { "range": [ - 222894, - 222973 + 229034, + 229113 ], "filename": "astronomy.js", - "lineno": 4982, + "lineno": 5112, "columnno": 10, "code": { - "id": "astnode100020697", + "id": "astnode100021712", "name": "perihelion", "type": "CallExpression", "value": "" @@ -43557,14 +44808,14 @@ "comment": "", "meta": { "range": [ - 222985, - 223062 + 229125, + 229202 ], "filename": "astronomy.js", - "lineno": 4983, + "lineno": 5113, "columnno": 10, "code": { - "id": "astnode100020715", + "id": "astnode100021730", "name": "aphelion", "type": "CallExpression", "value": "" @@ -43582,14 +44833,14 @@ "comment": "/**\n * @brief Finds the next perihelion or aphelion of a planet.\n *\n * Finds the date and time of a planet's perihelion (closest approach to the Sun)\n * or aphelion (farthest distance from the Sun) after a given time.\n *\n * Given a date and time to start the search in `startTime`, this function finds the\n * next date and time that the center of the specified planet reaches the closest or farthest point\n * in its orbit with respect to the center of the Sun, whichever comes first\n * after `startTime`.\n *\n * The closest point is called *perihelion* and the farthest point is called *aphelion*.\n * The word *apsis* refers to either event.\n *\n * To iterate through consecutive alternating perihelion and aphelion events,\n * call `SearchPlanetApsis` once, then use the return value to call\n * {@link NextPlanetApsis}. After that, keep feeding the previous return value\n * from `NextPlanetApsis` into another call of `NextPlanetApsis`\n * as many times as desired.\n *\n * @param {Body} body\n * The planet for which to find the next perihelion/aphelion event.\n * Not allowed to be `\"Sun\"` or `\"Moon\"`.\n *\n * @param {AstroTime} startTime\n * The date and time at which to start searching for the next perihelion or aphelion.\n *\n * @returns {Apsis}\n * The next perihelion or aphelion that occurs after `startTime`.\n */", "meta": { "range": [ - 224719, - 227156 + 230859, + 233296 ], "filename": "astronomy.js", - "lineno": 5023, + "lineno": 5153, "columnno": 0, "code": { - "id": "astnode100020783", + "id": "astnode100021798", "name": "SearchPlanetApsis", "type": "FunctionDeclaration", "paramnames": [ @@ -43660,14 +44911,14 @@ "comment": "", "meta": { "range": [ - 224879, - 225147 + 231019, + 231287 ], "filename": "astronomy.js", - "lineno": 5026, + "lineno": 5156, "columnno": 4, "code": { - "id": "astnode100020805", + "id": "astnode100021820", "name": "positive_slope", "type": "FunctionDeclaration", "paramnames": [ @@ -43695,14 +44946,14 @@ "comment": "", "meta": { "range": [ - 224922, - 224932 + 231062, + 231072 ], "filename": "astronomy.js", - "lineno": 5027, + "lineno": 5157, "columnno": 14, "code": { - "id": "astnode100020810", + "id": "astnode100021825", "name": "dt", "type": "Literal", "value": 0.001 @@ -43720,14 +44971,14 @@ "comment": "", "meta": { "range": [ - 224946, - 224969 + 231086, + 231109 ], "filename": "astronomy.js", - "lineno": 5028, + "lineno": 5158, "columnno": 12, "code": { - "id": "astnode100020814", + "id": "astnode100021829", "name": "t1", "type": "CallExpression", "value": "" @@ -43745,14 +44996,14 @@ "comment": "", "meta": { "range": [ - 224983, - 225006 + 231123, + 231146 ], "filename": "astronomy.js", - "lineno": 5029, + "lineno": 5159, "columnno": 12, "code": { - "id": "astnode100020825", + "id": "astnode100021840", "name": "t2", "type": "CallExpression", "value": "" @@ -43770,14 +45021,14 @@ "comment": "", "meta": { "range": [ - 225020, - 225048 + 231160, + 231188 ], "filename": "astronomy.js", - "lineno": 5030, + "lineno": 5160, "columnno": 12, "code": { - "id": "astnode100020836", + "id": "astnode100021851", "name": "r1", "type": "CallExpression", "value": "" @@ -43795,14 +45046,14 @@ "comment": "", "meta": { "range": [ - 225062, - 225090 + 231202, + 231230 ], "filename": "astronomy.js", - "lineno": 5031, + "lineno": 5161, "columnno": 12, "code": { - "id": "astnode100020843", + "id": "astnode100021858", "name": "r2", "type": "CallExpression", "value": "" @@ -43820,14 +45071,14 @@ "comment": "", "meta": { "range": [ - 225104, - 225122 + 231244, + 231262 ], "filename": "astronomy.js", - "lineno": 5032, + "lineno": 5162, "columnno": 12, "code": { - "id": "astnode100020850", + "id": "astnode100021865", "name": "m", "type": "BinaryExpression", "value": "" @@ -43845,14 +45096,14 @@ "comment": "", "meta": { "range": [ - 225152, - 225221 + 231292, + 231361 ], "filename": "astronomy.js", - "lineno": 5035, + "lineno": 5165, "columnno": 4, "code": { - "id": "astnode100020859", + "id": "astnode100021874", "name": "negative_slope", "type": "FunctionDeclaration", "paramnames": [ @@ -43872,14 +45123,14 @@ "comment": "", "meta": { "range": [ - 225232, - 225278 + 231372, + 231418 ], "filename": "astronomy.js", - "lineno": 5038, + "lineno": 5168, "columnno": 10, "code": { - "id": "astnode100020869", + "id": "astnode100021884", "name": "orbit_period_days", "type": "MemberExpression", "value": "Planet[undefined].OrbitalPeriod" @@ -43897,14 +45148,14 @@ "comment": "", "meta": { "range": [ - 225290, - 225325 + 231430, + 231465 ], "filename": "astronomy.js", - "lineno": 5039, + "lineno": 5169, "columnno": 10, "code": { - "id": "astnode100020877", + "id": "astnode100021892", "name": "increment", "type": "BinaryExpression", "value": "" @@ -43922,14 +45173,14 @@ "comment": "", "meta": { "range": [ - 225335, - 225349 + 231475, + 231489 ], "filename": "astronomy.js", - "lineno": 5040, + "lineno": 5170, "columnno": 8, "code": { - "id": "astnode100020883", + "id": "astnode100021898", "name": "t1", "type": "Identifier", "value": "startTime" @@ -43947,14 +45198,14 @@ "comment": "", "meta": { "range": [ - 225359, - 225382 + 231499, + 231522 ], "filename": "astronomy.js", - "lineno": 5041, + "lineno": 5171, "columnno": 8, "code": { - "id": "astnode100020887", + "id": "astnode100021902", "name": "m1", "type": "CallExpression", "value": "" @@ -43972,14 +45223,14 @@ "comment": "", "meta": { "range": [ - 225397, - 225405 + 231537, + 231545 ], "filename": "astronomy.js", - "lineno": 5042, + "lineno": 5172, "columnno": 13, "code": { - "id": "astnode100020894", + "id": "astnode100021909", "name": "iter", "type": "Literal", "value": 0 @@ -43997,14 +45248,14 @@ "comment": "", "meta": { "range": [ - 225475, - 225501 + 231615, + 231641 ], "filename": "astronomy.js", - "lineno": 5043, + "lineno": 5173, "columnno": 14, "code": { - "id": "astnode100020908", + "id": "astnode100021923", "name": "t2", "type": "CallExpression", "value": "" @@ -44022,14 +45273,14 @@ "comment": "", "meta": { "range": [ - 225517, - 225540 + 231657, + 231680 ], "filename": "astronomy.js", - "lineno": 5044, + "lineno": 5174, "columnno": 14, "code": { - "id": "astnode100020916", + "id": "astnode100021931", "name": "m2", "type": "CallExpression", "value": "" @@ -44047,14 +45298,14 @@ "comment": "", "meta": { "range": [ - 225804, - 225814 + 231944, + 231954 ], "filename": "astronomy.js", - "lineno": 5049, + "lineno": 5179, "columnno": 16, "code": { - "id": "astnode100020929", + "id": "astnode100021944", "name": "slope_func" } }, @@ -44070,14 +45321,14 @@ "comment": "", "meta": { "range": [ - 225832, - 225836 + 231972, + 231976 ], "filename": "astronomy.js", - "lineno": 5050, + "lineno": 5180, "columnno": 16, "code": { - "id": "astnode100020932", + "id": "astnode100021947", "name": "kind" } }, @@ -44093,14 +45344,14 @@ "comment": "", "meta": { "range": [ - 226067, - 226094 + 232207, + 232234 ], "filename": "astronomy.js", - "lineno": 5054, + "lineno": 5184, "columnno": 16, "code": { - "id": "astnode100020944", + "id": "astnode100021959", "name": "slope_func", "type": "Identifier", "funcscope": "SearchPlanetApsis", @@ -44119,14 +45370,14 @@ "comment": "", "meta": { "range": [ - 226112, - 226120 + 232252, + 232260 ], "filename": "astronomy.js", - "lineno": 5055, + "lineno": 5185, "columnno": 16, "code": { - "id": "astnode100020948", + "id": "astnode100021963", "name": "kind", "type": "Literal", "funcscope": "SearchPlanetApsis", @@ -44145,14 +45396,14 @@ "comment": "", "meta": { "range": [ - 226382, - 226409 + 232522, + 232549 ], "filename": "astronomy.js", - "lineno": 5060, + "lineno": 5190, "columnno": 16, "code": { - "id": "astnode100020961", + "id": "astnode100021976", "name": "slope_func", "type": "Identifier", "funcscope": "SearchPlanetApsis", @@ -44171,14 +45422,14 @@ "comment": "", "meta": { "range": [ - 226427, - 226435 + 232567, + 232575 ], "filename": "astronomy.js", - "lineno": 5061, + "lineno": 5191, "columnno": 16, "code": { - "id": "astnode100020965", + "id": "astnode100021980", "name": "kind", "type": "Literal", "funcscope": "SearchPlanetApsis", @@ -44197,14 +45448,14 @@ "comment": "", "meta": { "range": [ - 226689, - 226724 + 232829, + 232864 ], "filename": "astronomy.js", - "lineno": 5067, + "lineno": 5197, "columnno": 18, "code": { - "id": "astnode100020972", + "id": "astnode100021987", "name": "search", "type": "CallExpression", "value": "" @@ -44222,14 +45473,14 @@ "comment": "", "meta": { "range": [ - 226853, - 226887 + 232993, + 233027 ], "filename": "astronomy.js", - "lineno": 5070, + "lineno": 5200, "columnno": 18, "code": { - "id": "astnode100020985", + "id": "astnode100022000", "name": "dist", "type": "CallExpression", "value": "" @@ -44247,14 +45498,14 @@ "comment": "", "meta": { "range": [ - 227034, - 227041 + 233174, + 233181 ], "filename": "astronomy.js", - "lineno": 5074, + "lineno": 5204, "columnno": 8, "code": { - "id": "astnode100020998", + "id": "astnode100022013", "name": "t1", "type": "Identifier", "funcscope": "SearchPlanetApsis", @@ -44273,14 +45524,14 @@ "comment": "", "meta": { "range": [ - 227051, - 227058 + 233191, + 233198 ], "filename": "astronomy.js", - "lineno": 5075, + "lineno": 5205, "columnno": 8, "code": { - "id": "astnode100021002", + "id": "astnode100022017", "name": "m1", "type": "Identifier", "funcscope": "SearchPlanetApsis", @@ -44299,14 +45550,14 @@ "comment": "", "meta": { "range": [ - 227157, - 227202 + 233297, + 233342 ], "filename": "astronomy.js", - "lineno": 5079, + "lineno": 5209, "columnno": 0, "code": { - "id": "astnode100021008", + "id": "astnode100022023", "name": "exports.SearchPlanetApsis", "type": "Identifier", "value": "SearchPlanetApsis", @@ -44323,14 +45574,14 @@ "comment": "/**\n * @brief Finds the next planetary perihelion or aphelion event in a series.\n *\n * This function requires an {@link Apsis} value obtained from a call\n * to {@link SearchPlanetApsis} or `NextPlanetApsis`.\n * Given an aphelion event, this function finds the next perihelion event, and vice versa.\n * See {@link SearchPlanetApsis} for more details.\n *\n * @param {Body} body\n * The planet for which to find the next perihelion/aphelion event.\n * Not allowed to be `\"Sun\"` or `\"Moon\"`.\n * Must match the body passed into the call that produced the `apsis` parameter.\n *\n * @param {Apsis} apsis\n * An apsis event obtained from a call to {@link SearchPlanetApsis} or `NextPlanetApsis`.\n *\n * @returns {Apsis}\n * Same as the return value for {@link SearchPlanetApsis}.\n */", "meta": { "range": [ - 227998, - 228573 + 234138, + 234713 ], "filename": "astronomy.js", - "lineno": 5099, + "lineno": 5229, "columnno": 0, "code": { - "id": "astnode100021013", + "id": "astnode100022028", "name": "NextPlanetApsis", "type": "FunctionDeclaration", "paramnames": [ @@ -44391,14 +45642,14 @@ "comment": "", "meta": { "range": [ - 228205, - 228245 + 234345, + 234385 ], "filename": "astronomy.js", - "lineno": 5103, + "lineno": 5233, "columnno": 10, "code": { - "id": "astnode100021038", + "id": "astnode100022053", "name": "skip", "type": "BinaryExpression", "value": "" @@ -44416,14 +45667,14 @@ "comment": "", "meta": { "range": [ - 228257, - 228288 + 234397, + 234428 ], "filename": "astronomy.js", - "lineno": 5104, + "lineno": 5234, "columnno": 10, "code": { - "id": "astnode100021048", + "id": "astnode100022063", "name": "time", "type": "CallExpression", "value": "" @@ -44441,14 +45692,14 @@ "comment": "", "meta": { "range": [ - 228300, - 228336 + 234440, + 234476 ], "filename": "astronomy.js", - "lineno": 5105, + "lineno": 5235, "columnno": 10, "code": { - "id": "astnode100021058", + "id": "astnode100022073", "name": "next", "type": "CallExpression", "value": "" @@ -44466,14 +45717,14 @@ "comment": "", "meta": { "range": [ - 228574, - 228615 + 234714, + 234755 ], "filename": "astronomy.js", - "lineno": 5111, + "lineno": 5241, "columnno": 0, "code": { - "id": "astnode100021088", + "id": "astnode100022103", "name": "exports.NextPlanetApsis", "type": "Identifier", "value": "NextPlanetApsis", @@ -44490,14 +45741,14 @@ "comment": "/**\n * @brief Calculates the inverse of a rotation matrix.\n *\n * Given a rotation matrix that performs some coordinate transform,\n * this function returns the matrix that reverses that trasnform.\n *\n * @param {RotationMatrix} rotation\n * The rotation matrix to be inverted.\n *\n * @returns {RotationMatrix}\n * The inverse rotation matrix.\n */", "meta": { "range": [ - 228969, - 229256 + 235109, + 235396 ], "filename": "astronomy.js", - "lineno": 5124, + "lineno": 5254, "columnno": 0, "code": { - "id": "astnode100021093", + "id": "astnode100022108", "name": "InverseRotation", "type": "FunctionDeclaration", "paramnames": [ @@ -44543,14 +45794,14 @@ "comment": "", "meta": { "range": [ - 229257, - 229298 + 235397, + 235438 ], "filename": "astronomy.js", - "lineno": 5131, + "lineno": 5261, "columnno": 0, "code": { - "id": "astnode100021168", + "id": "astnode100022183", "name": "exports.InverseRotation", "type": "Identifier", "value": "InverseRotation", @@ -44567,14 +45818,14 @@ "comment": "/**\n * @brief Creates a rotation based on applying one rotation followed by another.\n *\n * Given two rotation matrices, returns a combined rotation matrix that is\n * equivalent to rotating based on the first matrix, followed by the second.\n *\n * @param {RotationMatrix} a\n * The first rotation to apply.\n *\n * @param {RotationMatrix} b\n * The second rotation to apply.\n *\n * @returns {RotationMatrix}\n * The combined rotation matrix.\n */", "meta": { "range": [ - 229753, - 231056 + 235893, + 237196 ], "filename": "astronomy.js", - "lineno": 5147, + "lineno": 5277, "columnno": 0, "code": { - "id": "astnode100021173", + "id": "astnode100022188", "name": "CombineRotation", "type": "FunctionDeclaration", "paramnames": [ @@ -44630,14 +45881,14 @@ "comment": "", "meta": { "range": [ - 231057, - 231098 + 237197, + 237238 ], "filename": "astronomy.js", - "lineno": 5173, + "lineno": 5303, "columnno": 0, "code": { - "id": "astnode100021609", + "id": "astnode100022624", "name": "exports.CombineRotation", "type": "Identifier", "value": "CombineRotation", @@ -44654,14 +45905,14 @@ "comment": "/**\n * @brief Creates an identity rotation matrix.\n *\n * Returns a rotation matrix that has no effect on orientation.\n * This matrix can be the starting point for other operations,\n * such as using a series of calls to {@link Pivot} to\n * create a custom rotation matrix.\n *\n * @returns {RotationMatrix}\n * The identity matrix.\n */", "meta": { "range": [ - 231437, - 231562 + 237577, + 237702 ], "filename": "astronomy.js", - "lineno": 5185, + "lineno": 5315, "columnno": 0, "code": { - "id": "astnode100021614", + "id": "astnode100022629", "name": "IdentityMatrix", "type": "FunctionDeclaration", "paramnames": [] @@ -44695,14 +45946,14 @@ "comment": "", "meta": { "range": [ - 231563, - 231602 + 237703, + 237742 ], "filename": "astronomy.js", - "lineno": 5192, + "lineno": 5322, "columnno": 0, "code": { - "id": "astnode100021634", + "id": "astnode100022649", "name": "exports.IdentityMatrix", "type": "Identifier", "value": "IdentityMatrix", @@ -44719,14 +45970,14 @@ "comment": "/**\n* @brief Re-orients a rotation matrix by pivoting it by an angle around one of its axes.\n*\n* Given a rotation matrix, a selected coordinate axis, and an angle in degrees,\n* this function pivots the rotation matrix by that angle around that coordinate axis.\n*\n* For example, if you have rotation matrix that converts ecliptic coordinates (ECL)\n* to horizontal coordinates (HOR), but you really want to convert ECL to the orientation\n* of a telescope camera pointed at a given body, you can use `Astronomy_Pivot` twice:\n* (1) pivot around the zenith axis by the body's azimuth, then (2) pivot around the\n* western axis by the body's altitude angle. The resulting rotation matrix will then\n* reorient ECL coordinates to the orientation of your telescope camera.\n*\n* @param {RotationMatrix} rotation\n* The input rotation matrix.\n*\n* @param {number} axis\n* An integer that selects which coordinate axis to rotate around:\n* 0 = x, 1 = y, 2 = z. Any other value will cause an exception.\n*\n* @param {number} angle\n* An angle in degrees indicating the amount of rotation around the specified axis.\n* Positive angles indicate rotation counterclockwise as seen from the positive\n* direction along that axis, looking towards the origin point of the orientation system.\n* Any finite number of degrees is allowed, but best precision will result from\n* keeping `angle` in the range [-360, +360].\n*\n* @returns {RotationMatrix}\n* A pivoted matrix object.\n*/", "meta": { "range": [ - 233094, - 234307 + 239234, + 240447 ], "filename": "astronomy.js", - "lineno": 5223, + "lineno": 5353, "columnno": 0, "code": { - "id": "astnode100021639", + "id": "astnode100022654", "name": "Pivot", "type": "FunctionDeclaration", "paramnames": [ @@ -44802,14 +46053,14 @@ "comment": "", "meta": { "range": [ - 233295, - 233342 + 239435, + 239482 ], "filename": "astronomy.js", - "lineno": 5227, + "lineno": 5357, "columnno": 10, "code": { - "id": "astnode100021663", + "id": "astnode100022678", "name": "radians", "type": "BinaryExpression", "value": "" @@ -44827,14 +46078,14 @@ "comment": "", "meta": { "range": [ - 233354, - 233375 + 239494, + 239515 ], "filename": "astronomy.js", - "lineno": 5228, + "lineno": 5358, "columnno": 10, "code": { - "id": "astnode100021673", + "id": "astnode100022688", "name": "c", "type": "CallExpression", "value": "" @@ -44852,14 +46103,14 @@ "comment": "", "meta": { "range": [ - 233387, - 233408 + 239527, + 239548 ], "filename": "astronomy.js", - "lineno": 5229, + "lineno": 5359, "columnno": 10, "code": { - "id": "astnode100021681", + "id": "astnode100022696", "name": "s", "type": "CallExpression", "value": "" @@ -44877,14 +46128,14 @@ "comment": "", "meta": { "range": [ - 233653, - 233671 + 239793, + 239811 ], "filename": "astronomy.js", - "lineno": 5236, + "lineno": 5366, "columnno": 10, "code": { - "id": "astnode100021689", + "id": "astnode100022704", "name": "i", "type": "BinaryExpression", "value": "" @@ -44902,14 +46153,14 @@ "comment": "", "meta": { "range": [ - 233683, - 233701 + 239823, + 239841 ], "filename": "astronomy.js", - "lineno": 5237, + "lineno": 5367, "columnno": 10, "code": { - "id": "astnode100021697", + "id": "astnode100022712", "name": "j", "type": "BinaryExpression", "value": "" @@ -44927,14 +46178,14 @@ "comment": "", "meta": { "range": [ - 233713, - 233721 + 239853, + 239861 ], "filename": "astronomy.js", - "lineno": 5238, + "lineno": 5368, "columnno": 10, "code": { - "id": "astnode100021705", + "id": "astnode100022720", "name": "k", "type": "Identifier", "value": "axis" @@ -44952,14 +46203,14 @@ "comment": "", "meta": { "range": [ - 233731, - 233770 + 239871, + 239910 ], "filename": "astronomy.js", - "lineno": 5239, + "lineno": 5369, "columnno": 8, "code": { - "id": "astnode100021709", + "id": "astnode100022724", "name": "rot", "type": "ArrayExpression", "value": "[\"[0,0,0]\",\"[0,0,0]\",\"[0,0,0]\"]" @@ -44977,14 +46228,14 @@ "comment": "", "meta": { "range": [ - 233776, - 233835 + 239916, + 239975 ], "filename": "astronomy.js", - "lineno": 5240, + "lineno": 5370, "columnno": 4, "code": { - "id": "astnode100021725", + "id": "astnode100022740", "name": "rot[undefined][undefined]", "type": "BinaryExpression", "funcscope": "Pivot", @@ -45003,14 +46254,14 @@ "comment": "", "meta": { "range": [ - 233841, - 233900 + 239981, + 240040 ], "filename": "astronomy.js", - "lineno": 5241, + "lineno": 5371, "columnno": 4, "code": { - "id": "astnode100021751", + "id": "astnode100022766", "name": "rot[undefined][undefined]", "type": "BinaryExpression", "funcscope": "Pivot", @@ -45029,14 +46280,14 @@ "comment": "", "meta": { "range": [ - 233906, - 233936 + 240046, + 240076 ], "filename": "astronomy.js", - "lineno": 5242, + "lineno": 5372, "columnno": 4, "code": { - "id": "astnode100021777", + "id": "astnode100022792", "name": "rot[undefined][undefined]", "type": "MemberExpression", "funcscope": "Pivot", @@ -45055,14 +46306,14 @@ "comment": "", "meta": { "range": [ - 233942, - 234001 + 240082, + 240141 ], "filename": "astronomy.js", - "lineno": 5243, + "lineno": 5373, "columnno": 4, "code": { - "id": "astnode100021791", + "id": "astnode100022806", "name": "rot[undefined][undefined]", "type": "BinaryExpression", "funcscope": "Pivot", @@ -45081,14 +46332,14 @@ "comment": "", "meta": { "range": [ - 234007, - 234066 + 240147, + 240206 ], "filename": "astronomy.js", - "lineno": 5244, + "lineno": 5374, "columnno": 4, "code": { - "id": "astnode100021817", + "id": "astnode100022832", "name": "rot[undefined][undefined]", "type": "BinaryExpression", "funcscope": "Pivot", @@ -45107,14 +46358,14 @@ "comment": "", "meta": { "range": [ - 234072, - 234102 + 240212, + 240242 ], "filename": "astronomy.js", - "lineno": 5245, + "lineno": 5375, "columnno": 4, "code": { - "id": "astnode100021843", + "id": "astnode100022858", "name": "rot[undefined][undefined]", "type": "MemberExpression", "funcscope": "Pivot", @@ -45133,14 +46384,14 @@ "comment": "", "meta": { "range": [ - 234108, - 234167 + 240248, + 240307 ], "filename": "astronomy.js", - "lineno": 5246, + "lineno": 5376, "columnno": 4, "code": { - "id": "astnode100021857", + "id": "astnode100022872", "name": "rot[undefined][undefined]", "type": "BinaryExpression", "funcscope": "Pivot", @@ -45159,14 +46410,14 @@ "comment": "", "meta": { "range": [ - 234173, - 234232 + 240313, + 240372 ], "filename": "astronomy.js", - "lineno": 5247, + "lineno": 5377, "columnno": 4, "code": { - "id": "astnode100021883", + "id": "astnode100022898", "name": "rot[undefined][undefined]", "type": "BinaryExpression", "funcscope": "Pivot", @@ -45185,14 +46436,14 @@ "comment": "", "meta": { "range": [ - 234238, - 234268 + 240378, + 240408 ], "filename": "astronomy.js", - "lineno": 5248, + "lineno": 5378, "columnno": 4, "code": { - "id": "astnode100021909", + "id": "astnode100022924", "name": "rot[undefined][undefined]", "type": "MemberExpression", "funcscope": "Pivot", @@ -45211,14 +46462,14 @@ "comment": "", "meta": { "range": [ - 234308, - 234329 + 240448, + 240469 ], "filename": "astronomy.js", - "lineno": 5251, + "lineno": 5381, "columnno": 0, "code": { - "id": "astnode100021927", + "id": "astnode100022942", "name": "exports.Pivot", "type": "Identifier", "value": "Pivot", @@ -45235,14 +46486,14 @@ "comment": "/**\n * @brief Converts spherical coordinates to Cartesian coordinates.\n *\n * Given spherical coordinates and a time at which they are valid,\n * returns a vector of Cartesian coordinates. The returned value\n * includes the time, as required by `AstroTime`.\n *\n * @param {Spherical} sphere\n * Spherical coordinates to be converted.\n *\n * @param {AstroTime} time\n * The time that should be included in the returned vector.\n *\n * @returns {Vector}\n * The vector form of the supplied spherical coordinates.\n */", "meta": { "range": [ - 234852, - 235162 + 240992, + 241302 ], "filename": "astronomy.js", - "lineno": 5268, + "lineno": 5398, "columnno": 0, "code": { - "id": "astnode100021932", + "id": "astnode100022947", "name": "VectorFromSphere", "type": "FunctionDeclaration", "paramnames": [ @@ -45303,14 +46554,14 @@ "comment": "", "meta": { "range": [ - 234904, - 234941 + 241044, + 241081 ], "filename": "astronomy.js", - "lineno": 5269, + "lineno": 5399, "columnno": 10, "code": { - "id": "astnode100021938", + "id": "astnode100022953", "name": "radlat", "type": "BinaryExpression", "value": "" @@ -45328,14 +46579,14 @@ "comment": "", "meta": { "range": [ - 234953, - 234990 + 241093, + 241130 ], "filename": "astronomy.js", - "lineno": 5270, + "lineno": 5400, "columnno": 10, "code": { - "id": "astnode100021948", + "id": "astnode100022963", "name": "radlon", "type": "BinaryExpression", "value": "" @@ -45353,14 +46604,14 @@ "comment": "", "meta": { "range": [ - 235002, - 235042 + 241142, + 241182 ], "filename": "astronomy.js", - "lineno": 5271, + "lineno": 5401, "columnno": 10, "code": { - "id": "astnode100021958", + "id": "astnode100022973", "name": "rcoslat", "type": "BinaryExpression", "value": "" @@ -45378,14 +46629,14 @@ "comment": "", "meta": { "range": [ - 235163, - 235206 + 241303, + 241346 ], "filename": "astronomy.js", - "lineno": 5274, + "lineno": 5404, "columnno": 0, "code": { - "id": "astnode100021997", + "id": "astnode100023012", "name": "exports.VectorFromSphere", "type": "Identifier", "value": "VectorFromSphere", @@ -45402,14 +46653,14 @@ "comment": "/**\n * @brief Given an equatorial vector, calculates equatorial angular coordinates.\n *\n * @param {Vector} vec\n * A vector in an equatorial coordinate system.\n *\n * @returns {EquatorialCoordinates}\n * Angular coordinates expressed in the same equatorial system as `vec`.\n */", "meta": { "range": [ - 235493, - 235655 + 241633, + 241795 ], "filename": "astronomy.js", - "lineno": 5284, + "lineno": 5414, "columnno": 0, "code": { - "id": "astnode100022002", + "id": "astnode100023017", "name": "EquatorFromVector", "type": "FunctionDeclaration", "paramnames": [ @@ -45458,14 +46709,14 @@ "comment": "", "meta": { "range": [ - 235537, - 235567 + 241677, + 241707 ], "filename": "astronomy.js", - "lineno": 5285, + "lineno": 5415, "columnno": 10, "code": { - "id": "astnode100022007", + "id": "astnode100023022", "name": "sphere", "type": "CallExpression", "value": "" @@ -45483,14 +46734,14 @@ "comment": "", "meta": { "range": [ - 235656, - 235701 + 241796, + 241841 ], "filename": "astronomy.js", - "lineno": 5288, + "lineno": 5418, "columnno": 0, "code": { - "id": "astnode100022028", + "id": "astnode100023043", "name": "exports.EquatorFromVector", "type": "Identifier", "value": "EquatorFromVector", @@ -45507,14 +46758,14 @@ "comment": "/**\n * @brief Converts Cartesian coordinates to spherical coordinates.\n *\n * Given a Cartesian vector, returns latitude, longitude, and distance.\n *\n * @param {Vector} vector\n * Cartesian vector to be converted to spherical coordinates.\n *\n * @returns {Spherical}\n * Spherical coordinates that are equivalent to the given vector.\n */", "meta": { "range": [ - 236047, - 236649 + 242187, + 242789 ], "filename": "astronomy.js", - "lineno": 5300, + "lineno": 5430, "columnno": 0, "code": { - "id": "astnode100022033", + "id": "astnode100023048", "name": "SphereFromVector", "type": "FunctionDeclaration", "paramnames": [ @@ -45566,14 +46817,14 @@ "comment": "", "meta": { "range": [ - 236093, - 236143 + 242233, + 242283 ], "filename": "astronomy.js", - "lineno": 5301, + "lineno": 5431, "columnno": 10, "code": { - "id": "astnode100022038", + "id": "astnode100023053", "name": "xyproj", "type": "BinaryExpression", "value": "" @@ -45591,14 +46842,14 @@ "comment": "", "meta": { "range": [ - 236155, - 236201 + 242295, + 242341 ], "filename": "astronomy.js", - "lineno": 5302, + "lineno": 5432, "columnno": 10, "code": { - "id": "astnode100022056", + "id": "astnode100023071", "name": "dist", "type": "CallExpression", "value": "" @@ -45616,14 +46867,14 @@ "comment": "", "meta": { "range": [ - 236211, - 236214 + 242351, + 242354 ], "filename": "astronomy.js", - "lineno": 5303, + "lineno": 5433, "columnno": 8, "code": { - "id": "astnode100022072", + "id": "astnode100023087", "name": "lat" } }, @@ -45639,14 +46890,14 @@ "comment": "", "meta": { "range": [ - 236216, - 236219 + 242356, + 242359 ], "filename": "astronomy.js", - "lineno": 5303, + "lineno": 5433, "columnno": 13, "code": { - "id": "astnode100022074", + "id": "astnode100023089", "name": "lon" } }, @@ -45662,14 +46913,14 @@ "comment": "", "meta": { "range": [ - 236338, - 236347 + 242478, + 242487 ], "filename": "astronomy.js", - "lineno": 5307, + "lineno": 5437, "columnno": 8, "code": { - "id": "astnode100022090", + "id": "astnode100023105", "name": "lon", "type": "Literal", "funcscope": "SphereFromVector", @@ -45688,14 +46939,14 @@ "comment": "", "meta": { "range": [ - 236357, - 236395 + 242497, + 242535 ], "filename": "astronomy.js", - "lineno": 5308, + "lineno": 5438, "columnno": 8, "code": { - "id": "astnode100022094", + "id": "astnode100023109", "name": "lat", "type": "ConditionalExpression", "funcscope": "SphereFromVector", @@ -45714,14 +46965,14 @@ "comment": "", "meta": { "range": [ - 236422, - 236476 + 242562, + 242616 ], "filename": "astronomy.js", - "lineno": 5311, + "lineno": 5441, "columnno": 8, "code": { - "id": "astnode100022108", + "id": "astnode100023123", "name": "lon", "type": "BinaryExpression", "funcscope": "SphereFromVector", @@ -45740,14 +46991,14 @@ "comment": "", "meta": { "range": [ - 236513, - 236525 + 242653, + 242665 ], "filename": "astronomy.js", - "lineno": 5313, + "lineno": 5443, "columnno": 12, "code": { - "id": "astnode100022129", + "id": "astnode100023144", "name": "lon", "type": "Literal", "funcscope": "SphereFromVector", @@ -45766,14 +47017,14 @@ "comment": "", "meta": { "range": [ - 236535, - 236598 + 242675, + 242738 ], "filename": "astronomy.js", - "lineno": 5314, + "lineno": 5444, "columnno": 8, "code": { - "id": "astnode100022133", + "id": "astnode100023148", "name": "lat", "type": "BinaryExpression", "funcscope": "SphereFromVector", @@ -45792,14 +47043,14 @@ "comment": "", "meta": { "range": [ - 236650, - 236693 + 242790, + 242833 ], "filename": "astronomy.js", - "lineno": 5318, + "lineno": 5448, "columnno": 0, "code": { - "id": "astnode100022158", + "id": "astnode100023173", "name": "exports.SphereFromVector", "type": "Identifier", "value": "SphereFromVector", @@ -45816,14 +47067,14 @@ "comment": "", "meta": { "range": [ - 236695, - 236856 + 242835, + 242996 ], "filename": "astronomy.js", - "lineno": 5319, + "lineno": 5449, "columnno": 0, "code": { - "id": "astnode100022163", + "id": "astnode100023178", "name": "ToggleAzimuthDirection", "type": "FunctionDeclaration", "paramnames": [ @@ -45845,14 +47096,14 @@ "comment": "", "meta": { "range": [ - 236737, - 236752 + 242877, + 242892 ], "filename": "astronomy.js", - "lineno": 5320, + "lineno": 5450, "columnno": 4, "code": { - "id": "astnode100022168", + "id": "astnode100023183", "name": "az", "type": "BinaryExpression", "funcscope": "ToggleAzimuthDirection", @@ -45871,14 +47122,14 @@ "comment": "", "meta": { "range": [ - 236783, - 236794 + 242923, + 242934 ], "filename": "astronomy.js", - "lineno": 5322, + "lineno": 5452, "columnno": 8, "code": { - "id": "astnode100022178", + "id": "astnode100023193", "name": "az", "type": "Literal", "funcscope": "ToggleAzimuthDirection", @@ -45897,14 +47148,14 @@ "comment": "", "meta": { "range": [ - 236827, - 236838 + 242967, + 242978 ], "filename": "astronomy.js", - "lineno": 5324, + "lineno": 5454, "columnno": 8, "code": { - "id": "astnode100022186", + "id": "astnode100023201", "name": "az", "type": "Literal", "funcscope": "ToggleAzimuthDirection", @@ -45923,14 +47174,14 @@ "comment": "/**\n * @brief Converts Cartesian coordinates to horizontal coordinates.\n *\n * Given a horizontal Cartesian vector, returns horizontal azimuth and altitude.\n *\n * *IMPORTANT:* This function differs from {@link SphereFromVector} in two ways:\n * - `SphereFromVector` returns a `lon` value that represents azimuth defined counterclockwise\n * from north (e.g., west = +90), but this function represents a clockwise rotation\n * (e.g., east = +90). The difference is because `SphereFromVector` is intended\n * to preserve the vector \"right-hand rule\", while this function defines azimuth in a more\n * traditional way as used in navigation and cartography.\n * - This function optionally corrects for atmospheric refraction, while `SphereFromVector` does not.\n *\n * The returned object contains the azimuth in `lon`.\n * It is measured in degrees clockwise from north: east = +90 degrees, west = +270 degrees.\n *\n * The altitude is stored in `lat`.\n *\n * The distance to the observed object is stored in `dist`,\n * and is expressed in astronomical units (AU).\n *\n * @param {Vector} vector\n * Cartesian vector to be converted to horizontal coordinates.\n *\n * @param {string} refraction\n * `\"normal\"`: correct altitude for atmospheric refraction (recommended).\n * `\"jplhor\"`: for JPL Horizons compatibility testing only; not recommended for normal use.\n * `null`: no atmospheric refraction correction is performed.\n *\n * @returns {Spherical}\n */", "meta": { "range": [ - 238318, - 238539 + 244458, + 244679 ], "filename": "astronomy.js", - "lineno": 5358, + "lineno": 5488, "columnno": 0, "code": { - "id": "astnode100022191", + "id": "astnode100023206", "name": "HorizonFromVector", "type": "FunctionDeclaration", "paramnames": [ @@ -45990,14 +47241,14 @@ "comment": "", "meta": { "range": [ - 238377, - 238410 + 244517, + 244550 ], "filename": "astronomy.js", - "lineno": 5359, + "lineno": 5489, "columnno": 10, "code": { - "id": "astnode100022197", + "id": "astnode100023212", "name": "sphere", "type": "CallExpression", "value": "" @@ -46015,14 +47266,14 @@ "comment": "", "meta": { "range": [ - 238416, - 238463 + 244556, + 244603 ], "filename": "astronomy.js", - "lineno": 5360, + "lineno": 5490, "columnno": 4, "code": { - "id": "astnode100022203", + "id": "astnode100023218", "name": "sphere.lon", "type": "CallExpression", "funcscope": "HorizonFromVector", @@ -46041,14 +47292,14 @@ "comment": "", "meta": { "range": [ - 238469, - 238517 + 244609, + 244657 ], "filename": "astronomy.js", - "lineno": 5361, + "lineno": 5491, "columnno": 4, "code": { - "id": "astnode100022213", + "id": "astnode100023228", "name": "sphere.lat", "type": "CallExpression", "funcscope": "HorizonFromVector", @@ -46067,14 +47318,14 @@ "comment": "", "meta": { "range": [ - 238540, - 238585 + 244680, + 244725 ], "filename": "astronomy.js", - "lineno": 5364, + "lineno": 5494, "columnno": 0, "code": { - "id": "astnode100022226", + "id": "astnode100023241", "name": "exports.HorizonFromVector", "type": "Identifier", "value": "HorizonFromVector", @@ -46091,14 +47342,14 @@ "comment": "/**\n * @brief Given apparent angular horizontal coordinates in `sphere`, calculate horizontal vector.\n *\n * @param {Spherical} sphere\n * A structure that contains apparent horizontal coordinates:\n * `lat` holds the refracted azimuth angle,\n * `lon` holds the azimuth in degrees clockwise from north,\n * and `dist` holds the distance from the observer to the object in AU.\n *\n * @param {AstroTime} time\n * The date and time of the observation. This is needed because the returned\n * vector object requires a valid time value when passed to certain other functions.\n *\n * @param {string} refraction\n * `\"normal\"`: correct altitude for atmospheric refraction (recommended).\n * `\"jplhor\"`: for JPL Horizons compatibility testing only; not recommended for normal use.\n * `null`: no atmospheric refraction correction is performed.\n *\n * @returns {Vector}\n * A vector in the horizontal system: `x` = north, `y` = west, and `z` = zenith (up).\n */", "meta": { "range": [ - 239576, - 239984 + 245716, + 246124 ], "filename": "astronomy.js", - "lineno": 5386, + "lineno": 5516, "columnno": 0, "code": { - "id": "astnode100022231", + "id": "astnode100023246", "name": "VectorFromHorizon", "type": "FunctionDeclaration", "paramnames": [ @@ -46169,14 +47420,14 @@ "comment": "", "meta": { "range": [ - 239725, - 239765 + 245865, + 245905 ], "filename": "astronomy.js", - "lineno": 5388, + "lineno": 5518, "columnno": 10, "code": { - "id": "astnode100022238", + "id": "astnode100023253", "name": "lon", "type": "CallExpression", "value": "" @@ -46194,14 +47445,14 @@ "comment": "", "meta": { "range": [ - 239819, - 239879 + 245959, + 246019 ], "filename": "astronomy.js", - "lineno": 5390, + "lineno": 5520, "columnno": 10, "code": { - "id": "astnode100022246", + "id": "astnode100023261", "name": "lat", "type": "BinaryExpression", "value": "" @@ -46219,14 +47470,14 @@ "comment": "", "meta": { "range": [ - 239891, - 239937 + 246031, + 246077 ], "filename": "astronomy.js", - "lineno": 5391, + "lineno": 5521, "columnno": 10, "code": { - "id": "astnode100022259", + "id": "astnode100023274", "name": "xsphere", "type": "NewExpression", "value": "" @@ -46244,14 +47495,14 @@ "comment": "", "meta": { "range": [ - 239985, - 240030 + 246125, + 246170 ], "filename": "astronomy.js", - "lineno": 5394, + "lineno": 5524, "columnno": 0, "code": { - "id": "astnode100022274", + "id": "astnode100023289", "name": "exports.VectorFromHorizon", "type": "Identifier", "value": "VectorFromHorizon", @@ -46268,14 +47519,14 @@ "comment": "/**\n * @brief Calculates the amount of \"lift\" to an altitude angle caused by atmospheric refraction.\n *\n * Given an altitude angle and a refraction option, calculates\n * the amount of \"lift\" caused by atmospheric refraction.\n * This is the number of degrees higher in the sky an object appears\n * due to the lensing of the Earth's atmosphere.\n *\n * @param {string} refraction\n * `\"normal\"`: correct altitude for atmospheric refraction (recommended).\n * `\"jplhor\"`: for JPL Horizons compatibility testing only; not recommended for normal use.\n * `null`: no atmospheric refraction correction is performed.\n *\n * @param {number} altitude\n * An altitude angle in a horizontal coordinate system. Must be a value between -90 and +90.\n *\n * @returns {number}\n * The angular adjustment in degrees to be added to the altitude angle to correct for atmospheric lensing.\n */", "meta": { "range": [ - 240920, - 242600 + 247060, + 248740 ], "filename": "astronomy.js", - "lineno": 5414, + "lineno": 5544, "columnno": 0, "code": { - "id": "astnode100022279", + "id": "astnode100023294", "name": "Refraction", "type": "FunctionDeclaration", "paramnames": [ @@ -46335,14 +47586,14 @@ "comment": "", "meta": { "range": [ - 240972, - 240976 + 247112, + 247116 ], "filename": "astronomy.js", - "lineno": 5415, + "lineno": 5545, "columnno": 8, "code": { - "id": "astnode100022285", + "id": "astnode100023300", "name": "refr" } }, @@ -46358,14 +47609,14 @@ "comment": "", "meta": { "range": [ - 241805, - 241818 + 247945, + 247958 ], "filename": "astronomy.js", - "lineno": 5428, + "lineno": 5558, "columnno": 12, "code": { - "id": "astnode100022313", + "id": "astnode100023328", "name": "hd", "type": "Identifier", "value": "altitude" @@ -46383,14 +47634,14 @@ "comment": "", "meta": { "range": [ - 241855, - 241864 + 247995, + 248004 ], "filename": "astronomy.js", - "lineno": 5430, + "lineno": 5560, "columnno": 12, "code": { - "id": "astnode100022322", + "id": "astnode100023337", "name": "hd", "type": "UnaryExpression", "funcscope": "Refraction", @@ -46409,14 +47660,14 @@ "comment": "", "meta": { "range": [ - 241874, - 241950 + 248014, + 248090 ], "filename": "astronomy.js", - "lineno": 5431, + "lineno": 5561, "columnno": 8, "code": { - "id": "astnode100022327", + "id": "astnode100023342", "name": "refr", "type": "BinaryExpression", "funcscope": "Refraction", @@ -46435,14 +47686,14 @@ "comment": "", "meta": { "range": [ - 242344, - 242376 + 248484, + 248516 ], "filename": "astronomy.js", - "lineno": 5437, + "lineno": 5567, "columnno": 12, "code": { - "id": "astnode100022359", + "id": "astnode100023374", "name": "refr", "type": "BinaryExpression", "funcscope": "Refraction", @@ -46461,14 +47712,14 @@ "comment": "", "meta": { "range": [ - 242489, - 242499 + 248629, + 248639 ], "filename": "astronomy.js", - "lineno": 5442, + "lineno": 5572, "columnno": 8, "code": { - "id": "astnode100022371", + "id": "astnode100023386", "name": "refr", "type": "Literal", "funcscope": "Refraction", @@ -46487,14 +47738,14 @@ "comment": "", "meta": { "range": [ - 242601, - 242632 + 248741, + 248772 ], "filename": "astronomy.js", - "lineno": 5449, + "lineno": 5579, "columnno": 0, "code": { - "id": "astnode100022383", + "id": "astnode100023398", "name": "exports.Refraction", "type": "Identifier", "value": "Refraction", @@ -46511,14 +47762,14 @@ "comment": "/**\n * @brief Calculates the inverse of an atmospheric refraction angle.\n *\n * Given an observed altitude angle that includes atmospheric refraction,\n * calculate the negative angular correction to obtain the unrefracted\n * altitude. This is useful for cases where observed horizontal\n * coordinates are to be converted to another orientation system,\n * but refraction first must be removed from the observed position.\n *\n * @param {string} refraction\n * `\"normal\"`: correct altitude for atmospheric refraction (recommended).\n * `\"jplhor\"`: for JPL Horizons compatibility testing only; not recommended for normal use.\n * `null`: no atmospheric refraction correction is performed.\n *\n * @param {number} bent_altitude\n * The apparent altitude that includes atmospheric refraction.\n *\n * @returns {number}\n * The angular adjustment in degrees to be added to the\n * altitude angle to correct for atmospheric lensing.\n * This will be less than or equal to zero.\n */", "meta": { "range": [ - 243630, - 244223 + 249770, + 250363 ], "filename": "astronomy.js", - "lineno": 5472, + "lineno": 5602, "columnno": 0, "code": { - "id": "astnode100022388", + "id": "astnode100023403", "name": "InverseRefraction", "type": "FunctionDeclaration", "paramnames": [ @@ -46578,14 +47829,14 @@ "comment": "", "meta": { "range": [ - 243908, - 243972 + 250048, + 250112 ], "filename": "astronomy.js", - "lineno": 5476, + "lineno": 5606, "columnno": 8, "code": { - "id": "astnode100022406", + "id": "astnode100023421", "name": "altitude", "type": "BinaryExpression", "value": "" @@ -46603,14 +47854,14 @@ "comment": "", "meta": { "range": [ - 244037, - 244105 + 250177, + 250245 ], "filename": "astronomy.js", - "lineno": 5479, + "lineno": 5609, "columnno": 12, "code": { - "id": "astnode100022417", + "id": "astnode100023432", "name": "diff", "type": "BinaryExpression", "value": "" @@ -46628,14 +47879,14 @@ "comment": "", "meta": { "range": [ - 244198, - 244214 + 250338, + 250354 ], "filename": "astronomy.js", - "lineno": 5482, + "lineno": 5612, "columnno": 8, "code": { - "id": "astnode100022440", + "id": "astnode100023455", "name": "altitude", "type": "Identifier", "funcscope": "InverseRefraction", @@ -46654,14 +47905,14 @@ "comment": "", "meta": { "range": [ - 244224, - 244269 + 250364, + 250409 ], "filename": "astronomy.js", - "lineno": 5485, + "lineno": 5615, "columnno": 0, "code": { - "id": "astnode100022444", + "id": "astnode100023459", "name": "exports.InverseRefraction", "type": "Identifier", "value": "InverseRefraction", @@ -46678,14 +47929,14 @@ "comment": "/**\n * @brief Applies a rotation to a vector, yielding a rotated vector.\n *\n * This function transforms a vector in one orientation to a vector\n * in another orientation.\n *\n * @param {RotationMatrix} rotation\n * A rotation matrix that specifies how the orientation of the vector is to be changed.\n *\n * @param {Vector} vector\n * The vector whose orientation is to be changed.\n *\n * @returns {Vector}\n * A vector in the orientation specified by `rotation`.\n */", "meta": { "range": [ - 244747, - 245108 + 250887, + 251248 ], "filename": "astronomy.js", - "lineno": 5501, + "lineno": 5631, "columnno": 0, "code": { - "id": "astnode100022449", + "id": "astnode100023464", "name": "RotateVector", "type": "FunctionDeclaration", "paramnames": [ @@ -46741,14 +47992,14 @@ "comment": "", "meta": { "range": [ - 245109, - 245144 + 251249, + 251284 ], "filename": "astronomy.js", - "lineno": 5504, + "lineno": 5634, "columnno": 0, "code": { - "id": "astnode100022566", + "id": "astnode100023581", "name": "exports.RotateVector", "type": "Identifier", "value": "RotateVector", @@ -46765,14 +48016,14 @@ "comment": "/**\n * @brief Applies a rotation to a state vector, yielding a rotated vector.\n *\n * This function transforms a state vector in one orientation to a vector\n * in another orientation.\n *\n * @param {RotationMatrix} rotation\n * A rotation matrix that specifies how the orientation of the state vector is to be changed.\n *\n * @param {StateVector} state\n * The state vector whose orientation is to be changed.\n * Both the position and velocity components are transformed.\n *\n * @return {StateVector}\n * A state vector in the orientation specified by `rotation`.\n */", "meta": { "range": [ - 245727, - 246366 + 251867, + 252506 ], "filename": "astronomy.js", - "lineno": 5521, + "lineno": 5651, "columnno": 0, "code": { - "id": "astnode100022571", + "id": "astnode100023586", "name": "RotateState", "type": "FunctionDeclaration", "paramnames": [ @@ -46828,14 +48079,14 @@ "comment": "", "meta": { "range": [ - 246367, - 246400 + 252507, + 252540 ], "filename": "astronomy.js", - "lineno": 5524, + "lineno": 5654, "columnno": 0, "code": { - "id": "astnode100022793", + "id": "astnode100023808", "name": "exports.RotateState", "type": "Identifier", "value": "RotateState", @@ -46852,14 +48103,14 @@ "comment": "/**\n * @brief Calculates a rotation matrix from equatorial J2000 (EQJ) to ecliptic J2000 (ECL).\n *\n * This is one of the family of functions that returns a rotation matrix\n * for converting from one orientation to another.\n * Source: EQJ = equatorial system, using equator at J2000 epoch.\n * Target: ECL = ecliptic system, using equator at J2000 epoch.\n *\n * @returns {RotationMatrix}\n * A rotation matrix that converts EQJ to ECL.\n */", "meta": { "range": [ - 246843, - 247153 + 252983, + 253293 ], "filename": "astronomy.js", - "lineno": 5536, + "lineno": 5666, "columnno": 0, "code": { - "id": "astnode100022798", + "id": "astnode100023813", "name": "Rotation_EQJ_ECL", "type": "FunctionDeclaration", "paramnames": [] @@ -46897,14 +48148,14 @@ "comment": "", "meta": { "range": [ - 246966, - 246988 + 253106, + 253128 ], "filename": "astronomy.js", - "lineno": 5538, + "lineno": 5668, "columnno": 10, "code": { - "id": "astnode100022802", + "id": "astnode100023817", "name": "c", "type": "Literal", "value": 0.9174821430670688 @@ -46922,14 +48173,14 @@ "comment": "", "meta": { "range": [ - 247014, - 247036 + 253154, + 253176 ], "filename": "astronomy.js", - "lineno": 5539, + "lineno": 5669, "columnno": 10, "code": { - "id": "astnode100022806", + "id": "astnode100023821", "name": "s", "type": "Literal", "value": 0.3977769691083922 @@ -46947,14 +48198,14 @@ "comment": "", "meta": { "range": [ - 247154, - 247197 + 253294, + 253337 ], "filename": "astronomy.js", - "lineno": 5546, + "lineno": 5676, "columnno": 0, "code": { - "id": "astnode100022830", + "id": "astnode100023845", "name": "exports.Rotation_EQJ_ECL", "type": "Identifier", "value": "Rotation_EQJ_ECL", @@ -46971,14 +48222,14 @@ "comment": "/**\n * @brief Calculates a rotation matrix from ecliptic J2000 (ECL) to equatorial J2000 (EQJ).\n *\n * This is one of the family of functions that returns a rotation matrix\n * for converting from one orientation to another.\n * Source: ECL = ecliptic system, using equator at J2000 epoch.\n * Target: EQJ = equatorial system, using equator at J2000 epoch.\n *\n * @returns {RotationMatrix}\n * A rotation matrix that converts ECL to EQJ.\n */", "meta": { "range": [ - 247640, - 247950 + 253780, + 254090 ], "filename": "astronomy.js", - "lineno": 5558, + "lineno": 5688, "columnno": 0, "code": { - "id": "astnode100022835", + "id": "astnode100023850", "name": "Rotation_ECL_EQJ", "type": "FunctionDeclaration", "paramnames": [] @@ -47016,14 +48267,14 @@ "comment": "", "meta": { "range": [ - 247763, - 247785 + 253903, + 253925 ], "filename": "astronomy.js", - "lineno": 5560, + "lineno": 5690, "columnno": 10, "code": { - "id": "astnode100022839", + "id": "astnode100023854", "name": "c", "type": "Literal", "value": 0.9174821430670688 @@ -47041,14 +48292,14 @@ "comment": "", "meta": { "range": [ - 247811, - 247833 + 253951, + 253973 ], "filename": "astronomy.js", - "lineno": 5561, + "lineno": 5691, "columnno": 10, "code": { - "id": "astnode100022843", + "id": "astnode100023858", "name": "s", "type": "Literal", "value": 0.3977769691083922 @@ -47066,14 +48317,14 @@ "comment": "", "meta": { "range": [ - 247951, - 247994 + 254091, + 254134 ], "filename": "astronomy.js", - "lineno": 5568, + "lineno": 5698, "columnno": 0, "code": { - "id": "astnode100022867", + "id": "astnode100023882", "name": "exports.Rotation_ECL_EQJ", "type": "Identifier", "value": "Rotation_ECL_EQJ", @@ -47090,14 +48341,14 @@ "comment": "/**\n * @brief Calculates a rotation matrix from equatorial J2000 (EQJ) to equatorial of-date (EQD).\n *\n * This is one of the family of functions that returns a rotation matrix\n * for converting from one orientation to another.\n * Source: EQJ = equatorial system, using equator at J2000 epoch.\n * Target: EQD = equatorial system, using equator of the specified date/time.\n *\n * @param {FlexibleDateTime} time\n * The date and time at which the Earth's equator defines the target orientation.\n *\n * @returns {RotationMatrix}\n * A rotation matrix that converts EQJ to EQD at `time`.\n */", "meta": { "range": [ - 248589, - 248819 + 254729, + 254959 ], "filename": "astronomy.js", - "lineno": 5583, + "lineno": 5713, "columnno": 0, "code": { - "id": "astnode100022872", + "id": "astnode100023887", "name": "Rotation_EQJ_EQD", "type": "FunctionDeclaration", "paramnames": [ @@ -47148,14 +48399,14 @@ "comment": "", "meta": { "range": [ - 248627, - 248648 + 254767, + 254788 ], "filename": "astronomy.js", - "lineno": 5584, + "lineno": 5714, "columnno": 4, "code": { - "id": "astnode100022877", + "id": "astnode100023892", "name": "time", "type": "CallExpression", "funcscope": "Rotation_EQJ_EQD", @@ -47174,14 +48425,14 @@ "comment": "", "meta": { "range": [ - 248660, - 248714 + 254800, + 254854 ], "filename": "astronomy.js", - "lineno": 5585, + "lineno": 5715, "columnno": 10, "code": { - "id": "astnode100022883", + "id": "astnode100023898", "name": "prec", "type": "CallExpression", "value": "" @@ -47199,14 +48450,14 @@ "comment": "", "meta": { "range": [ - 248726, - 248777 + 254866, + 254917 ], "filename": "astronomy.js", - "lineno": 5586, + "lineno": 5716, "columnno": 10, "code": { - "id": "astnode100022892", + "id": "astnode100023907", "name": "nut", "type": "CallExpression", "value": "" @@ -47224,14 +48475,14 @@ "comment": "", "meta": { "range": [ - 248820, - 248863 + 254960, + 255003 ], "filename": "astronomy.js", - "lineno": 5589, + "lineno": 5719, "columnno": 0, "code": { - "id": "astnode100022906", + "id": "astnode100023921", "name": "exports.Rotation_EQJ_EQD", "type": "Identifier", "value": "Rotation_EQJ_EQD", @@ -47248,14 +48499,14 @@ "comment": "/**\n * @brief Calculates a rotation matrix from equatorial of-date (EQD) to equatorial J2000 (EQJ).\n *\n * This is one of the family of functions that returns a rotation matrix\n * for converting from one orientation to another.\n * Source: EQD = equatorial system, using equator of the specified date/time.\n * Target: EQJ = equatorial system, using equator at J2000 epoch.\n *\n * @param {FlexibleDateTime} time\n * The date and time at which the Earth's equator defines the source orientation.\n *\n * @returns {RotationMatrix}\n * A rotation matrix that converts EQD at `time` to EQJ.\n */", "meta": { "range": [ - 249458, - 249688 + 255598, + 255828 ], "filename": "astronomy.js", - "lineno": 5604, + "lineno": 5734, "columnno": 0, "code": { - "id": "astnode100022911", + "id": "astnode100023926", "name": "Rotation_EQD_EQJ", "type": "FunctionDeclaration", "paramnames": [ @@ -47306,14 +48557,14 @@ "comment": "", "meta": { "range": [ - 249496, - 249517 + 255636, + 255657 ], "filename": "astronomy.js", - "lineno": 5605, + "lineno": 5735, "columnno": 4, "code": { - "id": "astnode100022916", + "id": "astnode100023931", "name": "time", "type": "CallExpression", "funcscope": "Rotation_EQD_EQJ", @@ -47332,14 +48583,14 @@ "comment": "", "meta": { "range": [ - 249529, - 249580 + 255669, + 255720 ], "filename": "astronomy.js", - "lineno": 5606, + "lineno": 5736, "columnno": 10, "code": { - "id": "astnode100022922", + "id": "astnode100023937", "name": "nut", "type": "CallExpression", "value": "" @@ -47357,14 +48608,14 @@ "comment": "", "meta": { "range": [ - 249592, - 249646 + 255732, + 255786 ], "filename": "astronomy.js", - "lineno": 5607, + "lineno": 5737, "columnno": 10, "code": { - "id": "astnode100022931", + "id": "astnode100023946", "name": "prec", "type": "CallExpression", "value": "" @@ -47382,14 +48633,14 @@ "comment": "", "meta": { "range": [ - 249689, - 249732 + 255829, + 255872 ], "filename": "astronomy.js", - "lineno": 5610, + "lineno": 5740, "columnno": 0, "code": { - "id": "astnode100022945", + "id": "astnode100023960", "name": "exports.Rotation_EQD_EQJ", "type": "Identifier", "value": "Rotation_EQD_EQJ", @@ -47406,14 +48657,14 @@ "comment": "/**\n * @brief Calculates a rotation matrix from equatorial of-date (EQD) to horizontal (HOR).\n *\n * This is one of the family of functions that returns a rotation matrix\n * for converting from one orientation to another.\n * Source: EQD = equatorial system, using equator of the specified date/time.\n * Target: HOR = horizontal system.\n *\n * Use `HorizonFromVector` to convert the return value\n * to a traditional altitude/azimuth pair.\n *\n * @param {FlexibleDateTime} time\n * The date and time at which the Earth's equator applies.\n *\n * @param {Observer} observer\n * A location near the Earth's mean sea level that defines the observer's horizon.\n *\n * @returns {RotationMatrix}\n * A rotation matrix that converts EQD to HOR at `time` and for `observer`.\n * The components of the horizontal vector are:\n * x = north, y = west, z = zenith (straight up from the observer).\n * These components are chosen so that the \"right-hand rule\" works for the vector\n * and so that north represents the direction where azimuth = 0.\n */", "meta": { "range": [ - 250792, - 251587 + 256932, + 257727 ], "filename": "astronomy.js", - "lineno": 5635, + "lineno": 5765, "columnno": 0, "code": { - "id": "astnode100022950", + "id": "astnode100023965", "name": "Rotation_EQD_HOR", "type": "FunctionDeclaration", "paramnames": [ @@ -47483,14 +48734,14 @@ "comment": "", "meta": { "range": [ - 250840, - 250861 + 256980, + 257001 ], "filename": "astronomy.js", - "lineno": 5636, + "lineno": 5766, "columnno": 4, "code": { - "id": "astnode100022956", + "id": "astnode100023971", "name": "time", "type": "CallExpression", "funcscope": "Rotation_EQD_HOR", @@ -47509,14 +48760,14 @@ "comment": "", "meta": { "range": [ - 250873, - 250927 + 257013, + 257067 ], "filename": "astronomy.js", - "lineno": 5637, + "lineno": 5767, "columnno": 10, "code": { - "id": "astnode100022962", + "id": "astnode100023977", "name": "sinlat", "type": "CallExpression", "value": "" @@ -47534,14 +48785,14 @@ "comment": "", "meta": { "range": [ - 250939, - 250993 + 257079, + 257133 ], "filename": "astronomy.js", - "lineno": 5638, + "lineno": 5768, "columnno": 10, "code": { - "id": "astnode100022976", + "id": "astnode100023991", "name": "coslat", "type": "CallExpression", "value": "" @@ -47559,14 +48810,14 @@ "comment": "", "meta": { "range": [ - 251005, - 251060 + 257145, + 257200 ], "filename": "astronomy.js", - "lineno": 5639, + "lineno": 5769, "columnno": 10, "code": { - "id": "astnode100022990", + "id": "astnode100024005", "name": "sinlon", "type": "CallExpression", "value": "" @@ -47584,14 +48835,14 @@ "comment": "", "meta": { "range": [ - 251072, - 251127 + 257212, + 257267 ], "filename": "astronomy.js", - "lineno": 5640, + "lineno": 5770, "columnno": 10, "code": { - "id": "astnode100023004", + "id": "astnode100024019", "name": "coslon", "type": "CallExpression", "value": "" @@ -47609,14 +48860,14 @@ "comment": "", "meta": { "range": [ - 251139, - 251187 + 257279, + 257327 ], "filename": "astronomy.js", - "lineno": 5641, + "lineno": 5771, "columnno": 10, "code": { - "id": "astnode100023018", + "id": "astnode100024033", "name": "uze", "type": "ArrayExpression", "value": "[\"\",\"\",\"sinlat\"]" @@ -47634,14 +48885,14 @@ "comment": "", "meta": { "range": [ - 251199, - 251249 + 257339, + 257389 ], "filename": "astronomy.js", - "lineno": 5642, + "lineno": 5772, "columnno": 10, "code": { - "id": "astnode100023029", + "id": "astnode100024044", "name": "une", "type": "ArrayExpression", "value": "[\"\",\"\",\"coslat\"]" @@ -47659,14 +48910,14 @@ "comment": "", "meta": { "range": [ - 251261, - 251287 + 257401, + 257427 ], "filename": "astronomy.js", - "lineno": 5643, + "lineno": 5773, "columnno": 10, "code": { - "id": "astnode100023042", + "id": "astnode100024057", "name": "uwe", "type": "ArrayExpression", "value": "[\"sinlon\",\"-coslon\",0]" @@ -47684,14 +48935,14 @@ "comment": "", "meta": { "range": [ - 251299, - 251337 + 257439, + 257477 ], "filename": "astronomy.js", - "lineno": 5644, + "lineno": 5774, "columnno": 10, "code": { - "id": "astnode100023050", + "id": "astnode100024065", "name": "spin_angle", "type": "BinaryExpression", "value": "" @@ -47709,14 +48960,14 @@ "comment": "", "meta": { "range": [ - 251349, - 251375 + 257489, + 257515 ], "filename": "astronomy.js", - "lineno": 5645, + "lineno": 5775, "columnno": 10, "code": { - "id": "astnode100023059", + "id": "astnode100024074", "name": "uz", "type": "CallExpression", "value": "" @@ -47734,14 +48985,14 @@ "comment": "", "meta": { "range": [ - 251387, - 251413 + 257527, + 257553 ], "filename": "astronomy.js", - "lineno": 5646, + "lineno": 5776, "columnno": 10, "code": { - "id": "astnode100023066", + "id": "astnode100024081", "name": "un", "type": "CallExpression", "value": "" @@ -47759,14 +49010,14 @@ "comment": "", "meta": { "range": [ - 251425, - 251451 + 257565, + 257591 ], "filename": "astronomy.js", - "lineno": 5647, + "lineno": 5777, "columnno": 10, "code": { - "id": "astnode100023073", + "id": "astnode100024088", "name": "uw", "type": "CallExpression", "value": "" @@ -47784,14 +49035,14 @@ "comment": "", "meta": { "range": [ - 251588, - 251631 + 257728, + 257771 ], "filename": "astronomy.js", - "lineno": 5654, + "lineno": 5784, "columnno": 0, "code": { - "id": "astnode100023114", + "id": "astnode100024129", "name": "exports.Rotation_EQD_HOR", "type": "Identifier", "value": "Rotation_EQD_HOR", @@ -47808,14 +49059,14 @@ "comment": "/**\n * @brief Calculates a rotation matrix from horizontal (HOR) to equatorial of-date (EQD).\n *\n * This is one of the family of functions that returns a rotation matrix\n * for converting from one orientation to another.\n * Source: HOR = horizontal system (x=North, y=West, z=Zenith).\n * Target: EQD = equatorial system, using equator of the specified date/time.\n *\n * @param {FlexibleDateTime} time\n * The date and time at which the Earth's equator applies.\n *\n * @param {Observer} observer\n * A location near the Earth's mean sea level that defines the observer's horizon.\n *\n * @returns {RotationMatrix}\n * A rotation matrix that converts HOR to EQD at `time` and for `observer`.\n */", "meta": { "range": [ - 252335, - 252463 + 258475, + 258603 ], "filename": "astronomy.js", - "lineno": 5672, + "lineno": 5802, "columnno": 0, "code": { - "id": "astnode100023119", + "id": "astnode100024134", "name": "Rotation_HOR_EQD", "type": "FunctionDeclaration", "paramnames": [ @@ -47874,14 +49125,14 @@ "comment": "", "meta": { "range": [ - 252389, - 252427 + 258529, + 258567 ], "filename": "astronomy.js", - "lineno": 5673, + "lineno": 5803, "columnno": 10, "code": { - "id": "astnode100023125", + "id": "astnode100024140", "name": "rot", "type": "CallExpression", "value": "" @@ -47899,14 +49150,14 @@ "comment": "", "meta": { "range": [ - 252464, - 252507 + 258604, + 258647 ], "filename": "astronomy.js", - "lineno": 5676, + "lineno": 5806, "columnno": 0, "code": { - "id": "astnode100023136", + "id": "astnode100024151", "name": "exports.Rotation_HOR_EQD", "type": "Identifier", "value": "Rotation_HOR_EQD", @@ -47923,14 +49174,14 @@ "comment": "/**\n * @brief Calculates a rotation matrix from horizontal (HOR) to J2000 equatorial (EQJ).\n *\n * This is one of the family of functions that returns a rotation matrix\n * for converting from one orientation to another.\n * Source: HOR = horizontal system (x=North, y=West, z=Zenith).\n * Target: EQJ = equatorial system, using equator at the J2000 epoch.\n *\n * @param {FlexibleDateTime} time\n * The date and time of the observation.\n *\n * @param {Observer} observer\n * A location near the Earth's mean sea level that defines the observer's horizon.\n *\n * @returns {RotationMatrix}\n * A rotation matrix that converts HOR to EQD at `time` and for `observer`.\n */", "meta": { "range": [ - 253183, - 253399 + 259323, + 259539 ], "filename": "astronomy.js", - "lineno": 5694, + "lineno": 5824, "columnno": 0, "code": { - "id": "astnode100023141", + "id": "astnode100024156", "name": "Rotation_HOR_EQJ", "type": "FunctionDeclaration", "paramnames": [ @@ -47991,14 +49242,14 @@ "comment": "", "meta": { "range": [ - 253231, - 253252 + 259371, + 259392 ], "filename": "astronomy.js", - "lineno": 5695, + "lineno": 5825, "columnno": 4, "code": { - "id": "astnode100023147", + "id": "astnode100024162", "name": "time", "type": "CallExpression", "funcscope": "Rotation_HOR_EQJ", @@ -48017,14 +49268,14 @@ "comment": "", "meta": { "range": [ - 253264, - 253306 + 259404, + 259446 ], "filename": "astronomy.js", - "lineno": 5696, + "lineno": 5826, "columnno": 10, "code": { - "id": "astnode100023153", + "id": "astnode100024168", "name": "hor_eqd", "type": "CallExpression", "value": "" @@ -48042,14 +49293,14 @@ "comment": "", "meta": { "range": [ - 253318, - 253350 + 259458, + 259490 ], "filename": "astronomy.js", - "lineno": 5697, + "lineno": 5827, "columnno": 10, "code": { - "id": "astnode100023160", + "id": "astnode100024175", "name": "eqd_eqj", "type": "CallExpression", "value": "" @@ -48067,14 +49318,14 @@ "comment": "", "meta": { "range": [ - 253400, - 253443 + 259540, + 259583 ], "filename": "astronomy.js", - "lineno": 5700, + "lineno": 5830, "columnno": 0, "code": { - "id": "astnode100023171", + "id": "astnode100024186", "name": "exports.Rotation_HOR_EQJ", "type": "Identifier", "value": "Rotation_HOR_EQJ", @@ -48091,14 +49342,14 @@ "comment": "/**\n * @brief Calculates a rotation matrix from equatorial J2000 (EQJ) to horizontal (HOR).\n *\n * This is one of the family of functions that returns a rotation matrix\n * for converting from one orientation to another.\n * Source: EQJ = equatorial system, using the equator at the J2000 epoch.\n * Target: HOR = horizontal system.\n *\n * Use {@link HorizonFromVector} to convert the return value\n * to a traditional altitude/azimuth pair.\n *\n * @param {FlexibleDateTime} time\n * The date and time of the desired horizontal orientation.\n *\n * @param {Observer} observer\n * A location near the Earth's mean sea level that defines the observer's horizon.\n *\n * @return\n * A rotation matrix that converts EQJ to HOR at `time` and for `observer`.\n * The components of the horizontal vector are:\n * x = north, y = west, z = zenith (straight up from the observer).\n * These components are chosen so that the \"right-hand rule\" works for the vector\n * and so that north represents the direction where azimuth = 0.\n */", "meta": { "range": [ - 254486, - 254614 + 260626, + 260754 ], "filename": "astronomy.js", - "lineno": 5725, + "lineno": 5855, "columnno": 0, "code": { - "id": "astnode100023176", + "id": "astnode100024191", "name": "Rotation_EQJ_HOR", "type": "FunctionDeclaration", "paramnames": [ @@ -48152,14 +49403,14 @@ "comment": "", "meta": { "range": [ - 254540, - 254578 + 260680, + 260718 ], "filename": "astronomy.js", - "lineno": 5726, + "lineno": 5856, "columnno": 10, "code": { - "id": "astnode100023182", + "id": "astnode100024197", "name": "rot", "type": "CallExpression", "value": "" @@ -48177,14 +49428,14 @@ "comment": "", "meta": { "range": [ - 254615, - 254658 + 260755, + 260798 ], "filename": "astronomy.js", - "lineno": 5729, + "lineno": 5859, "columnno": 0, "code": { - "id": "astnode100023193", + "id": "astnode100024208", "name": "exports.Rotation_EQJ_HOR", "type": "Identifier", "value": "Rotation_EQJ_HOR", @@ -48201,14 +49452,14 @@ "comment": "/**\n * @brief Calculates a rotation matrix from equatorial of-date (EQD) to ecliptic J2000 (ECL).\n *\n * This is one of the family of functions that returns a rotation matrix\n * for converting from one orientation to another.\n * Source: EQD = equatorial system, using equator of date.\n * Target: ECL = ecliptic system, using equator at J2000 epoch.\n *\n * @param {FlexibleDateTime} time\n * The date and time of the source equator.\n *\n * @returns {RotationMatrix}\n * A rotation matrix that converts EQD to ECL.\n */", "meta": { "range": [ - 255182, - 255347 + 261322, + 261487 ], "filename": "astronomy.js", - "lineno": 5744, + "lineno": 5874, "columnno": 0, "code": { - "id": "astnode100023198", + "id": "astnode100024213", "name": "Rotation_EQD_ECL", "type": "FunctionDeclaration", "paramnames": [ @@ -48258,14 +49509,14 @@ "comment": "", "meta": { "range": [ - 255226, - 255258 + 261366, + 261398 ], "filename": "astronomy.js", - "lineno": 5745, + "lineno": 5875, "columnno": 10, "code": { - "id": "astnode100023203", + "id": "astnode100024218", "name": "eqd_eqj", "type": "CallExpression", "value": "" @@ -48283,14 +49534,14 @@ "comment": "", "meta": { "range": [ - 255270, - 255298 + 261410, + 261438 ], "filename": "astronomy.js", - "lineno": 5746, + "lineno": 5876, "columnno": 10, "code": { - "id": "astnode100023209", + "id": "astnode100024224", "name": "eqj_ecl", "type": "CallExpression", "value": "" @@ -48308,14 +49559,14 @@ "comment": "", "meta": { "range": [ - 255348, - 255391 + 261488, + 261531 ], "filename": "astronomy.js", - "lineno": 5749, + "lineno": 5879, "columnno": 0, "code": { - "id": "astnode100023219", + "id": "astnode100024234", "name": "exports.Rotation_EQD_ECL", "type": "Identifier", "value": "Rotation_EQD_ECL", @@ -48332,14 +49583,14 @@ "comment": "/**\n * @brief Calculates a rotation matrix from ecliptic J2000 (ECL) to equatorial of-date (EQD).\n *\n * This is one of the family of functions that returns a rotation matrix\n * for converting from one orientation to another.\n * Source: ECL = ecliptic system, using equator at J2000 epoch.\n * Target: EQD = equatorial system, using equator of date.\n *\n * @param {FlexibleDateTime} time\n * The date and time of the desired equator.\n *\n * @returns {RotationMatrix}\n * A rotation matrix that converts ECL to EQD.\n */", "meta": { "range": [ - 255916, - 256024 + 262056, + 262164 ], "filename": "astronomy.js", - "lineno": 5764, + "lineno": 5894, "columnno": 0, "code": { - "id": "astnode100023224", + "id": "astnode100024239", "name": "Rotation_ECL_EQD", "type": "FunctionDeclaration", "paramnames": [ @@ -48388,14 +49639,14 @@ "comment": "", "meta": { "range": [ - 255960, - 255988 + 262100, + 262128 ], "filename": "astronomy.js", - "lineno": 5765, + "lineno": 5895, "columnno": 10, "code": { - "id": "astnode100023229", + "id": "astnode100024244", "name": "rot", "type": "CallExpression", "value": "" @@ -48413,14 +49664,14 @@ "comment": "", "meta": { "range": [ - 256025, - 256068 + 262165, + 262208 ], "filename": "astronomy.js", - "lineno": 5768, + "lineno": 5898, "columnno": 0, "code": { - "id": "astnode100023239", + "id": "astnode100024254", "name": "exports.Rotation_ECL_EQD", "type": "Identifier", "value": "Rotation_ECL_EQD", @@ -48437,14 +49688,14 @@ "comment": "/**\n * @brief Calculates a rotation matrix from ecliptic J2000 (ECL) to horizontal (HOR).\n *\n * This is one of the family of functions that returns a rotation matrix\n * for converting from one orientation to another.\n * Source: ECL = ecliptic system, using equator at J2000 epoch.\n * Target: HOR = horizontal system.\n *\n * Use {@link HorizonFromVector} to convert the return value\n * to a traditional altitude/azimuth pair.\n *\n * @param {FlexibleDateTime} time\n * The date and time of the desired horizontal orientation.\n *\n * @param {Observer} observer\n * A location near the Earth's mean sea level that defines the observer's horizon.\n *\n * @returns {RotationMatrix}\n * A rotation matrix that converts ECL to HOR at `time` and for `observer`.\n * The components of the horizontal vector are:\n * x = north, y = west, z = zenith (straight up from the observer).\n * These components are chosen so that the \"right-hand rule\" works for the vector\n * and so that north represents the direction where azimuth = 0.\n */", "meta": { "range": [ - 257117, - 257333 + 263257, + 263473 ], "filename": "astronomy.js", - "lineno": 5793, + "lineno": 5923, "columnno": 0, "code": { - "id": "astnode100023244", + "id": "astnode100024259", "name": "Rotation_ECL_HOR", "type": "FunctionDeclaration", "paramnames": [ @@ -48505,14 +49756,14 @@ "comment": "", "meta": { "range": [ - 257165, - 257186 + 263305, + 263326 ], "filename": "astronomy.js", - "lineno": 5794, + "lineno": 5924, "columnno": 4, "code": { - "id": "astnode100023250", + "id": "astnode100024265", "name": "time", "type": "CallExpression", "funcscope": "Rotation_ECL_HOR", @@ -48531,14 +49782,14 @@ "comment": "", "meta": { "range": [ - 257198, - 257230 + 263338, + 263370 ], "filename": "astronomy.js", - "lineno": 5795, + "lineno": 5925, "columnno": 10, "code": { - "id": "astnode100023256", + "id": "astnode100024271", "name": "ecl_eqd", "type": "CallExpression", "value": "" @@ -48556,14 +49807,14 @@ "comment": "", "meta": { "range": [ - 257242, - 257284 + 263382, + 263424 ], "filename": "astronomy.js", - "lineno": 5796, + "lineno": 5926, "columnno": 10, "code": { - "id": "astnode100023262", + "id": "astnode100024277", "name": "eqd_hor", "type": "CallExpression", "value": "" @@ -48581,14 +49832,14 @@ "comment": "", "meta": { "range": [ - 257334, - 257377 + 263474, + 263517 ], "filename": "astronomy.js", - "lineno": 5799, + "lineno": 5929, "columnno": 0, "code": { - "id": "astnode100023274", + "id": "astnode100024289", "name": "exports.Rotation_ECL_HOR", "type": "Identifier", "value": "Rotation_ECL_HOR", @@ -48605,14 +49856,14 @@ "comment": "/**\n * @brief Calculates a rotation matrix from horizontal (HOR) to ecliptic J2000 (ECL).\n *\n * This is one of the family of functions that returns a rotation matrix\n * for converting from one orientation to another.\n * Source: HOR = horizontal system.\n * Target: ECL = ecliptic system, using equator at J2000 epoch.\n *\n * @param {FlexibleDateTime} time\n * The date and time of the horizontal observation.\n *\n * @param {Observer} observer\n * The location of the horizontal observer.\n *\n * @returns {RotationMatrix}\n * A rotation matrix that converts HOR to ECL.\n */", "meta": { "range": [ - 257960, - 258088 + 264100, + 264228 ], "filename": "astronomy.js", - "lineno": 5817, + "lineno": 5947, "columnno": 0, "code": { - "id": "astnode100023279", + "id": "astnode100024294", "name": "Rotation_HOR_ECL", "type": "FunctionDeclaration", "paramnames": [ @@ -48671,14 +49922,14 @@ "comment": "", "meta": { "range": [ - 258014, - 258052 + 264154, + 264192 ], "filename": "astronomy.js", - "lineno": 5818, + "lineno": 5948, "columnno": 10, "code": { - "id": "astnode100023285", + "id": "astnode100024300", "name": "rot", "type": "CallExpression", "value": "" @@ -48696,14 +49947,14 @@ "comment": "", "meta": { "range": [ - 258089, - 258132 + 264229, + 264272 ], "filename": "astronomy.js", - "lineno": 5821, + "lineno": 5951, "columnno": 0, "code": { - "id": "astnode100023296", + "id": "astnode100024311", "name": "exports.Rotation_HOR_ECL", "type": "Identifier", "value": "Rotation_HOR_ECL", @@ -48720,14 +49971,14 @@ "comment": "/**\n * @brief Calculates a rotation matrix from equatorial J2000 (EQJ) to galactic (GAL).\n *\n * This is one of the family of functions that returns a rotation matrix\n * for converting from one orientation to another.\n * Source: EQJ = equatorial system, using the equator at the J2000 epoch.\n * Target: GAL = galactic system (IAU 1958 definition).\n *\n * @returns {RotationMatrix}\n * A rotation matrix that converts EQJ to GAL.\n */", "meta": { "range": [ - 258569, - 259005 + 264709, + 265145 ], "filename": "astronomy.js", - "lineno": 5833, + "lineno": 5963, "columnno": 0, "code": { - "id": "astnode100023301", + "id": "astnode100024316", "name": "Rotation_EQJ_GAL", "type": "FunctionDeclaration", "paramnames": [] @@ -48761,14 +50012,14 @@ "comment": "", "meta": { "range": [ - 259006, - 259049 + 265146, + 265189 ], "filename": "astronomy.js", - "lineno": 5843, + "lineno": 5973, "columnno": 0, "code": { - "id": "astnode100023330", + "id": "astnode100024345", "name": "exports.Rotation_EQJ_GAL", "type": "Identifier", "value": "Rotation_EQJ_GAL", @@ -48785,14 +50036,14 @@ "comment": "/**\n * @brief Calculates a rotation matrix from galactic (GAL) to equatorial J2000 (EQJ).\n *\n * This is one of the family of functions that returns a rotation matrix\n * for converting from one orientation to another.\n * Source: GAL = galactic system (IAU 1958 definition).\n * Target: EQJ = equatorial system, using the equator at the J2000 epoch.\n *\n * @returns {RotationMatrix}\n * A rotation matrix that converts GAL to EQJ.\n */", "meta": { "range": [ - 259486, - 259922 + 265626, + 266062 ], "filename": "astronomy.js", - "lineno": 5855, + "lineno": 5985, "columnno": 0, "code": { - "id": "astnode100023335", + "id": "astnode100024350", "name": "Rotation_GAL_EQJ", "type": "FunctionDeclaration", "paramnames": [] @@ -48826,14 +50077,14 @@ "comment": "", "meta": { "range": [ - 259923, - 259966 + 266063, + 266106 ], "filename": "astronomy.js", - "lineno": 5865, + "lineno": 5995, "columnno": 0, "code": { - "id": "astnode100023364", + "id": "astnode100024379", "name": "exports.Rotation_GAL_EQJ", "type": "Identifier", "value": "Rotation_GAL_EQJ", @@ -48850,14 +50101,14 @@ "comment": "", "meta": { "range": [ - 259974, - 263110 + 266114, + 269250 ], "filename": "astronomy.js", - "lineno": 5866, + "lineno": 5996, "columnno": 6, "code": { - "id": "astnode100023370", + "id": "astnode100024385", "name": "ConstelNames", "type": "ArrayExpression", "value": "[\"[\\\"And\\\",\\\"Andromeda\\\"]\",\"[\\\"Ant\\\",\\\"Antila\\\"]\",\"[\\\"Aps\\\",\\\"Apus\\\"]\",\"[\\\"Aql\\\",\\\"Aquila\\\"]\",\"[\\\"Aqr\\\",\\\"Aquarius\\\"]\",\"[\\\"Ara\\\",\\\"Ara\\\"]\",\"[\\\"Ari\\\",\\\"Aries\\\"]\",\"[\\\"Aur\\\",\\\"Auriga\\\"]\",\"[\\\"Boo\\\",\\\"Bootes\\\"]\",\"[\\\"Cae\\\",\\\"Caelum\\\"]\",\"[\\\"Cam\\\",\\\"Camelopardis\\\"]\",\"[\\\"Cap\\\",\\\"Capricornus\\\"]\",\"[\\\"Car\\\",\\\"Carina\\\"]\",\"[\\\"Cas\\\",\\\"Cassiopeia\\\"]\",\"[\\\"Cen\\\",\\\"Centaurus\\\"]\",\"[\\\"Cep\\\",\\\"Cepheus\\\"]\",\"[\\\"Cet\\\",\\\"Cetus\\\"]\",\"[\\\"Cha\\\",\\\"Chamaeleon\\\"]\",\"[\\\"Cir\\\",\\\"Circinus\\\"]\",\"[\\\"CMa\\\",\\\"Canis Major\\\"]\",\"[\\\"CMi\\\",\\\"Canis Minor\\\"]\",\"[\\\"Cnc\\\",\\\"Cancer\\\"]\",\"[\\\"Col\\\",\\\"Columba\\\"]\",\"[\\\"Com\\\",\\\"Coma Berenices\\\"]\",\"[\\\"CrA\\\",\\\"Corona Australis\\\"]\",\"[\\\"CrB\\\",\\\"Corona Borealis\\\"]\",\"[\\\"Crt\\\",\\\"Crater\\\"]\",\"[\\\"Cru\\\",\\\"Crux\\\"]\",\"[\\\"Crv\\\",\\\"Corvus\\\"]\",\"[\\\"CVn\\\",\\\"Canes Venatici\\\"]\",\"[\\\"Cyg\\\",\\\"Cygnus\\\"]\",\"[\\\"Del\\\",\\\"Delphinus\\\"]\",\"[\\\"Dor\\\",\\\"Dorado\\\"]\",\"[\\\"Dra\\\",\\\"Draco\\\"]\",\"[\\\"Equ\\\",\\\"Equuleus\\\"]\",\"[\\\"Eri\\\",\\\"Eridanus\\\"]\",\"[\\\"For\\\",\\\"Fornax\\\"]\",\"[\\\"Gem\\\",\\\"Gemini\\\"]\",\"[\\\"Gru\\\",\\\"Grus\\\"]\",\"[\\\"Her\\\",\\\"Hercules\\\"]\",\"[\\\"Hor\\\",\\\"Horologium\\\"]\",\"[\\\"Hya\\\",\\\"Hydra\\\"]\",\"[\\\"Hyi\\\",\\\"Hydrus\\\"]\",\"[\\\"Ind\\\",\\\"Indus\\\"]\",\"[\\\"Lac\\\",\\\"Lacerta\\\"]\",\"[\\\"Leo\\\",\\\"Leo\\\"]\",\"[\\\"Lep\\\",\\\"Lepus\\\"]\",\"[\\\"Lib\\\",\\\"Libra\\\"]\",\"[\\\"LMi\\\",\\\"Leo Minor\\\"]\",\"[\\\"Lup\\\",\\\"Lupus\\\"]\",\"[\\\"Lyn\\\",\\\"Lynx\\\"]\",\"[\\\"Lyr\\\",\\\"Lyra\\\"]\",\"[\\\"Men\\\",\\\"Mensa\\\"]\",\"[\\\"Mic\\\",\\\"Microscopium\\\"]\",\"[\\\"Mon\\\",\\\"Monoceros\\\"]\",\"[\\\"Mus\\\",\\\"Musca\\\"]\",\"[\\\"Nor\\\",\\\"Norma\\\"]\",\"[\\\"Oct\\\",\\\"Octans\\\"]\",\"[\\\"Oph\\\",\\\"Ophiuchus\\\"]\",\"[\\\"Ori\\\",\\\"Orion\\\"]\",\"[\\\"Pav\\\",\\\"Pavo\\\"]\",\"[\\\"Peg\\\",\\\"Pegasus\\\"]\",\"[\\\"Per\\\",\\\"Perseus\\\"]\",\"[\\\"Phe\\\",\\\"Phoenix\\\"]\",\"[\\\"Pic\\\",\\\"Pictor\\\"]\",\"[\\\"PsA\\\",\\\"Pisces Austrinus\\\"]\",\"[\\\"Psc\\\",\\\"Pisces\\\"]\",\"[\\\"Pup\\\",\\\"Puppis\\\"]\",\"[\\\"Pyx\\\",\\\"Pyxis\\\"]\",\"[\\\"Ret\\\",\\\"Reticulum\\\"]\",\"[\\\"Scl\\\",\\\"Sculptor\\\"]\",\"[\\\"Sco\\\",\\\"Scorpius\\\"]\",\"[\\\"Sct\\\",\\\"Scutum\\\"]\",\"[\\\"Ser\\\",\\\"Serpens\\\"]\",\"[\\\"Sex\\\",\\\"Sextans\\\"]\",\"[\\\"Sge\\\",\\\"Sagitta\\\"]\",\"[\\\"Sgr\\\",\\\"Sagittarius\\\"]\",\"[\\\"Tau\\\",\\\"Taurus\\\"]\",\"[\\\"Tel\\\",\\\"Telescopium\\\"]\",\"[\\\"TrA\\\",\\\"Triangulum Australe\\\"]\",\"[\\\"Tri\\\",\\\"Triangulum\\\"]\",\"[\\\"Tuc\\\",\\\"Tucana\\\"]\",\"[\\\"UMa\\\",\\\"Ursa Major\\\"]\",\"[\\\"UMi\\\",\\\"Ursa Minor\\\"]\",\"[\\\"Vel\\\",\\\"Vela\\\"]\",\"[\\\"Vir\\\",\\\"Virgo\\\"]\",\"[\\\"Vol\\\",\\\"Volans\\\"]\",\"[\\\"Vul\\\",\\\"Vulpecula\\\"]\"]" @@ -48874,14 +50125,14 @@ "comment": "", "meta": { "range": [ - 263118, - 277191 + 269258, + 283331 ], "filename": "astronomy.js", - "lineno": 6043, + "lineno": 6173, "columnno": 6, "code": { - "id": "astnode100023638", + "id": "astnode100024653", "name": "ConstelBounds", "type": "ArrayExpression", "value": "[\"[83,0,8640,2112]\",\"[83,2880,5220,2076]\",\"[83,7560,8280,2068]\",\"[83,6480,7560,2064]\",\"[15,0,2880,2040]\",\"[10,3300,3840,1968]\",\"[15,0,1800,1920]\",\"[10,3840,5220,1920]\",\"[83,6300,6480,1920]\",\"[33,7260,7560,1920]\",\"[15,0,1263,1848]\",\"[10,4140,4890,1848]\",\"[83,5952,6300,1800]\",\"[15,7260,7440,1800]\",\"[10,2868,3300,1764]\",\"[33,3300,4080,1764]\",\"[83,4680,5952,1680]\",\"[13,1116,1230,1632]\",\"[33,7350,7440,1608]\",\"[33,4080,4320,1596]\",\"[15,0,120,1584]\",\"[83,5040,5640,1584]\",\"[15,8490,8640,1584]\",\"[33,4320,4860,1536]\",\"[33,4860,5190,1512]\",\"[15,8340,8490,1512]\",\"[10,2196,2520,1488]\",\"[33,7200,7350,1476]\",\"[15,7393.2,7416,1462]\",\"[10,2520,2868,1440]\",\"[82,2868,3030,1440]\",\"[33,7116,7200,1428]\",\"[15,7200,7393.2,1428]\",\"[15,8232,8340,1418]\",\"[13,0,876,1404]\",\"[33,6990,7116,1392]\",\"[13,612,687,1380]\",\"[13,876,1116,1368]\",\"[10,1116,1140,1368]\",\"[15,8034,8232,1350]\",\"[10,1800,2196,1344]\",\"[82,5052,5190,1332]\",\"[33,5190,6990,1332]\",\"[10,1140,1200,1320]\",\"[15,7968,8034,1320]\",\"[15,7416,7908,1316]\",\"[13,0,612,1296]\",\"[50,2196,2340,1296]\",\"[82,4350,4860,1272]\",\"[33,5490,5670,1272]\",\"[15,7908,7968,1266]\",\"[10,1200,1800,1260]\",\"[13,8232,8400,1260]\",\"[33,5670,6120,1236]\",\"[62,735,906,1212]\",\"[33,6120,6564,1212]\",\"[13,0,492,1200]\",\"[62,492,600,1200]\",\"[50,2340,2448,1200]\",\"[13,8400,8640,1200]\",\"[82,4860,5052,1164]\",\"[13,0,402,1152]\",\"[13,8490,8640,1152]\",\"[39,6543,6564,1140]\",\"[33,6564,6870,1140]\",\"[30,6870,6900,1140]\",\"[62,600,735,1128]\",\"[82,3030,3300,1128]\",\"[13,60,312,1104]\",\"[82,4320,4350,1080]\",\"[50,2448,2652,1068]\",\"[30,7887,7908,1056]\",\"[30,7875,7887,1050]\",\"[30,6900,6984,1044]\",\"[82,3300,3660,1008]\",\"[82,3660,3882,960]\",\"[8,5556,5670,960]\",\"[39,5670,5880,960]\",\"[50,3330,3450,954]\",\"[0,0,906,882]\",\"[62,906,924,882]\",\"[51,6969,6984,876]\",\"[62,1620,1689,864]\",\"[30,7824,7875,864]\",\"[44,7875,7920,864]\",\"[7,2352,2652,852]\",\"[50,2652,2790,852]\",\"[0,0,720,840]\",\"[44,7920,8214,840]\",\"[44,8214,8232,828]\",\"[0,8232,8460,828]\",\"[62,924,978,816]\",\"[82,3882,3960,816]\",\"[29,4320,4440,816]\",\"[50,2790,3330,804]\",\"[48,3330,3558,804]\",\"[0,258,507,792]\",\"[8,5466,5556,792]\",\"[0,8460,8550,770]\",\"[29,4440,4770,768]\",\"[0,8550,8640,752]\",\"[29,5025,5052,738]\",\"[80,870,978,736]\",\"[62,978,1620,736]\",\"[7,1620,1710,720]\",\"[51,6543,6969,720]\",\"[82,3960,4320,696]\",\"[30,7080,7530,696]\",\"[7,1710,2118,684]\",\"[48,3558,3780,684]\",\"[29,4770,5025,684]\",\"[0,0,24,672]\",\"[80,507,600,672]\",\"[7,2118,2352,672]\",\"[37,2838,2880,672]\",\"[30,7530,7824,672]\",\"[30,6933,7080,660]\",\"[80,690,870,654]\",\"[25,5820,5880,648]\",\"[8,5430,5466,624]\",\"[25,5466,5820,624]\",\"[51,6612,6792,624]\",\"[48,3870,3960,612]\",\"[51,6792,6933,612]\",\"[80,600,690,600]\",\"[66,258,306,570]\",\"[48,3780,3870,564]\",\"[87,7650,7710,564]\",\"[77,2052,2118,548]\",\"[0,24,51,528]\",\"[73,5730,5772,528]\",\"[37,2118,2238,516]\",\"[87,7140,7290,510]\",\"[87,6792,6930,506]\",\"[0,51,306,504]\",\"[87,7290,7404,492]\",\"[37,2811,2838,480]\",\"[87,7404,7650,468]\",\"[87,6930,7140,460]\",\"[6,1182,1212,456]\",\"[75,6792,6840,444]\",\"[59,2052,2076,432]\",\"[37,2238,2271,420]\",\"[75,6840,7140,388]\",\"[77,1788,1920,384]\",\"[39,5730,5790,384]\",\"[75,7140,7290,378]\",\"[77,1662,1788,372]\",\"[77,1920,2016,372]\",\"[23,4620,4860,360]\",\"[39,6210,6570,344]\",\"[23,4272,4620,336]\",\"[37,2700,2811,324]\",\"[39,6030,6210,308]\",\"[61,0,51,300]\",\"[77,2016,2076,300]\",\"[37,2520,2700,300]\",\"[61,7602,7680,300]\",\"[37,2271,2496,288]\",\"[39,6570,6792,288]\",\"[31,7515,7578,284]\",\"[61,7578,7602,284]\",\"[45,4146,4272,264]\",\"[59,2247,2271,240]\",\"[37,2496,2520,240]\",\"[21,2811,2853,240]\",\"[61,8580,8640,240]\",\"[6,600,1182,238]\",\"[31,7251,7308,204]\",\"[8,4860,5430,192]\",\"[61,8190,8580,180]\",\"[21,2853,3330,168]\",\"[45,3330,3870,168]\",\"[58,6570,6718.4,150]\",\"[3,6718.4,6792,150]\",\"[31,7500,7515,144]\",\"[20,2520,2526,132]\",\"[73,6570,6633,108]\",\"[39,5790,6030,96]\",\"[58,6570,6633,72]\",\"[61,7728,7800,66]\",\"[66,0,720,48]\",\"[73,6690,6792,48]\",\"[31,7308,7500,48]\",\"[34,7500,7680,48]\",\"[61,7680,7728,48]\",\"[61,7920,8190,48]\",\"[61,7800,7920,42]\",\"[20,2526,2592,36]\",\"[77,1290,1662,0]\",\"[59,1662,1680,0]\",\"[20,2592,2910,0]\",\"[85,5280,5430,0]\",\"[58,6420,6570,0]\",\"[16,954,1182,-42]\",\"[77,1182,1290,-42]\",\"[73,5430,5856,-78]\",\"[59,1680,1830,-96]\",\"[59,2100,2247,-96]\",\"[73,6420,6468,-96]\",\"[73,6570,6690,-96]\",\"[3,6690,6792,-96]\",\"[66,8190,8580,-96]\",\"[45,3870,4146,-144]\",\"[85,4146,4260,-144]\",\"[66,0,120,-168]\",\"[66,8580,8640,-168]\",\"[85,5130,5280,-192]\",\"[58,5730,5856,-192]\",\"[3,7200,7392,-216]\",\"[4,7680,7872,-216]\",\"[58,6180,6468,-240]\",\"[54,2100,2910,-264]\",\"[35,1770,1830,-264]\",\"[59,1830,2100,-264]\",\"[41,2910,3012,-264]\",\"[74,3450,3870,-264]\",\"[85,4260,4620,-264]\",\"[58,6330,6360,-280]\",\"[3,6792,7200,-288.8]\",\"[35,1740,1770,-348]\",\"[4,7392,7680,-360]\",\"[73,6180,6570,-384]\",\"[72,6570,6792,-384]\",\"[41,3012,3090,-408]\",\"[58,5856,5895,-438]\",\"[41,3090,3270,-456]\",\"[26,3870,3900,-456]\",\"[71,5856,5895,-462]\",\"[47,5640,5730,-480]\",\"[28,4530,4620,-528]\",\"[85,4620,5130,-528]\",\"[41,3270,3510,-576]\",\"[16,600,954,-585.2]\",\"[35,954,1350,-585.2]\",\"[26,3900,4260,-588]\",\"[28,4260,4530,-588]\",\"[47,5130,5370,-588]\",\"[58,5856,6030,-590]\",\"[16,0,600,-612]\",\"[11,7680,7872,-612]\",\"[4,7872,8580,-612]\",\"[16,8580,8640,-612]\",\"[41,3510,3690,-636]\",\"[35,1692,1740,-654]\",\"[46,1740,2202,-654]\",\"[11,7200,7680,-672]\",\"[41,3690,3810,-700]\",\"[41,4530,5370,-708]\",\"[47,5370,5640,-708]\",\"[71,5640,5760,-708]\",\"[35,1650,1692,-720]\",\"[58,6030,6336,-720]\",\"[76,6336,6420,-720]\",\"[41,3810,3900,-748]\",\"[19,2202,2652,-792]\",\"[41,4410,4530,-792]\",\"[41,3900,4410,-840]\",\"[36,1260,1350,-864]\",\"[68,3012,3372,-882]\",\"[35,1536,1650,-888]\",\"[76,6420,6900,-888]\",\"[65,7680,8280,-888]\",\"[70,8280,8400,-888]\",\"[36,1080,1260,-950]\",\"[1,3372,3960,-954]\",\"[70,0,600,-960]\",\"[36,600,1080,-960]\",\"[35,1392,1536,-960]\",\"[70,8400,8640,-960]\",\"[14,5100,5370,-1008]\",\"[49,5640,5760,-1008]\",\"[71,5760,5911.5,-1008]\",\"[9,1740,1800,-1032]\",\"[22,1800,2370,-1032]\",\"[67,2880,3012,-1032]\",\"[35,1230,1392,-1056]\",\"[71,5911.5,6420,-1092]\",\"[24,6420,6900,-1092]\",\"[76,6900,7320,-1092]\",\"[53,7320,7680,-1092]\",\"[35,1080,1230,-1104]\",\"[9,1620,1740,-1116]\",\"[49,5520,5640,-1152]\",\"[63,0,840,-1156]\",\"[35,960,1080,-1176]\",\"[40,1470,1536,-1176]\",\"[9,1536,1620,-1176]\",\"[38,7680,7920,-1200]\",\"[67,2160,2880,-1218]\",\"[84,2880,2940,-1218]\",\"[35,870,960,-1224]\",\"[40,1380,1470,-1224]\",\"[63,0,660,-1236]\",\"[12,2160,2220,-1260]\",\"[84,2940,3042,-1272]\",\"[40,1260,1380,-1276]\",\"[32,1380,1440,-1276]\",\"[63,0,570,-1284]\",\"[35,780,870,-1296]\",\"[64,1620,1800,-1296]\",\"[49,5418,5520,-1296]\",\"[84,3042,3180,-1308]\",\"[12,2220,2340,-1320]\",\"[14,4260,4620,-1320]\",\"[49,5100,5418,-1320]\",\"[56,5418,5520,-1320]\",\"[32,1440,1560,-1356]\",\"[84,3180,3960,-1356]\",\"[14,3960,4050,-1356]\",\"[5,6300,6480,-1368]\",\"[78,6480,7320,-1368]\",\"[38,7920,8400,-1368]\",\"[40,1152,1260,-1380]\",\"[64,1800,1980,-1380]\",\"[12,2340,2460,-1392]\",\"[63,0,480,-1404]\",\"[35,480,780,-1404]\",\"[63,8400,8640,-1404]\",\"[32,1560,1650,-1416]\",\"[56,5520,5911.5,-1440]\",\"[43,7320,7680,-1440]\",\"[64,1980,2160,-1464]\",\"[18,5460,5520,-1464]\",\"[5,5911.5,5970,-1464]\",\"[18,5370,5460,-1526]\",\"[5,5970,6030,-1526]\",\"[64,2160,2460,-1536]\",\"[12,2460,3252,-1536]\",\"[14,4050,4260,-1536]\",\"[27,4260,4620,-1536]\",\"[14,4620,5232,-1536]\",\"[18,4860,4920,-1560]\",\"[5,6030,6060,-1560]\",\"[40,780,1152,-1620]\",\"[69,1152,1650,-1620]\",\"[18,5310,5370,-1620]\",\"[5,6060,6300,-1620]\",\"[60,6300,6480,-1620]\",\"[81,7920,8400,-1620]\",\"[32,1650,2370,-1680]\",\"[18,4920,5310,-1680]\",\"[79,5310,6120,-1680]\",\"[81,0,480,-1800]\",\"[42,1260,1650,-1800]\",\"[86,2370,3252,-1800]\",\"[12,3252,4050,-1800]\",\"[55,4050,4920,-1800]\",\"[60,6480,7680,-1800]\",\"[43,7680,8400,-1800]\",\"[81,8400,8640,-1800]\",\"[81,270,480,-1824]\",\"[42,0,1260,-1980]\",\"[17,2760,4920,-1980]\",\"[2,4920,6480,-1980]\",\"[52,1260,2760,-2040]\",\"[57,0,8640,-2160]\"]" @@ -48898,14 +50149,14 @@ "comment": "", "meta": { "range": [ - 277197, - 277207 + 283337, + 283347 ], "filename": "astronomy.js", - "lineno": 6758, + "lineno": 6888, "columnno": 4, "code": { - "id": "astnode100025590", + "id": "astnode100026605", "name": "ConstelRot" } }, @@ -48920,14 +50171,14 @@ "comment": "", "meta": { "range": [ - 277213, - 277222 + 283353, + 283362 ], "filename": "astronomy.js", - "lineno": 6759, + "lineno": 6889, "columnno": 4, "code": { - "id": "astnode100025593", + "id": "astnode100026608", "name": "Epoch2000" } }, @@ -48942,14 +50193,14 @@ "comment": "/**\n * @brief Reports the constellation that a given celestial point lies within.\n *\n * @property {string} symbol\n * 3-character mnemonic symbol for the constellation, e.g. \"Ori\".\n *\n * @property {string} name\n * Full name of constellation, e.g. \"Orion\".\n *\n * @property {number} ra1875\n * Right ascension expressed in B1875 coordinates.\n *\n * @property {number} dec1875\n * Declination expressed in B1875 coordinates.\n */", "meta": { "range": [ - 277666, - 277866 + 283806, + 284006 ], "filename": "astronomy.js", - "lineno": 6775, + "lineno": 6905, "columnno": 0, "code": { - "id": "astnode100025595", + "id": "astnode100026610", "name": "ConstellationInfo", "type": "ClassDeclaration", "paramnames": [ @@ -49016,14 +50267,14 @@ "comment": "", "meta": { "range": [ - 277696, - 277864 + 283836, + 284004 ], "filename": "astronomy.js", - "lineno": 6776, + "lineno": 6906, "columnno": 4, "code": { - "id": "astnode100025598", + "id": "astnode100026613", "name": "ConstellationInfo", "type": "MethodDefinition", "paramnames": [ @@ -49048,14 +50299,14 @@ "comment": "/**\n * @brief Reports the constellation that a given celestial point lies within.\n *\n * @property {string} symbol\n * 3-character mnemonic symbol for the constellation, e.g. \"Ori\".\n *\n * @property {string} name\n * Full name of constellation, e.g. \"Orion\".\n *\n * @property {number} ra1875\n * Right ascension expressed in B1875 coordinates.\n *\n * @property {number} dec1875\n * Declination expressed in B1875 coordinates.\n */", "meta": { "range": [ - 277666, - 277866 + 283806, + 284006 ], "filename": "astronomy.js", - "lineno": 6775, + "lineno": 6905, "columnno": 0, "code": { - "id": "astnode100025595", + "id": "astnode100026610", "name": "ConstellationInfo", "type": "ClassDeclaration", "paramnames": [ @@ -49121,14 +50372,14 @@ "comment": "", "meta": { "range": [ - 277749, - 277769 + 283889, + 283909 ], "filename": "astronomy.js", - "lineno": 6777, + "lineno": 6907, "columnno": 8, "code": { - "id": "astnode100025607", + "id": "astnode100026622", "name": "this.symbol", "type": "Identifier", "value": "symbol", @@ -49146,14 +50397,14 @@ "comment": "", "meta": { "range": [ - 277779, - 277795 + 283919, + 283935 ], "filename": "astronomy.js", - "lineno": 6778, + "lineno": 6908, "columnno": 8, "code": { - "id": "astnode100025613", + "id": "astnode100026628", "name": "this.name", "type": "Identifier", "value": "name", @@ -49171,14 +50422,14 @@ "comment": "", "meta": { "range": [ - 277805, - 277825 + 283945, + 283965 ], "filename": "astronomy.js", - "lineno": 6779, + "lineno": 6909, "columnno": 8, "code": { - "id": "astnode100025619", + "id": "astnode100026634", "name": "this.ra1875", "type": "Identifier", "value": "ra1875", @@ -49196,14 +50447,14 @@ "comment": "", "meta": { "range": [ - 277835, - 277857 + 283975, + 283997 ], "filename": "astronomy.js", - "lineno": 6780, + "lineno": 6910, "columnno": 8, "code": { - "id": "astnode100025625", + "id": "astnode100026640", "name": "this.dec1875", "type": "Identifier", "value": "dec1875", @@ -49221,14 +50472,14 @@ "comment": "", "meta": { "range": [ - 277867, - 277912 + 284007, + 284052 ], "filename": "astronomy.js", - "lineno": 6783, + "lineno": 6913, "columnno": 0, "code": { - "id": "astnode100025631", + "id": "astnode100026646", "name": "exports.ConstellationInfo", "type": "Identifier", "value": "ConstellationInfo", @@ -49245,14 +50496,14 @@ "comment": "/**\n * @brief Determines the constellation that contains the given point in the sky.\n *\n * Given J2000 equatorial (EQJ) coordinates of a point in the sky,\n * determines the constellation that contains that point.\n *\n * @param {number} ra\n * The right ascension (RA) of a point in the sky, using the J2000 equatorial system.\n *\n * @param {number} dec\n * The declination (DEC) of a point in the sky, using the J2000 equatorial system.\n *\n * @returns {ConstellationInfo}\n * An object that contains the 3-letter abbreviation and full name\n * of the constellation that contains the given (ra,dec), along with\n * the converted B1875 (ra,dec) for that point.\n */", "meta": { "range": [ - 278595, - 280783 + 284735, + 286923 ], "filename": "astronomy.js", - "lineno": 6801, + "lineno": 6931, "columnno": 0, "code": { - "id": "astnode100025636", + "id": "astnode100026651", "name": "Constellation", "type": "FunctionDeclaration", "paramnames": [ @@ -49324,14 +50575,14 @@ "comment": "", "meta": { "range": [ - 278828, - 278838 + 284968, + 284978 ], "filename": "astronomy.js", - "lineno": 6807, + "lineno": 6937, "columnno": 4, "code": { - "id": "astnode100025662", + "id": "astnode100026677", "name": "ra", "type": "Literal", "funcscope": "Constellation", @@ -49350,14 +50601,14 @@ "comment": "", "meta": { "range": [ - 278866, - 278876 + 285006, + 285016 ], "filename": "astronomy.js", - "lineno": 6809, + "lineno": 6939, "columnno": 8, "code": { - "id": "astnode100025670", + "id": "astnode100026685", "name": "ra", "type": "Literal", "funcscope": "Constellation", @@ -49376,14 +50627,14 @@ "comment": "", "meta": { "range": [ - 279652, - 279716 + 285792, + 285856 ], "filename": "astronomy.js", - "lineno": 6823, + "lineno": 6953, "columnno": 8, "code": { - "id": "astnode100025678", + "id": "astnode100026693", "name": "ConstelRot", "type": "CallExpression", "funcscope": "Constellation", @@ -49402,14 +50653,14 @@ "comment": "", "meta": { "range": [ - 279726, - 279754 + 285866, + 285894 ], "filename": "astronomy.js", - "lineno": 6824, + "lineno": 6954, "columnno": 8, "code": { - "id": "astnode100025687", + "id": "astnode100026702", "name": "Epoch2000", "type": "NewExpression", "funcscope": "Constellation", @@ -49428,14 +50679,14 @@ "comment": "", "meta": { "range": [ - 279820, - 279864 + 285960, + 286004 ], "filename": "astronomy.js", - "lineno": 6827, + "lineno": 6957, "columnno": 10, "code": { - "id": "astnode100025693", + "id": "astnode100026708", "name": "sph2000", "type": "NewExpression", "value": "" @@ -49453,14 +50704,14 @@ "comment": "", "meta": { "range": [ - 279876, - 279922 + 286016, + 286062 ], "filename": "astronomy.js", - "lineno": 6828, + "lineno": 6958, "columnno": 10, "code": { - "id": "astnode100025703", + "id": "astnode100026718", "name": "vec2000", "type": "CallExpression", "value": "" @@ -49478,14 +50729,14 @@ "comment": "", "meta": { "range": [ - 279934, - 279977 + 286074, + 286117 ], "filename": "astronomy.js", - "lineno": 6829, + "lineno": 6959, "columnno": 10, "code": { - "id": "astnode100025710", + "id": "astnode100026725", "name": "vec1875", "type": "CallExpression", "value": "" @@ -49503,14 +50754,14 @@ "comment": "", "meta": { "range": [ - 279989, - 280025 + 286129, + 286165 ], "filename": "astronomy.js", - "lineno": 6830, + "lineno": 6960, "columnno": 10, "code": { - "id": "astnode100025717", + "id": "astnode100026732", "name": "equ1875", "type": "CallExpression", "value": "" @@ -49528,14 +50779,14 @@ "comment": "", "meta": { "range": [ - 280102, - 280120 + 286242, + 286260 ], "filename": "astronomy.js", - "lineno": 6832, + "lineno": 6962, "columnno": 10, "code": { - "id": "astnode100025723", + "id": "astnode100026738", "name": "fd", "type": "BinaryExpression", "value": "" @@ -49553,14 +50804,14 @@ "comment": "", "meta": { "range": [ - 280187, - 280199 + 286327, + 286339 ], "filename": "astronomy.js", - "lineno": 6833, + "lineno": 6963, "columnno": 10, "code": { - "id": "astnode100025731", + "id": "astnode100026746", "name": "fr", "type": "BinaryExpression", "value": "" @@ -49578,14 +50829,14 @@ "comment": "", "meta": { "range": [ - 280276, - 280277 + 286416, + 286417 ], "filename": "astronomy.js", - "lineno": 6834, + "lineno": 6964, "columnno": 13, "code": { - "id": "astnode100025738", + "id": "astnode100026753", "name": "b" } }, @@ -49601,14 +50852,14 @@ "comment": "", "meta": { "range": [ - 280385, - 280400 + 286525, + 286540 ], "filename": "astronomy.js", - "lineno": 6836, + "lineno": 6966, "columnno": 14, "code": { - "id": "astnode100025743", + "id": "astnode100026758", "name": "dec", "type": "BinaryExpression", "value": "" @@ -49626,14 +50877,14 @@ "comment": "", "meta": { "range": [ - 280416, - 280433 + 286556, + 286573 ], "filename": "astronomy.js", - "lineno": 6837, + "lineno": 6967, "columnno": 14, "code": { - "id": "astnode100025751", + "id": "astnode100026766", "name": "ra_lo", "type": "BinaryExpression", "value": "" @@ -49651,14 +50902,14 @@ "comment": "", "meta": { "range": [ - 280449, - 280466 + 286589, + 286606 ], "filename": "astronomy.js", - "lineno": 6838, + "lineno": 6968, "columnno": 14, "code": { - "id": "astnode100025759", + "id": "astnode100026774", "name": "ra_hi", "type": "BinaryExpression", "value": "" @@ -49676,14 +50927,14 @@ "comment": "", "meta": { "range": [ - 280565, - 280587 + 286705, + 286727 ], "filename": "astronomy.js", - "lineno": 6840, + "lineno": 6970, "columnno": 18, "code": { - "id": "astnode100025786", + "id": "astnode100026801", "name": "c", "type": "MemberExpression", "value": "ConstelNames[undefined]" @@ -49701,14 +50952,14 @@ "comment": "", "meta": { "range": [ - 280784, - 280821 + 286924, + 286961 ], "filename": "astronomy.js", - "lineno": 6847, + "lineno": 6977, "columnno": 0, "code": { - "id": "astnode100025811", + "id": "astnode100026826", "name": "exports.Constellation", "type": "Identifier", "value": "Constellation", @@ -49725,14 +50976,14 @@ "comment": "/**\n * @brief Returns information about a lunar eclipse.\n *\n * Returned by {@link SearchLunarEclipse} or {@link NextLunarEclipse}\n * to report information about a lunar eclipse event.\n * When a lunar eclipse is found, it is classified as penumbral, partial, or total.\n * Penumbral eclipses are difficult to observe, because the moon is only slightly dimmed\n * by the Earth's penumbra; no part of the Moon touches the Earth's umbra.\n * Partial eclipses occur when part, but not all, of the Moon touches the Earth's umbra.\n * Total eclipses occur when the entire Moon passes into the Earth's umbra.\n *\n * The `kind` field thus holds one of the strings `\"penumbral\"`, `\"partial\"`,\n * or `\"total\"`, depending on the kind of lunar eclipse found.\n *\n * Field `peak` holds the date and time of the peak of the eclipse, when it is at its peak.\n *\n * Fields `sd_penum`, `sd_partial`, and `sd_total` hold the semi-duration of each phase\n * of the eclipse, which is half of the amount of time the eclipse spends in each\n * phase (expressed in minutes), or 0 if the eclipse never reaches that phase.\n * By converting from minutes to days, and subtracting/adding with `peak`, the caller\n * may determine the date and time of the beginning/end of each eclipse phase.\n *\n * @property {string} kind\n * The type of lunar eclipse found.\n *\n * @property {AstroTime} peak\n * The time of the eclipse at its peak.\n *\n * @property {number} sd_penum\n * The semi-duration of the penumbral phase in minutes.\n *\n * @property {number} sd_partial\n * The semi-duration of the penumbral phase in minutes, or 0.0 if none.\n *\n * @property {number} sd_total\n * The semi-duration of the penumbral phase in minutes, or 0.0 if none.\n *\n */", "meta": { "range": [ - 282551, - 282803 + 288691, + 288943 ], "filename": "astronomy.js", - "lineno": 6886, + "lineno": 7016, "columnno": 0, "code": { - "id": "astnode100025816", + "id": "astnode100026831", "name": "LunarEclipseInfo", "type": "ClassDeclaration", "paramnames": [ @@ -49809,14 +51060,14 @@ "comment": "", "meta": { "range": [ - 282580, - 282801 + 288720, + 288941 ], "filename": "astronomy.js", - "lineno": 6887, + "lineno": 7017, "columnno": 4, "code": { - "id": "astnode100025819", + "id": "astnode100026834", "name": "LunarEclipseInfo", "type": "MethodDefinition", "paramnames": [ @@ -49842,14 +51093,14 @@ "comment": "/**\n * @brief Returns information about a lunar eclipse.\n *\n * Returned by {@link SearchLunarEclipse} or {@link NextLunarEclipse}\n * to report information about a lunar eclipse event.\n * When a lunar eclipse is found, it is classified as penumbral, partial, or total.\n * Penumbral eclipses are difficult to observe, because the moon is only slightly dimmed\n * by the Earth's penumbra; no part of the Moon touches the Earth's umbra.\n * Partial eclipses occur when part, but not all, of the Moon touches the Earth's umbra.\n * Total eclipses occur when the entire Moon passes into the Earth's umbra.\n *\n * The `kind` field thus holds one of the strings `\"penumbral\"`, `\"partial\"`,\n * or `\"total\"`, depending on the kind of lunar eclipse found.\n *\n * Field `peak` holds the date and time of the peak of the eclipse, when it is at its peak.\n *\n * Fields `sd_penum`, `sd_partial`, and `sd_total` hold the semi-duration of each phase\n * of the eclipse, which is half of the amount of time the eclipse spends in each\n * phase (expressed in minutes), or 0 if the eclipse never reaches that phase.\n * By converting from minutes to days, and subtracting/adding with `peak`, the caller\n * may determine the date and time of the beginning/end of each eclipse phase.\n *\n * @property {string} kind\n * The type of lunar eclipse found.\n *\n * @property {AstroTime} peak\n * The time of the eclipse at its peak.\n *\n * @property {number} sd_penum\n * The semi-duration of the penumbral phase in minutes.\n *\n * @property {number} sd_partial\n * The semi-duration of the penumbral phase in minutes, or 0.0 if none.\n *\n * @property {number} sd_total\n * The semi-duration of the penumbral phase in minutes, or 0.0 if none.\n *\n */", "meta": { "range": [ - 282551, - 282803 + 288691, + 288943 ], "filename": "astronomy.js", - "lineno": 6886, + "lineno": 7016, "columnno": 0, "code": { - "id": "astnode100025816", + "id": "astnode100026831", "name": "LunarEclipseInfo", "type": "ClassDeclaration", "paramnames": [ @@ -49925,14 +51176,14 @@ "comment": "", "meta": { "range": [ - 282646, - 282662 + 288786, + 288802 ], "filename": "astronomy.js", - "lineno": 6888, + "lineno": 7018, "columnno": 8, "code": { - "id": "astnode100025829", + "id": "astnode100026844", "name": "this.kind", "type": "Identifier", "value": "kind", @@ -49950,14 +51201,14 @@ "comment": "", "meta": { "range": [ - 282672, - 282688 + 288812, + 288828 ], "filename": "astronomy.js", - "lineno": 6889, + "lineno": 7019, "columnno": 8, "code": { - "id": "astnode100025835", + "id": "astnode100026850", "name": "this.peak", "type": "Identifier", "value": "peak", @@ -49975,14 +51226,14 @@ "comment": "", "meta": { "range": [ - 282698, - 282722 + 288838, + 288862 ], "filename": "astronomy.js", - "lineno": 6890, + "lineno": 7020, "columnno": 8, "code": { - "id": "astnode100025841", + "id": "astnode100026856", "name": "this.sd_penum", "type": "Identifier", "value": "sd_penum", @@ -50000,14 +51251,14 @@ "comment": "", "meta": { "range": [ - 282732, - 282760 + 288872, + 288900 ], "filename": "astronomy.js", - "lineno": 6891, + "lineno": 7021, "columnno": 8, "code": { - "id": "astnode100025847", + "id": "astnode100026862", "name": "this.sd_partial", "type": "Identifier", "value": "sd_partial", @@ -50025,14 +51276,14 @@ "comment": "", "meta": { "range": [ - 282770, - 282794 + 288910, + 288934 ], "filename": "astronomy.js", - "lineno": 6892, + "lineno": 7022, "columnno": 8, "code": { - "id": "astnode100025853", + "id": "astnode100026868", "name": "this.sd_total", "type": "Identifier", "value": "sd_total", @@ -50050,14 +51301,14 @@ "comment": "", "meta": { "range": [ - 282804, - 282847 + 288944, + 288987 ], "filename": "astronomy.js", - "lineno": 6895, + "lineno": 7025, "columnno": 0, "code": { - "id": "astnode100025859", + "id": "astnode100026874", "name": "exports.LunarEclipseInfo", "type": "Identifier", "value": "LunarEclipseInfo", @@ -50074,14 +51325,14 @@ "comment": "/**\n * @ignore\n *\n * @brief Represents the relative alignment of the Earth and another body, and their respective shadows.\n *\n * This is an internal data structure used to assist calculation of\n * lunar eclipses, solar eclipses, and transits of Mercury and Venus.\n *\n * Definitions:\n *\n * casting body = A body that casts a shadow of interest, possibly striking another body.\n *\n * receiving body = A body on which the shadow of another body might land.\n *\n * shadow axis = The line passing through the center of the Sun and the center of the casting body.\n *\n * shadow plane = The plane passing through the center of a receiving body,\n * and perpendicular to the shadow axis.\n *\n * @property {AstroTime} time\n * The time associated with the shadow calculation.\n *\n * @property {number} u\n * The distance [au] between the center of the casting body and the shadow plane.\n *\n * @property {number} r\n * The distance [km] between center of receiving body and the shadow axis.\n *\n * @property {number} k\n * The umbra radius [km] at the shadow plane.\n *\n * @property {number} p\n * The penumbra radius [km] at the shadow plane.\n *\n * @property {Vector} target\n * The location in space where we are interested in determining how close a shadow falls.\n * For example, when calculating lunar eclipses, `target` would be the center of the Moon\n * expressed in geocentric coordinates. Then we can evaluate how far the center of the Earth's\n * shadow cone approaches the center of the Moon.\n * The vector components are expressed in [au].\n *\n * @property {Vector} dir\n * The direction in space that the shadow points away from the center of a shadow-casting body.\n * This vector lies on the shadow axis and points away from the Sun.\n * In other words: the direction light from the Sun would be traveling,\n * except that the center of a body (Earth, Moon, Mercury, or Venus) is blocking it.\n * The distance units do not matter, because the vector will be normalized.\n */", "meta": { "range": [ - 284882, - 285117 + 291022, + 291257 ], "filename": "astronomy.js", - "lineno": 6944, + "lineno": 7074, "columnno": 0, "code": { - "id": "astnode100025864", + "id": "astnode100026879", "name": "ShadowInfo", "type": "ClassDeclaration", "paramnames": [ @@ -50179,14 +51430,14 @@ "comment": "", "meta": { "range": [ - 284905, - 285115 + 291045, + 291255 ], "filename": "astronomy.js", - "lineno": 6945, + "lineno": 7075, "columnno": 4, "code": { - "id": "astnode100025867", + "id": "astnode100026882", "name": "ShadowInfo", "type": "MethodDefinition", "paramnames": [ @@ -50214,14 +51465,14 @@ "comment": "/**\n * @ignore\n *\n * @brief Represents the relative alignment of the Earth and another body, and their respective shadows.\n *\n * This is an internal data structure used to assist calculation of\n * lunar eclipses, solar eclipses, and transits of Mercury and Venus.\n *\n * Definitions:\n *\n * casting body = A body that casts a shadow of interest, possibly striking another body.\n *\n * receiving body = A body on which the shadow of another body might land.\n *\n * shadow axis = The line passing through the center of the Sun and the center of the casting body.\n *\n * shadow plane = The plane passing through the center of a receiving body,\n * and perpendicular to the shadow axis.\n *\n * @property {AstroTime} time\n * The time associated with the shadow calculation.\n *\n * @property {number} u\n * The distance [au] between the center of the casting body and the shadow plane.\n *\n * @property {number} r\n * The distance [km] between center of receiving body and the shadow axis.\n *\n * @property {number} k\n * The umbra radius [km] at the shadow plane.\n *\n * @property {number} p\n * The penumbra radius [km] at the shadow plane.\n *\n * @property {Vector} target\n * The location in space where we are interested in determining how close a shadow falls.\n * For example, when calculating lunar eclipses, `target` would be the center of the Moon\n * expressed in geocentric coordinates. Then we can evaluate how far the center of the Earth's\n * shadow cone approaches the center of the Moon.\n * The vector components are expressed in [au].\n *\n * @property {Vector} dir\n * The direction in space that the shadow points away from the center of a shadow-casting body.\n * This vector lies on the shadow axis and points away from the Sun.\n * In other words: the direction light from the Sun would be traveling,\n * except that the center of a body (Earth, Moon, Mercury, or Venus) is blocking it.\n * The distance units do not matter, because the vector will be normalized.\n */", "meta": { "range": [ - 284882, - 285117 + 291022, + 291257 ], "filename": "astronomy.js", - "lineno": 6944, + "lineno": 7074, "columnno": 0, "code": { - "id": "astnode100025864", + "id": "astnode100026879", "name": "ShadowInfo", "type": "ClassDeclaration", "paramnames": [ @@ -50318,14 +51569,14 @@ "comment": "", "meta": { "range": [ - 284958, - 284974 + 291098, + 291114 ], "filename": "astronomy.js", - "lineno": 6946, + "lineno": 7076, "columnno": 8, "code": { - "id": "astnode100025879", + "id": "astnode100026894", "name": "this.time", "type": "Identifier", "value": "time", @@ -50343,14 +51594,14 @@ "comment": "", "meta": { "range": [ - 284984, - 284994 + 291124, + 291134 ], "filename": "astronomy.js", - "lineno": 6947, + "lineno": 7077, "columnno": 8, "code": { - "id": "astnode100025885", + "id": "astnode100026900", "name": "this.u", "type": "Identifier", "value": "u", @@ -50368,14 +51619,14 @@ "comment": "", "meta": { "range": [ - 285004, - 285014 + 291144, + 291154 ], "filename": "astronomy.js", - "lineno": 6948, + "lineno": 7078, "columnno": 8, "code": { - "id": "astnode100025891", + "id": "astnode100026906", "name": "this.r", "type": "Identifier", "value": "r", @@ -50393,14 +51644,14 @@ "comment": "", "meta": { "range": [ - 285024, - 285034 + 291164, + 291174 ], "filename": "astronomy.js", - "lineno": 6949, + "lineno": 7079, "columnno": 8, "code": { - "id": "astnode100025897", + "id": "astnode100026912", "name": "this.k", "type": "Identifier", "value": "k", @@ -50418,14 +51669,14 @@ "comment": "", "meta": { "range": [ - 285044, - 285054 + 291184, + 291194 ], "filename": "astronomy.js", - "lineno": 6950, + "lineno": 7080, "columnno": 8, "code": { - "id": "astnode100025903", + "id": "astnode100026918", "name": "this.p", "type": "Identifier", "value": "p", @@ -50443,14 +51694,14 @@ "comment": "", "meta": { "range": [ - 285064, - 285084 + 291204, + 291224 ], "filename": "astronomy.js", - "lineno": 6951, + "lineno": 7081, "columnno": 8, "code": { - "id": "astnode100025909", + "id": "astnode100026924", "name": "this.target", "type": "Identifier", "value": "target", @@ -50468,14 +51719,14 @@ "comment": "", "meta": { "range": [ - 285094, - 285108 + 291234, + 291248 ], "filename": "astronomy.js", - "lineno": 6952, + "lineno": 7082, "columnno": 8, "code": { - "id": "astnode100025915", + "id": "astnode100026930", "name": "this.dir", "type": "Identifier", "value": "dir", @@ -50493,14 +51744,14 @@ "comment": "", "meta": { "range": [ - 285118, - 285701 + 291258, + 291841 ], "filename": "astronomy.js", - "lineno": 6955, + "lineno": 7085, "columnno": 0, "code": { - "id": "astnode100025920", + "id": "astnode100026935", "name": "CalcShadow", "type": "FunctionDeclaration", "paramnames": [ @@ -50531,14 +51782,14 @@ "comment": "", "meta": { "range": [ - 285185, - 285295 + 291325, + 291435 ], "filename": "astronomy.js", - "lineno": 6956, + "lineno": 7086, "columnno": 10, "code": { - "id": "astnode100025928", + "id": "astnode100026943", "name": "u", "type": "BinaryExpression", "value": "" @@ -50556,14 +51807,14 @@ "comment": "", "meta": { "range": [ - 285307, - 285334 + 291447, + 291474 ], "filename": "astronomy.js", - "lineno": 6957, + "lineno": 7087, "columnno": 10, "code": { - "id": "astnode100025978", + "id": "astnode100026993", "name": "dx", "type": "BinaryExpression", "value": "" @@ -50581,14 +51832,14 @@ "comment": "", "meta": { "range": [ - 285346, - 285373 + 291486, + 291513 ], "filename": "astronomy.js", - "lineno": 6958, + "lineno": 7088, "columnno": 10, "code": { - "id": "astnode100025990", + "id": "astnode100027005", "name": "dy", "type": "BinaryExpression", "value": "" @@ -50606,14 +51857,14 @@ "comment": "", "meta": { "range": [ - 285385, - 285412 + 291525, + 291552 ], "filename": "astronomy.js", - "lineno": 6959, + "lineno": 7089, "columnno": 10, "code": { - "id": "astnode100026002", + "id": "astnode100027017", "name": "dz", "type": "BinaryExpression", "value": "" @@ -50631,14 +51882,14 @@ "comment": "", "meta": { "range": [ - 285424, - 285486 + 291564, + 291626 ], "filename": "astronomy.js", - "lineno": 6960, + "lineno": 7090, "columnno": 10, "code": { - "id": "astnode100026014", + "id": "astnode100027029", "name": "r", "type": "BinaryExpression", "value": "" @@ -50656,14 +51907,14 @@ "comment": "", "meta": { "range": [ - 285498, - 285563 + 291638, + 291703 ], "filename": "astronomy.js", - "lineno": 6961, + "lineno": 7091, "columnno": 10, "code": { - "id": "astnode100026036", + "id": "astnode100027051", "name": "k", "type": "BinaryExpression", "value": "" @@ -50681,14 +51932,14 @@ "comment": "", "meta": { "range": [ - 285575, - 285640 + 291715, + 291780 ], "filename": "astronomy.js", - "lineno": 6962, + "lineno": 7092, "columnno": 10, "code": { - "id": "astnode100026049", + "id": "astnode100027064", "name": "p", "type": "BinaryExpression", "value": "" @@ -50706,14 +51957,14 @@ "comment": "", "meta": { "range": [ - 285702, - 285863 + 291842, + 292003 ], "filename": "astronomy.js", - "lineno": 6965, + "lineno": 7095, "columnno": 0, "code": { - "id": "astnode100026071", + "id": "astnode100027086", "name": "EarthShadow", "type": "FunctionDeclaration", "paramnames": [ @@ -50736,14 +51987,14 @@ "comment": "", "meta": { "range": [ - 285741, - 285771 + 291881, + 291911 ], "filename": "astronomy.js", - "lineno": 6966, + "lineno": 7096, "columnno": 10, "code": { - "id": "astnode100026076", + "id": "astnode100027091", "name": "e", "type": "CallExpression", "value": "" @@ -50761,14 +52012,14 @@ "comment": "", "meta": { "range": [ - 285783, - 285800 + 291923, + 291940 ], "filename": "astronomy.js", - "lineno": 6967, + "lineno": 7097, "columnno": 10, "code": { - "id": "astnode100026085", + "id": "astnode100027100", "name": "m", "type": "CallExpression", "value": "" @@ -50786,14 +52037,14 @@ "comment": "", "meta": { "range": [ - 285864, - 286428 + 292004, + 292568 ], "filename": "astronomy.js", - "lineno": 6970, + "lineno": 7100, "columnno": 0, "code": { - "id": "astnode100026097", + "id": "astnode100027112", "name": "MoonShadow", "type": "FunctionDeclaration", "paramnames": [ @@ -50820,14 +52071,14 @@ "comment": "", "meta": { "range": [ - 286083, - 286113 + 292223, + 292253 ], "filename": "astronomy.js", - "lineno": 6974, + "lineno": 7104, "columnno": 10, "code": { - "id": "astnode100026102", + "id": "astnode100027117", "name": "h", "type": "CallExpression", "value": "" @@ -50845,14 +52096,14 @@ "comment": "", "meta": { "range": [ - 286147, - 286164 + 292287, + 292304 ], "filename": "astronomy.js", - "lineno": 6975, + "lineno": 7105, "columnno": 10, "code": { - "id": "astnode100026111", + "id": "astnode100027126", "name": "m", "type": "CallExpression", "value": "" @@ -50870,14 +52121,14 @@ "comment": "", "meta": { "range": [ - 286231, - 286268 + 292371, + 292408 ], "filename": "astronomy.js", - "lineno": 6977, + "lineno": 7107, "columnno": 10, "code": { - "id": "astnode100026117", + "id": "astnode100027132", "name": "e", "type": "NewExpression", "value": "" @@ -50895,14 +52146,14 @@ "comment": "", "meta": { "range": [ - 286327, - 286337 + 292467, + 292477 ], "filename": "astronomy.js", - "lineno": 6979, + "lineno": 7109, "columnno": 4, "code": { - "id": "astnode100026137", + "id": "astnode100027152", "name": "m.x", "type": "MemberExpression", "funcscope": "MoonShadow", @@ -50921,14 +52172,14 @@ "comment": "", "meta": { "range": [ - 286343, - 286353 + 292483, + 292493 ], "filename": "astronomy.js", - "lineno": 6980, + "lineno": 7110, "columnno": 4, "code": { - "id": "astnode100026145", + "id": "astnode100027160", "name": "m.y", "type": "MemberExpression", "funcscope": "MoonShadow", @@ -50947,14 +52198,14 @@ "comment": "", "meta": { "range": [ - 286359, - 286369 + 292499, + 292509 ], "filename": "astronomy.js", - "lineno": 6981, + "lineno": 7111, "columnno": 4, "code": { - "id": "astnode100026153", + "id": "astnode100027168", "name": "m.z", "type": "MemberExpression", "funcscope": "MoonShadow", @@ -50973,14 +52224,14 @@ "comment": "", "meta": { "range": [ - 286429, - 287136 + 292569, + 293276 ], "filename": "astronomy.js", - "lineno": 6984, + "lineno": 7114, "columnno": 0, "code": { - "id": "astnode100026167", + "id": "astnode100027182", "name": "LocalMoonShadow", "type": "FunctionDeclaration", "paramnames": [ @@ -51009,14 +52260,14 @@ "comment": "", "meta": { "range": [ - 286684, - 286713 + 292824, + 292853 ], "filename": "astronomy.js", - "lineno": 6988, + "lineno": 7118, "columnno": 10, "code": { - "id": "astnode100026173", + "id": "astnode100027188", "name": "pos", "type": "CallExpression", "value": "" @@ -51034,14 +52285,14 @@ "comment": "", "meta": { "range": [ - 286725, - 286755 + 292865, + 292895 ], "filename": "astronomy.js", - "lineno": 6989, + "lineno": 7119, "columnno": 10, "code": { - "id": "astnode100026180", + "id": "astnode100027195", "name": "h", "type": "CallExpression", "value": "" @@ -51059,14 +52310,14 @@ "comment": "", "meta": { "range": [ - 286789, - 286806 + 292929, + 292946 ], "filename": "astronomy.js", - "lineno": 6990, + "lineno": 7120, "columnno": 10, "code": { - "id": "astnode100026189", + "id": "astnode100027204", "name": "m", "type": "CallExpression", "value": "" @@ -51084,14 +52335,14 @@ "comment": "", "meta": { "range": [ - 286914, - 286976 + 293054, + 293116 ], "filename": "astronomy.js", - "lineno": 6992, + "lineno": 7122, "columnno": 10, "code": { - "id": "astnode100026195", + "id": "astnode100027210", "name": "o", "type": "NewExpression", "value": "" @@ -51109,14 +52360,14 @@ "comment": "", "meta": { "range": [ - 287035, - 287045 + 293175, + 293185 ], "filename": "astronomy.js", - "lineno": 6994, + "lineno": 7124, "columnno": 4, "code": { - "id": "astnode100026222", + "id": "astnode100027237", "name": "m.x", "type": "MemberExpression", "funcscope": "LocalMoonShadow", @@ -51135,14 +52386,14 @@ "comment": "", "meta": { "range": [ - 287051, - 287061 + 293191, + 293201 ], "filename": "astronomy.js", - "lineno": 6995, + "lineno": 7125, "columnno": 4, "code": { - "id": "astnode100026230", + "id": "astnode100027245", "name": "m.y", "type": "MemberExpression", "funcscope": "LocalMoonShadow", @@ -51161,14 +52412,14 @@ "comment": "", "meta": { "range": [ - 287067, - 287077 + 293207, + 293217 ], "filename": "astronomy.js", - "lineno": 6996, + "lineno": 7126, "columnno": 4, "code": { - "id": "astnode100026238", + "id": "astnode100027253", "name": "m.z", "type": "MemberExpression", "funcscope": "LocalMoonShadow", @@ -51187,14 +52438,14 @@ "comment": "", "meta": { "range": [ - 287137, - 287716 + 293277, + 293856 ], "filename": "astronomy.js", - "lineno": 6999, + "lineno": 7129, "columnno": 0, "code": { - "id": "astnode100026252", + "id": "astnode100027267", "name": "PlanetShadow", "type": "FunctionDeclaration", "paramnames": [ @@ -51223,14 +52474,14 @@ "comment": "", "meta": { "range": [ - 287270, - 287302 + 293410, + 293442 ], "filename": "astronomy.js", - "lineno": 7001, + "lineno": 7131, "columnno": 10, "code": { - "id": "astnode100026259", + "id": "astnode100027274", "name": "g", "type": "CallExpression", "value": "" @@ -51248,14 +52499,14 @@ "comment": "", "meta": { "range": [ - 287380, - 287416 + 293520, + 293556 ], "filename": "astronomy.js", - "lineno": 7003, + "lineno": 7133, "columnno": 10, "code": { - "id": "astnode100026267", + "id": "astnode100027282", "name": "e", "type": "CallExpression", "value": "" @@ -51273,14 +52524,14 @@ "comment": "", "meta": { "range": [ - 287492, - 287545 + 293632, + 293685 ], "filename": "astronomy.js", - "lineno": 7005, + "lineno": 7135, "columnno": 10, "code": { - "id": "astnode100026277", + "id": "astnode100027292", "name": "p", "type": "NewExpression", "value": "" @@ -51298,14 +52549,14 @@ "comment": "", "meta": { "range": [ - 287618, - 287628 + 293758, + 293768 ], "filename": "astronomy.js", - "lineno": 7007, + "lineno": 7137, "columnno": 4, "code": { - "id": "astnode100026304", + "id": "astnode100027319", "name": "e.x", "type": "UnaryExpression", "funcscope": "PlanetShadow", @@ -51324,14 +52575,14 @@ "comment": "", "meta": { "range": [ - 287634, - 287644 + 293774, + 293784 ], "filename": "astronomy.js", - "lineno": 7008, + "lineno": 7138, "columnno": 4, "code": { - "id": "astnode100026313", + "id": "astnode100027328", "name": "e.y", "type": "UnaryExpression", "funcscope": "PlanetShadow", @@ -51350,14 +52601,14 @@ "comment": "", "meta": { "range": [ - 287650, - 287660 + 293790, + 293800 ], "filename": "astronomy.js", - "lineno": 7009, + "lineno": 7139, "columnno": 4, "code": { - "id": "astnode100026322", + "id": "astnode100027337", "name": "e.z", "type": "UnaryExpression", "funcscope": "PlanetShadow", @@ -51376,14 +52627,14 @@ "comment": "", "meta": { "range": [ - 287717, - 287978 + 293857, + 294118 ], "filename": "astronomy.js", - "lineno": 7012, + "lineno": 7142, "columnno": 0, "code": { - "id": "astnode100026337", + "id": "astnode100027352", "name": "ShadowDistanceSlope", "type": "FunctionDeclaration", "paramnames": [ @@ -51410,14 +52661,14 @@ "comment": "", "meta": { "range": [ - 287776, - 287794 + 293916, + 293934 ], "filename": "astronomy.js", - "lineno": 7013, + "lineno": 7143, "columnno": 10, "code": { - "id": "astnode100026343", + "id": "astnode100027358", "name": "dt", "type": "BinaryExpression", "value": "" @@ -51435,14 +52686,14 @@ "comment": "", "meta": { "range": [ - 287806, - 287828 + 293946, + 293968 ], "filename": "astronomy.js", - "lineno": 7014, + "lineno": 7144, "columnno": 10, "code": { - "id": "astnode100026349", + "id": "astnode100027364", "name": "t1", "type": "CallExpression", "value": "" @@ -51460,14 +52711,14 @@ "comment": "", "meta": { "range": [ - 287840, - 287862 + 293980, + 294002 ], "filename": "astronomy.js", - "lineno": 7015, + "lineno": 7145, "columnno": 10, "code": { - "id": "astnode100026358", + "id": "astnode100027373", "name": "t2", "type": "CallExpression", "value": "" @@ -51485,14 +52736,14 @@ "comment": "", "meta": { "range": [ - 287874, - 287898 + 294014, + 294038 ], "filename": "astronomy.js", - "lineno": 7016, + "lineno": 7146, "columnno": 10, "code": { - "id": "astnode100026367", + "id": "astnode100027382", "name": "shadow1", "type": "CallExpression", "value": "" @@ -51510,14 +52761,14 @@ "comment": "", "meta": { "range": [ - 287910, - 287934 + 294050, + 294074 ], "filename": "astronomy.js", - "lineno": 7017, + "lineno": 7147, "columnno": 10, "code": { - "id": "astnode100026373", + "id": "astnode100027388", "name": "shadow2", "type": "CallExpression", "value": "" @@ -51535,14 +52786,14 @@ "comment": "", "meta": { "range": [ - 287979, - 288264 + 294119, + 294404 ], "filename": "astronomy.js", - "lineno": 7020, + "lineno": 7150, "columnno": 0, "code": { - "id": "astnode100026388", + "id": "astnode100027403", "name": "PlanetShadowSlope", "type": "FunctionDeclaration", "paramnames": [ @@ -51568,14 +52819,14 @@ "comment": "", "meta": { "range": [ - 288048, - 288066 + 294188, + 294206 ], "filename": "astronomy.js", - "lineno": 7021, + "lineno": 7151, "columnno": 10, "code": { - "id": "astnode100026395", + "id": "astnode100027410", "name": "dt", "type": "BinaryExpression", "value": "" @@ -51593,14 +52844,14 @@ "comment": "", "meta": { "range": [ - 288078, - 288143 + 294218, + 294283 ], "filename": "astronomy.js", - "lineno": 7022, + "lineno": 7152, "columnno": 10, "code": { - "id": "astnode100026401", + "id": "astnode100027416", "name": "shadow1", "type": "CallExpression", "value": "" @@ -51618,14 +52869,14 @@ "comment": "", "meta": { "range": [ - 288155, - 288220 + 294295, + 294360 ], "filename": "astronomy.js", - "lineno": 7023, + "lineno": 7153, "columnno": 10, "code": { - "id": "astnode100026414", + "id": "astnode100027429", "name": "shadow2", "type": "CallExpression", "value": "" @@ -51643,14 +52894,14 @@ "comment": "", "meta": { "range": [ - 288265, - 288682 + 294405, + 294822 ], "filename": "astronomy.js", - "lineno": 7026, + "lineno": 7156, "columnno": 0, "code": { - "id": "astnode100026436", + "id": "astnode100027451", "name": "PeakEarthShadow", "type": "FunctionDeclaration", "paramnames": [ @@ -51676,14 +52927,14 @@ "comment": "", "meta": { "range": [ - 288322, - 288335 + 294462, + 294475 ], "filename": "astronomy.js", - "lineno": 7027, + "lineno": 7157, "columnno": 10, "code": { - "id": "astnode100026441", + "id": "astnode100027456", "name": "window", "type": "Literal", "value": 0.03 @@ -51701,14 +52952,14 @@ "comment": "", "meta": { "range": [ - 288409, - 288449 + 294549, + 294589 ], "filename": "astronomy.js", - "lineno": 7028, + "lineno": 7158, "columnno": 10, "code": { - "id": "astnode100026445", + "id": "astnode100027460", "name": "t1", "type": "CallExpression", "value": "" @@ -51726,14 +52977,14 @@ "comment": "", "meta": { "range": [ - 288461, - 288501 + 294601, + 294641 ], "filename": "astronomy.js", - "lineno": 7029, + "lineno": 7159, "columnno": 10, "code": { - "id": "astnode100026454", + "id": "astnode100027469", "name": "t2", "type": "CallExpression", "value": "" @@ -51751,14 +53002,14 @@ "comment": "", "meta": { "range": [ - 288513, - 288582 + 294653, + 294722 ], "filename": "astronomy.js", - "lineno": 7030, + "lineno": 7160, "columnno": 10, "code": { - "id": "astnode100026463", + "id": "astnode100027478", "name": "tx", "type": "CallExpression", "value": "" @@ -51776,14 +53027,14 @@ "comment": "", "meta": { "range": [ - 288683, - 289096 + 294823, + 295236 ], "filename": "astronomy.js", - "lineno": 7035, + "lineno": 7165, "columnno": 0, "code": { - "id": "astnode100026484", + "id": "astnode100027499", "name": "PeakMoonShadow", "type": "FunctionDeclaration", "paramnames": [ @@ -51809,14 +53060,14 @@ "comment": "", "meta": { "range": [ - 288739, - 288752 + 294879, + 294892 ], "filename": "astronomy.js", - "lineno": 7036, + "lineno": 7166, "columnno": 10, "code": { - "id": "astnode100026489", + "id": "astnode100027504", "name": "window", "type": "Literal", "value": 0.03 @@ -51834,14 +53085,14 @@ "comment": "", "meta": { "range": [ - 288826, - 288866 + 294966, + 295006 ], "filename": "astronomy.js", - "lineno": 7037, + "lineno": 7167, "columnno": 10, "code": { - "id": "astnode100026493", + "id": "astnode100027508", "name": "t1", "type": "CallExpression", "value": "" @@ -51859,14 +53110,14 @@ "comment": "", "meta": { "range": [ - 288878, - 288918 + 295018, + 295058 ], "filename": "astronomy.js", - "lineno": 7038, + "lineno": 7168, "columnno": 10, "code": { - "id": "astnode100026502", + "id": "astnode100027517", "name": "t2", "type": "CallExpression", "value": "" @@ -51884,14 +53135,14 @@ "comment": "", "meta": { "range": [ - 288930, - 288998 + 295070, + 295138 ], "filename": "astronomy.js", - "lineno": 7039, + "lineno": 7169, "columnno": 10, "code": { - "id": "astnode100026511", + "id": "astnode100027526", "name": "tx", "type": "CallExpression", "value": "" @@ -51909,14 +53160,14 @@ "comment": "", "meta": { "range": [ - 289097, - 289672 + 295237, + 295812 ], "filename": "astronomy.js", - "lineno": 7044, + "lineno": 7174, "columnno": 0, "code": { - "id": "astnode100026532", + "id": "astnode100027547", "name": "PeakPlanetShadow", "type": "FunctionDeclaration", "paramnames": [ @@ -51944,14 +53195,14 @@ "comment": "", "meta": { "range": [ - 289259, - 289271 + 295399, + 295411 ], "filename": "astronomy.js", - "lineno": 7046, + "lineno": 7176, "columnno": 10, "code": { - "id": "astnode100026539", + "id": "astnode100027554", "name": "window", "type": "Literal", "value": 1 @@ -51969,14 +53220,14 @@ "comment": "", "meta": { "range": [ - 289364, - 289404 + 295504, + 295544 ], "filename": "astronomy.js", - "lineno": 7047, + "lineno": 7177, "columnno": 10, "code": { - "id": "astnode100026543", + "id": "astnode100027558", "name": "t1", "type": "CallExpression", "value": "" @@ -51994,14 +53245,14 @@ "comment": "", "meta": { "range": [ - 289416, - 289456 + 295556, + 295596 ], "filename": "astronomy.js", - "lineno": 7048, + "lineno": 7178, "columnno": 10, "code": { - "id": "astnode100026552", + "id": "astnode100027567", "name": "t2", "type": "CallExpression", "value": "" @@ -52019,14 +53270,14 @@ "comment": "", "meta": { "range": [ - 289468, - 289546 + 295608, + 295686 ], "filename": "astronomy.js", - "lineno": 7049, + "lineno": 7179, "columnno": 10, "code": { - "id": "astnode100026561", + "id": "astnode100027576", "name": "tx", "type": "CallExpression", "value": "" @@ -52044,14 +53295,14 @@ "comment": "", "meta": { "range": [ - 289673, - 290308 + 295813, + 296448 ], "filename": "astronomy.js", - "lineno": 7054, + "lineno": 7184, "columnno": 0, "code": { - "id": "astnode100026585", + "id": "astnode100027600", "name": "PeakLocalMoonShadow", "type": "FunctionDeclaration", "paramnames": [ @@ -52079,14 +53330,14 @@ "comment": "", "meta": { "range": [ - 289862, - 289874 + 296002, + 296014 ], "filename": "astronomy.js", - "lineno": 7057, + "lineno": 7187, "columnno": 10, "code": { - "id": "astnode100026591", + "id": "astnode100027606", "name": "window", "type": "Literal", "value": 0.2 @@ -52104,14 +53355,14 @@ "comment": "", "meta": { "range": [ - 289886, - 289926 + 296026, + 296066 ], "filename": "astronomy.js", - "lineno": 7058, + "lineno": 7188, "columnno": 10, "code": { - "id": "astnode100026595", + "id": "astnode100027610", "name": "t1", "type": "CallExpression", "value": "" @@ -52129,14 +53380,14 @@ "comment": "", "meta": { "range": [ - 289938, - 289978 + 296078, + 296118 ], "filename": "astronomy.js", - "lineno": 7059, + "lineno": 7189, "columnno": 10, "code": { - "id": "astnode100026604", + "id": "astnode100027619", "name": "t2", "type": "CallExpression", "value": "" @@ -52154,14 +53405,14 @@ "comment": "", "meta": { "range": [ - 289984, - 290065 + 296124, + 296205 ], "filename": "astronomy.js", - "lineno": 7060, + "lineno": 7190, "columnno": 4, "code": { - "id": "astnode100026612", + "id": "astnode100027627", "name": "shadowfunc", "type": "FunctionDeclaration", "paramnames": [ @@ -52181,14 +53432,14 @@ "comment": "", "meta": { "range": [ - 290076, - 290146 + 296216, + 296286 ], "filename": "astronomy.js", - "lineno": 7063, + "lineno": 7193, "columnno": 10, "code": { - "id": "astnode100026622", + "id": "astnode100027637", "name": "time", "type": "CallExpression", "value": "" @@ -52206,14 +53457,14 @@ "comment": "", "meta": { "range": [ - 290309, - 291013 + 296449, + 297153 ], "filename": "astronomy.js", - "lineno": 7068, + "lineno": 7198, "columnno": 0, "code": { - "id": "astnode100026647", + "id": "astnode100027662", "name": "ShadowSemiDurationMinutes", "type": "FunctionDeclaration", "paramnames": [ @@ -52242,14 +53493,14 @@ "comment": "", "meta": { "range": [ - 290506, - 290545 + 296646, + 296685 ], "filename": "astronomy.js", - "lineno": 7070, + "lineno": 7200, "columnno": 10, "code": { - "id": "astnode100026654", + "id": "astnode100027669", "name": "window", "type": "BinaryExpression", "value": "" @@ -52267,14 +53518,14 @@ "comment": "", "meta": { "range": [ - 290557, - 290594 + 296697, + 296734 ], "filename": "astronomy.js", - "lineno": 7071, + "lineno": 7201, "columnno": 10, "code": { - "id": "astnode100026662", + "id": "astnode100027677", "name": "before", "type": "CallExpression", "value": "" @@ -52292,14 +53543,14 @@ "comment": "", "meta": { "range": [ - 290606, - 290642 + 296746, + 296782 ], "filename": "astronomy.js", - "lineno": 7072, + "lineno": 7202, "columnno": 10, "code": { - "id": "astnode100026671", + "id": "astnode100027686", "name": "after", "type": "CallExpression", "value": "" @@ -52317,14 +53568,14 @@ "comment": "", "meta": { "range": [ - 290654, - 290735 + 296794, + 296875 ], "filename": "astronomy.js", - "lineno": 7073, + "lineno": 7203, "columnno": 10, "code": { - "id": "astnode100026680", + "id": "astnode100027695", "name": "t1", "type": "CallExpression", "value": "" @@ -52342,14 +53593,14 @@ "comment": "", "meta": { "range": [ - 290747, - 290827 + 296887, + 296967 ], "filename": "astronomy.js", - "lineno": 7074, + "lineno": 7204, "columnno": 10, "code": { - "id": "astnode100026697", + "id": "astnode100027712", "name": "t2", "type": "CallExpression", "value": "" @@ -52367,14 +53618,14 @@ "comment": "", "meta": { "range": [ - 291014, - 291142 + 297154, + 297282 ], "filename": "astronomy.js", - "lineno": 7079, + "lineno": 7209, "columnno": 0, "code": { - "id": "astnode100026735", + "id": "astnode100027750", "name": "MoonEclipticLatitudeDegrees", "type": "FunctionDeclaration", "paramnames": [ @@ -52396,14 +53647,14 @@ "comment": "", "meta": { "range": [ - 291069, - 291090 + 297209, + 297230 ], "filename": "astronomy.js", - "lineno": 7080, + "lineno": 7210, "columnno": 10, "code": { - "id": "astnode100026740", + "id": "astnode100027755", "name": "moon", "type": "CallExpression", "value": "" @@ -52421,14 +53672,14 @@ "comment": "/**\n * @brief Searches for a lunar eclipse.\n *\n * This function finds the first lunar eclipse that occurs after `startTime`.\n * A lunar eclipse may be penumbral, partial, or total.\n * See {@link LunarEclipseInfo} for more information.\n * To find a series of lunar eclipses, call this function once,\n * then keep calling {@link NextLunarEclipse} as many times as desired,\n * passing in the `peak` value returned from the previous call.\n *\n * @param {FlexibleDateTime} date\n * The date and time for starting the search for a lunar eclipse.\n *\n * @returns {LunarEclipseInfo}\n */", "meta": { "range": [ - 291724, - 294087 + 297864, + 300227 ], "filename": "astronomy.js", - "lineno": 7098, + "lineno": 7228, "columnno": 0, "code": { - "id": "astnode100026753", + "id": "astnode100027768", "name": "SearchLunarEclipse", "type": "FunctionDeclaration", "paramnames": [ @@ -52485,14 +53736,14 @@ "comment": "", "meta": { "range": [ - 291770, - 291789 + 297910, + 297929 ], "filename": "astronomy.js", - "lineno": 7099, + "lineno": 7229, "columnno": 10, "code": { - "id": "astnode100026758", + "id": "astnode100027773", "name": "PruneLatitude", "type": "Literal", "value": 1.8 @@ -52510,14 +53761,14 @@ "comment": "", "meta": { "range": [ - 291869, - 291892 + 298009, + 298032 ], "filename": "astronomy.js", - "lineno": 7100, + "lineno": 7230, "columnno": 8, "code": { - "id": "astnode100026762", + "id": "astnode100027777", "name": "fmtime", "type": "CallExpression", "value": "" @@ -52535,14 +53786,14 @@ "comment": "", "meta": { "range": [ - 291907, - 291918 + 298047, + 298058 ], "filename": "astronomy.js", - "lineno": 7101, + "lineno": 7231, "columnno": 13, "code": { - "id": "astnode100026769", + "id": "astnode100027784", "name": "fmcount", "type": "Literal", "value": 0 @@ -52560,14 +53811,14 @@ "comment": "", "meta": { "range": [ - 292035, - 292078 + 298175, + 298218 ], "filename": "astronomy.js", - "lineno": 7103, + "lineno": 7233, "columnno": 14, "code": { - "id": "astnode100026779", + "id": "astnode100027794", "name": "fullmoon", "type": "CallExpression", "value": "" @@ -52585,14 +53836,14 @@ "comment": "", "meta": { "range": [ - 292373, - 292422 + 298513, + 298562 ], "filename": "astronomy.js", - "lineno": 7111, + "lineno": 7241, "columnno": 14, "code": { - "id": "astnode100026792", + "id": "astnode100027807", "name": "eclip_lat", "type": "CallExpression", "value": "" @@ -52610,14 +53861,14 @@ "comment": "", "meta": { "range": [ - 292669, - 292703 + 298809, + 298843 ], "filename": "astronomy.js", - "lineno": 7115, + "lineno": 7245, "columnno": 18, "code": { - "id": "astnode100026807", + "id": "astnode100027822", "name": "shadow", "type": "CallExpression", "value": "" @@ -52635,14 +53886,14 @@ "comment": "", "meta": { "range": [ - 292871, - 292889 + 299011, + 299029 ], "filename": "astronomy.js", - "lineno": 7118, + "lineno": 7248, "columnno": 20, "code": { - "id": "astnode100026824", + "id": "astnode100027839", "name": "kind", "type": "Literal", "value": "penumbral" @@ -52660,14 +53911,14 @@ "comment": "", "meta": { "range": [ - 292911, - 292925 + 299051, + 299065 ], "filename": "astronomy.js", - "lineno": 7119, + "lineno": 7249, "columnno": 20, "code": { - "id": "astnode100026828", + "id": "astnode100027843", "name": "sd_total", "type": "Literal", "value": 0 @@ -52685,14 +53936,14 @@ "comment": "", "meta": { "range": [ - 292947, - 292963 + 299087, + 299103 ], "filename": "astronomy.js", - "lineno": 7120, + "lineno": 7250, "columnno": 20, "code": { - "id": "astnode100026832", + "id": "astnode100027847", "name": "sd_partial", "type": "Literal", "value": 0 @@ -52710,14 +53961,14 @@ "comment": "", "meta": { "range": [ - 292985, - 293073 + 299125, + 299213 ], "filename": "astronomy.js", - "lineno": 7121, + "lineno": 7251, "columnno": 20, "code": { - "id": "astnode100026836", + "id": "astnode100027851", "name": "sd_penum", "type": "CallExpression", "value": "" @@ -52735,14 +53986,14 @@ "comment": "", "meta": { "range": [ - 293222, - 293238 + 299362, + 299378 ], "filename": "astronomy.js", - "lineno": 7124, + "lineno": 7254, "columnno": 20, "code": { - "id": "astnode100026861", + "id": "astnode100027876", "name": "kind", "type": "Literal", "funcscope": "SearchLunarEclipse", @@ -52761,14 +54012,14 @@ "comment": "", "meta": { "range": [ - 293260, - 293353 + 299400, + 299493 ], "filename": "astronomy.js", - "lineno": 7125, + "lineno": 7255, "columnno": 20, "code": { - "id": "astnode100026865", + "id": "astnode100027880", "name": "sd_partial", "type": "CallExpression", "funcscope": "SearchLunarEclipse", @@ -52787,14 +54038,14 @@ "comment": "", "meta": { "range": [ - 293503, - 293517 + 299643, + 299657 ], "filename": "astronomy.js", - "lineno": 7128, + "lineno": 7258, "columnno": 24, "code": { - "id": "astnode100026890", + "id": "astnode100027905", "name": "kind", "type": "Literal", "funcscope": "SearchLunarEclipse", @@ -52813,14 +54064,14 @@ "comment": "", "meta": { "range": [ - 293543, - 293636 + 299683, + 299776 ], "filename": "astronomy.js", - "lineno": 7129, + "lineno": 7259, "columnno": 24, "code": { - "id": "astnode100026894", + "id": "astnode100027909", "name": "sd_total", "type": "CallExpression", "funcscope": "SearchLunarEclipse", @@ -52839,14 +54090,14 @@ "comment": "", "meta": { "range": [ - 293893, - 293922 + 300033, + 300062 ], "filename": "astronomy.js", - "lineno": 7136, + "lineno": 7266, "columnno": 8, "code": { - "id": "astnode100026918", + "id": "astnode100027933", "name": "fmtime", "type": "CallExpression", "funcscope": "SearchLunarEclipse", @@ -52865,14 +54116,14 @@ "comment": "", "meta": { "range": [ - 294088, - 294135 + 300228, + 300275 ], "filename": "astronomy.js", - "lineno": 7141, + "lineno": 7271, "columnno": 0, "code": { - "id": "astnode100026928", + "id": "astnode100027943", "name": "exports.SearchLunarEclipse", "type": "Identifier", "value": "SearchLunarEclipse", @@ -52889,14 +54140,14 @@ "comment": "/**\n * @brief Reports the time and geographic location of the peak of a solar eclipse.\n *\n * Returned by {@link SearchGlobalSolarEclipse} or {@link NextGlobalSolarEclipse}\n * to report information about a solar eclipse event.\n *\n * Field `peak` holds the date and time of the peak of the eclipse, defined as\n * the instant when the axis of the Moon's shadow cone passes closest to the Earth's center.\n *\n * The eclipse is classified as partial, annular, or total, depending on the\n * maximum amount of the Sun's disc obscured, as seen at the peak location\n * on the surface of the Earth.\n *\n * The `kind` field thus holds one of the strings `\"partial\"`, `\"annular\"`, or `\"total\"`.\n * A total eclipse is when the peak observer sees the Sun completely blocked by the Moon.\n * An annular eclipse is like a total eclipse, but the Moon is too far from the Earth's surface\n * to completely block the Sun; instead, the Sun takes on a ring-shaped appearance.\n * A partial eclipse is when the Moon blocks part of the Sun's disc, but nobody on the Earth\n * observes either a total or annular eclipse.\n *\n * If `kind` is `\"total\"` or `\"annular\"`, the `latitude` and `longitude`\n * fields give the geographic coordinates of the center of the Moon's shadow projected\n * onto the daytime side of the Earth at the instant of the eclipse's peak.\n * If `kind` has any other value, `latitude` and `longitude` are undefined and should\n * not be used.\n *\n * @property {string} kind\n * One of the following string values: `\"partial\"`, `\"annular\"`, `\"total\"`.\n *\n * @property {AstroTime} peak\n * The date and time of the peak of the eclipse, defined as the instant\n * when the axis of the Moon's shadow cone passes closest to the Earth's center.\n *\n * @property {number} distance\n * The distance in kilometers between the axis of the Moon's shadow cone\n * and the center of the Earth at the time indicated by `peak`.\n *\n * @property {number | undefined} latitude\n * If `kind` holds `\"total\"`, the geographic latitude in degrees\n * where the center of the Moon's shadow falls on the Earth at the\n * time indicated by `peak`; otherwise, `latitude` holds `undefined`.\n *\n * @property {number | undefined} longitude\n * If `kind` holds `\"total\"`, the geographic longitude in degrees\n * where the center of the Moon's shadow falls on the Earth at the\n * time indicated by `peak`; otherwise, `longitude` holds `undefined`.\n */", "meta": { "range": [ - 296579, - 296834 + 302719, + 302974 ], "filename": "astronomy.js", - "lineno": 7189, + "lineno": 7319, "columnno": 0, "code": { - "id": "astnode100026933", + "id": "astnode100027948", "name": "GlobalSolarEclipseInfo", "type": "ClassDeclaration", "paramnames": [ @@ -52975,14 +54226,14 @@ "comment": "", "meta": { "range": [ - 296614, - 296832 + 302754, + 302972 ], "filename": "astronomy.js", - "lineno": 7190, + "lineno": 7320, "columnno": 4, "code": { - "id": "astnode100026936", + "id": "astnode100027951", "name": "GlobalSolarEclipseInfo", "type": "MethodDefinition", "paramnames": [ @@ -53008,14 +54259,14 @@ "comment": "/**\n * @brief Reports the time and geographic location of the peak of a solar eclipse.\n *\n * Returned by {@link SearchGlobalSolarEclipse} or {@link NextGlobalSolarEclipse}\n * to report information about a solar eclipse event.\n *\n * Field `peak` holds the date and time of the peak of the eclipse, defined as\n * the instant when the axis of the Moon's shadow cone passes closest to the Earth's center.\n *\n * The eclipse is classified as partial, annular, or total, depending on the\n * maximum amount of the Sun's disc obscured, as seen at the peak location\n * on the surface of the Earth.\n *\n * The `kind` field thus holds one of the strings `\"partial\"`, `\"annular\"`, or `\"total\"`.\n * A total eclipse is when the peak observer sees the Sun completely blocked by the Moon.\n * An annular eclipse is like a total eclipse, but the Moon is too far from the Earth's surface\n * to completely block the Sun; instead, the Sun takes on a ring-shaped appearance.\n * A partial eclipse is when the Moon blocks part of the Sun's disc, but nobody on the Earth\n * observes either a total or annular eclipse.\n *\n * If `kind` is `\"total\"` or `\"annular\"`, the `latitude` and `longitude`\n * fields give the geographic coordinates of the center of the Moon's shadow projected\n * onto the daytime side of the Earth at the instant of the eclipse's peak.\n * If `kind` has any other value, `latitude` and `longitude` are undefined and should\n * not be used.\n *\n * @property {string} kind\n * One of the following string values: `\"partial\"`, `\"annular\"`, `\"total\"`.\n *\n * @property {AstroTime} peak\n * The date and time of the peak of the eclipse, defined as the instant\n * when the axis of the Moon's shadow cone passes closest to the Earth's center.\n *\n * @property {number} distance\n * The distance in kilometers between the axis of the Moon's shadow cone\n * and the center of the Earth at the time indicated by `peak`.\n *\n * @property {number | undefined} latitude\n * If `kind` holds `\"total\"`, the geographic latitude in degrees\n * where the center of the Moon's shadow falls on the Earth at the\n * time indicated by `peak`; otherwise, `latitude` holds `undefined`.\n *\n * @property {number | undefined} longitude\n * If `kind` holds `\"total\"`, the geographic longitude in degrees\n * where the center of the Moon's shadow falls on the Earth at the\n * time indicated by `peak`; otherwise, `longitude` holds `undefined`.\n */", "meta": { "range": [ - 296579, - 296834 + 302719, + 302974 ], "filename": "astronomy.js", - "lineno": 7189, + "lineno": 7319, "columnno": 0, "code": { - "id": "astnode100026933", + "id": "astnode100027948", "name": "GlobalSolarEclipseInfo", "type": "ClassDeclaration", "paramnames": [ @@ -53093,14 +54344,14 @@ "comment": "", "meta": { "range": [ - 296679, - 296695 + 302819, + 302835 ], "filename": "astronomy.js", - "lineno": 7191, + "lineno": 7321, "columnno": 8, "code": { - "id": "astnode100026946", + "id": "astnode100027961", "name": "this.kind", "type": "Identifier", "value": "kind", @@ -53118,14 +54369,14 @@ "comment": "", "meta": { "range": [ - 296705, - 296721 + 302845, + 302861 ], "filename": "astronomy.js", - "lineno": 7192, + "lineno": 7322, "columnno": 8, "code": { - "id": "astnode100026952", + "id": "astnode100027967", "name": "this.peak", "type": "Identifier", "value": "peak", @@ -53143,14 +54394,14 @@ "comment": "", "meta": { "range": [ - 296731, - 296755 + 302871, + 302895 ], "filename": "astronomy.js", - "lineno": 7193, + "lineno": 7323, "columnno": 8, "code": { - "id": "astnode100026958", + "id": "astnode100027973", "name": "this.distance", "type": "Identifier", "value": "distance", @@ -53168,14 +54419,14 @@ "comment": "", "meta": { "range": [ - 296765, - 296789 + 302905, + 302929 ], "filename": "astronomy.js", - "lineno": 7194, + "lineno": 7324, "columnno": 8, "code": { - "id": "astnode100026964", + "id": "astnode100027979", "name": "this.latitude", "type": "Identifier", "value": "latitude", @@ -53193,14 +54444,14 @@ "comment": "", "meta": { "range": [ - 296799, - 296825 + 302939, + 302965 ], "filename": "astronomy.js", - "lineno": 7195, + "lineno": 7325, "columnno": 8, "code": { - "id": "astnode100026970", + "id": "astnode100027985", "name": "this.longitude", "type": "Identifier", "value": "longitude", @@ -53218,14 +54469,14 @@ "comment": "", "meta": { "range": [ - 296835, - 296890 + 302975, + 303030 ], "filename": "astronomy.js", - "lineno": 7198, + "lineno": 7328, "columnno": 0, "code": { - "id": "astnode100026976", + "id": "astnode100027991", "name": "exports.GlobalSolarEclipseInfo", "type": "Identifier", "value": "GlobalSolarEclipseInfo", @@ -53242,14 +54493,14 @@ "comment": "", "meta": { "range": [ - 296892, - 297210 + 303032, + 303350 ], "filename": "astronomy.js", - "lineno": 7199, + "lineno": 7329, "columnno": 0, "code": { - "id": "astnode100026981", + "id": "astnode100027996", "name": "EclipseKindFromUmbra", "type": "FunctionDeclaration", "paramnames": [ @@ -53268,14 +54519,14 @@ "comment": "", "meta": { "range": [ - 297211, - 301343 + 303351, + 307483 ], "filename": "astronomy.js", - "lineno": 7205, + "lineno": 7335, "columnno": 0, "code": { - "id": "astnode100026992", + "id": "astnode100028007", "name": "GeoidIntersect", "type": "FunctionDeclaration", "paramnames": [ @@ -53327,14 +54578,14 @@ "comment": "", "meta": { "range": [ - 297253, - 297269 + 303393, + 303409 ], "filename": "astronomy.js", - "lineno": 7206, + "lineno": 7336, "columnno": 8, "code": { - "id": "astnode100026997", + "id": "astnode100028012", "name": "kind", "type": "Literal", "value": "partial" @@ -53352,14 +54603,14 @@ "comment": "", "meta": { "range": [ - 297279, - 297297 + 303419, + 303437 ], "filename": "astronomy.js", - "lineno": 7207, + "lineno": 7337, "columnno": 8, "code": { - "id": "astnode100027001", + "id": "astnode100028016", "name": "peak", "type": "MemberExpression", "value": "shadow.time" @@ -53377,14 +54628,14 @@ "comment": "", "meta": { "range": [ - 297307, - 297326 + 303447, + 303466 ], "filename": "astronomy.js", - "lineno": 7208, + "lineno": 7338, "columnno": 8, "code": { - "id": "astnode100027007", + "id": "astnode100028022", "name": "distance", "type": "MemberExpression", "value": "shadow.r" @@ -53402,14 +54653,14 @@ "comment": "", "meta": { "range": [ - 297336, - 297344 + 303476, + 303484 ], "filename": "astronomy.js", - "lineno": 7209, + "lineno": 7339, "columnno": 8, "code": { - "id": "astnode100027013", + "id": "astnode100028028", "name": "latitude" } }, @@ -53425,14 +54676,14 @@ "comment": "", "meta": { "range": [ - 297393, - 297402 + 303533, + 303542 ], "filename": "astronomy.js", - "lineno": 7210, + "lineno": 7340, "columnno": 8, "code": { - "id": "astnode100027016", + "id": "astnode100028031", "name": "longitude" } }, @@ -53448,14 +54699,14 @@ "comment": "", "meta": { "range": [ - 297732, - 297767 + 303872, + 303907 ], "filename": "astronomy.js", - "lineno": 7215, + "lineno": 7345, "columnno": 10, "code": { - "id": "astnode100027019", + "id": "astnode100028034", "name": "rot", "type": "CallExpression", "value": "" @@ -53473,14 +54724,14 @@ "comment": "", "meta": { "range": [ - 297779, - 297812 + 303919, + 303952 ], "filename": "astronomy.js", - "lineno": 7216, + "lineno": 7346, "columnno": 10, "code": { - "id": "astnode100027027", + "id": "astnode100028042", "name": "v", "type": "CallExpression", "value": "" @@ -53498,14 +54749,14 @@ "comment": "", "meta": { "range": [ - 297877, - 297913 + 304017, + 304053 ], "filename": "astronomy.js", - "lineno": 7217, + "lineno": 7347, "columnno": 10, "code": { - "id": "astnode100027036", + "id": "astnode100028051", "name": "e", "type": "CallExpression", "value": "" @@ -53523,14 +54774,14 @@ "comment": "", "meta": { "range": [ - 298258, - 298282 + 304398, + 304422 ], "filename": "astronomy.js", - "lineno": 7222, + "lineno": 7352, "columnno": 4, "code": { - "id": "astnode100027045", + "id": "astnode100028060", "name": "v.x", "type": "MemberExpression", "funcscope": "GeoidIntersect", @@ -53549,14 +54800,14 @@ "comment": "", "meta": { "range": [ - 298288, - 298312 + 304428, + 304452 ], "filename": "astronomy.js", - "lineno": 7223, + "lineno": 7353, "columnno": 4, "code": { - "id": "astnode100027053", + "id": "astnode100028068", "name": "v.y", "type": "MemberExpression", "funcscope": "GeoidIntersect", @@ -53575,14 +54826,14 @@ "comment": "", "meta": { "range": [ - 298318, - 298361 + 304458, + 304501 ], "filename": "astronomy.js", - "lineno": 7224, + "lineno": 7354, "columnno": 4, "code": { - "id": "astnode100027061", + "id": "astnode100028076", "name": "v.z", "type": "BinaryExpression", "funcscope": "GeoidIntersect", @@ -53601,14 +54852,14 @@ "comment": "", "meta": { "range": [ - 298367, - 298391 + 304507, + 304531 ], "filename": "astronomy.js", - "lineno": 7225, + "lineno": 7355, "columnno": 4, "code": { - "id": "astnode100027071", + "id": "astnode100028086", "name": "e.x", "type": "MemberExpression", "funcscope": "GeoidIntersect", @@ -53627,14 +54878,14 @@ "comment": "", "meta": { "range": [ - 298397, - 298421 + 304537, + 304561 ], "filename": "astronomy.js", - "lineno": 7226, + "lineno": 7356, "columnno": 4, "code": { - "id": "astnode100027079", + "id": "astnode100028094", "name": "e.y", "type": "MemberExpression", "funcscope": "GeoidIntersect", @@ -53653,14 +54904,14 @@ "comment": "", "meta": { "range": [ - 298427, - 298470 + 304567, + 304610 ], "filename": "astronomy.js", - "lineno": 7227, + "lineno": 7357, "columnno": 4, "code": { - "id": "astnode100027087", + "id": "astnode100028102", "name": "e.z", "type": "BinaryExpression", "funcscope": "GeoidIntersect", @@ -53679,14 +54930,14 @@ "comment": "", "meta": { "range": [ - 298630, - 298660 + 304770, + 304800 ], "filename": "astronomy.js", - "lineno": 7230, + "lineno": 7360, "columnno": 10, "code": { - "id": "astnode100027097", + "id": "astnode100028112", "name": "R", "type": "Identifier", "value": "EARTH_EQUATORIAL_RADIUS_KM" @@ -53704,14 +54955,14 @@ "comment": "", "meta": { "range": [ - 298672, - 298709 + 304812, + 304849 ], "filename": "astronomy.js", - "lineno": 7231, + "lineno": 7361, "columnno": 10, "code": { - "id": "astnode100027101", + "id": "astnode100028116", "name": "A", "type": "BinaryExpression", "value": "" @@ -53729,14 +54980,14 @@ "comment": "", "meta": { "range": [ - 298721, - 298767 + 304861, + 304907 ], "filename": "astronomy.js", - "lineno": 7232, + "lineno": 7362, "columnno": 10, "code": { - "id": "astnode100027127", + "id": "astnode100028142", "name": "B", "type": "BinaryExpression", "value": "" @@ -53754,14 +55005,14 @@ "comment": "", "meta": { "range": [ - 298779, - 298826 + 304919, + 304966 ], "filename": "astronomy.js", - "lineno": 7233, + "lineno": 7363, "columnno": 10, "code": { - "id": "astnode100027156", + "id": "astnode100028171", "name": "C", "type": "BinaryExpression", "value": "" @@ -53779,14 +55030,14 @@ "comment": "", "meta": { "range": [ - 298838, - 298863 + 304978, + 305003 ], "filename": "astronomy.js", - "lineno": 7234, + "lineno": 7364, "columnno": 10, "code": { - "id": "astnode100027186", + "id": "astnode100028201", "name": "radic", "type": "BinaryExpression", "value": "" @@ -53804,14 +55055,14 @@ "comment": "", "meta": { "range": [ - 299020, - 299057 + 305160, + 305197 ], "filename": "astronomy.js", - "lineno": 7238, + "lineno": 7368, "columnno": 14, "code": { - "id": "astnode100027203", + "id": "astnode100028218", "name": "u", "type": "BinaryExpression", "value": "" @@ -53829,14 +55080,14 @@ "comment": "", "meta": { "range": [ - 299151, - 299169 + 305291, + 305309 ], "filename": "astronomy.js", - "lineno": 7240, + "lineno": 7370, "columnno": 14, "code": { - "id": "astnode100027218", + "id": "astnode100028233", "name": "px", "type": "BinaryExpression", "value": "" @@ -53854,14 +55105,14 @@ "comment": "", "meta": { "range": [ - 299185, - 299203 + 305325, + 305343 ], "filename": "astronomy.js", - "lineno": 7241, + "lineno": 7371, "columnno": 14, "code": { - "id": "astnode100027230", + "id": "astnode100028245", "name": "py", "type": "BinaryExpression", "value": "" @@ -53879,14 +55130,14 @@ "comment": "", "meta": { "range": [ - 299219, - 299258 + 305359, + 305398 ], "filename": "astronomy.js", - "lineno": 7242, + "lineno": 7372, "columnno": 14, "code": { - "id": "astnode100027242", + "id": "astnode100028257", "name": "pz", "type": "BinaryExpression", "value": "" @@ -53904,14 +55155,14 @@ "comment": "", "meta": { "range": [ - 299349, - 299424 + 305489, + 305564 ], "filename": "astronomy.js", - "lineno": 7244, + "lineno": 7374, "columnno": 14, "code": { - "id": "astnode100027256", + "id": "astnode100028271", "name": "proj", "type": "BinaryExpression", "value": "" @@ -53929,14 +55180,14 @@ "comment": "", "meta": { "range": [ - 299463, - 299500 + 305603, + 305640 ], "filename": "astronomy.js", - "lineno": 7246, + "lineno": 7376, "columnno": 12, "code": { - "id": "astnode100027278", + "id": "astnode100028293", "name": "latitude", "type": "ConditionalExpression", "funcscope": "GeoidIntersect", @@ -53955,14 +55206,14 @@ "comment": "", "meta": { "range": [ - 299527, - 299576 + 305667, + 305716 ], "filename": "astronomy.js", - "lineno": 7248, + "lineno": 7378, "columnno": 12, "code": { - "id": "astnode100027289", + "id": "astnode100028304", "name": "latitude", "type": "BinaryExpression", "funcscope": "GeoidIntersect", @@ -53981,14 +55232,14 @@ "comment": "", "meta": { "range": [ - 299658, - 299684 + 305798, + 305824 ], "filename": "astronomy.js", - "lineno": 7250, + "lineno": 7380, "columnno": 14, "code": { - "id": "astnode100027303", + "id": "astnode100028318", "name": "gast", "type": "CallExpression", "value": "" @@ -54006,14 +55257,14 @@ "comment": "", "meta": { "range": [ - 299694, - 299766 + 305834, + 305906 ], "filename": "astronomy.js", - "lineno": 7251, + "lineno": 7381, "columnno": 8, "code": { - "id": "astnode100027309", + "id": "astnode100028324", "name": "longitude", "type": "BinaryExpression", "funcscope": "GeoidIntersect", @@ -54032,14 +55283,14 @@ "comment": "", "meta": { "range": [ - 299813, - 299831 + 305953, + 305971 ], "filename": "astronomy.js", - "lineno": 7253, + "lineno": 7383, "columnno": 12, "code": { - "id": "astnode100027333", + "id": "astnode100028348", "name": "longitude", "type": "Literal", "funcscope": "GeoidIntersect", @@ -54058,14 +55309,14 @@ "comment": "", "meta": { "range": [ - 299882, - 299900 + 306022, + 306040 ], "filename": "astronomy.js", - "lineno": 7255, + "lineno": 7385, "columnno": 12, "code": { - "id": "astnode100027342", + "id": "astnode100028357", "name": "longitude", "type": "Literal", "funcscope": "GeoidIntersect", @@ -54084,14 +55335,14 @@ "comment": "", "meta": { "range": [ - 300158, - 300184 + 306298, + 306324 ], "filename": "astronomy.js", - "lineno": 7259, + "lineno": 7389, "columnno": 14, "code": { - "id": "astnode100027346", + "id": "astnode100028361", "name": "inv", "type": "CallExpression", "value": "" @@ -54109,14 +55360,14 @@ "comment": "", "meta": { "range": [ - 300349, - 300448 + 306489, + 306588 ], "filename": "astronomy.js", - "lineno": 7262, + "lineno": 7392, "columnno": 12, "code": { - "id": "astnode100027352", + "id": "astnode100028367", "name": "o", "type": "NewExpression", "value": "" @@ -54134,14 +55385,14 @@ "comment": "", "meta": { "range": [ - 300530, - 300554 + 306670, + 306694 ], "filename": "astronomy.js", - "lineno": 7264, + "lineno": 7394, "columnno": 8, "code": { - "id": "astnode100027375", + "id": "astnode100028390", "name": "o", "type": "CallExpression", "funcscope": "GeoidIntersect", @@ -54160,14 +55411,14 @@ "comment": "", "meta": { "range": [ - 300624, - 300646 + 306764, + 306786 ], "filename": "astronomy.js", - "lineno": 7266, + "lineno": 7396, "columnno": 8, "code": { - "id": "astnode100027382", + "id": "astnode100028397", "name": "o.x", "type": "MemberExpression", "funcscope": "GeoidIntersect", @@ -54186,14 +55437,14 @@ "comment": "", "meta": { "range": [ - 300656, - 300678 + 306796, + 306818 ], "filename": "astronomy.js", - "lineno": 7267, + "lineno": 7397, "columnno": 8, "code": { - "id": "astnode100027392", + "id": "astnode100028407", "name": "o.y", "type": "MemberExpression", "funcscope": "GeoidIntersect", @@ -54212,14 +55463,14 @@ "comment": "", "meta": { "range": [ - 300688, - 300710 + 306828, + 306850 ], "filename": "astronomy.js", - "lineno": 7268, + "lineno": 7398, "columnno": 8, "code": { - "id": "astnode100027402", + "id": "astnode100028417", "name": "o.z", "type": "MemberExpression", "funcscope": "GeoidIntersect", @@ -54238,14 +55489,14 @@ "comment": "", "meta": { "range": [ - 300819, - 300889 + 306959, + 307029 ], "filename": "astronomy.js", - "lineno": 7270, + "lineno": 7400, "columnno": 14, "code": { - "id": "astnode100027412", + "id": "astnode100028427", "name": "surface", "type": "CallExpression", "value": "" @@ -54263,14 +55514,14 @@ "comment": "", "meta": { "range": [ - 301214, - 301252 + 307354, + 307392 ], "filename": "astronomy.js", - "lineno": 7275, + "lineno": 7405, "columnno": 8, "code": { - "id": "astnode100027444", + "id": "astnode100028459", "name": "kind", "type": "CallExpression", "funcscope": "GeoidIntersect", @@ -54289,14 +55540,14 @@ "comment": "/**\n * @brief Searches for the next lunar eclipse in a series.\n *\n * After using {@link SearchLunarEclipse} to find the first lunar eclipse\n * in a series, you can call this function to find the next consecutive lunar eclipse.\n * Pass in the `peak` value from the {@link LunarEclipseInfo} returned by the\n * previous call to `SearchLunarEclipse` or `NextLunarEclipse`\n * to find the next lunar eclipse.\n *\n * @param {AstroTime} prevEclipseTime\n * A date and time near a full moon. Lunar eclipse search will start at the next full moon.\n *\n * @returns {LunarEclipseInfo}\n */", "meta": { "range": [ - 301923, - 302062 + 308063, + 308202 ], "filename": "astronomy.js", - "lineno": 7293, + "lineno": 7423, "columnno": 0, "code": { - "id": "astnode100027459", + "id": "astnode100028474", "name": "NextLunarEclipse", "type": "FunctionDeclaration", "paramnames": [ @@ -54344,14 +55595,14 @@ "comment": "", "meta": { "range": [ - 301978, - 302017 + 308118, + 308157 ], "filename": "astronomy.js", - "lineno": 7294, + "lineno": 7424, "columnno": 10, "code": { - "id": "astnode100027464", + "id": "astnode100028479", "name": "startTime", "type": "CallExpression", "value": "" @@ -54369,14 +55620,14 @@ "comment": "", "meta": { "range": [ - 302063, - 302106 + 308203, + 308246 ], "filename": "astronomy.js", - "lineno": 7297, + "lineno": 7427, "columnno": 0, "code": { - "id": "astnode100027476", + "id": "astnode100028491", "name": "exports.NextLunarEclipse", "type": "Identifier", "value": "NextLunarEclipse", @@ -54393,14 +55644,14 @@ "comment": "/**\n * @brief Searches for a solar eclipse visible anywhere on the Earth's surface.\n *\n * This function finds the first solar eclipse that occurs after `startTime`.\n * A solar eclipse may be partial, annular, or total.\n * See {@link GlobalSolarEclipseInfo} for more information.\n * To find a series of solar eclipses, call this function once,\n * then keep calling {@link NextGlobalSolarEclipse} as many times as desired,\n * passing in the `peak` value returned from the previous call.\n *\n * @param {AstroTime} startTime\n * The date and time for starting the search for a solar eclipse.\n *\n * @returns {GlobalSolarEclipseInfo}\n */", "meta": { "range": [ - 302743, - 304360 + 308883, + 310500 ], "filename": "astronomy.js", - "lineno": 7313, + "lineno": 7443, "columnno": 0, "code": { - "id": "astnode100027481", + "id": "astnode100028496", "name": "SearchGlobalSolarEclipse", "type": "FunctionDeclaration", "paramnames": [ @@ -54453,14 +55704,14 @@ "comment": "", "meta": { "range": [ - 302800, - 302819 + 308940, + 308959 ], "filename": "astronomy.js", - "lineno": 7314, + "lineno": 7444, "columnno": 10, "code": { - "id": "astnode100027486", + "id": "astnode100028501", "name": "PruneLatitude", "type": "Literal", "value": 1.8 @@ -54478,14 +55729,14 @@ "comment": "", "meta": { "range": [ - 302995, - 303013 + 309135, + 309153 ], "filename": "astronomy.js", - "lineno": 7316, + "lineno": 7446, "columnno": 8, "code": { - "id": "astnode100027490", + "id": "astnode100028505", "name": "nmtime", "type": "Identifier", "value": "startTime" @@ -54503,14 +55754,14 @@ "comment": "", "meta": { "range": [ - 303023, - 303030 + 309163, + 309170 ], "filename": "astronomy.js", - "lineno": 7317, + "lineno": 7447, "columnno": 8, "code": { - "id": "astnode100027494", + "id": "astnode100028509", "name": "nmcount" } }, @@ -54526,14 +55777,14 @@ "comment": "", "meta": { "range": [ - 303041, - 303052 + 309181, + 309192 ], "filename": "astronomy.js", - "lineno": 7318, + "lineno": 7448, "columnno": 9, "code": { - "id": "astnode100027497", + "id": "astnode100028512", "name": "nmcount", "type": "Literal", "funcscope": "SearchGlobalSolarEclipse", @@ -54552,14 +55803,14 @@ "comment": "", "meta": { "range": [ - 303165, - 303209 + 309305, + 309349 ], "filename": "astronomy.js", - "lineno": 7320, + "lineno": 7450, "columnno": 14, "code": { - "id": "astnode100027507", + "id": "astnode100028522", "name": "newmoon", "type": "CallExpression", "value": "" @@ -54577,14 +55828,14 @@ "comment": "", "meta": { "range": [ - 303392, - 303440 + 309532, + 309580 ], "filename": "astronomy.js", - "lineno": 7324, + "lineno": 7454, "columnno": 14, "code": { - "id": "astnode100027520", + "id": "astnode100028535", "name": "eclip_lat", "type": "CallExpression", "value": "" @@ -54602,14 +55853,14 @@ "comment": "", "meta": { "range": [ - 303680, - 303712 + 309820, + 309852 ], "filename": "astronomy.js", - "lineno": 7328, + "lineno": 7458, "columnno": 18, "code": { - "id": "astnode100027535", + "id": "astnode100028550", "name": "shadow", "type": "CallExpression", "value": "" @@ -54627,14 +55878,14 @@ "comment": "", "meta": { "range": [ - 304127, - 304157 + 310267, + 310297 ], "filename": "astronomy.js", - "lineno": 7336, + "lineno": 7466, "columnno": 8, "code": { - "id": "astnode100027556", + "id": "astnode100028571", "name": "nmtime", "type": "CallExpression", "funcscope": "SearchGlobalSolarEclipse", @@ -54653,14 +55904,14 @@ "comment": "", "meta": { "range": [ - 304361, - 304420 + 310501, + 310560 ], "filename": "astronomy.js", - "lineno": 7342, + "lineno": 7472, "columnno": 0, "code": { - "id": "astnode100027566", + "id": "astnode100028581", "name": "exports.SearchGlobalSolarEclipse", "type": "Identifier", "value": "SearchGlobalSolarEclipse", @@ -54677,14 +55928,14 @@ "comment": "/**\n * @brief Searches for the next global solar eclipse in a series.\n *\n * After using {@link SearchGlobalSolarEclipse} to find the first solar eclipse\n * in a series, you can call this function to find the next consecutive solar eclipse.\n * Pass in the `peak` value from the {@link GlobalSolarEclipseInfo} returned by the\n * previous call to `SearchGlobalSolarEclipse` or `NextGlobalSolarEclipse`\n * to find the next solar eclipse.\n *\n * @param {AstroTime} prevEclipseTime\n * A date and time near a new moon. Solar eclipse search will start at the next new moon.\n *\n * @returns {GlobalSolarEclipseInfo}\n */", "meta": { "range": [ - 305036, - 305189 + 311176, + 311329 ], "filename": "astronomy.js", - "lineno": 7357, + "lineno": 7487, "columnno": 0, "code": { - "id": "astnode100027571", + "id": "astnode100028586", "name": "NextGlobalSolarEclipse", "type": "FunctionDeclaration", "paramnames": [ @@ -54732,14 +55983,14 @@ "comment": "", "meta": { "range": [ - 305097, - 305138 + 311237, + 311278 ], "filename": "astronomy.js", - "lineno": 7358, + "lineno": 7488, "columnno": 10, "code": { - "id": "astnode100027576", + "id": "astnode100028591", "name": "startTime", "type": "CallExpression", "value": "" @@ -54757,14 +56008,14 @@ "comment": "", "meta": { "range": [ - 305190, - 305245 + 311330, + 311385 ], "filename": "astronomy.js", - "lineno": 7361, + "lineno": 7491, "columnno": 0, "code": { - "id": "astnode100027588", + "id": "astnode100028603", "name": "exports.NextGlobalSolarEclipse", "type": "Identifier", "value": "NextGlobalSolarEclipse", @@ -54781,14 +56032,14 @@ "comment": "/**\n * @brief Holds a time and the observed altitude of the Sun at that time.\n *\n * When reporting a solar eclipse observed at a specific location on the Earth\n * (a \"local\" solar eclipse), a series of events occur. In addition\n * to the time of each event, it is important to know the altitude of the Sun,\n * because each event may be invisible to the observer if the Sun is below\n * the horizon (i.e. it at night).\n *\n * If `altitude` is negative, the event is theoretical only; it would be\n * visible if the Earth were transparent, but the observer cannot actually see it.\n * If `altitude` is positive but less than a few degrees, visibility will be impaired by\n * atmospheric interference (sunrise or sunset conditions).\n *\n * @property {AstroTime} time\n * The date and time of the event.\n *\n * @property {number} altitude\n * The angular altitude of the center of the Sun above/below the horizon, at `time`,\n * corrected for atmospheric refraction and expressed in degrees.\n */", "meta": { "range": [ - 306244, - 306366 + 312384, + 312506 ], "filename": "astronomy.js", - "lineno": 7383, + "lineno": 7513, "columnno": 0, "code": { - "id": "astnode100027593", + "id": "astnode100028608", "name": "EclipseEvent", "type": "ClassDeclaration", "paramnames": [ @@ -54835,14 +56086,14 @@ "comment": "", "meta": { "range": [ - 306269, - 306364 + 312409, + 312504 ], "filename": "astronomy.js", - "lineno": 7384, + "lineno": 7514, "columnno": 4, "code": { - "id": "astnode100027596", + "id": "astnode100028611", "name": "EclipseEvent", "type": "MethodDefinition", "paramnames": [ @@ -54865,14 +56116,14 @@ "comment": "/**\n * @brief Holds a time and the observed altitude of the Sun at that time.\n *\n * When reporting a solar eclipse observed at a specific location on the Earth\n * (a \"local\" solar eclipse), a series of events occur. In addition\n * to the time of each event, it is important to know the altitude of the Sun,\n * because each event may be invisible to the observer if the Sun is below\n * the horizon (i.e. it at night).\n *\n * If `altitude` is negative, the event is theoretical only; it would be\n * visible if the Earth were transparent, but the observer cannot actually see it.\n * If `altitude` is positive but less than a few degrees, visibility will be impaired by\n * atmospheric interference (sunrise or sunset conditions).\n *\n * @property {AstroTime} time\n * The date and time of the event.\n *\n * @property {number} altitude\n * The angular altitude of the center of the Sun above/below the horizon, at `time`,\n * corrected for atmospheric refraction and expressed in degrees.\n */", "meta": { "range": [ - 306244, - 306366 + 312384, + 312506 ], "filename": "astronomy.js", - "lineno": 7383, + "lineno": 7513, "columnno": 0, "code": { - "id": "astnode100027593", + "id": "astnode100028608", "name": "EclipseEvent", "type": "ClassDeclaration", "paramnames": [ @@ -54918,14 +56169,14 @@ "comment": "", "meta": { "range": [ - 306307, - 306323 + 312447, + 312463 ], "filename": "astronomy.js", - "lineno": 7385, + "lineno": 7515, "columnno": 8, "code": { - "id": "astnode100027603", + "id": "astnode100028618", "name": "this.time", "type": "Identifier", "value": "time", @@ -54943,14 +56194,14 @@ "comment": "", "meta": { "range": [ - 306333, - 306357 + 312473, + 312497 ], "filename": "astronomy.js", - "lineno": 7386, + "lineno": 7516, "columnno": 8, "code": { - "id": "astnode100027609", + "id": "astnode100028624", "name": "this.altitude", "type": "Identifier", "value": "altitude", @@ -54968,14 +56219,14 @@ "comment": "", "meta": { "range": [ - 306367, - 306402 + 312507, + 312542 ], "filename": "astronomy.js", - "lineno": 7389, + "lineno": 7519, "columnno": 0, "code": { - "id": "astnode100027615", + "id": "astnode100028630", "name": "exports.EclipseEvent", "type": "Identifier", "value": "EclipseEvent", @@ -54992,14 +56243,14 @@ "comment": "/**\n * @brief Information about a solar eclipse as seen by an observer at a given time and geographic location.\n *\n * Returned by {@link SearchLocalSolarEclipse} or {@link NextLocalSolarEclipse}\n * to report information about a solar eclipse as seen at a given geographic location.\n *\n * When a solar eclipse is found, it is classified by setting `kind`\n * to `\"partial\"`, `\"annular\"`, or `\"total\"`.\n * A partial solar eclipse is when the Moon does not line up directly enough with the Sun\n * to completely block the Sun's light from reaching the observer.\n * An annular eclipse occurs when the Moon's disc is completely visible against the Sun\n * but the Moon is too far away to completely block the Sun's light; this leaves the\n * Sun with a ring-like appearance.\n * A total eclipse occurs when the Moon is close enough to the Earth and aligned with the\n * Sun just right to completely block all sunlight from reaching the observer.\n *\n * There are 5 \"event\" fields, each of which contains a time and a solar altitude.\n * Field `peak` holds the date and time of the center of the eclipse, when it is at its peak.\n * The fields `partial_begin` and `partial_end` are always set, and indicate when\n * the eclipse begins/ends. If the eclipse reaches totality or becomes annular,\n * `total_begin` and `total_end` indicate when the total/annular phase begins/ends.\n * When an event field is valid, the caller must also check its `altitude` field to\n * see whether the Sun is above the horizon at the time indicated by the `time` field.\n * See {@link EclipseEvent} for more information.\n *\n * @property {string} kind\n * The type of solar eclipse found: `\"partial\"`, `\"annular\"`, or `\"total\"`.\n *\n * @property {EclipseEvent} partial_begin\n * The time and Sun altitude at the beginning of the eclipse.\n *\n * @property {EclipseEvent | undefined} total_begin\n * If this is an annular or a total eclipse, the time and Sun altitude when annular/total phase begins; otherwise undefined.\n *\n * @property {EclipseEvent} peak\n * The time and Sun altitude when the eclipse reaches its peak.\n *\n * @property {EclipseEvent | undefined} total_end\n * If this is an annular or a total eclipse, the time and Sun altitude when annular/total phase ends; otherwise undefined.\n *\n * @property {EclipseEvent} partial_end\n * The time and Sun altitude at the end of the eclipse.\n */", "meta": { "range": [ - 308788, - 309119 + 314928, + 315259 ], "filename": "astronomy.js", - "lineno": 7433, + "lineno": 7563, "columnno": 0, "code": { - "id": "astnode100027620", + "id": "astnode100028635", "name": "LocalSolarEclipseInfo", "type": "ClassDeclaration", "paramnames": [ @@ -55088,14 +56339,14 @@ "comment": "", "meta": { "range": [ - 308822, - 309117 + 314962, + 315257 ], "filename": "astronomy.js", - "lineno": 7434, + "lineno": 7564, "columnno": 4, "code": { - "id": "astnode100027623", + "id": "astnode100028638", "name": "LocalSolarEclipseInfo", "type": "MethodDefinition", "paramnames": [ @@ -55122,14 +56373,14 @@ "comment": "/**\n * @brief Information about a solar eclipse as seen by an observer at a given time and geographic location.\n *\n * Returned by {@link SearchLocalSolarEclipse} or {@link NextLocalSolarEclipse}\n * to report information about a solar eclipse as seen at a given geographic location.\n *\n * When a solar eclipse is found, it is classified by setting `kind`\n * to `\"partial\"`, `\"annular\"`, or `\"total\"`.\n * A partial solar eclipse is when the Moon does not line up directly enough with the Sun\n * to completely block the Sun's light from reaching the observer.\n * An annular eclipse occurs when the Moon's disc is completely visible against the Sun\n * but the Moon is too far away to completely block the Sun's light; this leaves the\n * Sun with a ring-like appearance.\n * A total eclipse occurs when the Moon is close enough to the Earth and aligned with the\n * Sun just right to completely block all sunlight from reaching the observer.\n *\n * There are 5 \"event\" fields, each of which contains a time and a solar altitude.\n * Field `peak` holds the date and time of the center of the eclipse, when it is at its peak.\n * The fields `partial_begin` and `partial_end` are always set, and indicate when\n * the eclipse begins/ends. If the eclipse reaches totality or becomes annular,\n * `total_begin` and `total_end` indicate when the total/annular phase begins/ends.\n * When an event field is valid, the caller must also check its `altitude` field to\n * see whether the Sun is above the horizon at the time indicated by the `time` field.\n * See {@link EclipseEvent} for more information.\n *\n * @property {string} kind\n * The type of solar eclipse found: `\"partial\"`, `\"annular\"`, or `\"total\"`.\n *\n * @property {EclipseEvent} partial_begin\n * The time and Sun altitude at the beginning of the eclipse.\n *\n * @property {EclipseEvent | undefined} total_begin\n * If this is an annular or a total eclipse, the time and Sun altitude when annular/total phase begins; otherwise undefined.\n *\n * @property {EclipseEvent} peak\n * The time and Sun altitude when the eclipse reaches its peak.\n *\n * @property {EclipseEvent | undefined} total_end\n * If this is an annular or a total eclipse, the time and Sun altitude when annular/total phase ends; otherwise undefined.\n *\n * @property {EclipseEvent} partial_end\n * The time and Sun altitude at the end of the eclipse.\n */", "meta": { "range": [ - 308788, - 309119 + 314928, + 315259 ], "filename": "astronomy.js", - "lineno": 7433, + "lineno": 7563, "columnno": 0, "code": { - "id": "astnode100027620", + "id": "astnode100028635", "name": "LocalSolarEclipseInfo", "type": "ClassDeclaration", "paramnames": [ @@ -55217,14 +56468,14 @@ "comment": "", "meta": { "range": [ - 308908, - 308924 + 315048, + 315064 ], "filename": "astronomy.js", - "lineno": 7435, + "lineno": 7565, "columnno": 8, "code": { - "id": "astnode100027634", + "id": "astnode100028649", "name": "this.kind", "type": "Identifier", "value": "kind", @@ -55242,14 +56493,14 @@ "comment": "", "meta": { "range": [ - 308934, - 308968 + 315074, + 315108 ], "filename": "astronomy.js", - "lineno": 7436, + "lineno": 7566, "columnno": 8, "code": { - "id": "astnode100027640", + "id": "astnode100028655", "name": "this.partial_begin", "type": "Identifier", "value": "partial_begin", @@ -55267,14 +56518,14 @@ "comment": "", "meta": { "range": [ - 308978, - 309008 + 315118, + 315148 ], "filename": "astronomy.js", - "lineno": 7437, + "lineno": 7567, "columnno": 8, "code": { - "id": "astnode100027646", + "id": "astnode100028661", "name": "this.total_begin", "type": "Identifier", "value": "total_begin", @@ -55292,14 +56543,14 @@ "comment": "", "meta": { "range": [ - 309018, - 309034 + 315158, + 315174 ], "filename": "astronomy.js", - "lineno": 7438, + "lineno": 7568, "columnno": 8, "code": { - "id": "astnode100027652", + "id": "astnode100028667", "name": "this.peak", "type": "Identifier", "value": "peak", @@ -55317,14 +56568,14 @@ "comment": "", "meta": { "range": [ - 309044, - 309070 + 315184, + 315210 ], "filename": "astronomy.js", - "lineno": 7439, + "lineno": 7569, "columnno": 8, "code": { - "id": "astnode100027658", + "id": "astnode100028673", "name": "this.total_end", "type": "Identifier", "value": "total_end", @@ -55342,14 +56593,14 @@ "comment": "", "meta": { "range": [ - 309080, - 309110 + 315220, + 315250 ], "filename": "astronomy.js", - "lineno": 7440, + "lineno": 7570, "columnno": 8, "code": { - "id": "astnode100027664", + "id": "astnode100028679", "name": "this.partial_end", "type": "Identifier", "value": "partial_end", @@ -55367,14 +56618,14 @@ "comment": "", "meta": { "range": [ - 309120, - 309173 + 315260, + 315313 ], "filename": "astronomy.js", - "lineno": 7443, + "lineno": 7573, "columnno": 0, "code": { - "id": "astnode100027670", + "id": "astnode100028685", "name": "exports.LocalSolarEclipseInfo", "type": "Identifier", "value": "LocalSolarEclipseInfo", @@ -55391,14 +56642,14 @@ "comment": "", "meta": { "range": [ - 309175, - 309250 + 315315, + 315390 ], "filename": "astronomy.js", - "lineno": 7444, + "lineno": 7574, "columnno": 0, "code": { - "id": "astnode100027675", + "id": "astnode100028690", "name": "local_partial_distance", "type": "FunctionDeclaration", "paramnames": [ @@ -55417,14 +56668,14 @@ "comment": "", "meta": { "range": [ - 309251, - 309452 + 315391, + 315592 ], "filename": "astronomy.js", - "lineno": 7447, + "lineno": 7577, "columnno": 0, "code": { - "id": "astnode100027687", + "id": "astnode100028702", "name": "local_total_distance", "type": "FunctionDeclaration", "paramnames": [ @@ -55443,14 +56694,14 @@ "comment": "", "meta": { "range": [ - 309453, - 310577 + 315593, + 316717 ], "filename": "astronomy.js", - "lineno": 7452, + "lineno": 7582, "columnno": 0, "code": { - "id": "astnode100027703", + "id": "astnode100028718", "name": "LocalEclipse", "type": "FunctionDeclaration", "paramnames": [ @@ -55482,14 +56733,14 @@ "comment": "", "meta": { "range": [ - 309505, - 309525 + 315645, + 315665 ], "filename": "astronomy.js", - "lineno": 7453, + "lineno": 7583, "columnno": 10, "code": { - "id": "astnode100027709", + "id": "astnode100028724", "name": "PARTIAL_WINDOW", "type": "Literal", "value": 0.2 @@ -55507,14 +56758,14 @@ "comment": "", "meta": { "range": [ - 309537, - 309556 + 315677, + 315696 ], "filename": "astronomy.js", - "lineno": 7454, + "lineno": 7584, "columnno": 10, "code": { - "id": "astnode100027713", + "id": "astnode100028728", "name": "TOTAL_WINDOW", "type": "Literal", "value": 0.01 @@ -55532,14 +56783,14 @@ "comment": "", "meta": { "range": [ - 309568, - 309607 + 315708, + 315747 ], "filename": "astronomy.js", - "lineno": 7455, + "lineno": 7585, "columnno": 10, "code": { - "id": "astnode100027717", + "id": "astnode100028732", "name": "peak", "type": "CallExpression", "value": "" @@ -55557,14 +56808,14 @@ "comment": "", "meta": { "range": [ - 309617, - 309658 + 315757, + 315798 ], "filename": "astronomy.js", - "lineno": 7456, + "lineno": 7586, "columnno": 8, "code": { - "id": "astnode100027726", + "id": "astnode100028741", "name": "t1", "type": "CallExpression", "value": "" @@ -55582,14 +56833,14 @@ "comment": "", "meta": { "range": [ - 309668, - 309709 + 315808, + 315849 ], "filename": "astronomy.js", - "lineno": 7457, + "lineno": 7587, "columnno": 8, "code": { - "id": "astnode100027737", + "id": "astnode100028752", "name": "t2", "type": "CallExpression", "value": "" @@ -55607,14 +56858,14 @@ "comment": "", "meta": { "range": [ - 309721, - 309816 + 315861, + 315956 ], "filename": "astronomy.js", - "lineno": 7458, + "lineno": 7588, "columnno": 10, "code": { - "id": "astnode100027748", + "id": "astnode100028763", "name": "partial_begin", "type": "CallExpression", "value": "" @@ -55632,14 +56883,14 @@ "comment": "", "meta": { "range": [ - 309828, - 309921 + 315968, + 316061 ], "filename": "astronomy.js", - "lineno": 7459, + "lineno": 7589, "columnno": 10, "code": { - "id": "astnode100027761", + "id": "astnode100028776", "name": "partial_end", "type": "CallExpression", "value": "" @@ -55657,14 +56908,14 @@ "comment": "", "meta": { "range": [ - 309931, - 309942 + 316071, + 316082 ], "filename": "astronomy.js", - "lineno": 7460, + "lineno": 7590, "columnno": 8, "code": { - "id": "astnode100027774", + "id": "astnode100028789", "name": "total_begin" } }, @@ -55680,14 +56931,14 @@ "comment": "", "meta": { "range": [ - 309952, - 309961 + 316092, + 316101 ], "filename": "astronomy.js", - "lineno": 7461, + "lineno": 7591, "columnno": 8, "code": { - "id": "astnode100027777", + "id": "astnode100028792", "name": "total_end" } }, @@ -55703,14 +56954,14 @@ "comment": "", "meta": { "range": [ - 309971, - 309975 + 316111, + 316115 ], "filename": "astronomy.js", - "lineno": 7462, + "lineno": 7592, "columnno": 8, "code": { - "id": "astnode100027780", + "id": "astnode100028795", "name": "kind" } }, @@ -55726,14 +56977,14 @@ "comment": "", "meta": { "range": [ - 310088, - 310127 + 316228, + 316267 ], "filename": "astronomy.js", - "lineno": 7464, + "lineno": 7594, "columnno": 8, "code": { - "id": "astnode100027796", + "id": "astnode100028811", "name": "t1", "type": "CallExpression", "funcscope": "LocalEclipse", @@ -55752,14 +57003,14 @@ "comment": "", "meta": { "range": [ - 310137, - 310176 + 316277, + 316316 ], "filename": "astronomy.js", - "lineno": 7465, + "lineno": 7595, "columnno": 8, "code": { - "id": "astnode100027807", + "id": "astnode100028822", "name": "t2", "type": "CallExpression", "funcscope": "LocalEclipse", @@ -55778,14 +57029,14 @@ "comment": "", "meta": { "range": [ - 310186, - 310277 + 316326, + 316417 ], "filename": "astronomy.js", - "lineno": 7466, + "lineno": 7596, "columnno": 8, "code": { - "id": "astnode100027818", + "id": "astnode100028833", "name": "total_begin", "type": "CallExpression", "funcscope": "LocalEclipse", @@ -55804,14 +57055,14 @@ "comment": "", "meta": { "range": [ - 310287, - 310376 + 316427, + 316516 ], "filename": "astronomy.js", - "lineno": 7467, + "lineno": 7597, "columnno": 8, "code": { - "id": "astnode100027831", + "id": "astnode100028846", "name": "total_end", "type": "CallExpression", "funcscope": "LocalEclipse", @@ -55830,14 +57081,14 @@ "comment": "", "meta": { "range": [ - 310386, - 310423 + 316526, + 316563 ], "filename": "astronomy.js", - "lineno": 7468, + "lineno": 7598, "columnno": 8, "code": { - "id": "astnode100027844", + "id": "astnode100028859", "name": "kind", "type": "CallExpression", "funcscope": "LocalEclipse", @@ -55856,14 +57107,14 @@ "comment": "", "meta": { "range": [ - 310450, - 310466 + 316590, + 316606 ], "filename": "astronomy.js", - "lineno": 7471, + "lineno": 7601, "columnno": 8, "code": { - "id": "astnode100027853", + "id": "astnode100028868", "name": "kind", "type": "Literal", "funcscope": "LocalEclipse", @@ -55882,14 +57133,14 @@ "comment": "", "meta": { "range": [ - 310578, - 310940 + 316718, + 317080 ], "filename": "astronomy.js", - "lineno": 7475, + "lineno": 7605, "columnno": 0, "code": { - "id": "astnode100027865", + "id": "astnode100028880", "name": "LocalEclipseTransition", "type": "FunctionDeclaration", "paramnames": [ @@ -55916,14 +57167,14 @@ "comment": "", "meta": { "range": [ - 310651, - 310779 + 316791, + 316919 ], "filename": "astronomy.js", - "lineno": 7476, + "lineno": 7606, "columnno": 4, "code": { - "id": "astnode100027873", + "id": "astnode100028888", "name": "evaluate", "type": "FunctionDeclaration", "paramnames": [ @@ -55946,14 +57197,14 @@ "comment": "", "meta": { "range": [ - 310691, - 310731 + 316831, + 316871 ], "filename": "astronomy.js", - "lineno": 7477, + "lineno": 7607, "columnno": 14, "code": { - "id": "astnode100027878", + "id": "astnode100028893", "name": "shadow", "type": "CallExpression", "value": "" @@ -55971,14 +57222,14 @@ "comment": "", "meta": { "range": [ - 310790, - 310823 + 316930, + 316963 ], "filename": "astronomy.js", - "lineno": 7480, + "lineno": 7610, "columnno": 10, "code": { - "id": "astnode100027891", + "id": "astnode100028906", "name": "search", "type": "CallExpression", "value": "" @@ -55996,14 +57247,14 @@ "comment": "", "meta": { "range": [ - 310941, - 311074 + 317081, + 317214 ], "filename": "astronomy.js", - "lineno": 7485, + "lineno": 7615, "columnno": 0, "code": { - "id": "astnode100027908", + "id": "astnode100028923", "name": "CalcEvent", "type": "FunctionDeclaration", "paramnames": [ @@ -56026,14 +57277,14 @@ "comment": "", "meta": { "range": [ - 310988, - 311026 + 317128, + 317166 ], "filename": "astronomy.js", - "lineno": 7486, + "lineno": 7616, "columnno": 10, "code": { - "id": "astnode100027914", + "id": "astnode100028929", "name": "altitude", "type": "CallExpression", "value": "" @@ -56051,14 +57302,14 @@ "comment": "", "meta": { "range": [ - 311075, - 311271 + 317215, + 317411 ], "filename": "astronomy.js", - "lineno": 7489, + "lineno": 7619, "columnno": 0, "code": { - "id": "astnode100027925", + "id": "astnode100028940", "name": "SunAltitude", "type": "FunctionDeclaration", "paramnames": [ @@ -56082,14 +57333,14 @@ "comment": "", "meta": { "range": [ - 311124, - 311175 + 317264, + 317315 ], "filename": "astronomy.js", - "lineno": 7490, + "lineno": 7620, "columnno": 10, "code": { - "id": "astnode100027931", + "id": "astnode100028946", "name": "equ", "type": "CallExpression", "value": "" @@ -56107,14 +57358,14 @@ "comment": "", "meta": { "range": [ - 311187, - 311243 + 317327, + 317383 ], "filename": "astronomy.js", - "lineno": 7491, + "lineno": 7621, "columnno": 10, "code": { - "id": "astnode100027943", + "id": "astnode100028958", "name": "hor", "type": "CallExpression", "value": "" @@ -56132,14 +57383,14 @@ "comment": "/**\n * @brief Searches for a solar eclipse visible at a specific location on the Earth's surface.\n *\n * This function finds the first solar eclipse that occurs after `startTime`.\n * A solar eclipse may be partial, annular, or total.\n * See {@link LocalSolarEclipseInfo} for more information.\n *\n * To find a series of solar eclipses, call this function once,\n * then keep calling {@link NextLocalSolarEclipse} as many times as desired,\n * passing in the `peak` value returned from the previous call.\n *\n * IMPORTANT: An eclipse reported by this function might be partly or\n * completely invisible to the observer due to the time of day.\n * See {@link LocalSolarEclipseInfo} for more information about this topic.\n *\n * @param {AstroTime} startTime\n * The date and time for starting the search for a solar eclipse.\n *\n * @param {Observer} observer\n * The geographic location of the observer.\n *\n * @returns {LocalSolarEclipseInfo}\n */", "meta": { "range": [ - 312216, - 313924 + 318356, + 320064 ], "filename": "astronomy.js", - "lineno": 7517, + "lineno": 7647, "columnno": 0, "code": { - "id": "astnode100027960", + "id": "astnode100028975", "name": "SearchLocalSolarEclipse", "type": "FunctionDeclaration", "paramnames": [ @@ -56202,14 +57453,14 @@ "comment": "", "meta": { "range": [ - 312312, - 312331 + 318452, + 318471 ], "filename": "astronomy.js", - "lineno": 7519, + "lineno": 7649, "columnno": 10, "code": { - "id": "astnode100027970", + "id": "astnode100028985", "name": "PruneLatitude", "type": "Literal", "value": 1.8 @@ -56227,14 +57478,14 @@ "comment": "", "meta": { "range": [ - 312513, - 312531 + 318653, + 318671 ], "filename": "astronomy.js", - "lineno": 7521, + "lineno": 7651, "columnno": 8, "code": { - "id": "astnode100027974", + "id": "astnode100028989", "name": "nmtime", "type": "Identifier", "value": "startTime" @@ -56252,14 +57503,14 @@ "comment": "", "meta": { "range": [ - 312635, - 312679 + 318775, + 318819 ], "filename": "astronomy.js", - "lineno": 7524, + "lineno": 7654, "columnno": 14, "code": { - "id": "astnode100027980", + "id": "astnode100028995", "name": "newmoon", "type": "CallExpression", "value": "" @@ -56277,14 +57528,14 @@ "comment": "", "meta": { "range": [ - 312870, - 312918 + 319010, + 319058 ], "filename": "astronomy.js", - "lineno": 7528, + "lineno": 7658, "columnno": 14, "code": { - "id": "astnode100027993", + "id": "astnode100029008", "name": "eclip_lat", "type": "CallExpression", "value": "" @@ -56302,14 +57553,14 @@ "comment": "", "meta": { "range": [ - 313153, - 313200 + 319293, + 319340 ], "filename": "astronomy.js", - "lineno": 7532, + "lineno": 7662, "columnno": 18, "code": { - "id": "astnode100028008", + "id": "astnode100029023", "name": "shadow", "type": "CallExpression", "value": "" @@ -56327,14 +57578,14 @@ "comment": "", "meta": { "range": [ - 313344, - 313384 + 319484, + 319524 ], "filename": "astronomy.js", - "lineno": 7535, + "lineno": 7665, "columnno": 22, "code": { - "id": "astnode100028024", + "id": "astnode100029039", "name": "eclipse", "type": "CallExpression", "value": "" @@ -56352,14 +57603,14 @@ "comment": "", "meta": { "range": [ - 313885, - 313915 + 320025, + 320055 ], "filename": "astronomy.js", - "lineno": 7544, + "lineno": 7674, "columnno": 8, "code": { - "id": "astnode100028049", + "id": "astnode100029064", "name": "nmtime", "type": "CallExpression", "funcscope": "SearchLocalSolarEclipse", @@ -56378,14 +57629,14 @@ "comment": "", "meta": { "range": [ - 313925, - 313982 + 320065, + 320122 ], "filename": "astronomy.js", - "lineno": 7547, + "lineno": 7677, "columnno": 0, "code": { - "id": "astnode100028057", + "id": "astnode100029072", "name": "exports.SearchLocalSolarEclipse", "type": "Identifier", "value": "SearchLocalSolarEclipse", @@ -56402,14 +57653,14 @@ "comment": "/**\n * @brief Searches for the next local solar eclipse in a series.\n *\n * After using {@link SearchLocalSolarEclipse} to find the first solar eclipse\n * in a series, you can call this function to find the next consecutive solar eclipse.\n * Pass in the `peak` value from the {@link LocalSolarEclipseInfo} returned by the\n * previous call to `SearchLocalSolarEclipse` or `NextLocalSolarEclipse`\n * to find the next solar eclipse.\n * This function finds the first solar eclipse that occurs after `startTime`.\n * A solar eclipse may be partial, annular, or total.\n * See {@link LocalSolarEclipseInfo} for more information.\n *\n * @param {AstroTime} prevEclipseTime\n * The date and time for starting the search for a solar eclipse.\n *\n * @param {Observer} observer\n * The geographic location of the observer.\n *\n * @returns {LocalSolarEclipseInfo}\n */", "meta": { "range": [ - 314841, - 315012 + 320981, + 321152 ], "filename": "astronomy.js", - "lineno": 7568, + "lineno": 7698, "columnno": 0, "code": { - "id": "astnode100028062", + "id": "astnode100029077", "name": "NextLocalSolarEclipse", "type": "FunctionDeclaration", "paramnames": [ @@ -56467,14 +57718,14 @@ "comment": "", "meta": { "range": [ - 314911, - 314952 + 321051, + 321092 ], "filename": "astronomy.js", - "lineno": 7569, + "lineno": 7699, "columnno": 10, "code": { - "id": "astnode100028068", + "id": "astnode100029083", "name": "startTime", "type": "CallExpression", "value": "" @@ -56492,14 +57743,14 @@ "comment": "", "meta": { "range": [ - 315013, - 315066 + 321153, + 321206 ], "filename": "astronomy.js", - "lineno": 7572, + "lineno": 7702, "columnno": 0, "code": { - "id": "astnode100028081", + "id": "astnode100029096", "name": "exports.NextLocalSolarEclipse", "type": "Identifier", "value": "NextLocalSolarEclipse", @@ -56516,14 +57767,14 @@ "comment": "/**\n * @brief Information about a transit of Mercury or Venus, as seen from the Earth.\n *\n * Returned by {@link SearchTransit} or {@link NextTransit} to report\n * information about a transit of Mercury or Venus.\n * A transit is when Mercury or Venus passes between the Sun and Earth so that\n * the other planet is seen in silhouette against the Sun.\n *\n * The calculations are performed from the point of view of a geocentric observer.\n *\n * @property {AstroTime} start\n * The date and time at the beginning of the transit.\n * This is the moment the planet first becomes visible against the Sun in its background.\n *\n * @property {AstroTime} peak\n * When the planet is most aligned with the Sun, as seen from the Earth.\n *\n * @property {AstroTime} finish\n * The date and time at the end of the transit.\n * This is the moment the planet is last seen against the Sun in its background.\n *\n * @property {number} separation\n * The minimum angular separation, in arcminutes, between the centers of the Sun and the planet.\n * This angle pertains to the time stored in `peak`.\n */", "meta": { "range": [ - 316177, - 316377 + 322317, + 322517 ], "filename": "astronomy.js", - "lineno": 7598, + "lineno": 7728, "columnno": 0, "code": { - "id": "astnode100028086", + "id": "astnode100029101", "name": "TransitInfo", "type": "ClassDeclaration", "paramnames": [ @@ -56590,14 +57841,14 @@ "comment": "", "meta": { "range": [ - 316201, - 316375 + 322341, + 322515 ], "filename": "astronomy.js", - "lineno": 7599, + "lineno": 7729, "columnno": 4, "code": { - "id": "astnode100028089", + "id": "astnode100029104", "name": "TransitInfo", "type": "MethodDefinition", "paramnames": [ @@ -56622,14 +57873,14 @@ "comment": "/**\n * @brief Information about a transit of Mercury or Venus, as seen from the Earth.\n *\n * Returned by {@link SearchTransit} or {@link NextTransit} to report\n * information about a transit of Mercury or Venus.\n * A transit is when Mercury or Venus passes between the Sun and Earth so that\n * the other planet is seen in silhouette against the Sun.\n *\n * The calculations are performed from the point of view of a geocentric observer.\n *\n * @property {AstroTime} start\n * The date and time at the beginning of the transit.\n * This is the moment the planet first becomes visible against the Sun in its background.\n *\n * @property {AstroTime} peak\n * When the planet is most aligned with the Sun, as seen from the Earth.\n *\n * @property {AstroTime} finish\n * The date and time at the end of the transit.\n * This is the moment the planet is last seen against the Sun in its background.\n *\n * @property {number} separation\n * The minimum angular separation, in arcminutes, between the centers of the Sun and the planet.\n * This angle pertains to the time stored in `peak`.\n */", "meta": { "range": [ - 316177, - 316377 + 322317, + 322517 ], "filename": "astronomy.js", - "lineno": 7598, + "lineno": 7728, "columnno": 0, "code": { - "id": "astnode100028086", + "id": "astnode100029101", "name": "TransitInfo", "type": "ClassDeclaration", "paramnames": [ @@ -56695,14 +57946,14 @@ "comment": "", "meta": { "range": [ - 316256, - 316274 + 322396, + 322414 ], "filename": "astronomy.js", - "lineno": 7600, + "lineno": 7730, "columnno": 8, "code": { - "id": "astnode100028098", + "id": "astnode100029113", "name": "this.start", "type": "Identifier", "value": "start", @@ -56720,14 +57971,14 @@ "comment": "", "meta": { "range": [ - 316284, - 316300 + 322424, + 322440 ], "filename": "astronomy.js", - "lineno": 7601, + "lineno": 7731, "columnno": 8, "code": { - "id": "astnode100028104", + "id": "astnode100029119", "name": "this.peak", "type": "Identifier", "value": "peak", @@ -56745,14 +57996,14 @@ "comment": "", "meta": { "range": [ - 316310, - 316330 + 322450, + 322470 ], "filename": "astronomy.js", - "lineno": 7602, + "lineno": 7732, "columnno": 8, "code": { - "id": "astnode100028110", + "id": "astnode100029125", "name": "this.finish", "type": "Identifier", "value": "finish", @@ -56770,14 +58021,14 @@ "comment": "", "meta": { "range": [ - 316340, - 316368 + 322480, + 322508 ], "filename": "astronomy.js", - "lineno": 7603, + "lineno": 7733, "columnno": 8, "code": { - "id": "astnode100028116", + "id": "astnode100029131", "name": "this.separation", "type": "Identifier", "value": "separation", @@ -56795,14 +58046,14 @@ "comment": "", "meta": { "range": [ - 316378, - 316411 + 322518, + 322551 ], "filename": "astronomy.js", - "lineno": 7606, + "lineno": 7736, "columnno": 0, "code": { - "id": "astnode100028122", + "id": "astnode100029137", "name": "exports.TransitInfo", "type": "Identifier", "value": "TransitInfo", @@ -56819,14 +58070,14 @@ "comment": "", "meta": { "range": [ - 316413, - 316596 + 322553, + 322736 ], "filename": "astronomy.js", - "lineno": 7607, + "lineno": 7737, "columnno": 0, "code": { - "id": "astnode100028127", + "id": "astnode100029142", "name": "PlanetShadowBoundary", "type": "FunctionDeclaration", "paramnames": [ @@ -56851,14 +58102,14 @@ "comment": "", "meta": { "range": [ - 316496, - 316547 + 322636, + 322687 ], "filename": "astronomy.js", - "lineno": 7608, + "lineno": 7738, "columnno": 10, "code": { - "id": "astnode100028135", + "id": "astnode100029150", "name": "shadow", "type": "CallExpression", "value": "" @@ -56876,14 +58127,14 @@ "comment": "", "meta": { "range": [ - 316597, - 316967 + 322737, + 323107 ], "filename": "astronomy.js", - "lineno": 7611, + "lineno": 7741, "columnno": 0, "code": { - "id": "astnode100028152", + "id": "astnode100029167", "name": "PlanetTransitBoundary", "type": "FunctionDeclaration", "paramnames": [ @@ -56910,14 +58161,14 @@ "comment": "", "meta": { "range": [ - 316789, - 316881 + 322929, + 323021 ], "filename": "astronomy.js", - "lineno": 7613, + "lineno": 7743, "columnno": 10, "code": { - "id": "astnode100028161", + "id": "astnode100029176", "name": "tx", "type": "CallExpression", "value": "" @@ -56935,14 +58186,14 @@ "comment": "/**\n * @brief Searches for the first transit of Mercury or Venus after a given date.\n *\n * Finds the first transit of Mercury or Venus after a specified date.\n * A transit is when an inferior planet passes between the Sun and the Earth\n * so that the silhouette of the planet is visible against the Sun in the background.\n * To continue the search, pass the `finish` time in the returned structure to\n * {@link NextTransit}.\n *\n * @param {Body} body\n * The planet whose transit is to be found. Must be `\"Mercury\"` or `\"Venus\"`.\n *\n * @param {AstroTime} startTime\n * The date and time for starting the search for a transit.\n *\n * @returns {TransitInfo}\n */", "meta": { "range": [ - 317634, - 319826 + 323774, + 325966 ], "filename": "astronomy.js", - "lineno": 7635, + "lineno": 7765, "columnno": 0, "code": { - "id": "astnode100028182", + "id": "astnode100029197", "name": "SearchTransit", "type": "FunctionDeclaration", "paramnames": [ @@ -57011,14 +58262,14 @@ "comment": "", "meta": { "range": [ - 317686, - 317707 + 323826, + 323847 ], "filename": "astronomy.js", - "lineno": 7636, + "lineno": 7766, "columnno": 10, "code": { - "id": "astnode100028188", + "id": "astnode100029203", "name": "threshold_angle", "type": "Literal", "value": 0.4 @@ -57036,14 +58287,14 @@ "comment": "", "meta": { "range": [ - 317780, - 317793 + 323920, + 323933 ], "filename": "astronomy.js", - "lineno": 7637, + "lineno": 7767, "columnno": 10, "code": { - "id": "astnode100028192", + "id": "astnode100029207", "name": "dt_days", "type": "Literal", "value": 1 @@ -57061,14 +58312,14 @@ "comment": "", "meta": { "range": [ - 317856, - 317872 + 323996, + 324012 ], "filename": "astronomy.js", - "lineno": 7639, + "lineno": 7769, "columnno": 8, "code": { - "id": "astnode100028196", + "id": "astnode100029211", "name": "planet_radius_km" } }, @@ -57084,14 +58335,14 @@ "comment": "", "meta": { "range": [ - 317933, - 317958 + 324073, + 324098 ], "filename": "astronomy.js", - "lineno": 7642, + "lineno": 7772, "columnno": 12, "code": { - "id": "astnode100028205", + "id": "astnode100029220", "name": "planet_radius_km", "type": "Literal", "funcscope": "SearchTransit", @@ -57110,14 +58361,14 @@ "comment": "", "meta": { "range": [ - 318016, - 318041 + 324156, + 324181 ], "filename": "astronomy.js", - "lineno": 7645, + "lineno": 7775, "columnno": 12, "code": { - "id": "astnode100028214", + "id": "astnode100029229", "name": "planet_radius_km", "type": "Literal", "funcscope": "SearchTransit", @@ -57136,14 +58387,14 @@ "comment": "", "meta": { "range": [ - 318136, - 318159 + 324276, + 324299 ], "filename": "astronomy.js", - "lineno": 7650, + "lineno": 7780, "columnno": 8, "code": { - "id": "astnode100028225", + "id": "astnode100029240", "name": "search_time", "type": "Identifier", "value": "startTime" @@ -57161,14 +58412,14 @@ "comment": "", "meta": { "range": [ - 318393, - 318447 + 324533, + 324587 ], "filename": "astronomy.js", - "lineno": 7655, + "lineno": 7785, "columnno": 14, "code": { - "id": "astnode100028231", + "id": "astnode100029246", "name": "conj", "type": "CallExpression", "value": "" @@ -57186,14 +58437,14 @@ "comment": "", "meta": { "range": [ - 318550, - 318592 + 324690, + 324732 ], "filename": "astronomy.js", - "lineno": 7657, + "lineno": 7787, "columnno": 14, "code": { - "id": "astnode100028239", + "id": "astnode100029254", "name": "conj_separation", "type": "CallExpression", "value": "" @@ -57211,14 +58462,14 @@ "comment": "", "meta": { "range": [ - 318924, - 318979 + 325064, + 325119 ], "filename": "astronomy.js", - "lineno": 7663, + "lineno": 7793, "columnno": 18, "code": { - "id": "astnode100028251", + "id": "astnode100029266", "name": "shadow", "type": "CallExpression", "value": "" @@ -57236,14 +58487,14 @@ "comment": "", "meta": { "range": [ - 319170, - 319213 + 325310, + 325353 ], "filename": "astronomy.js", - "lineno": 7666, + "lineno": 7796, "columnno": 22, "code": { - "id": "astnode100028268", + "id": "astnode100029283", "name": "time_before", "type": "CallExpression", "value": "" @@ -57261,14 +58512,14 @@ "comment": "", "meta": { "range": [ - 319237, - 319322 + 325377, + 325462 ], "filename": "astronomy.js", - "lineno": 7667, + "lineno": 7797, "columnno": 22, "code": { - "id": "astnode100028279", + "id": "astnode100029294", "name": "start", "type": "CallExpression", "value": "" @@ -57286,14 +58537,14 @@ "comment": "", "meta": { "range": [ - 319346, - 319388 + 325486, + 325528 ], "filename": "astronomy.js", - "lineno": 7668, + "lineno": 7798, "columnno": 22, "code": { - "id": "astnode100028292", + "id": "astnode100029307", "name": "time_after", "type": "CallExpression", "value": "" @@ -57311,14 +58562,14 @@ "comment": "", "meta": { "range": [ - 319412, - 319497 + 325552, + 325637 ], "filename": "astronomy.js", - "lineno": 7669, + "lineno": 7799, "columnno": 22, "code": { - "id": "astnode100028303", + "id": "astnode100029318", "name": "finish", "type": "CallExpression", "value": "" @@ -57336,14 +58587,14 @@ "comment": "", "meta": { "range": [ - 319521, - 319576 + 325661, + 325716 ], "filename": "astronomy.js", - "lineno": 7670, + "lineno": 7800, "columnno": 22, "code": { - "id": "astnode100028316", + "id": "astnode100029331", "name": "min_separation", "type": "BinaryExpression", "value": "" @@ -57361,14 +58612,14 @@ "comment": "", "meta": { "range": [ - 319785, - 319817 + 325925, + 325957 ], "filename": "astronomy.js", - "lineno": 7675, + "lineno": 7805, "columnno": 8, "code": { - "id": "astnode100028336", + "id": "astnode100029351", "name": "search_time", "type": "CallExpression", "funcscope": "SearchTransit", @@ -57387,14 +58638,14 @@ "comment": "", "meta": { "range": [ - 319827, - 319864 + 325967, + 326004 ], "filename": "astronomy.js", - "lineno": 7678, + "lineno": 7808, "columnno": 0, "code": { - "id": "astnode100028344", + "id": "astnode100029359", "name": "exports.SearchTransit", "type": "Identifier", "value": "SearchTransit", @@ -57411,14 +58662,14 @@ "comment": "/**\n * @brief Searches for the next transit of Mercury or Venus in a series.\n *\n * After calling {@link SearchTransit} to find a transit of Mercury or Venus,\n * this function finds the next transit after that.\n * Keep calling this function as many times as you want to keep finding more transits.\n *\n * @param {Body} body\n * The planet whose transit is to be found. Must be `\"Mercury\"` or `\"Venus\"`.\n *\n * @param {AstroTime} prevTransitTime\n * A date and time near the previous transit.\n *\n * @returns {TransitInfo}\n */", "meta": { "range": [ - 320396, - 320540 + 326536, + 326680 ], "filename": "astronomy.js", - "lineno": 7694, + "lineno": 7824, "columnno": 0, "code": { - "id": "astnode100028349", + "id": "astnode100029364", "name": "NextTransit", "type": "FunctionDeclaration", "paramnames": [ @@ -57476,14 +58727,14 @@ "comment": "", "meta": { "range": [ - 320452, - 320494 + 326592, + 326634 ], "filename": "astronomy.js", - "lineno": 7695, + "lineno": 7825, "columnno": 10, "code": { - "id": "astnode100028355", + "id": "astnode100029370", "name": "startTime", "type": "CallExpression", "value": "" @@ -57501,14 +58752,14 @@ "comment": "", "meta": { "range": [ - 320541, - 320574 + 326681, + 326714 ], "filename": "astronomy.js", - "lineno": 7698, + "lineno": 7828, "columnno": 0, "code": { - "id": "astnode100028368", + "id": "astnode100029383", "name": "exports.NextTransit", "type": "Identifier", "value": "NextTransit",