Commits on Source (2)
-
Jakob Maljaars authored
-
Jakob Maljaars authored
AST-779 set up deconvolution repository See merge request !1
Showing
- .clang-format 156 additions, 0 deletions.clang-format
- .gitlab-ci.astron.yml 7 additions, 0 deletions.gitlab-ci.astron.yml
- .gitlab-ci.common.yml 126 additions, 0 deletions.gitlab-ci.common.yml
- .gitmodules 9 additions, 0 deletions.gitmodules
- CMakeLists.txt 170 additions, 0 deletionsCMakeLists.txt
- LICENSE 676 additions, 0 deletionsLICENSE
- README.md 2 additions, 2 deletionsREADME.md
- cmake/FindCFITSIO.cmake 56 additions, 0 deletionscmake/FindCFITSIO.cmake
- cmake/FindCasacore.cmake 277 additions, 0 deletionscmake/FindCasacore.cmake
- cmake/config/radler-config-version.cmake.in 14 additions, 0 deletionscmake/config/radler-config-version.cmake.in
- cmake/config/radler-config.cmake.in 45 additions, 0 deletionscmake/config/radler-config.cmake.in
- cmake/unittest.cmake 45 additions, 0 deletionscmake/unittest.cmake
- cpp/CMakeLists.txt 116 additions, 0 deletionscpp/CMakeLists.txt
- cpp/algorithms/deconvolution_algorithm.cc 51 additions, 0 deletionscpp/algorithms/deconvolution_algorithm.cc
- cpp/algorithms/deconvolution_algorithm.h 141 additions, 0 deletionscpp/algorithms/deconvolution_algorithm.h
- cpp/algorithms/generic_clean.cc 208 additions, 0 deletionscpp/algorithms/generic_clean.cc
- cpp/algorithms/generic_clean.h 46 additions, 0 deletionscpp/algorithms/generic_clean.h
- cpp/algorithms/iuwt/image_analysis.cc 328 additions, 0 deletionscpp/algorithms/iuwt/image_analysis.cc
- cpp/algorithms/iuwt/image_analysis.h 84 additions, 0 deletionscpp/algorithms/iuwt/image_analysis.h
- cpp/algorithms/iuwt/iuwt_decomposition.cc 240 additions, 0 deletionscpp/algorithms/iuwt/iuwt_decomposition.cc
.clang-format
0 → 100644
.gitlab-ci.astron.yml
0 → 100644
.gitlab-ci.common.yml
0 → 100644
.gitmodules
0 → 100644
CMakeLists.txt
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
cmake/FindCFITSIO.cmake
0 → 100644
cmake/FindCasacore.cmake
0 → 100644
cmake/config/radler-config-version.cmake.in
0 → 100644
cmake/config/radler-config.cmake.in
0 → 100644
cmake/unittest.cmake
0 → 100644
cpp/CMakeLists.txt
0 → 100644
cpp/algorithms/deconvolution_algorithm.cc
0 → 100644
cpp/algorithms/deconvolution_algorithm.h
0 → 100644
cpp/algorithms/generic_clean.cc
0 → 100644
cpp/algorithms/generic_clean.h
0 → 100644
cpp/algorithms/iuwt/image_analysis.cc
0 → 100644
cpp/algorithms/iuwt/image_analysis.h
0 → 100644
cpp/algorithms/iuwt/iuwt_decomposition.cc
0 → 100644