You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use some of the code from the notebooks but it's not clear to me why you are using bands [2,1,0] when plotting the visible spectrum. I think it should be [3,2,1]. Here is the code:
Hi!
I'm trying to use some of the code from the notebooks but it's not clear to me why you are using bands [2,1,0] when plotting the visible spectrum. I think it should be [3,2,1]. Here is the code:
plt.imshow(np.clip(eopatch.data['BANDS'][date_idx][..., [2, 1, 0]] * 3.5, 0, 1))
Thanks a lot!
Luca
The text was updated successfully, but these errors were encountered: