Skip to content
Snippets Groups Projects
Commit 8deab109 authored by Jakob Maljaars's avatar Jakob Maljaars
Browse files

Fix review comments

parent 61b95f27
No related branches found
No related tags found
1 merge request!8Change license to LGPL-3.0
Pipeline #28582 passed
Showing
with 20 additions and 21 deletions
# SPDX-License-Identifier: LGPL-3.0-or-later # SPDX-License-Identifier: LGPL-3.0-only
# This file contains the pipelines that run on the Astron repository of Radler, # This file contains the pipelines that run on the Astron repository of Radler,
# which is at https://git.astron.nl/RD/radler # which is at https://git.astron.nl/RD/radler
......
# SPDX-License-Identifier: LGPL-3.0-or-later # SPDX-License-Identifier: LGPL-3.0-only
workflow: workflow:
rules: rules:
......
# SPDX-License-Identifier: LGPL-3.0-or-later # SPDX-License-Identifier: LGPL-3.0-only
cmake_minimum_required(VERSION 3.8) cmake_minimum_required(VERSION 3.8)
......
Copyright 2022 ASTRON
GNU GENERAL PUBLIC LICENSE GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007 Version 3, 29 June 2007
......
Copyright 2022 ASTRON
GNU LESSER GENERAL PUBLIC LICENSE GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007 Version 3, 29 June 2007
......
# Radio Astronomical Deconvolution Library # Radio Astronomical Deconvolution Library
Radler is a library providing functionality for deconvolving astronomical images. Radler evolved as a stand-alone library from the w-stacking clean (WSClean) imager https://gitlab.com/aroffringa/wsclean. Radler is a library providing functionality for deconvolving astronomical images. Radler evolved as a stand-alone library from the w-stacking clean (WSClean) imager https://gitlab.com/aroffringa/wsclean.
## License
Radler is released under the LGPL version 3.
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# CFITSIO_LIBRARIES - the CFITSIO libraries (identical to CFITSIO_LIBRARY) # CFITSIO_LIBRARIES - the CFITSIO libraries (identical to CFITSIO_LIBRARY)
# CFITSIO_VERSION_STRING the found version of CFITSIO, padded to 3 digits # CFITSIO_VERSION_STRING the found version of CFITSIO, padded to 3 digits
# SPDX-License-Identifier: LGPL-3.0-or-later # SPDX-License-Identifier: LGPL-3.0-only
if(NOT CFITSIO_FOUND) if(NOT CFITSIO_FOUND)
......
# SPDX-License-Identifier: LGPL-3.0-or-later # SPDX-License-Identifier: LGPL-3.0-only
set(PACKAGE_VERSION "@RADLER_VERSION@") set(PACKAGE_VERSION "@RADLER_VERSION@")
......
# SPDX-License-Identifier: LGPL-3.0-or-later # SPDX-License-Identifier: LGPL-3.0-only
# #
# Config file for the radler library, it sets the following variables # Config file for the radler library, it sets the following variables
# #
......
# SPDX-License-Identifier: LGPL-3.0-or-later # SPDX-License-Identifier: LGPL-3.0-only
# Generic function for adding a radler unittest. It creates a 'test' that builds # Generic function for adding a radler unittest. It creates a 'test' that builds
# the unittest and a test that runs it. Arguments: # the unittest and a test that runs it. Arguments:
......
# SPDX-License-Identifier: LGPL-3.0-or-later # SPDX-License-Identifier: LGPL-3.0-only
# CMake function to keep directory structure when installing headers. # CMake function to keep directory structure when installing headers.
function(install_headers_with_directory HEADER_LIST) function(install_headers_with_directory HEADER_LIST)
......
// SPDX-License-Identifier: LGPL-3.0-or-later // SPDX-License-Identifier: LGPL-3.0-only
#include "algorithms/deconvolution_algorithm.h" #include "algorithms/deconvolution_algorithm.h"
......
// SPDX-License-Identifier: LGPL-3.0-or-later // SPDX-License-Identifier: LGPL-3.0-only
#ifndef RADLER_ALGORITHMS_DECONVOLUTION_ALGORITHM_H_ #ifndef RADLER_ALGORITHMS_DECONVOLUTION_ALGORITHM_H_
#define RADLER_ALGORITHMS_DECONVOLUTION_ALGORITHM_H_ #define RADLER_ALGORITHMS_DECONVOLUTION_ALGORITHM_H_
......
// SPDX-License-Identifier: LGPL-3.0-or-later // SPDX-License-Identifier: LGPL-3.0-only
#include "algorithms/generic_clean.h" #include "algorithms/generic_clean.h"
......
// SPDX-License-Identifier: LGPL-3.0-or-later // SPDX-License-Identifier: LGPL-3.0-only
#ifndef RADLER_GENERIC_CLEAN_H_ #ifndef RADLER_GENERIC_CLEAN_H_
#define RADLER_GENERIC_CLEAN_H_ #define RADLER_GENERIC_CLEAN_H_
......
// SPDX-License-Identifier: LGPL-3.0-or-later // SPDX-License-Identifier: LGPL-3.0-only
#include "algorithms/iuwt/image_analysis.h" #include "algorithms/iuwt/image_analysis.h"
......
// SPDX-License-Identifier: LGPL-3.0-or-later // SPDX-License-Identifier: LGPL-3.0-only
#ifndef RADLER_ALGORITHMS_IUWT_IMAGE_ANALYSIS_H_ #ifndef RADLER_ALGORITHMS_IUWT_IMAGE_ANALYSIS_H_
#define RADLER_ALGORITHMS_IUWT_IMAGE_ANALYSIS_H_ #define RADLER_ALGORITHMS_IUWT_IMAGE_ANALYSIS_H_
......
// SPDX-License-Identifier: LGPL-3.0-or-later // SPDX-License-Identifier: LGPL-3.0-only
#include "algorithms/iuwt/iuwt_decomposition.h" #include "algorithms/iuwt/iuwt_decomposition.h"
......
// SPDX-License-Identifier: LGPL-3.0-or-later // SPDX-License-Identifier: LGPL-3.0-only
#ifndef RADLER_ALGORITHMS_IUWT_DECOMPOSITION_H_ #ifndef RADLER_ALGORITHMS_IUWT_DECOMPOSITION_H_
#define RADLER_ALGORITHMS_IUWT_DECOMPOSITION_H_ #define RADLER_ALGORITHMS_IUWT_DECOMPOSITION_H_
......
// SPDX-License-Identifier: LGPL-3.0-or-later // SPDX-License-Identifier: LGPL-3.0-only
#include "algorithms/iuwt/iuwt_mask.h" #include "algorithms/iuwt/iuwt_mask.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment