diff --git a/Code/SARPolarimetry/otbMultiChannelsPolarimetricSynthesisFilter.txx b/Code/SARPolarimetry/otbMultiChannelsPolarimetricSynthesisFilter.txx index 91507a2748119c6ac69da1f910c81b9279b97c44..ef957abd262b44040c1155d431aa30d4e738397e 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();