Skip to content

Commit

Permalink
Updated ASI, Offset, Scale 2024-07-25 01:35:16 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 25, 2024
1 parent 7dbf325 commit 8791fce
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions spectral/spectral-offset-parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@ var offsetParams = {
'B8': 0.0,
'B8A': 0.0,
'B9': 0.0,
'MSK_CLASSI_CIRRUS': 0.0,
'MSK_CLASSI_OPAQUE': 0.0,
'MSK_CLASSI_SNOW_ICE': 0.0,
'QA10': 0.0,
'QA20': 0.0,
'QA60': 0.0
Expand All @@ -258,6 +261,9 @@ var offsetParams = {
'B8': 0.0,
'B8A': 0.0,
'B9': 0.0,
'MSK_CLASSI_CIRRUS': 0.0,
'MSK_CLASSI_OPAQUE': 0.0,
'MSK_CLASSI_SNOW_ICE': 0.0,
'QA10': 0.0,
'QA20': 0.0,
'QA60': 0.0
Expand All @@ -276,6 +282,9 @@ var offsetParams = {
'B8': 0.0,
'B8A': 0.0,
'B9': 0.0,
'MSK_CLASSI_CIRRUS': 0.0,
'MSK_CLASSI_OPAQUE': 0.0,
'MSK_CLASSI_SNOW_ICE': 0.0,
'MSK_CLDPRB': 0.0,
'MSK_SNWPRB': 0.0,
'QA10': 0.0,
Expand All @@ -301,6 +310,9 @@ var offsetParams = {
'B8': 0.0,
'B8A': 0.0,
'B9': 0.0,
'MSK_CLASSI_CIRRUS': 0.0,
'MSK_CLASSI_OPAQUE': 0.0,
'MSK_CLASSI_SNOW_ICE': 0.0,
'MSK_CLDPRB': 0.0,
'MSK_SNWPRB': 0.0,
'QA10': 0.0,
Expand Down
12 changes: 12 additions & 0 deletions spectral/spectral-scale-parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@ var scaleParams = {
'B8': 0.0001,
'B8A': 0.0001,
'B9': 0.0001,
'MSK_CLASSI_CIRRUS': 1.0,
'MSK_CLASSI_OPAQUE': 1.0,
'MSK_CLASSI_SNOW_ICE': 1.0,
'QA10': 1.0,
'QA20': 1.0,
'QA60': 1.0
Expand All @@ -258,6 +261,9 @@ var scaleParams = {
'B8': 0.0001,
'B8A': 0.0001,
'B9': 0.0001,
'MSK_CLASSI_CIRRUS': 1.0,
'MSK_CLASSI_OPAQUE': 1.0,
'MSK_CLASSI_SNOW_ICE': 1.0,
'QA10': 1.0,
'QA20': 1.0,
'QA60': 1.0
Expand All @@ -276,6 +282,9 @@ var scaleParams = {
'B8': 0.0001,
'B8A': 0.0001,
'B9': 0.0001,
'MSK_CLASSI_CIRRUS': 1.0,
'MSK_CLASSI_OPAQUE': 1.0,
'MSK_CLASSI_SNOW_ICE': 1.0,
'MSK_CLDPRB': 1.0,
'MSK_SNWPRB': 1.0,
'QA10': 1.0,
Expand All @@ -301,6 +310,9 @@ var scaleParams = {
'B8': 0.0001,
'B8A': 0.0001,
'B9': 0.0001,
'MSK_CLASSI_CIRRUS': 1.0,
'MSK_CLASSI_OPAQUE': 1.0,
'MSK_CLASSI_SNOW_ICE': 1.0,
'MSK_CLDPRB': 1.0,
'MSK_SNWPRB': 1.0,
'QA10': 1.0,
Expand Down

0 comments on commit 8791fce

Please sign in to comment.