From 826760525fbacd1648d6928661bb51839567c43e Mon Sep 17 00:00:00 2001 From: Manuel Grizonnet <manuel.grizonnet@orfeo-toolbox.org> Date: Wed, 28 Nov 2012 08:07:48 +0100 Subject: [PATCH] DOC: add fixme comment about ossim --- Code/IO/otbWorldView2ImageMetadataInterface.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Code/IO/otbWorldView2ImageMetadataInterface.cxx b/Code/IO/otbWorldView2ImageMetadataInterface.cxx index 5ceb8697c0..ee24d9ac7b 100644 --- a/Code/IO/otbWorldView2ImageMetadataInterface.cxx +++ b/Code/IO/otbWorldView2ImageMetadataInterface.cxx @@ -503,6 +503,7 @@ WorldView2ImageMetadataInterface // These values are not retrieved by the ossimQuickBirdMetadata class as // there are specific to WV2 We did not retrieve those values in the ossim // class and consider them as constant values + // FIXME: add the effectivebandwidth in the ossim keywordlist const double effectiveBandWidthPan = 2.846000e-01; outputValuesVariableLengthVector[0] = effectiveBandWidthPan / outputValuesVariableLengthVector[0]; -- GitLab