Changeset 3167 in Sophya for trunk/SophyaExt/FitsIOServer/fitsinoutfile.h
- Timestamp:
- Feb 2, 2007, 6:46:47 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsinoutfile.h
r3047 r3167 117 117 //---- IMAGE_HDU manipulation methods 118 118 //! 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); 120 120 //! 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; 122 122 123 123 //---- BINARY_TBL or ASCII_TBL 124 124 //! Return number of rows in a table HDU 125 longGetNbRows() const;125 LONGLONG GetNbRows() const; 126 126 //! Return number of columns in a table HDU 127 127 int GetNbCols() const; … … 139 139 long GetColInfo(vector<string> & colnames, 140 140 vector<int> & coltypes, 141 vector< long> & repcnt,142 vector< long> & width);141 vector<LONGLONG> & repcnt, 142 vector<LONGLONG> & width); 143 143 144 144 //! Defines the extension name for the next table creation
Note:
See TracChangeset
for help on using the changeset viewer.