Skip to content
Snippets Groups Projects
Commit fe333c17 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

BUG: remove cout from OpticalCalibration application

parent 2fcda8ae
No related branches found
No related tags found
No related merge requests found
......@@ -242,9 +242,6 @@ namespace otb
else
{
m_ReflectanceToSurfaceReflectanceFilter->SetFilterFunctionCoef(lImageMetadataInterface->GetSpectralSensitivity());
OpticalImageMetadataInterface::WavelengthSpectralBandVectorType tmp = lImageMetadataInterface->GetSpectralSensitivity();
std::cout << "ICI" << std::endl;
std::cout << "tmp->GetNthElement(0)->GetFilterFunctionValues()[0] " << tmp->GetNthElement(0)->GetFilterFunctionValues()[0] << std::endl;
}
// Aeronet file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment