Ignore:
Timestamp:
Jun 9, 2000, 5:31:18 PM (25 years ago)
Author:
ansari
Message:

ecriture premiere image en HDU 2

File:
1 edited

Legend:

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

    r971 r1045  
    6565*/
    6666  void   ReadF(char flnm[],int hdunum= 0);
     67  FitsFile* ReadFInit(char flnm[],int hdunum=0);
     68  void ReadFFromFits();
    6769 
    6870/*!
     
    155157  void GetBinTabFCol(char** valeurs,int nentries, int NoCol) const;
    156158  // Write elements into the FITS data array
     159
     160  /*!
     161get 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  /*!
     166get the NoLine-th 'line'  from the current BINTABLE extension on FITS file,
     167  */
     168  void GetBinTabLine(int NoLine, float* fdata) const;
     169
     170
     171
    157172
    158173  /*! write double data from array 'map'on an IMAGE extension
     
    210225private:
    211226
     227   void InitNull();
     228
    212229static  void GetImageParameters (fitsfile* fileptr,int& bitpix,int& naxis,vector<int>& naxisn);
    213230static  void GetBinTabParameters(fitsfile* fileptr, int& nbcols, int& nrows,
     
    261278  //! DVList for transferring keywords
    262279  DVList dvl_;
     280
    263281};
    264282
Note: See TracChangeset for help on using the changeset viewer.