lagrangian.FiniteLyapunovExponentsIntegration.set_initial_point¶
-
FiniteLyapunovExponentsIntegration.set_initial_point(self: lagrangian.core.FiniteLyapunovExponentsIntegration, x: float, y: float, stencil: lagrangian.core.Stencil, spherical_equatorial: bool = True) → lagrangian.core.Position¶ Set the value of the initial point
- Parameters
x (float) – Longitude
y (float) – Latitude
stencil (lagrangian.Stencil) – Type of stencil used
spherical_equatorial (bool) – True if the coordinates system is Lon/lat otherwise false
- Returns
The position of the initial point
- Return type