Skip to content

Commit 9b8fb3d

Browse files
rtburns-jplGitHub Enterprise
authored andcommitted
Merge pull request #875 from rtburns/disable-old-ampcor
Remove old ampcor from build scripts
2 parents bedfa37 + 4c950dd commit 9b8fb3d

File tree

6 files changed

+0
-52
lines changed

6 files changed

+0
-52
lines changed

cxx/isce3/Headers.cmake

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,6 @@ io/IH5.icc
123123
io/Raster.h
124124
io/Raster.icc
125125
io/Serialization.h
126-
matchtemplate/ampcor/correlators/correlators.h
127-
matchtemplate/ampcor/correlators/kernels.h
128-
matchtemplate/ampcor/correlators/Sequential.h
129-
matchtemplate/ampcor/correlators/Sequential.icc
130-
matchtemplate/ampcor/dom/dom.h
131-
matchtemplate/ampcor/dom/Raster.h
132-
matchtemplate/ampcor/dom/Raster.icc
133-
matchtemplate/ampcor/dom/SLC.h
134-
matchtemplate/ampcor/dom/SLC.icc
135126
math/Bessel.h
136127
math/ComplexMultiply.h
137128
math/detail/RootFind1dBase.h

cxx/isce3/Sources.cmake

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,6 @@ io/gdal/SpatialReference.cpp
5959
io/IH5.cpp
6060
io/IH5Dataset.cpp
6161
io/Raster.cpp
62-
matchtemplate/ampcor/correlators/c2r.cpp
63-
matchtemplate/ampcor/correlators/correlate.cpp
64-
matchtemplate/ampcor/correlators/detect.cpp
65-
matchtemplate/ampcor/correlators/maxcor.cpp
66-
matchtemplate/ampcor/correlators/migrate.cpp
67-
matchtemplate/ampcor/correlators/nudge.cpp
68-
matchtemplate/ampcor/correlators/offsets.cpp
69-
matchtemplate/ampcor/correlators/r2c.cpp
70-
matchtemplate/ampcor/correlators/refStats.cpp
71-
matchtemplate/ampcor/correlators/sat.cpp
72-
matchtemplate/ampcor/correlators/tgtStats.cpp
73-
matchtemplate/ampcor/dom/Raster.cc
74-
matchtemplate/ampcor/dom/SLC.cc
7562
math/Bessel.cpp
7663
math/polyfunc.cpp
7764
math/RootFind1dNewton.cpp

cxx/isce3/cuda/Headers.cmake

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ image/gpuResampSlc.h
4444
image/ResampSlc.h
4545
io/DataStream.h
4646
io/DataStream.icc
47-
matchtemplate/ampcor/correlators.h
48-
matchtemplate/ampcor/kernels.h
49-
matchtemplate/ampcor/public.h
50-
matchtemplate/ampcor/Sequential.h
51-
matchtemplate/ampcor/Sequential.icc
5247
math/ComplexMultiply.h
5348
signal/forward.h
5449
signal/gpuCrossMul.h

cxx/isce3/cuda/Sources.cmake

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,6 @@ geometry/Topo.cpp
3030
geometry/utilities.cu
3131
image/gpuResampSlc.cu
3232
image/ResampSlc.cpp
33-
matchtemplate/ampcor/c2r.cu
34-
matchtemplate/ampcor/correlate.cu
35-
matchtemplate/ampcor/detect.cu
36-
matchtemplate/ampcor/maxcor.cu
37-
matchtemplate/ampcor/migrate.cu
38-
matchtemplate/ampcor/nudge.cu
39-
matchtemplate/ampcor/offsets.cu
40-
matchtemplate/ampcor/r2c.cu
41-
matchtemplate/ampcor/refStats.cu
42-
matchtemplate/ampcor/sat.cu
43-
matchtemplate/ampcor/tgtStats.cu
4433
matchtemplate/pycuampcor/cuAmpcorChunk.cu
4534
matchtemplate/pycuampcor/cuAmpcorController.cu
4635
matchtemplate/pycuampcor/cuAmpcorParameter.cu

tests/cxx/isce3/Sources.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ io/raster/raster.cpp
5757
io/raster/rasterepsg.cpp
5858
io/raster/rastermatrix.cpp
5959
io/raster/rasterview.cpp
60-
matchtemplate/ampcor/ampcor.cpp
6160
math/bessel/bessel53.cpp
6261
math/sinc.cpp
6362
math/polyfunc.cpp

tests/cxx/isce3/cuda/Sources.cmake

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,6 @@ geometry/geometry/gpuGeometry.cpp
2525
geometry/topo/gpuTopo.cpp
2626
image/resampslc/gpuResampSlc.cpp
2727
io/datastream/datastream.cu
28-
matchtemplate/ampcor/addTiles.cpp
29-
matchtemplate/ampcor/correlate.cpp
30-
matchtemplate/ampcor/detect.cpp
31-
matchtemplate/ampcor/maxcor.cpp
32-
matchtemplate/ampcor/migrate.cpp
33-
matchtemplate/ampcor/nudge.cpp
34-
matchtemplate/ampcor/pushTiles.cpp
35-
matchtemplate/ampcor/refine.cpp
36-
matchtemplate/ampcor/refStats.cpp
37-
matchtemplate/ampcor/sanity.cpp
38-
matchtemplate/ampcor/sat.cpp
39-
matchtemplate/ampcor/tgtStats.cpp
40-
matchtemplate/ampcor/zoomcor.cpp
4128
signal/gpuCrossMul.cpp
4229
signal/gpuFilter.cpp
4330
signal/gpuLooks.cpp

0 commit comments

Comments
 (0)