Skip to content
Snippets Groups Projects
Commit 067bbd3e authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

SGFT : correct SurfaceAdjencyTest

parent 1004e9b1
No related branches found
No related tags found
No related merge requests found
......@@ -154,6 +154,7 @@ int otbSurfaceAdjencyEffect6SCorrectionSchemeFilter(int argc, char * argv[])
}
corrToRadia->SetInput( param );
corrToRadia->Update();
filter->SetAtmosphericRadiativeTerms(corrToRadia->GetOutput());
filter->SetWindowRadius(atoi(argv[3]));
......
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