Changeset 28208 for trunk/psLib/src/fits/psFitsTable.h
- Timestamp:
- Jun 3, 2010, 5:18:11 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsTable.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsTable.h
r24512 r28208 62 62 ); 63 63 64 /** Read all table columns. 65 * 66 * String columns are read into arrays, number columns are read into vectors. 67 */ 68 psMetadata *psFitsReadTableAllColumns(const psFits *fits // FITS file pointer 69 ); 70 71 /** Write all table columns. 72 * 73 * Uses the same format as for psFitsReadTableAllColumns. 74 */ 75 bool psFitsWriteTableAllColumns( 76 psFits *fits, // FITS file pointer 77 psMetadata *header, // Header to write, or NULL 78 const psMetadata *table, // Table to write 79 const char *extname // Extension name, or NULL 80 ); 64 81 65 82 /** Reads a whole FITS table. The current HDU type must be either
Note:
See TracChangeset
for help on using the changeset viewer.
