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

ENH:add log information in calibration application

parent beb61f68
No related branches found
No related tags found
No related merge requests found
...@@ -256,15 +256,14 @@ namespace otb ...@@ -256,15 +256,14 @@ namespace otb
m_ReflectanceToSurfaceReflectanceFilter->UpdateOutputInformation(); m_ReflectanceToSurfaceReflectanceFilter->UpdateOutputInformation();
m_ReflectanceToSurfaceReflectanceFilter->SetUseGenerateParameters(false); m_ReflectanceToSurfaceReflectanceFilter->SetUseGenerateParameters(false);
//itk::OStringStream oss; std::ostringstream oss;
// oss.str(""); oss.str("");
// oss << m_AtmosphericParam; oss << m_AtmosphericParam;
// // std::cout << oss.str() << std::endl;
// AtmosphericRadiativeTerms::Pointer atmoTerms = m_ReflectanceToSurfaceReflectanceFilter->GetAtmosphericRadiativeTerms(); AtmosphericRadiativeTerms::Pointer atmoTerms = m_ReflectanceToSurfaceReflectanceFilter->GetAtmosphericRadiativeTerms();
// oss << std::endl << atmoTerms; oss << std::endl << std::endl << atmoTerms ;
// std::cout << oss.str() << std::endl;
GetLogger()->Info("Atmospheric correction parameters : " + oss.str());
//rescale the surface reflectance in milli-reflectance //rescale the surface reflectance in milli-reflectance
m_ReflectanceToSurfaceReflectanceFilter->UpdateOutputInformation(); m_ReflectanceToSurfaceReflectanceFilter->UpdateOutputInformation();
......
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