Changeset 1333 in Sophya
- Timestamp:
- Nov 14, 2000, 3:34:14 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsfile.cc
r1311 r1333 407 407 else 408 408 { 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; 411 412 hdunum_++; 412 413 getHeader();
Note:
See TracChangeset
for help on using the changeset viewer.