Ignore:
Timestamp:
Feb 22, 2001, 5:45:40 PM (25 years ago)
Author:
lemeur
Message:

mots-cles maison type string

File:
1 edited

Legend:

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

    r1359 r1418  
    3131FitsKeyword(string comment);
    3232FitsKeyword(string keyname, string value, string comment);
     33FitsKeyword(string keyname, string value, string comment, char type);
    3334void writeOnFits(fitsfile* ptr);
    3435
     
    294295   void PrintHeaderToBeAppended();
    295296   void insertCommentLineOnHeader(string comment);
    296    void insertKeywordOnHeader(string keyname, double value, string comment); 
     297   void insertKeywordOnHeader(string keyname, double value, string comment);
     298   void insertKeywordOnHeader(string keyname, int value, string comment);
     299   void insertKeywordOnHeader(string keyname, string value, string comment);
    297300   void PutColToFits(int nocol, int nentries, r_8* donnees) const;
    298301   void PutColToFits(int nocol, int nentries, r_4* donnees) const;
Note: See TracChangeset for help on using the changeset viewer.