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/fitsspherethetaphi.h

    r3035 r3047  
    5858template <class T>
    5959inline FitsInOutFile& operator >> (FitsInOutFile& fiis, SphereThetaPhi<T> & sph)
    60   { FITS_SphereThetaPhi<T> fih(&sph); fih.Read(fiis); return (fiis); }
     60  { FITS_SphereThetaPhi<T> fih(&sph); fiis.SkipEmptyFirstHDU();
     61  fih.Read(fiis); fiis.MoveToNextHDU(); return (fiis); }
    6162
    6263
Note: See TracChangeset for help on using the changeset viewer.