topsStack/cuDenseOffsets: call (included not standalone) PyCuAmpcor properly
parent
0855bf2640
commit
62a10d4c0d
|
@ -115,7 +115,7 @@ def estimateOffsetField(master, slave, inps=None):
|
||||||
width = sar.getWidth()
|
width = sar.getWidth()
|
||||||
length = sar.getLength()
|
length = sar.getLength()
|
||||||
|
|
||||||
objOffset = PyCuAmpcor()
|
objOffset = PyCuAmpcor.PyCuAmpcor()
|
||||||
|
|
||||||
objOffset.algorithm = 0
|
objOffset.algorithm = 0
|
||||||
objOffset.deviceID = inps.gpuid # -1:let system find the best GPU
|
objOffset.deviceID = inps.gpuid # -1:let system find the best GPU
|
||||||
|
|
Loading…
Reference in New Issue