Skip to content

Commit

Permalink
Updated ASI, Offset, Scale 2024-02-24 01:13:18 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 24, 2024
1 parent 46fba2f commit 8f3c237
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spectral/spectral-offset-parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -11517,6 +11517,10 @@ var offsetParams = {
'sagebrush_linear_model_slope': 0.0,
'sagebrush_most_recent_break_point': 0.0,
'shrub_break_point': 0.0,
'shrub_height_break_point': 0.0,
'shrub_height_linear_model_pvalue': 0.0,
'shrub_height_linear_model_slope': 0.0,
'shrub_height_most_recent_break_point': 0.0,
'shrub_linear_model_pvalue': 0.0,
'shrub_linear_model_slope': 0.0,
'shrub_most_recent_break_point': 0.0,
Expand Down Expand Up @@ -11549,6 +11553,9 @@ var offsetParams = {
'sagebrush_segment_pvalue': 0.0,
'sagebrush_segment_slope': 0.0,
'shrub_break_point': 0.0,
'shrub_height_break_point': 0.0,
'shrub_height_segment_pvalue': 0.0,
'shrub_height_segment_slope': 0.0,
'shrub_segment_pvalue': 0.0,
'shrub_segment_slope': 0.0,
'tree_break_point': 0.0,
Expand Down
7 changes: 7 additions & 0 deletions spectral/spectral-scale-parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -11517,6 +11517,10 @@ var scaleParams = {
'sagebrush_linear_model_slope': 0.01,
'sagebrush_most_recent_break_point': 1.0,
'shrub_break_point': 1.0,
'shrub_height_break_point': 1.0,
'shrub_height_linear_model_pvalue': 0.01,
'shrub_height_linear_model_slope': 0.01,
'shrub_height_most_recent_break_point': 1.0,
'shrub_linear_model_pvalue': 0.01,
'shrub_linear_model_slope': 0.01,
'shrub_most_recent_break_point': 1.0,
Expand Down Expand Up @@ -11549,6 +11553,9 @@ var scaleParams = {
'sagebrush_segment_pvalue': 0.01,
'sagebrush_segment_slope': 0.01,
'shrub_break_point': 1.0,
'shrub_height_break_point': 1.0,
'shrub_height_segment_pvalue': 0.01,
'shrub_height_segment_slope': 0.01,
'shrub_segment_pvalue': 0.01,
'shrub_segment_slope': 0.01,
'tree_break_point': 1.0,
Expand Down

0 comments on commit 8f3c237

Please sign in to comment.