Ignore:
Timestamp:
Jun 18, 2002, 9:48:13 PM (23 years ago)
Author:
ansari
Message:

Debug de setSepFlagFile (4) - Reza 18/6/2002

File:
1 edited

Legend:

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

    r2066 r2067  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: fitstoirdr.cc,v 1.36 2002-06-18 19:34:08 ansari Exp $
     5// $Id: fitstoirdr.cc,v 1.37 2002-06-18 19:48:13 ansari Exp $
    66
    77#include "fitstoirdr.h"
     
    233233  // On pourrait aussi lire plusieurs elements d'un coup.
    234234  int ncols = outIx.size();
    235   cout << "reader reading... NRows=" << nrows << " firstSn= "
     235  cout << "FITSTOIReader::run1() reader reading... NRows=" << nrows << " firstSn= "
    236236       << firstSn << endl;
    237237
     
    300300{
    301301 int ncols = outIx.size();
    302  cout<<"reader reading... NRows="<<nrows<<" firstSn= " <<firstSn<<endl;
     302 cout<<"FITSTOIReader::run2() reader reading... NRows="<<nrows<<" firstSn= " <<firstSn<<endl;
    303303
    304304 //////// Prepare buffer, allocate memory
     
    370370       int j = colsinput[k].first;
    371371       fits_read_col_dbl(fptr,j+1,ideb+1,1,n,0,colval[k],&anyNul,&fstatus);
     372       if (fstatus !=0) {
     373         cerr << " RzBug - j+1" << j+1 << " ideb= " << ideb << endl; 
     374         fits_report_error(stderr,fstatus);
     375       }
    372376
    373377       //--- Ajout Reza (18/6/2002) pour fichier de flags separe
     
    378382           fits_read_col_byt(fptrflg, skf+1, ideb+1,1,n,0,stmpflg,&anyNul,&fstatus);
    379383           if (fstatus !=0) {
     384             cerr << " RzBug2 - skf=" << skf << " ideb= " << ideb << endl; 
    380385             fits_report_error(stderr,fstatus);
    381              cerr << " RzBug - skf=" << skf << " ideb= " << ideb << endl; 
    382386           }
    383387           for(sjj=0; sjj<n; sjj++) {
Note: See TracChangeset for help on using the changeset viewer.