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

About False color image in Visualization_mat2rgb.py #12

Open
LemonLov opened this issue Apr 10, 2019 · 2 comments
Open

About False color image in Visualization_mat2rgb.py #12

LemonLov opened this issue Apr 10, 2019 · 2 comments
Labels

Comments

@LemonLov
Copy link

data = data / 8000.
blue = data[:, :, 10] # 10 # blue band
green = data[:, :, 24] # 24 # green band
red = data[:, :, 44] # 44 # red band

Hello, I don't understand this code very well, Can you tell me something more? Is this code the same for different data sets? Or they (blue, green, red) correspond different band in a different dataset? Thanks.

@zilongzhong
Copy link
Owner

zilongzhong commented Apr 10, 2019 via email

@LemonLov
Copy link
Author

I understand it, thank you very much.

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

No branches or pull requests

2 participants