Skip to content

Commit

Permalink
Idepix OLCI: adapted dependency to O2a harmonisation which is interna…
Browse files Browse the repository at this point in the history
…lly in SNAP
  • Loading branch information
dolaf committed Aug 6, 2019
1 parent e74c10e commit 57f30ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ private void preProcess() {
o2corrParms.put("processOnlyBand13", false);
o2corrParms.put("writeHarmonisedRadiances", false);
o2corrSourceProducts.put("l1bProduct", sourceProduct);
final String o2CorrOpName = "OlciHarmonisation";
final String o2CorrOpName = "OlciO2aHarmonisation";
o2CorrProduct = GPF.createProduct(o2CorrOpName, o2corrParms, o2corrSourceProducts);
}
}
Expand Down

0 comments on commit 57f30ea

Please sign in to comment.