Skip to content
Snippets Groups Projects
Commit f6d0f071 authored by Gaëlle USSEGLIO's avatar Gaëlle USSEGLIO
Browse files

UPDATE : Removing unuseful calculations with new satelitte position estimation...

UPDATE : Removing unuseful calculations with new satelitte position estimation + Adapting StripMap Chain
parent 42805eb3
No related branches found
No related tags found
1 merge request!8Deramp
......@@ -133,6 +133,7 @@ namespace otb
FloatVectorImageType::Pointer GridPtr = GetParameterFloatVectorImage("ingrid");
///////// Persistent filter to get some information about grid (min/max shift inot each dimension ) /////////
typedef otb::SARStreamingGridInformationImageFilter<FloatVectorImageType> GridInformationFilterType;
GridInformationFilterType::Pointer filterGridInfo = GridInformationFilterType::New();
m_Ref.push_back(filterGridInfo.GetPointer());
filterGridInfo->SetInput(GridPtr);
......
......@@ -454,6 +454,7 @@ namespace otb
indexSlavePerLine[1] = Le;
////////// Estimate satellite positions for the current line //////////
bool checkSlave = m_SarSensorModelAdapterForSlave->LineToSatPositionAndVelocity(static_cast<double>(Le), satPosSlave,
satVelSlave);
......
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