Changeset 1454 in Sophya for trunk/ArchTOIPipe/Kernel


Ignore:
Timestamp:
Apr 9, 2001, 2:14:21 PM (24 years ago)
Author:
ansari
Message:

Modifs effectuees a St Pierre de Charetreuse - Reza 9/4/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Kernel/fitstoirdr.cc

    r1437 r1454  
    2727void FITSTOIReader::init() {
    2828  fits_lock();
    29   cout << "FITSTOIReader::init" << endl;
     29  cout << "FITSTOIReader::init FileName=" << fname << endl;
    3030  fstatus = 0;
    3131  // Open file
     
    5252  fits_get_num_rows(fptr,&nrows,&fstatus);
    5353
    54   cout << "FITSTOIReader cols = " << ncols << endl;
     54  cout << "FITSTOIReader cols = " << ncols << " rows=" << nrows << endl;
    5555
    5656  // Dans cette version, on s'attend a ce que la premiere colonne soit le samplenum
     
    9090  // On pourrait aussi lire plusieurs elements d'un coup.
    9191  int ncols = outIx.size();
    92   cout << "reader reading..." << endl;
     92  cout << "reader reading... NRows=" << nrows << " firstSn= "
     93       << firstSn << endl;
    9394  for (int i=0; i<nrows; i++) {
    9495    int anyNul;
     
    101102    if (sn > mgr->getRequestedEnd()) break;
    102103    if (sn < mgr->getRequestedBegin()) continue;
    103     //    if (sn < mgr->getRequestedBegin()+10) cout << "rdr out " << sn << endl;
     104    // if (sn < mgr->getRequestedBegin()+10) cout << "rdr out " << sn << endl;
    104105    for (int j=1; j<=ncols; j++) {
    105106      if ( !checkOutputTOIIndex(j-1) )  continue;  // Reza - Si TOI non connecte
Note: See TracChangeset for help on using the changeset viewer.