Commits
801 801 | int scanNumber_, |
802 802 | int arrayId_, |
803 803 | int observationId_, |
804 804 | vector<int> &stateId_, |
805 805 | vector<double> &uvw_, |
806 806 | vector<vector<unsigned int> > &dataShape_, |
807 807 | vector<float *> &uncorrectedData_, |
808 808 | vector<float *> &correctedData_, |
809 809 | vector<unsigned int> &flag_ ) { |
810 810 | |
811 - | cout << "Entering addData #1" << endl; |
811 + | cout << "Entering addData #1 " << endl; |
812 812 | |
813 813 | unsigned int theSize = time_.size(); |
814 814 | Bool *flag_row__ = new Bool[theSize]; |
815 815 | for (unsigned int i = 0; i < theSize; i++) { |
816 816 | flag_row__[i] = flag_.at(i)==0?false:true; |
817 817 | } |
818 818 | |
819 819 | Vector<Double> time(IPosition(1, theSize), &time_.at(0), SHARE); |
820 820 | Vector<Int> antenna1(IPosition(1, theSize), &antennaId1_.at(0), SHARE); |
821 821 | Vector<Int> antenna2(IPosition(1, theSize), &antennaId2_.at(0), SHARE); |