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

Skip histogram equalization for already enhanced images #477

Open
micpilon opened this issue Feb 9, 2023 · 1 comment
Open

Skip histogram equalization for already enhanced images #477

micpilon opened this issue Feb 9, 2023 · 1 comment

Comments

@micpilon
Copy link

micpilon commented Feb 9, 2023

Although undesirable, there may be rare cases where the DigitalGlobe archive has already been enhanced before it enters the inference process. In fact, there is a optional parameter when ordering to apply a Dynamic Range Adjustment to the product. From my observations, applying our own in-house enhancement to this type of source greatly affects the quality of the image, making it unusable (see figure)

image (13)

A suggested solution would be to omit the enhancement step when it is already done by the supplier. Although the approach applied is probably a bit different from ours, I would expect better extractions than for a "double enhanced" image.

Here's how to find that information:
In the METADATA asset of the STAC Item, see the tag
<RADIOMETRICENHANCEMENT>DRA/ACOMP</RADIOMETRICENHANCEMENT> as opposed to expected <RADIOMETRICENHANCEMENT>ACOMP</RADIOMETRICENHANCEMENT>

@remtav
Copy link
Collaborator

remtav commented Feb 15, 2023

As found by @micpilon :
ACOMP = atmospheric corrections
DRA = Dynamic Range Adjustment

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

2 participants