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

COMP: hide deprecated code, only for documentation purpose

parent 3c6f93f7
No related branches found
No related tags found
No related merge requests found
...@@ -135,7 +135,11 @@ void ...@@ -135,7 +135,11 @@ void
AtmosphericCorrectionParametersTo6SAtmosphericRadiativeTerms AtmosphericCorrectionParametersTo6SAtmosphericRadiativeTerms
::GenerateData() ::GenerateData()
{ {
itkExceptionMacro("This class is not compatible with the new radiometry"
" framework. It is kept in the sources for documentation purpose. Check"
" Example/Radiometry/AtmosphericCorrectionSequencement.cxx for details"
" on the new framework");
#if 0
AtmosphericCorrectionParametersPointer input = this->GetInput(); AtmosphericCorrectionParametersPointer input = this->GetInput();
AtmosphericRadiativeTermsPointer output = this->GetOutput(); AtmosphericRadiativeTermsPointer output = this->GetOutput();
...@@ -201,6 +205,7 @@ AtmosphericCorrectionParametersTo6SAtmosphericRadiativeTerms ...@@ -201,6 +205,7 @@ AtmosphericCorrectionParametersTo6SAtmosphericRadiativeTerms
output->SetUpwardDiffuseTransmittanceForAerosol(i, upwardDiffuseTransmittanceForAerosol); output->SetUpwardDiffuseTransmittanceForAerosol(i, upwardDiffuseTransmittanceForAerosol);
output->SetWavelengthSpectralBand(i, input->GetWavelengthSpectralBand()->GetNthElement(i)->GetCenterSpectralValue()); output->SetWavelengthSpectralBand(i, input->GetWavelengthSpectralBand()->GetNthElement(i)->GetCenterSpectralValue());
} }
#endif
} }
/** /**
......
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