Skip to content
Snippets Groups Projects
Commit 2c089ec4 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

BUG: fix radarsat2

parent 1ffe74ff
No related branches found
No related tags found
No related merge requests found
......@@ -288,8 +288,8 @@ bool ossimRadarSat2ProductDoc::initSensorParams(const ossimXmlDocument* xdoc,
double prf;
if ( getNominalPrf(xdoc, prf) )
{
sp->set_prf(prf * sp->get_nAzimuthLook() );
// sp->set_prf(prf);
// sp->set_prf(prf * sp->get_nAzimuthLook() );
sp->set_prf(prf);
}
else
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment