Skip to content
Snippets Groups Projects
Commit bb3b2c90 authored by Peter Kettig's avatar Peter Kettig
Browse files

[Bug] Coherent quantification values between 2A and 3A images

parent da49f097
No related branches found
No related tags found
No related merge requests found
......@@ -212,7 +212,7 @@ TOutput UpdateSynthesisFunctor<TInput,TOutput>::operator()( const TInput & A )
var[cnt++] = NO_DATA_VALUE;
} else {
// we save back the pixel value but as digital value and not as reflectance
var[cnt++] = short(outInfos.m_CurrentWeightedReflectances[i] * DEFAULT_COMPOSITION_QUANTIF_VALUE);
var[cnt++] = short(outInfos.m_CurrentWeightedReflectances[i] * m_fReflQuantifValue);
//var[cnt++] = outInfos.m_CurrentWeightedReflectances[i];
}
}
......
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