Skip to content
Snippets Groups Projects
Commit 53b9db9a authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

Commit "provisoire" pour compiler cette nuit. A modifier DEMAIN !

parent 34ec7d64
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@
#include "itkExceptionObject.h"
#include "otbAtmosphericCorrectionParameters.h"
#include "otbSIXSTraits.h"
#include <fstream>
int otbFilterFunctionValuesTest(int argc, char * argv[])
......@@ -39,7 +40,14 @@ int otbFilterFunctionValuesTest(int argc, char * argv[])
vect.push_back(atof(argv[i]));
}
object->SetParameters(atof(argv[2]), atof(argv[3]), atof(argv[4]), vect);
// bool bumbo = object->SetParameters(atof(argv[2]), atof(argv[3]), atof(argv[4]), vect);
const double SIXSStepOfWavelenghtSpectralBandValues(0.0025);
/*
otb::SIXSTraits::ComputeWavelenghtSpectralBandValuesFor6S(
,
WavelenghtSpectralType& WavelenghtSpectralBand
);
*/
// Writing output file
std::ofstream 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