class pyfes.core.Settings#

Settings for the FES computation.

__init__(self: pyfes.core.Settings, astronomic_formulae: pyfes.core.Formulae = <Formulae.kSchuremanOrder1: 0>, time_tolerance: float = 0.0) None#

Constructor.

Parameters:
  • astronomic_formulae – Astronomic formulae used to calculate the astronomic angles.

  • time_tolerance – The time in seconds during which astronomical angles are considered constant. The default value is 0 seconds, indicating that astronomical angles do not remain constant with time.

astronomic_formulae#

Return the astronomic formulae used to calculate the astronomic angles.

time_tolerance#

Return the time in seconds for which astronomical angles are considered constant.