Ignore:
Timestamp:
Dec 15, 2000, 6:58:13 PM (25 years ago)
Author:
lemeur
Message:

methode getStringKeyword

File:
1 edited

Legend:

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

    r1353 r1354  
    135135
    136136   void  ReadHeader(int hdunum);
    137 bool hasKeyword(string keyw, int hdunum);
     137bool hasKeyword(int hdunum, string keyw);
     138string getStringKeyword(int hdunum, string keyname,int& retStatus);
    138139
    139140  /*! \return a reference on a DVList containing the keywords from FITS file */
Note: See TracChangeset for help on using the changeset viewer.