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
currently the compute and compute_index function only work when the index is in the indices list. This makes computing custom indices kinda wonky, so the addition of a add_index function would help. This function should update the indices Dict as well as the indices_funcDict.
The text was updated successfully, but these errors were encountered:
Actually we don't need this, we can just dispatch this over a function compute_index(index::AbstractSpectralIndex, params=nothing, online::Bool=false) that works as internal call to compute_index(index::String, params=nothing, online::Bool=false)
currently the
compute
andcompute_index
function only work when the index is in theindices
list. This makes computing custom indices kinda wonky, so the addition of aadd_index
function would help. This function should update theindices
Dict as well as theindices_func
Dict.The text was updated successfully, but these errors were encountered: