Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
e28d4870
Commit
e28d4870
authored
Jul 01, 2021
by
Cédric Traizet
Browse files
STY: fix typo in log
parent
3d185c95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Radiometry/SARCalibration/include/otbSarRadiometricCalibrationToImageFilter.hxx
View file @
e28d4870
...
...
@@ -80,7 +80,7 @@ void SarRadiometricCalibrationToImageFilter<TInputImage, TOutputImage>::BeforeTh
sarCalibPtr
=
std
::
make_unique
<
SARCalib
>
(
boost
::
any_cast
<
SARCalib
>
(
imd
.
Bands
[
0
][
MDGeom
::
SARCalib
]));
}
else
throw
std
::
runtime_error
(
"otbSarRadiometricCalibrationT
i
ImageFilter was not able to fetch the SARCalib metadata."
);
throw
std
::
runtime_error
(
"otbSarRadiometricCalibrationT
o
ImageFilter was not able to fetch the SARCalib metadata."
);
/** Get the SarRadiometricCalibrationFunction function instance. */
FunctionPointer
function
=
this
->
GetFunction
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment