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

BUG: Mantis-974: keep the time step independant from the image spacing

parent 2442e2f8
No related branches found
No related tags found
No related merge requests found
......@@ -194,6 +194,7 @@ private:
perBand->GetFilter()->SetTimeStep(static_cast<double>(aniDifTimeStep));
perBand->GetFilter()->SetConductanceParameter(GetParameterFloat("type.anidif.conductance"));
perBand->GetFilter()->SetUseImageSpacing(false);
perBand->UpdateOutputInformation();
m_FilterRef = perBand;
......
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