- class pyfes.core.Formulae#
This Enum class encapsulates the various astronomical formulae required for computing astronomical angles.
- __init__(self, value)#
Constructor.
- Parameters:
value – The value of the formula.
- kSchuremanOrder1 = <Formulae.kSchuremanOrder1: 0>#
Schureman’s formula of order 1.
- kSchuremanOrder3 = <Formulae.kSchuremanOrder3: 1>#
Schureman’s formula of order 3.
- kMeeus = <Formulae.kMeeus: 2>#
Meeus’ formula.
- property name#
Returns the name of the formula.
- property value#
Returns the value of the formula.