We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To update the list from the official ASI one needs to run
SpectralIndices._get_indices(true) SpectralIndices._create_indexfun()
and this updates the local json and creates the native julia functions. This is not present in the docs, should be added
Additionally, how to update the list with a local index (not from ASI)?
Also maybe change the names of the functions if they have to be user facing
The text was updated successfully, but these errors were encountered:
following #78 this is now
SpectralIndices.get_indices(true) SpectralIndices.create_indexfun()
Sorry, something went wrong.
No branches or pull requests
To update the list from the official ASI one needs to run
and this updates the local json and creates the native julia functions. This is not present in the docs, should be added
Additionally, how to update the list with a local index (not from ASI)?
Also maybe change the names of the functions if they have to be user facing
The text was updated successfully, but these errors were encountered: