Skip to content
Snippets Groups Projects
Commit ec046bf6 authored by Jordi Inglada's avatar Jordi Inglada
Browse files

TEST: fix baseline to print the correct physical magnitude

parent b9ac1bf7
Branches
Tags
No related merge requests found
......@@ -286,7 +286,7 @@ ReduceSpectralResponse<TSpectralResponse , TRSR>
}
os<<std::endl;
os <<indent << "[Center Wavelength (micrometers), Reflectance (percent)]" << std::endl;
os <<indent << "[Center Wavelength (micrometers), Luminance (percent)]" << std::endl;
for(typename VectorPairType::const_iterator it = m_ReduceResponse->GetResponse().begin(); it != m_ReduceResponse->GetResponse().end(); ++it)
{
os <<indent << "Band Nb : "<< it - m_ReduceResponse->GetResponse().begin() << ": [" << (*it).first << ","<< (*it).second << "]" << std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment