Ignore:
Timestamp:
Sep 27, 2001, 7:45:52 PM (24 years ago)
Author:
cmv
Message:

possibilite d'ecrire directement des TVector fabtwriter cmv 27/9/01

File:
1 edited

Legend:

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

    r1654 r1657  
    3030  void ChangeBuffer(long blen=100,long bsens=1);
    3131
    32   r_8 Read(long n);
    33   void Read(long n1,long n2,TVector<r_8>& data);
     32  double Read(long n);
     33  void Read(long n1,long n2,TVector<double>& data);
    3434
    3535  //! Set debug level
    36   inline void    SetDebug(int lp=0) {DbgLevel = (uint_2) lp;}
     36  inline void    SetDebug(int lp=0) {DbgLevel = (unsigned short) lp;}
    3737  //! Set null value to be return when reading null data (0=return the data)
    38   inline void    SetNulVal(r_8 nulval=0.) {NulVal = nulval;}
     38  inline void    SetNulVal(double nulval=0.) {NulVal = nulval;}
    3939  //! Get the FITS file name
    4040  inline string  GetFileName(void) {return FitsFN;}
     
    5959  //! Get the columns fits tform that is read
    6060  inline string  GetColTForm(void) {return ColTForm;}
    61   //! Get the read buffer length
     61  //! Get the read requested buffer length
    6262  inline long    GetBLen(void) {return BuffLen;}
    6363  //! Get the read buffer direction
     
    6767  //! Print to stdout
    6868  inline  void   Print(int lp=1) const {Print(cout,lp);}
    69   //! Get the read buffer effective length
    70   inline long    GetBufferLen(void) {return NBuffer;}
     69  //! Get the read effective buffer length
     70  inline long    GetNBuffer(void) {return NBuffer;}
    7171  //! Get the read bufferpointer
    7272  inline double* GetBuffer(void) {return Buffer;}
     
    8282  long NBline;
    8383
    84   r_8 NulVal;
    85   uint_2 DbgLevel;
     84  double NulVal;
     85  unsigned short DbgLevel;
    8686  long BuffLen, BuffSens;
    8787
    88   uint_4 NFitsRead;
     88  unsigned long NFitsRead;
    8989  fitsfile *FitsPtr;
    9090  long LineDeb, LineFin;
Note: See TracChangeset for help on using the changeset viewer.