Skip to content

Commit

Permalink
rome image removed, cosmetics in eob.js
Browse files Browse the repository at this point in the history
  • Loading branch information
azlinszkysinergise committed Jun 21, 2024
1 parent 14e358a commit b182e61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sentinel-2/true_color/eob.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ let viz = new HighlightCompressVisualizer(minVal, maxVal);

function setup() {
return {
input: ["B04", "B03", "B02","dataMask"],
input: ["B04", "B03", "B02", "dataMask"],
output: { bands: 4 }
};
}

function evaluatePixel(samples) {
let val = [samples.B04, samples.B03, samples.B02,samples.dataMask];
let val = [samples.B04, samples.B03, samples.B02, samples.dataMask];
return viz.processList(val);
}
Binary file removed sentinel-2/true_color/fig/fig1.png
Binary file not shown.

0 comments on commit b182e61

Please sign in to comment.