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