mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-05-19 06:17:03 -04:00
Made Jupiter rotation matrix code gen one digit shorter.
This is another attempt to get consistent generated code between Linux and macOS.
This commit is contained in:
@@ -3702,9 +3702,9 @@ def _CalcPluto(time, helio):
|
||||
# BEGIN Jupiter Moons
|
||||
|
||||
_Rotation_JUP_EQJ = RotationMatrix([
|
||||
[ 9.994327653386544e-01, -3.367710746976414e-02, 0.000000000000000e+00 ],
|
||||
[ 3.039594289062848e-02, 9.020579123528090e-01, 4.305433885422951e-01 ],
|
||||
[ -1.449945596633529e-02, -4.302991694091007e-01, 9.025698812737540e-01 ]
|
||||
[ 9.99432765338654e-01, -3.36771074697641e-02, 0.00000000000000e+00 ],
|
||||
[ 3.03959428906285e-02, 9.02057912352809e-01, 4.30543388542295e-01 ],
|
||||
[ -1.44994559663353e-02, -4.30299169409101e-01, 9.02569881273754e-01 ]
|
||||
])
|
||||
|
||||
_JupiterMoonModel = [
|
||||
|
||||
Reference in New Issue
Block a user