Skip to content

Commit 2556a2f

Browse files
committed
added todo
1 parent 33d6d72 commit 2556a2f

File tree

1 file changed

+3
-0
lines changed
  • idepix-core/src/main/java/org/esa/snap/idepix/core/util

1 file changed

+3
-0
lines changed

idepix-core/src/main/java/org/esa/snap/idepix/core/util/IdepixIO.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ private static boolean isIdepixSpectralBand(Band b) {
176176
b.getName().startsWith("brr") || b.getName().startsWith("rho_toa");
177177
}
178178

179+
// TODO (mp:2022-01-13) - This should be specifcally implemented in the modules.
180+
// For example AVHRR and AATSR are not valid inputs. Because we have disabled it.
181+
// Also in addition it is strange if the OLCI IdePix states that L8 and Proba-V are valid.
179182
private static boolean isInputValid(Product inputProduct) {
180183
if (!isValidAvhrrProduct(inputProduct) &&
181184
!isValidLandsat8Product(inputProduct) &&

0 commit comments

Comments
 (0)