From 75abd82e68c2ab819c18799aab5132e4b07bac2d Mon Sep 17 00:00:00 2001 From: Guillaume Borrut <guillaume.borrut@c-s.fr> Date: Wed, 20 Aug 2008 15:14:37 +0000 Subject: [PATCH] Classe de gestion des lancements des traitements --- .../otbMultiChannelsPolarimetricSynthesisFilter.txx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Code/SARPolarimetry/otbMultiChannelsPolarimetricSynthesisFilter.txx b/Code/SARPolarimetry/otbMultiChannelsPolarimetricSynthesisFilter.txx index 91507a2748..ef957abd26 100755 --- a/Code/SARPolarimetry/otbMultiChannelsPolarimetricSynthesisFilter.txx +++ b/Code/SARPolarimetry/otbMultiChannelsPolarimetricSynthesisFilter.txx @@ -370,13 +370,13 @@ MultiChannelsPolarimetricSynthesisFilter<TInputImage,TOutputImage,TFunction> ::BeforeThreadedGenerateData() { - // Determine the kind of architecture of the input picture + // First Part. Determine the kind of architecture of the input picture DetermineArchitecture(); - // First Part. Verify and force the inputs + // Second Part. Verify and force the inputs VerifyAndForceInputs(); - // Second Part. Estimation of the incident field Ei and the reflected field Er + // Third Part. Estimation of the incident field Ei and the reflected field Er ComputeElectromagneticFields(); Print(); -- GitLab