Skip to content
Snippets Groups Projects
Commit 75abd82e authored by Guillaume Borrut's avatar Guillaume Borrut
Browse files

Classe de gestion des lancements des traitements

parent bfbd912c
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
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