Ignore:
Timestamp:
Apr 3, 2006, 12:13:59 PM (19 years ago)
Author:
ansari
Message:

Modifs suggere par Casandjian (suppression espace ds les kw fits et conservation des kw de type STRUCT) et petites corrections, maj commentaires auto-doc - Reza 3/4/2006

File:
1 edited

Legend:

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

    r2864 r2932  
    179179  string           KeyValue(string const & key, bool& nosk);
    180180 //! Read header records and appends the information to dvl
    181  int               GetHeaderRecords(DVList& dvl);
     181 int               GetHeaderRecords(DVList& dvl,
     182                                    bool stripkw= true, bool keepstkey=true);
    182183 //! Appends a keyword to FITS header
    183184 void              WriteKey(const char * kname, MuTyV const & val,
Note: See TracChangeset for help on using the changeset viewer.