Skip to content

Commit

Permalink
Updated cloud_masks (added 1 line, deleted 1 line).
Browse files Browse the repository at this point in the history
  • Loading branch information
fitoprincipe committed Mar 19, 2018
1 parent 71d904e commit e2810b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud_masks
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ var landsatTOA = function(options) {
options = ee.List(opt);

var wrap = function(image) {
var good_pix = compute(image, mask_band, bits, opt)
var good_pix = compute(image, mask_band, bits, options)
return image.updateMask(good_pix);
}
return wrap
Expand Down

0 comments on commit e2810b6

Please sign in to comment.