We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d6d72 commit 2556a2fCopy full SHA for 2556a2f
idepix-core/src/main/java/org/esa/snap/idepix/core/util/IdepixIO.java
@@ -176,6 +176,9 @@ private static boolean isIdepixSpectralBand(Band b) {
176
b.getName().startsWith("brr") || b.getName().startsWith("rho_toa");
177
}
178
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.
182
private static boolean isInputValid(Product inputProduct) {
183
if (!isValidAvhrrProduct(inputProduct) &&
184
!isValidLandsat8Product(inputProduct) &&
0 commit comments