diff --git a/CEP/DP3/DPPP/src/MsInfo.cc b/CEP/DP3/DPPP/src/MsInfo.cc index 790d4d9a361ed426f24c99a90ef66b2e94204c8d..b31f56003c9283e26dbb0f0794e9d36e5a7a9ebb 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;