Changeset 3964 in Sophya for trunk/AddOn


Ignore:
Timestamp:
Mar 4, 2011, 5:00:26 PM (15 years ago)
Author:
ansari
Message:

Amelioration print ds visfits2dt.cc, Reza+Cedric 04/03/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AddOn/TAcq/visfits2dt.cc

    r3962 r3964  
    229229    FitsInOutFile fo(fname, FitsInOutFile::Fits_Create);
    230230    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;
    232232      fo << vmtf[j];
    233233    }
Note: See TracChangeset for help on using the changeset viewer.