Source
xxxxxxxxxx
622
622
solveParOK().reference(solveAllParOK());
623
623
solveParErr().reference(solveAllParErr());
624
624
solveParSNR().reference(solveAllParSNR());
625
625
626
626
// Fill solveCPar() with 1, nominally, and flagged
627
627
solveCPar()=Complex(1.0);
628
628
solveParOK()=false;
629
629
630
630
Int nChan=vb.nChannel();
631
631
632
-
Complex d,md;
632
+
Complex d /*,md*/;
633
633
Float wt;
634
634
Vector<DComplex> rl(nChan,0.0),lr(nChan,0.0);
635
635
Double sumwt(0.0);
636
636
for (Int irow=0;irow<vb.nRow();++irow) {
637
637
if (!vb.flagRow()(irow) &&
638
638
vb.antenna1()(irow)!=vb.antenna2()(irow)) {
639
639
640
640
for (Int ich=0;ich<nChan;++ich) {
641
641
if (!vb.flag()(ich,irow)) {
642
642
732
732
solveParOK().reference(solveAllParOK());
733
733
solveParErr().reference(solveAllParErr());
734
734
solveParSNR().reference(solveAllParSNR());
735
735
736
736
// Fill solveCPar() with 1, nominally, and flagged
737
737
solveCPar()=Complex(1.0);
738
738
solveParOK()=false;
739
739
740
740
Int nChan=sdb.nChannels();
741
741
742
-
Complex d,md;
742
+
Complex d /*,md*/;
743
743
Float wt;
744
744
Vector<DComplex> rl(nChan,0.0),lr(nChan,0.0);
745
745
Double sumwt(0.0);
746
746
for (Int irow=0;irow<sdb.nRows();++irow) {
747
747
if (!sdb.flagRow()(irow) &&
748
748
sdb.antenna1()(irow)!=sdb.antenna2()(irow)) {
749
749
750
750
for (Int ich=0;ich<nChan;++ich) {
751
751
if (!sdb.flagCube()(1,ich,irow) &&
752
752
!sdb.flagCube()(2,ich,irow)) {
845
845
solveParOK().reference(solveAllParOK());
846
846
solveParErr().reference(solveAllParErr());
847
847
solveParSNR().reference(solveAllParSNR());
848
848
849
849
// Fill solveCPar() with 1, nominally, and flagged
850
850
solveCPar()=Complex(1.0);
851
851
solveParOK()=false;
852
852
853
853
Int nChan=sdbs.nChannels();
854
854
855
-
Complex d,md;
855
+
Complex d /*,md*/;
856
856
Float wt;
857
857
Vector<DComplex> rl(nChan,0.0),lr(nChan,0.0);
858
858
Double sumwt(0.0);
859
859
for (Int isdb=0;isdb<nSDB;++isdb) {
860
860
SolveDataBuffer& sdb(sdbs(isdb));
861
861
for (Int irow=0;irow<sdb.nRows();++irow) {
862
862
if (!sdb.flagRow()(irow) &&
863
863
sdb.antenna1()(irow)!=sdb.antenna2()(irow)) {
864
864
865
865
for (Int ich=0;ich<nChan;++ich) {