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

BUG: wrong channel number

parent aa9b1be8
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,7 @@ void DoExecute()
m_BandMathX->SetNthInput(0,m_ExtractX->GetOutput(),"locX");
m_BandMathX->SetExpression("locX-idxPhyX");
m_ExtractY->SetInput(inGrid);
m_ExtractY->SetChannel(1);
m_ExtractY->SetChannel(2);
m_BandMathY->SetNthInput(0,m_ExtractY->GetOutput(),"locY");
m_BandMathY->SetExpression("locY-idxPhyY");
m_VectorCastX->SetInput(m_BandMathX->GetOutput());
......
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