Skip to content

Commit

Permalink
Added gamma
Browse files Browse the repository at this point in the history
  • Loading branch information
davemlz committed Nov 10, 2021
1 parent 91a85a0 commit 7663572
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Changelog
v0.0.3
------

New Features
~~~~~~~~~~~~

- The :code:`gamma` parameter was added to :code:`defaultParameters` and :code:`describeParameters`.

Improvements
~~~~~~~~~~~~

Expand Down
2 changes: 2 additions & 0 deletions spectral/spectral.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ var defaultParameters = {
"cexp": 1.16,
"nexp": 2.0,
"alpha": 0.1,
"gamma": 1.0,
"sla": 1.0,
"slb": 0.0,
"p": 2.0,
Expand Down Expand Up @@ -116,6 +117,7 @@ var describeParameters = {
"cexp": "Exponent used for OCVI",
"nexp": "Exponent used for GDVI",
"alpha": "Weighting coefficient used for WDRVI",
"gamma": "Weighting coefficient used for ARVI",
"sla": "Soil line slope",
"slb": "Soil line intercept"
},
Expand Down

0 comments on commit 7663572

Please sign in to comment.