From 7100e500f1664d3fbaecfb46e13609be2fae6bf2 Mon Sep 17 00:00:00 2001 From: Ger van Diepen <diepen@astron.nl> Date: Thu, 15 Oct 2009 05:58:10 +0000 Subject: [PATCH] bug 1420: Undid the check since people have problems with MSs --- CEP/DP3/DPPP/src/MsInfo.cc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CEP/DP3/DPPP/src/MsInfo.cc b/CEP/DP3/DPPP/src/MsInfo.cc index 790d4d9a361..b31f56003c9 100644 --- a/CEP/DP3/DPPP/src/MsInfo.cc +++ b/CEP/DP3/DPPP/src/MsInfo.cc @@ -125,13 +125,13 @@ MsInfo::MsInfo(const MeasurementSet& MS, const Table& orderedMainTable, else { NumBands = spectral_window.nrow(); } - if (checkRegularity) { - ASSERTSTR (NumBands*NumTimeslots*NumPairs == NumSamples, - "The MS cannot be handled by DPPP; it should contain:\n" - " - cross and auto-correlations for all antennae in ANTENNA table\n" - " - no missing time slots\n" - " - the same interval length for each time slot"); - } + /// if (checkRegularity) { + /// ASSERTSTR (NumBands*NumTimeslots*NumPairs == NumSamples, + /// "The MS cannot be handled by DPPP; it should contain:\n" + /// " - cross and auto-correlations for all antennae in ANTENNA table\n" + /// " - no missing time slots\n" + /// " - the same interval length for each time slot"); +/// } PairsIndex.resize(NumPairs); int index = 0; -- GitLab