Skip to content
Snippets Groups Projects
Commit f1aab7c7 authored by Julien Michel's avatar Julien Michel
Browse files

DOC: typo

parent 75d0eb0a
Branches
Tags
No related merge requests found
...@@ -40,7 +40,7 @@ TerraSarBrightnessImageFilter<TInputImage,TOutputImage> ...@@ -40,7 +40,7 @@ TerraSarBrightnessImageFilter<TInputImage,TOutputImage>
TerraSarImageMetadataInterface::Pointer lImageMetadata = otb::TerraSarImageMetadataInterface::New(); TerraSarImageMetadataInterface::Pointer lImageMetadata = otb::TerraSarImageMetadataInterface::New();
if( !lImageMetadata->CanRead(this->GetInput()->GetMetaDataDictionary()) ) if( !lImageMetadata->CanRead(this->GetInput()->GetMetaDataDictionary()) )
{ {
itkExceptionMacro(<<"Invalid input image. Only TerraSar images are supproted"); itkExceptionMacro(<<"Invalid input image. Only TerraSar images are supported");
} }
this->SetCalFactor( lImageMetadata->GetCalibrationFactor(this->GetInput()->GetMetaDataDictionary()) ); this->SetCalFactor( lImageMetadata->GetCalibrationFactor(this->GetInput()->GetMetaDataDictionary()) );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment