Skip to content

Commit

Permalink
Update vixed_request_algorithm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mitkin authored Jan 10, 2023
1 parent c94fed5 commit 45d78c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vixed_request_algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def initAlgorithm(self, config):

self.processors = [
self.tr("sar"),
self.tr("chla")
self.tr("chl-a")
]

self.addParameter(
Expand Down Expand Up @@ -316,7 +316,7 @@ def get_product(name):
"producttype": "GRD"
}
},
'chla': {
'chl-a': {
'dtype': 'Float32',
'opts': {
"platformname": "Sentinel-3",
Expand Down

0 comments on commit 45d78c8

Please sign in to comment.