You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deffit_function(x:ProcessBuilder, parameters):
pi=math.pia0=array_element(parameters, 0)
a1=array_element(parameters, 1)
a2=array_element(parameters, 2)
returna0+a1*cos(2*pi/31557600*x) +a2*sin(2*pi/31557600*x) # 31557600 are the seconds in one year
It would be nice to allow writing parameters[0] instead of array_element(parameters, 0)
The text was updated successfully, but these errors were encountered:
from openEOPlatform/documentation#10
It would be nice to allow writing
parameters[0]
instead ofarray_element(parameters, 0)
The text was updated successfully, but these errors were encountered: