Changeset 971 in Sophya for trunk/SophyaExt/FitsIOServer/fitsfile.h
- Timestamp:
- Apr 27, 2000, 6:09:34 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsfile.h
r903 r971 76 76 77 77 */ 78 void WriteF(char flnm[], int hdunum= 0);78 void WriteF(char flnm[], bool OldFile=false); 79 79 80 80 … … 188 188 \param <naxisn> array containind sizes of the different dimensions 189 189 */ 190 void makeHeaderImageOnFits(char type, int nbdim, int* naxisn) const;190 void makeHeaderImageOnFits(char type, int nbdim, int* naxisn) ; 191 191 192 192 /*! create an BINTABLE header on FITS file. … … 199 199 \param <taille_des_chaines> vector containing the number of characters of data for each char* typed column, with order of appearance in 'fieldType' 200 200 */ 201 void makeHeaderBntblOnFits ( char* fieldType, char** Noms, int nentries, int tfields, DVList &dvl, char* extname, vector<int> taille_des_chaines) const; 202 201 void makeHeaderBntblOnFits ( char* fieldType, char** Noms, int nentries, int tfields, DVList &dvl, char* extname, vector<int> taille_des_chaines) ; 202 203 void moveToFollowingHeader(); 203 204 void readheader(); 204 205 static void printerror(int&) ; 205 206 static void printerror(int&,char* texte) ; 206 207 protected: 207 virtual void ReadFromFits( constFitsFile& ff)=0;208 virtual void WriteToFits( constFitsFile& ff)=0;208 virtual void ReadFromFits(FitsFile& ff)=0; 209 virtual void WriteToFits(FitsFile& ff)=0; 209 210 private: 210 211 … … 215 216 vector<char>& types, 216 217 vector<int>& taille_des_chaines); 217 static void KeywordsIntoDVList(fitsfile* fileptr, DVList& dvl );218 static void KeywordsIntoDVList(fitsfile* fileptr, DVList& dvl, int hdunum); 218 219 void writeSignatureOnFits() const; 219 220
Note:
See TracChangeset
for help on using the changeset viewer.