Changeset 1045 in Sophya for trunk/SophyaExt/FitsIOServer/fitsfile.h
- Timestamp:
- Jun 9, 2000, 5:31:18 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsfile.h
r971 r1045 65 65 */ 66 66 void ReadF(char flnm[],int hdunum= 0); 67 FitsFile* ReadFInit(char flnm[],int hdunum=0); 68 void ReadFFromFits(); 67 69 68 70 /*! … … 155 157 void GetBinTabFCol(char** valeurs,int nentries, int NoCol) const; 156 158 // Write elements into the FITS data array 159 160 /*! 161 get the NoLine-th 'line' from the current BINTABLE extension on FITS file, 162 */ 163 void GetBinTabLine(int NoLine, double* ddata, float* fdata, int* idata, char 164 ** cdata) const; 165 /*! 166 get the NoLine-th 'line' from the current BINTABLE extension on FITS file, 167 */ 168 void GetBinTabLine(int NoLine, float* fdata) const; 169 170 171 157 172 158 173 /*! write double data from array 'map'on an IMAGE extension … … 210 225 private: 211 226 227 void InitNull(); 228 212 229 static void GetImageParameters (fitsfile* fileptr,int& bitpix,int& naxis,vector<int>& naxisn); 213 230 static void GetBinTabParameters(fitsfile* fileptr, int& nbcols, int& nrows, … … 261 278 //! DVList for transferring keywords 262 279 DVList dvl_; 280 263 281 }; 264 282
Note:
See TracChangeset
for help on using the changeset viewer.