- Timestamp:
- Mar 4, 2011, 5:00:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddOn/TAcq/visfits2dt.cc
r3962 r3964 229 229 FitsInOutFile fo(fname, FitsInOutFile::Fits_Create); 230 230 for(size_t j=0; j<rowlist.size(); j++) { 231 cout << " Writing Time-Freq visibility matrix for" << chanum(rowlist[j]) << endl;231 cout << " Writing Time-Freq visibility matrix[" << j << "] for VisIJ= " << chanum(rowlist[j]) << endl; 232 232 fo << vmtf[j]; 233 233 }
Note:
See TracChangeset
for help on using the changeset viewer.