Skip to content
Snippets Groups Projects
Commit 84f634f8 authored by Verouden, Niels's avatar Verouden, Niels
Browse files

Evalscript updaten

parent 41ff753c
Branches
No related tags found
No related merge requests found
...@@ -15,7 +15,8 @@ def inputEvalscripts(): ...@@ -15,7 +15,8 @@ def inputEvalscripts():
input: ["VV"], input: ["VV"],
output: { output: {
id:'VV', id:'VV',
bands: 1 bands: 1,
sampleType: "UINT16"
} }
} }
} }
...@@ -30,7 +31,8 @@ def inputEvalscripts(): ...@@ -30,7 +31,8 @@ def inputEvalscripts():
input: ["VH"], input: ["VH"],
output: { output: {
id:'VH', id:'VH',
bands: 1 bands: 1,
sampleType: "UINT16"
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment