Skip to content

Commit

Permalink
Updated cloud_masks_test (added 2 lines, deleted 2 lines).
Browse files Browse the repository at this point in the history
  • Loading branch information
fitoprincipe committed Mar 16, 2018
1 parent 08549f6 commit 4cd196e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloud_masks_test
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
if (col.size().getInfo() !== 0) {
var img = ee.Image(col.first());
var vis = {bands:['B8', 'B12', 'B4'], min:0, max:5000}
//var masked = s2mask(img);
var masked = cloud.test_s2()(img)
var masked = s2mask(img);
//var masked = cloud.test_s2()(img)
Map.addLayer(masked, vis, 'Sentinel 2 masked');
Map.addLayer(img, vis, 'Sentinel 2 NOT masked', false);
Map.centerObject(img)
Expand Down

0 comments on commit 4cd196e

Please sign in to comment.