Ignore:
Timestamp:
Sep 11, 2000, 4:52:35 PM (25 years ago)
Author:
ansari
Message:

revu l'ouverture des fichiers

File:
1 edited

Legend:

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

    r1175 r1183  
    6868this method is called from inherited objects :
    6969
    70 for writing a new object in a new fits-extension, at the end of
     70for writing a new object in a new fits-extension :
     71
     72???
     73
     74 at the end of
    7175
    7276the existing file (flnm), if OldFile=true.
     
    8488calls the method 'WriteToFits' from the inherited  object
    8589
     90\param <WriteMode>  string , WriteMode = "clear" -> if alreadyy exists, the file will be overwrited (else created) ; WriteMode = "append" -> further objects will be appended to the file if it exists (else : file created). Otherwise, file created if does not exist, else : exception. (the last situation is the default)
     91
     92
    8693*/
    87   void   Write(char flnm[], bool OldFile=false) ;
     94  void   Write(char flnm[], string WriteMode= string("unknown")) ;
    8895
    8996  /*!
     
    352359 public:
    353360   FitsOutFile();
    354    FitsOutFile(char flnm[], bool OldFile=false);
     361   FitsOutFile(char flnm[], string WriteMode= string("unknown"));
    355362   ~FitsOutFile() { ;};
    356363   inline void InitNull() {imageOnPrimary_=false;}
Note: See TracChangeset for help on using the changeset viewer.