We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For now, we can load bands "as is" and converted to reflectance.
It would be great to allow the user to load bands as radiance too, as asked in #50.
It may be also pertinent to differentiate TOA and BOA reflectances.
The text was updated successfully, but these errors were encountered:
The current workaround is:
# Convert DN into radiance nir_array_rad = prod._dn_to_toa_rad(nir_array_dn, NIR)
⚠️ This methods doesn't exist for every optical products!
Sorry, something went wrong.
No branches or pull requests
For now, we can load bands "as is" and converted to reflectance.
It would be great to allow the user to load bands as radiance too, as asked in #50.
It may be also pertinent to differentiate TOA and BOA reflectances.
The text was updated successfully, but these errors were encountered: