Skip to content
GitLab
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
4dbf074f
Commit
4dbf074f
authored
Feb 09, 2021
by
Cédric Traizet
Browse files
Merge branch 'release-8.0' of
https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb
into release-8.0
parents
c1a2e3b9
ea56301a
Pipeline
#6773
passed with stage
in 13 minutes and 57 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Modules/Core/Metadata/include/otbSARMetadata.h
View file @
4dbf074f
...
...
@@ -85,7 +85,7 @@ struct OTBMetadata_EXPORT DopplerCentroid
/** \struct SARNoise
*
* \br
e
if This structure is used to handle Noise look up tables
* \bri
e
f This structure is used to handle Noise look up tables
*/
struct
OTBMetadata_EXPORT
SARNoise
{
...
...
@@ -99,7 +99,7 @@ struct OTBMetadata_EXPORT SARNoise
/** \struct Orbit
*
* \br
e
if This structure is used to handle orbit information
* \bri
e
f This structure is used to handle orbit information
*/
struct
OTBMetadata_EXPORT
Orbit
{
...
...
Modules/Core/Metadata/include/otbXMLMetadataSupplier.h
View file @
4dbf074f
...
...
@@ -69,7 +69,7 @@ public:
* @brief Get the metadata value corresponding to a given path
* converted to the given type
*
* This method can look for a value in a list, using the _# jocker. For ex
e
mple,
* This method can look for a value in a list, using the _# jocker. For ex
a
mple,
* looking for "value" in a dictionary like this :
* foo_1.bar=42
* foo_1.doo=99
...
...
Modules/Core/Metadata/src/otbWorldView2ImageMetadataInterface.cxx
View file @
4dbf074f
...
...
@@ -2200,7 +2200,7 @@ namespace
<<
"Invalid TDI settings for band "
<<
bandName
);
}
// In previous version of OTB the effective bandwith was tabulated
// In previous version of OTB the effective bandwi
d
th was tabulated
// because Ossim did not read this specific metadata.
outMetadata
.
effectiveBandwidth
[
bandName
]
=
mds
.
GetAs
<
double
>
(
0.
,
prefix
+
"effectiveBandwidth"
);
...
...
Modules/IO/TestKernel/src/otbTestHelper.cxx
View file @
4dbf074f
...
...
@@ -1426,7 +1426,7 @@ namespace
\param[in] testMap : metadata dictionary to be compared
\param[in] reportErrors : print difference between dictionaries into srd::cerr
\param[in] untestedKeys : list of keys that should be ignored during comparison
\param[in] p bi
a
nry predicate used to compare elements (mapped type) of the two input maps
\param[in] p bin
a
ry predicate used to compare elements (mapped type) of the two input maps
\return number of different elements.
*/
template
<
class
MapType
,
class
BinaryPredicate
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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