@essrt/model-values 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +31 -0
- package/package.json +28 -0
- package/src/index.js +17 -0
- package/src/model-values.generated.json +868 -0
package/README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# @essrt/model-values
|
|
2
|
+
|
|
3
|
+
The rendered display values of **ESSRT** — the Expanding Solar System
|
|
4
|
+
Resonance Theory as implemented by the
|
|
5
|
+
[Holistic Universe Model](https://3d.holisticuniverse.com)
|
|
6
|
+
([source, AGPL-3.0](https://github.com/dvansonsbeek/3d)). 850+ keys —
|
|
7
|
+
day/year lengths, precession rates, orbital elements, eclipse-audit
|
|
8
|
+
results, deep-time anchors — each generated by the model-values registry
|
|
9
|
+
from the engine and its provenance-gated campaign artifacts, never typed
|
|
10
|
+
by hand.
|
|
11
|
+
|
|
12
|
+
```js
|
|
13
|
+
import { MODEL_VALUES, MODEL_VALUES_META } from '@essrt/model-values';
|
|
14
|
+
|
|
15
|
+
MODEL_VALUES.usnoLodJ2000; // "86,400.0017"
|
|
16
|
+
MODEL_VALUES_META.modelVersion; // "v10.0"
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
Values are **rendered strings** (display precision is part of the
|
|
20
|
+
contract). `MODEL_VALUES_META` records the model identity every published
|
|
21
|
+
version immutably ships: `modelVersion` and the fitted-coefficients hash.
|
|
22
|
+
For computation, use [`@essrt/physics`](https://www.npmjs.com/package/@essrt/physics)
|
|
23
|
+
— the full injectable-constants physics core these values derive from.
|
|
24
|
+
|
|
25
|
+
Versioning follows the same two-axis contract as `@essrt/physics`: package
|
|
26
|
+
semver tracks the delivery format; the scientific identity rides inside.
|
|
27
|
+
Cite results as *model vX.Y (package A.B.C)*.
|
|
28
|
+
|
|
29
|
+
## Licence
|
|
30
|
+
|
|
31
|
+
AGPL-3.0-or-later. Commercial licensing: dennis@holisticuniverse.com.
|
package/package.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@essrt/model-values",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "ESSRT rendered model values — the 852 published display keys (day/year lengths, precession rates, eclipse-audit results, …), generated by the 3d model-values registry from the engine and its provenance-gated campaign artifacts. The website's <V k=…/> supply; every published version immutably ships one recorded model identity.",
|
|
5
|
+
"essrt": {
|
|
6
|
+
"modelVersion": "v10.0",
|
|
7
|
+
"_note": "Same two-axis contract as @essrt/physics: package semver tracks the delivery format; the model identity rides inside (modelVersion here + the generator run recorded in src/model-values.generated.json _meta)."
|
|
8
|
+
},
|
|
9
|
+
"type": "module",
|
|
10
|
+
"main": "src/index.js",
|
|
11
|
+
"files": [
|
|
12
|
+
"src",
|
|
13
|
+
"README.md"
|
|
14
|
+
],
|
|
15
|
+
"repository": {
|
|
16
|
+
"type": "git",
|
|
17
|
+
"url": "git+https://github.com/dvansonsbeek/3d.git",
|
|
18
|
+
"directory": "packages/model-values"
|
|
19
|
+
},
|
|
20
|
+
"homepage": "https://3d.holisticuniverse.com",
|
|
21
|
+
"keywords": [
|
|
22
|
+
"essrt",
|
|
23
|
+
"astronomy",
|
|
24
|
+
"solar-system",
|
|
25
|
+
"model-values"
|
|
26
|
+
],
|
|
27
|
+
"license": "AGPL-3.0-or-later"
|
|
28
|
+
}
|
package/src/index.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @essrt/model-values — the rendered ESSRT display values.
|
|
3
|
+
*
|
|
4
|
+
* MODEL_VALUES maps key → rendered string, exactly as the 3d model-values
|
|
5
|
+
* registry (tools/docs/model-values.mjs) resolves them from the engine and
|
|
6
|
+
* the provenance-gated campaign artifacts. Generated by
|
|
7
|
+
* tools/docs/export-model-values-package.mjs --write; the check chain fails
|
|
8
|
+
* if this file drifts from the live registry.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
import generated from './model-values.generated.json' with { type: 'json' };
|
|
12
|
+
|
|
13
|
+
/** @type {Record<string, string>} */
|
|
14
|
+
export const MODEL_VALUES = generated.values;
|
|
15
|
+
|
|
16
|
+
/** Generation metadata: modelVersion, coefficients hash, key count. */
|
|
17
|
+
export const MODEL_VALUES_META = generated._meta;
|
|
@@ -0,0 +1,868 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_meta": {
|
|
3
|
+
"_comment": "GENERATED by tools/docs/export-model-values-package.mjs --write from the 3d model-values registry. Do not hand-edit; the check chain compares this file to the live registry on every run.",
|
|
4
|
+
"modelVersion": "v10.0",
|
|
5
|
+
"coefficients": "sha256:6ff0418968c5f28e",
|
|
6
|
+
"keyCount": 858
|
|
7
|
+
},
|
|
8
|
+
"values": {
|
|
9
|
+
"a1RateDegPerCy": "131.849",
|
|
10
|
+
"ageFromLinearRate": "4.56",
|
|
11
|
+
"alphaClimateScale": "-3.93 × 10⁻⁷",
|
|
12
|
+
"alphaJ2000": "0.3306947",
|
|
13
|
+
"amdShareEarth": "18.2",
|
|
14
|
+
"amdShareEarthSaturn": "74",
|
|
15
|
+
"amdShareEJS": "89",
|
|
16
|
+
"amdShareJupiter": "14.9",
|
|
17
|
+
"amdShareSaturn": "56.1",
|
|
18
|
+
"anchorYearOffset": "302,635",
|
|
19
|
+
"anomalisticMonth": "27.5545503401",
|
|
20
|
+
"anomalisticYearDays": "365.2596324",
|
|
21
|
+
"anomalisticYearJ2000Days": "365.2596331",
|
|
22
|
+
"anomalisticYearJ2000Seconds": "31,558,432.30",
|
|
23
|
+
"anomalisticYearSeconds": "31,558,432.12",
|
|
24
|
+
"antiPhaseEccWeightTotal": "0.01547",
|
|
25
|
+
"antiPhaseEccWeightTotalSci": "1.547 × 10⁻²",
|
|
26
|
+
"apoCircumference": "1,274,521.14",
|
|
27
|
+
"apoDiameter": "405,692.68",
|
|
28
|
+
"apoRadius": "202,846.34",
|
|
29
|
+
"apoSpeed": "0.0056368095",
|
|
30
|
+
"apoSpeedKmYear": "49",
|
|
31
|
+
"apsidalPrecEarth": "8.85057",
|
|
32
|
+
"apsidalPrecICRF": "~8.85",
|
|
33
|
+
"apsidalPrecICRFexact": "8.84753",
|
|
34
|
+
"arcsecDisplacement": "725.270943796471",
|
|
35
|
+
"arcsecInCircle": "1,296,000",
|
|
36
|
+
"arcsecPerRadian": "206,264.806247096",
|
|
37
|
+
"ascNodeJointRms": "5.8",
|
|
38
|
+
"axialCoinRotationMs": "9.12",
|
|
39
|
+
"axialPrecAt200MyrFuture": "27,123",
|
|
40
|
+
"axialPrecAtDevonian": "23,553",
|
|
41
|
+
"axialPrecAtHadean": "4,991",
|
|
42
|
+
"axialPrecCycleMax": "26,335",
|
|
43
|
+
"axialPrecCycleMin": "25,227",
|
|
44
|
+
"axialPrecExact": "25,793.62",
|
|
45
|
+
"axialPrecFormula": "335,317 / 13",
|
|
46
|
+
"axialPrecJ2000": "25,771",
|
|
47
|
+
"axialPrecMaxPeriod": "26,051",
|
|
48
|
+
"axialPrecMaxYear": "32,355",
|
|
49
|
+
"axialPrecMinPeriod": "25,312",
|
|
50
|
+
"axialPrecMinYear": "12,440",
|
|
51
|
+
"axialPrecRound": "~25,794",
|
|
52
|
+
"axialPrecYears": "25,793.62",
|
|
53
|
+
"axialRateICRF": "50.245",
|
|
54
|
+
"axialRateJ2000": "50.289",
|
|
55
|
+
"axialTiltMax": "24.05",
|
|
56
|
+
"axialTiltMin": "22.78",
|
|
57
|
+
"babylon135BestDeltaUT": "-1h46",
|
|
58
|
+
"babylon135BestGapKm": "1257",
|
|
59
|
+
"babylon135DocumentedUT": "06:14",
|
|
60
|
+
"babylon135FrameworkUT": "05:58",
|
|
61
|
+
"balancedYear": "-302,635",
|
|
62
|
+
"balancedYearBC": "302,635 BC",
|
|
63
|
+
"balancedYearOffset": "303,881",
|
|
64
|
+
"balanceEccJ2000Pct": "99.8753%",
|
|
65
|
+
"balanceEccPct": "99.8636%",
|
|
66
|
+
"balanceEccResidualPct": "0.14%",
|
|
67
|
+
"balanceInclPct": "99.9974%",
|
|
68
|
+
"balancePresetCount": "767",
|
|
69
|
+
"balanceThreshold": "99.994%",
|
|
70
|
+
"bondIrdCorrelation": "+0.36",
|
|
71
|
+
"bondYr": "1,466",
|
|
72
|
+
"cassiniObliquityCoupled": "1.5551",
|
|
73
|
+
"cassiniObliquityCoupledPct": "100.83",
|
|
74
|
+
"cassiniObliquityDerived": "1.5528",
|
|
75
|
+
"cassiniObliquityEuler": "1.5470",
|
|
76
|
+
"cassiniObliquityEulerPct": "100.30",
|
|
77
|
+
"cassiniObliquityPct": "100.7",
|
|
78
|
+
"chandlerWobbleAmplitude": "3–15",
|
|
79
|
+
"chandlerWobbleCycle": "~14",
|
|
80
|
+
"charneyECS": "3.63",
|
|
81
|
+
"charneyECSHigh": "4.31",
|
|
82
|
+
"charneyECSLow": "3.01",
|
|
83
|
+
"chengR2": "0.68",
|
|
84
|
+
"configNumber": "4",
|
|
85
|
+
"configSearchPct": "0.0000132%",
|
|
86
|
+
"configSearchSpace": "7,558,272",
|
|
87
|
+
"correctionDays": "-0.8288",
|
|
88
|
+
"correctionSun": "0.49688",
|
|
89
|
+
"coxChaoDJ2Dt": "-2.7 × 10⁻¹¹",
|
|
90
|
+
"dAlphaDtJ2000": "-1.35 × 10⁻¹¹",
|
|
91
|
+
"daysPerPeriPrec": "7,654,495",
|
|
92
|
+
"daysPerYearAtDevonian": "399.96",
|
|
93
|
+
"deepCandidateCount": "96",
|
|
94
|
+
"deepEccThreshold": "99",
|
|
95
|
+
"deepLLValidCount": "51",
|
|
96
|
+
"deepMaxRateError": "6",
|
|
97
|
+
"deepSurvivorCount": "15",
|
|
98
|
+
"deltaTEspenakRmsSeconds": "12.6",
|
|
99
|
+
"deltaTStart": "55.85",
|
|
100
|
+
"dLodDtAllCyclesJ2000": "-1.90",
|
|
101
|
+
"dLodDtGiaJ2000": "-0.35",
|
|
102
|
+
"dLodDtNetFullJ2000": "-0.08",
|
|
103
|
+
"dLodDtNetL3J2000": "-0.13",
|
|
104
|
+
"dLodDtNetSecularJ2000": "+1.77",
|
|
105
|
+
"dLodDtResonatorJ2000": "+0.05",
|
|
106
|
+
"dLodDtTidalJ2000": "+2.12",
|
|
107
|
+
"draconicMonth": "27.2122208886",
|
|
108
|
+
"draconicYearEarth": "346.6200721347",
|
|
109
|
+
"draconicYearICRF": "346.6073195486",
|
|
110
|
+
"driftAtDevonianPpm": "−74",
|
|
111
|
+
"driftAtHadeanPpm": "−998",
|
|
112
|
+
"earthAphelionDistanceKm": "152,097,684",
|
|
113
|
+
"earthApsidalDifferenceKm": "4,999,627",
|
|
114
|
+
"earthAscNodeJ2000": "284.51",
|
|
115
|
+
"earthAscNodeN": "40",
|
|
116
|
+
"earthAscNodePeriod": "-67,063",
|
|
117
|
+
"earthAxialPeriod": "25,794",
|
|
118
|
+
"earthCircumference": "40,075.02",
|
|
119
|
+
"earthDiameter": "12,756.27",
|
|
120
|
+
"earthEccBase": "0.01539",
|
|
121
|
+
"earthEccDotDotJ2000": "−2.534e-7",
|
|
122
|
+
"earthEccDotJ2000": "−4.2037e-5",
|
|
123
|
+
"earthEccJ2000": "0.01671",
|
|
124
|
+
"earthEccJ2000VsBasePct": "8.6",
|
|
125
|
+
"earthEccPhaseJ2000": "192.95",
|
|
126
|
+
"earthEccVsJ2000": "-7.9",
|
|
127
|
+
"earthEccWeight": "0.00002",
|
|
128
|
+
"earthEccWeightSci": "1.539 × 10⁻⁵",
|
|
129
|
+
"earthFluctuationMax": "+1,279",
|
|
130
|
+
"earthFluctuationMin": "-637",
|
|
131
|
+
"earthIcrfPeriod": "111,772",
|
|
132
|
+
"earthInclAmp": "0.63605",
|
|
133
|
+
"earthInclAmplitude": "0.63605",
|
|
134
|
+
"earthInclCycleAnchor": "21.77",
|
|
135
|
+
"earthInclD": "3",
|
|
136
|
+
"earthInclJ2000": "1.57869",
|
|
137
|
+
"earthInclJ2000Round": "1.579",
|
|
138
|
+
"earthInclMax": "2.117",
|
|
139
|
+
"earthInclMean": "1.48113",
|
|
140
|
+
"earthInclMin": "0.845",
|
|
141
|
+
"earthInsolationDifferencePct": "0.004",
|
|
142
|
+
"earthInsolationIncreaseMaxPct": "0.014",
|
|
143
|
+
"earthInsolationIncreaseMinPct": "0.010",
|
|
144
|
+
"earthJ2000Rate": "1,164",
|
|
145
|
+
"earthModelBaseline": "1,159.5",
|
|
146
|
+
"earthMoonMassRatio": "~81.3",
|
|
147
|
+
"earthObservedRate": "6,186",
|
|
148
|
+
"earthObservedRateHelio": "1,164",
|
|
149
|
+
"earthOrbitalPath": "~940,000,000",
|
|
150
|
+
"earthOrbitalPeriod": "~365.24219",
|
|
151
|
+
"earthPeriApoFluxRatioPct": "6.9",
|
|
152
|
+
"earthPerihelionDistanceKm": "147,098,057",
|
|
153
|
+
"earthPerihelionLongitudeJ2000": "102.947",
|
|
154
|
+
"earthPeriPeriodICRF": "111,772",
|
|
155
|
+
"earthPeriRate": "0.017178",
|
|
156
|
+
"earthRAAngle": "~1.255",
|
|
157
|
+
"earthRadius": "6,378.14",
|
|
158
|
+
"earthSemiMajor": "1.0000",
|
|
159
|
+
"earthSunOffsetKm": "2,499,813",
|
|
160
|
+
"eccentricityAmplitude": "0.001356",
|
|
161
|
+
"eccentricityBase": "0.015386",
|
|
162
|
+
"eccentricityDerivedMean": "0.0154456",
|
|
163
|
+
"eccentricityMax": "~0.0167",
|
|
164
|
+
"eccentricityMin": "~0.0140",
|
|
165
|
+
"eccLaskar10000AD": "0.01258",
|
|
166
|
+
"eccLaskar11725AD": "0.01156",
|
|
167
|
+
"eccLaskar12000AD": "0.01138",
|
|
168
|
+
"eccLaskar15000AD": "0.00948",
|
|
169
|
+
"eccLaskar2000AD": "0.01670",
|
|
170
|
+
"eccLaskar27000AD": "0.00263",
|
|
171
|
+
"eccLaskar3000AD": "0.01628",
|
|
172
|
+
"eccLaskar5000AD": "0.01534",
|
|
173
|
+
"eccModel10000AD": "0.01422",
|
|
174
|
+
"eccModel11725AD": "0.01403",
|
|
175
|
+
"eccModel12000AD": "0.01404",
|
|
176
|
+
"eccModel15000AD": "0.01468",
|
|
177
|
+
"eccModel2000AD": "0.01671",
|
|
178
|
+
"eccModel27000AD": "0.01562",
|
|
179
|
+
"eccModel3000AD": "0.01657",
|
|
180
|
+
"eccModel5000AD": "0.01602",
|
|
181
|
+
"eccNextMax": "22,203",
|
|
182
|
+
"eccNextMin": "11,725",
|
|
183
|
+
"eccPrevMin": "9,233",
|
|
184
|
+
"eccPrevMinBC": "9,233 BC",
|
|
185
|
+
"eccPrevMinJD": "-1,651,094.5",
|
|
186
|
+
"eclipticSiderealDayJ2000": "86,164.099648",
|
|
187
|
+
"eclPrecFormula": "335,317 / 5",
|
|
188
|
+
"eclPrecYears": "~67,063",
|
|
189
|
+
"eightH": "2,682,536",
|
|
190
|
+
"eightHAt200MyrFuture": "2.821",
|
|
191
|
+
"eightHAtDevonian": "2.450",
|
|
192
|
+
"eightHAtHadean": "0.519",
|
|
193
|
+
"eightHDerivabilityTopPct": "0.8",
|
|
194
|
+
"empiricalRLogUnif": "0.032",
|
|
195
|
+
"empiricalRPerm": "0.283",
|
|
196
|
+
"empiricalRUnif": "0.031",
|
|
197
|
+
"equinoxDriftRate": "5,028.8",
|
|
198
|
+
"essrtCurrentEpochPct": "61",
|
|
199
|
+
"essrtEffectiveDomainGyr": "7.5",
|
|
200
|
+
"fisherLegacyLogUnifP": "3.0 × 10⁻¹⁸",
|
|
201
|
+
"fisherLegacyPermP": "8.6 × 10⁻⁸",
|
|
202
|
+
"fisherLegacyUnifP": "6.4 × 10⁻¹⁸",
|
|
203
|
+
"fisherP": "1.5 × 10⁻⁴",
|
|
204
|
+
"fisherPermP": "1.8 × 10⁻⁵",
|
|
205
|
+
"fisherSigma": "3.6",
|
|
206
|
+
"fisherUniformP": "6.8 × 10⁻¹⁵",
|
|
207
|
+
"fullMoonCycleEarth": "411.78",
|
|
208
|
+
"fullMoonCycleEarthExact": "411.7845116713",
|
|
209
|
+
"fullMoonCycleICRF": "411.7665135216",
|
|
210
|
+
"giaJ2ToAlphaFactor": "2.0",
|
|
211
|
+
"gisp2CorrelationForComparison": "+0.24",
|
|
212
|
+
"grandHolisticOctave": "2,682,536",
|
|
213
|
+
"grandHolisticOctaveFormula": "8 × 335,317",
|
|
214
|
+
"H": "335,317",
|
|
215
|
+
"h5LodCorrectionMs": "3.527",
|
|
216
|
+
"hallstattYr": "2,430",
|
|
217
|
+
"hAt200MyrFuture": "352,600",
|
|
218
|
+
"hAtDevonian": "306,189",
|
|
219
|
+
"hAtHadean": "64,883",
|
|
220
|
+
"hDiv2": "167,659",
|
|
221
|
+
"hDiv21": "15,967",
|
|
222
|
+
"hDiv34": "9,862",
|
|
223
|
+
"headlineP": "1.5 × 10⁻⁴",
|
|
224
|
+
"headlineSigma": "3.6",
|
|
225
|
+
"holisticYear": "335,317",
|
|
226
|
+
"holisticYearFactors": "23 × 61 × 239",
|
|
227
|
+
"hOneGyrAgoPct": "~79",
|
|
228
|
+
"HPlain": "335317",
|
|
229
|
+
"iceAlbedoShare100k": "57",
|
|
230
|
+
"iceAlbedoShareLong": "46",
|
|
231
|
+
"iceAlbedoShareObliquity": "64",
|
|
232
|
+
"iceAlbedoSharePrecession": "69",
|
|
233
|
+
"iersObservedDLodDt": "+1.75",
|
|
234
|
+
"inclinationCycleAnchorEarth": "21.77",
|
|
235
|
+
"inclinationLastMaxYear": "23,204 BC",
|
|
236
|
+
"inclPrecCycleMax": "111,855",
|
|
237
|
+
"inclPrecCycleMin": "111,679",
|
|
238
|
+
"inclPrecFormula": "335,317 / 3",
|
|
239
|
+
"inclPrecJ2000": "111,697",
|
|
240
|
+
"inclPrecYears": "~111,772",
|
|
241
|
+
"inclRateEcl": "19.325",
|
|
242
|
+
"inclRateICRF": "11.595",
|
|
243
|
+
"innerFourEccWeight": "0.00006",
|
|
244
|
+
"innerFourEccWeightSci": "6.5 × 10⁻⁵",
|
|
245
|
+
"inPhaseEccWeightTotal": "0.01543",
|
|
246
|
+
"inPhaseEccWeightTotalSci": "1.543 × 10⁻²",
|
|
247
|
+
"inputMeanSolarYear": "365.2422",
|
|
248
|
+
"inputSolarYearDays": "365.2422",
|
|
249
|
+
"invPlaneAscNode": "107.582",
|
|
250
|
+
"ipoCircumference": "14,462,097.39",
|
|
251
|
+
"ipoDiameter": "4,603,428.58",
|
|
252
|
+
"ipoRadius": "2,301,714.29",
|
|
253
|
+
"ipoSpeed": "0.0147603107",
|
|
254
|
+
"ipoSpeedKmYear": "129",
|
|
255
|
+
"j2000Eccentricity": "0.01671022",
|
|
256
|
+
"jointLogUnifP": "1.0 × 10⁻⁶",
|
|
257
|
+
"jointPermP": "1.5 × 10⁻⁴",
|
|
258
|
+
"jointSigmaLogUnif": "4.75",
|
|
259
|
+
"jointSigmaPerm": "3.62",
|
|
260
|
+
"jointSigmaUnif": "4.75",
|
|
261
|
+
"jointUnifP": "1.0 × 10⁻⁶",
|
|
262
|
+
"joseFiveYr": "897",
|
|
263
|
+
"joseFourYr": "716",
|
|
264
|
+
"jupiterAscNodeN": "36",
|
|
265
|
+
"jupiterAscNodePeriod": "-74,515",
|
|
266
|
+
"jupiterAscNodeResidual": "0.04",
|
|
267
|
+
"jupiterAxialPeriod": "127,740",
|
|
268
|
+
"jupiterBarycenterPeriod": "~11.859",
|
|
269
|
+
"jupiterEccBase": "0.04839",
|
|
270
|
+
"jupiterEccCycle": "60,967",
|
|
271
|
+
"jupiterEccCycleFormula": "8H/44",
|
|
272
|
+
"jupiterEccJ2000": "0.04839",
|
|
273
|
+
"jupiterEccPhaseJ2000": "268.83",
|
|
274
|
+
"jupiterEccVsJ2000": "< 0.01",
|
|
275
|
+
"jupiterEccWeight": "0.00793",
|
|
276
|
+
"jupiterEccWeightSci": "7.928 × 10⁻³",
|
|
277
|
+
"jupiterFluctuationMax": "+217",
|
|
278
|
+
"jupiterFluctuationMin": "-190",
|
|
279
|
+
"jupiterIcrfPeriod": "-41,270",
|
|
280
|
+
"jupiterInclAmp": "0.021404",
|
|
281
|
+
"jupiterInclCycleAnchor": "287.06",
|
|
282
|
+
"jupiterInclD": "5",
|
|
283
|
+
"jupiterInclEcl": "1.304",
|
|
284
|
+
"jupiterInclJ2000": "0.3219652",
|
|
285
|
+
"jupiterInclJ2000Round": "0.322",
|
|
286
|
+
"jupiterInclMax": "0.34",
|
|
287
|
+
"jupiterInclMean": "0.321086",
|
|
288
|
+
"jupiterInclMin": "0.30",
|
|
289
|
+
"jupiterInPhaseShare": "51",
|
|
290
|
+
"jupiterJ2000Fluct": "-149",
|
|
291
|
+
"jupiterJ2000Rate": "1,735",
|
|
292
|
+
"jupiterMeanObliq": "3.12",
|
|
293
|
+
"jupiterModelBaseline": "1,884.2",
|
|
294
|
+
"jupiterObliqCycle": "167,659",
|
|
295
|
+
"jupiterObservedRate": "1,800",
|
|
296
|
+
"jupiterOmegaDelta": "+5.97",
|
|
297
|
+
"jupiterOmegaJ2000": "312.89",
|
|
298
|
+
"jupiterOmegaSS": "306.92",
|
|
299
|
+
"jupiterPeriFormula": "8H/39",
|
|
300
|
+
"jupiterPeriLongJ2000": "14.707",
|
|
301
|
+
"jupiterPeriPeriod": "68,783",
|
|
302
|
+
"jupiterPeriPeriodICRF": "41,270",
|
|
303
|
+
"jupiterPeriRate": "0.005234",
|
|
304
|
+
"jupiterPredR2": "0.999999",
|
|
305
|
+
"jupiterPredRmse": "0.0981",
|
|
306
|
+
"jupiterPredTerms": "2,435",
|
|
307
|
+
"jupiterSemiMajor": "5.1996",
|
|
308
|
+
"kValue": "3.4143 × 10⁻⁶",
|
|
309
|
+
"laplaceLagrangeResidualDeg": "0.001",
|
|
310
|
+
"layer2MinusLayer4GapMs": "1.81",
|
|
311
|
+
"llrTidalGamma": "−25.86",
|
|
312
|
+
"lodAt200MyrFutureHr": "25.24",
|
|
313
|
+
"lodAtDevonianHr": "21.92",
|
|
314
|
+
"lodAtHadeanHr": "4.64",
|
|
315
|
+
"lodH5Only": "86,400.003522",
|
|
316
|
+
"lodRealPhysical": "86,400.001380",
|
|
317
|
+
"lunarBeatingNasaPct": "43.8",
|
|
318
|
+
"lunarEventsBeatingNasa": "117",
|
|
319
|
+
"lunarEventsRawTotal": "270",
|
|
320
|
+
"lunarEventsTotal": "267",
|
|
321
|
+
"lunarMonthApprox": "~29.53",
|
|
322
|
+
"lunarPrecInvariantApsidalYrSq": "2,966,728",
|
|
323
|
+
"lunarPrecInvariantNodalYrSq": "6,241,369",
|
|
324
|
+
"lunarResidualGapAboveNasaMinutes": "0.2",
|
|
325
|
+
"lunarResidualGapAboveNasaSeconds": "13",
|
|
326
|
+
"lunarResidualMinutes": "20.2",
|
|
327
|
+
"lunarResidualRmsSeconds": "1,212",
|
|
328
|
+
"mainstreamApsidalPrec": "~112k",
|
|
329
|
+
"mainstreamApsidalPrecExact": "~112,000",
|
|
330
|
+
"mainstreamAxialPrec": "~26k",
|
|
331
|
+
"mainstreamAxialPrecExact": "~25,771",
|
|
332
|
+
"mainstreamInclCycle": "~69k",
|
|
333
|
+
"mainstreamInclCycleExact": "~68,700",
|
|
334
|
+
"mainstreamObliqCycle": "~41k",
|
|
335
|
+
"mainstreamObliqCycleExact": "~41,040",
|
|
336
|
+
"mainstreamObliqRange": "~22.1° to ~24.5°",
|
|
337
|
+
"mainstreamPeriPrec": "~21k",
|
|
338
|
+
"mainstreamPeriPrecExact": "~20,951",
|
|
339
|
+
"marsAscNodeN": "64",
|
|
340
|
+
"marsAscNodePeriod": "-41,915",
|
|
341
|
+
"marsAscNodeResidual": "0.48",
|
|
342
|
+
"marsAxialPeriod": "167,659",
|
|
343
|
+
"marsEccBase": "0.09165",
|
|
344
|
+
"marsEccCycle": "51,587",
|
|
345
|
+
"marsEccCycleFormula": "8H/52",
|
|
346
|
+
"marsEccJ2000": "0.09339",
|
|
347
|
+
"marsEccPhaseJ2000": "235.89",
|
|
348
|
+
"marsEccVsJ2000": "-1.9",
|
|
349
|
+
"marsEccWeight": "0.00004",
|
|
350
|
+
"marsEccWeightSci": "4.379 × 10⁻⁵",
|
|
351
|
+
"marsFluctuationMax": "+207",
|
|
352
|
+
"marsFluctuationMin": "-186",
|
|
353
|
+
"marsIcrfPeriod": "-39,449",
|
|
354
|
+
"marsInclAmp": "1.164246",
|
|
355
|
+
"marsInclCycleAnchor": "236.07",
|
|
356
|
+
"marsInclD": "5",
|
|
357
|
+
"marsInclEcl": "1.850",
|
|
358
|
+
"marsInclJ2000": "1.6311858",
|
|
359
|
+
"marsInclJ2000Round": "1.631",
|
|
360
|
+
"marsInclMax": "3.00",
|
|
361
|
+
"marsInclMean": "1.833256",
|
|
362
|
+
"marsInclMin": "0.67",
|
|
363
|
+
"marsJ2000Fluct": "-119",
|
|
364
|
+
"marsJ2000Rate": "1,620",
|
|
365
|
+
"marsMeanObliq": "25.32",
|
|
366
|
+
"marsModelBaseline": "1,739.2",
|
|
367
|
+
"marsObliqCycle": "127,740",
|
|
368
|
+
"marsObservedRate": "1,600",
|
|
369
|
+
"marsOmegaDelta": "+1.92",
|
|
370
|
+
"marsOmegaJ2000": "354.87",
|
|
371
|
+
"marsOmegaSS": "352.95",
|
|
372
|
+
"marsPeriFormula": "8H/36",
|
|
373
|
+
"marsPeriLongJ2000": "336.065",
|
|
374
|
+
"marsPeriPeriod": "74,515",
|
|
375
|
+
"marsPeriPeriodICRF": "39,449",
|
|
376
|
+
"marsPeriRate": "0.004831",
|
|
377
|
+
"marsPredR2": "0.999999",
|
|
378
|
+
"marsPredRmse": "0.0993",
|
|
379
|
+
"marsPredTerms": "2,421",
|
|
380
|
+
"marsSemiMajor": "1.5237",
|
|
381
|
+
"massRatioEarthMoon": "81.30056816",
|
|
382
|
+
"meanObliquity": "23.41353",
|
|
383
|
+
"meanObliquityVsJ2000Diff": "0.026",
|
|
384
|
+
"meanSiderealDaySeconds": "86,164.0902182",
|
|
385
|
+
"meanSiderealYearDays": "365.2563644",
|
|
386
|
+
"meanSolarDay": "~86,400",
|
|
387
|
+
"meanSolarDaySeconds": "86,399.999676",
|
|
388
|
+
"meanSolarYearDays": "365.2422036",
|
|
389
|
+
"meanSolarYearDaysFull": "365.242203646102",
|
|
390
|
+
"meanStellarDaySeconds": "86,164.0985857",
|
|
391
|
+
"meeusEclipseRMS": "0.81",
|
|
392
|
+
"meeusEclipsesTestCount": "58",
|
|
393
|
+
"meeusJPLDecRMS": "0.02",
|
|
394
|
+
"meeusLatitudeTerms": "60",
|
|
395
|
+
"meeusLongitudeTerms": "60",
|
|
396
|
+
"meeusParallaxResidual": "0.04",
|
|
397
|
+
"meeusPearsonR": "0.9945",
|
|
398
|
+
"mercuryAnomaly1800": "47.55",
|
|
399
|
+
"mercuryAnomaly1900": "43.02",
|
|
400
|
+
"mercuryAnomaly2000": "38.03",
|
|
401
|
+
"mercuryAnomaly2100": "32.63",
|
|
402
|
+
"mercuryAnomalyClassic": "43",
|
|
403
|
+
"mercuryAnomalyJ2000": "38",
|
|
404
|
+
"mercuryAscNodeN": "9",
|
|
405
|
+
"mercuryAscNodePeriod": "-298,060",
|
|
406
|
+
"mercuryAscNodeResidual": "0.42",
|
|
407
|
+
"mercuryAxialPeriod": "298,060",
|
|
408
|
+
"mercuryBaselineDiff": "0.6",
|
|
409
|
+
"mercuryBepicolomboPredict": "574.61",
|
|
410
|
+
"mercuryBepiPrecisionRatio": "500",
|
|
411
|
+
"mercuryBepiPredictedDiff": "0.70",
|
|
412
|
+
"mercuryEccBase": "0.20563",
|
|
413
|
+
"mercuryEccCycle": "31,935",
|
|
414
|
+
"mercuryEccCycleFormula": "2H/21",
|
|
415
|
+
"mercuryEccJ2000": "0.20564",
|
|
416
|
+
"mercuryEccPhaseJ2000": "104.12",
|
|
417
|
+
"mercuryEccVsJ2000": "< 0.01",
|
|
418
|
+
"mercuryEccWeight": "0.00000",
|
|
419
|
+
"mercuryEccWeightSci": "4.403 × 10⁻⁶",
|
|
420
|
+
"mercuryEpoch2000Offset": "38.0",
|
|
421
|
+
"mercuryFluctuationMax": "+202",
|
|
422
|
+
"mercuryFluctuationMaxPrecise": "+201.87",
|
|
423
|
+
"mercuryFluctuationMaxYear": "-6,825",
|
|
424
|
+
"mercuryFluctuationMin": "-180",
|
|
425
|
+
"mercuryFluctuationMinPrecise": "-179.62",
|
|
426
|
+
"mercuryFluctuationMinYear": "-38,332",
|
|
427
|
+
"mercuryGeo1800": "5,607.79",
|
|
428
|
+
"mercuryGeo1900": "5,603.26",
|
|
429
|
+
"mercuryGeo2000": "5,598.27",
|
|
430
|
+
"mercuryGeo2100": "5,592.87",
|
|
431
|
+
"mercuryHelio1800": "578.99",
|
|
432
|
+
"mercuryHelio1900": "574.46",
|
|
433
|
+
"mercuryHelio2000": "569.47",
|
|
434
|
+
"mercuryHelio2100": "564.07",
|
|
435
|
+
"mercuryHelioAtMax": "733.31",
|
|
436
|
+
"mercuryHelioAtMin": "351.82",
|
|
437
|
+
"mercuryIcrfPeriod": "-28,844",
|
|
438
|
+
"mercuryInclAmp": "0.386488",
|
|
439
|
+
"mercuryInclCycleAnchor": "234.52",
|
|
440
|
+
"mercuryInclD": "21",
|
|
441
|
+
"mercuryInclEcl": "7.005",
|
|
442
|
+
"mercuryInclJ2000": "6.3472858",
|
|
443
|
+
"mercuryInclJ2000Round": "6.347",
|
|
444
|
+
"mercuryInclMax": "7.09",
|
|
445
|
+
"mercuryInclMean": "6.703216",
|
|
446
|
+
"mercuryInclMin": "6.32",
|
|
447
|
+
"mercuryJ2000Fluct": "+38",
|
|
448
|
+
"mercuryJ2000Rate": "569",
|
|
449
|
+
"mercuryMeanObliq": "0.01",
|
|
450
|
+
"mercuryModelBaseline": "531.4",
|
|
451
|
+
"mercuryNewtonian": "532",
|
|
452
|
+
"mercuryNewtonianGeocentric": "5,561",
|
|
453
|
+
"mercuryObliqCycle": "894,179",
|
|
454
|
+
"mercuryObservedGeocentric": "5,604",
|
|
455
|
+
"mercuryObservedICRF": "575",
|
|
456
|
+
"mercuryObservedRate": "572",
|
|
457
|
+
"mercuryOmegaDelta": "+0.61",
|
|
458
|
+
"mercuryOmegaJ2000": "32.83",
|
|
459
|
+
"mercuryOmegaSS": "32.22",
|
|
460
|
+
"mercuryOscillationPeriod": "7,451",
|
|
461
|
+
"mercuryPark2017Rate": "575.31",
|
|
462
|
+
"mercuryPeriFormula": "8H/11",
|
|
463
|
+
"mercuryPeriLongJ2000": "77.457",
|
|
464
|
+
"mercuryPeriPeriod": "243,867",
|
|
465
|
+
"mercuryPeriPeriodICRF": "28,844",
|
|
466
|
+
"mercuryPeriRate": "0.001476",
|
|
467
|
+
"mercuryPredR2": "0.999999",
|
|
468
|
+
"mercuryPredRmse": "0.0968",
|
|
469
|
+
"mercuryPredTerms": "2,421",
|
|
470
|
+
"mercuryRateDecreasePerCy": "5.0",
|
|
471
|
+
"mercurySemiMajor": "0.3871",
|
|
472
|
+
"milkyWayDistance": "~25,000-28,000",
|
|
473
|
+
"milkyWayPeriod": "~250",
|
|
474
|
+
"milkyWaySpeed": "~230",
|
|
475
|
+
"modernLLRRecessionCmYr": "3.82",
|
|
476
|
+
"moonApsidalCyclesPerH": "37,899.5",
|
|
477
|
+
"moonApsidalPeriodYr": "8.848",
|
|
478
|
+
"moonApsidalPrecessionDaysInput": "3,231.493",
|
|
479
|
+
"moonAxialTilt": "6.687",
|
|
480
|
+
"moonC22Grail": "22.4261",
|
|
481
|
+
"moonCMR2": "0.392728",
|
|
482
|
+
"moonDiameter": "3,474.8",
|
|
483
|
+
"moonDistanceAt200MyrFuture": "392,059",
|
|
484
|
+
"moonDistanceAtDevonian": "369,749",
|
|
485
|
+
"moonDistanceAtHadean": "9,471",
|
|
486
|
+
"moonDistanceAtHadeanRE": "1.48",
|
|
487
|
+
"moonEclipticInclination": "5.1573",
|
|
488
|
+
"moonGenesisAgeGa": "4.498",
|
|
489
|
+
"moonInclinationConstantBrownELP": "5.1453964",
|
|
490
|
+
"moonJ2Grail": "203.305",
|
|
491
|
+
"moonKeplerEffectiveDistance": "386,321",
|
|
492
|
+
"moonLevelingCycle": "~16.89",
|
|
493
|
+
"moonNodalCyclesPerH": "18,014.875",
|
|
494
|
+
"moonNodalPeriodYr": "18.613",
|
|
495
|
+
"moonNodalPrecessionDaysInput": "6,798.38",
|
|
496
|
+
"moonObliquityEcliptic": "1.5424",
|
|
497
|
+
"moonOrbitalCircumference": "2,415,250.59",
|
|
498
|
+
"moonOrbitalEccentricity": "0.0549",
|
|
499
|
+
"moonOrbitalEccentricityFull": "0.054900489",
|
|
500
|
+
"moonOrbitalRadius": "384,399.07",
|
|
501
|
+
"moonSiderealMonthInput": "27.32166156",
|
|
502
|
+
"mptObliquityIceSharePost": "64",
|
|
503
|
+
"mptObliquityIceSharePre": "95",
|
|
504
|
+
"mptObliquityShiftPP": "+31",
|
|
505
|
+
"nasaLunarResidualMinutes": "20.0",
|
|
506
|
+
"nasaLunarResidualSeconds": "1,199",
|
|
507
|
+
"nasaSolarResidualMinutes": "11.2",
|
|
508
|
+
"neptuneAscNodeN": "3",
|
|
509
|
+
"neptuneAscNodePeriod": "-894,179",
|
|
510
|
+
"neptuneAscNodeResidual": "0.01",
|
|
511
|
+
"neptuneAxialPeriod": "22,800,000",
|
|
512
|
+
"neptuneEccBase": "0.00860",
|
|
513
|
+
"neptuneEccCycle": "26,825",
|
|
514
|
+
"neptuneEccCycleFormula": "≈2H/25",
|
|
515
|
+
"neptuneEccJ2000": "0.00859",
|
|
516
|
+
"neptuneEccPhaseJ2000": "38.24",
|
|
517
|
+
"neptuneEccVsJ2000": "+0.07",
|
|
518
|
+
"neptuneEccWeight": "0.00173",
|
|
519
|
+
"neptuneEccWeightSci": "1.733 × 10⁻³",
|
|
520
|
+
"neptuneFluctuationMax": "+96",
|
|
521
|
+
"neptuneFluctuationMin": "-62",
|
|
522
|
+
"neptuneIcrfPeriod": "-26,825",
|
|
523
|
+
"neptuneInclAmp": "0.013551",
|
|
524
|
+
"neptuneInclCycleAnchor": "174.04",
|
|
525
|
+
"neptuneInclD": "34",
|
|
526
|
+
"neptuneInclEcl": "1.770",
|
|
527
|
+
"neptuneInclJ2000": "0.7354155",
|
|
528
|
+
"neptuneInclJ2000Round": "0.735",
|
|
529
|
+
"neptuneInclMax": "0.76",
|
|
530
|
+
"neptuneInclMean": "0.743803",
|
|
531
|
+
"neptuneInclMin": "0.73",
|
|
532
|
+
"neptuneInPhaseShare": "11",
|
|
533
|
+
"neptuneJ2000Fluct": "+8",
|
|
534
|
+
"neptuneJ2000Rate": "201",
|
|
535
|
+
"neptuneMeanObliq": "28.32",
|
|
536
|
+
"neptuneModelBaseline": "193.2",
|
|
537
|
+
"neptuneObliqCycle": "26,825",
|
|
538
|
+
"neptuneObservedRate": "200",
|
|
539
|
+
"neptuneOmegaDelta": "+2.76",
|
|
540
|
+
"neptuneOmegaJ2000": "192.04",
|
|
541
|
+
"neptuneOmegaSS": "189.28",
|
|
542
|
+
"neptunePeriFormula": "2H",
|
|
543
|
+
"neptunePeriLongJ2000": "45.801",
|
|
544
|
+
"neptunePeriPeriod": "670,634",
|
|
545
|
+
"neptunePeriPeriodICRF": "26,825",
|
|
546
|
+
"neptunePeriRate": "0.000537",
|
|
547
|
+
"neptunePredR2": "0.999985",
|
|
548
|
+
"neptunePredRmse": "0.0986",
|
|
549
|
+
"neptunePredTerms": "2,393",
|
|
550
|
+
"neptuneSemiMajor": "29.9282",
|
|
551
|
+
"nextBalancedYear": "32,682",
|
|
552
|
+
"nodalPrecEarth": "18.59992",
|
|
553
|
+
"nodalPrecICRF": "~18.6",
|
|
554
|
+
"nodalPrecICRFexact": "18.61334",
|
|
555
|
+
"obliqChapront10000AD": "22.6370",
|
|
556
|
+
"obliqChapront10000BC": "24.3053",
|
|
557
|
+
"obliqCycleFormula": "335,317 / 8",
|
|
558
|
+
"obliqCycleYears": "~41,915",
|
|
559
|
+
"obliqLaskar10000AD": "22.6534",
|
|
560
|
+
"obliqLaskar10000BC": "24.1592",
|
|
561
|
+
"obliqLaskar1000BC": "23.8144",
|
|
562
|
+
"obliqLaskar11725AD": "22.6117",
|
|
563
|
+
"obliqLaskar12000AD": "22.6081",
|
|
564
|
+
"obliqLaskar20000AD": "23.0630",
|
|
565
|
+
"obliqLaskar2000AD": "23.4393",
|
|
566
|
+
"obliqLaskar2050AD": "23.4328",
|
|
567
|
+
"obliqLaskar3000AD": "23.3099",
|
|
568
|
+
"obliqLaskar5000AD": "23.0639",
|
|
569
|
+
"obliqLaskar7000AD": "22.8553",
|
|
570
|
+
"obliqLaskar9233BC": "24.1956",
|
|
571
|
+
"obliqModel10000AD": "22.6183",
|
|
572
|
+
"obliqModel10000BC": "24.5294",
|
|
573
|
+
"obliqModel1000BC": "23.8253",
|
|
574
|
+
"obliqModel11725AD": "22.5436",
|
|
575
|
+
"obliqModel12000AD": "22.5359",
|
|
576
|
+
"obliqModel20000AD": "22.7693",
|
|
577
|
+
"obliqModel2000AD": "23.4393",
|
|
578
|
+
"obliqModel2050AD": "23.4328",
|
|
579
|
+
"obliqModel3000AD": "23.3103",
|
|
580
|
+
"obliqModel5000AD": "23.0650",
|
|
581
|
+
"obliqModel7000AD": "22.8508",
|
|
582
|
+
"obliqModel9233BC": "24.5116",
|
|
583
|
+
"obliqRateEcl": "30.920",
|
|
584
|
+
"obliquityAmplitude": "1.27210",
|
|
585
|
+
"obliquityCurrent": "23.4393",
|
|
586
|
+
"obliquityJ2000Deg": "23.439279",
|
|
587
|
+
"obliquityMax": "24.72",
|
|
588
|
+
"obliquityMaxRound": "24.72",
|
|
589
|
+
"obliquityMin": "22.21",
|
|
590
|
+
"obliquityMinRound": "22.21",
|
|
591
|
+
"obliquityNextMin": "22.51",
|
|
592
|
+
"obliquityNextMinYear": "13,664",
|
|
593
|
+
"obliquityRangeInline": "~22.21° – ~24.72°",
|
|
594
|
+
"obliquityRateJ2000": "-0.4682",
|
|
595
|
+
"oneAU": "149,597,870.698828",
|
|
596
|
+
"oneParsec": "30,856,775,814,671.9",
|
|
597
|
+
"patternEarthAgeGyr": "4.54",
|
|
598
|
+
"periAlignJD": "2,176,153",
|
|
599
|
+
"periAlignYear": "1246.03125",
|
|
600
|
+
"periAlignYearRound": "1246.03",
|
|
601
|
+
"perihelionPointKm": "2,301,714",
|
|
602
|
+
"periLongJ2000": "102.947",
|
|
603
|
+
"periLongMeeus1000AD": "85.788",
|
|
604
|
+
"periLongMeeus1246AD": "89.998",
|
|
605
|
+
"periLongMeeus2000AD": "102.937",
|
|
606
|
+
"periLongMeeus2500AD": "111.546",
|
|
607
|
+
"periLongMeeus3000AD": "120.178",
|
|
608
|
+
"periLongModel1000AD": "85.763",
|
|
609
|
+
"periLongModel1246AD": "90.000",
|
|
610
|
+
"periLongModel2000AD": "102.947",
|
|
611
|
+
"periLongModel2500AD": "111.446",
|
|
612
|
+
"periLongModel3000AD": "119.836",
|
|
613
|
+
"periLongShift1246to2000": "12.947",
|
|
614
|
+
"periPrecCycleMax": "21,312",
|
|
615
|
+
"periPrecCycleMin": "20,582",
|
|
616
|
+
"periPrecFormula": "335,317 / 16",
|
|
617
|
+
"periPrecJ2000": "20,940",
|
|
618
|
+
"periPrecYears": "~20,957",
|
|
619
|
+
"periPrecYearsExact": "20,957.31",
|
|
620
|
+
"periRate": "61.840",
|
|
621
|
+
"periRateJ2000": "61.889",
|
|
622
|
+
"plutoInclAmp": "0.717024",
|
|
623
|
+
"plutoInclCycleAnchor": "203.32",
|
|
624
|
+
"plutoInclJ2000": "15.5639473",
|
|
625
|
+
"plutoInclJ2000Round": "15.564",
|
|
626
|
+
"plutoInclMax": "16.43",
|
|
627
|
+
"plutoInclMean": "15.716200",
|
|
628
|
+
"plutoInclMin": "15.00",
|
|
629
|
+
"plutoOmegaJ2000": "101.06",
|
|
630
|
+
"plutoPeriFormula": "H/1",
|
|
631
|
+
"plutoPeriPeriod": "335,317",
|
|
632
|
+
"predTermsApprox": "~2,400",
|
|
633
|
+
"predTermsRange": "2,393–2,435",
|
|
634
|
+
"psiDecimal": "0.003307",
|
|
635
|
+
"psiFormula": "d_E × amp_E × √m_E (from Earth)",
|
|
636
|
+
"psiValue": "3.3069 × 10⁻³",
|
|
637
|
+
"pythagoreanMeanObliquity": "23.453",
|
|
638
|
+
"saturnAscNodeN": "36",
|
|
639
|
+
"saturnAscNodePeriod": "-74,515",
|
|
640
|
+
"saturnAscNodeResidual": "1.17",
|
|
641
|
+
"saturnAxialPeriod": "447,089",
|
|
642
|
+
"saturnEccBase": "0.05387",
|
|
643
|
+
"saturnEccCoeff": "0.2872",
|
|
644
|
+
"saturnEccCycle": "16,457",
|
|
645
|
+
"saturnEccCycleFormula": "8H/163",
|
|
646
|
+
"saturnEccJ2000": "0.05386",
|
|
647
|
+
"saturnEccPhaseJ2000": "318.84",
|
|
648
|
+
"saturnEccPredicted": "0.05372",
|
|
649
|
+
"saturnEccVsJ2000": "< 0.01",
|
|
650
|
+
"saturnEccWeight": "0.01547",
|
|
651
|
+
"saturnEccWeightSci": "1.547 × 10⁻²",
|
|
652
|
+
"saturnEclipticRateArcsec": "-31.4",
|
|
653
|
+
"saturnFluctuationMax": "+296",
|
|
654
|
+
"saturnFluctuationMin": "-325",
|
|
655
|
+
"saturnIcrfPeriod": "-15,873",
|
|
656
|
+
"saturnICRFRateArcsec": "-81.6",
|
|
657
|
+
"saturnInclAmp": "0.065194",
|
|
658
|
+
"saturnInclCycleAnchor": "116.26",
|
|
659
|
+
"saturnInclD": "3",
|
|
660
|
+
"saturnInclEcl": "2.486",
|
|
661
|
+
"saturnInclJ2000": "0.9254704",
|
|
662
|
+
"saturnInclJ2000Round": "0.925",
|
|
663
|
+
"saturnInclMax": "1.05",
|
|
664
|
+
"saturnInclMean": "0.984967",
|
|
665
|
+
"saturnInclMin": "0.92",
|
|
666
|
+
"saturnJ2000Fluct": "-285",
|
|
667
|
+
"saturnJ2000Rate": "-3,425",
|
|
668
|
+
"saturnMeanObliq": "26.80",
|
|
669
|
+
"saturnMissingAdvanceArcsec": "-280",
|
|
670
|
+
"saturnModelBaseline": "-3,140.3",
|
|
671
|
+
"saturnObliqCycle": "111,772",
|
|
672
|
+
"saturnObservedRate": "-3,400",
|
|
673
|
+
"saturnOmegaDelta": "-3.46",
|
|
674
|
+
"saturnOmegaJ2000": "118.81",
|
|
675
|
+
"saturnOmegaSS": "122.27",
|
|
676
|
+
"saturnPeriFormula": "−8H/65",
|
|
677
|
+
"saturnPeriLongJ2000": "92.128",
|
|
678
|
+
"saturnPeriPeriod": "41,270",
|
|
679
|
+
"saturnPeriPeriodICRF": "15,873",
|
|
680
|
+
"saturnPeriRate": "-0.008723",
|
|
681
|
+
"saturnPredErr": "0.27%",
|
|
682
|
+
"saturnPredR2": "1.000000",
|
|
683
|
+
"saturnPredRmse": "0.0973",
|
|
684
|
+
"saturnPredTerms": "2,421",
|
|
685
|
+
"saturnSemiMajor": "9.5310",
|
|
686
|
+
"siderealDay": "~86,164.09",
|
|
687
|
+
"siderealDayJ2000": "86,164.090527",
|
|
688
|
+
"siderealMonth": "27.3216616506",
|
|
689
|
+
"siderealSolarDiffSeconds": "1,224.6",
|
|
690
|
+
"siderealSolarMeanDiffSeconds": "1,223.49",
|
|
691
|
+
"siderealYearInputDays": "365.256363004",
|
|
692
|
+
"siderealYearJ2000Days": "365.25636303",
|
|
693
|
+
"siderealYearSeconds": "31,558,149.76",
|
|
694
|
+
"siderealYearsPerAxialPrec": "25,793",
|
|
695
|
+
"sigCorrelationFactor": "1.8",
|
|
696
|
+
"sigEmpiricalCount": "4",
|
|
697
|
+
"sigLawCount": "6",
|
|
698
|
+
"sigMcCombinableCount": "9",
|
|
699
|
+
"signConventionHitsWindow": "4",
|
|
700
|
+
"signConventionTotalWindow": "5",
|
|
701
|
+
"sigStructuralCount": "7",
|
|
702
|
+
"sigTestCount": "11",
|
|
703
|
+
"solarAudit26Alignment": "12",
|
|
704
|
+
"solarAudit26Confirmed": "1",
|
|
705
|
+
"solarAudit26DTRegional": "0",
|
|
706
|
+
"solarAudit26Geographic": "8",
|
|
707
|
+
"solarAudit26OffPeak": "11",
|
|
708
|
+
"solarAudit26Regional": "6",
|
|
709
|
+
"solarAudit26ScanReach": "18",
|
|
710
|
+
"solarAudit26Total": "26",
|
|
711
|
+
"solarBeatingNasaPct": "47.2",
|
|
712
|
+
"solarDayJ2000": "86,400.000000",
|
|
713
|
+
"solarDayLayer2J2000": "86,400.003194",
|
|
714
|
+
"solarDayLayer3J2000": "86,400.000756",
|
|
715
|
+
"solarEventsBeatingNasa": "42",
|
|
716
|
+
"solarEventsTotal": "89",
|
|
717
|
+
"solarMassLossFracPerYr": "9.3 × 10⁻¹⁴",
|
|
718
|
+
"solarOrbitalSpeed": "107,225.047752503",
|
|
719
|
+
"solarParallax": "8.794143836",
|
|
720
|
+
"solarResidualGapAboveNasaSeconds": "-6",
|
|
721
|
+
"solarResidualMinutes": "11.1",
|
|
722
|
+
"solarResidualSecondsModel": "666",
|
|
723
|
+
"solarResidualSecondsNasa": "672",
|
|
724
|
+
"solarSystemShrinkDevonianPpm": "35",
|
|
725
|
+
"solarSystemShrinkHadeanPpm": "422",
|
|
726
|
+
"solarYearJ2000Days": "365.2421899",
|
|
727
|
+
"solarYearJ2000Seconds": "31,556,925.21",
|
|
728
|
+
"speedOfLight": "299,792.458",
|
|
729
|
+
"stackNetLodJ2000Ms": "-2.14",
|
|
730
|
+
"stackNextPeakYear": "2,740",
|
|
731
|
+
"stackNextTroughYear": "2,206",
|
|
732
|
+
"stackOvershootMs": "2.14",
|
|
733
|
+
"startAngleModel": "89.91949879",
|
|
734
|
+
"startModelJD": "2,451,716.5",
|
|
735
|
+
"startModelYear": "2000.5",
|
|
736
|
+
"startSolstice": "1",
|
|
737
|
+
"stellarDay": "~86,164.10",
|
|
738
|
+
"stellarDayJ2000": "86,164.098896",
|
|
739
|
+
"stellarSiderealDayDiffMs": "8.37",
|
|
740
|
+
"stephensonFullWindowRmsSeconds": "31.27",
|
|
741
|
+
"stoufferLogUnifP": "4.9 × 10⁻¹⁵",
|
|
742
|
+
"stoufferPermP": "1.8 × 10⁻⁵",
|
|
743
|
+
"stoufferSigmaLogUnif": "7.7",
|
|
744
|
+
"stoufferSigmaPerm": "4.1",
|
|
745
|
+
"stoufferSigmaUnif": "7.7",
|
|
746
|
+
"stoufferUnifP": "6.8 × 10⁻¹⁵",
|
|
747
|
+
"sunDiameter": "1,392,684",
|
|
748
|
+
"sunMeanLongitudeJ2000": "280.46646",
|
|
749
|
+
"sunModelDecRMS": "0.002",
|
|
750
|
+
"sunModelTrueError": "0.003",
|
|
751
|
+
"sunOrbitalCircumference": "939,951,143.16",
|
|
752
|
+
"sunSiderealYearDiff": "+0.02",
|
|
753
|
+
"sunTropicalYearDiff": "+0.10",
|
|
754
|
+
"synodicMonth": "29.5305889650",
|
|
755
|
+
"systemResetYearBC": "2,649,854 BC",
|
|
756
|
+
"tempGraphMostLikely": "14.5",
|
|
757
|
+
"testAEccentricityNull": "57.5",
|
|
758
|
+
"testAObliquityLagPercentile": "2.5",
|
|
759
|
+
"testAObliquityPeakMatch": "8/10",
|
|
760
|
+
"testC50Window": "−50",
|
|
761
|
+
"testCBalancePValue": "4 × 10⁻⁴",
|
|
762
|
+
"testCBalanceSaturnMult": "1.96",
|
|
763
|
+
"testCInvariantObliquityPct": "100",
|
|
764
|
+
"testCInvariantRandomPct": "68",
|
|
765
|
+
"testCLibrationPValue": "0.23",
|
|
766
|
+
"thirteenH": "4,359,121",
|
|
767
|
+
"threeH": "1,005,951",
|
|
768
|
+
"tidalLockApproachGyr": "50",
|
|
769
|
+
"tidalLockDaysPerYear": "7.8",
|
|
770
|
+
"tidalLockKm": "555,623",
|
|
771
|
+
"tidalLockLodDays": "47",
|
|
772
|
+
"tidalLockRE": "87.1",
|
|
773
|
+
"totalDaysInH": "122,471,920",
|
|
774
|
+
"tropicalMonth": "27.3215824151",
|
|
775
|
+
"twoH": "670,634",
|
|
776
|
+
"uranusAscNodeN": "11",
|
|
777
|
+
"uranusAscNodePeriod": "-243,867",
|
|
778
|
+
"uranusAscNodeResidual": "0.03",
|
|
779
|
+
"uranusAxialPeriod": "204,000,000",
|
|
780
|
+
"uranusEccBase": "0.04724",
|
|
781
|
+
"uranusEccCycle": "33,532",
|
|
782
|
+
"uranusEccCycleFormula": "≈H/10",
|
|
783
|
+
"uranusEccJ2000": "0.04726",
|
|
784
|
+
"uranusEccPhaseJ2000": "120.59",
|
|
785
|
+
"uranusEccVsJ2000": "-0.03",
|
|
786
|
+
"uranusEccWeight": "0.00570",
|
|
787
|
+
"uranusEccWeightSci": "5.705 × 10⁻³",
|
|
788
|
+
"uranusFluctuationMax": "+123",
|
|
789
|
+
"uranusFluctuationMin": "-108",
|
|
790
|
+
"uranusIcrfPeriod": "-33,532",
|
|
791
|
+
"uranusInclAmp": "0.023831",
|
|
792
|
+
"uranusInclCycleAnchor": "21.33",
|
|
793
|
+
"uranusInclD": "21",
|
|
794
|
+
"uranusInclEcl": "0.773",
|
|
795
|
+
"uranusInclJ2000": "0.9946692",
|
|
796
|
+
"uranusInclJ2000Round": "0.995",
|
|
797
|
+
"uranusInclMax": "1.04",
|
|
798
|
+
"uranusInclMean": "1.015182",
|
|
799
|
+
"uranusInclMin": "0.99",
|
|
800
|
+
"uranusInPhaseShare": "37",
|
|
801
|
+
"uranusJ2000Fluct": "-87",
|
|
802
|
+
"uranusJ2000Rate": "1,072",
|
|
803
|
+
"uranusMeanObliq": "82.24",
|
|
804
|
+
"uranusModelBaseline": "1,159.5",
|
|
805
|
+
"uranusObliqCycle": "167,659",
|
|
806
|
+
"uranusObservedRate": "1,100",
|
|
807
|
+
"uranusOmegaDelta": "-0.64",
|
|
808
|
+
"uranusOmegaJ2000": "307.80",
|
|
809
|
+
"uranusOmegaSS": "308.44",
|
|
810
|
+
"uranusPeriFormula": "H/3",
|
|
811
|
+
"uranusPeriLongJ2000": "170.731",
|
|
812
|
+
"uranusPeriPeriod": "111,772",
|
|
813
|
+
"uranusPeriPeriodICRF": "33,532",
|
|
814
|
+
"uranusPeriRate": "0.003221",
|
|
815
|
+
"uranusPredR2": "0.999998",
|
|
816
|
+
"uranusPredRmse": "0.0985",
|
|
817
|
+
"uranusPredTerms": "2,407",
|
|
818
|
+
"uranusSemiMajor": "19.1408",
|
|
819
|
+
"usnoLodJ2000": "86,400.0017",
|
|
820
|
+
"validatedWindowEndAD": "1,800",
|
|
821
|
+
"validatedWindowStartBC": "4,000",
|
|
822
|
+
"venusAscNodeN": "1",
|
|
823
|
+
"venusAscNodePeriod": "-2,682,536",
|
|
824
|
+
"venusAscNodeResidual": "1.13",
|
|
825
|
+
"venusAxialPeriod": "29,478",
|
|
826
|
+
"venusEccBase": "0.00771",
|
|
827
|
+
"venusEccCycle": "141,186",
|
|
828
|
+
"venusEccCycleFormula": "8H/19",
|
|
829
|
+
"venusEccJ2000": "0.00678",
|
|
830
|
+
"venusEccPhaseJ2000": "11.77",
|
|
831
|
+
"venusEccVsJ2000": "+13.7",
|
|
832
|
+
"venusEccWeight": "0.00000",
|
|
833
|
+
"venusEccWeightSci": "1.272 × 10⁻⁶",
|
|
834
|
+
"venusFluctuationMax": "+1,231",
|
|
835
|
+
"venusFluctuationMin": "-1,350",
|
|
836
|
+
"venusIcrfPeriod": "-24,387",
|
|
837
|
+
"venusInclAmp": "0.062166",
|
|
838
|
+
"venusInclCycleAnchor": "218.64",
|
|
839
|
+
"venusInclD": "34",
|
|
840
|
+
"venusInclEcl": "3.395",
|
|
841
|
+
"venusInclJ2000": "2.1545441",
|
|
842
|
+
"venusInclJ2000Round": "2.155",
|
|
843
|
+
"venusInclMax": "2.21",
|
|
844
|
+
"venusInclMean": "2.151359",
|
|
845
|
+
"venusInclMin": "2.09",
|
|
846
|
+
"venusJ2000Fluct": "+225",
|
|
847
|
+
"venusJ2000Rate": "-65",
|
|
848
|
+
"venusMeanObliq": "2.64",
|
|
849
|
+
"venusModelBaseline": "-289.9",
|
|
850
|
+
"venusObliqCycle": "24,387",
|
|
851
|
+
"venusObservedRate": "0",
|
|
852
|
+
"venusOmegaDelta": "+2.39",
|
|
853
|
+
"venusOmegaJ2000": "54.70",
|
|
854
|
+
"venusOmegaSS": "52.31",
|
|
855
|
+
"venusPeriFormula": "−8H/6",
|
|
856
|
+
"venusPeriLongJ2000": "131.577",
|
|
857
|
+
"venusPeriPeriod": "447,089",
|
|
858
|
+
"venusPeriPeriodICRF": "24,387",
|
|
859
|
+
"venusPeriRate": "-0.000805",
|
|
860
|
+
"venusPredR2": "0.999997",
|
|
861
|
+
"venusPredRmse": "0.9175",
|
|
862
|
+
"venusPredTerms": "2,421",
|
|
863
|
+
"venusSemiMajor": "0.7233",
|
|
864
|
+
"wellsRecessionCmYr": "3.43",
|
|
865
|
+
"wellsTidalRate": "0.00526",
|
|
866
|
+
"wobbleCenterKm": "202,846"
|
|
867
|
+
}
|
|
868
|
+
}
|