How to Manually Configure Stretch of the Images?

You can use Custom scripts and type in-the code along the following lines:

function stretch(val, min, max) {
return (val-min)/(max-min);
}

return [
stretch(B04, 0.05, 0.5),
stretch(B03, 0.05, 0.5),
stretch(B02, 0.05, 0.5)]
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.