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

ENH: PleiadesImageMetadataInterface

parent a23a977b
No related branches found
No related tags found
No related merge requests found
...@@ -127,7 +127,7 @@ PleiadesImageMetadataInterface::GetSolarIrradiance() const ...@@ -127,7 +127,7 @@ PleiadesImageMetadataInterface::GetSolarIrradiance() const
outputValuesVariableLengthVector.SetSize(outputValues.size()); outputValuesVariableLengthVector.SetSize(outputValues.size());
outputValuesVariableLengthVector.Fill(0); outputValuesVariableLengthVector.Fill(0);
// Check if the default irradiance are present : "999" // Check if the default irradiance are present ("999", see bug #601 on Mantis)
bool isFakeRadiance = true; bool isFakeRadiance = true;
for (unsigned int i = 0; i < outputValues.size(); ++i) for (unsigned int i = 0; i < outputValues.size(); ++i)
{ {
...@@ -149,7 +149,7 @@ PleiadesImageMetadataInterface::GetSolarIrradiance() const ...@@ -149,7 +149,7 @@ PleiadesImageMetadataInterface::GetSolarIrradiance() const
else else
{ {
// MS, ordered as B0, B1, B2, B3 // MS, ordered as B0, B1, B2, B3
double defaultRadiance[4] = const double defaultRadiance[4] =
{ {
1915.01, 1915.01,
1830.57, 1830.57,
......
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