From 6a66930c51228ba704c6c5342a4faedcfe8d56a7 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Thu, 11 Jun 2020 11:29:57 +0000 Subject: [PATCH] Removed imaging pipelines that were based on the deprecated AWImager. --- CEP/Pipeline/recipes/sip/CMakeLists.txt | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/CEP/Pipeline/recipes/sip/CMakeLists.txt b/CEP/Pipeline/recipes/sip/CMakeLists.txt index 87cdd00cf49..8b01ea38a86 100644 --- a/CEP/Pipeline/recipes/sip/CMakeLists.txt +++ b/CEP/Pipeline/recipes/sip/CMakeLists.txt @@ -15,12 +15,6 @@ python_install( master/dppp.py master/gainoutliercorrection.py master/get_metadata.py - master/imager_awimager.py - master/imager_bbs.py - master/imager_create_dbs.py - master/imager_finalize.py - master/imager_prepare.py - master/imager_source_finding.py master/long_baseline.py master/new_bbs.py master/rficonsole.py @@ -28,9 +22,6 @@ python_install( master/setupsourcedb.py master/vdsmaker.py master/vdsreader.py - master/selfcal_awimager.py - master/selfcal_bbs.py - master/selfcal_finalize.py master/executable_args.py nodes/__init__.py nodes/bbs_reducer.py @@ -39,21 +30,12 @@ python_install( nodes/dppp.py nodes/gainoutliercorrection.py nodes/get_metadata.py - nodes/imager_awimager.py - nodes/imager_bbs.py - nodes/imager_create_dbs.py - nodes/imager_finalize.py - nodes/imager_prepare.py - nodes/imager_source_finding.py nodes/long_baseline.py nodes/new_bbs.py nodes/rficonsole.py nodes/setupparmdb.py nodes/setupsourcedb.py nodes/vdsmaker.py - nodes/selfcal_awimager.py - nodes/selfcal_bbs.py - nodes/selfcal_finalize.py nodes/executable_args.py nodes/executable_casa.py nodes/python_plugin.py -- GitLab