Ignore:
Timestamp:
Aug 11, 2006, 10:42:10 AM (19 years ago)
Author:
ansari
Message:

Ajout FitsInOutFile::SkipEmptyFirstHDU() , positionnement sur HDU 2 si HDU 1 vide ds operateur >> lisant des tables + autres petites corrections , Reza 11/08/2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fitsntuple.h

    r3035 r3047  
    8181
    8282inline FitsInOutFile& operator >> (FitsInOutFile& fiis, NTuple & nt)
    83   { FITS_NTuple fih(&nt); fih.Read(fiis); return (fiis); }
     83  { FITS_NTuple fih(&nt); fiis.SkipEmptyFirstHDU();
     84  fih.Read(fiis); fiis.MoveToNextHDU(); return (fiis); }
    8485
    8586
Note: See TracChangeset for help on using the changeset viewer.