Skip to content

Incorrect value used in calcualtion of fundamental argument in nutationlib #1111

@adcl-0

Description

@adcl-0

file: python-skyfield/skyfield/nutationlib.py

 # Mean Anomaly of the Moon.
 fa[0] = ((485868.249036 +
              (715923.2178 +
              (    31.8792 +
              (     0.051635 +
              (    -0.00024470)
              * t) * t) * t) * t) * ASEC2RAD
              + (1325.0*t % 1.0) * tau)

the value in the line 131 should be 1717915923.2178 instead of 715923.2178

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions