Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plotting True color image #9

Open
LucaScalam opened this issue Jan 21, 2021 · 0 comments
Open

Plotting True color image #9

LucaScalam opened this issue Jan 21, 2021 · 0 comments

Comments

@LucaScalam
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant