@essrt/physics 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.
@@ -0,0 +1,868 @@
1
+ /**
2
+ * GENERATED — do not edit. Regenerate:
3
+ * node tools/constants/generate.mjs --write
4
+ *
5
+ * Source of truth: public/input/{model-parameters,astro-reference}.json
6
+ * Classification and rationale: tools/constants/generate.mjs
7
+ *
8
+ * Two exports, deliberately separate (§2d):
9
+ *
10
+ * DEFAULT_CONSTANTS free parameters + measured anchors. INJECTABLE — this is
11
+ * the counterfactual surface, and what the hash covers.
12
+ * REFERENCE_DATA validation targets + presentation. Single-sourced so
13
+ * nothing duplicates them, but NOT injectable:
14
+ * moonGrailWilliams2014 target
15
+ * giaCoxChaoPeltier target
16
+ * obliquityChapront2002 target
17
+ * ascendingNodesSouamiSouchay target
18
+ * laplaceLagrangeBounds target
19
+ * jplEclipticInclinationTrends target
20
+ * eigenmodePhasesLaplaceLagrange target
21
+ * externalCurveAnchors target
22
+ * knownValues target
23
+ * galaxyMotion presentation
24
+ * perihelionPrecessionRatesJPL target
25
+ * juneSolsticeReference target
26
+ *
27
+ * @typedef {typeof DEFAULT_CONSTANTS} GeneratedConstants
28
+ */
29
+
30
+ /**
31
+ * Content hash of the values below, over a key-sorted canonical form. Responses
32
+ * carry it so a counterfactual is reproducible (§2d).
33
+ * @type {string}
34
+ */
35
+ export const CONSTANTS_HASH = "d36050ef216d137f";
36
+
37
+ /** @type {Readonly<Record<string, unknown>>} */
38
+ export const DEFAULT_CONSTANTS = Object.freeze({
39
+ hash: "d36050ef216d137f",
40
+ additionalBodies: {
41
+ "pluto": {
42
+ "name": "Pluto",
43
+ "orbitalEccentricityBase": 0.2488273,
44
+ "type": "I",
45
+ "angleCorrection": 2.469281,
46
+ "startpos": 71.555,
47
+ "perihelionEclipticFraction": [
48
+ 1,
49
+ 1
50
+ ],
51
+ "ascendingNodeInvPlane": 101.06,
52
+ "inclinationCycleAnchor": 203.32,
53
+ "invPlaneInclinationMean": 15.7162,
54
+ "invPlaneInclinationAmplitude": 0.717024
55
+ },
56
+ "halleys": {
57
+ "name": "Halley's",
58
+ "orbitalEccentricityBase": 0.96714291,
59
+ "type": "III",
60
+ "angleCorrection": -1.619816,
61
+ "startpos": 80,
62
+ "perihelionEclipticFraction": [
63
+ 1,
64
+ 1
65
+ ],
66
+ "ascendingNodeInvPlane": 59.56,
67
+ "inclinationCycleAnchor": 23.3195,
68
+ "invPlaneInclinationMean": 150,
69
+ "invPlaneInclinationAmplitude": 0.1
70
+ },
71
+ "eros": {
72
+ "name": "Eros",
73
+ "orbitalEccentricityBase": 0.2229512,
74
+ "type": "II",
75
+ "angleCorrection": 0.047888,
76
+ "startpos": 57.402,
77
+ "perihelionEclipticFraction": [
78
+ 1,
79
+ 1
80
+ ],
81
+ "ascendingNodeInvPlane": 10.36,
82
+ "inclinationCycleAnchor": 203.3195,
83
+ "invPlaneInclinationMean": 9.25,
84
+ "invPlaneInclinationAmplitude": 0.5
85
+ },
86
+ "ceres": {
87
+ "name": "Ceres",
88
+ "orbitalEccentricityBase": 0.0755347,
89
+ "orbitDistanceOverride": 2.76596,
90
+ "angleCorrection": 0,
91
+ "startpos": 0,
92
+ "perihelionEclipticFraction": [
93
+ 1,
94
+ 1
95
+ ],
96
+ "ascendingNodeInvPlane": 80.89,
97
+ "inclinationCycleAnchor": 203.3195,
98
+ "invPlaneInclinationMean": 0.43,
99
+ "invPlaneInclinationAmplitude": 0.05
100
+ }
101
+ },
102
+ additionalBodiesReference: {
103
+ "pluto": {
104
+ "solarYearInput": 90465,
105
+ "orbitalEccentricityJ2000": 0.2488273,
106
+ "eclipticInclinationJ2000": 17.14001,
107
+ "invPlaneInclinationJ2000": 15.5639473,
108
+ "axialTiltJ2000": 57.47,
109
+ "longitudePerihelion": 224.06891,
110
+ "ascendingNode": 110.30393,
111
+ "meanAnomaly": 15.55009,
112
+ "trueAnomaly": 26.31965048,
113
+ "rotationPeriodDays": 6.38720012152536
114
+ },
115
+ "halleys": {
116
+ "solarYearInput": 27503,
117
+ "orbitalEccentricityJ2000": 0.96714291,
118
+ "eclipticInclinationJ2000": 162.26269,
119
+ "invPlaneInclinationJ2000": 150,
120
+ "axialTiltJ2000": 0,
121
+ "longitudePerihelion": 111.33249,
122
+ "ascendingNode": 58.42008,
123
+ "meanAnomaly": 38.77481,
124
+ "trueAnomaly": 166.26774708,
125
+ "rotationPeriodDays": 2.2
126
+ },
127
+ "eros": {
128
+ "solarYearInput": 642.93,
129
+ "orbitalEccentricityJ2000": 0.2229512,
130
+ "eclipticInclinationJ2000": 10.8276,
131
+ "invPlaneInclinationJ2000": 9.25,
132
+ "axialTiltJ2000": 0,
133
+ "longitudePerihelion": 178.81322,
134
+ "ascendingNode": 304.30993,
135
+ "meanAnomaly": 320.21552,
136
+ "trueAnomaly": 299.9171374,
137
+ "rotationPeriodDays": 0.21958333344885
138
+ },
139
+ "ceres": {
140
+ "solarYearInput": 1680.5,
141
+ "orbitalEccentricityJ2000": 0.0755347,
142
+ "eclipticInclinationJ2000": 10.59407,
143
+ "invPlaneInclinationJ2000": 0.4331698,
144
+ "axialTiltJ2000": 4,
145
+ "longitudePerihelion": 73.59769,
146
+ "ascendingNode": 80.30533,
147
+ "meanAnomaly": 95.98772,
148
+ "trueAnomaly": 104.48097667
149
+ }
150
+ },
151
+ bodyDiametersKm: {
152
+ "sun": 1392684,
153
+ "moon": 3474.8,
154
+ "earth": 12756.27,
155
+ "mercury": 4879.4,
156
+ "venus": 12103.6,
157
+ "mars": 6779,
158
+ "jupiter": 139822,
159
+ "saturn": 116464,
160
+ "uranus": 50724,
161
+ "neptune": 49244,
162
+ "pluto": 2376.6,
163
+ "halleys": 11,
164
+ "eros": 16.84
165
+ },
166
+ cardinalPointAnchors: {
167
+ "SS": 2451716.5748,
168
+ "WS": 2451900.06782,
169
+ "VE": 2451623.738137,
170
+ "AE": 2451810.304796
171
+ },
172
+ deepTime: {
173
+ "alpha1PerMa": -0.000099375895103,
174
+ "alpha3PerMa3": -6.4186463489e-12,
175
+ "alpha4PerMa4": 1.3619800519e-16,
176
+ "alphaClimateScalePerMille": -3.93e-7,
177
+ "dtStackTaperFullHalfwidthYr": 300000,
178
+ "dtStackTaperTotalHalfwidthYr": 400000
179
+ },
180
+ earth: {
181
+ "earthtiltMean": 23.413527499101747,
182
+ "earthInvPlaneInclinationAmplitude": 0.6360475695866625,
183
+ "eccentricityBase": 0.015386009686374918,
184
+ "eccentricityAmplitude": 0.0013559440307290061
185
+ },
186
+ earthOrbital: {
187
+ "j2000EpochYear": 2000,
188
+ "perihelionalignmentYear": 1246.03125,
189
+ "juneSolstice2000_JD": 2451716.575,
190
+ "obliquityJ2000_deg": 23.439279444444445,
191
+ "obliquityRate_arcsecPerCentury": -46.836769,
192
+ "earthEccentricityJ2000": 0.01671022,
193
+ "earthEccentricityDotJ2000": -0.000042037,
194
+ "earthEccentricityDotDotJ2000": -2.534e-7,
195
+ "earthPerihelionLongitudeJ2000": 102.94719,
196
+ "sunMeanLongitudeJ2000_deg": 280.46646,
197
+ "earthAscendingNodeInvPlane": 284.51,
198
+ "earthInclinationCycleAnchor": 21.77,
199
+ "perihelionPassageJ2000_JD": 2451547.042,
200
+ "earthInclinationJ2000_deg": 1.57869,
201
+ "earthInclinationRate_arcsecPerCentury": -18,
202
+ "deltaTStart": 55.85417672145975,
203
+ "sunTilt": 7.155
204
+ },
205
+ foundational: {
206
+ "holisticyearLength": 335317,
207
+ "stepYears": 23,
208
+ "inputmeanlengthsolaryearindays": 365.2422,
209
+ "startmodelJD": 2451716.5,
210
+ "startmodelYear": 2000.5,
211
+ "correctionDays": -0.828832119703292,
212
+ "correctionSun": 0.4968839022012559,
213
+ "temperatureGraphMostLikely": 14.5,
214
+ "startAngleModel": 89.91949879,
215
+ "useVariableSpeed": true,
216
+ "systemResetN": 7
217
+ },
218
+ moon: {
219
+ "moonStartposApsidal": 347.5476,
220
+ "moonStartposNodal": 64.0435,
221
+ "moonStartposMoon": 67.8443,
222
+ "moonMeeusLpCorrection": 0.010576278829833089
223
+ },
224
+ moonMeeus: {
225
+ "elpW1T2Decomposition_arcsecPerCy2": {
226
+ "planetary": 5.8665,
227
+ "earthFigureJ2": 0.1925,
228
+ "tidesAdopted": -12.8125,
229
+ "tidesFittedLLR": -12.9257,
230
+ "generalPrecessionPA_T2_Lieske1976": 1.11113,
231
+ "generalPrecessionPA_T2_IAU2006": 1.1054348
232
+ },
233
+ "moonMeanAnomalyJ2000_deg": 134.9634,
234
+ "moonMeanAnomalyRate_degPerDay": 13.06499295,
235
+ "moonMeanElongationJ2000_deg": 297.8502,
236
+ "moonMeanElongationRate_degPerDay": 12.19074912,
237
+ "sunMeanAnomalyJ2000_deg": 357.5291,
238
+ "sunMeanAnomalyRate_degPerDay": 0.98560028,
239
+ "moonArgLatJ2000_deg": 93.2720993,
240
+ "moonArgLatRate_degPerCentury": 483202.0175273,
241
+ "moonMeanElongationJ2000Full_deg": 297.8502042,
242
+ "moonMeanElongationRate_degPerCentury": 445267.1115168
243
+ },
244
+ moonReference: {
245
+ "moonSiderealMonthInput": 27.32166156,
246
+ "moonApsidalPrecessionDaysInputICRF": 3231.493,
247
+ "moonNodalPrecessionDaysInputICRF": 6798.38,
248
+ "moonDistance": 384399.07,
249
+ "moonEclipticInclinationJ2000": 5.1573,
250
+ "moonInclinationConstantBrownELP": 5.1453964,
251
+ "moonOrbitalEccentricityBase": 0.054900489,
252
+ "moonObliquityEclipticJ2000": 1.5424,
253
+ "moonTilt": 6.687
254
+ },
255
+ perihelionPassageRef: {
256
+ "mercury": 2460335.9,
257
+ "venus": 2455464.42,
258
+ "mars": 2456499.441,
259
+ "jupiter": 2464224.5,
260
+ "saturn": 2452875.9,
261
+ "uranus": 2439699.8,
262
+ "neptune": 2409432.4
263
+ },
264
+ physicalConstants: {
265
+ "currentAUDistance": 149597870.698828,
266
+ "G_CONSTANT": 6.6743e-20,
267
+ "MASS_RATIO_EARTH_MOON": 81.30056816,
268
+ "speedOfLight": 299792.458,
269
+ "earthMoiFactorJ2000": 0.3306947,
270
+ "solarLuminosityW": 3.828e+26,
271
+ "solarWindMassLossKgPerS": 1600000000,
272
+ "massRatioDE440": {
273
+ "mercury": 6023657.94,
274
+ "venus": 408523.72,
275
+ "mars": 3098703.59,
276
+ "jupiter": 1047.348625,
277
+ "saturn": 3497.9018,
278
+ "uranus": 22902.944,
279
+ "neptune": 19412.237,
280
+ "pluto": 136045556
281
+ },
282
+ "massRatioDE440Alone": {
283
+ "mars": 3098703.71,
284
+ "jupiter": 1047.5655,
285
+ "saturn": 3498.7667,
286
+ "uranus": 22905.343,
287
+ "neptune": 19416.299,
288
+ "pluto": 152610777
289
+ },
290
+ "smallBodyMasses": {
291
+ "ceresGmKm3PerS2": 62.6274,
292
+ "erosMassKg": 6687000000000000,
293
+ "halleysMassKg": 220000000000000
294
+ },
295
+ "earthJ2": 0.00108262668,
296
+ "earthEquatorialRadiusKm": 6378.1366,
297
+ "earthParallaxRadiusKm": 6378.1369994839,
298
+ "solarParallaxArcsec": 8.794143836,
299
+ "arcsecDisplacementKm": 725.270943796471
300
+ },
301
+ planetOrbitalElements: {
302
+ "mercury": {
303
+ "solarYearInput": 87.9683,
304
+ "orbitalEccentricityJ2000": 0.20563593,
305
+ "axialTiltJ2000": 0.03,
306
+ "eclipticInclinationJ2000": 7.00497902,
307
+ "longitudePerihelion": 77.4569131,
308
+ "ascendingNode": 48.33033155,
309
+ "invPlaneInclinationJ2000": 6.3472858,
310
+ "meanAnomaly": 156.6364301,
311
+ "trueAnomaly": 164.1669319
312
+ },
313
+ "venus": {
314
+ "solarYearInput": 224.695,
315
+ "orbitalEccentricityJ2000": 0.00677672,
316
+ "axialTiltJ2000": 2.6392,
317
+ "eclipticInclinationJ2000": 3.39467605,
318
+ "longitudePerihelion": 131.5765919,
319
+ "ascendingNode": 76.67877109,
320
+ "invPlaneInclinationJ2000": 2.1545441,
321
+ "meanAnomaly": 324.9668371,
322
+ "trueAnomaly": 324.5198504,
323
+ "rotationPeriodDays": 243.022699230302
324
+ },
325
+ "mars": {
326
+ "solarYearInput": 686.93,
327
+ "orbitalEccentricityJ2000": 0.0933941,
328
+ "axialTiltJ2000": 25.19,
329
+ "eclipticInclinationJ2000": 1.84969142,
330
+ "longitudePerihelion": 336.0650681,
331
+ "ascendingNode": 49.55737662,
332
+ "invPlaneInclinationJ2000": 1.6311858,
333
+ "meanAnomaly": 109.2630844,
334
+ "trueAnomaly": 118.9501056,
335
+ "rotationPeriodDays": 1.02595659586635
336
+ },
337
+ "jupiter": {
338
+ "solarYearInput": 4330.53,
339
+ "orbitalEccentricityJ2000": 0.04838624,
340
+ "axialTiltJ2000": 3.13,
341
+ "eclipticInclinationJ2000": 1.30439695,
342
+ "longitudePerihelion": 14.70659401,
343
+ "ascendingNode": 100.4877868,
344
+ "invPlaneInclinationJ2000": 0.3219652,
345
+ "meanAnomaly": 32.47179744,
346
+ "trueAnomaly": 35.69428061,
347
+ "rotationPeriodDays": 0.413541666975253
348
+ },
349
+ "saturn": {
350
+ "solarYearInput": 10747,
351
+ "orbitalEccentricityJ2000": 0.05386179,
352
+ "axialTiltJ2000": 26.73,
353
+ "eclipticInclinationJ2000": 2.48599187,
354
+ "longitudePerihelion": 92.12794343,
355
+ "ascendingNode": 113.6452856,
356
+ "invPlaneInclinationJ2000": 0.9254704,
357
+ "meanAnomaly": 325.663876,
358
+ "trueAnomaly": 321.7910116,
359
+ "rotationPeriodDays": 0.440023148755863
360
+ },
361
+ "uranus": {
362
+ "solarYearInput": 30586,
363
+ "orbitalEccentricityJ2000": 0.04725744,
364
+ "axialTiltJ2000": 82.23,
365
+ "eclipticInclinationJ2000": 0.77263783,
366
+ "longitudePerihelion": 170.7308251,
367
+ "ascendingNode": 74.00919023,
368
+ "invPlaneInclinationJ2000": 0.9946692,
369
+ "meanAnomaly": 145.7292678,
370
+ "trueAnomaly": 148.5142459,
371
+ "rotationPeriodDays": 0.718329998141018
372
+ },
373
+ "neptune": {
374
+ "solarYearInput": 59800,
375
+ "orbitalEccentricityJ2000": 0.00859048,
376
+ "axialTiltJ2000": 28.32,
377
+ "eclipticInclinationJ2000": 1.77004347,
378
+ "longitudePerihelion": 45.80124471,
379
+ "ascendingNode": 131.7853754,
380
+ "invPlaneInclinationJ2000": 0.7354155,
381
+ "meanAnomaly": 262.5003424,
382
+ "trueAnomaly": 261.2242728,
383
+ "rotationPeriodDays": 0.671300001591743
384
+ }
385
+ },
386
+ planets: {
387
+ "mercury": {
388
+ "name": "Mercury",
389
+ "eocFraction": -0.527,
390
+ "startpos": 83.65212772217342,
391
+ "angleCorrection": 0.971595956003533,
392
+ "perihelionEclipticFraction": [
393
+ 8,
394
+ 11
395
+ ],
396
+ "type": "I",
397
+ "mirrorPair": "uranus",
398
+ "fibonacciD": 21,
399
+ "ascendingNodeInvPlane": 32.83,
400
+ "inclinationCycleAnchor": 234.52,
401
+ "antiPhase": false,
402
+ "ascendingNodeCyclesIn8H": 9,
403
+ "obliquityCycleFraction": [
404
+ 8,
405
+ 3
406
+ ],
407
+ "axialPrecessionFraction": [
408
+ -8,
409
+ 9
410
+ ],
411
+ "eccentricityCycleFraction": [
412
+ 2,
413
+ 21
414
+ ]
415
+ },
416
+ "venus": {
417
+ "name": "Venus",
418
+ "eocFraction": 0.436,
419
+ "startpos": 249.28769121856186,
420
+ "angleCorrection": -2.7506208719906127,
421
+ "perihelionEclipticFraction": [
422
+ -8,
423
+ 6
424
+ ],
425
+ "type": "I",
426
+ "mirrorPair": "neptune",
427
+ "fibonacciD": 34,
428
+ "ascendingNodeInvPlane": 54.7,
429
+ "inclinationCycleAnchor": 218.64,
430
+ "antiPhase": false,
431
+ "ascendingNodeCyclesIn8H": 1,
432
+ "obliquityCycleFraction": null,
433
+ "axialPrecessionFraction": [
434
+ 8,
435
+ 91
436
+ ],
437
+ "eccentricityCycleFraction": [
438
+ 8,
439
+ 19
440
+ ]
441
+ },
442
+ "mars": {
443
+ "name": "Mars",
444
+ "eocFraction": -0.066224,
445
+ "startpos": 121.4634461571797,
446
+ "angleCorrection": -2.110262688821635,
447
+ "perihelionEclipticFraction": [
448
+ 8,
449
+ 36
450
+ ],
451
+ "type": "II",
452
+ "mirrorPair": "jupiter",
453
+ "fibonacciD": 5,
454
+ "ascendingNodeInvPlane": 354.87,
455
+ "inclinationCycleAnchor": 236.07,
456
+ "antiPhase": false,
457
+ "ascendingNodeCyclesIn8H": 64,
458
+ "obliquityCycleFraction": [
459
+ 8,
460
+ 21
461
+ ],
462
+ "axialPrecessionFraction": [
463
+ -1,
464
+ 2
465
+ ],
466
+ "eccentricityCycleFraction": [
467
+ 8,
468
+ 52
469
+ ]
470
+ },
471
+ "jupiter": {
472
+ "name": "Jupiter",
473
+ "eocFraction": 0.495,
474
+ "startpos": 13.887946755371052,
475
+ "angleCorrection": 0.9306112039524912,
476
+ "perihelionEclipticFraction": [
477
+ 8,
478
+ 39
479
+ ],
480
+ "type": "III",
481
+ "mirrorPair": "mars",
482
+ "fibonacciD": 5,
483
+ "ascendingNodeInvPlane": 312.89,
484
+ "inclinationCycleAnchor": 287.06,
485
+ "antiPhase": false,
486
+ "ascendingNodeCyclesIn8H": 36,
487
+ "obliquityCycleFraction": [
488
+ 1,
489
+ 2
490
+ ],
491
+ "axialPrecessionFraction": [
492
+ -8,
493
+ 21
494
+ ],
495
+ "eccentricityCycleFraction": [
496
+ 8,
497
+ 44
498
+ ]
499
+ },
500
+ "saturn": {
501
+ "name": "Saturn",
502
+ "eocFraction": 0.54,
503
+ "startpos": 11.279046793476084,
504
+ "angleCorrection": -0.17887349563889998,
505
+ "perihelionEclipticFraction": [
506
+ -8,
507
+ 65
508
+ ],
509
+ "type": "III",
510
+ "mirrorPair": "earth",
511
+ "fibonacciD": 3,
512
+ "ascendingNodeInvPlane": 118.81,
513
+ "inclinationCycleAnchor": 116.26,
514
+ "antiPhase": true,
515
+ "ascendingNodeCyclesIn8H": 36,
516
+ "obliquityCycleFraction": [
517
+ 1,
518
+ 3
519
+ ],
520
+ "axialPrecessionFraction": [
521
+ -4,
522
+ 3
523
+ ],
524
+ "eccentricityCycleFraction": [
525
+ 8,
526
+ 163
527
+ ]
528
+ },
529
+ "uranus": {
530
+ "name": "Uranus",
531
+ "eocFraction": 0.53,
532
+ "startpos": 44.900388945775106,
533
+ "angleCorrection": -0.7329070274012324,
534
+ "perihelionEclipticFraction": [
535
+ 1,
536
+ 3
537
+ ],
538
+ "type": "III",
539
+ "mirrorPair": "mercury",
540
+ "fibonacciD": 21,
541
+ "ascendingNodeInvPlane": 307.8,
542
+ "inclinationCycleAnchor": 21.33,
543
+ "antiPhase": false,
544
+ "ascendingNodeCyclesIn8H": 11,
545
+ "obliquityCycleFraction": [
546
+ 1,
547
+ 2
548
+ ],
549
+ "axialPrecessionFraction": [
550
+ 610,
551
+ 1
552
+ ],
553
+ "eccentricityCycleFraction": [
554
+ 1,
555
+ 10
556
+ ],
557
+ "eccentricityCycleApprox": true
558
+ },
559
+ "neptune": {
560
+ "name": "Neptune",
561
+ "eocFraction": 0.585,
562
+ "startpos": 47.9552024382285,
563
+ "angleCorrection": 2.332347646694906,
564
+ "perihelionEclipticFraction": [
565
+ 2,
566
+ 1
567
+ ],
568
+ "type": "III",
569
+ "mirrorPair": "venus",
570
+ "fibonacciD": 34,
571
+ "ascendingNodeInvPlane": 192.04,
572
+ "inclinationCycleAnchor": 174.04,
573
+ "antiPhase": false,
574
+ "ascendingNodeCyclesIn8H": 3,
575
+ "obliquityCycleFraction": null,
576
+ "axialPrecessionFraction": [
577
+ -68,
578
+ 1
579
+ ],
580
+ "eccentricityCycleFraction": [
581
+ 2,
582
+ 25
583
+ ],
584
+ "eccentricityCycleApprox": true
585
+ }
586
+ },
587
+ timeReference: {
588
+ "j2000JD": 2451545,
589
+ "julianCenturyDays": 36525,
590
+ "gregorianStartJD": 2299160.5,
591
+ "jd1800": 2378496.5,
592
+ "jd1900": 2415191.5,
593
+ "jd2100": 2488069.5
594
+ },
595
+ yearLengthRef: {
596
+ "tropicalYearVE": 365.242374,
597
+ "tropicalYearSS": 365.241626,
598
+ "tropicalYearAE": 365.242018,
599
+ "tropicalYearWS": 365.24274,
600
+ "tropicalYearMean": 365.2421897,
601
+ "anomalisticYear": 365.259636,
602
+ "siderealYear": 365.256363004,
603
+ "iauPrecessionJ2000": 25770.7280535361,
604
+ "tropicalYearRateSecPerCentury": -0.53,
605
+ "solarDay": 86400,
606
+ "siderealDay": 86164.09053083288,
607
+ "stellarDay": 86164.0989036905
608
+ },
609
+ });
610
+
611
+ /**
612
+ * Validation targets and presentation data — SINGLE-SOURCED BUT NOT INJECTABLE.
613
+ *
614
+ * These are deliberately absent from DEFAULT_CONSTANTS. `createModel` never
615
+ * accepts them, so a counterfactual cannot move the goalposts it is judged by:
616
+ * laplaceLagrangeBounds is the bound Saturn fails in verify-laws (44/45), and
617
+ * making it injectable would let that documented failure be configured away.
618
+ *
619
+ * They are still emitted, because "must not be injectable" and "may be
620
+ * duplicated as literals" are different claims. Before this export existed,
621
+ * script.js carried its own copies of all of them with nothing keeping the two
622
+ * in step — they happened to agree, by nobody's design.
623
+ *
624
+ * @type {Readonly<Record<string, unknown>>}
625
+ */
626
+ export const REFERENCE_DATA = Object.freeze({
627
+ ascendingNodesSouamiSouchay: {
628
+ "invariablePlaneOnEclipticDeg": 107.582,
629
+ "earth": 284.51,
630
+ "mercury": 32.22,
631
+ "venus": 52.31,
632
+ "mars": 352.95,
633
+ "jupiter": 306.92,
634
+ "saturn": 122.27,
635
+ "uranus": 308.44,
636
+ "neptune": 189.28,
637
+ "pluto": 107.06,
638
+ "halleys": 59.56,
639
+ "eros": 10.36,
640
+ "ceres": 80.89
641
+ },
642
+ eigenmodePhasesLaplaceLagrange: {
643
+ "gamma1": 20.23,
644
+ "gamma2": 318.3,
645
+ "gamma3": 255.6,
646
+ "gamma4": 296.9,
647
+ "gamma6": 127.3,
648
+ "gamma7": 315.6,
649
+ "gamma8": 202.8
650
+ },
651
+ externalCurveAnchors: {
652
+ "deltaTEspenakJ2000Seconds": 63.86
653
+ },
654
+ galaxyMotion: {
655
+ "milkywayDistance": 27500,
656
+ "sunSpeed": 828000,
657
+ "greatattractorDistance": 200000000,
658
+ "milkywaySpeed": 2160000
659
+ },
660
+ giaCoxChaoPeltier: {
661
+ "dJ2DtPerYr": -2.7e-11,
662
+ "j2ToAlphaFactor": 2
663
+ },
664
+ jplEclipticInclinationTrends: {
665
+ "mercury": -0.00595,
666
+ "venus": -0.00079,
667
+ "mars": -0.00813,
668
+ "jupiter": -0.00184,
669
+ "saturn": 0.00194,
670
+ "uranus": -0.00243,
671
+ "neptune": 0.00035,
672
+ "pluto": -0.001
673
+ },
674
+ juneSolsticeReference: {
675
+ "1990": {
676
+ "solsticeRefJD": 2448091.148148,
677
+ "timeUTC": "15:33"
678
+ },
679
+ "1995": {
680
+ "solsticeRefJD": 2449919.357639,
681
+ "timeUTC": "20:34"
682
+ },
683
+ "2000": {
684
+ "solsticeRefJD": 2451716.575,
685
+ "timeUTC": "01:48"
686
+ },
687
+ "2005": {
688
+ "solsticeRefJD": 2453542.781944,
689
+ "timeUTC": "06:46"
690
+ },
691
+ "2010": {
692
+ "solsticeRefJD": 2455368.977778,
693
+ "timeUTC": "11:28"
694
+ },
695
+ "2015": {
696
+ "solsticeRefJD": 2457195.193056,
697
+ "timeUTC": "16:38"
698
+ },
699
+ "2020": {
700
+ "solsticeRefJD": 2459021.404861,
701
+ "timeUTC": "21:43"
702
+ },
703
+ "2025": {
704
+ "solsticeRefJD": 2460847.6125,
705
+ "timeUTC": "02:42"
706
+ }
707
+ },
708
+ knownValues: {
709
+ "iersObservedDLodDtMsPerCy": 1.75,
710
+ "llrTidalGammaArcsecPerCy2": -25.858,
711
+ "moonKeplerEffectiveDistanceKm": 386321,
712
+ "meeusA1RateDegPerCy": 131.849,
713
+ "meeusEclipsesTestCount": 58,
714
+ "meeusEclipseRmsMinutes": 0.81,
715
+ "meeusParallaxResidualArcsec": 0.04,
716
+ "meeusPearsonR": 0.9945,
717
+ "meeusJplDecRmsDeg": 0.02,
718
+ "sunModelDecRmsDeg": 0.002,
719
+ "sunModelTrueErrorDeg": 0.003,
720
+ "sunTropicalYearDiffSeconds": 0.1,
721
+ "sunSiderealYearDiffSeconds": 0.02,
722
+ "mercuryNewtonianArcsecCy": 532,
723
+ "mercuryObservedICRFArcsecCy": 575,
724
+ "mercuryPark2017RateArcsecCy": 575.31,
725
+ "mercuryAnomalyClassicArcsecCy": 43,
726
+ "mercuryObservedRateArcsecCy": 572,
727
+ "venusObservedRateArcsecCy": 0,
728
+ "earthObservedRateArcsecCy": 6186,
729
+ "earthObservedRateHelioArcsecCy": 1164,
730
+ "marsObservedRateArcsecCy": 1600,
731
+ "jupiterObservedRateArcsecCy": 1800,
732
+ "saturnObservedRateArcsecCy": -3400,
733
+ "saturnMissingAdvanceArcsec": -280,
734
+ "uranusObservedRateArcsecCy": 1100,
735
+ "neptuneObservedRateArcsecCy": 200,
736
+ "ascNodeJointRmsArcsec": 5.8,
737
+ "generalPrecessionArcsecCy": 5028.8,
738
+ "bepiColomboPrecisionArcsec": 0.0015,
739
+ "chandlerWobbleCycleMonths": 14,
740
+ "chandlerWobbleAmplitudeRange": "3–15",
741
+ "jupiterBarycenterPeriodYears": 11.859,
742
+ "milkyWayDistanceRangeLy": "25,000-28,000",
743
+ "milkyWaySpeedKmS": 230,
744
+ "milkyWayPeriodMyr": 250,
745
+ "laplaceLagrangeResidualDeg": 0.001,
746
+ "patternEarthAgeGyr": 4.54,
747
+ "moonGenesisAgeGa": 4.498,
748
+ "wellsTidalRateHrPerMa": 0.00526,
749
+ "wellsRecessionCmYr": 3.43,
750
+ "modernLLRRecessionCmYr": 3.82,
751
+ "tidalLockApproachGyr": 50,
752
+ "essrtFormulaHorizonGyr": 3,
753
+ "iceAlbedoShareLongPct": 46,
754
+ "chengR2": 0.68,
755
+ "testAObliquityLagPercentile": 2.5,
756
+ "testAObliquityPeakMatch": "8/10",
757
+ "testAEccentricityNullPct": 57.5,
758
+ "eightHDerivabilityTopPct": 0.8,
759
+ "testCInvariantObliquityPct": 100,
760
+ "testCInvariantRandomPct": 68,
761
+ "testCBalanceSaturnMult": 1.96,
762
+ "testCBalancePValue": 0.0004,
763
+ "testCLibrationPValue": 0.23,
764
+ "testC50WindowMyr": -50,
765
+ "meeusPeriLong1000AD": 85.788,
766
+ "meeusPeriLong1246AD": 89.998,
767
+ "meeusPeriLong2000AD": 102.937,
768
+ "meeusPeriLong2500AD": 111.546,
769
+ "meeusPeriLong3000AD": 120.178,
770
+ "mainstreamAxialPrecKyr": 26,
771
+ "mainstreamPeriPrecKyr": 21,
772
+ "mainstreamObliqCycleKyr": 41,
773
+ "mainstreamInclCycleKyr": 69,
774
+ "mainstreamApsidalPrecKyr": 112,
775
+ "mainstreamObliqRangeMinDeg": 22.1,
776
+ "mainstreamObliqRangeMaxDeg": 24.5,
777
+ "mainstreamAxialPrecExactYr": 25771,
778
+ "mainstreamPeriPrecExactYr": 20951,
779
+ "mainstreamObliqCycleExactYr": 41040,
780
+ "mainstreamInclCycleExactYr": 68700,
781
+ "mainstreamApsidalPrecExactYr": 112000,
782
+ "jupiterSaturnConjunctionPeriod": 19.859,
783
+ "moonSynodicMonth": 29.530589,
784
+ "moonTropicalMonth": 27.321582,
785
+ "moonNodalPrecessionYears": 18.613,
786
+ "moonApsidalPrecessionYears": 8.849,
787
+ "moonDraconicYear": 346.62,
788
+ "fullMoonCycleDays": 411.78,
789
+ "sarosDays": 6585.32,
790
+ "exeligmosDays": 19755.96
791
+ },
792
+ laplaceLagrangeBounds: {
793
+ "mercury": [
794
+ 4.57,
795
+ 9.86
796
+ ],
797
+ "venus": [
798
+ 0,
799
+ 3.38
800
+ ],
801
+ "earth": [
802
+ 0,
803
+ 2.95
804
+ ],
805
+ "mars": [
806
+ 0,
807
+ 5.84
808
+ ],
809
+ "jupiter": [
810
+ 0.241,
811
+ 0.489
812
+ ],
813
+ "saturn": [
814
+ 0.797,
815
+ 1.02
816
+ ],
817
+ "uranus": [
818
+ 0.902,
819
+ 1.11
820
+ ],
821
+ "neptune": [
822
+ 0.554,
823
+ 0.8
824
+ ]
825
+ },
826
+ moonGrailWilliams2014: {
827
+ "j2E6": 203.305,
828
+ "c22E6": 22.4261,
829
+ "cMR2": 0.392728
830
+ },
831
+ obliquityChapront2002: {
832
+ "deg10000BC": 24.3053,
833
+ "deg10000AD": 22.637
834
+ },
835
+ perihelionPrecessionRatesJPL: {
836
+ "mercury": {
837
+ "min": 570,
838
+ "max": 575
839
+ },
840
+ "venus": {
841
+ "min": 0,
842
+ "max": 400
843
+ },
844
+ "earth": {
845
+ "value": 1163
846
+ },
847
+ "mars": {
848
+ "min": 1550,
849
+ "max": 1650
850
+ },
851
+ "jupiter": {
852
+ "min": 800,
853
+ "max": 1800
854
+ },
855
+ "saturn": {
856
+ "min": -3400,
857
+ "max": -2000
858
+ },
859
+ "uranus": {
860
+ "min": 1100,
861
+ "max": 1300
862
+ },
863
+ "neptune": {
864
+ "min": -200,
865
+ "max": 200
866
+ }
867
+ },
868
+ });