RemoteS.jl icon indicating copy to clipboard operation
RemoteS.jl copied to clipboard

Histogram stretch and overlay of other rasters

Open EmanuelCastanho opened this issue 1 year ago • 2 comments

Continuing the discussion from this post.

The bright dots in the following image are targets, the low Rayleigh corrected reflectances values are expected since land was masked out and water absorbs most of the radiation.

Screenshot 2022-12-30 at 10 24 28

According to this tutorial, I used histogram(Ir_img, auto=true, bin=10, show=true) to find good stretch points

Screenshot 2022-12-30 at 10 34 44

I used imshow(Ir_img, stretch=[0 100]), didn't notice any difference on the Ir_img plot and receive this warning the following options were not consumed in grdimage => [:stretch].

I am trying to reduce the darkness of the water in the RGB image.

Also, is it possible to overlay a fourth raster on the RGB plot? If not, is this a future feature?

EmanuelCastanho avatar Dec 30 '22 11:12 EmanuelCastanho