Skip to content
Snippets Groups Projects
Commit 25abfa83 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

TEST: less verbose radiometry test

parent 77134814
No related branches found
No related tags found
2 merge requests!621Release 7.0 (master),!456Various CI fixes for a lighter dashboard
This commit is part of merge request !456. Comments created here will be created in the context of that merge request.
......@@ -26,6 +26,7 @@
#include "otbImageFileWriter.h"
#include "otbAtmosphericCorrectionParameters.h"
#include "otbAtmosphericRadiativeTerms.h"
#include "otbMacro.h"
#include <fstream>
#include <iostream>
......@@ -150,9 +151,9 @@ int otbSurfaceAdjacencyEffectCorrectionSchemeFilter(int itkNotUsed(argc), char *
{
value = atof(line.c_str());
vect.push_back(value);
std::cout << "value " << value << std::endl;
otbLogMacro(Debug, << "value " << value);
}
std::cout << "vec size " << vect.size()<< std::endl;
otbLogMacro(Debug, << "vec size " << vect.size());
fin2.close();
functionValues->SetFilterFunctionValues(vect);
functionValues->SetMinSpectralValue(minSpectralValue);
......
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