Skip to content
Snippets Groups Projects
Commit 7100e500 authored by Ger van Diepen's avatar Ger van Diepen
Browse files

bug 1420:

Undid the check since people have problems with MSs
parent fc0ea7ba
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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