Ignore:
Timestamp:
Feb 2, 2007, 6:46:47 PM (19 years ago)
Author:
ansari
Message:

Passage a la version ll (LONGLONG) des routines fits , cmv+Reza 02/02/2007

File:
1 edited

Legend:

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

    r3047 r3167  
    117117 //---- IMAGE_HDU manipulation methods
    118118 //! Creates a new HDU of type image (see fits_create_img)
    119  void              CreateImageHDU(int bitpix, int naxis, long* naxes);
     119 void              CreateImageHDU(int bitpix, int naxis, LONGLONG* naxes);
    120120 //! Get information about the current image HDU. - return the image type TBYTE,TINT ...
    121  int               GetImageHDUInfo(int& naxis, long* naxes) const;
     121 int               GetImageHDUInfo(int& naxis, LONGLONG* naxes) const;
    122122
    123123 //---- BINARY_TBL or ASCII_TBL
    124124 //! Return number of rows in a table HDU
    125  long              GetNbRows() const;
     125 LONGLONG          GetNbRows() const;
    126126 //! Return number of columns in a table HDU
    127127 int               GetNbCols() const;
     
    139139 long              GetColInfo(vector<string> & colnames,
    140140                              vector<int> & coltypes,
    141                               vector<long> & repcnt,
    142                               vector<long> & width);
     141                              vector<LONGLONG> & repcnt,
     142                              vector<LONGLONG> & width);
    143143
    144144 //! Defines the extension name for the next table creation
Note: See TracChangeset for help on using the changeset viewer.