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

    r2974 r3047  
    112112 //! Move to the next HDU specified by relhdu. Returns the newly opened HDU type (<0 at EOF)
    113113 int               MoveToNextHDU();
     114 //! Skip the first HDU if it contains no data.
     115 bool              SkipEmptyFirstHDU();
    114116
    115117 //---- IMAGE_HDU manipulation methods
Note: See TracChangeset for help on using the changeset viewer.