Changeset 1333 in Sophya


Ignore:
Timestamp:
Nov 14, 2000, 3:34:14 PM (25 years ago)
Author:
ansari
Message:

warning dans getheader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fitsfile.cc

    r1311 r1333  
    407407      else
    408408        {
    409           // the object to be read is probably a bin or ascii table
    410           // (on an extension)
     409          cout << " WARNING (FitsInFile::getHeader): attempt to read data on the primary hader, which does not contain any... It may be a consequence of confusion in the HDU numbering of the application." << endl;
     410          cout << " The object to be read is supposed to be a bin or ascii table.. on the first extension" << endl;
     411          cout << " Anyway, some trouble can result... " << endl;
    411412          hdunum_++;
    412413          getHeader();
Note: See TracChangeset for help on using the changeset viewer.