修复InSARBPImage的bug
parent
1d2c6dbd72
commit
d125abf0d4
|
@ -204,7 +204,7 @@ void QCreateInSARImagePlaneXYZRDialog::LookTableSimulationDopplerProcess(QString
|
|||
qDebug() << "outLookTablePath\t" << outLookTablePath;
|
||||
|
||||
gdalImage demimg(DEMPath);
|
||||
gdalImage outLookTable = CreategdalImage( // ´´˝¨˛éŐŇąí
|
||||
gdalImage outLookTable = CreategdalImageDouble( // ´´˝¨˛éŐŇąí
|
||||
outLookTablePath,
|
||||
demimg.height, demimg.width, 4,
|
||||
demimg.gt,
|
||||
|
|
Loading…
Reference in New Issue