Changeset 2067 in Sophya for trunk/ArchTOIPipe
- Timestamp:
- Jun 18, 2002, 9:48:13 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/fitstoirdr.cc
r2066 r2067 3 3 // Christophe Magneville 4 4 // Reza Ansari 5 // $Id: fitstoirdr.cc,v 1.3 6 2002-06-18 19:34:08ansari Exp $5 // $Id: fitstoirdr.cc,v 1.37 2002-06-18 19:48:13 ansari Exp $ 6 6 7 7 #include "fitstoirdr.h" … … 233 233 // On pourrait aussi lire plusieurs elements d'un coup. 234 234 int ncols = outIx.size(); 235 cout << " reader reading... NRows=" << nrows << " firstSn= "235 cout << "FITSTOIReader::run1() reader reading... NRows=" << nrows << " firstSn= " 236 236 << firstSn << endl; 237 237 … … 300 300 { 301 301 int ncols = outIx.size(); 302 cout<<" reader reading... NRows="<<nrows<<" firstSn= " <<firstSn<<endl;302 cout<<"FITSTOIReader::run2() reader reading... NRows="<<nrows<<" firstSn= " <<firstSn<<endl; 303 303 304 304 //////// Prepare buffer, allocate memory … … 370 370 int j = colsinput[k].first; 371 371 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 } 372 376 373 377 //--- Ajout Reza (18/6/2002) pour fichier de flags separe … … 378 382 fits_read_col_byt(fptrflg, skf+1, ideb+1,1,n,0,stmpflg,&anyNul,&fstatus); 379 383 if (fstatus !=0) { 384 cerr << " RzBug2 - skf=" << skf << " ideb= " << ideb << endl; 380 385 fits_report_error(stderr,fstatus); 381 cerr << " RzBug - skf=" << skf << " ideb= " << ideb << endl;382 386 } 383 387 for(sjj=0; sjj<n; sjj++) {
Note:
See TracChangeset
for help on using the changeset viewer.