Commits

Des Small authored 82c1f3233e8
Candidate final version of reference antenna list feature in fringefit

code/synthesis/MeasurementComponents/FringeJones.cc

Modified
1448 1448 Int a2(s.antenna2()(irow));
1449 1449 // Not using irow
1450 1450 Matrix<Bool> flr = fl.xyPlane(irow);
1451 1451 if (!allTrue(flr)) {
1452 1452 activeAntennas.insert(a1);
1453 1453 activeAntennas.insert(a2);
1454 1454 }
1455 1455 }
1456 1456 }
1457 1457 if (prtlev > 2) {
1458 + cout << "[FringeJones.cc::findRefAntWithData] refantlist " << refAntList << endl;
1458 1459 cout << "[FringeJones.cc::findRefAntWithData] activeAntennas: ";
1459 1460 std::copy(
1460 1461 activeAntennas.begin(),
1461 1462 activeAntennas.end(),
1462 1463 std::ostream_iterator<Int>(std::cout, " ")
1463 1464 );
1464 1465 cout << endl;
1465 1466 }
1466 1467 Int refAnt = -1;
1467 1468 for (Vector<Int>::ConstIteratorSTL a = refAntList.begin(); a != refAntList.end(); a++) {

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut